Questions sur les tags des rapports de bugs

2009-04-17 Thread chaica
Bonjour à tous,

Lorsque j'envoie un patch pour résoudre un bug énoncé dans un rapport de
bug, je marque mon message avec le mot-clé patch. Je me demandais s'il
est d'usage (ou non) d'utiliser d'autres mots-clés lorsque je fais du
triage de bug. Par exemple, lorsque je n'ai pas réussi à reproduire un
bug, dois-je le marquer comme non reproductible ? Y'a-t-il d'autres
marques qui sont souhaitables ou est-ce le domaine réservé du mainteneur
du paquet ?

Salutations,
Carl Chenet


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


Re: About the current state of the Yum package in Lenny

2009-04-17 Thread Luk Claes
Thomas Goirand wrote:
 Hi,
 
 I'm sorry that it took us so much time to make a working yum package,
 but we were quite overloaded with our work, taking over all the
 customers of another web hosting company (taking all our time doing
 support). Anyway, I could today take the time to upload a working
 version of yum. Here it is:
 
 ftp://ftp.gplhost.com/debian/dists/lenny/main/source/yum_3.2.21-1~gplhost1.dsc
 
 I guess you could notice that this is a newer upstream version. Please
 let me know if you think this would be an acceptable replacement to be
 sent in lenny proposed updates. At least, I'd be happy if somebody could
 NMU it to SID or experimental, so there's at least something working
 available in the archive.

I'm afraid it's too invasive to be included, though I would propose to
upload it to backports.org.

Cheers

Luk


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



Re: RFC: Better formatting for long descriptions

2009-04-17 Thread Andreas Tille

On Thu, 16 Apr 2009, Manoj Srivastava wrote:


   Which is good, since Markdown/ReST rules for lists will only
make the lists using o as the bullet out of whack.


Fine.


   None of which are mandatory. All the package descriptions I read
in /var/lib/dpkg/available seems to pass, though a couple had italics
in strange places. This is not a fatal flaw.


No - this perfectly fits my intention that some descriptions have to be fixed.
We just need guidelines for developers to follow.


   I find the descriptions on packages.d.o just fine right now.


IMHO it is no argument that a specific person is happy with the layout
everybody else is.


   Just like it  is no argument that someone think something is ugly
that means everyone thinks so too.


 If a text has a certain logic it should to be
supported by the means a certain output style has.  HTML can express a
list and so it should if we want to express lists.


Please do not split my paragraphs to blur my arguing.  Thanks.


   Heh. Ever heard of inline answers?


In most cases I manage to ignore this kind of questions.  Try reading my
mail again to find out a reasonable answer to your question yourself.


   I suggest you try it out, before handwaving vague FUD
around. Even tnftp description works fine with either. There are very
few descriptions (about 24 or so) where we might have unwanted
emphasis.  I think we can have that fixed.


But what exactly do I have to do to get the item lists marked?

grep-available -s Description -F Package airport-utils | markdown
pDescription: configuration and management utilities for Apple AirPort base 
stations
 This package contains various utilities to manage the Apple AirPort base
 stations.
 .
 Be aware that Apple released several versions of the AirPort base station;
 the original AirPort (Graphite) was a rebranded Lucent RG-1000 base
 station, doing 802.11a/b. The AirPort Extreme (Snow) is an Apple-built
 802.11a/b/g base station.
 .
 For the original Apple AirPort and the Lucent RG-1000 base stations only:
   - airport-config: base station configurator
   - airport-linkmon: wireless link monitor, gives information on the wireless
 link quality between the base station and the associated hosts
 .
 For the Apple AirPort Extreme base stations only:
   - airport2-config: base station configurator
   - airport2-portinspector: port maps monitor
   - airport2-ipinspector: WAN interface monitoring utility
 .
 For all:
  - airport-modem: modem control utility, displays modem state, starts/stops
 modem connections, displays the approximate connection time (Extreme only)
   - airport-hostmon: wireless hosts monitor, lists wireless hosts connected
 to the base station (see airport2-portinspector for the Snow)/p

$ grep-available -s Description -F Package tnftp | markdown
pDescription: The enhanced ftp client
 tnftp is what many users affectionately call the enhanced ftp
 client in NetBSD (http://www.netbsd.org).
 .
 This package is a codeport' of the NetBSD ftp client to other systems.
 .
 The enhancements over the standard ftp client in 4.4BSD include:
* command-line editing within ftp
* command-line fetching of URLS, including support for:
- http proxies (c.f: $http_proxy, $ftp_proxy)
- authentication
* context sensitive command and filename completion
* dynamic progress bar
* IPv6 support (from the WIDE project)
* modification time preservation
* paging of local and remote files, and of directory listings
  (c.f:/codelpage', codepage',/codepdir')
* passive mode support, with fallback to active mode
* codeset option' override of ftp environment variables
* TIS Firewall Toolkit gate ftp proxy support (c.f:/codegate')
* transfer-rate throttling (c.f: code-T',/coderate')/p


   I would simplify the rule, as opposed to having a trivial
library call in the tool. Indeed, reusing the libraries provided is
*less* work for the parser, than a NIH  new parser.


I'm really in favour of reusing a library (and I wonder whether I wrote
anything in contrast to this).  I just fail to see any effect when using
markdown except that the description is now enclosed in p/p and
some other markups appear which could be fixed.  But the intended result
to get a list markup is not reached.  Or did I missed something?


   I think we need the emphasis almost as much as we need lists;
and people are already using *word* for emphasis in  desciptions
(though not all that many).


I'm not against implementing emphasis which might be also an interesting
enhancement and if it is a small amount of packages which need to be
fixed these most probably need to be fixed in plain text anyway.  So if
you enlighten me how the lists could work I'm perfectly happy.

Kind regards

Andreas.

--
http://fam-tille.de


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



Re: About the current state of the Yum package in Lenny

2009-04-17 Thread William Pitcock
On Fri, 2009-04-17 at 16:25 +0800, Thomas Goirand wrote:
 Luk Claes wrote:
  Thomas Goirand wrote:
  Hi,
 
  I'm sorry that it took us so much time to make a working yum package,
  but we were quite overloaded with our work, taking over all the
  customers of another web hosting company (taking all our time doing
  support). Anyway, I could today take the time to upload a working
  version of yum. Here it is:
 
  ftp://ftp.gplhost.com/debian/dists/lenny/main/source/yum_3.2.21-1~gplhost1.dsc
 
  I guess you could notice that this is a newer upstream version. Please
  let me know if you think this would be an acceptable replacement to be
  sent in lenny proposed updates. At least, I'd be happy if somebody could
  NMU it to SID or experimental, so there's at least something working
  available in the archive.
  
  I'm afraid it's too invasive to be included, though I would propose to
  upload it to backports.org.
  
  Cheers
  
  Luk
 
 Then can the current broken version of yum be removed of Stable? It
 makes absolutely no sense to keep a software that doesn't work in the
 distribution.

I call bollocks here. I am using the version of yum in stable right now
to yield perfectly working virtual machine filesystems.

How is it broken when it is working as expected on production servers?

William


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


Re: About the current state of the Yum package in Lenny

2009-04-17 Thread Thomas Goirand
Luk Claes wrote:
 Thomas Goirand wrote:
 Hi,

 I'm sorry that it took us so much time to make a working yum package,
 but we were quite overloaded with our work, taking over all the
 customers of another web hosting company (taking all our time doing
 support). Anyway, I could today take the time to upload a working
 version of yum. Here it is:

 ftp://ftp.gplhost.com/debian/dists/lenny/main/source/yum_3.2.21-1~gplhost1.dsc

 I guess you could notice that this is a newer upstream version. Please
 let me know if you think this would be an acceptable replacement to be
 sent in lenny proposed updates. At least, I'd be happy if somebody could
 NMU it to SID or experimental, so there's at least something working
 available in the archive.
 
 I'm afraid it's too invasive to be included, though I would propose to
 upload it to backports.org.
 
 Cheers
 
 Luk

Then can the current broken version of yum be removed of Stable? It
makes absolutely no sense to keep a software that doesn't work in the
distribution.

Thomas


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



Re: One-time cron output?

2009-04-17 Thread Adeodato Simó
+ Raphael Hertzog (Sun, 15 Mar 2009 09:31:45 +0100):

  IMHO the right thing to would be for mlocate (in locate mode, not in
  updatedb mode) to issue a warning if the DB was too old instead of the
  way you suggested.

 Sending the warning only when updatedb is skipped and when the DB is
 already quite old seems like a good compromise.

This is actually a very good suggestion, and I’ve ended up doing exactly
that, but limiting the warnings at one per week at most:

if [ $ON_BATTERY -eq 1 ]; then
DAYS_OLD=$(( (`date +%s` - `stat --printf=%Y $DATABASE`)/(3600*24) ))
if [ $DAYS_OLD -ge 7 ]  [ `date +%u` -eq 1 ]; then # Only on Mondays
cat 2 -EOF
mlocate: system on battery power, not updating database.
mlocate: warning: database more than $DAYS_OLD days old.
EOF
exit 1
fi
exit 0 # Don't let cron complain without a warning of what was wrong
fi

How does that sound?

 Why only in locate mode? It does this already AFAIK but it doesn't tell
 the user why it's old.

It is findutil’s locate that does it, and not mlocate. I could submit a
wishlist against mlocate upstream that they’d copy this behavior. For
now, the above will have to suffice.

Thoughts?

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai


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



Re: RFC: Better formatting for long descriptions

2009-04-17 Thread Peter Pentchev
On Thu, Apr 16, 2009 at 03:01:30PM -0500, Manoj Srivastava wrote:
 On Thu, Apr 16 2009, Giacomo Catenazzi wrote:
 
  Manoj Srivastava wrote:
   - Ability to recognize and render the following logical entities, in
 decreasing order of importance:
 + unordered lists
 + ordered lists
 
  really needed?
 
 I would think these are the guts of this proposal. Or else what
  are we discussing here?
 
 
 + emphasis
 + strong emphasis
 + definition lists
 + hypertext links
 + underlines, and strike throughs
 
  I don't think they are needed.
 
 Why not? If rendering a description in a manner that makes it
  easier to read is the goal, I fail to see why emphasis and strong
  emphasis is a bad idea (think of text-to-speech mechanisms). This is
  not just opinions we are discussing here, we should be looking at use
  cases for marking up a textual description.
 
  Underlines is generally bad, strike throughs are worse ;-)
 
 So you say. Don't use them, then. There are cases where either
  one of these constructs have value; and you should not impose your
  personal aesthetics on a general policy discussion.

Just as a kind of clarification: Manoj, I think that Giacomo's comments
were only to the *last* item of the text he quoted, not to the whole
portion above it :)  Thus, IMHO his first really needed? question
referred specifically to the ordered lists item, and the I don't think
they are needed referred specifically to the underlines and
strike-throughs, not to the emphasis, strong emphasis, etc.

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.netr...@space.bgr...@freebsd.org
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
If this sentence didn't exist, somebody would have invented it.


pgpiMqRiX2tCB.pgp
Description: PGP signature


Re: About the current state of the Yum package in Lenny

2009-04-17 Thread Adeodato Simó
+ William Pitcock (Fri, 17 Apr 2009 04:49:58 -0500):

 On Fri, 2009-04-17 at 16:25 +0800, Thomas Goirand wrote:
  Luk Claes wrote:
   I'm afraid it's too invasive to be included, though I would propose to
   upload it to backports.org.

  Then can the current broken version of yum be removed of Stable? It
  makes absolutely no sense to keep a software that doesn't work in the
  distribution.

 I call bollocks here. I am using the version of yum in stable right now
 to yield perfectly working virtual machine filesystems.

 How is it broken when it is working as expected on production servers?

Please do not drop d-release from CC. How do you expect for the package
not to be removed if you prevent relevant information from reaching the
appropriate team? Omnipresent Release Managers?

Thanks,

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai


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



Re: About the current state of the Yum package in Lenny

2009-04-17 Thread Thomas Goirand
William Pitcock wrote:
 I call bollocks here. I am using the version of yum in stable right now
 to yield perfectly working virtual machine filesystems.
 
 How is it broken when it is working as expected on production servers?
 
 William

This has been discussed many times, and detailed in the bug report.

Broken == can't bootstrap an OS with yum, with yum/misc.py importing the
wrong python module (so yum just crashes each time yum/misc.py is involved).

The fact that you are saying that your yum is perfectly working, I
really don't think so, it's just pure hazard that in your environment
you don't use yum/misc.py. What exactly are you doing with yum?

Thomas


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



Re: RFC: Better formatting for long descriptions

2009-04-17 Thread Andreas Tille

On Thu, 16 Apr 2009, Manoj Srivastava wrote:


Manoj Srivastava wrote:

 - Ability to recognize and render the following logical entities, in
   decreasing order of importance:
   + unordered lists
   + ordered lists


really needed?


   I would think these are the guts of this proposal. Or else what
are we discussing here?


In this thread it was mentioned that ordered lists are not really needed.
Despite this opinion they are actually *used* and thus there seems to be
some need.

Another thing what actually is used are description lists (which are
IMHO needed more than orderes lists) but if we at least get the two
above working there is a big win.


   + emphasis
   + strong emphasis
   + definition lists
   + hypertext links
   + underlines, and strike throughs


I don't think they are needed.


   Why not? If rendering a description in a manner that makes it
easier to read is the goal, I fail to see why emphasis and strong
emphasis is a bad idea (think of text-to-speech mechanisms). This is
not just opinions we are discussing here, we should be looking at use
cases for marking up a textual description.


As Peter Pentchev wrote in his mail I think what is not needed is
underlines, and strike throughs - but I would not forcibly restrict
the use if the lib we decide to use provides this feature.

Kind regards

  Andreas.

--
http://fam-tille.de


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



Re: Bug#522914: ITP: agda -- a dependently typed functional programming language and proof assistant

2009-04-17 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Iain Lane wrote:
 Swedish logician Per Martin-Lf.

That's Per Martin-Löf.

Cheers,

Marcus

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

iEYEARECAAYFAknoiiwACgkQXjXn6TzcAQkTtwCaAl4DbHwHVUHwqcXC9pFf1YWW
/zUAnR1n3HM8abbxGXEJHShGf1LUhq4I
=ByEd
-END PGP SIGNATURE-



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



Underground ATL Aries Bash

2009-04-17 Thread ATL Fashionable Friday
Please join us Saturday 18th at the Gold Bar and Lounge located in the 
Underground Atlanta at the bottom level near Motions and Sugar Hill. The Gold 
Bar and Lounge will host the Aries Birthday Bash and Atl Fashion After Party.  
Our stimulus package includes $2.99 Patron, Grey Goose, Hennessy, and Apple 
Martinis.  Event is from 9:00 pm to 4:00 am.  Admission only $5.00 b4 12 
midnight.  21  Up.. This Gold Bar and Lounge event is hosted by 2Tall, Mike J, 
Da Connect and John B.  For more information or other urban networking business 
matters, call 2Tall at 404 438-0029...


ATL Fashionable Friday sent this email to debian-devel@lists.debian.org
Questions? Contact atlantaeventp...@gmail.com or ATL Fashionable Friday, 1 
Baltimore Place, Suite #330, Atlanta, Georgia 30308, United States

Download the toolbar: http://atlantastreetvibe.fanbridge.com/toolbar
 
Privacy Policy - http://www.FanBridge.com/learn/privacy.php
Unsubscribe - http://fburls.com/8-LrVgzsjE
Update Your Information - http://fburls.com/57-g817eV3C
Forward to a friend - http://fburls.com/52-EbFlfOLx

This email message is powered by FanBridge:
http://www.FanBridge.com/b.php?id=14231
Free Email and Mobile fan list management for bands.


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



Bug#524507: ITP: sarface -- The missing face to sysstat's sar

2009-04-17 Thread Nima Talebi
Package: wnpp
Severity: wishlist
Owner: Nima Talebi n...@it.net.au

* Package name: sarface
  Version : 0.8.4
  Upstream Author : Nima Talebi n...@it.net.au
* URL : http://projects.autonomy.net.au/sarface/
* License : GPL
  Programming Lang: Python
  Description : The missing face to sysstat's sar

sarface is a user-interface to the sysstat-sar database

sarface inputs data from the sar databases
sarface mimics the options directly from sar
sarface can cross-plot any two or more sar stats
sarface can apply mathematical functions to all/any sar stats

sarface outputs to gnuplot, and updates the plot with the sar database



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



Re: autoconf method in ifupdown

2009-04-17 Thread Thomas Preud'homme
On mercredi 08 avril 2009 04:42:38 Guillem Jover wrote:
 Hi!

 On Sun, 2009-03-29 at 18:00:14 +0100, Thomas Preud'homme wrote:
  I was looking a method to just have ipv6 with autoconf network and
  found this patch
  http://mlblog.osdir.com/linux.debian.devel.ipv6/2005-05/msg00012.shtml

 This link didn't seem to work, got this instead:

Strange, this is the page I came from before writing this e-mail.


   http://lists.debian.org/debian-ipv6/2005/05/msg00012.html

  Does anybody know the answer of upstream dev to this patch proposition ?

 Checking the ifupdown bug reports, it does not seem this ever got
 submitted. It might make sense to file one with the patch.

I'm ready to do it but I think this makes more sense to submit the bug to the 
upstream dev. Unfortunetely I couldn't find the web page of the ifupdown 
upstream development. It's not a software specific to debian, isn't it ?


 regards,
 guillem

Regards,

Thomas Preud'homme


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



Bug#524517: ITP: cachefilesd -- CACHE ON ALREADY MOUNTED FILESYSTEM

2009-04-17 Thread Shane Wegner
Package: wnpp
Severity: wishlist
Owner: Shane Wegner sh...@debian.org

* Package name: cachefilesd
  Version : 0.9
  Upstream Author : David Howells dhowe...@redhat.com
* URL : http://people.redhat.com/~dhowells/fscache/
* License : GPL
  Programming Lang: C
  Description : Support fscache ON ALREADY MOUNTED FILESYSTEM

FSCache is a generic caching manager in the Linux kernel which can be used
by network and other filesystems to cache data locally.

CacheFiles is an FSCache backend that's meant to use as a cache a directory on
an already mounted filesystem of a local type (such as Ext3).  This package
installs the userspace support required by the cachefiles backend.



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



Bug#524530: ITP: libtext-aligner-perl -- Justify strings to various alignment styles

2009-04-17 Thread Zed Pobre
Package: wnpp
Severity: wishlist
Owner: Zed Pobre z...@debian.org


* Package name: libtext-aligner-perl
  Version : 0.03
  Upstream Author : Anno Siegel sie...@zrz.tu-berlin.de
* URL : http://search.cpan.org/perldoc?Text::Aligner
* License : Perl (GPL/Artistic)
  Programming Lang: Perl
  Description : Justify strings to various alignment styles

 Text::Aligner exports a single function, align(), which is used to
 justify strings to various alignment styles. The alignment
 specification is the first argument, followed by any number of
 scalars which are subject to alignment.

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (650, 'stable')
Architecture: i386 (i686)



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



Re: Bug#524517: ITP: cachefilesd -- CACHE ON ALREADY MOUNTED FILESYSTEM

2009-04-17 Thread Ben Pfaff
Shane Wegner sh...@debian.org writes:

   Description : Support fscache ON ALREADY MOUNTED FILESYSTEM

Please don't write the description in all-caps.
-- 
Ben Pfaff 
http://benpfaff.org


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



Bug#524532: ITP: libtext-table-perl -- Create tables that adapt to alignment requirements

2009-04-17 Thread Zed Pobre
Package: wnpp
Severity: wishlist
Owner: Zed Pobre z...@debian.org


* Package name: libtext-table-perl
  Version : 1.114
  Upstream Author : Anno Siegel sie...@zrz.tu-berlin.de
* URL : http://search.cpan.org/perldoc?Text::Table
* License : Perl (GPL/Artistic)
  Programming Lang: Perl
  Description : Create tables that adapt to alignment requirements

 You create a Text::Table object by describing the columns the table
 is going to have. Then you load lines of data into the table, and
 finally print the resulting output lines. Alignment of data and
 column titles is handled dynamically in dependence on the data
 present.

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (650, 'stable')
Architecture: i386 (i686)



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



Bug#524537: ITP: libebook-tools-perl -- E-Book manipulation tool and Perl libraries

2009-04-17 Thread Zed Pobre
Package: wnpp
Severity: wishlist
Owner: Zed Pobre z...@debian.org


* Package name: libebook-tools-perl
  Version : 0.4.4
  Upstream Author : Zed Pobre z...@debian.org
* URL : http://search.cpan.org/dist/EBook-Tools/
* License : GPL2
  Programming Lang: Perl
  Description : E-Book manipulation tool and Perl libraries

 EBook-Tools contains a library and a command-line tool for unpacking,
 creating, correcting, and repacking electronic books.
 .
 Current native unpacking support is limited to PalmDoc, EReader, IMP,
 and Mobipocket without DRM protection, though MS Reader (lit.) and
 Mobipocket DRM is supported by automatic use of ConvertLIT and
 MobiDeDRM if available.  The metadata correction tools are quite
 extensive, however.  For more details, see the POD information on
 EBook::Tools and EBook::Tools::Unpack.

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (650, 'stable')
Architecture: i386 (i686)



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



Re: About the current state of the Yum package in Lenny

2009-04-17 Thread William Pitcock
On Fri, 2009-04-17 at 21:11 +0800, Thomas Goirand wrote:
 William Pitcock wrote:
  I call bollocks here. I am using the version of yum in stable right now
  to yield perfectly working virtual machine filesystems.
  
  How is it broken when it is working as expected on production servers?
  
  William
 
 This has been discussed many times, and detailed in the bug report.
 
 Broken == can't bootstrap an OS with yum, with yum/misc.py importing the
 wrong python module (so yum just crashes each time yum/misc.py is involved).
 
 The fact that you are saying that your yum is perfectly working, I
 really don't think so, it's just pure hazard that in your environment
 you don't use yum/misc.py. What exactly are you doing with yum?

neno...@petrie:~$ sudo yum -c ak-bootstrap.conf
--installroot=/home/nenolod/bootstraptest install centos-release yum
ak-bootstrap  100% |=| 1.1 kB
00:00 
primary.xml.gz 28% |===  | 328 kB
00:13 ETA 
[...]
neno...@petrie:~$ sudo yum -c ak-bootstrap.conf
--installroot=/home/nenolod/bootstraptest groupinstall base
[...]

It's not broken. End of story.

William


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


Re: autoconf method in ifupdown

2009-04-17 Thread Guillem Jover
On Fri, 2009-04-17 at 19:14:14 +0200, Thomas Preud'homme wrote:
 I'm ready to do it but I think this makes more sense to submit the bug to the 
 upstream dev. Unfortunetely I couldn't find the web page of the ifupdown 
 upstream development. It's not a software specific to debian, isn't it ?

The Debian maintainers are the upstream devs, so filing a bug report
to the BTS is what you are looking for. Although it's not specific to
Debian, I think other distros also use it.

regards,
guillem


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



Accepted bc 1.06.94-3.1 (source amd64)

2009-04-17 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 16 Apr 2009 10:23:39 +1200
Source: bc
Binary: bc dc
Architecture: source amd64
Version: 1.06.94-3.1
Distribution: unstable
Urgency: low
Maintainer: John Hasler jhas...@debian.org
Changed-By: Francois Marier franc...@debian.org
Description: 
 bc - The GNU bc arbitrary precision calculator language
 dc - The GNU dc arbitrary precision reverse-polish calculator
Closes: 472250 488735
Changes: 
 bc (1.06.94-3.1) unstable; urgency=low
 .
   * Non-maintainer upload with John's permission.
   * Apply patch to restore the .dcrc config file (closes: #472250)
   * Merge patch from Ubuntu to notice read and write errors on
 input and output (closes: #488735)
   * Include the bc manual (HTML) in the bc binary package
 .
   * Bump Standards Version to 3.8.1
   * Bump debhelper compatibility to 7
   * debian/rules: replace dh_clean -k with dh_prep
   * debian/control: Add homepage field
   * Fix hyphens in the bc and dc manpages
   * Add a watch file
   * debian/dc.doc-base: Remove leading whitespace
   * debian/dc.doc-base: Move to section Science/Mathematics
Checksums-Sha1: 
 181f6e7211df833da621d358f2b26aa3ae77b873 1045 bc_1.06.94-3.1.dsc
 1e1338e005d139ea1159e6fc6c583356a19e08ee 19275 bc_1.06.94-3.1.diff.gz
 8fd84208697c9441c567dec7b3a7d5e15b6cc804 97780 bc_1.06.94-3.1_amd64.deb
 ab22b3bd09deb2f3297015ff17a6a3569b09ca18 70848 dc_1.06.94-3.1_amd64.deb
Checksums-Sha256: 
 3413f8cfe89b4224aacf84759a2dafee737986f5fc073d13f95ff0a29e395562 1045 
bc_1.06.94-3.1.dsc
 0022a46d12cd325f9ad25e23714c94383067481ced16908aa0dd0510532f1260 19275 
bc_1.06.94-3.1.diff.gz
 95e7ebb33e6eee836c5f1c0b87eba5d089eab481c7d3fea9c40dbabca405d062 97780 
bc_1.06.94-3.1_amd64.deb
 eb4781373f4421a66282960806579645bd875bd7bdb92d0b53b43965359b1258 70848 
dc_1.06.94-3.1_amd64.deb
Files: 
 07a5339a220fd9eb10dc70cdbcd774c2 1045 math standard bc_1.06.94-3.1.dsc
 07fca5f83082a8fa9a013be4f28ff341 19275 math standard bc_1.06.94-3.1.diff.gz
 b1071c31e028baeec1763be6146bad48 97780 math standard bc_1.06.94-3.1_amd64.deb
 1f8669817a489d01d5374c9a3ca5525f 70848 math standard dc_1.06.94-3.1_amd64.deb

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

iEYEARECAAYFAknmX/UACgkQScUZKBnQNIYLDgCgqA1cFCo4KUv0xgdMA/9XpE8G
hn4AnibqTyhqWquvBw/oznrtyKoJEHpk
=ai6N
-END PGP SIGNATURE-


Accepted:
bc_1.06.94-3.1.diff.gz
  to pool/main/b/bc/bc_1.06.94-3.1.diff.gz
bc_1.06.94-3.1.dsc
  to pool/main/b/bc/bc_1.06.94-3.1.dsc
bc_1.06.94-3.1_amd64.deb
  to pool/main/b/bc/bc_1.06.94-3.1_amd64.deb
dc_1.06.94-3.1_amd64.deb
  to pool/main/b/bc/dc_1.06.94-3.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 fdm 1.6-1 (source amd64)

2009-04-17 Thread Frank Terbeck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Apr 2009 05:34:40 +0200
Source: fdm
Binary: fdm
Architecture: source amd64
Version: 1.6-1
Distribution: unstable
Urgency: low
Maintainer: Frank Terbeck f...@bewatermyfriend.org
Changed-By: Frank Terbeck f...@bewatermyfriend.org
Description: 
 fdm- fetching, filtering and delivering emails
Closes: 523673
Changes: 
 fdm (1.6-1) unstable; urgency=low
 .
   * New upstream version (Closes: #523673)
   * Switching licencing of debian packaging to ISC, which is the same licence
 fdm itself. This will obsolete the need for the openssl-gpl-override.
   * Incrementing compat level, no changes needed.
   * Incrementing Standards-Version; adding 'set -e' to the package's post*
 scripts as the policy wants it (although I really fail to see how that
 implicit technique is any better than the explicit and very clear
 '|| exit 1' which the package used before).
   * Removing 04support_debianbsds.diff, included upstream.
Checksums-Sha1: 
 8f0dc118cc0a30708b340feeb1d6e0f219dc9323 1019 fdm_1.6-1.dsc
 fb8042f2355062848ff142c9604069b6657e6a82 192159 fdm_1.6.orig.tar.gz
 0721f532e13ec682b32b8c38ddd981597a7afb78 6100 fdm_1.6-1.diff.gz
 b8740bda33e745e1211960e3bedcd1b1cd839249 162730 fdm_1.6-1_amd64.deb
Checksums-Sha256: 
 2081152dec69384da782cdf1cbb584d043b8bc04de147b0cc291add3f9bbfc58 1019 
fdm_1.6-1.dsc
 7269a40a27378f49c0d3cc92b4229d1e066bba486ef9ff85caa2ec4cbcea3706 192159 
fdm_1.6.orig.tar.gz
 89f0a57ec24ad3ecbf36f0d2a1b92428d32531c181b2df88d672acf13e43aa0d 6100 
fdm_1.6-1.diff.gz
 fa4bd782e09d3f6a6d8a3bfadc627bc25b7d8adac02d7aac6f94ebe770d61dda 162730 
fdm_1.6-1_amd64.deb
Files: 
 cc165ed0ee0801359ed5f62faf840a5c 1019 mail optional fdm_1.6-1.dsc
 b2b9bfe95217b290142bde1621eb9a37 192159 mail optional fdm_1.6.orig.tar.gz
 a62b95c4b82486c860c2cdfdcd0a37dd 6100 mail optional fdm_1.6-1.diff.gz
 8ba8a7282992bd4e8c6578af69a1caaf 162730 mail optional fdm_1.6-1_amd64.deb

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

iEYEARECAAYFAknoQJQACgkQHYflSXNkfP9EMACgp3tMKXf4eE/lb/0gZ1fWlhIx
1rsAnAq5pjE3V7jsKIuyJBIxv58C/5K6
=dk1W
-END PGP SIGNATURE-


Accepted:
fdm_1.6-1.diff.gz
  to pool/main/f/fdm/fdm_1.6-1.diff.gz
fdm_1.6-1.dsc
  to pool/main/f/fdm/fdm_1.6-1.dsc
fdm_1.6-1_amd64.deb
  to pool/main/f/fdm/fdm_1.6-1_amd64.deb
fdm_1.6.orig.tar.gz
  to pool/main/f/fdm/fdm_1.6.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 poppler 0.10.6-1 (source amd64)

2009-04-17 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Apr 2009 18:30:04 +0200
Source: poppler
Binary: libpoppler4 libpoppler-dev libpoppler-glib4 libpoppler-glib-dev 
libpoppler-qt2 libpoppler-qt-dev libpoppler-qt4-3 libpoppler-qt4-dev 
poppler-utils poppler-dbg
Architecture: source amd64
Version: 0.10.6-1
Distribution: unstable
Urgency: critical
Maintainer: Loic Minier l...@dooz.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-glib4 - PDF rendering library (GLib-based shared library)
 libpoppler-qt-dev - PDF rendering library -- development files (Qt 3 interface)
 libpoppler-qt2 - PDF rendering library (Qt 3 based shared library)
 libpoppler-qt4-3 - PDF rendering library (Qt 4 based shared library)
 libpoppler-qt4-dev - PDF rendering library -- development files (Qt 4 
interface)
 libpoppler4 - PDF rendering library
 poppler-dbg - PDF rendering library - detached debugging symbols
 poppler-utils - PDF utilitites (based on libpoppler)
Changes: 
 poppler (0.10.6-1) unstable; urgency=critical
 .
   * Fix section for the debug package.
   * New upstream release.
 + Fix problems that happen when parsing broken JBIG2 files.
   CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180,
   CVE-2009-1181, CVE-2009-1182, CVE-2009-1183, CVE-2009-1187,
   CVE-2009-1188.
   * Bump libqt4 requirement.
   * 10_jpxstream_int_crash.patch: removed, upstream has merged a
 different fix quite a while ago.
   * Standards version is 3.8.1.
Checksums-Sha1: 
 df41c731f8605dd849295e816707ac339b820991 1564 poppler_0.10.6-1.dsc
 0bab946444788ee9f21bdfeba6d3d635a618b809 1527715 poppler_0.10.6.orig.tar.gz
 4411d71a3d0982296e0725d3f9c226e0a3b69489 9888 poppler_0.10.6-1.diff.gz
 b48b9db174bf1f674d0319fe00392a99e0e33d23 873390 libpoppler4_0.10.6-1_amd64.deb
 ddebfb73519ee6049bde0dc379653370c45c3652 1163194 
libpoppler-dev_0.10.6-1_amd64.deb
 60b07fad00fe7aca2340f25798e4b9f0971663b6 247440 
libpoppler-glib4_0.10.6-1_amd64.deb
 a35f65f7c754c56303870bfae502c036f3c1b73b 308660 
libpoppler-glib-dev_0.10.6-1_amd64.deb
 80eeb13133e661d83b028e2e22cb577d1d031956 208798 
libpoppler-qt2_0.10.6-1_amd64.deb
 a82dbc5451c5ea0c282aab760ce880a392b6fe6d 215792 
libpoppler-qt-dev_0.10.6-1_amd64.deb
 687d4fbc8c92b48cf33bb9977c64d7c3c4fb3026 350524 
libpoppler-qt4-3_0.10.6-1_amd64.deb
 39112ca6b5269448e6496ad80553937c92d55d05 399348 
libpoppler-qt4-dev_0.10.6-1_amd64.deb
 4e6d60b0f3ebb45291340798bb376690305ec574 261176 
poppler-utils_0.10.6-1_amd64.deb
 02d527717fcc8cd98eafed631f19154cbbf2ea2d 3283506 poppler-dbg_0.10.6-1_amd64.deb
Checksums-Sha256: 
 0496451f305de2744829a013e7771915779d06f08fa3ee79184ff5f5c346dc8e 1564 
poppler_0.10.6-1.dsc
 bcd78d674c4166af069afdb27af810c012e13cfd2b7b21f9dce63dd3f62bded1 1527715 
poppler_0.10.6.orig.tar.gz
 37b1a9944eb9fd61947673aedc8e05b55181fe89eaeece6e428af310cf64a503 9888 
poppler_0.10.6-1.diff.gz
 ab8b2942486a9063171b967ed2363506e9f322617c1c98faed1ffcf4f63aa952 873390 
libpoppler4_0.10.6-1_amd64.deb
 a2e18b694abdb90c282bbd92c971cb43f5fbd59d4bbd77e8a918bc4394c43af1 1163194 
libpoppler-dev_0.10.6-1_amd64.deb
 85410a9ce27983b33e143468696c6c003776a3d60ba18e29cf23038b807a92c3 247440 
libpoppler-glib4_0.10.6-1_amd64.deb
 18b362f7cafad4eccdd3ff1a4310e11f99d0c349338d94a9ad5be564fbe6ee02 308660 
libpoppler-glib-dev_0.10.6-1_amd64.deb
 51b75f51e21dd588d54676df024da48d415835ddfac34ae2ccad1ee80bed6b6a 208798 
libpoppler-qt2_0.10.6-1_amd64.deb
 839cf64cdf34dc464dc20c5e554c25940df30de4e3c726489346a8742e48a446 215792 
libpoppler-qt-dev_0.10.6-1_amd64.deb
 1f0443ea16ffeb33488d4f1257c9fd1ccb8be5ab88583ef212d92e2042961dc6 350524 
libpoppler-qt4-3_0.10.6-1_amd64.deb
 ab9218689fe62507be26464d8527f72e7b721d0e35341c16cd56b6fb5c070155 399348 
libpoppler-qt4-dev_0.10.6-1_amd64.deb
 a7515be0a653eb72b6dc40d7ac024555fa4a4277714f98df1a40986d974dd3db 261176 
poppler-utils_0.10.6-1_amd64.deb
 103e09d1a392676a3d0b2b21b7d1bb41846ccf7951c1e8db4a579ea5430b2d3d 3283506 
poppler-dbg_0.10.6-1_amd64.deb
Files: 
 f3d7f669589582c6e7e1736ff7446b1c 1564 devel optional poppler_0.10.6-1.dsc
 e1a2d98ba5a4199f20d7637a7d79a829 1527715 devel optional 
poppler_0.10.6.orig.tar.gz
 89b4fafea95d12e1040c4f350798c23e 9888 devel optional poppler_0.10.6-1.diff.gz
 8cb3a1b9954e090005368abdb9f5286e 873390 libs optional 
libpoppler4_0.10.6-1_amd64.deb
 7faef88b7b53eec2b6f0a93059c369ee 1163194 libdevel optional 
libpoppler-dev_0.10.6-1_amd64.deb
 98fc6d2d42279529cd05f4b43a36a307 247440 libs optional 
libpoppler-glib4_0.10.6-1_amd64.deb
 9d0c2b126c0a2d06edc6a7ba017e4b07 308660 libdevel optional 
libpoppler-glib-dev_0.10.6-1_amd64.deb
 7b8d9be0b01417f28f17c80788315063 208798 libs optional 
libpoppler-qt2_0.10.6-1_amd64.deb
 f122339e358ad059bfc52206af3ea8bd 215792 libdevel optional 
libpoppler-qt-dev_0.10.6-1_amd64.deb
 6f55bd062494a55130304a52e878d279 350524 libs 

Accepted screen 4.0.3-13 (source amd64)

2009-04-17 Thread Jan Christoph Nordholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 10 Apr 2009 18:20:49 +0200
Source: screen
Binary: screen
Architecture: source amd64
Version: 4.0.3-13
Distribution: unstable
Urgency: low
Maintainer: Jan Christoph Nordholz he...@pool.math.tu-berlin.de
Changed-By: Jan Christoph Nordholz he...@pool.math.tu-berlin.de
Description: 
 screen - terminal multiplexor with VT100/ANSI terminal emulation
Closes: 520317 520359 521123 522689
Changes: 
 screen (4.0.3-13) unstable; urgency=low
 .
   * Sync with Ubuntu, closes: #520359. New dpatches:
 * 33increase_max_winmsg_renditions
 * 35screen_invoked_with_a_command (cherry-picked from upstream)
   * Bump Standards version to 3.8.1 (again, no changes).
   * Accommodate initscript to adjust the $SCREENDIR permissions
 correctly even if /usr/bin/screen is installed 0755.
 Add a QA pair to README.Debian to clarify this problem.
 Closes: #520317.
   * Fix #48 properly by keeping the umask instead of dropping
 the 'public exchange file' concept. Modify dpatch 22.
 Addresses CVE-2009-1214, CVE-2009-1215, closes: #521123.
   * Depend on patch-stamp instead of patch in debian/rules.
 (Phony targets as intermediates in a dep chain are braindead.)
   * Fix job control and CTTY handling on our new kfreebsd archs.
 Closes: #522689. Thanks to Axel Beckert for his support!
Checksums-Sha1: 
 59a8a50583b41231f8ce8644f4639804e6823285 1096 screen_4.0.3-13.dsc
 17359bf914c2369146f5c6cc009e7b5643aa5cc3 132891 screen_4.0.3-13.diff.gz
 26f62a5d3c49a493dc871f9954c05589901dd1be 626354 screen_4.0.3-13_amd64.deb
Checksums-Sha256: 
 691aa9706c187edc259f10fbdbb0b70eb653b6de66f743aedef64a5321c6dccc 1096 
screen_4.0.3-13.dsc
 f85b8b1b478f1027fa1c8bb6e8f38e60ab95c09662584cd4157b914707560c57 132891 
screen_4.0.3-13.diff.gz
 c6bedf903a150e99ccd3bd0bc73505b48895f95f3d3919778fbd398897bcfd7c 626354 
screen_4.0.3-13_amd64.deb
Files: 
 157dd78e0ca325b4b944720b154074b6 1096 misc optional screen_4.0.3-13.dsc
 4c43dfec73755dfc460024b1b65a91a6 132891 misc optional screen_4.0.3-13.diff.gz
 c1662f7f24f5aa365f0104a5a891cd1a 626354 misc optional screen_4.0.3-13_amd64.deb

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

iEYEARECAAYFAknoSTYACgkQHYflSXNkfP8uxgCaApwJNI5AN0hdVl/vDAZh6ngP
xZ0An0KQyN5iXXlT2EBS4Uq7dNBJP6TX
=Snkz
-END PGP SIGNATURE-


Accepted:
screen_4.0.3-13.diff.gz
  to pool/main/s/screen/screen_4.0.3-13.diff.gz
screen_4.0.3-13.dsc
  to pool/main/s/screen/screen_4.0.3-13.dsc
screen_4.0.3-13_amd64.deb
  to pool/main/s/screen/screen_4.0.3-13_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 xmoto 0.5.1-1 (source all i386)

2009-04-17 Thread Samuel Mimram
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 10:28:00 +0200
Source: xmoto
Binary: xmoto xmoto-data
Architecture: source all i386
Version: 0.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Samuel Mimram smim...@debian.org
Description: 
 xmoto  - 2D motocross platform game
 xmoto-data - 2D motocross platform game - data files
Changes: 
 xmoto (0.5.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 8ba2ec7cc89dc6ef04d58f8ff44c04b77a4df221 1585 xmoto_0.5.1-1.dsc
 36bac38d9f87ffbba337a0589de87b5408d734e8 22003514 xmoto_0.5.1.orig.tar.gz
 8ad686cefc349ffefd592798f41be1a7a9012e5b 7943 xmoto_0.5.1-1.diff.gz
 ea69ac297066c3a9ee5f67e0fb57b795a3f3f0b4 19770912 xmoto-data_0.5.1-1_all.deb
 5f979eb5e8fedb9522dc3235443fc8c951e4002d 1520436 xmoto_0.5.1-1_i386.deb
Checksums-Sha256: 
 7cd0343db30d04d4ebfb0f1386d7e78edcff22410546c0aeb1875d75e73af65c 1585 
xmoto_0.5.1-1.dsc
 420af936c7983e84bc0a38aed828851048385b45f608426b52ed919127e18eb2 22003514 
xmoto_0.5.1.orig.tar.gz
 7feaac23f69b691d63b988b9b2c46149baa69c61531770fdb156fa4eed21ae01 7943 
xmoto_0.5.1-1.diff.gz
 23bc0436d2a546bea8afd86e1f01ecc5b1456f0223f1823762d3288a83192d37 19770912 
xmoto-data_0.5.1-1_all.deb
 c30a498f2344ca6b83b478a55e4c9f989193ee826f34ee0262e86ec4e24d8d6e 1520436 
xmoto_0.5.1-1_i386.deb
Files: 
 2d38ee51d4962c45618b98b4f3f05dba 1585 games optional xmoto_0.5.1-1.dsc
 10cb822ec8c2c7e9466806633e69be1f 22003514 games optional 
xmoto_0.5.1.orig.tar.gz
 f3d8c3efd852416b0320710b24654bc0 7943 games optional xmoto_0.5.1-1.diff.gz
 ac02e863213c998d7a76ff414ef96804 19770912 games optional 
xmoto-data_0.5.1-1_all.deb
 16dc010f471843ed54758f531535293d 1520436 games optional xmoto_0.5.1-1_i386.deb

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

iEYEARECAAYFAknoRIEACgkQIae1O4AJae/wlACdHfCPVPqXoV3QBjsNoFjBIqlK
nmIAn3f61edDBe1o4WnMrityUuOctcGn
=yVI0
-END PGP SIGNATURE-


Accepted:
xmoto-data_0.5.1-1_all.deb
  to pool/main/x/xmoto/xmoto-data_0.5.1-1_all.deb
xmoto_0.5.1-1.diff.gz
  to pool/main/x/xmoto/xmoto_0.5.1-1.diff.gz
xmoto_0.5.1-1.dsc
  to pool/main/x/xmoto/xmoto_0.5.1-1.dsc
xmoto_0.5.1-1_i386.deb
  to pool/main/x/xmoto/xmoto_0.5.1-1_i386.deb
xmoto_0.5.1.orig.tar.gz
  to pool/main/x/xmoto/xmoto_0.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 openswan 1:2.6.21+dfsg-1 (source all amd64)

2009-04-17 Thread Rene Mayrhofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 09 Apr 2009 17:05:39 +0200
Source: openswan
Binary: openswan openswan-modules-source linux-patch-openswan
Architecture: source all amd64
Version: 1:2.6.21+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Rene Mayrhofer rm...@debian.org
Changed-By: Rene Mayrhofer rm...@debian.org
Description: 
 linux-patch-openswan - IPSEC Linux kernel support for Openswan
 openswan   - IPSEC utilities for Openswan
 openswan-modules-source - IPSEC kernel modules source for Openswan
Closes: 521949
Changes: 
 openswan (1:2.6.21+dfsg-1) unstable; urgency=low
 .
   * New upstream release
 Closes: #521949: CVE-2009-0790: DoS
Checksums-Sha1: 
 11dbd418222c1805ad28a29c814b742e7c225108 1299 openswan_2.6.21+dfsg-1.dsc
 5e59533675868c11c065e8bf40403efae1ddbdbf 6382381 
openswan_2.6.21+dfsg.orig.tar.gz
 08da9ee0d721f6c0db692ca7e38abb3f69fa34d5 149833 openswan_2.6.21+dfsg-1.diff.gz
 eb8c3cbec6f27264ed1411e100e1d273b4f13a0f 481022 
openswan-modules-source_2.6.21+dfsg-1_all.deb
 aa8252fcf4ccb95115e06b1469449a4ab36562da 869590 
linux-patch-openswan_2.6.21+dfsg-1_all.deb
 454e6313b2b85021e671b2701da1d339315e3776 3057578 
openswan_2.6.21+dfsg-1_amd64.deb
Checksums-Sha256: 
 de3518ea003827481f1585223d1f99a5239160f014ce18f90f729f770ace6049 1299 
openswan_2.6.21+dfsg-1.dsc
 5a4d433ff7d93335630d13fd3a103929fdebf35fa612ea33e8f7d5ffa52e0e76 6382381 
openswan_2.6.21+dfsg.orig.tar.gz
 d31e9def1dcb9b3bed284cc4f3e0dd7611f30c312d089850a539f41e15c6d7c0 149833 
openswan_2.6.21+dfsg-1.diff.gz
 1b86c60817df35039cd0224b2132c365e4ac1e980c8ea55bf29d35d272d2653f 481022 
openswan-modules-source_2.6.21+dfsg-1_all.deb
 3c84ac0888d221f23c3601cf64903c1dae52555bbdec8bdd55a6c19ecce67779 869590 
linux-patch-openswan_2.6.21+dfsg-1_all.deb
 a0217fe8a3cc7978eeb519baf1489e8ecd84ab4ecc39679475e34e78be997264 3057578 
openswan_2.6.21+dfsg-1_amd64.deb
Files: 
 c9b4a6dd51a8fa909a744b08cdeef062 1299 net optional openswan_2.6.21+dfsg-1.dsc
 70f3d47f989eb72aedd6aa5ca626cc99 6382381 net optional 
openswan_2.6.21+dfsg.orig.tar.gz
 efabec48c9ab02136929605484a2a004 149833 net optional 
openswan_2.6.21+dfsg-1.diff.gz
 3445f68aa023ca9f0606361b1cd1177a 481022 kernel optional 
openswan-modules-source_2.6.21+dfsg-1_all.deb
 1e7c6acffa14e8d6e084d15efd393df0 869590 kernel optional 
linux-patch-openswan_2.6.21+dfsg-1_all.deb
 083c5fc14e0af65c1587710e824c83e3 3057578 net optional 
openswan_2.6.21+dfsg-1_amd64.deb

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

iEYEARECAAYFAknoPkgACgkQq7SPDcPCS96mUQCgtxZ6egzY8oFbI+hvACvnYOOH
xzcAniEva1zD26jxWA1KnuS00WVc2989
=Nr1b
-END PGP SIGNATURE-


Accepted:
linux-patch-openswan_2.6.21+dfsg-1_all.deb
  to pool/main/o/openswan/linux-patch-openswan_2.6.21+dfsg-1_all.deb
openswan-modules-source_2.6.21+dfsg-1_all.deb
  to pool/main/o/openswan/openswan-modules-source_2.6.21+dfsg-1_all.deb
openswan_2.6.21+dfsg-1.diff.gz
  to pool/main/o/openswan/openswan_2.6.21+dfsg-1.diff.gz
openswan_2.6.21+dfsg-1.dsc
  to pool/main/o/openswan/openswan_2.6.21+dfsg-1.dsc
openswan_2.6.21+dfsg-1_amd64.deb
  to pool/main/o/openswan/openswan_2.6.21+dfsg-1_amd64.deb
openswan_2.6.21+dfsg.orig.tar.gz
  to pool/main/o/openswan/openswan_2.6.21+dfsg.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 cups 1.3.10-1 (source all i386)

2009-04-17 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 11:53:48 +0200
Source: cups
Binary: libcups2 libcupsimage2 cups cups-client libcups2-dev libcupsimage2-dev 
cups-bsd cups-common cups-dbg cupsys cupsys-client cupsys-common cupsys-bsd 
cupsys-dbg libcupsys2 libcupsys2-dev
Architecture: source all i386
Version: 1.3.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian CUPS Maintainers pkg-cups-de...@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 cups   - Common UNIX Printing System(tm) - server
 cups-bsd   - Common UNIX Printing System(tm) - BSD commands
 cups-client - Common UNIX Printing System(tm) - client programs (SysV)
 cups-common - Common UNIX Printing System(tm) - common files
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cupsys - Common UNIX Printing System (transitional package)
 cupsys-bsd - Common UNIX Printing System (transitional package)
 cupsys-client - Common UNIX Printing System (transitional package)
 cupsys-common - Common UNIX Printing System (transitional package)
 cupsys-dbg - Common UNIX Printing System (transitional package)
 libcups2   - Common UNIX Printing System(tm) - libs
 libcups2-dev - Common UNIX Printing System(tm) - development files
 libcupsimage2 - Common UNIX Printing System(tm) - image libs
 libcupsimage2-dev - Common UNIX Printing System(tm) - image development files
 libcupsys2 - Common UNIX Printing System (transitional package)
 libcupsys2-dev - Common UNIX Printing System (transitional package)
Changes: 
 cups (1.3.10-1) unstable; urgency=medium
 .
   [ Martin Pitt ]
   * New upstream security/bug fix release:
 - The scheduler now protects against DNS rebinding attacks. Please note
   that this could lead to some regressions. (CVE-2009-0164)
 - Fixed TIFF integer overflow in image filters. (CVE-2009-0163)
 - Lots of bug fixes.
   * Drop patches included upstream:
 - hpgl-regression.dpatch
 - runloop-backchannel-eof-spin.dpatch
 - png-image-int-overflow.dpatch
 - CVE-2008-5183.dpatch
 - pdftops-cups-1.4.dpatch
   * Add pdftops-testsuite.dpatch: Fix path to pdftops in the test suite.
   * debian/rules: Specify --with-pdftops=gs, so that the pdftops filter is
 built with intended ghostscript support.
 .
   [ Till Kamppeter ]
   * debian/filters/pstopdf: Added support for custom page sizes to the
 pstopdf CUPS filter.
   * debian/filters/pstopdf: Call Ghostscript with the default paper size
 (from PPD or from CUPS filter command line) on its command line. Some
 applications generate PostScript without PageSize requests.
 Multi-page-size jobs (LP: 310575) do not get broken by this as
 Ghostscript uses the given page size only as default and gives priority
 to page sizes requested by the document (in contrary to Poppler).
 Fixes LP: #357732).
Checksums-Sha1: 
 a57c8359deb246210213335605b35cf126ee1cbf 1928 cups_1.3.10-1.dsc
 268130559558f8d94bebc78c5f816942f6a13047 4535313 cups_1.3.10.orig.tar.gz
 aa73ca7f6cc1c5a5f7f1d8804e8177456d221431 324001 cups_1.3.10-1.diff.gz
 8a1ed884150b5f4cad0125be7e94fd3b8c8e8315 1225462 cups-common_1.3.10-1_all.deb
 9090137f4bea631f059766cd44a2d3c55dce6b49 61428 cupsys_1.3.10-1_all.deb
 18109322f3352afa7e528e164673ab41666063f5 61450 cupsys-client_1.3.10-1_all.deb
 79e5ab501366884309b15ca6015e7cfe2eaa28cf 61450 cupsys-common_1.3.10-1_all.deb
 d01c84eebb368b1fea54b1a550f74ec1ee576e98 61442 cupsys-bsd_1.3.10-1_all.deb
 8a94d35b77060775131b9781698ec3abeb92cbdc 61442 cupsys-dbg_1.3.10-1_all.deb
 499a2d0012cf1f2b2b2c8923cd48b60569a0056f 61448 libcupsys2_1.3.10-1_all.deb
 6f633c74505767bd7d86202a0cfeb7e927ffc81b 61450 libcupsys2-dev_1.3.10-1_all.deb
 7b94fff7330ea0c0c4c2679a83f14ae6e44b6805 174936 libcups2_1.3.10-1_i386.deb
 23a89faa4bb574948351fcce0a935705414bbb60 108422 libcupsimage2_1.3.10-1_i386.deb
 82039642f9f3f3f17a05a783c58801e17a46b1ec 2220260 cups_1.3.10-1_i386.deb
 c6cf7100600cebd72d013ce5dff7b521c553c7b2 115508 cups-client_1.3.10-1_i386.deb
 51060e6680e883576bbfdd579c98f8a3b093adff 405292 libcups2-dev_1.3.10-1_i386.deb
 4124f359048ce7f1704e70cc16c738a43cdfc0b8 60526 
libcupsimage2-dev_1.3.10-1_i386.deb
 bb023557809c31eff7cffa3952ebd27b22e5cf6a 36346 cups-bsd_1.3.10-1_i386.deb
 b2f1098d79fba0e772d5bdc5e96c9deb21dc5dc3 1520994 cups-dbg_1.3.10-1_i386.deb
Checksums-Sha256: 
 26ff589c3e26e00df98a5832c7b97a0785d2d42db989d980845bbc76e70bc409 1928 
cups_1.3.10-1.dsc
 97d945078e85388118c94c15de80e3d2671bcc9487c2a1a44596b93c720cf1a7 4535313 
cups_1.3.10.orig.tar.gz
 f7a2afe672bbbfa87458ab12ee303caf6a2d50575a475377c3c1a26dd2561910 324001 
cups_1.3.10-1.diff.gz
 82809c22769b8c8a11132b50f3c50794e6c7e1ad8fea1be1d65b7aeaf213ca8a 1225462 
cups-common_1.3.10-1_all.deb
 f1055c3199bb4b2355a1cab2433a9f90b004f9dd071d3de8b8fbfb0762d2e02b 61428 
cupsys_1.3.10-1_all.deb
 f926babd3c9c63217741a7dea6b28093b43e1f472f2e222dbd87e557c2fd3a8e 61450 
cupsys-client_1.3.10-1_all.deb
 

Accepted buthead 1.0-12 (source amd64)

2009-04-17 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 11:36:46 +0100
Source: buthead
Binary: buthead
Architecture: source amd64
Version: 1.0-12
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 buthead- copy all but the first few lines
Changes: 
 buthead (1.0-12) unstable; urgency=low
 .
   * Use flashy new dh override_xxx mechanism in debian/rules
Checksums-Sha1: 
 a499f8045f0e59ccd41e2f9c290865468f4bc008 1055 buthead_1.0-12.dsc
 e240d07974febd013b8badf3419647fb243c9b5d 2770 buthead_1.0-12.diff.gz
 4d03f4213caadcffc276e7e7e3d0d46273579208 4658 buthead_1.0-12_amd64.deb
Checksums-Sha256: 
 b8887428b7abe6ecf6d0f3a6f593fafdfb64161d52dbc243c5277845b85a715f 1055 
buthead_1.0-12.dsc
 cb44f687a042e9049cb7178c598a02c5e40d2adeffd6193561c3979bac0fffaa 2770 
buthead_1.0-12.diff.gz
 1ef96e6375d2cbd5836dc62c1d39dcd139e932624be6218422fc20696f9c5543 4658 
buthead_1.0-12_amd64.deb
Files: 
 3575731796733c20c099e0d6e47236fc 1055 text extra buthead_1.0-12.dsc
 2bed04d8fdd5685bf4e83d13701197eb 2770 text extra buthead_1.0-12.diff.gz
 62f6aca8d6d6e0b3c6f00cef9383df6a 4658 text extra buthead_1.0-12_amd64.deb

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

iEYEARECAAYFAknoXNoACgkQLz4Gnv7CP7KEhgCcCb55crplHiUgEHIj+cAfBiaa
EPcAoIIz+q7Oz6MXXiwKvWN06iMHj3qL
=W6Q9
-END PGP SIGNATURE-


Accepted:
buthead_1.0-12.diff.gz
  to pool/main/b/buthead/buthead_1.0-12.diff.gz
buthead_1.0-12.dsc
  to pool/main/b/buthead/buthead_1.0-12.dsc
buthead_1.0-12_amd64.deb
  to pool/main/b/buthead/buthead_1.0-12_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 network-manager-applet 0.7.1-1 (source i386)

2009-04-17 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 16 Apr 2009 23:55:05 +0200
Source: network-manager-applet
Binary: network-manager-gnome
Architecture: source i386
Version: 0.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 network-manager-gnome - network management framework (GNOME frontend)
Changes: 
 network-manager-applet (0.7.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 420e4669ea98d61d5d10fa2f5485c067e6174b24 1763 
network-manager-applet_0.7.1-1.dsc
 3f65c2288cdbb45a9414f26960246a066a9f2b0b 1249386 
network-manager-applet_0.7.1.orig.tar.gz
 ffa25e6ca86c360162a9faab83eba4bbd305d730 6751 
network-manager-applet_0.7.1-1.diff.gz
 80d70b009a5988db6412f3112793b15b2ecbfe9f 745584 
network-manager-gnome_0.7.1-1_i386.deb
Checksums-Sha256: 
 a9fad15f9988709de659b0475f5d203ba85612241d977e542348892ccd942116 1763 
network-manager-applet_0.7.1-1.dsc
 3e635e64c6e2e811823f4f3f7cb6bcd8b7c47a267cdfe401d11d488a93d344ad 1249386 
network-manager-applet_0.7.1.orig.tar.gz
 b52ba29fbdc5fb497899c53c87fb6cb9a9d42c490e7027de071fba2756394379 6751 
network-manager-applet_0.7.1-1.diff.gz
 e6910e6623545d5d86e52a08f54a503ebb3fb057a2a6fdacb0762b494ee8f9af 745584 
network-manager-gnome_0.7.1-1_i386.deb
Files: 
 1527efed47b3f154d5b76a371e9f18bd 1763 gnome optional 
network-manager-applet_0.7.1-1.dsc
 2ff48bb3f50c03582357a986e9b1fd99 1249386 gnome optional 
network-manager-applet_0.7.1.orig.tar.gz
 5e9873106ce309b9fa734b26d25c7c9a 6751 gnome optional 
network-manager-applet_0.7.1-1.diff.gz
 d6b670873d8fa671a82fde23f9c028d0 745584 gnome optional 
network-manager-gnome_0.7.1-1_i386.deb

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

iEYEARECAAYFAknoXe8ACgkQh7PER70FhVQeawCfa2VqiQxkoppybjtuAKHw0knf
VMwAnR/12UECs1SALlw+CSBpuPBT4Pif
=LrHr
-END PGP SIGNATURE-


Accepted:
network-manager-applet_0.7.1-1.diff.gz
  to pool/main/n/network-manager-applet/network-manager-applet_0.7.1-1.diff.gz
network-manager-applet_0.7.1-1.dsc
  to pool/main/n/network-manager-applet/network-manager-applet_0.7.1-1.dsc
network-manager-applet_0.7.1.orig.tar.gz
  to pool/main/n/network-manager-applet/network-manager-applet_0.7.1.orig.tar.gz
network-manager-gnome_0.7.1-1_i386.deb
  to pool/main/n/network-manager-applet/network-manager-gnome_0.7.1-1_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 slurm-llnl 1.3.15-1 (source i386 all)

2009-04-17 Thread Gennaro Oliva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 02:26:25 +0200
Source: slurm-llnl
Binary: slurm-llnl libslurm13 libpmi0 libslurm13-dev libpmi0-dev slurm-llnl-doc 
slurm-llnl-basic-plugins slurm-llnl-basic-plugins-dev slurm-llnl-sview 
slurm-llnl-slurmdbd
Architecture: source i386 all
Version: 1.3.15-1
Distribution: unstable
Urgency: high
Maintainer: Gennaro Oliva oliv...@na.icar.cnr.it
Changed-By: Gennaro Oliva oliv...@na.icar.cnr.it
Description: 
 libpmi0- SLURM PMI library implementation
 libpmi0-dev - SLURM PMI library implementation development files
 libslurm13 - Runtime library files for SLURM
 libslurm13-dev - SLURM development files
 slurm-llnl - Simple Linux Utility for Resource Management
 slurm-llnl-basic-plugins - SLURM basic plugins
 slurm-llnl-basic-plugins-dev - SLURM basic plugins development files
 slurm-llnl-doc - SLURM docmentation
 slurm-llnl-slurmdbd - Secure enterprise-wide interface to a database for SLURM
 slurm-llnl-sview - GUI to view and modify SLURM state
Closes: 512059
Changes: 
 slurm-llnl (1.3.15-1) unstable; urgency=high
 .
   * New upstream release to fix supplementary group flaw
   * New slurm-llnl-basic-plugins{,-dev} descriptions (Closes: #512059)
   * New libpmi-dev description
   * Compat version upgraded to 7
   * Standard version upgraded to 3.8.1
Checksums-Sha1: 
 9d7de09a37f89019b54cd974983e2e6d6acbab6d 1393 slurm-llnl_1.3.15-1.dsc
 183016ffc78602d8b29a44f942158b764dde6f9b 6822052 slurm-llnl_1.3.15.orig.tar.gz
 fe25da7bfcc23a632cd46ec92608ba10cab00be8 65330 slurm-llnl_1.3.15-1.diff.gz
 32a6a5f40cdd18bab737148edba4257747789bf1 5164168 slurm-llnl_1.3.15-1_i386.deb
 c7b8cc588c3e10c21263a2eec28906aa092f6b3a 269270 libslurm13_1.3.15-1_i386.deb
 a74fea4ca227936aa07b49d52dd74e061db1b57b 17784 libpmi0_1.3.15-1_i386.deb
 569ba1526dfcf0a4a5991e32f84232d2b6043355 436504 
libslurm13-dev_1.3.15-1_i386.deb
 94ec67602fa37f605301814fc917769f4309bcdd 21964 libpmi0-dev_1.3.15-1_i386.deb
 5994650b0e8469b399c05337be5cf2ede03ce24b 316308 
slurm-llnl-basic-plugins_1.3.15-1_i386.deb
 f933e3a3d63a556a93ffb8edbe0a6be4e17f6586 1047824 
slurm-llnl-basic-plugins-dev_1.3.15-1_i386.deb
 ddb605005dc5e05b0e0a853e0cc125ee83eb35a3 344662 
slurm-llnl-sview_1.3.15-1_i386.deb
 31818cb4e71430f59b9174915b3ecbbc0ebc54bb 645902 
slurm-llnl-slurmdbd_1.3.15-1_i386.deb
 0b5df6ab43f35dcef6c1071e40db86ace3c4fb06 862344 slurm-llnl-doc_1.3.15-1_all.deb
Checksums-Sha256: 
 1398c0f1396b9feaec31a1e116ecb952b395cdd07ea613e401461e16f0463e7e 1393 
slurm-llnl_1.3.15-1.dsc
 3bf9fca41029ecbb57026a4dc78a59ddc399b94c159d346e34d7bd4ba9251b32 6822052 
slurm-llnl_1.3.15.orig.tar.gz
 e6ab824b2b81549560ac65d01d72b674743d5a5946f1c200af325a5bee7057aa 65330 
slurm-llnl_1.3.15-1.diff.gz
 3c3547e246d68a42ba965073d3d755e0ccab4c46326c75c8d0d0614b9299e78c 5164168 
slurm-llnl_1.3.15-1_i386.deb
 a5a66a941dab324c1a553a1baf3b44bbb21f77f4499a0e10c8874f8ca32f0071 269270 
libslurm13_1.3.15-1_i386.deb
 58063da30119a725f437bf206f98a025d036c327b5045504342c70814a7787ce 17784 
libpmi0_1.3.15-1_i386.deb
 99e0d229cd6c2035de7de83e12ee9d72128a1ea09eb47c19e480cba518978cc4 436504 
libslurm13-dev_1.3.15-1_i386.deb
 389b79b784dddf96186b72764791e2e21fe44143c04e9bf5e02dc0f33756d5d5 21964 
libpmi0-dev_1.3.15-1_i386.deb
 21bd87260d58ec484f73c3bc588f72ad50c0d0ab1de2380c5448fe78e02128fe 316308 
slurm-llnl-basic-plugins_1.3.15-1_i386.deb
 a5d2614ec5439da6e368281820d18058a3d8718c8ace0ba385c23d18e100574b 1047824 
slurm-llnl-basic-plugins-dev_1.3.15-1_i386.deb
 fdc66850c6cc2a56aced413dabfc5bd7594b8059fa52c12a8e5e6ce3c42ee4c2 344662 
slurm-llnl-sview_1.3.15-1_i386.deb
 d6bdf2f6ae1ed5e17279cbbcf08db103e15d32dcf0ed96566c5318c88e5b7008 645902 
slurm-llnl-slurmdbd_1.3.15-1_i386.deb
 b0bac9e13eec913807fdeeb93c85a3c3a3193433626aa8c93af9ce0efec16f86 862344 
slurm-llnl-doc_1.3.15-1_all.deb
Files: 
 3dbcacc4d592e8281ba9d57120eecc2b 1393 admin extra slurm-llnl_1.3.15-1.dsc
 20af6affa99b4ed77f7c059886e12b76 6822052 admin extra 
slurm-llnl_1.3.15.orig.tar.gz
 8ba0fc9e94f82e44d2356cf583435214 65330 admin extra slurm-llnl_1.3.15-1.diff.gz
 6c8ac4109e26c99ddc19d9a8f2693a1a 5164168 admin extra 
slurm-llnl_1.3.15-1_i386.deb
 f3cdeffb113b816871509bb753a9210d 269270 libs extra libslurm13_1.3.15-1_i386.deb
 489154d7559316288adca83d072d99e1 17784 libs extra libpmi0_1.3.15-1_i386.deb
 d18014f2abe0f2df2d291700fa02fd8d 436504 libdevel extra 
libslurm13-dev_1.3.15-1_i386.deb
 6043d7ba693ca180619fde5be3c6f731 21964 libdevel extra 
libpmi0-dev_1.3.15-1_i386.deb
 e51d780c14490a015a531130ce014687 316308 admin extra 
slurm-llnl-basic-plugins_1.3.15-1_i386.deb
 75554908c974fbecb40de009237b86aa 1047824 devel extra 
slurm-llnl-basic-plugins-dev_1.3.15-1_i386.deb
 3c53ba79dc4ccd9cbd78f0261705fdb1 344662 admin extra 
slurm-llnl-sview_1.3.15-1_i386.deb
 42f325d874b1330c3cb69c8b9dd2090b 645902 admin extra 
slurm-llnl-slurmdbd_1.3.15-1_i386.deb
 a5e671b5ca497f9771f5f68c2c191406 862344 doc extra 
slurm-llnl-doc_1.3.15-1_all.deb

-BEGIN PGP SIGNATURE-

Accepted r-base 2.9.0-1 (source i386 all)

2009-04-17 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 06:56:48 -0500
Source: r-base
Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-base-latex 
r-doc-pdf r-doc-html r-doc-info r-recommended r-base-core-dbg
Architecture: source i386 all
Version: 2.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-base - GNU R statistical computation and graphics system
 r-base-core - GNU R core of statistical computation and graphics system
 r-base-core-dbg - GNU R debug symbols for statistical comp. language and 
environmen
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-base-latex - GNU R LaTeX docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Changes: 
 r-base (2.9.0-1) unstable; urgency=low
 .
   * New upstream version released this morning
 .
   * debian/rules: Turn optimisation back to -O3 on alpha (as elsewhere)
 with thanks to Kurt Roeckx for applying a fix to gcc
Checksums-Sha1: 
 c8feb20a7f81eae8fcf1fa573752917aa4e089dc 1734 r-base_2.9.0-1.dsc
 97c610b31113db27999cf615d4182d68c8602a4f 18423754 r-base_2.9.0.orig.tar.gz
 05e0f5cf12d2890ae97f588a9cc1068480f880ed 65750 r-base_2.9.0-1.diff.gz
 1effb6e8cd0d1fe10eecfdb062fe11b2a9e54d1b 10710888 r-base-core_2.9.0-1_i386.deb
 c6c737a84067def83d17f771df4e9c8b19ddf7af 521194 r-mathlib_2.9.0-1_i386.deb
 652484457e5f958a70680b78a62b752fb682d028 2374338 
r-base-core-dbg_2.9.0-1_i386.deb
 c20b738f29a3e4f8240c5dea4e882856ea6872f5 31460 r-base_2.9.0-1_all.deb
 ee80c5e676c4f3df019046129ea485ba3146be2e 3186 r-base-dev_2.9.0-1_all.deb
 2963b931c9d2eed74eb7128bc3727c79e7cef11f 1349096 r-base-html_2.9.0-1_all.deb
 2ba9eba1ac561b20050305fcad912347b6b4dde2 1255506 r-base-latex_2.9.0-1_all.deb
 8c6792b4db0db4bad54e209b1b1b18bb556f0b9e 7139434 r-doc-pdf_2.9.0-1_all.deb
 ef59efe978d3162a905daefa7208026456d47afe 637256 r-doc-html_2.9.0-1_all.deb
 dd9965275efaf2f2bbe27b27871d61d9053cd9f3 548846 r-doc-info_2.9.0-1_all.deb
 9932e663cfc53b58e27fff19425c5430bb8bb09b 2660 r-recommended_2.9.0-1_all.deb
Checksums-Sha256: 
 05e38bfac861107ca652206adb6e2a5ab80aa8225bc9aae4395fa5943f409366 1734 
r-base_2.9.0-1.dsc
 f2de4b710feabf0395ee3503befc69332b78ed6b159e959e93bc086a1a8ad818 18423754 
r-base_2.9.0.orig.tar.gz
 e83e57832bb9c8f07bc0816800d6c788b1fbeae531f223b4338683c99b99030a 65750 
r-base_2.9.0-1.diff.gz
 4af262db1c893c427f89a5d7063a7c78fd5f320224ca618e30eab4f0beacdb9f 10710888 
r-base-core_2.9.0-1_i386.deb
 d36b58a3c789614eb1a50e49553adb642662434acd2d737dbfaf268f4ba9db12 521194 
r-mathlib_2.9.0-1_i386.deb
 f7c3fa058534ed7e131ac40a1483ca9135f5c7b6952840fbedd9b3a348a75d0e 2374338 
r-base-core-dbg_2.9.0-1_i386.deb
 d9343a343db178dc54a7418325776c6cf3021de6c46f917e8ddc9aff38557f9c 31460 
r-base_2.9.0-1_all.deb
 ee3f59d397c5b3bb0d506208a6f363b5342c0e02ae8a6fdcd3661bb509857e5e 3186 
r-base-dev_2.9.0-1_all.deb
 2eefba861da4e4e09a9af25db45ead8c37e37adb938014729fd9cefbe821ad55 1349096 
r-base-html_2.9.0-1_all.deb
 9adca657331051299e223487b6cc9aa5a1f18acf7c7fd69e677a5a596c70eee2 1255506 
r-base-latex_2.9.0-1_all.deb
 73ce8ea34b28291b35b45e27505d86815bb57c202f95ee825de3060483930b0c 7139434 
r-doc-pdf_2.9.0-1_all.deb
 c47740c5fd2c7b8c6089cc5205998a88933e00ff7f315eb7fc2385fb43266da7 637256 
r-doc-html_2.9.0-1_all.deb
 d032ab43d0b6532bb5a9c2528662d630d43de25558f919fcc14f4b79899a5e84 548846 
r-doc-info_2.9.0-1_all.deb
 8c36ae74380c8dd6b699ed9dda6078ba8ecb3545f00a726fb54a009b96dda037 2660 
r-recommended_2.9.0-1_all.deb
Files: 
 faf2094b1bf94a52e798fe711dac717e 1734 gnu-r optional r-base_2.9.0-1.dsc
 a5b79a2bc1372136cda4674b5f46d146 18423754 gnu-r optional 
r-base_2.9.0.orig.tar.gz
 72b6160d5ede73ed9fe3d62c53f471c0 65750 gnu-r optional r-base_2.9.0-1.diff.gz
 d4b3cd8bef7aaf49ca30468faab4e660 10710888 gnu-r optional 
r-base-core_2.9.0-1_i386.deb
 10429699b6a10111810f00ee27ab758d 521194 gnu-r optional 
r-mathlib_2.9.0-1_i386.deb
 d9bc66b70d88118d7ff9f0ed948c9beb 2374338 debug extra 
r-base-core-dbg_2.9.0-1_i386.deb
 b7ad3d5d8e0ec61842cfb91b52c0b1c6 31460 gnu-r optional r-base_2.9.0-1_all.deb
 499a2a5b3ff83c22992416c2f99a6f60 3186 gnu-r optional r-base-dev_2.9.0-1_all.deb
 2b1ba76cd4790e58b51a53168f848919 1349096 doc extra r-base-html_2.9.0-1_all.deb
 36cf7e9d17e11cb12b0489ec8973ae9d 1255506 doc extra r-base-latex_2.9.0-1_all.deb
 e4653f90ef82c8c0226f2dba3f091ced 7139434 doc optional r-doc-pdf_2.9.0-1_all.deb
 b3c13023299be149e3ed8e4344352da3 637256 doc optional r-doc-html_2.9.0-1_all.deb
 5583d5b9cb72225c66a501c5ec0a4eb3 548846 doc optional r-doc-info_2.9.0-1_all.deb
 

Accepted linux-2.6 2.6.29-3 (source all amd64)

2009-04-17 Thread maximilian attems
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 10:36:03 +0200
Source: linux-2.6
Binary: linux-source-2.6.29 linux-doc-2.6.29 linux-manual-2.6.29 
linux-patch-debian-2.6.29 linux-tree-2.6.29 linux-support-2.6.29-1 
linux-libc-dev linux-headers-2.6.29-1-all linux-headers-2.6.29-1-all-alpha 
linux-headers-2.6.29-1-common linux-image-2.6.29-1-alpha-generic 
linux-headers-2.6.29-1-alpha-generic linux-image-2.6.29-1-alpha-smp 
linux-headers-2.6.29-1-alpha-smp linux-image-2.6.29-1-alpha-legacy 
linux-headers-2.6.29-1-alpha-legacy linux-headers-2.6.29-1-all-amd64 
linux-image-2.6.29-1-amd64 linux-headers-2.6.29-1-amd64 
linux-headers-2.6.29-1-all-arm linux-image-2.6.29-1-footbridge 
linux-headers-2.6.29-1-footbridge linux-image-2.6.29-1-iop32x 
linux-headers-2.6.29-1-iop32x linux-image-2.6.29-1-ixp4xx 
linux-headers-2.6.29-1-ixp4xx linux-image-2.6.29-1-orion5x 
linux-headers-2.6.29-1-orion5x linux-headers-2.6.29-1-all-armel 
linux-image-2.6.29-1-kirkwood linux-headers-2.6.29-1-kirkwood 
linux-image-2.6.29-1-versatile linux-headers-2.6.29-1-versatile 
linux-headers-2.6.29-1-all-hppa linux-image-2.6.29-1-parisc 
linux-headers-2.6.29-1-parisc linux-image-2.6.29-1-parisc-smp 
linux-headers-2.6.29-1-parisc-smp linux-image-2.6.29-1-parisc64 
linux-headers-2.6.29-1-parisc64 linux-image-2.6.29-1-parisc64-smp 
linux-headers-2.6.29-1-parisc64-smp linux-headers-2.6.29-1-all-i386 
linux-image-2.6.29-1-486 linux-headers-2.6.29-1-486 linux-image-2.6.29-1-686 
linux-headers-2.6.29-1-686 linux-image-2.6.29-1-686-bigmem 
linux-headers-2.6.29-1-686-bigmem linux-headers-2.6.29-1-all-ia64 
linux-image-2.6.29-1-itanium linux-headers-2.6.29-1-itanium 
linux-image-2.6.29-1-mckinley linux-headers-2.6.29-1-mckinley 
linux-headers-2.6.29-1-all-m68k linux-image-2.6.29-1-amiga 
linux-headers-2.6.29-1-amiga linux-image-2.6.29-1-atari 
linux-headers-2.6.29-1-atari linux-image-2.6.29-1-bvme6000 
linux-headers-2.6.29-1-bvme6000 linux-image-2.6.29-1-mac 
linux-headers-2.6.29-1-mac linux-image-2.6.29-1-mvme147 
linux-headers-2.6.29-1-mvme147 linux-image-2.6.29-1-mvme16x 
linux-headers-2.6.29-1-mvme16x linux-headers-2.6.29-1-all-mips 
linux-image-2.6.29-1-r4k-ip22 linux-headers-2.6.29-1-r4k-ip22 
linux-image-2.6.29-1-r5k-ip32 linux-headers-2.6.29-1-r5k-ip32 
linux-image-2.6.29-1-sb1-bcm91250a linux-headers-2.6.29-1-sb1-bcm91250a 
linux-image-2.6.29-1-sb1a-bcm91480b linux-headers-2.6.29-1-sb1a-bcm91480b 
linux-image-2.6.29-1-4kc-malta linux-headers-2.6.29-1-4kc-malta 
linux-image-2.6.29-1-5kc-malta linux-headers-2.6.29-1-5kc-malta 
linux-headers-2.6.29-1-all-mipsel linux-image-2.6.29-1-r5k-cobalt 
linux-headers-2.6.29-1-r5k-cobalt linux-headers-2.6.29-1-all-powerpc 
linux-image-2.6.29-1-powerpc linux-headers-2.6.29-1-powerpc 
linux-image-2.6.29-1-powerpc-smp linux-headers-2.6.29-1-powerpc-smp 
linux-image-2.6.29-1-powerpc64 linux-headers-2.6.29-1-powerpc64 
linux-headers-2.6.29-1-all-s390 linux-image-2.6.29-1-s390 
linux-headers-2.6.29-1-s390 linux-image-2.6.29-1-s390-tape 
linux-image-2.6.29-1-s390x linux-headers-2.6.29-1-s390x 
linux-headers-2.6.29-1-all-sparc linux-image-2.6.29-1-sparc64 
linux-headers-2.6.29-1-sparc64 linux-image-2.6.29-1-sparc64-smp 
linux-headers-2.6.29-1-sparc64-smp
Architecture: source all amd64
Version: 2.6.29-3
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team debian-ker...@lists.debian.org
Changed-By: maximilian attems m...@debian.org
Description: 
 linux-doc-2.6.29 - Linux kernel specific documentation for version 2.6.29
 linux-headers-2.6.29-1-486 - Header files for Linux 2.6.29-1-486
 linux-headers-2.6.29-1-4kc-malta - Header files for Linux 2.6.29-1-4kc-malta
 linux-headers-2.6.29-1-5kc-malta - Header files for Linux 2.6.29-1-5kc-malta
 linux-headers-2.6.29-1-686 - Header files for Linux 2.6.29-1-686
 linux-headers-2.6.29-1-686-bigmem - Header files for Linux 2.6.29-1-686-bigmem
 linux-headers-2.6.29-1-all - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-alpha - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-amd64 - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-arm - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-armel - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-hppa - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-i386 - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-ia64 - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-m68k - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-mips - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-mipsel - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-powerpc - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-s390 - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-all-sparc - All header files for Linux 2.6.29
 linux-headers-2.6.29-1-alpha-generic - Header files for Linux 
2.6.29-1-alpha-generic
 linux-headers-2.6.29-1-alpha-legacy - Header files 

Accepted gedit-latex-plugin 0.2rc1-2 (source all)

2009-04-17 Thread Andrea Gasparini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 25 Mar 2009 18:10:46 +0100
Source: gedit-latex-plugin
Binary: gedit-latex-plugin
Architecture: source all
Version: 0.2rc1-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Gasparini ga...@yattaweb.it
Changed-By: Andrea Gasparini ga...@yattaweb.it
Description: 
 gedit-latex-plugin - GEdit plugin for composing and compiling LaTeX documents
Closes: 514859 514928
Changes: 
 gedit-latex-plugin (0.2rc1-2) unstable; urgency=low
 .
   * debian/rules: fixed calls to pysupport (Closes: 514928)
   * debian/control:
 - added python-enchant as Recommends (Closes: 514859)
   * debian/pathes/03_changes_for_python26.patch: make plugin work with
 python2.6
   * debian/patches/04_name_clashing_with_bzr_gedit_plugin.patch: MenuToolAction
 clash with bzr plugin that has a gobject with the same name.
Checksums-Sha1: 
 0d3d6dcbd00ab06d5fc0001a4c9245479ed9ea3d 1072 gedit-latex-plugin_0.2rc1-2.dsc
 7bfe3a1c1f4c5b6bdd108482a246ddea12202b79 3462 
gedit-latex-plugin_0.2rc1-2.diff.gz
 71afa5a5bba73100558c56d12e46c381d4911c76 179886 
gedit-latex-plugin_0.2rc1-2_all.deb
Checksums-Sha256: 
 36a9c83fdd1a1a981aa37bf0cfd00a53db17398690b5b1d8880c8cce93f6383c 1072 
gedit-latex-plugin_0.2rc1-2.dsc
 da447c3f5f34453dfdfffe9dc68e37af7d09ed02ebcd81132bdad4e1ddfc1f0a 3462 
gedit-latex-plugin_0.2rc1-2.diff.gz
 3032359574f36ebb41b28a708a636d3f471433a011ad46b6930869d8f43e9d64 179886 
gedit-latex-plugin_0.2rc1-2_all.deb
Files: 
 65347d882884ae84937e97bcd00f9cc4 1072 gnome extra 
gedit-latex-plugin_0.2rc1-2.dsc
 b1aad14dc4de34301da1f5b209ff36af 3462 gnome extra 
gedit-latex-plugin_0.2rc1-2.diff.gz
 a40eb97a4253730139edb7a39182d559 179886 gnome extra 
gedit-latex-plugin_0.2rc1-2_all.deb

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

iEYEARECAAYFAknod20ACgkQhImxTYgHUpsznQCcDvlxkkQqOxOY5ei9DnnaXRvx
ZwYAoIG+5QyOHRjJQbzTsNnc74ThW7B1
=nNTY
-END PGP SIGNATURE-


Accepted:
gedit-latex-plugin_0.2rc1-2.diff.gz
  to pool/main/g/gedit-latex-plugin/gedit-latex-plugin_0.2rc1-2.diff.gz
gedit-latex-plugin_0.2rc1-2.dsc
  to pool/main/g/gedit-latex-plugin/gedit-latex-plugin_0.2rc1-2.dsc
gedit-latex-plugin_0.2rc1-2_all.deb
  to pool/main/g/gedit-latex-plugin/gedit-latex-plugin_0.2rc1-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 grass 6.4.0~rc4-1 (source all i386)

2009-04-17 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Apr 2009 16:25:53 +0200
Source: grass
Binary: grass grass-doc grass-dev
Architecture: source all i386
Version: 6.4.0~rc4-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine fran...@debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 grass  - Geographic Resources Analysis Support System
 grass-dev  - GRASS GIS development files
 grass-doc  - Geographic Resources Analysis Support System documentation
Changes: 
 grass (6.4.0~rc4-1) unstable; urgency=low
 .
   * New upstream release candidate.
   * Added Suggests: python-opengl and python-wxgtk2.8 for the new wx interface.
   * Changed again debian/watch file.
   * Moved to versioned defaults (build-)deps for python.
   * Added Suggests: gpsbabel for v.in.gpsbabel and v.out.gpsbabel.
Checksums-Sha1: 
 b32c7bcac2507cdd4f145dbe3d5e26bd576654c2 1689 grass_6.4.0~rc4-1.dsc
 1255d26acc8e717c2af22518421636f53e0a6134 20934770 grass_6.4.0~rc4.orig.tar.gz
 e4416f9f4cdb32186da9188fa96daa39bddb5d74 16191 grass_6.4.0~rc4-1.diff.gz
 fb109c7b50015a6a0fe502d2f7ca84b63b8dec8d 9611824 grass-doc_6.4.0~rc4-1_all.deb
 eca31386eb353ef1ae80f02d84ec3eb9d9703b5a 9719096 grass_6.4.0~rc4-1_i386.deb
 28868f62e53cede0340691a9c65eea4602446a45 207058 grass-dev_6.4.0~rc4-1_i386.deb
Checksums-Sha256: 
 3b1e28e63ad598eaa6071ff9968805892f859cb2027989a37ba177b65b4f3bfd 1689 
grass_6.4.0~rc4-1.dsc
 609dc5dcbf0e9e372aba08a474672f0e92e3a7b13a94cf64841237106033460a 20934770 
grass_6.4.0~rc4.orig.tar.gz
 6545f6a118a1b747afde634e8756615930706440fb021d93d637b8990e358e20 16191 
grass_6.4.0~rc4-1.diff.gz
 7f628b58da8d89fd19e925c7fe2386d31b60d2e8fe6cc447205ba200943c0010 9611824 
grass-doc_6.4.0~rc4-1_all.deb
 8d2ab95586719c8ea8782fa42602459b05a3400658254c5bb9d65430e288f632 9719096 
grass_6.4.0~rc4-1_i386.deb
 bbc6e4d6948fb0c05fac2f940eef4915b01bd879068132d574efc6aebf04efc9 207058 
grass-dev_6.4.0~rc4-1_i386.deb
Files: 
 653b5fe37be7cdf940227c6f58cbae9b 1689 science optional grass_6.4.0~rc4-1.dsc
 7683d82cec255103b9b36d25c38443ef 20934770 science optional 
grass_6.4.0~rc4.orig.tar.gz
 9be77e04e7c065a05b03795948fde877 16191 science optional 
grass_6.4.0~rc4-1.diff.gz
 39de594ef8a8abdaa7044914b5ddcd72 9611824 doc optional 
grass-doc_6.4.0~rc4-1_all.deb
 c6ddb9648526be781737af2044a503ce 9719096 science optional 
grass_6.4.0~rc4-1_i386.deb
 5772da1bdc15ba619e55dd0fc8ee8242 207058 devel optional 
grass-dev_6.4.0~rc4-1_i386.deb

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

iEYEARECAAYFAknodOgACgkQpFNRmenyx0eyKgCcD66nqUTWdyur07/PfgVXhFBD
0WcAnRKzvG5W0j7yzUv0krNbfH5Ijwfb
=yO2t
-END PGP SIGNATURE-


Accepted:
grass-dev_6.4.0~rc4-1_i386.deb
  to pool/main/g/grass/grass-dev_6.4.0~rc4-1_i386.deb
grass-doc_6.4.0~rc4-1_all.deb
  to pool/main/g/grass/grass-doc_6.4.0~rc4-1_all.deb
grass_6.4.0~rc4-1.diff.gz
  to pool/main/g/grass/grass_6.4.0~rc4-1.diff.gz
grass_6.4.0~rc4-1.dsc
  to pool/main/g/grass/grass_6.4.0~rc4-1.dsc
grass_6.4.0~rc4-1_i386.deb
  to pool/main/g/grass/grass_6.4.0~rc4-1_i386.deb
grass_6.4.0~rc4.orig.tar.gz
  to pool/main/g/grass/grass_6.4.0~rc4.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 dbench 4.0-2 (source amd64)

2009-04-17 Thread Mattias Nordstrom
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 15:57:13 +0300
Source: dbench
Binary: dbench
Architecture: source amd64
Version: 4.0-2
Distribution: unstable
Urgency: low
Maintainer: Mattias Nordstrom mnord...@debian.org
Changed-By: Mattias Nordstrom mnord...@debian.org
Description: 
 dbench - The dbench (disk) and tbench (TCP) benchmarks
Closes: 524415
Changes: 
 dbench (4.0-2) unstable; urgency=low
 .
   * Added build-depends on autoconf, fixes FTBFS (closes: #524415)
   * Added build-depends on libpopt-dev.
Checksums-Sha1: 
 8549f701f112129ff76c1bb81a84e1b5f37ca165 949 dbench_4.0-2.dsc
 ae8bfb02933f2eb94fd1f2e6a4709c336c0b4afc 4311 dbench_4.0-2.diff.gz
 8a9f86f8dabce633ecc6882ae84a305dff7ee147 1929020 dbench_4.0-2_amd64.deb
Checksums-Sha256: 
 16e5da11c09e72c7c88353ac0b7150dcb0160befa79ce438d280425756192775 949 
dbench_4.0-2.dsc
 4405b0b92f1162b2031e32f242efd418755dc19c20c9149d267d815e94280a79 4311 
dbench_4.0-2.diff.gz
 2923af57a74f32dab6bf9084132478c097c87ccc6d96ebfa283641d2fa7e9895 1929020 
dbench_4.0-2_amd64.deb
Files: 
 f844d4a0fda9c621bb6ccb0f9925782c 949 utils extra dbench_4.0-2.dsc
 d7cf80492c3859b5e113c2034bf6021e 4311 utils extra dbench_4.0-2.diff.gz
 1e1b9a185c91176559f3fd07fac40bfd 1929020 utils extra dbench_4.0-2_amd64.deb

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

iD8DBQFJ6H8CwKTxHeBrP5cRAilxAJ4rCDn0TsHJgSS/PJiDL0SMStkoDACfcDyl
lx4w8+yjChY3Juxb1Z6jJNM=
=GAT/
-END PGP SIGNATURE-


Accepted:
dbench_4.0-2.diff.gz
  to pool/main/d/dbench/dbench_4.0-2.diff.gz
dbench_4.0-2.dsc
  to pool/main/d/dbench/dbench_4.0-2.dsc
dbench_4.0-2_amd64.deb
  to pool/main/d/dbench/dbench_4.0-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 synce-trayicon 0.13-2 (source amd64)

2009-04-17 Thread Jonny Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 13:57:57 +0100
Source: synce-trayicon
Binary: synce-trayicon
Architecture: source amd64
Version: 0.13-2
Distribution: unstable
Urgency: low
Maintainer: jo...@debian.org
Changed-By: Jonny Lamb jo...@debian.org
Description: 
 synce-trayicon - GNOME system tray application for SynCE
Closes: 500050 515819
Changes: 
 synce-trayicon (0.13-2) unstable; urgency=low
 .
   * debian/gbp.conf: Removed no-create-orig line.
   * debian/control:
 + Removed build-deps on libunshield-dev and libdynamite-dev.
   (Closes: #515819)
 + Upped build-dep on liborange-dev to = 0.4.
 + Fixed Vcs-Browser line.
 + Added quilt build-dep.
 + Upped Standards-Version. (no changes)
   * debian/README.source: Added.
   * debian/update-patches.mk: Added.
   * debian/rules:
 + Include update-patches.mk.
 + Include quilt.make and call {,un}patch targets.
   * debian/patches/:
 + 0001-Use-gtk-2.16-tooltip-api-if-available-to-update-tool.patch: Added
   to update the trayicon tooltip. (Closes: #500050)
   * debian/copyright: Updated debian/* copyright.
Checksums-Sha1: 
 c76f1a3c3706d86bfaade37c92079d23513499ff 1471 synce-trayicon_0.13-2.dsc
 138fa065700134ea1a72ee56d3bca23c68d7b6fa 5282 synce-trayicon_0.13-2.diff.gz
 8edefd0c3c15f25d6825c40c9ccfac4b8ca14373 87304 synce-trayicon_0.13-2_amd64.deb
Checksums-Sha256: 
 14c3a40e55a2668cbc2f1d04a76f7300bd77215c436e3e023a60b7e708b3da38 1471 
synce-trayicon_0.13-2.dsc
 414a56855377260a919f99b71a7afbb47c8c7a2ed71089dbf271991478871591 5282 
synce-trayicon_0.13-2.diff.gz
 46eeb99972cc6eda90258bbc9d7d1b514bd9910c75f3d14a0450164036857ca4 87304 
synce-trayicon_0.13-2_amd64.deb
Files: 
 ea5719f87416aa748457bb36386bf775 1471 utils optional synce-trayicon_0.13-2.dsc
 0270f3ec5e93f662d7d9641deb5aef13 5282 utils optional 
synce-trayicon_0.13-2.diff.gz
 058cd28779945cdc0a7873412b773bf9 87304 utils optional 
synce-trayicon_0.13-2_amd64.deb

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

iEYEARECAAYFAknof90ACgkQwYr7ny4DlAJtWACfTVDtGDZiCeMxiAw4mG06xr8+
YRoAoIhLigzSL8ElcCJeZRBfWiksJyF/
=r5CP
-END PGP SIGNATURE-


Accepted:
synce-trayicon_0.13-2.diff.gz
  to pool/main/s/synce-trayicon/synce-trayicon_0.13-2.diff.gz
synce-trayicon_0.13-2.dsc
  to pool/main/s/synce-trayicon/synce-trayicon_0.13-2.dsc
synce-trayicon_0.13-2_amd64.deb
  to pool/main/s/synce-trayicon/synce-trayicon_0.13-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 gsasl 1.1-1 (source amd64)

2009-04-17 Thread Jorge Salamero Sanz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Apr 2009 09:56:14 +0100
Source: gsasl
Binary: libgsasl7-dev libgsasl7 gsasl
Architecture: source amd64
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian XMPP Maintainers pkg-xmpp-de...@lists.alioth.debian.org
Changed-By: Jorge Salamero Sanz ben...@debian.org
Description: 
 gsasl  - GNU SASL command line utility
 libgsasl7  - GNU SASL library
 libgsasl7-dev - Development files for the GNU SASL library
Closes: 494625
Changes: 
 gsasl (1.1-1) unstable; urgency=low
 .
   * New Upstream Version (Closes: #494625).
   * Added ${misc:Depends} in debian/control.
   * Bumped Standard-Versions in debian/control.
   * Updated to debhelper 7.
   * Minor changes in debian/copyright.
Checksums-Sha1: 
 4229ad414df68b654bcdd262f842c689445d74d3 1367 gsasl_1.1-1.dsc
 18ad50a16da8cbb53b720968545330fa5cdaa380 3775776 gsasl_1.1.orig.tar.gz
 a5bfbd285f4f2bcac7f04c09caf5fbbb02d8f02d 3270 gsasl_1.1-1.diff.gz
 68af0330c306d85e661b535204b9cfe3e5a46144 245012 libgsasl7-dev_1.1-1_amd64.deb
 6ea5cd2f73c465c023abb01fd9a3208e61a62a43 165644 libgsasl7_1.1-1_amd64.deb
 1f0f076f63ad4439fe8c4a4f5219a1e8871f54fd 190332 gsasl_1.1-1_amd64.deb
Checksums-Sha256: 
 c0124082724334fb2a0131c532b637c1efbb62f4576c85f19e2c4e9a3f985e0a 1367 
gsasl_1.1-1.dsc
 8410f2dd328c0bba0b5d4b5b3fdf603cd65d58ea48d8d31746271b818665c9cc 3775776 
gsasl_1.1.orig.tar.gz
 3ad5d596ceb01d847c3a98a00612c10fd3eef9da60396844a8d02dda21e86626 3270 
gsasl_1.1-1.diff.gz
 fad971e5408425eab68a31dc1af05dfb1b20dfad9856c732274e3c536fea07fe 245012 
libgsasl7-dev_1.1-1_amd64.deb
 daff009174b3867d84b949a71fa50f7f963dc91fcbf68451dd24dbfd34a24546 165644 
libgsasl7_1.1-1_amd64.deb
 20167b2e53f9bc3340dad4e01c813d1b03692b659358e416718ce267997aac62 190332 
gsasl_1.1-1_amd64.deb
Files: 
 9c957fff3c4ee3db8cad11fd47cc837d 1367 devel optional gsasl_1.1-1.dsc
 2b1c2ad070ee26593cb7cd1a652d9aeb 3775776 devel optional gsasl_1.1.orig.tar.gz
 6bb0f80e103ed77091de1a33244e03fb 3270 devel optional gsasl_1.1-1.diff.gz
 c12a8bca67a9efbeeeb37bf248e2de6a 245012 libdevel optional 
libgsasl7-dev_1.1-1_amd64.deb
 518dd5f2cd559c90df0fe8eb6e4e9745 165644 libs optional libgsasl7_1.1-1_amd64.deb
 32f4fc5760ec1ac7d088c9b4e08ea5eb 190332 devel optional gsasl_1.1-1_amd64.deb

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

iEYEARECAAYFAknoluAACgkQWJqQNHDrD85EfgCgs9mkO0d5woZPRsBiiNsqBv2p
oFYAnigTViild+PoIRu0YnWsv1mhxncR
=q2Zl
-END PGP SIGNATURE-


Accepted:
gsasl_1.1-1.diff.gz
  to pool/main/g/gsasl/gsasl_1.1-1.diff.gz
gsasl_1.1-1.dsc
  to pool/main/g/gsasl/gsasl_1.1-1.dsc
gsasl_1.1-1_amd64.deb
  to pool/main/g/gsasl/gsasl_1.1-1_amd64.deb
gsasl_1.1.orig.tar.gz
  to pool/main/g/gsasl/gsasl_1.1.orig.tar.gz
libgsasl7-dev_1.1-1_amd64.deb
  to pool/main/g/gsasl/libgsasl7-dev_1.1-1_amd64.deb
libgsasl7_1.1-1_amd64.deb
  to pool/main/g/gsasl/libgsasl7_1.1-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 oss-preserve 1.1-6 (source amd64)

2009-04-17 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 10:23:56 -0400
Source: oss-preserve
Binary: oss-preserve
Architecture: source amd64
Version: 1.1-6
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath va...@debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 oss-preserve - Program to save/restore OSS mixer settings
Closes: 523710
Changes: 
 oss-preserve (1.1-6) unstable; urgency=low
 .
   * Update glib depends to libglib2.0 (Closes: #523710)
   * Add patches/glib.diff to fix build with glib-2.0
   * Bump Standards-Version to 3.8.1
   * Fix lintian warnings in copyright file
Checksums-Sha1: 
 0b8e17ffc695ed83ebdb00fdf6c96339ea7b4dfd 1157 oss-preserve_1.1-6.dsc
 be69dfa6d4f0f658d2ce0ce9bf5d08be6279d2dc 4429 oss-preserve_1.1-6.diff.gz
 66f1b64baf4685b21103ea4b68b738991b142320 9346 oss-preserve_1.1-6_amd64.deb
Checksums-Sha256: 
 71740e19707879bb1e525f0daea8f6707961aa5bc351e03308c13ec035a5dd1f 1157 
oss-preserve_1.1-6.dsc
 eca6681afa87944b189c6341200f34064bf8cf79cf22b287d7086b36bf0ce2bd 4429 
oss-preserve_1.1-6.diff.gz
 1e102f083c13d4551c437590bad45963b375671cf56b45c896d546589bcce42f 9346 
oss-preserve_1.1-6_amd64.deb
Files: 
 8d2cca9b7b1ab816d1b5605d3655f7f2 1157 admin optional oss-preserve_1.1-6.dsc
 683013feab2c76a1b488326a34370de0 4429 admin optional oss-preserve_1.1-6.diff.gz
 941d8fe764669504ab9c555f81130325 9346 admin optional 
oss-preserve_1.1-6_amd64.deb

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

iEYEARECAAYFAknoltgACgkQPEFSUMxFMZcjagCgqG6qDeUdx8XTDjeXXOhqBvdV
YPQAn0mlsPEbcL5SxovTUdcun3HXXDpt
=hVMt
-END PGP SIGNATURE-


Accepted:
oss-preserve_1.1-6.diff.gz
  to pool/main/o/oss-preserve/oss-preserve_1.1-6.diff.gz
oss-preserve_1.1-6.dsc
  to pool/main/o/oss-preserve/oss-preserve_1.1-6.dsc
oss-preserve_1.1-6_amd64.deb
  to pool/main/o/oss-preserve/oss-preserve_1.1-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 debian-xcontrol 0.0.3-1 (source amd64)

2009-04-17 Thread Simon Richter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 17:02:42 +0200
Source: debian-xcontrol
Binary: debian-xcontrol
Architecture: source amd64
Version: 0.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Simon Richter s...@debian.org
Changed-By: Simon Richter s...@debian.org
Description: 
 debian-xcontrol - Extended syntax for debian/control files
Changes: 
 debian-xcontrol (0.0.3-1) unstable; urgency=low
 .
   * New version, now supports dependency alternatives
Checksums-Sha1: 
 4ed19efcd988e2c480a838d6871fdce7f699d70b 1184 debian-xcontrol_0.0.3-1.dsc
 ddc0c4a579a59b1a3f237ec14e749ead4146b571 104104 
debian-xcontrol_0.0.3.orig.tar.gz
 b39f96cf86c7ec186e50b94d22618b4552a989f5 2193 debian-xcontrol_0.0.3-1.diff.gz
 bdb449ca91aa80b4793d5788dc2b880123bddc1d 62384 
debian-xcontrol_0.0.3-1_amd64.deb
Checksums-Sha256: 
 2b1feab3c438806a78e00377b4b6db1cd1a5e9fdce79c22e3d0ea85cbd42bab1 1184 
debian-xcontrol_0.0.3-1.dsc
 9fccb5e3d89a8410fad4541c6b72b20f7a98933538a3d38cf3e17e50736ec4bd 104104 
debian-xcontrol_0.0.3.orig.tar.gz
 bfc0ea6d35319c8b0f574e05fec876728f2b9b16b2ea7fca9128aa913415bef5 2193 
debian-xcontrol_0.0.3-1.diff.gz
 5c39a754e9c1c45d2e369c1c91ddec3572e37a5291cb3b843bb17bcfe885d1a9 62384 
debian-xcontrol_0.0.3-1_amd64.deb
Files: 
 f398cfca5971de9aec184681033ede43 1184 devel extra debian-xcontrol_0.0.3-1.dsc
 e036ec89116c586dd668674953a6aa5e 104104 devel extra 
debian-xcontrol_0.0.3.orig.tar.gz
 ff6d08a04788c70dea2cdb5976884fc3 2193 devel extra 
debian-xcontrol_0.0.3-1.diff.gz
 e01570d33ee19eaa08cbaf8d165067b2 62384 devel extra 
debian-xcontrol_0.0.3-1_amd64.deb

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

iJwEAQECAAYFAknonAsACgkQ0sfeulffv7ueNQP9HtyN0RAdJmmY/PftTssQlV/r
jUowSV4+79OdEhHLxpBbMZTFeMBW1j5bBftkmTu/jZ/rY3kH/cBenZ7E8+ev7tGq
d/8bMQBrVIRC25Qs3/XZ/whlJPYswFWuYGnpB+Y/8kxF1faAuYBxu0JX0HgnhyB7
Uql7CCI+8BewMqqr3I8=
=d8nb
-END PGP SIGNATURE-


Accepted:
debian-xcontrol_0.0.3-1.diff.gz
  to pool/main/d/debian-xcontrol/debian-xcontrol_0.0.3-1.diff.gz
debian-xcontrol_0.0.3-1.dsc
  to pool/main/d/debian-xcontrol/debian-xcontrol_0.0.3-1.dsc
debian-xcontrol_0.0.3-1_amd64.deb
  to pool/main/d/debian-xcontrol/debian-xcontrol_0.0.3-1_amd64.deb
debian-xcontrol_0.0.3.orig.tar.gz
  to pool/main/d/debian-xcontrol/debian-xcontrol_0.0.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 drivel 2.0.4-1 (source amd64)

2009-04-17 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 13:44:25 +0100
Source: drivel
Binary: drivel
Architecture: source amd64
Version: 2.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Neil Williams codeh...@debian.org
Changed-By: Neil Williams codeh...@debian.org
Description: 
 drivel - Blogging client for the GNOME desktop
Closes: 465805 521452 521903 522335 522661 523425
Changes: 
 drivel (2.0.4-1) unstable; urgency=low
 .
   * New upstream release.
   * [INTL:ru] Russian program translation update (Closes: #521452)
   * [INTL:pt] Updated Portuguese translation (Closes: #521903)
   * Update Standards Version (no changes)
   * Drop previous patches and dpatch support, patches implemented
 upstream.
   * Switch to libcurl4-gnutls-dev instead of libcurl4-openssl-dev
 to avoid linked against OpenSSL (Closes: #522335)
   * Add LiveJournal tags support (Closes: #465805)
   * [INTL:ru] Russian program translation update - added string
 (Closes: #522661)
   * [INTL:it] New Italian translation (Closes: #523425)
   * Add gnome-doc-utils to build-depends
Checksums-Sha1: 
 52b468d20ebaf43f5c3e3a4b494055762c553ec5 1365 drivel_2.0.4-1.dsc
 7d3aaf6b47d2e55dcd89700fcb7027d4527270e7 939740 drivel_2.0.4.orig.tar.gz
 58382ad0045a9a0ff8ccc39e8d479e366b577ec6 12120 drivel_2.0.4-1.diff.gz
 68a58dac56ccbab20d87d78be8f88de4bdbaa58d 432090 drivel_2.0.4-1_amd64.deb
Checksums-Sha256: 
 2e3a7b072bcbfa88fa46526f134ee7cf28a41a425b3801479c37abfbc72e889a 1365 
drivel_2.0.4-1.dsc
 7a7f18b9d8e0e79464495fd38a6742621c9c4ec69ea4313f98cc54a27c2bb755 939740 
drivel_2.0.4.orig.tar.gz
 d3b6fa73f778084fb40420443c32a134e717cc8f80827b08c8ffd8dd99f5a786 12120 
drivel_2.0.4-1.diff.gz
 92146a798c6bc7a11a909e75dbbb72df6d430e7092a4d5129d0fccc8c5476f09 432090 
drivel_2.0.4-1_amd64.deb
Files: 
 318f7627ae713e3c57e25b488b61e9d5 1365 net optional drivel_2.0.4-1.dsc
 b3ecc187eb1e51968ac6aced7b5100e9 939740 net optional drivel_2.0.4.orig.tar.gz
 a4ce58f3374f52983b599bc9b0f29a7b 12120 net optional drivel_2.0.4-1.diff.gz
 d5e14980350e435efddda75dd0012475 432090 net optional drivel_2.0.4-1_amd64.deb

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

iEYEARECAAYFAknooGwACgkQiAEJSii8s+MbYQCg9d88ACfsArgaPPfrk/RkwUFY
cfMAoJS1fsGeFcUlE8HG3rAEopwNyo3q
=IYja
-END PGP SIGNATURE-


Accepted:
drivel_2.0.4-1.diff.gz
  to pool/main/d/drivel/drivel_2.0.4-1.diff.gz
drivel_2.0.4-1.dsc
  to pool/main/d/drivel/drivel_2.0.4-1.dsc
drivel_2.0.4-1_amd64.deb
  to pool/main/d/drivel/drivel_2.0.4-1_amd64.deb
drivel_2.0.4.orig.tar.gz
  to pool/main/d/drivel/drivel_2.0.4.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 shorewall-perl 4.2.8-2 (source all)

2009-04-17 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 11:32:35 -0400
Source: shorewall-perl
Binary: shorewall-perl
Architecture: source all
Version: 4.2.8-2
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall-perl - Shoreline Firewall, Netfilter configurator (Perl-based)
Changes: 
 shorewall-perl (4.2.8-2) unstable; urgency=low
 .
   * Patch for point release 4.2.8.1
Checksums-Sha1: 
 41a68ae28d96a06f02216745d9ecdaf11444be56 1182 shorewall-perl_4.2.8-2.dsc
 0cb24ec1c25586828da17424ea549aab533c4311 3979 shorewall-perl_4.2.8-2.diff.gz
 28cbd3492691f648bc19b1d513766eedcbf13bef 143722 shorewall-perl_4.2.8-2_all.deb
Checksums-Sha256: 
 a5f6080efa90cad449377905b0aaa486cb5e9150d93f34d1991ac874ff3a3659 1182 
shorewall-perl_4.2.8-2.dsc
 9ae1bbbd9fa1b3bc302e1d87eb058e126cfa1ccc4328d1e50fcd26c31c55bdb0 3979 
shorewall-perl_4.2.8-2.diff.gz
 0a0518b1c12fb08509384040ed5f194759fae905f0c6673bb0fd94f338cb80a8 143722 
shorewall-perl_4.2.8-2_all.deb
Files: 
 a2d8c5f5a1d19beec6192e5cb9b702d5 1182 net optional shorewall-perl_4.2.8-2.dsc
 f49aa5420aafbfc1969703cb2f30e9a5 3979 net optional 
shorewall-perl_4.2.8-2.diff.gz
 35e154dc7d6702544307751591541f33 143722 net optional 
shorewall-perl_4.2.8-2_all.deb

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

iEYEARECAAYFAknopAkACgkQ5SXWIKfIlGT9HACglBp7UFbjcW8l71ryOYSiLERX
RyAAni6h55znRazs7sLlKegm6KQTEAKR
=a9E6
-END PGP SIGNATURE-


Accepted:
shorewall-perl_4.2.8-2.diff.gz
  to pool/main/s/shorewall-perl/shorewall-perl_4.2.8-2.diff.gz
shorewall-perl_4.2.8-2.dsc
  to pool/main/s/shorewall-perl/shorewall-perl_4.2.8-2.dsc
shorewall-perl_4.2.8-2_all.deb
  to pool/main/s/shorewall-perl/shorewall-perl_4.2.8-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 openexr 1.6.1-4 (source amd64)

2009-04-17 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 11 Apr 2009 22:00:04 +0200
Source: openexr
Binary: openexr libopenexr-dev libopenexr6
Architecture: source amd64
Version: 1.6.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian PhotoTools Maintainers 
pkg-phototools-de...@lists.alioth.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 libopenexr-dev - development files for the OpenEXR image library
 libopenexr6 - runtime files for the OpenEXR image library
 openexr- viewer and docs for the OpenEXR image format
Closes: 494877
Changes: 
 openexr (1.6.1-4) unstable; urgency=low
 .
   * Adopt the package within pkg-phototools (Closes: #494877):
  - Thanks to Adeodato Simó et al. for having taken care of it until
now!
  - Set Maintainer to the group.
  - Set Uploaders to myself.
  - Update Vcs-{Git,Browser}.
  - Remove XS-X-Collab-Maint field, no longer relevant. Patches are
still welcome, though!
   * Switch to debhelper 7:
  - Bump debian/compat to 7.
  - Version the B-D on debhelper: = 7.0.50 to allow the use of
overrides.
  - Specify some overrides to tweak as needed for the build:
 - dh_auto_configure: pass the --with-openexr flag to configure
   script.
 - dh_auto_test: don't run “check” on arm and ia64 for now, and
   bypass dh_auto_test due to bad target detection.
 - dh_compress: no longer compress .h/.cpp examples.
 - dh_link: needed since libopenexr-dev's and openexr's /us/s/d
   directories are symlinks to libopenexr6's one.
 - dh_makeshlibs: keep on using -V.
 - dh_installdeb: add a call to dh_buildinfo to keep on storing the
   versions of packages installed during the build.
  - Specify some targets:
 - build and clean to handle patching/unpatching and
   updating/cleaning config.{guess,sub}.
   * Now compress PDF documentation. Any sane PDF viewer should be able to
 handle decompression.
   * Remove .gitignore file.
   * Add ${misc:Depends} to all binaries.
   * Bump Standards-Version from 3.7.3 to 3.8.1 (no changes needed).
Checksums-Sha1: 
 64dc9408e82a9a6c17f6f6167df627ff98af5983 1292 openexr_1.6.1-4.dsc
 37a6db41751fd782b7ea27e209a83df2886676a0 9253 openexr_1.6.1-4.diff.gz
 50c579973f6a89a30d74ee1f8ad13d7cadb3af09 2772364 openexr_1.6.1-4_amd64.deb
 8f4553314c7901e9e57a7e7d84f9eef351868faa 399934 
libopenexr-dev_1.6.1-4_amd64.deb
 f17e46d09c3caa2b5405451b02e56ce29f697f70 255566 libopenexr6_1.6.1-4_amd64.deb
Checksums-Sha256: 
 86c568f6ef4f4d7528fa6d2b77a7ebcc121909af7e295455a13a8210db44ff8c 1292 
openexr_1.6.1-4.dsc
 726ec74d84ba17349b15c13283c76b84770f748b7019b438ff2179fe0bb1c1bf 9253 
openexr_1.6.1-4.diff.gz
 f4a3b5a31eb7fbc48f0a789bc0046dcdfd40e4870e17e34cec403cb8420243fd 2772364 
openexr_1.6.1-4_amd64.deb
 aaeccc6009b2ab4b8bb6f161ea15bf8d4a47c2c2e564b942246f3b37b25a8ce7 399934 
libopenexr-dev_1.6.1-4_amd64.deb
 86231bc80e52fc602ee77ac34da7eaaac62f67fafc9053eac6dfd50c382a398c 255566 
libopenexr6_1.6.1-4_amd64.deb
Files: 
 a86f939aabb24fa82d0a77a44d24a39d 1292 graphics optional openexr_1.6.1-4.dsc
 a3ca0cf5740f4c58ee2b53830644d0e7 9253 graphics optional openexr_1.6.1-4.diff.gz
 23f9ccfd02cd9ea79a65927a679f018e 2772364 graphics optional 
openexr_1.6.1-4_amd64.deb
 461be39cae63279c9318050673a264a3 399934 libdevel optional 
libopenexr-dev_1.6.1-4_amd64.deb
 61ea2631e4e48dc009372a95773a1f33 255566 libs optional 
libopenexr6_1.6.1-4_amd64.deb

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

iEYEARECAAYFAknotVMACgkQeGfVPHR5Nd0xjACfe3kgWOXpkNzTHOvY5ch1bfMc
8KUAn2bnMLTQ7GJmxlxb+pBE+OWB2i9e
=xpfh
-END PGP SIGNATURE-


Accepted:
libopenexr-dev_1.6.1-4_amd64.deb
  to pool/main/o/openexr/libopenexr-dev_1.6.1-4_amd64.deb
libopenexr6_1.6.1-4_amd64.deb
  to pool/main/o/openexr/libopenexr6_1.6.1-4_amd64.deb
openexr_1.6.1-4.diff.gz
  to pool/main/o/openexr/openexr_1.6.1-4.diff.gz
openexr_1.6.1-4.dsc
  to pool/main/o/openexr/openexr_1.6.1-4.dsc
openexr_1.6.1-4_amd64.deb
  to pool/main/o/openexr/openexr_1.6.1-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 gnome-nds-thumbnailer 1.2.1-1 (source amd64)

2009-04-17 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 10:04:11 +0200
Source: gnome-nds-thumbnailer
Binary: gnome-nds-thumbnailer
Architecture: source amd64
Version: 1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Laurent Bigonville bi...@debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 gnome-nds-thumbnailer - Nintendo DS roms thumbnailer for GNOME
Changes: 
 gnome-nds-thumbnailer (1.2.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 75125c60d38d9da90f1a78eb7a3ba03a7674b8b1 1220 gnome-nds-thumbnailer_1.2.1-1.dsc
 9bf9b8ac3916c266b87637193e5f01ea4266d2e4 85056 
gnome-nds-thumbnailer_1.2.1.orig.tar.gz
 1c647b0bb1657700aa233b30f99ea21c6a1be41d 2311 
gnome-nds-thumbnailer_1.2.1-1.diff.gz
 77af6c6717ca4b0ba648dba0bbf44a9516e4d837 7958 
gnome-nds-thumbnailer_1.2.1-1_amd64.deb
Checksums-Sha256: 
 7565adbb9dac57e832e0c7754a862ac1bb3b9b267c80f1962f624092c7ccb1ea 1220 
gnome-nds-thumbnailer_1.2.1-1.dsc
 9d83360e92a79d32da5dc7d7306d90deeb6c7abdb21f43bc8d0c474a4ec61792 85056 
gnome-nds-thumbnailer_1.2.1.orig.tar.gz
 176a4db99b7c37d26b78fc4da4482a38c201f2a65d3c5a424c726514375cdadf 2311 
gnome-nds-thumbnailer_1.2.1-1.diff.gz
 45626817092494470efde84e089101834460dbbf716bb6dd4eb3760a4c2b7db1 7958 
gnome-nds-thumbnailer_1.2.1-1_amd64.deb
Files: 
 96521bb01e4e2f67cd8b37af0139e2f1 1220 gnome extra 
gnome-nds-thumbnailer_1.2.1-1.dsc
 f88ce7c5fd99b275b4472a8ff17acd48 85056 gnome extra 
gnome-nds-thumbnailer_1.2.1.orig.tar.gz
 76fdda5002941ae5854b132c949812f5 2311 gnome extra 
gnome-nds-thumbnailer_1.2.1-1.diff.gz
 db3fb6c0c710551e3c881a09cc214b71 7958 gnome extra 
gnome-nds-thumbnailer_1.2.1-1_amd64.deb

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

iEYEARECAAYFAknos84ACgkQdkeBByM7nqCnYwCfZTMb1TY/fppunoVj7MAZ4llD
a0YAn1ZhIlafXCjlzacVyZhkNx+NNrbE
=Z3RH
-END PGP SIGNATURE-


Accepted:
gnome-nds-thumbnailer_1.2.1-1.diff.gz
  to pool/main/g/gnome-nds-thumbnailer/gnome-nds-thumbnailer_1.2.1-1.diff.gz
gnome-nds-thumbnailer_1.2.1-1.dsc
  to pool/main/g/gnome-nds-thumbnailer/gnome-nds-thumbnailer_1.2.1-1.dsc
gnome-nds-thumbnailer_1.2.1-1_amd64.deb
  to pool/main/g/gnome-nds-thumbnailer/gnome-nds-thumbnailer_1.2.1-1_amd64.deb
gnome-nds-thumbnailer_1.2.1.orig.tar.gz
  to pool/main/g/gnome-nds-thumbnailer/gnome-nds-thumbnailer_1.2.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 libkolab-perl 1:2.2.1-20090304-1 (source all)

2009-04-17 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Mar 2009 20:12:03 +0100
Source: libkolab-perl
Binary: libkolab-perl
Architecture: source all
Version: 1:2.2.1-20090304-1
Distribution: experimental
Urgency: low
Maintainer: Debian Kolab Maintainers pkg-kolab-de...@lists.alioth.debian.org
Changed-By: Mathieu Parent math.par...@gmail.com
Description: 
 libkolab-perl - Perl modules for Kolab
Changes: 
 libkolab-perl (1:2.2.1-20090304-1) experimental; urgency=low
 .
   * New beta release 2.2.1-beta1 (20081212)
 + Integrated patch: 50-sync-ldap-backend
 + Moved patch: 30-bootstrap from kolabd
   - updated
 + Moved patch: 40-disable-amavis from kolabd
 + kolabconf package integrated:
   - added versioned conflicts
   - removed 10-kolabconf-perl-path.diff
   - imported 30-invoke-rc.diff (now 10-invoke-rc)
   - removed 85-slapd-syncrepl-24.diff, integrated upstream
   - removed 95-runonchange.diff, integrated upstream
 + added conflict with previous kolabd as binaries are now here
   * New rc release 2.2.1-rc1 (2.2.1-20090304). Integrated patches:
 + create manpages for bin/* and sbin/*
   - 70-manpages.diff: add POD manpages to bin/* and sbin/* (issue/3355)
   - 71-install-sbin-manpages.diff: install sbin/* manpages (issue/3363)
 + 90-slapd-conf-optional: slapd.replicas.template and slapd.access.template
   can be absent (kolab/issue3321)
   * debian/rules:
 + remove empty manpages
 + makefile parameters
   * debian/copyright: refers to versionned license version
   * debian/uupdate-wrapper: updated to keep upsteam version
   * updated Standards-Version to 3.8.1: no changes
   * debian/compat: switching to compatibility-version 7:
 - build-depends on debhelper 7
 - replace 'dh_clean -k' by 'dh_prep'
Checksums-Sha1: 
 2c15f76402f4610a66df9f6c89aa567b15f99339 1420 
libkolab-perl_2.2.1-20090304-1.dsc
 4e904c1f977d7c7ae5787055022770cf85232fbf 52779 
libkolab-perl_2.2.1-20090304.orig.tar.gz
 089e854ddad252e5caf4a86f57e688147d1b7893 6634 
libkolab-perl_2.2.1-20090304-1.diff.gz
 6b508210c064c3becbda546a8481f9125ba5a6c2 0 
libkolab-perl_2.2.1-20090304-1_all.deb
Checksums-Sha256: 
 6b30c7914f566a47431fb3a4cee016e0a7c076c16d37013a4a3e351ae8f5efb3 1420 
libkolab-perl_2.2.1-20090304-1.dsc
 2214053b51089f9000600be232a25deb3137a3faf0d36857f84402591430318e 52779 
libkolab-perl_2.2.1-20090304.orig.tar.gz
 b991a07d0f428502e9edb1ac4ad9f70f852971cf36311faed17183f48fbac67d 6634 
libkolab-perl_2.2.1-20090304-1.diff.gz
 8a80e403c5d2c334f7e7a073cf9eed690006b0af6a28d5d6ee1f5419bde26be8 0 
libkolab-perl_2.2.1-20090304-1_all.deb
Files: 
 b85a56c04f8c1d0456884ec039e7abaa 1420 perl extra 
libkolab-perl_2.2.1-20090304-1.dsc
 c18f80f4208e433f68a8ae58949cbc0c 52779 perl extra 
libkolab-perl_2.2.1-20090304.orig.tar.gz
 440aa4a3050d37fbc987a3cffc4d5f0d 6634 perl extra 
libkolab-perl_2.2.1-20090304-1.diff.gz
 104fc7ebc70c959961de83bf0ff00ebe 0 perl extra 
libkolab-perl_2.2.1-20090304-1_all.deb

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

iEYEARECAAYFAknotdoACgkQ9/DnDzB9Vu1czgCeInDmh0EPNivZlhUNeqY4w1PM
NAoAnjWKuD8BqcqCYc04N9zsDYvuaeO/
=lZ37
-END PGP SIGNATURE-


Accepted:
libkolab-perl_2.2.1-20090304-1.diff.gz
  to pool/main/libk/libkolab-perl/libkolab-perl_2.2.1-20090304-1.diff.gz
libkolab-perl_2.2.1-20090304-1.dsc
  to pool/main/libk/libkolab-perl/libkolab-perl_2.2.1-20090304-1.dsc
libkolab-perl_2.2.1-20090304-1_all.deb
  to pool/main/libk/libkolab-perl/libkolab-perl_2.2.1-20090304-1_all.deb
libkolab-perl_2.2.1-20090304.orig.tar.gz
  to pool/main/libk/libkolab-perl/libkolab-perl_2.2.1-20090304.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 zsh-beta 4.3.9-dev-2+20090417-1 (source all)

2009-04-17 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 13:17:34 -0400
Source: zsh-beta
Binary: zsh-beta zsh-beta-doc zsh-beta-static
Architecture: source all
Version: 4.3.9-dev-2+20090417-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams sch...@debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
 zsh-beta-static - A shell with lots of features (dev tree - static link)
Changes: 
 zsh-beta (4.3.9-dev-2+20090417-1) unstable; urgency=low
 .
   * Update to HEAD.
Checksums-Sha1: 
 574dcc5767380e4a39b60243cdd1a6af81891098 1248 
zsh-beta_4.3.9-dev-2+20090417-1.dsc
 ab54a03f7b72c32075fa1193ccfc077a10b9a72b 2645756 
zsh-beta_4.3.9-dev-2+20090417.orig.tar.gz
 8add0904652f9e6462b961ba11e0d131c2251580 129937 
zsh-beta_4.3.9-dev-2+20090417-1.diff.gz
 1998fa41c0a4a2f1883b1a4f5b76ed575d8afc45 440780 
zsh-beta-doc_4.3.9-dev-2+20090417-1_all.deb
Checksums-Sha256: 
 d37d761278e559eb3ba7181d41dc8ebd34dbd18fb1f77aaad8cc3ee0a88d3ae9 1248 
zsh-beta_4.3.9-dev-2+20090417-1.dsc
 413715d77fc926efc872aa66552380fa72e8e3f230d245b56caa7749137959c8 2645756 
zsh-beta_4.3.9-dev-2+20090417.orig.tar.gz
 e40e2521e65a3411ee01d6014c4094fd68b428483da7d324d7913388625b5a34 129937 
zsh-beta_4.3.9-dev-2+20090417-1.diff.gz
 f8d82aacf9b231e4213674a6ab27459f7387c3bbc812ad3734be11ff9ae31561 440780 
zsh-beta-doc_4.3.9-dev-2+20090417-1_all.deb
Files: 
 7e2dbc81af384812424fa1cb294b3e57 1248 shells optional 
zsh-beta_4.3.9-dev-2+20090417-1.dsc
 dda5eff0c58ca2e2ce32d18dacb3b002 2645756 shells optional 
zsh-beta_4.3.9-dev-2+20090417.orig.tar.gz
 4cfd44d76f6a94623b86253acdb6ab08 129937 shells optional 
zsh-beta_4.3.9-dev-2+20090417-1.diff.gz
 7b176a7f4c3ac6313ff3209e963c50a1 440780 doc optional 
zsh-beta-doc_4.3.9-dev-2+20090417-1_all.deb

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

iD8DBQFJ6LuC5m0u66uWM3ARAjghAKCLRiR30zYu54so74fCyQM/9es2RQCguNfc
BiAWmjQ9v2rBF78yTerIM7M=
=XSux
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.9-dev-2+20090417-1_all.deb
  to pool/main/z/zsh-beta/zsh-beta-doc_4.3.9-dev-2+20090417-1_all.deb
zsh-beta_4.3.9-dev-2+20090417-1.diff.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.9-dev-2+20090417-1.diff.gz
zsh-beta_4.3.9-dev-2+20090417-1.dsc
  to pool/main/z/zsh-beta/zsh-beta_4.3.9-dev-2+20090417-1.dsc
zsh-beta_4.3.9-dev-2+20090417.orig.tar.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.9-dev-2+20090417.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 kolabd 2.2.1-20090304-1 (source all)

2009-04-17 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Mar 2009 20:11:02 +0100
Source: kolabd
Binary: kolabd
Architecture: source all
Version: 2.2.1-20090304-1
Distribution: experimental
Urgency: low
Maintainer: Debian Kolab Maintainers pkg-kolab-de...@lists.alioth.debian.org
Changed-By: Mathieu Parent math.par...@gmail.com
Description: 
 kolabd - groupware server
Closes: 510210
Changes: 
 kolabd (2.2.1-20090304-1) experimental; urgency=low
 .
   * New beta release 2.2.1-beta-1 (20081212)
 + Integrated patches (wow!):
   - 10-dist_conf
   - 50-postfix-hashes
   - 60-kolabdcachetool-cachefiles
   - 80-kolab_globals
   - 85-slapd-2.4-compat
   - 86-slapd-syncrepl-24
 + Moved patch: 30-bootstrap to libkolab-perl
 + Moved patch: 40-disable-amavis to libkolab-perl
 + Updated patch: 55-no-distconf_kolabsrv
   - depends on 2.2.1 version of libkolab-perl as binaries are now there
 + several perl script are now in libkolab-perl
 + kolabconf has been integrated in libkolab-perl, remove dependency
 + kolab.conf removed (kolab/issue2994)
 + debian/kolabd.lintian-overrides: removed, as kolab.conf is removed
 + replaces kolab-{freebusy,filter} by php-kolab-{freebusy,filter} in
   depends
   * New rc release 2.2.1-rc-1 (2.2.1-20090304)
 + part of 10-dist_conf.diff integrated
   - for graveyard path
   - backups are now in /var/lib/kolab/backups instead of
 /var/lib/backups/kolab (Closes: #510210)
   - kolabfilter is now in /usr/bin/
 + 92-resmgr-template.diff integrated
 + 93-freebusy-template.diff integrated
 + 98-freebusy-ldap.diff integrated: freebusy.conf.template: ldap server can
   be on another machine
   * 10-dist_conf.diff is back (again):
 - corrected shell syntax error in dist_conf/debian
 - corrected sed regexp to allow comma in dist_conf/common
 - added resmgr_locksdir and resmgr_localedir
   * 90-slapd.template.diff updated:
 - load module syncprov
 - don't install horde schema anymore as horde now use flat files for
   preferences
   * 95-resmgr-issue1383-issue2499.diff from TRUNK: Prepare kolabd for
 kolab/issue1382 (resmgr accepts concurrent overlapping invitations) and
 kolab/issue2499 (Notification messages by the resource manager sould be
 localized)
   * debian/rules
 - don't create manpage for undocumented (s)bin
   * debian/control:
 - suggests clamav, clamav-daemon, spamassassin
   * taken from kolab-freebusy:
 - apache.conf (referenced path changed)
 - prerm and postinst scripts
 - freebusy cache directory
 - conflicts/replaces kolab-freebusy and kolab-resource-handlers
   * debian/copyright: refers to versionned license version
   * debian/uupdate-wrapper: updated to keep upsteam version
   * updated Standards-Version to 3.8.1: no changes
   * debian/compat: switching to compatibility-version 7:
 - build-depends on debhelper 7
 - replace 'dh_clean -k' by 'dh_prep'
Checksums-Sha1: 
 0772680044217881ee8d6167e50e37d3e66d12c5 1330 kolabd_2.2.1-20090304-1.dsc
 3a3bbee659659e9e9694452a98f17fd373b64029 162575 
kolabd_2.2.1-20090304.orig.tar.gz
 1bafac1192d3df1870b4bff7d6de533e7ceecc41 49083 kolabd_2.2.1-20090304-1.diff.gz
 53c78fe24babec74912d985455da185f531e200c 64702 kolabd_2.2.1-20090304-1_all.deb
Checksums-Sha256: 
 2074fd04f635b0fcd1b80300b3f79d3abcf10d1ea2e17ea3a77ceb5aa737522f 1330 
kolabd_2.2.1-20090304-1.dsc
 9c09aa3c7da0430a26e06077fad3dc5e80d02831790f6a26c19391f006028cb9 162575 
kolabd_2.2.1-20090304.orig.tar.gz
 5bdcd4f1ba6890d1b2d58c42f54716abd2535864a2a17dd88e07335033c03dff 49083 
kolabd_2.2.1-20090304-1.diff.gz
 18fb6a2898a825f53cfe5dc95eb6b66df43a53187ecc08f7953d6aec5262c654 64702 
kolabd_2.2.1-20090304-1_all.deb
Files: 
 60f1dc21f04176234064796854e4d2d1 1330 mail extra kolabd_2.2.1-20090304-1.dsc
 5dd0b5623fb3519fef11e956eca37596 162575 mail extra 
kolabd_2.2.1-20090304.orig.tar.gz
 1322fbfcfa858ad714f37c9246fd71f1 49083 mail extra 
kolabd_2.2.1-20090304-1.diff.gz
 774ac8b1fb840b9c60aeb85884ab1dbb 64702 mail extra 
kolabd_2.2.1-20090304-1_all.deb

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

iEYEARECAAYFAknoti0ACgkQ9/DnDzB9Vu3u2QCfRgVOX2JbD94VT4XzRDpyk8gQ
+GUAn05i8gHMzHiLpVBn1PTU5/tM/szO
=gpcB
-END PGP SIGNATURE-


Accepted:
kolabd_2.2.1-20090304-1.diff.gz
  to pool/main/k/kolabd/kolabd_2.2.1-20090304-1.diff.gz
kolabd_2.2.1-20090304-1.dsc
  to pool/main/k/kolabd/kolabd_2.2.1-20090304-1.dsc
kolabd_2.2.1-20090304-1_all.deb
  to pool/main/k/kolabd/kolabd_2.2.1-20090304-1_all.deb
kolabd_2.2.1-20090304.orig.tar.gz
  to pool/main/k/kolabd/kolabd_2.2.1-20090304.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 kolab-webadmin 2.2.1-20090304-1 (source all)

2009-04-17 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Mar 2009 20:07:40 +0100
Source: kolab-webadmin
Binary: kolab-webadmin
Architecture: source all
Version: 2.2.1-20090304-1
Distribution: experimental
Urgency: low
Maintainer: Debian Kolab Maintainers pkg-kolab-de...@lists.alioth.debian.org
Changed-By: Mathieu Parent math.par...@gmail.com
Description: 
 kolab-webadmin - Kolab administration web interface
Changes: 
 kolab-webadmin (2.2.1-20090304-1) experimental; urgency=low
 .
   * New beta release 2.2.1-beta-1 (2.2.1-20081212)
 + removed 20-service_index.diff, integrated
   * New rc release 2.2.1-rc-1 (2.2.1-20090304)
 + renamed 10-fix-require.diff to 20-fix-require.diff
   * updated debian/watch
   * patches refreshed
   * debian/copyright: refers to versionned license version
   * debian/uupdate-wrapper: updated to keep upsteam version number
   * 10-dist_conf.diff: synced with kolabd
   * updated Standards-Version to 3.8.1: no changes
   * debian/compat: switching to compatibility-version 7:
 - build-depends on debhelper 7
 - replace 'dh_clean -k' by 'dh_prep'
Checksums-Sha1: 
 167a785b9aa52485071f071e83c5c1c217c69532 1407 
kolab-webadmin_2.2.1-20090304-1.dsc
 cb9af4d53de38e06d276dd8f0a0feb1c1da0be77 323037 
kolab-webadmin_2.2.1-20090304.orig.tar.gz
 67706ba274df679e9eddf45ea3841f8a8d81acea 9334 
kolab-webadmin_2.2.1-20090304-1.diff.gz
 eed5fd40c9eeeb7d98dbecf9e9057455571cfec1 249770 
kolab-webadmin_2.2.1-20090304-1_all.deb
Checksums-Sha256: 
 d92fbce41edb24a37dcb9c87c9dbd41ba3659b3988055a501b9992227ac7ac44 1407 
kolab-webadmin_2.2.1-20090304-1.dsc
 5cdb537fdfbd6aa9005ca1ca6b9ff3f77fe0aade94dabe7364308e90565c7df9 323037 
kolab-webadmin_2.2.1-20090304.orig.tar.gz
 693ed639d3c33ffd7e4839fed1ed237da9a9aed5c3587fe60b023d770eb499bd 9334 
kolab-webadmin_2.2.1-20090304-1.diff.gz
 1d0dd09cce9022edd543e4f377b460568fb606b5c0e317d561d495b3fd98ce03 249770 
kolab-webadmin_2.2.1-20090304-1_all.deb
Files: 
 676857f3ab4337fe720f4f0fcc82068d 1407 admin extra 
kolab-webadmin_2.2.1-20090304-1.dsc
 804ce7852542731fe6eebf8c6b6677c2 323037 admin extra 
kolab-webadmin_2.2.1-20090304.orig.tar.gz
 bb1a6edf7f075432053965f95b4c17d6 9334 admin extra 
kolab-webadmin_2.2.1-20090304-1.diff.gz
 da9ae00beb5ab5b54f57d8b29ebfb2be 249770 admin extra 
kolab-webadmin_2.2.1-20090304-1_all.deb

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

iEYEARECAAYFAknotpEACgkQ9/DnDzB9Vu3JNQCgiybII9FUb7sOWZrgrlo/opdy
3t4AoJhEHOiW3bGlJ3UoRw31fu3bfuA7
=zQCy
-END PGP SIGNATURE-


Accepted:
kolab-webadmin_2.2.1-20090304-1.diff.gz
  to pool/main/k/kolab-webadmin/kolab-webadmin_2.2.1-20090304-1.diff.gz
kolab-webadmin_2.2.1-20090304-1.dsc
  to pool/main/k/kolab-webadmin/kolab-webadmin_2.2.1-20090304-1.dsc
kolab-webadmin_2.2.1-20090304-1_all.deb
  to pool/main/k/kolab-webadmin/kolab-webadmin_2.2.1-20090304-1_all.deb
kolab-webadmin_2.2.1-20090304.orig.tar.gz
  to pool/main/k/kolab-webadmin/kolab-webadmin_2.2.1-20090304.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 cherokee 0.99.10-3 (source all amd64)

2009-04-17 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 11:43:18 -0500
Source: cherokee
Binary: cherokee libcherokee-base0 libcherokee-base0-dev libcherokee-client0 
libcherokee-client0-dev libcherokee-config0 libcherokee-config0-dev 
libcherokee-server0 libcherokee-server0-dev libcherokee-mod-admin 
libcherokee-mod-server-info libcherokee-mod-mysql libcherokee-mod-ldap 
libcherokee-mod-libssl libcherokee-mod-streaming libcherokee-mod-geoip cget 
cherokee-doc
Architecture: source amd64 all
Version: 0.99.10-3
Distribution: unstable
Urgency: low
Maintainer: Gunnar Wolf gw...@debian.org
Changed-By: Gunnar Wolf gw...@debian.org
Description: 
 cget   - web page downloader
 cherokee   - Very fast, flexible and easy to configure web server
 cherokee-doc - Very fast, flexible and easy to configure web server
 libcherokee-base0 - Cherokee web server - Base libraries
 libcherokee-base0-dev - Cherokee web server - base libraries' development files
 libcherokee-client0 - Cherokee web server - Client libraries
 libcherokee-client0-dev - Cherokee web server - Client libraries' development 
files
 libcherokee-config0 - Cherokee web server - Configuration libraries
 libcherokee-config0-dev - Cherokee web server - Configuration libraries' 
development files
 libcherokee-mod-admin - Cherokee web server - Administrative plugin
 libcherokee-mod-geoip - Cherokee web server - Media streaming functions plugin
 libcherokee-mod-ldap - Cherokee web server - LDAP user validator plugin
 libcherokee-mod-libssl - Cherokee web server - SSL crypto functions plugin
 libcherokee-mod-mysql - Cherokee web server - MySQL user validator plugin
 libcherokee-mod-server-info - Cherokee web server - Server information plugin
 libcherokee-mod-streaming - Cherokee web server - Media streaming functions 
plugin
 libcherokee-server0 - Cherokee web server - Server libraries
 libcherokee-server0-dev - Cherokee web server - Server librardevelopment files
Closes: 524129
Changes: 
 cherokee (0.99.10-3) unstable; urgency=low
 .
   * Moved Leonel's direct patch to the corresponding Quilt patch
   * Now properly allows for updates from 0.99.9 - Sorry for the
 breakage! (Closes: #524129)
Checksums-Sha1: 
 0e7a6353ba57af346c7f49e4a84b82a1e8083a4e 1774 cherokee_0.99.10-3.dsc
 a417f04e27b4486a136cd9715dc951d47b7d20a3 35426 cherokee_0.99.10-3.diff.gz
 0cee3d15ed3feb33f4be2c2297973003e15a0e48 227708 cherokee_0.99.10-3_amd64.deb
 4e02d9dacc2b062ad7ba1f5c3d07415a9ecce03c 248496 
libcherokee-base0_0.99.10-3_amd64.deb
 eb1ef59e9523de235ac88982e0884f9e6f3a72e5 289966 
libcherokee-base0-dev_0.99.10-3_amd64.deb
 3b6c459e86a0601efbdf5a833e8d4bf82523a993 176982 
libcherokee-client0_0.99.10-3_amd64.deb
 3ec316a7512229552c2d7d15b5c722bd715a7ab9 176008 
libcherokee-client0-dev_0.99.10-3_amd64.deb
 15fdfb3697ed483f9b2cd40935f0c0cdf43facf5 496682 
libcherokee-config0_0.99.10-3_amd64.deb
 ccca160da4c12167bfa73c839231437684d89823 173108 
libcherokee-config0-dev_0.99.10-3_amd64.deb
 a1dc7d6edddc890f72313133d7666d6afa88fc2a 557674 
libcherokee-server0_0.99.10-3_amd64.deb
 ac814e7e7916341f1e0ed953684a7beccb054a43 239058 
libcherokee-server0-dev_0.99.10-3_amd64.deb
 e1420186d34e8316ba1fc3c60687de379084034a 184316 
libcherokee-mod-admin_0.99.10-3_amd64.deb
 1cb3d5aac87941ea418921509b4b3e50173eee6b 191370 
libcherokee-mod-server-info_0.99.10-3_amd64.deb
 df6250f6b1ff07a326f2d0685ab3f417b49f961f 174690 
libcherokee-mod-mysql_0.99.10-3_amd64.deb
 110163709e742b0d457900a7877c3ef23f3985a7 174832 
libcherokee-mod-ldap_0.99.10-3_amd64.deb
 25f3634e47f304aae1cf3048546e43c673e4df01 179166 
libcherokee-mod-libssl_0.99.10-3_amd64.deb
 a4533c802bbd0d74fcc07233966afb34357f5b1d 175068 
libcherokee-mod-streaming_0.99.10-3_amd64.deb
 43978c8fa588c33a0dff60074604116df09bbd49 171960 
libcherokee-mod-geoip_0.99.10-3_amd64.deb
 e6959b1d9cd5e6a431b9ffce54401b622e2fcff3 174402 cget_0.99.10-3_amd64.deb
 e99ed4432a57fbb0ee28ac52d5735dce75087f14 3091684 cherokee-doc_0.99.10-3_all.deb
Checksums-Sha256: 
 cfb4c5ae5ca728a86b3ddfb7bd9ec8884e9c421ecd3153ba5dc7e9e5d28e5056 1774 
cherokee_0.99.10-3.dsc
 82b1b04022ad90887db348601d04acc12b2adef91a51d454d03a4fbc35ddd4a4 35426 
cherokee_0.99.10-3.diff.gz
 c007a2fe33a9301fdee31e3490ffcdc02d40d0f762634844d5d4506d7d137b9b 227708 
cherokee_0.99.10-3_amd64.deb
 77702bb91dc33068a09d7111689598eec0b9db333d6a02b592827325907a7647 248496 
libcherokee-base0_0.99.10-3_amd64.deb
 d7bb789c0fb9eaa73124feadf444f30313beae3d66daef0982127b8fbf0edaee 289966 
libcherokee-base0-dev_0.99.10-3_amd64.deb
 c9395959c0375454cac33ff3ab87c814f8196cc416244959a09adfa74d6c555a 176982 
libcherokee-client0_0.99.10-3_amd64.deb
 95ba08cc3cd1960a044acb57a1ebab2555712ffc9bfd4108b0944a864ebd4ee9 176008 
libcherokee-client0-dev_0.99.10-3_amd64.deb
 f09b86b95907b7981ee3da341f0dd3601b560887a1c9679fcd42931aa92214ba 496682 
libcherokee-config0_0.99.10-3_amd64.deb
 1de5afe2e331085800cf743ec5b193df5d4426fc1e81593ec9cd6246cb9060ab 173108 
libcherokee-config0-dev_0.99.10-3_amd64.deb
 

Accepted icedove-nostalgy 0.2.16+svn151-1 (source all)

2009-04-17 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 20:38:21 +0200
Source: icedove-nostalgy
Binary: icedove-nostalgy
Architecture: source all
Version: 0.2.16+svn151-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 icedove-nostalgy - keyboard shortcut extension for icedove
Changes: 
 icedove-nostalgy (0.2.16+svn151-1) unstable; urgency=low
 .
   * [5af9a2f] merge 0.2.16+svn151
   * [f941bae] move package over to pkg-mozext bump standards version,
 add Vcs-{Git,Browser} and Homepage
Checksums-Sha1: 
 9c814fa5740b584f8d3c50316b63a28ecafcc031 1350 
icedove-nostalgy_0.2.16+svn151-1.dsc
 e03b2a8094e46547d69ff1824cab4f65f69becc4 30884 
icedove-nostalgy_0.2.16+svn151.orig.tar.gz
 74aaa7b105d30403dbc61a38776bfe645adc 2361 
icedove-nostalgy_0.2.16+svn151-1.diff.gz
 aecf462a3f253b2c1f6ebf2e0f818b3b45fb929e 32492 
icedove-nostalgy_0.2.16+svn151-1_all.deb
Checksums-Sha256: 
 55e486a0b53f41ed0bfafb094f43c8a0a155d4765922c43ce094c7e71462d9fe 1350 
icedove-nostalgy_0.2.16+svn151-1.dsc
 886743ae9d1f1797a077b7857dc04660143c772f3e7b5b8fb5ad3ebe4757114d 30884 
icedove-nostalgy_0.2.16+svn151.orig.tar.gz
 142e22fc68d8c3ad4e675cccbe2cd6d03eb337010745a927b4c1a95a3c1856b1 2361 
icedove-nostalgy_0.2.16+svn151-1.diff.gz
 8311d63350c00eb73a6cdec31eca366820c2951c98241cf4176659ec3f99c4d3 32492 
icedove-nostalgy_0.2.16+svn151-1_all.deb
Files: 
 76b95e916ab3e959819704e46ca518b0 1350 mail optional 
icedove-nostalgy_0.2.16+svn151-1.dsc
 168aafd85c5df1a52ccec6ca73c3a9c7 30884 mail optional 
icedove-nostalgy_0.2.16+svn151.orig.tar.gz
 3d0ed0b79f33e6d3b7c322a8fb31c4a1 2361 mail optional 
icedove-nostalgy_0.2.16+svn151-1.diff.gz
 337f28c18ba23c115000e04e33c5e5e6 32492 mail optional 
icedove-nostalgy_0.2.16+svn151-1_all.deb

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

iD8DBQFJ6M37n88szT8+ZCYRAjh8AJ97WH1h+Xx5VGu6PH4g9FerecTKiACfRUbs
iDemSlsPasOTiM8kVh2JikQ=
=lb6F
-END PGP SIGNATURE-


Accepted:
icedove-nostalgy_0.2.16+svn151-1.diff.gz
  to pool/main/i/icedove-nostalgy/icedove-nostalgy_0.2.16+svn151-1.diff.gz
icedove-nostalgy_0.2.16+svn151-1.dsc
  to pool/main/i/icedove-nostalgy/icedove-nostalgy_0.2.16+svn151-1.dsc
icedove-nostalgy_0.2.16+svn151-1_all.deb
  to pool/main/i/icedove-nostalgy/icedove-nostalgy_0.2.16+svn151-1_all.deb
icedove-nostalgy_0.2.16+svn151.orig.tar.gz
  to pool/main/i/icedove-nostalgy/icedove-nostalgy_0.2.16+svn151.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 vmware-view-open-client 3.1.0-160969+dfsg-1 (source i386)

2009-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 20:43:00 +0200
Source: vmware-view-open-client
Binary: vmware-view-open-client
Architecture: source i386
Version: 3.1.0-160969+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.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-160969+dfsg-1) unstable; urgency=low
 .
   * Merging upstream version 3.1.0-160969+dfsg.
   * Upgrading package to standards 3.8.1.
   * Adding build-depends to intltool.
   * Adding build-depends to libicu.
   * Rediffing doc-pdf.patch.
Checksums-Sha1: 
 d323da9a65dbbafe69829f073bb10ac6d443a6d2 1507 
vmware-view-open-client_3.1.0-160969+dfsg-1.dsc
 50edd5ee15bb732e7c0b7b7cb67656215fa39f05 1071457 
vmware-view-open-client_3.1.0-160969+dfsg.orig.tar.gz
 815dc45d3097f17b16c37d6f8191a99f503d99ad 8838 
vmware-view-open-client_3.1.0-160969+dfsg-1.diff.gz
 0fec95475ed71efe5bd1f0ce75edc2481be628a7 422096 
vmware-view-open-client_3.1.0-160969+dfsg-1_i386.deb
Checksums-Sha256: 
 10fa1409a86b55b1153c40f5bbe0497bfe2c72d62398d190b314c69081a0f1e0 1507 
vmware-view-open-client_3.1.0-160969+dfsg-1.dsc
 b3e9c28b1205032f82c4ba7bc133ff56eebdbca2b256bf5ed5cf5d763f6b67f5 1071457 
vmware-view-open-client_3.1.0-160969+dfsg.orig.tar.gz
 d721a70df62f71cd9e80cbcbda29323b84e6202049b9f6f3b64c64ee1738f617 8838 
vmware-view-open-client_3.1.0-160969+dfsg-1.diff.gz
 caa71a93ee14bed6f197c319b5447b00b00da46c39320f6fe96935208973807f 422096 
vmware-view-open-client_3.1.0-160969+dfsg-1_i386.deb
Files: 
 e79c0522aad68877a8503206c90a69ec 1507 contrib/x11 optional 
vmware-view-open-client_3.1.0-160969+dfsg-1.dsc
 08cf766ce48c0745b64de90de96de18f 1071457 contrib/x11 optional 
vmware-view-open-client_3.1.0-160969+dfsg.orig.tar.gz
 ab44a5ce7aa644a83567dc958d886fd1 8838 contrib/x11 optional 
vmware-view-open-client_3.1.0-160969+dfsg-1.diff.gz
 d1d7f0d60942d98829cd41e20ae6 422096 contrib/x11 optional 
vmware-view-open-client_3.1.0-160969+dfsg-1_i386.deb

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

iEYEARECAAYFAknozkUACgkQ+C5cwEsrK578WwCg49gpTwJe3K96WRs7wupZM6oR
5+gAmwbqpYMUCzMHi+1CSUN9wmEUKBf2
=EvC/
-END PGP SIGNATURE-


Accepted:
vmware-view-open-client_3.1.0-160969+dfsg-1.diff.gz
  to 
pool/contrib/v/vmware-view-open-client/vmware-view-open-client_3.1.0-160969+dfsg-1.diff.gz
vmware-view-open-client_3.1.0-160969+dfsg-1.dsc
  to 
pool/contrib/v/vmware-view-open-client/vmware-view-open-client_3.1.0-160969+dfsg-1.dsc
vmware-view-open-client_3.1.0-160969+dfsg-1_i386.deb
  to 
pool/contrib/v/vmware-view-open-client/vmware-view-open-client_3.1.0-160969+dfsg-1_i386.deb
vmware-view-open-client_3.1.0-160969+dfsg.orig.tar.gz
  to 
pool/contrib/v/vmware-view-open-client/vmware-view-open-client_3.1.0-160969+dfsg.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 rawstudio 1.2-1 (source i386)

2009-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Apr 2009 12:28:00 +0200
Source: rawstudio
Binary: rawstudio rawstudio-dbg
Architecture: source i386
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 rawstudio  - open source raw-image converter
 rawstudio-dbg - open source raw-image converter (debug)
Closes: 510451
Changes: 
 rawstudio (1.2-1) unstable; urgency=low
 .
   * Replacing obsolete dh_clean -k with dh_prep.
   * Merging upstream version 1.2:
 - Fixes segfault if source images are missing during batch process
   (Closes: #510451).
   * Upgrading to standards 3.8.1.
   * Updating section for debug packages.
   * Updating year in copyright file.
   * Prefixing debhelper files with package name.
   * Adding description to menu file.
   * Updating rules file to current state of the art.
   * Using debhelper install file to install pixmaps.
Checksums-Sha1: 
 8bf4b461c81a5329431063504aa96f8dd73adf24 1239 rawstudio_1.2-1.dsc
 9ce96c40e0b8feaf4627c14310646782578d4da1 516171 rawstudio_1.2.orig.tar.gz
 03dc1d68420ae2e757160009f62e231a89eedb49 8417 rawstudio_1.2-1.diff.gz
 83217eeaa0c112deadbc68495f90176a949f1cf5 324554 rawstudio_1.2-1_i386.deb
 42d8c7698bf2a2f3c681afaab3c46a17d711f70f 443724 rawstudio-dbg_1.2-1_i386.deb
Checksums-Sha256: 
 1173795db622b6565f5d45573b750ec1f268e8656e18e6fb98b11e748afbe172 1239 
rawstudio_1.2-1.dsc
 bce8525bbd0d59a9097a4404e0d70856faa5c671f77cd32ca0d28c7bc28e6d85 516171 
rawstudio_1.2.orig.tar.gz
 3c8f0776fe26de5a73305af9acd124d3bf6ebbf177b3021b2a7c19eca16f7c59 8417 
rawstudio_1.2-1.diff.gz
 ccfc53e8fb30d66cdeb24cfb639e8169538226db99dcde2adabdb49b09590bbb 324554 
rawstudio_1.2-1_i386.deb
 2ece5e17d7c0668c860deea3303adf4d08e627877a33889951128c1f41363a9f 443724 
rawstudio-dbg_1.2-1_i386.deb
Files: 
 1f8949968ca5384969a0779a63382b0f 1239 graphics optional rawstudio_1.2-1.dsc
 25399cd80294fa44220a8940fc77689f 516171 graphics optional 
rawstudio_1.2.orig.tar.gz
 b92e0d6989b1ac98364f443cf522d4df 8417 graphics optional rawstudio_1.2-1.diff.gz
 6d0b6172e5702f05458acf73387e1b81 324554 graphics optional 
rawstudio_1.2-1_i386.deb
 225a8a164d9662ee037e0a209d5ab7c1 443724 debug extra 
rawstudio-dbg_1.2-1_i386.deb

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

iEYEARECAAYFAkno2EoACgkQ+C5cwEsrK56VOgCfQYGdNdw0m3UAQHgwvWX+kDap
SPUAoLEK5A+rUT7ZmH4POSXo1dTyxU4F
=3pCD
-END PGP SIGNATURE-


Accepted:
rawstudio-dbg_1.2-1_i386.deb
  to pool/main/r/rawstudio/rawstudio-dbg_1.2-1_i386.deb
rawstudio_1.2-1.diff.gz
  to pool/main/r/rawstudio/rawstudio_1.2-1.diff.gz
rawstudio_1.2-1.dsc
  to pool/main/r/rawstudio/rawstudio_1.2-1.dsc
rawstudio_1.2-1_i386.deb
  to pool/main/r/rawstudio/rawstudio_1.2-1_i386.deb
rawstudio_1.2.orig.tar.gz
  to pool/main/r/rawstudio/rawstudio_1.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 jabber-muc 0.8-2 (source amd64)

2009-04-17 Thread Jorge Salamero Sanz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 20:17:19 +0100
Source: jabber-muc
Binary: jabber-muc
Architecture: source amd64
Version: 0.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian XMPP Maintainers pkg-xmpp-de...@lists.alioth.debian.org
Changed-By: Jorge Salamero Sanz ben...@debian.org
Description: 
 jabber-muc - Multi User Conference component for the Jabber IM server
Changes: 
 jabber-muc (0.8-2) unstable; urgency=low
 .
   * We get rid of dpkg-statoverride and we use chmod an chown instead.
   * Nicer fix for the pidpath creation and chown.
Checksums-Sha1: 
 d6ff0fb7a352f11f3b8616848bc54de4870d 1132 jabber-muc_0.8-2.dsc
 a83a749bd3c991245b7391d9812fdeafdc60d2dd 4983 jabber-muc_0.8-2.diff.gz
 8411e808e09ccf7ad70740a1613cf3101b86d501 94504 jabber-muc_0.8-2_amd64.deb
Checksums-Sha256: 
 1e16c0af5abe9671af4efe514bc3a37db5ca745622d50290dec1123b94deec72 1132 
jabber-muc_0.8-2.dsc
 c6355139a403d80be25d5faeb20eb091c37a8f0fa6820d7ac00ee2eec5b1ca30 4983 
jabber-muc_0.8-2.diff.gz
 a47c74d3e91b2bc88615f2a552a99ad1450b52a173cc95f75d80b140f0c59200 94504 
jabber-muc_0.8-2_amd64.deb
Files: 
 6bfdf1dcd2fb7f3dedba0a598f78859c 1132 net optional jabber-muc_0.8-2.dsc
 280ffab88cf402c72a101588980c 4983 net optional jabber-muc_0.8-2.diff.gz
 7c03b63bddfb27827d9c474d35679f7c 94504 net optional jabber-muc_0.8-2_amd64.deb

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

iEYEARECAAYFAkno1ssACgkQWJqQNHDrD84dtQCcDlh8M9R9L/W+P9sIvuEal1wm
TAUAoK2z0/CXsG8CCDl3BgtvuFCV4mqu
=9Igy
-END PGP SIGNATURE-


Accepted:
jabber-muc_0.8-2.diff.gz
  to pool/main/j/jabber-muc/jabber-muc_0.8-2.diff.gz
jabber-muc_0.8-2.dsc
  to pool/main/j/jabber-muc/jabber-muc_0.8-2.dsc
jabber-muc_0.8-2_amd64.deb
  to pool/main/j/jabber-muc/jabber-muc_0.8-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 gtk-qt-engine-kde4 1.1+svn145-2 (source amd64)

2009-04-17 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 20:27:27 +0200
Source: gtk-qt-engine-kde4
Binary: gtk-qt-engine-kde4
Architecture: source amd64
Version: 1.1+svn145-2
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 gtk-qt-engine-kde4 - theme engine using Qt 4 for GTK+ 2.x
Changes: 
 gtk-qt-engine-kde4 (1.1+svn145-2) unstable; urgency=low
 .
   * Upload to Sid.
   * Bump compat/debhelper to 7.
   * Bump Standard-Version to 3.8.1.
   * Update upstream homepage.
Checksums-Sha1: 
 8218be29bafa1302bb75bcaa89f95dff675349ac 1407 
gtk-qt-engine-kde4_1.1+svn145-2.dsc
 22304d10d7079f7b3a8b3713f5016bbf41279019 4695 
gtk-qt-engine-kde4_1.1+svn145-2.diff.gz
 30b8b9bb87278808418c6c4f5c2972ba8efedd66 107870 
gtk-qt-engine-kde4_1.1+svn145-2_amd64.deb
Checksums-Sha256: 
 edfa605741d421e7a1ededf031164ffcb138cd2ccf6f95f5bb44d64b11823ddb 1407 
gtk-qt-engine-kde4_1.1+svn145-2.dsc
 df714f8f1a234295274d64711ee654b181489d01b4fe5a7b0d3364a4e3041d69 4695 
gtk-qt-engine-kde4_1.1+svn145-2.diff.gz
 a4fd5259f519194eda071caedca52ce1431cb93792a39ddafee7b2147d0ff37a 107870 
gtk-qt-engine-kde4_1.1+svn145-2_amd64.deb
Files: 
 ff319ad8ff2977722bc556390fc478a5 1407 kde optional 
gtk-qt-engine-kde4_1.1+svn145-2.dsc
 19ba0899df814dafcef9601207cc8e06 4695 kde optional 
gtk-qt-engine-kde4_1.1+svn145-2.diff.gz
 d6f059a10ffbc78a04be531b7caa2ea6 107870 kde optional 
gtk-qt-engine-kde4_1.1+svn145-2_amd64.deb

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

iJwEAQECAAYFAkno0vIACgkQjPU19mqlcvfsXwQAtRdBGqUMaUVJDBtFcQY4EgZv
bg8LrAKFWBUTuv8RjlPB/Ibk0BLkH8jqz6mv1UXFffi5qw8sCdfUXi0AAd5/FTAs
x1SVpfE1n404/62u3pUYqHZLxnHciWf5xLpmDYYZApaTNJ8MwMiQ1n74IYIk/cP8
lbLQcylGkkNjWNE1BjM=
=YXWg
-END PGP SIGNATURE-


Accepted:
gtk-qt-engine-kde4_1.1+svn145-2.diff.gz
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1+svn145-2.diff.gz
gtk-qt-engine-kde4_1.1+svn145-2.dsc
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1+svn145-2.dsc
gtk-qt-engine-kde4_1.1+svn145-2_amd64.deb
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1+svn145-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 canto 0.6.10-1 (source i386)

2009-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 21:11:00 +0200
Source: canto
Binary: canto
Architecture: source i386
Version: 0.6.10-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 canto  - flexible ncurses Atom/RSS newsreader for the console
Changes: 
 canto (0.6.10-1) unstable; urgency=low
 .
   * Merging upstream version 0.6.10.
Checksums-Sha1: 
 444ea66b63a8d552b5f060b09c98e17163fc1146 1123 canto_0.6.10-1.dsc
 2b54c9a1c139255ed55d2d31b60c9908fa128b11 67946 canto_0.6.10.orig.tar.gz
 9b7a3a6736b16a106be0698dfefa660f428256b7 1791 canto_0.6.10-1.diff.gz
 ba1683ba4a65d6b757c8ae5119a76a94a9d5c8fe 44372 canto_0.6.10-1_i386.deb
Checksums-Sha256: 
 320489ca6bc972a5586aa1ad52393ef6a8d4c9d4f3c848782db1b6dae1e3c438 1123 
canto_0.6.10-1.dsc
 310721379c5f13a13de36c3f60cc6f1af2fc6c5043044615a2f538e0310c86ea 67946 
canto_0.6.10.orig.tar.gz
 54bf33ebf280af6bdec8419a7e7aca87b42deebdb829ca4eb30e4fdfdf2adca8 1791 
canto_0.6.10-1.diff.gz
 ed1591fc6bc307580992f7459eff8af23f5814e9124d8d898368a499fa8573ef 44372 
canto_0.6.10-1_i386.deb
Files: 
 541400801b2677a89007133c7a0e8745 1123 net optional canto_0.6.10-1.dsc
 922261fa1d49c87449846358a72050c9 67946 net optional canto_0.6.10.orig.tar.gz
 c28d0032d8f7b975bfdbb5cad1f4f4fd 1791 net optional canto_0.6.10-1.diff.gz
 7e15b99149c9fb242068cc0bdb851f67 44372 net optional canto_0.6.10-1_i386.deb

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

iEYEARECAAYFAkno1HgACgkQ+C5cwEsrK57qlgCg1DhWpNQ/f5P8Tr15H7yAhR2s
kR8AoNs10SceX8ufpx6Gc05drYFggL47
=tRcg
-END PGP SIGNATURE-


Accepted:
canto_0.6.10-1.diff.gz
  to pool/main/c/canto/canto_0.6.10-1.diff.gz
canto_0.6.10-1.dsc
  to pool/main/c/canto/canto_0.6.10-1.dsc
canto_0.6.10-1_i386.deb
  to pool/main/c/canto/canto_0.6.10-1_i386.deb
canto_0.6.10.orig.tar.gz
  to pool/main/c/canto/canto_0.6.10.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 xchm 2:1.15-1 (source amd64)

2009-04-17 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 21:40:29 +0530
Source: xchm
Binary: xchm
Architecture: source amd64
Version: 2:1.15-1
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 xchm   - Compiled HTML Help (CHM) file viewer for X
Changes: 
 xchm (2:1.15-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 + Updated Build-Depends on libwxgtk2.8-dev
 + Build conflicts to libwxgtk2.6-dev
 + Updated Standards-Version 3.8.1
   * Dropped obsolete patch to make greeting translatable
Checksums-Sha1: 
 991ea35e5248bb266e38691084761a50888c945f 1056 xchm_1.15-1.dsc
 8fd992e66e5cb777bf7ebb5418a4a6a94b028ef0 401691 xchm_1.15.orig.tar.gz
 20b58cc627a8a4ce9d4c03be74fa408411f1d0bc 7939 xchm_1.15-1.diff.gz
 3c94d27cd75ff5ffbabbbdbc4d979033ca2e2c4d 184056 xchm_1.15-1_amd64.deb
Checksums-Sha256: 
 66bf2493fd07046df4cb8f0098dc7815b9c10c29ff85a88ff937f324618ce454 1056 
xchm_1.15-1.dsc
 9b42be067cf79f4c768ee78c711b8b26a6648535b3589d6cf74265577882cb6b 401691 
xchm_1.15.orig.tar.gz
 4cc38f96778c58a1e9b034e4b1c2a39b8ed77e2451565406aeb8ab6f56c713ce 7939 
xchm_1.15-1.diff.gz
 7d0c0b6d3cf428517d253657cc0f8f053edc8010ae63246578ff8312f1711ef8 184056 
xchm_1.15-1_amd64.deb
Files: 
 bbb908b6b1cf8c7be18383099e30ecc6 1056 x11 optional xchm_1.15-1.dsc
 a054dd396bf40d1823dbbb63ae08ec49 401691 x11 optional xchm_1.15.orig.tar.gz
 4be2c2127655a17e11166bd6cad0d661 7939 x11 optional xchm_1.15-1.diff.gz
 b0dc1260931cac1b0e5edbc3cd201edc 184056 x11 optional xchm_1.15-1_amd64.deb

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

iEYEARECAAYFAkno1y4ACgkQoRg/jtECjI3RagCfTn5qrJit+qfCS032CcYUAGXq
42QAn05IP2RZDyswJpRMRPhHCIVq2h9H
=YxfF
-END PGP SIGNATURE-


Accepted:
xchm_1.15-1.diff.gz
  to pool/main/x/xchm/xchm_1.15-1.diff.gz
xchm_1.15-1.dsc
  to pool/main/x/xchm/xchm_1.15-1.dsc
xchm_1.15-1_amd64.deb
  to pool/main/x/xchm/xchm_1.15-1_amd64.deb
xchm_1.15.orig.tar.gz
  to pool/main/x/xchm/xchm_1.15.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 btrfs-tools 0.18-3 (source i386)

2009-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 21:02:00 +0200
Source: btrfs-tools
Binary: btrfs-tools
Architecture: source i386
Version: 0.18-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 btrfs-tools - Checksumming Copy on Write Filesystem
Changes: 
 btrfs-tools (0.18-3) unstable; urgency=low
 .
   * Tidy rules file.
   * Adding patch from upstream to allow /'s in labels.
Checksums-Sha1: 
 f5957b355a4a62effdfe1470e5f316f379dea2b4 1154 btrfs-tools_0.18-3.dsc
 1f8a01241834e76044ac99d76f57a6f054803d95 3773 btrfs-tools_0.18-3.diff.gz
 8d20c6c5f7c58cb35a9486229bd77a8908266936 449012 btrfs-tools_0.18-3_i386.deb
Checksums-Sha256: 
 ae71144759b3ea76071ed30ba0fa656861020424682506679c1010dd9d8be9f0 1154 
btrfs-tools_0.18-3.dsc
 8c83d1ea96eec9552794e1b1ec1fa915eecdf09c382d7e841db7e3d922c55f40 3773 
btrfs-tools_0.18-3.diff.gz
 bf62e137dadb91fe2bd571ccab307b77177516ad48a0663107897d1061dd8097 449012 
btrfs-tools_0.18-3_i386.deb
Files: 
 a584ac9fd4008faf8ba8e9579c4a5f90 1154 admin optional btrfs-tools_0.18-3.dsc
 8b9cc54a830dc7edb2cbc823a984e519 3773 admin optional btrfs-tools_0.18-3.diff.gz
 7ea51ce4d5562c01d73c3695f2f3 449012 admin optional 
btrfs-tools_0.18-3_i386.deb

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

iEYEARECAAYFAkno0tgACgkQ+C5cwEsrK564aACeOKi5D9P5SAW4JPMdetAnbHnt
j0gAnif2fW8jJv86UG7+eDJtBEBvlDgc
=6sas
-END PGP SIGNATURE-


Accepted:
btrfs-tools_0.18-3.diff.gz
  to pool/main/b/btrfs-tools/btrfs-tools_0.18-3.diff.gz
btrfs-tools_0.18-3.dsc
  to pool/main/b/btrfs-tools/btrfs-tools_0.18-3.dsc
btrfs-tools_0.18-3_i386.deb
  to pool/main/b/btrfs-tools/btrfs-tools_0.18-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 canto 0.6.9-1 (source i386)

2009-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 21:08:00 +0200
Source: canto
Binary: canto
Architecture: source i386
Version: 0.6.9-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 canto  - flexible ncurses Atom/RSS newsreader for the console
Changes: 
 canto (0.6.9-1) unstable; urgency=low
 .
   * Updating standards to 3.8.1.
   * Tidy rules file.
   * Merging upstream version 0.6.9.
Checksums-Sha1: 
 8cd0f6d2739727b4838bc8df44f1e13d523cd496 1116 canto_0.6.9-1.dsc
 4e659d2ef9fcdd903144230b804fd3c7a2a9c8d1 67585 canto_0.6.9.orig.tar.gz
 b9670c443c0b1656d1e2ef18082d353caab1ed34 1780 canto_0.6.9-1.diff.gz
 604ca2359f480bd2e9d1e1c94d169537c51ede24 43970 canto_0.6.9-1_i386.deb
Checksums-Sha256: 
 87757c0a14264bccf4ba70a34da8ab7b971b3d48a0b79797293592b7ab0cfe0d 1116 
canto_0.6.9-1.dsc
 e650e1c5816148e4a7148ee92eefdfc5a83139c3e555e420ed86becaf41891d7 67585 
canto_0.6.9.orig.tar.gz
 bd19560ae8a8d6373a1d053a5f1f727d8466fbe971ddb3742c64ad01960dd79d 1780 
canto_0.6.9-1.diff.gz
 c157afb2f3d58b31183be5d594305cc2808834476a4f14997a759498ba0794b3 43970 
canto_0.6.9-1_i386.deb
Files: 
 1b6c62ec3537d3c0e98fa1aaca8db26d 1116 net optional canto_0.6.9-1.dsc
 b81a552f8577e3401f32487802807323 67585 net optional canto_0.6.9.orig.tar.gz
 f0ea8e0bbab00b0fd409ded2fe5ce020 1780 net optional canto_0.6.9-1.diff.gz
 0bdf96060e4877cba7a1c00f83c6dcf2 43970 net optional canto_0.6.9-1_i386.deb

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

iEYEARECAAYFAkno0+IACgkQ+C5cwEsrK54jDwCgu6aXGNWDHA3oqzumgK46PsJd
CNIAoJIzLOshZ12vjjqQ1iGXpSlt3kfz
=8T5C
-END PGP SIGNATURE-


Accepted:
canto_0.6.9-1.diff.gz
  to pool/main/c/canto/canto_0.6.9-1.diff.gz
canto_0.6.9-1.dsc
  to pool/main/c/canto/canto_0.6.9-1.dsc
canto_0.6.9-1_i386.deb
  to pool/main/c/canto/canto_0.6.9-1_i386.deb
canto_0.6.9.orig.tar.gz
  to pool/main/c/canto/canto_0.6.9.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 jabberd2 2.2.7.1-1 (source amd64)

2009-04-17 Thread Jorge Salamero Sanz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 16:39:07 +0100
Source: jabberd2
Binary: jabberd2
Architecture: source amd64
Version: 2.2.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian XMPP Maintainers pkg-xmpp-de...@lists.alioth.debian.org
Changed-By: Jorge Salamero Sanz ben...@debian.org
Description: 
 jabberd2   - Jabber instant messenger server
Closes: 494628 515859
Changes: 
 jabberd2 (2.2.7.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #494628).
   * New maintainer Debian XMPP Maintainers.
   * Changed build-dep to libdb-dev (Closes: #515859).
   * Bumped to debhelper 7 and Standards-Version.
   * Merged Ubuntu fix for the pidpath creation and chown.
   * rules: Added libtoolize call (jabberd2 ships with an older ltmain.sh
 version that conflicts with the current libtool version).
Checksums-Sha1: 
 2d21eec6fc1fe490168d9d3f8c7bf5cccbf3e4ae 1269 jabberd2_2.2.7.1-1.dsc
 d3faa33db4510c13e6fc04f58b3aa643b79527c3 840362 jabberd2_2.2.7.1.orig.tar.gz
 8f12e7906103c973ff56f052ff424e6b27909e74 8123 jabberd2_2.2.7.1-1.diff.gz
 9db205dea66c6c458f62e95db287e08a2689c693 530556 jabberd2_2.2.7.1-1_amd64.deb
Checksums-Sha256: 
 cadb84bdf8c5829c78db78dcf483babfc01e02991b10ae86ac3f02e50c63fec0 1269 
jabberd2_2.2.7.1-1.dsc
 fc05bfcd7eb7f0dd6d0f06491ffaa000f13be983e8ac1e10c8e528a645ea8f1b 840362 
jabberd2_2.2.7.1.orig.tar.gz
 497294f204da5c9c31dc22b830d7c32bf3316530823c28c6f0c32bcba1773381 8123 
jabberd2_2.2.7.1-1.diff.gz
 f42606d7155ab4bd8502e55c6c6b5f09b00c9a77c24147a75af957bb20ecb3a8 530556 
jabberd2_2.2.7.1-1_amd64.deb
Files: 
 2887c8c9cf55ee75dd14ef5671df60d4 1269 net optional jabberd2_2.2.7.1-1.dsc
 eff58cafcdab44a2bcc4c6076dc5d3bc 840362 net optional 
jabberd2_2.2.7.1.orig.tar.gz
 6a06af4a3a2752ade33fd9b45ddcd6ba 8123 net optional jabberd2_2.2.7.1-1.diff.gz
 ab7de0c1b766a99393c42b949c5a68b8 530556 net optional 
jabberd2_2.2.7.1-1_amd64.deb

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

iEYEARECAAYFAkno1PYACgkQWJqQNHDrD86XZgCfQYcJbpS10QmRyYmoPTbVte8e
x6UAnjeC/Ls/hCwLfFwQynbPoVqyOF5V
=8XJs
-END PGP SIGNATURE-


Accepted:
jabberd2_2.2.7.1-1.diff.gz
  to pool/main/j/jabberd2/jabberd2_2.2.7.1-1.diff.gz
jabberd2_2.2.7.1-1.dsc
  to pool/main/j/jabberd2/jabberd2_2.2.7.1-1.dsc
jabberd2_2.2.7.1-1_amd64.deb
  to pool/main/j/jabberd2/jabberd2_2.2.7.1-1_amd64.deb
jabberd2_2.2.7.1.orig.tar.gz
  to pool/main/j/jabberd2/jabberd2_2.2.7.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 dvdisaster 0.72~rc1-1 (source i386 all)

2009-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 21:20:00 +0200
Source: dvdisaster
Binary: dvdisaster dvdisaster-doc
Architecture: source i386 all
Version: 0.72~rc1-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 dvdisaster - data loss/scratch/aging protection for CD/DVD media
 dvdisaster-doc - data loss/scratch/aging protection for CD/DVD media 
(documentatio
Changes: 
 dvdisaster (0.72~rc1-1) unstable; urgency=low
 .
   * Merging upstream version 0.72~rc1.
   * Upgrading to standards 3.8.1.
Checksums-Sha1: 
 8b9d96c8e181a3f0ad141e3b051e8637c38e5968 1236 dvdisaster_0.72~rc1-1.dsc
 c8f689a9e8768e99ab48371832cf632fa915bdb0 3366491 
dvdisaster_0.72~rc1.orig.tar.gz
 149f5b7e85bc5bd5baa1619e166255f4501a7340 8350 dvdisaster_0.72~rc1-1.diff.gz
 ae2e12aa0940c0aa31f2416ad2d6947ac1306f86 426316 dvdisaster_0.72~rc1-1_i386.deb
 db4810933b43653aab82cab44bc7096ae44830e1 9026522 
dvdisaster-doc_0.72~rc1-1_all.deb
Checksums-Sha256: 
 3664a32deae41d2f1e6c4ab631b2e954783ed0037f9f0cecfc88559aadcc1ec8 1236 
dvdisaster_0.72~rc1-1.dsc
 fb9bbefb184196b262eeb4ce72ee700d84d0558cd0768d9621a615642e4950ba 3366491 
dvdisaster_0.72~rc1.orig.tar.gz
 d4056a90396a6190f64d06a786ca6dea0b47b67f342d3dd97a2f7378c4d1a1a1 8350 
dvdisaster_0.72~rc1-1.diff.gz
 3b8185228f77e735e185e4131c5caec05e747de52d44e52ed86f2c09b27e191f 426316 
dvdisaster_0.72~rc1-1_i386.deb
 46ff16173dc2cffb3cde288cf8bcd25ce0bdb1d237e4774f3afd7700825802b7 9026522 
dvdisaster-doc_0.72~rc1-1_all.deb
Files: 
 9bc4729a090e6549711d370500e60976 1236 otherosfs optional 
dvdisaster_0.72~rc1-1.dsc
 a3845c4a07cfc9d19d1181deb6bc35e1 3366491 otherosfs optional 
dvdisaster_0.72~rc1.orig.tar.gz
 a8dc567dd5223577e1907a5874bd88d8 8350 otherosfs optional 
dvdisaster_0.72~rc1-1.diff.gz
 7e488547cc86bab6ddedb1043f3cf0a8 426316 otherosfs optional 
dvdisaster_0.72~rc1-1_i386.deb
 a79f1015fe5527499abc601c499b8148 9026522 doc optional 
dvdisaster-doc_0.72~rc1-1_all.deb

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

iEYEARECAAYFAkno1xgACgkQ+C5cwEsrK55AoACguYJTjPLSzNErI0z8rHXdmii+
KTUAoI0vmfqAKZ5lnQyDxbJlLxuBfDuk
=9MEf
-END PGP SIGNATURE-


Accepted:
dvdisaster-doc_0.72~rc1-1_all.deb
  to pool/main/d/dvdisaster/dvdisaster-doc_0.72~rc1-1_all.deb
dvdisaster_0.72~rc1-1.diff.gz
  to pool/main/d/dvdisaster/dvdisaster_0.72~rc1-1.diff.gz
dvdisaster_0.72~rc1-1.dsc
  to pool/main/d/dvdisaster/dvdisaster_0.72~rc1-1.dsc
dvdisaster_0.72~rc1-1_i386.deb
  to pool/main/d/dvdisaster/dvdisaster_0.72~rc1-1_i386.deb
dvdisaster_0.72~rc1.orig.tar.gz
  to pool/main/d/dvdisaster/dvdisaster_0.72~rc1.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 nfswatch 4.99.10-1 (source i386)

2009-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 21:24:00 +0200
Source: nfswatch
Binary: nfswatch
Architecture: source i386
Version: 4.99.10-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 nfswatch   - Program to monitor NFS traffic for the console
Changes: 
 nfswatch (4.99.10-1) unstable; urgency=low
 .
   * Merging upstream version 4.99.10.
   * Adding build-depends to libpcap0.8-dev.
Checksums-Sha1: 
 d9f48b5fa6a7c2a6657ba8d367dd106ee82d7125 1156 nfswatch_4.99.10-1.dsc
 75fdb8c5bd171d9203ea0342a434a32b1c5b2de4 84843 nfswatch_4.99.10.orig.tar.gz
 30f7795f41d5ef417c800bfdb76fdb50ccda909a 2408 nfswatch_4.99.10-1.diff.gz
 bb298f988eb1e7d7b75cedbc9ee06de3f5c4f695 41816 nfswatch_4.99.10-1_i386.deb
Checksums-Sha256: 
 82ac3d019d4532d45391f7bb920b686d3f9cade5553693a79ddd0544f05f626e 1156 
nfswatch_4.99.10-1.dsc
 b42b8bd136592e5e478ae7c412a206b04b7c66411af230b29620c1b04f3e9cd7 84843 
nfswatch_4.99.10.orig.tar.gz
 b14479e66333fec269754eb7ea56eaf65d0238cfea34999e4a833e27565cb8d7 2408 
nfswatch_4.99.10-1.diff.gz
 bffa5f459038699777d0c04ebb7a3449ff0dca541940a64279296bca304dda4a 41816 
nfswatch_4.99.10-1_i386.deb
Files: 
 9bbb6ca833cce689d410181a0479dd85 1156 admin optional nfswatch_4.99.10-1.dsc
 c20e510464f12384fdac330d8c84d127 84843 admin optional 
nfswatch_4.99.10.orig.tar.gz
 8ec50bae23feb27e5d8b8f6ecd79 2408 admin optional nfswatch_4.99.10-1.diff.gz
 41da8b7427d04faccdf3b439d5a7337d 41816 admin optional 
nfswatch_4.99.10-1_i386.deb

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

iEYEARECAAYFAkno15oACgkQ+C5cwEsrK54OkQCfRgI+f56sM+69tjXvQISfKMs+
49wAnjRUioicWJHADk3XoJnazfo4sKJH
=DTjW
-END PGP SIGNATURE-


Accepted:
nfswatch_4.99.10-1.diff.gz
  to pool/main/n/nfswatch/nfswatch_4.99.10-1.diff.gz
nfswatch_4.99.10-1.dsc
  to pool/main/n/nfswatch/nfswatch_4.99.10-1.dsc
nfswatch_4.99.10-1_i386.deb
  to pool/main/n/nfswatch/nfswatch_4.99.10-1_i386.deb
nfswatch_4.99.10.orig.tar.gz
  to pool/main/n/nfswatch/nfswatch_4.99.10.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 relatorio 0.5.1-1 (source all)

2009-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 21:39:00 +0200
Source: relatorio
Binary: python-relatorio
Architecture: source all
Version: 0.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 python-relatorio - Python module to create reports from Python objects
Changes: 
 relatorio (0.5.1-1) unstable; urgency=low
 .
   * Merging upstream version 0.5.1.
   * Tidy rules file.
Checksums-Sha1: 
 93aa08ace478bae8e8fbc917413e5eff850f60aa 1193 relatorio_0.5.1-1.dsc
 376ced471f8ccf779b56787b8ea95e8b28cb5c98 387793 relatorio_0.5.1.orig.tar.gz
 0bb21b42f7564d57b8c229504b5da10b1144bde4 1694 relatorio_0.5.1-1.diff.gz
 13d6340c05ce70238ba92fd75a4605ae4172c9fb 143896 
python-relatorio_0.5.1-1_all.deb
Checksums-Sha256: 
 43b05c80c4be7093e9442391241b50d49857ed42b254c5ac45c10a83a8dec5b1 1193 
relatorio_0.5.1-1.dsc
 deeb7c65d1b84ac1117908a59289e62b85f07acb630f99034704e19f72db3c53 387793 
relatorio_0.5.1.orig.tar.gz
 b905104958758be6e0e0835f07d21d8b72a84ce9e4bcd66867c7df09ed01cfcf 1694 
relatorio_0.5.1-1.diff.gz
 6dabfeb726aa8ad049569f268fb62c562738b79962e68bbfc240fc8adc3a687b 143896 
python-relatorio_0.5.1-1_all.deb
Files: 
 585f294c1bde74acbdc4931d8ea6dbd5 1193 python optional relatorio_0.5.1-1.dsc
 4db6aa4434fb5667d2bf30294d6e9364 387793 python optional 
relatorio_0.5.1.orig.tar.gz
 1e6a3b349fc2a10392a50367b06a57e7 1694 python optional relatorio_0.5.1-1.diff.gz
 02fd45f696287d58957221b65e7141c5 143896 python optional 
python-relatorio_0.5.1-1_all.deb

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

iEYEARECAAYFAkno2xMACgkQ+C5cwEsrK57frwCgjl/w8qA3EyP30Gd2wg0fN1NU
InwAnj1t+lA2F4mOyp2FVgL7BVZUvQOg
=+06R
-END PGP SIGNATURE-


Accepted:
python-relatorio_0.5.1-1_all.deb
  to pool/main/r/relatorio/python-relatorio_0.5.1-1_all.deb
relatorio_0.5.1-1.diff.gz
  to pool/main/r/relatorio/relatorio_0.5.1-1.diff.gz
relatorio_0.5.1-1.dsc
  to pool/main/r/relatorio/relatorio_0.5.1-1.dsc
relatorio_0.5.1.orig.tar.gz
  to pool/main/r/relatorio/relatorio_0.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 gabedit 2.1.20-1 (source i386)

2009-04-17 Thread dale
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 22:21:39 +0200
Source: gabedit
Binary: gabedit
Architecture: source i386
Version: 2.1.20-1
Distribution: unstable
Urgency: low
Maintainer: Debichem Team debichem-de...@lists.alioth.debian.org
Changed-By: Daniel Leidert (dale) daniel.leid...@wgdd.de
Description: 
 gabedit- graphical user interface to Ab Initio packages
Changes: 
 gabedit (2.1.20-1) unstable; urgency=low
 .
   * New upstream release 2.1.20.
Checksums-Sha1: 
 70a8d406efba33fdfcbe6fd37a579b2f2c9917d7 1369 gabedit_2.1.20-1.dsc
 18d9bc20295efe3ff3aa9fdf586f0c830a1a5c51 1578122 gabedit_2.1.20.orig.tar.gz
 eaec4c93cbaf7bb53bbcd8fd2c0927daa0550599 10384 gabedit_2.1.20-1.diff.gz
 2df92592ed68d01e6ff3230bebe9031f262c35b8 1425298 gabedit_2.1.20-1_i386.deb
Checksums-Sha256: 
 f1aa5324dfe8657b19513126accd9b7a6f8977b2d383c09fecd21b4886c5c245 1369 
gabedit_2.1.20-1.dsc
 43b6bde2eba45a686d7a09072661bd3ad4a8898de42c9da23bd9a17f9eb28ec7 1578122 
gabedit_2.1.20.orig.tar.gz
 da7f2ed39f6075962e0516fc641bde58706c40f85ebc4a5d10de7f6e394be7f6 10384 
gabedit_2.1.20-1.diff.gz
 0f0b97b37ee321e464124999c7317e7e3aa4fb6f591ebee7a54ff5aad29f184b 1425298 
gabedit_2.1.20-1_i386.deb
Files: 
 ddc7a014f1ef92e70eaf9fe359154481 1369 science optional gabedit_2.1.20-1.dsc
 c90f08cb348062d41605afa5d7e4841c 1578122 science optional 
gabedit_2.1.20.orig.tar.gz
 97e55e49103013c1fe3e70cadc1f4513 10384 science optional 
gabedit_2.1.20-1.diff.gz
 2a943c2ff6edde335c14b2d93577fcd1 1425298 science optional 
gabedit_2.1.20-1_i386.deb

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

iEYEARECAAYFAkno6LEACgkQm0bx+wiPa4zhwQCglyu+J6k+mZR6VboeiV6JyvQ5
p1MAoNq6GrfN32zVrqZAztN8UQqQitHS
=4jeq
-END PGP SIGNATURE-


Accepted:
gabedit_2.1.20-1.diff.gz
  to pool/main/g/gabedit/gabedit_2.1.20-1.diff.gz
gabedit_2.1.20-1.dsc
  to pool/main/g/gabedit/gabedit_2.1.20-1.dsc
gabedit_2.1.20-1_i386.deb
  to pool/main/g/gabedit/gabedit_2.1.20-1_i386.deb
gabedit_2.1.20.orig.tar.gz
  to pool/main/g/gabedit/gabedit_2.1.20.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 syslinux 2:3.75+dfsg-1 (source i386 all)

2009-04-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 16 Apr 2009 22:44:00 +0200
Source: syslinux
Binary: syslinux syslinux-common
Architecture: source i386 all
Version: 2:3.75+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 syslinux   - utilities for the syslinux bootloaders
 syslinux-common - Kernel loader which uses a FAT, ext2/3 or iso9660 filesystem 
or P
Changes: 
 syslinux (2:3.75+dfsg-1) unstable; urgency=low
 .
   * Merging upstream version 3.75+dfsg.
   * Removing extlinux-typo.patch, went upstream.
   * Removing extlinux manpage, went upstream.
Checksums-Sha1: 
 9e14d276f3339f794f762811ca6c40e2907c9f2f 1292 syslinux_3.75+dfsg-1.dsc
 cadd16273976368e0074a9aace1309002d163205 3816055 syslinux_3.75+dfsg.orig.tar.gz
 5ebb71f8e3a0017627e2248b2c655066b9d8cd56 9785 syslinux_3.75+dfsg-1.diff.gz
 2668edac38dd126eda045407153df28de94f04b4 73164 syslinux_3.75+dfsg-1_i386.deb
 17fd4ef79bed89bbea9016c994b0f2b95688f693 834682 
syslinux-common_3.75+dfsg-1_all.deb
Checksums-Sha256: 
 268555d63e71f25878b3bf3975070b2cef3c26cb55dca1a790fcba8dcb12ff3e 1292 
syslinux_3.75+dfsg-1.dsc
 fb6a5cb811fbb81515ad83094101ad7d98c0f976fb1eb6984ed961f4db28a7c8 3816055 
syslinux_3.75+dfsg.orig.tar.gz
 59ed9fe3e68bce16195e1d92143b3f578949fff55f16350532757474e337cdd8 9785 
syslinux_3.75+dfsg-1.diff.gz
 0aedfd794625a24e78e40f7c69d16bd16b2e05f3c6760286a82836a3df43777d 73164 
syslinux_3.75+dfsg-1_i386.deb
 67a0ee28c93c0bb2376e36328da086a3567ebafd02c92d2355de6b54b56389ba 834682 
syslinux-common_3.75+dfsg-1_all.deb
Files: 
 ad21e9aabf68c7f0daf4bd0f8ed13d81 1292 utils optional syslinux_3.75+dfsg-1.dsc
 78c99b6dfdf5f5826bc8a9e4e365b743 3816055 utils optional 
syslinux_3.75+dfsg.orig.tar.gz
 943a7011f64652704a555a29e30e6c36 9785 utils optional 
syslinux_3.75+dfsg-1.diff.gz
 ecce63250768ca60f061d4f06fc4d6ae 73164 utils optional 
syslinux_3.75+dfsg-1_i386.deb
 cbfbc08ede0eaa03fecaa71b2d22cb7a 834682 utils optional 
syslinux-common_3.75+dfsg-1_all.deb

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

iEYEARECAAYFAkno3coACgkQ+C5cwEsrK54lFgCeN5M4ZXB3l/IhojBhkx5j28sz
ImwAoORfcU2Rg+Cw+zDqH6Fwek55XrFU
=K0I0
-END PGP SIGNATURE-


Accepted:
syslinux-common_3.75+dfsg-1_all.deb
  to pool/main/s/syslinux/syslinux-common_3.75+dfsg-1_all.deb
syslinux_3.75+dfsg-1.diff.gz
  to pool/main/s/syslinux/syslinux_3.75+dfsg-1.diff.gz
syslinux_3.75+dfsg-1.dsc
  to pool/main/s/syslinux/syslinux_3.75+dfsg-1.dsc
syslinux_3.75+dfsg-1_i386.deb
  to pool/main/s/syslinux/syslinux_3.75+dfsg-1_i386.deb
syslinux_3.75+dfsg.orig.tar.gz
  to pool/main/s/syslinux/syslinux_3.75+dfsg.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 libanyevent-perl 4.351-1 (source all)

2009-04-17 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Apr 2009 22:57:08 +0200
Source: libanyevent-perl
Binary: libanyevent-perl
Architecture: source all
Version: 4.351-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libanyevent-perl - framework for multiple event loops
Changes: 
 libanyevent-perl (4.351-1) unstable; urgency=low
 .
   * New upstream release.
   * Add myself to Uploaders.
Checksums-Sha1: 
 9d480595507f16d0416f5070e98b697973d1056c 1404 libanyevent-perl_4.351-1.dsc
 16295d41892e23b5558705ef49024f2aa7ceeadc 125680 
libanyevent-perl_4.351.orig.tar.gz
 50bc39bb1f6362e16058243efacad5d893051cf5 2959 libanyevent-perl_4.351-1.diff.gz
 58b1b18bb546de86b569fc40f9c06d20c93dfe2c 206854 
libanyevent-perl_4.351-1_all.deb
Checksums-Sha256: 
 c934301914849f75883f04e93ab3bf9c44b1044ef1b3ca245fe70df5a42cfcec 1404 
libanyevent-perl_4.351-1.dsc
 14bc1e45598d09191b9120bae8133e31222c5673b4d40d4e37cc91a64b851075 125680 
libanyevent-perl_4.351.orig.tar.gz
 a4970d7e4f9c6dbda20e8db5ab12269d8accb2ea65eed9fedc66603bbfa7ab3f 2959 
libanyevent-perl_4.351-1.diff.gz
 49c1b86cb7e88214677cda06405429cc17180f39c81e937e2f7309561e0c43e7 206854 
libanyevent-perl_4.351-1_all.deb
Files: 
 f8f0ea5dcc5d0db672da789fdc0189ad 1404 perl optional 
libanyevent-perl_4.351-1.dsc
 b3c00571e2da71c7350c71202b0f0c57 125680 perl optional 
libanyevent-perl_4.351.orig.tar.gz
 cf306629b8c3478217b545f14a23b681 2959 perl optional 
libanyevent-perl_4.351-1.diff.gz
 1d800fd4c18a60e9861e3cfdf363325d 206854 perl optional 
libanyevent-perl_4.351-1_all.deb

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

iEYEARECAAYFAkno9eQACgkQOzKYnQDzz+Tr1wCg9W6xT2yVBRrs6M9i6kU42Ov8
I80AmwZhK21DGtiPkrGNQowbk56fz4PP
=PE77
-END PGP SIGNATURE-


Accepted:
libanyevent-perl_4.351-1.diff.gz
  to pool/main/liba/libanyevent-perl/libanyevent-perl_4.351-1.diff.gz
libanyevent-perl_4.351-1.dsc
  to pool/main/liba/libanyevent-perl/libanyevent-perl_4.351-1.dsc
libanyevent-perl_4.351-1_all.deb
  to pool/main/liba/libanyevent-perl/libanyevent-perl_4.351-1_all.deb
libanyevent-perl_4.351.orig.tar.gz
  to pool/main/liba/libanyevent-perl/libanyevent-perl_4.351.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 hal 0.5.12~git20090406.46dc48-2 (source all i386)

2009-04-17 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 21:39:34 +0200
Source: hal
Binary: hal hal-doc libhal1 libhal-storage1 libhal-dev libhal-storage-dev
Architecture: source all i386
Version: 0.5.12~git20090406.46dc48-2
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 hal- Hardware Abstraction Layer
 hal-doc- Hardware Abstraction Layer - documentation
 libhal-dev - Hardware Abstraction Layer - development files
 libhal-storage-dev - Hardware Abstraction Layer - development files
 libhal-storage1 - Hardware Abstraction Layer - shared library for storage 
devices
 libhal1- Hardware Abstraction Layer - shared library
Closes: 523604
Changes: 
 hal (0.5.12~git20090406.46dc48-2) unstable; urgency=low
 .
   * debian/hal.postinst
 - Ignore errors of polkit-auth so we don't fail if dbus or ConsoleKit is
   not running. (Closes: #523604)
Checksums-Sha1: 
 c338a3c85d0b2cdfeafbb5a2661998d56cba227f 1807 
hal_0.5.12~git20090406.46dc48-2.dsc
 6deced3101ebc96c52132d554afd2dcad9af6b4c 34791 
hal_0.5.12~git20090406.46dc48-2.diff.gz
 3f8522295d72f898f65a9f74803b8d4dc513c1d3 198204 
hal-doc_0.5.12~git20090406.46dc48-2_all.deb
 41dadcd44c93d025f8bdf67e79c3639471f8dbe4 450648 
hal_0.5.12~git20090406.46dc48-2_i386.deb
 69d53c2b7826aec494000bb34631b0005e63c669 85886 
libhal1_0.5.12~git20090406.46dc48-2_i386.deb
 a7a3cc2cd8f524a6867248d2f0141b81ebf0066d 78370 
libhal-storage1_0.5.12~git20090406.46dc48-2_i386.deb
 474cb7bdf141df8c23e967a617693923bb930446 91436 
libhal-dev_0.5.12~git20090406.46dc48-2_i386.deb
 134d1332406dbb76fb300f1c46c2bd91cb41b9ad 78468 
libhal-storage-dev_0.5.12~git20090406.46dc48-2_i386.deb
Checksums-Sha256: 
 4e963d9915ff046ff62c882d105ed21b7300bd37f87a02f3af13b340c13b6d64 1807 
hal_0.5.12~git20090406.46dc48-2.dsc
 93c194e05a9be8d830ec541d54dc25f0137a8e0f3e43ae6fdd0fa56eb6fff59e 34791 
hal_0.5.12~git20090406.46dc48-2.diff.gz
 f00c08d72426fa96e8517dbfce7f2116ab49e6c598304112dfe056c954d6e228 198204 
hal-doc_0.5.12~git20090406.46dc48-2_all.deb
 609bb31becd0e4a1093f0b83908c7af83a49374fb92431d0b46dec9f7c52127f 450648 
hal_0.5.12~git20090406.46dc48-2_i386.deb
 5a81b93b953e221e9cbd4ccc25124cc8dcd3a22a5b711c2140bcccd90097af26 85886 
libhal1_0.5.12~git20090406.46dc48-2_i386.deb
 44d4a50d12007255e2abd702bd0ce02121af50b2fcee4112db71a86ce81b925b 78370 
libhal-storage1_0.5.12~git20090406.46dc48-2_i386.deb
 51ae11e8a9184690257c707b9eae5f4fb0ebd0f558bf0e2d54765b6ec295ca33 91436 
libhal-dev_0.5.12~git20090406.46dc48-2_i386.deb
 9b51cf05cfc30af8ba6e2159b4a2c937cbfefe995dd2006dcd1c39048a1ae073 78468 
libhal-storage-dev_0.5.12~git20090406.46dc48-2_i386.deb
Files: 
 908ca7909fe5d9ff2d064913a345b365 1807 admin optional 
hal_0.5.12~git20090406.46dc48-2.dsc
 2637ae24b0f1f843ca31d8d1cfbaea1e 34791 admin optional 
hal_0.5.12~git20090406.46dc48-2.diff.gz
 560c173c55a3163d4f3c0b9597ec78b6 198204 doc optional 
hal-doc_0.5.12~git20090406.46dc48-2_all.deb
 0895af3d297e6492bc4eeaf10d694b36 450648 admin optional 
hal_0.5.12~git20090406.46dc48-2_i386.deb
 dc743394529db279a170296d54671a80 85886 libs optional 
libhal1_0.5.12~git20090406.46dc48-2_i386.deb
 a0e682460d92eff0304de4002f9643dc 78370 libs optional 
libhal-storage1_0.5.12~git20090406.46dc48-2_i386.deb
 a3da40f690ac4db864ed571d9920165d 91436 libdevel optional 
libhal-dev_0.5.12~git20090406.46dc48-2_i386.deb
 28364371d72c9dc65efe8c8e1ce69a6a 78468 libdevel optional 
libhal-storage-dev_0.5.12~git20090406.46dc48-2_i386.deb

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

iEYEARECAAYFAkno3MEACgkQh7PER70FhVQwawCgvnIUQLJ1Jh0HCTJJCKsQb7Tk
AWsAn1bhieG5uRaEcCNqhinxynPEZoHz
=ovy5
-END PGP SIGNATURE-


Accepted:
hal-doc_0.5.12~git20090406.46dc48-2_all.deb
  to pool/main/h/hal/hal-doc_0.5.12~git20090406.46dc48-2_all.deb
hal_0.5.12~git20090406.46dc48-2.diff.gz
  to pool/main/h/hal/hal_0.5.12~git20090406.46dc48-2.diff.gz
hal_0.5.12~git20090406.46dc48-2.dsc
  to pool/main/h/hal/hal_0.5.12~git20090406.46dc48-2.dsc
hal_0.5.12~git20090406.46dc48-2_i386.deb
  to pool/main/h/hal/hal_0.5.12~git20090406.46dc48-2_i386.deb
libhal-dev_0.5.12~git20090406.46dc48-2_i386.deb
  to pool/main/h/hal/libhal-dev_0.5.12~git20090406.46dc48-2_i386.deb
libhal-storage-dev_0.5.12~git20090406.46dc48-2_i386.deb
  to pool/main/h/hal/libhal-storage-dev_0.5.12~git20090406.46dc48-2_i386.deb
libhal-storage1_0.5.12~git20090406.46dc48-2_i386.deb
  to pool/main/h/hal/libhal-storage1_0.5.12~git20090406.46dc48-2_i386.deb
libhal1_0.5.12~git20090406.46dc48-2_i386.deb
  to pool/main/h/hal/libhal1_0.5.12~git20090406.46dc48-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 libastro-fits-header-perl 3.01-1 (source all)

2009-04-17 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Apr 2009 22:21:31 +0200
Source: libastro-fits-header-perl
Binary: libastro-fits-header-perl
Architecture: source all
Version: 3.01-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libastro-fits-header-perl - Perl tools for reading, modifying and writing FITS 
headers
Changes: 
 libastro-fits-header-perl (3.01-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 .
   [ Ansgar Burchardt ]
   * New upstream release.
   * Update debian/copyright.
   * Add myself to Uploaders.
   * Bump Standards Version to 3.8.1 (no changes).
   * Build-dep on libastro-fits-cfitsio-perl to enable additional tests.
Checksums-Sha1: 
 230bdc5d450fd8b286bcc486879e5c426d7a0b60 1553 
libastro-fits-header-perl_3.01-1.dsc
 5b0aeb6e4605ea3d6e533d4cbc6571ebd7e2f51b 88472 
libastro-fits-header-perl_3.01.orig.tar.gz
 e771dfde735deea5066eb96c162c7f5f95793dce 3279 
libastro-fits-header-perl_3.01-1.diff.gz
 f6237f2cf04019927e975fb4164d6f1fa95e850d 54866 
libastro-fits-header-perl_3.01-1_all.deb
Checksums-Sha256: 
 243ddfefd2a98b14f692f2a5d385d7ec1c0ee433f11e812bced975cffc90c5c4 1553 
libastro-fits-header-perl_3.01-1.dsc
 2d0821f833a35a100425e42c8f776a633b19d85418dea29b63e8c537da325992 88472 
libastro-fits-header-perl_3.01.orig.tar.gz
 ea67d60701d57a7e5f0f547a61833d48d24904f6534b75b195699736309e76e7 3279 
libastro-fits-header-perl_3.01-1.diff.gz
 a68847dc6029bcc75d462664b0ce223b27f14dbb8b61d5975c7b04d6536c62d1 54866 
libastro-fits-header-perl_3.01-1_all.deb
Files: 
 8010a0d0db235772d7207ac7d587359d 1553 perl optional 
libastro-fits-header-perl_3.01-1.dsc
 d3c412321625f902b95a50be20f21d6d 88472 perl optional 
libastro-fits-header-perl_3.01.orig.tar.gz
 4956a53f2401a4abeb7b68c1911ebb6b 3279 perl optional 
libastro-fits-header-perl_3.01-1.diff.gz
 df967ff7fa51dde5e9535fc8d32ac163 54866 perl optional 
libastro-fits-header-perl_3.01-1_all.deb

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

iEYEARECAAYFAkno+CUACgkQOzKYnQDzz+TGWQCdEITmbI2QqI6teCe3cb3HpqRx
KLMAn2M1topBbyFfjGTL7EJNFwTk5JIK
=OUBQ
-END PGP SIGNATURE-


Accepted:
libastro-fits-header-perl_3.01-1.diff.gz
  to 
pool/main/liba/libastro-fits-header-perl/libastro-fits-header-perl_3.01-1.diff.gz
libastro-fits-header-perl_3.01-1.dsc
  to 
pool/main/liba/libastro-fits-header-perl/libastro-fits-header-perl_3.01-1.dsc
libastro-fits-header-perl_3.01-1_all.deb
  to 
pool/main/liba/libastro-fits-header-perl/libastro-fits-header-perl_3.01-1_all.deb
libastro-fits-header-perl_3.01.orig.tar.gz
  to 
pool/main/liba/libastro-fits-header-perl/libastro-fits-header-perl_3.01.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 viking 0.9.8-2 (source amd64)

2009-04-17 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 22:47:27 +0200
Source: viking
Binary: viking
Architecture: source amd64
Version: 0.9.8-2
Distribution: unstable
Urgency: low
Maintainer: The Debian Vikings viking-deb...@lists.sourceforge.net
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 viking - GPS data editor, analyzer and viewer
Closes: 524084
Changes: 
 viking (0.9.8-2) unstable; urgency=low
 .
   * Work around missing gpsd_units() from the gpsd header
 files by including gpsdclient.h from gpsd (Closes: #524084).
   * Bumping Standards-Version to 3.8.1, no changes needed.
   * Fixing an implcit declaration in src/util.c.
Checksums-Sha1: 
 632ac94c3ef43e305b81066a2086f3e2db73deba 1448 viking_0.9.8-2.dsc
 066dd022233b189279789ed41be645a0a71c50e1 12043 viking_0.9.8-2.diff.gz
 7536ebae2667b7d9eb5ed4e0d4c1c553fb6c3845 441292 viking_0.9.8-2_amd64.deb
Checksums-Sha256: 
 75ff7d031382fc91f40729e4bd4bfd7c65471e5686c1da92cd31bc6f081b3185 1448 
viking_0.9.8-2.dsc
 99766c4048e105db8759b0e47aef804bf62119170635f45060385c68b031aeae 12043 
viking_0.9.8-2.diff.gz
 3da6078390fe577cf79c8070fd3cc9bc4f6839b57ef06b62d1f7e3be02da761d 441292 
viking_0.9.8-2_amd64.deb
Files: 
 b6885597ddfba5f9e37806e108b88bc1 1448 utils optional viking_0.9.8-2.dsc
 4a3db13e225e9e0b179e31affeefe37a 12043 utils optional viking_0.9.8-2.diff.gz
 cd1877c3149df5901c6f4bb5e664895d 441292 utils optional viking_0.9.8-2_amd64.deb

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

iEYEARECAAYFAkno7GwACgkQBnqtBMk7/3m5HgCgo7/tn97xeyyXBSKxAfWOP2mA
n+wAniDdt7/RXS9WXRXRwiXuLwA8ZH1j
=tFtK
-END PGP SIGNATURE-


Accepted:
viking_0.9.8-2.diff.gz
  to pool/main/v/viking/viking_0.9.8-2.diff.gz
viking_0.9.8-2.dsc
  to pool/main/v/viking/viking_0.9.8-2.dsc
viking_0.9.8-2_amd64.deb
  to pool/main/v/viking/viking_0.9.8-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 htop 0.8.1+svn149-2 (source amd64)

2009-04-17 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 21:54:45 +0300
Source: htop
Binary: htop
Architecture: source amd64
Version: 0.8.1+svn149-2
Distribution: unstable
Urgency: low
Maintainer: Eugene V. Lyubimkin jackyf.de...@gmail.com
Changed-By: Eugene V. Lyubimkin jackyf.de...@gmail.com
Description: 
 htop   - interactive processes viewer
Closes: 522905
Changes: 
 htop (0.8.1+svn149-2) unstable; urgency=low
 .
   * debian/rules:
 - Build with VServer support. (Closes: #522905)
Checksums-Sha1: 
 e77897725ba03b48c131d6b05636dff2e1aee118 1103 htop_0.8.1+svn149-2.dsc
 d0a5b39e791f7a68b25677783ee6815397695c89 7151 htop_0.8.1+svn149-2.diff.gz
 68ad97bbb65239447f02048dec62f741d93699fd 61038 htop_0.8.1+svn149-2_amd64.deb
Checksums-Sha256: 
 5c9efc51649b97ac5f3c26192073c7dcd454752ef2476338539c643063c025f6 1103 
htop_0.8.1+svn149-2.dsc
 2ff5c34c3e896a1f8093b70ba3aa57304e70d8ce0421aad8bcf10af2e1905ab4 7151 
htop_0.8.1+svn149-2.diff.gz
 78c5f61673629728ee255d27df541031ed23fa6f15e2ecef4d8a7d5b9ecbbc7c 61038 
htop_0.8.1+svn149-2_amd64.deb
Files: 
 9185d6649e826e50c5f34ef7bc66def8 1103 utils optional htop_0.8.1+svn149-2.dsc
 cd1a5eb7998813cd65af570443b46403 7151 utils optional 
htop_0.8.1+svn149-2.diff.gz
 9250e5258312cfbdcf5cecbb17245172 61038 utils optional 
htop_0.8.1+svn149-2_amd64.deb

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

iEYEARECAAYFAkno6QIACgkQchorMMFUmYwT7QCgq/x1gIf08PEdBFe1xTVzgAjt
p3wAn3cKyn3PkuLJD4Hoc3xATJGZjNM+
=D3RW
-END PGP SIGNATURE-


Accepted:
htop_0.8.1+svn149-2.diff.gz
  to pool/main/h/htop/htop_0.8.1+svn149-2.diff.gz
htop_0.8.1+svn149-2.dsc
  to pool/main/h/htop/htop_0.8.1+svn149-2.dsc
htop_0.8.1+svn149-2_amd64.deb
  to pool/main/h/htop/htop_0.8.1+svn149-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 libfile-find-rule-perl-perl 1.06-1 (source all)

2009-04-17 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 16 Apr 2009 21:59:42 -0700
Source: libfile-find-rule-perl-perl
Binary: libfile-find-rule-perl-perl
Architecture: source all
Version: 1.06-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ryan Niebur ryanrya...@gmail.com
Description: 
 libfile-find-rule-perl-perl - common rules for searching for Perl things
Changes: 
 libfile-find-rule-perl-perl (1.06-1) unstable; urgency=low
 .
   [ Brian Cassidy ]
   * New upstream release
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * debian/control: add versioned (build) dependency on libfile-spec-perl and
 libparams-util-perl; add libtest-cpan-meta-perl to Depends.
   * debian/copyright: switch to new format.
 .
   [ Ryan Niebur ]
   * New upstream release
   * Add myself to Uploaders
   * Debian Policy 3.8.1
   * fix testing to test without the debian directory
   * add build deps on libpod-simple-perl, libperl-minimumversion-perl,
 and libtest-minimumversion-perl, which are needed for the tests
 .
   [ gregor herrmann ]
   * debian/control: replace libtest-cpan-meta-perl with libparse-cpan-meta-perl
 in Depends:.
Checksums-Sha1: 
 da3c22616ef83838cab62f3f6fddf979cec6edf2 1740 
libfile-find-rule-perl-perl_1.06-1.dsc
 731069f7810c054d3cf475ca8f90b95cf21ef843 26421 
libfile-find-rule-perl-perl_1.06.orig.tar.gz
 eeccd4ac3e458ae7aa46abb17c144a4bc65f1d94 2006 
libfile-find-rule-perl-perl_1.06-1.diff.gz
 e43777228b696bee120a03e4dc8474c0eb9cef47 9058 
libfile-find-rule-perl-perl_1.06-1_all.deb
Checksums-Sha256: 
 079a8a1e7353e8d624810cf4adba5d622ea76df8011053b9b45bee614985cda0 1740 
libfile-find-rule-perl-perl_1.06-1.dsc
 d70345ea842c28f594177514da7463ef11fd762fb63b39c35f958319f1f14be8 26421 
libfile-find-rule-perl-perl_1.06.orig.tar.gz
 f51cee84b84c45a0f52a06261d09a67ba1c28cc64ca5723dd56b65eb189f89d1 2006 
libfile-find-rule-perl-perl_1.06-1.diff.gz
 f628dd080d8b83aa6d7371cf622d02a67ec82184af4ff53805ef49e4d9075f57 9058 
libfile-find-rule-perl-perl_1.06-1_all.deb
Files: 
 27dfcce947ef420cb12c7a2b86def20a 1740 perl optional 
libfile-find-rule-perl-perl_1.06-1.dsc
 6203f16bed4d0740a7fcc5515ad965a0 26421 perl optional 
libfile-find-rule-perl-perl_1.06.orig.tar.gz
 b5439747da7e3b74b0f8243aff51e976 2006 perl optional 
libfile-find-rule-perl-perl_1.06-1.diff.gz
 79109f1e11dcbf78d1e83963d4d65ac9 9058 perl optional 
libfile-find-rule-perl-perl_1.06-1_all.deb

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

iEYEARECAAYFAkno9CcACgkQOzKYnQDzz+S0pgCgl4ioAX2pfUhXYnGoMpvSYV0+
UloAoKKAtobJaALYWB6oJLhFlqALNK+I
=DKEJ
-END PGP SIGNATURE-


Accepted:
libfile-find-rule-perl-perl_1.06-1.diff.gz
  to 
pool/main/libf/libfile-find-rule-perl-perl/libfile-find-rule-perl-perl_1.06-1.diff.gz
libfile-find-rule-perl-perl_1.06-1.dsc
  to 
pool/main/libf/libfile-find-rule-perl-perl/libfile-find-rule-perl-perl_1.06-1.dsc
libfile-find-rule-perl-perl_1.06-1_all.deb
  to 
pool/main/libf/libfile-find-rule-perl-perl/libfile-find-rule-perl-perl_1.06-1_all.deb
libfile-find-rule-perl-perl_1.06.orig.tar.gz
  to 
pool/main/libf/libfile-find-rule-perl-perl/libfile-find-rule-perl-perl_1.06.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 libwebservice-solr-perl 0.05-1 (source all)

2009-04-17 Thread Brian Cassidy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Apr 2009 09:11:40 -0300
Source: libwebservice-solr-perl
Binary: libwebservice-solr-perl
Architecture: source all
Version: 0.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Brian Cassidy brian.cass...@gmail.com
Description: 
 libwebservice-solr-perl - Perl interface for the Solr (Lucene) webservice
Changes: 
 libwebservice-solr-perl (0.05-1) unstable; urgency=low
 .
   * New upstream release
   * debian/copyright: update Module::Install copyright
   * debian/control: update Standards-Version
Checksums-Sha1: 
 55b0d2a5c4abbb5c5c87c03f9db5b7b5fdb9b326 1667 
libwebservice-solr-perl_0.05-1.dsc
 a5de709891d6a4070ebe8b0fd2bd02eca0eb0549 21048 
libwebservice-solr-perl_0.05.orig.tar.gz
 0041475cd6e625579ad01633d7cb4ddf75e1ce05 1841 
libwebservice-solr-perl_0.05-1.diff.gz
 f9111d971c98da890fbf355c33b18b6c87fca03f 18396 
libwebservice-solr-perl_0.05-1_all.deb
Checksums-Sha256: 
 c22c6d0b2270bc491d132778c419e218b5ce053964bc8c45dc5a1ea475245b75 1667 
libwebservice-solr-perl_0.05-1.dsc
 22d742396a1fd5e971c6af0dfa84ed018e8ee7c9968fbf52460c499fc8e63efc 21048 
libwebservice-solr-perl_0.05.orig.tar.gz
 2c2d8ee675b135a484832f8a467e06f96d881f8f03f41d84771497c590ad92e5 1841 
libwebservice-solr-perl_0.05-1.diff.gz
 6907980b69934e2a7d0050b797e7911b2d9fbc98ea18071cbc8cd1cefe40 18396 
libwebservice-solr-perl_0.05-1_all.deb
Files: 
 ea6b5d93c30c84025d1debb1146c40d3 1667 perl optional 
libwebservice-solr-perl_0.05-1.dsc
 ecfc06d4466200a693fbb51000fe1999 21048 perl optional 
libwebservice-solr-perl_0.05.orig.tar.gz
 42e2280ed0905da8d407bff1d4157fd0 1841 perl optional 
libwebservice-solr-perl_0.05-1.diff.gz
 86e4547d89f173a7a6bcc6b7a9d84cf6 18396 perl optional 
libwebservice-solr-perl_0.05-1_all.deb

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

iEYEARECAAYFAkno/oYACgkQOzKYnQDzz+SIWwCgp4oxOjE6mwyMDBjiKLHmU1qY
73kAoOxnVpPgUgNBes1MP0g9/E8Uy4iV
=Kymk
-END PGP SIGNATURE-


Accepted:
libwebservice-solr-perl_0.05-1.diff.gz
  to 
pool/main/libw/libwebservice-solr-perl/libwebservice-solr-perl_0.05-1.diff.gz
libwebservice-solr-perl_0.05-1.dsc
  to pool/main/libw/libwebservice-solr-perl/libwebservice-solr-perl_0.05-1.dsc
libwebservice-solr-perl_0.05-1_all.deb
  to 
pool/main/libw/libwebservice-solr-perl/libwebservice-solr-perl_0.05-1_all.deb
libwebservice-solr-perl_0.05.orig.tar.gz
  to 
pool/main/libw/libwebservice-solr-perl/libwebservice-solr-perl_0.05.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 argyll 1.0.3-5 (source i386)

2009-04-17 Thread Roland Mas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 23:34:40 +0200
Source: argyll
Binary: argyll
Architecture: source i386
Version: 1.0.3-5
Distribution: unstable
Urgency: low
Maintainer: Roland Mas lola...@debian.org
Changed-By: Roland Mas lola...@debian.org
Description: 
 argyll - Color Management System, calibrator and profiler
Changes: 
 argyll (1.0.3-5) unstable; urgency=low
 .
   * Documented web interface for the Bazaar repository.
   * Added source package for the Spyder2 firmware.
Checksums-Sha1: 
 03ec786946b4edbc8c463062ed844fe976d89faf 1291 argyll_1.0.3-5.dsc
 8ff251902817dcf23011d17e8de090d36926ba69 24056 argyll_1.0.3-5.diff.gz
 7a33960f622eb8a2aa744b28fa676bac7f201c75 9759882 argyll_1.0.3-5_i386.deb
Checksums-Sha256: 
 75ddf9487aba2208eb0df664fec40b9830a3a19feb5809e87b2b86470c042ddc 1291 
argyll_1.0.3-5.dsc
 4c21c1925da034f1815521e6730a28e20e163929b9504dae9f036b03c1058960 24056 
argyll_1.0.3-5.diff.gz
 56f817ab9304bcca9f2c1b82599da9923d07b4c640d8f73e75dd6238670dff0d 9759882 
argyll_1.0.3-5_i386.deb
Files: 
 4b833b9602c298f037cb7a3233c90f43 1291 graphics optional argyll_1.0.3-5.dsc
 45a25880b9f959f279dcf9d7ad2d8918 24056 graphics optional argyll_1.0.3-5.diff.gz
 b09f9370fe9ac70d0d6d27a20437dc21 9759882 graphics optional 
argyll_1.0.3-5_i386.deb

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

iD8DBQFJ6P1ADqdWtRRIQ/URAtYDAJ9MSZU+8zUyanHmzaL4F+5PHnhAlACeI9wU
G1NRRzmUDYAU8ofk7rlwU34=
=ua8G
-END PGP SIGNATURE-


Accepted:
argyll_1.0.3-5.diff.gz
  to pool/main/a/argyll/argyll_1.0.3-5.diff.gz
argyll_1.0.3-5.dsc
  to pool/main/a/argyll/argyll_1.0.3-5.dsc
argyll_1.0.3-5_i386.deb
  to pool/main/a/argyll/argyll_1.0.3-5_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 langupdate 0.1.0 (source amd64)

2009-04-17 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Apr 2009 00:00:04 +0100
Source: langupdate
Binary: langupdate
Architecture: source amd64
Version: 0.1.0
Distribution: unstable
Urgency: low
Maintainer: Neil Williams codeh...@debian.org
Changed-By: Neil Williams codeh...@debian.org
Description: 
 langupdate - locate updated language files in Emdebian
Closes: 522230 522395 522678 522959 523416 523829 523996 524068
Changes: 
 langupdate (0.1.0) unstable; urgency=low
 .
   * Add support for calculating and extracting TDebs based on a Debian
 system installed in a sub-directory, even if of a different
 architecture.
   * Update standards version (no changes)
   * [INTL:pt] Updated Portuguese translation for langupdate
 (Closes: #522230)
   * [INTL:eu] langupdate Basque translation update (Closes: #522395)
   * [l10n] Czech translation of langupdate (Closes: #522678)
   * [INTL:de] updated German translation of langupdate (Closes: #522959)
   * [INTL:it] Updated Italian translation of langupdate (Closes: #523416)
   * [l10n:ro] langupdate: Romanian translation. (Closes: #523829)
   * Updated French program translation (Closes: #523996)
   * [INTL:ru] Russian program translation update (Closes: #524068)
Checksums-Sha1: 
 ae5f0d76a9634a06063aac0e66a96a196792e681 1000 langupdate_0.1.0.dsc
 501633515606afde0c45e9f738605209914db2f5 418336 langupdate_0.1.0.tar.gz
 c50a32318ebe35e5c20fb648fb865b357a2fe591 39700 langupdate_0.1.0_amd64.deb
Checksums-Sha256: 
 1fda92be4883511a33ce31f4fb490a995a84777317c65f75eef26ce65283a193 1000 
langupdate_0.1.0.dsc
 b149dfb9d9cb0de227d6c99fda82344e70f085f84e6d2c81cc3b6056fac56b30 418336 
langupdate_0.1.0.tar.gz
 99389a6ce95202046dc3f402fe32a91340b7b6d5b0a1caea7c4db97879360db5 39700 
langupdate_0.1.0_amd64.deb
Files: 
 51d234fa5b037cd0a1d3ea7bc61bd72d 1000 utils extra langupdate_0.1.0.dsc
 69b2286d3b174c23d12b509047a93e94 418336 utils extra langupdate_0.1.0.tar.gz
 44092f2320935a861efc8d03ae0755e9 39700 utils extra langupdate_0.1.0_amd64.deb

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

iEYEARECAAYFAknpCqcACgkQiAEJSii8s+NUxQCgh07MckMzVjqRk++Ax4Ux4YL5
EGMAoKIEruuotuUM4uBc0ZyK4t5Uh0iA
=HmDW
-END PGP SIGNATURE-


Accepted:
langupdate_0.1.0.dsc
  to pool/main/l/langupdate/langupdate_0.1.0.dsc
langupdate_0.1.0.tar.gz
  to pool/main/l/langupdate/langupdate_0.1.0.tar.gz
langupdate_0.1.0_amd64.deb
  to pool/main/l/langupdate/langupdate_0.1.0_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 bastille 1:3.0.9-10 (source all)

2009-04-17 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Apr 2009 01:51:21 +0200
Source: bastille
Binary: bastille
Architecture: source all
Version: 1:3.0.9-10
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a j...@debian.org
Changed-By: Javier Fernandez-Sanguino Pen~a j...@debian.org
Description: 
 bastille   - Security hardening tool
Changes: 
 bastille (1:3.0.9-10) unstable; urgency=low
 .
   * Update upstream's manpage (doc/bastille.1m) to reflect that it supports
 many more Debian versions.
Checksums-Sha1: 
 d099f584d16e158fe467476cc448fec9d0a09a1c 1004 bastille_3.0.9-10.dsc
 b85216c6d6e1804344acd27f0a903e44aae509c5 38177 bastille_3.0.9-10.diff.gz
 e657bd1c524008f86b21797722fb0420664f935a 466898 bastille_3.0.9-10_all.deb
Checksums-Sha256: 
 163694e1c627c40bf86d0e94ff7611d2bb8edac0dc9f86da81f2be70f74512c0 1004 
bastille_3.0.9-10.dsc
 9ba4701aa8524836a6349bec30a13b34b064916c1fe89db37517d65313d329e1 38177 
bastille_3.0.9-10.diff.gz
 c0b556922f63d232701464f671af63df71baebb1a457cbbdbb186f74d112d025 466898 
bastille_3.0.9-10_all.deb
Files: 
 036ec0dba8839157589121fb6bc32c42 1004 admin optional bastille_3.0.9-10.dsc
 40ff0e43e1dcc2abc960db731e76e56d 38177 admin optional bastille_3.0.9-10.diff.gz
 e509010f5f103b58b4721f7b848ca4b3 466898 admin optional 
bastille_3.0.9-10_all.deb

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

iD8DBQFJ6RZ5sandgtyBSwkRAuzuAJ0QNLB4/54xUX8AczvU4zGjhgxa4gCfeSCB
iHARdp9aj0QYL7P3dZXNvdM=
=6FMi
-END PGP SIGNATURE-


Accepted:
bastille_3.0.9-10.diff.gz
  to pool/main/b/bastille/bastille_3.0.9-10.diff.gz
bastille_3.0.9-10.dsc
  to pool/main/b/bastille/bastille_3.0.9-10.dsc
bastille_3.0.9-10_all.deb
  to pool/main/b/bastille/bastille_3.0.9-10_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 krb5-auth-dialog 0.9~rc1-1 (source powerpc)

2009-04-17 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Apr 2009 01:13:07 +0200
Source: krb5-auth-dialog
Binary: krb5-auth-dialog
Architecture: source powerpc
Version: 0.9~rc1-1
Distribution: unstable
Urgency: low
Maintainer: Guido Günther a...@sigxcpu.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 krb5-auth-dialog - tray applet for reauthenticating kerberos tickets
Changes: 
 krb5-auth-dialog (0.9~rc1-1) unstable; urgency=low
 .
   * [d6eee4e] Imported Upstream version 0.9~rc1
   * pkinit anchors configurable
   * preference dialog cleanups
   * fixes empty principal if gconf value is empty
   * [e442822] bump standards version
   * [1f1694f] debian/control: it has kind of a homepage now
Checksums-Sha1: 
 c176dcae217aa15d5aefa51eb818b8f33a4b2484 1441 krb5-auth-dialog_0.9~rc1-1.dsc
 6efd33f3bd7235c7bafb21959110b9ff680ea8ae 148943 
krb5-auth-dialog_0.9~rc1.orig.tar.gz
 d4138c4ef6255094e5d57f59c3fd25ac4c3496b3 3673 
krb5-auth-dialog_0.9~rc1-1.diff.gz
 ed67fda9aad023148342157145a5cbbd9c1c4bcc 81660 
krb5-auth-dialog_0.9~rc1-1_powerpc.deb
Checksums-Sha256: 
 2998df552a12becb169f6ea7328889ed1bf0de442778fae3c905d048abc29577 1441 
krb5-auth-dialog_0.9~rc1-1.dsc
 3ba9d326563a97c72a983d102ac1fc881a052f64436174b379ed4acec75c60a6 148943 
krb5-auth-dialog_0.9~rc1.orig.tar.gz
 e5b43f8bdc60c496da777ae6a4696746b60afc52bfd478f582b80096d3a075ef 3673 
krb5-auth-dialog_0.9~rc1-1.diff.gz
 bdaa31460dd9c0e981aa7365a128dbc8f13566e012291900286849a9c29be295 81660 
krb5-auth-dialog_0.9~rc1-1_powerpc.deb
Files: 
 a95927081a06ffa0b3aab6a98c2e30c1 1441 gnome optional 
krb5-auth-dialog_0.9~rc1-1.dsc
 899c6a4725606b1ca2d5416bfc9249d8 148943 gnome optional 
krb5-auth-dialog_0.9~rc1.orig.tar.gz
 c39426ed870c1c29d3a4591abf0f9c6f 3673 gnome optional 
krb5-auth-dialog_0.9~rc1-1.diff.gz
 cf34fe37ceadd668de0feb5fcebdaa4a 81660 gnome optional 
krb5-auth-dialog_0.9~rc1-1_powerpc.deb

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

iD8DBQFJ6RVzn88szT8+ZCYRAhtqAJ9NqhRm9A2xOW7zya3LbrDpybCsVACfaKNq
9ZMSQfQFuQlm+wxlH715Hzw=
=eUvc
-END PGP SIGNATURE-


Accepted:
krb5-auth-dialog_0.9~rc1-1.diff.gz
  to pool/main/k/krb5-auth-dialog/krb5-auth-dialog_0.9~rc1-1.diff.gz
krb5-auth-dialog_0.9~rc1-1.dsc
  to pool/main/k/krb5-auth-dialog/krb5-auth-dialog_0.9~rc1-1.dsc
krb5-auth-dialog_0.9~rc1-1_powerpc.deb
  to pool/main/k/krb5-auth-dialog/krb5-auth-dialog_0.9~rc1-1_powerpc.deb
krb5-auth-dialog_0.9~rc1.orig.tar.gz
  to pool/main/k/krb5-auth-dialog/krb5-auth-dialog_0.9~rc1.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 nspr 4.7.4-1 (source amd64)

2009-04-17 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Apr 2009 01:28:48 +0200
Source: nspr
Binary: libnspr4-0d libnspr4-dev libnspr4-0d-dbg
Architecture: source amd64
Version: 4.7.4-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 libnspr4-0d - NetScape Portable Runtime Library
 libnspr4-0d-dbg - Debugging symbols for the NetScape Portable Runtime library
 libnspr4-dev - Development files for the NetScape Portable Runtime library
Closes: 520689
Changes: 
 nspr (4.7.4-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches/30_dev_urandom.dpatch: Drop, as applied upstream.
   * debian/patches/00list: Updated accordingly.
   * debian/patches/38_hurd.dpatch, debian/patches/81_sonames.dpatch,
 debian/patches/99_configure.dpatch: Adapted to upstream changes.
   * debian/rules: Force dpkg-gensymbols to fail when symbols are missing.
   * debian/control:
 + Bumped Standards-Version to 3.8.1.0. No changes needed.
 + Put the libnspr4-0d-dbg package in the debug section.
 + Correct libnspr4-0d-dbg short description.
 + Remove redundant section on libnspr4-0d.
 + Build-depend on proper version of debhelper for dh_lintian.
   * debian/*.lintian-overrides, debian/rules: Install some Lintian
 overrides with dh_lintian.
   * debian/patches/30_reinit.dpatch: Apply patch from bz#485318 to allow
 proper reinitialization of the library. Closes: #520689.
Checksums-Sha1: 
 030dcdf6f8918e075274c95c2d0a311befd72074 1132 nspr_4.7.4-1.dsc
 7653b922b1953bb21d25fb445d0ead90ac79dd21 1256846 nspr_4.7.4.orig.tar.gz
 de71497db8d761483245eea486e9d3124ea2c750 27228 nspr_4.7.4-1.diff.gz
 b08c91f3a9cc2929b6d431280a102edd62dac51d 135658 libnspr4-0d_4.7.4-1_amd64.deb
 6d5e829f4b8cc8c8e1074398a7058aba096b5985 274550 libnspr4-dev_4.7.4-1_amd64.deb
 58247e9bdece44a8fabf87985b3116e19f975f85 290892 
libnspr4-0d-dbg_4.7.4-1_amd64.deb
Checksums-Sha256: 
 1ff495ac3acec8aa23da539ae2381df577878f6810694c60c85c542dc1b52863 1132 
nspr_4.7.4-1.dsc
 5532056aff17d6769953727ac7ba8dc62741612e936c5be84496671f8a2d08cd 1256846 
nspr_4.7.4.orig.tar.gz
 2cf9361425f6715a535beefabb9ca98825da8a6c687457e420c6bdbf4fcb3997 27228 
nspr_4.7.4-1.diff.gz
 0f874e7c45ada2b5cdd2b166bff3cb6835f14f870c03a063ecfe8f82f8278468 135658 
libnspr4-0d_4.7.4-1_amd64.deb
 6978d3e0d104feb9bdd288264e7bf63f380be1c6e856172509bab245dbce6933 274550 
libnspr4-dev_4.7.4-1_amd64.deb
 3120faf5eae61d06def336584fe08724bbf044928bb6ebf1b4ac9994a8d9edda 290892 
libnspr4-0d-dbg_4.7.4-1_amd64.deb
Files: 
 46ab59a1385d4c9aecffe3997762ac18 1132 libs optional nspr_4.7.4-1.dsc
 ec1a991fc211450085149905c5e340da 1256846 libs optional nspr_4.7.4.orig.tar.gz
 01c57e962c4779204da8e8715c0320ed 27228 libs optional nspr_4.7.4-1.diff.gz
 625c29f64cdd50c360f6785a6bc89d80 135658 libs optional 
libnspr4-0d_4.7.4-1_amd64.deb
 76f98f56bf4757367d6a0ea14692a751 274550 libdevel optional 
libnspr4-dev_4.7.4-1_amd64.deb
 476084084c31f6c9618ebd7b39f66de2 290892 debug extra 
libnspr4-0d-dbg_4.7.4-1_amd64.deb

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

iD8DBQFJ6RFW3kvaLFT9KlgRAuSzAJ0ZKnwShd5J0tNUMwT0kqusFVoM4ACeI+Ho
w1areItNy+X2ldzqy9LaCaE=
=cXq7
-END PGP SIGNATURE-


Accepted:
libnspr4-0d-dbg_4.7.4-1_amd64.deb
  to pool/main/n/nspr/libnspr4-0d-dbg_4.7.4-1_amd64.deb
libnspr4-0d_4.7.4-1_amd64.deb
  to pool/main/n/nspr/libnspr4-0d_4.7.4-1_amd64.deb
libnspr4-dev_4.7.4-1_amd64.deb
  to pool/main/n/nspr/libnspr4-dev_4.7.4-1_amd64.deb
nspr_4.7.4-1.diff.gz
  to pool/main/n/nspr/nspr_4.7.4-1.diff.gz
nspr_4.7.4-1.dsc
  to pool/main/n/nspr/nspr_4.7.4-1.dsc
nspr_4.7.4.orig.tar.gz
  to pool/main/n/nspr/nspr_4.7.4.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 geoclue 0.11.1-2 (source amd64)

2009-04-17 Thread Craig Andrews
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 1 Apr 2009 15:15:15 -0600
Source: geoclue
Binary: geoclue libgeoclue0 libgeoclue-dev geoclue-manual geoclue-hostip 
geoclue-plazes geoclue-gpsd geoclue-geonames geoclue-gsmloc geoclue-localnet 
geoclue-yahoo geoclue-examples
Architecture: source amd64
Version: 0.11.1-2
Distribution: unstable
Urgency: low
Maintainer: Craig Andrews candr...@integralblue.com
Changed-By: Craig Andrews candr...@integralblue.com
Description: 
 geoclue- Geographic information framework
 geoclue-examples - GeoClue example clients
 geoclue-geonames - Geocoder provider for GeoClue (geonames)
 geoclue-gpsd - Position server for GeoClue (GPS)
 geoclue-gsmloc - Position server for GeoClue (GSM)
 geoclue-hostip - Position server for GeoClue (hostip)
 geoclue-localnet - Position server for GeoClue (GPS)
 geoclue-manual - Position server for GeoClue (manual)
 geoclue-plazes - Position server for GeoClue (Plazes)
 geoclue-yahoo - Map and geocode server for GeoClue (Yahoo)
 libgeoclue-dev - C API for GeoClue (development files)
 libgeoclue0 - C API for GeoClue
Closes: 518586 518822 520129
Changes: 
 geoclue (0.11.1-2) unstable; urgency=low
 .
   [ Craig Andrews ]
   * Fix warnings reported by lintian
   * Resolve circular dependency between geoclue and libgeoclue0
 (Closes: #520129). libgeoclue no longer depends on geoclue.
 libgeoclue instead suggests geoclue.
   * Changed --libexecdir to point to /usr/lib/geoclue.
 (Closes: #518822).
   * Use cdbs (Thanks Stefan Jenkner ste...@jenkner.org)
   * Added debian/watch for update detection
   * Thanks Bernd Zeimetz b...@debian.org for the previous NMU
 (Closes: #518586)
   * Install examples as examples in the libgeoclue-dev package
 .
   [ Bernd Zeimetz ]
   * Adding myself to Uploaders.
   * Bumping Standards-Version to 3.8.1, no changes needed.
   * Add dependency on geoclue for location providers where
 it was missing.
   * Raise build-dependency on libgammu-dev to = 1.24.0 as
 we're applying a patch which needs the API change.
   * Update Vcs information in to point to git.debian.org.
   * Add debian/gbp.conf to make sure we use pristine-tar.
   * Only install *.c and the Makefile as examples, not the
 pre-built .o files and linker scripts.
Checksums-Sha1: 
 2aa9333568793b81ba8d01473fece60ef9dc94b3 1552 geoclue_0.11.1-2.dsc
 b208301011f33776ad2780824914c1014ff758dd 4958 geoclue_0.11.1-2.diff.gz
 beb6e294255aabfe55bf96b59177c901ca99e576 25492 geoclue_0.11.1-2_amd64.deb
 ff6fb92416e5aab4cdd346ff2a3c5ee2d9a83d18 26428 libgeoclue0_0.11.1-2_amd64.deb
 5bfb4ff16087376cfad70853749aa7f204dce178 87924 
libgeoclue-dev_0.11.1-2_amd64.deb
 44e4888535a8b617369895c5aabca25e178f8381 8694 geoclue-manual_0.11.1-2_amd64.deb
 335d9a9a080ac2235dee7b60073692a5c1ed7619 8048 geoclue-hostip_0.11.1-2_amd64.deb
 ebe1b1617940a545c8dbb783961996d742779ce9 8354 geoclue-plazes_0.11.1-2_amd64.deb
 8ee1ab0fc0b3cecf906115aef4e46388e333905f 8978 geoclue-gpsd_0.11.1-2_amd64.deb
 7fdf2d778b887a92fdecb9b44a7ae4b32ef83e73 8478 
geoclue-geonames_0.11.1-2_amd64.deb
 80cf69af60428200b811dbdf6d883bda1774f1eb 8334 geoclue-gsmloc_0.11.1-2_amd64.deb
 225d184c9dd853198f5ed112024437584c80b087 10552 
geoclue-localnet_0.11.1-2_amd64.deb
 d1a396a770919aa772186b2495ea52bb778415ba 7836 geoclue-yahoo_0.11.1-2_amd64.deb
 562a47ddc6df321c4eb9f6450bd7ef331458e5ba 6992 
geoclue-examples_0.11.1-2_amd64.deb
Checksums-Sha256: 
 92e530dc20ca8668fbed545366a90c69d57c190579485bb92b1b982f824cc291 1552 
geoclue_0.11.1-2.dsc
 adaaed755406f8542c29d3bb3574b82897115fea419887f0ed4242ec164fd99a 4958 
geoclue_0.11.1-2.diff.gz
 1bec63552f44fa0288f6d12cc59e4b8a3e3677b3b0a354511f33ed3d836ccbc7 25492 
geoclue_0.11.1-2_amd64.deb
 f2001fa1aa8a581ea91156141c787e51e7bc7e2d48316b47a1201270dd586267 26428 
libgeoclue0_0.11.1-2_amd64.deb
 0d1e86c8b1d3aff2a6150b51b29853edd78acb6873b5294baa1690f6c9ae209b 87924 
libgeoclue-dev_0.11.1-2_amd64.deb
 c420935f3f32160b85f477c9fa2b7069620bf57b0356365593f91992adffc71c 8694 
geoclue-manual_0.11.1-2_amd64.deb
 22f1c6dea3f26f15ca4f7b122899978844396e4cb4da829d359b79902bbeb8fd 8048 
geoclue-hostip_0.11.1-2_amd64.deb
 9c4d119aefeb20cf86b7a2bb2dc47cc2bed269f2c7015f7086b77e7d24437f33 8354 
geoclue-plazes_0.11.1-2_amd64.deb
 193de5d2185fa3b92ad9c7d6761a748152843d4370911681a05bcff427685f48 8978 
geoclue-gpsd_0.11.1-2_amd64.deb
 5896470c9535e1f959edcadaef8220e3a417d30f1ed2d62833c13a09acb67ba3 8478 
geoclue-geonames_0.11.1-2_amd64.deb
 e42e301c6c645de6882c1a4e42b3bcf16ae4657bee7565f7c82b81a6c648291b 8334 
geoclue-gsmloc_0.11.1-2_amd64.deb
 ac6452343f832a622716a7e9401d09ce4770d098c725411c7df25e3936d028fd 10552 
geoclue-localnet_0.11.1-2_amd64.deb
 0a2ce96e412405036b270b3f093bddf19643355851b9a2c329cd7bcd491e93a6 7836 
geoclue-yahoo_0.11.1-2_amd64.deb
 042bb08f3c65621bc148378d976045832479ddf4aef0a855d7f7b8db0d2b2b7f 6992 
geoclue-examples_0.11.1-2_amd64.deb
Files: 
 c8b70fd188d8d0babadfc7676ffcb450 1552 utils optional geoclue_0.11.1-2.dsc
 

Accepted renameutils 0.10.0-2 (source amd64)

2009-04-17 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Apr 2009 11:54:03 +1200
Source: renameutils
Binary: renameutils
Architecture: source amd64
Version: 0.10.0-2
Distribution: unstable
Urgency: low
Maintainer: Francois Marier franc...@debian.org
Changed-By: Francois Marier franc...@debian.org
Description: 
 renameutils - Programs to make file renaming easier
Changes: 
 renameutils (0.10.0-2) unstable; urgency=low
 .
   * Update French translation (thanks to Manuel Pegourie-Gonnard!)
   * Bump Standards-Version up to 3.8.1 (no changes)
   * Bump debhelper compatibility to 7
Checksums-Sha1: 
 4d1a5351dd434baae2063b1633798453e0191dd9 1223 renameutils_0.10.0-2.dsc
 2785e2940c9268337a1ae2c0b430208545a941c4 11143 renameutils_0.10.0-2.diff.gz
 1654b8c491bf4b081865b7413708efebd9552eeb 96880 renameutils_0.10.0-2_amd64.deb
Checksums-Sha256: 
 92da71318b5367fe9fdbcc2c21da1c7cca7aeff97081d7b9958abf97fb2c1187 1223 
renameutils_0.10.0-2.dsc
 b0bde07337d9ebed0326107e6fc106b46411e5d3ecab26398b7ec1417c5ac6fd 11143 
renameutils_0.10.0-2.diff.gz
 cff6078d21f23626dca5e2d795d72a3d861709271453001f92d94784dbef2db1 96880 
renameutils_0.10.0-2_amd64.deb
Files: 
 f54bc2ba33aa6d17a877c142bd352081 1223 utils optional renameutils_0.10.0-2.dsc
 d53ef096f0717f2a9b8256d8176fae73 11143 utils optional 
renameutils_0.10.0-2.diff.gz
 7cc39f10b603a7b7f956d788fb6afb01 96880 utils optional 
renameutils_0.10.0-2_amd64.deb

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

iEYEARECAAYFAknpFywACgkQScUZKBnQNIYdWgCeKFHkKZ2Jx4jymRum0fFhnRAW
FEoAn1/52ejq3SsbyitygNryiXfz+EAE
=8NXD
-END PGP SIGNATURE-


Accepted:
renameutils_0.10.0-2.diff.gz
  to pool/main/r/renameutils/renameutils_0.10.0-2.diff.gz
renameutils_0.10.0-2.dsc
  to pool/main/r/renameutils/renameutils_0.10.0-2.dsc
renameutils_0.10.0-2_amd64.deb
  to pool/main/r/renameutils/renameutils_0.10.0-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 libmodule-pluggable-perl 3.9-1 (source all)

2009-04-17 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Apr 2009 02:03:38 +0200
Source: libmodule-pluggable-perl
Binary: libmodule-pluggable-perl
Architecture: source all
Version: 3.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libmodule-pluggable-perl - Automatically provide your module the ability to 
accept plugins
Changes: 
 libmodule-pluggable-perl (3.9-1) unstable; urgency=low
 .
   [ Brian Cassidy ]
   * New upstream release
   * debian/control: Added myself to uploaders
   * debian/{compat,control,rules,copyright}: Update to latest spec
   * debian/patches: add patch to fix MANIFEST as *~ files cause problems
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * Add debian/README.source to document quilt usage, as required by
 Debian Policy since 3.8.0.
   * Add a notice to the patch.
   * debian/control: change my email address.
   * Add patch installdir.patch to get the modules installed into
 /usr/share/perl5.
Checksums-Sha1: 
 56c107d8c7723bf26e37388bb9d25a7c02d96a57 1524 
libmodule-pluggable-perl_3.9-1.dsc
 354332393ff8e1faa9d0244785a78aa0c7df71df 17611 
libmodule-pluggable-perl_3.9.orig.tar.gz
 4103a99c3bdde3ae8fe9d5ace1ae24a9dd1dcf4c 3340 
libmodule-pluggable-perl_3.9-1.diff.gz
 7853835f94efd044909601f4033ce7301cb982aa 23958 
libmodule-pluggable-perl_3.9-1_all.deb
Checksums-Sha256: 
 1937beab840da328967cfe5f5c4eefc64b94bc97c92351ba7a2c16547b6bbfe9 1524 
libmodule-pluggable-perl_3.9-1.dsc
 8c93e78e27ef43fc2cfe3d72256c14c8169036fb6935913cfd48a0df02f4595f 17611 
libmodule-pluggable-perl_3.9.orig.tar.gz
 f2a11ee7ba30674bee1dfd1c936f31570b385758d05dfbeef366074146c0428f 3340 
libmodule-pluggable-perl_3.9-1.diff.gz
 3860a49a2d0537889144713162d63c57f79a90cfbd8b4b2d6e2a8cc1ae45c340 23958 
libmodule-pluggable-perl_3.9-1_all.deb
Files: 
 7ca55549d0dc9354e0f590f11b38dd9d 1524 perl optional 
libmodule-pluggable-perl_3.9-1.dsc
 e2410a59c917f44c1de9a816f0492985 17611 perl optional 
libmodule-pluggable-perl_3.9.orig.tar.gz
 bf9292231c51ec8605f489e3801aa6f7 3340 perl optional 
libmodule-pluggable-perl_3.9-1.diff.gz
 f5a977c95575bb9b51127f0b63c92970 23958 perl optional 
libmodule-pluggable-perl_3.9-1_all.deb

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

iEYEARECAAYFAknpGSQACgkQOzKYnQDzz+RbHwCg6H1dUKeK0IJC202bVLTNjdap
jcIAn0EuMuOr65tfdbUFefjaeUlE2iAk
=bZ8w
-END PGP SIGNATURE-


Accepted:
libmodule-pluggable-perl_3.9-1.diff.gz
  to 
pool/main/libm/libmodule-pluggable-perl/libmodule-pluggable-perl_3.9-1.diff.gz
libmodule-pluggable-perl_3.9-1.dsc
  to pool/main/libm/libmodule-pluggable-perl/libmodule-pluggable-perl_3.9-1.dsc
libmodule-pluggable-perl_3.9-1_all.deb
  to 
pool/main/libm/libmodule-pluggable-perl/libmodule-pluggable-perl_3.9-1_all.deb
libmodule-pluggable-perl_3.9.orig.tar.gz
  to 
pool/main/libm/libmodule-pluggable-perl/libmodule-pluggable-perl_3.9.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 r-cran-timeseries 2100.82-1 (source i386)

2009-04-17 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 20:13:34 -0500
Source: r-cran-timeseries
Binary: r-cran-timeseries
Architecture: source i386
Version: 2100.82-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-timeseries - GNU R package for financial engineering -- timeSeries
Changes: 
 r-cran-timeseries (2100.82-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Upodated (Build-)Depends: to r-cran-timedate (= 290.84)
Checksums-Sha1: 
 8fac5c6c3afa66f03d8c93c7bb9f4567566c06ae 1159 r-cran-timeseries_2100.82-1.dsc
 1e724dad12160644af84149beaaee099503bc701 374602 
r-cran-timeseries_2100.82.orig.tar.gz
 1ce62aec636c71510f4ad317f3fc4d59f4bdc5d8 1930 
r-cran-timeseries_2100.82-1.diff.gz
 8782f784c39d01d336c74570bd3e7e167631b647 657150 
r-cran-timeseries_2100.82-1_i386.deb
Checksums-Sha256: 
 59132d939753a0533eec4271a9ff3d6ad9b9c85f73b8c1ab09ecae7602b2775d 1159 
r-cran-timeseries_2100.82-1.dsc
 876f430cd8971ac3f4cda0708327436ed570439b4c33c95e319a2203f5c68202 374602 
r-cran-timeseries_2100.82.orig.tar.gz
 69ee6ea555cb02fbf421be9cdfe524c9c94147a3b85a2a28265de3ab63c6533b 1930 
r-cran-timeseries_2100.82-1.diff.gz
 f0799d455b5319bf24f372258875eae34dabf5017523e6bbedb3d23590f14aa9 657150 
r-cran-timeseries_2100.82-1_i386.deb
Files: 
 5d548bc982438c7f2fec3c87557e8270 1159 gnu-r optional 
r-cran-timeseries_2100.82-1.dsc
 135c1adacc5901ca6c0aa61ceb9daaa6 374602 gnu-r optional 
r-cran-timeseries_2100.82.orig.tar.gz
 25689a23d29af8bbec078d7e909aee1b 1930 gnu-r optional 
r-cran-timeseries_2100.82-1.diff.gz
 c5561be42f1ec8e90810f9a7f9043532 657150 gnu-r optional 
r-cran-timeseries_2100.82-1_i386.deb

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

iD8DBQFJ6SsRCZSR95Gw07cRAhtUAJ9Zlr9aNGkFl86BFnJ115A7nk8kSACfb/Xo
VhEPndw+Ywu1tSoOo4e0Cmc=
=SRyn
-END PGP SIGNATURE-


Accepted:
r-cran-timeseries_2100.82-1.diff.gz
  to pool/main/r/r-cran-timeseries/r-cran-timeseries_2100.82-1.diff.gz
r-cran-timeseries_2100.82-1.dsc
  to pool/main/r/r-cran-timeseries/r-cran-timeseries_2100.82-1.dsc
r-cran-timeseries_2100.82-1_i386.deb
  to pool/main/r/r-cran-timeseries/r-cran-timeseries_2100.82-1_i386.deb
r-cran-timeseries_2100.82.orig.tar.gz
  to pool/main/r/r-cran-timeseries/r-cran-timeseries_2100.82.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 coccinelle 0.1.7.deb-2 (source amd64)

2009-04-17 Thread Євгеній Мещеряков
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Apr 2009 02:31:07 +0200
Source: coccinelle
Binary: coccinelle
Architecture: source amd64
Version: 0.1.7.deb-2
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Євгеній Мещеряков eu...@debian.org
Description: 
 coccinelle - semantic patching tool for C
Changes: 
 coccinelle (0.1.7.deb-2) unstable; urgency=low
 .
   * Fix typo in debian/spatch
Checksums-Sha1: 
 a3a60ce3399aec6ab082a5937092546f7c27dc07 1646 coccinelle_0.1.7.deb-2.dsc
 45b5fb1a6aa5d0c580586bdf366ea99b1cc3c991 9676 coccinelle_0.1.7.deb-2.diff.gz
 4b71f9bd7a67ceb80f71c213f778784ee40d 1898928 
coccinelle_0.1.7.deb-2_amd64.deb
Checksums-Sha256: 
 ef8fb783ce897070be488f9d9681bcbf5333dfb1424375cc246b2e5654a13c93 1646 
coccinelle_0.1.7.deb-2.dsc
 95b0d4a13f1c3307fdcbe8c778da52cf5e40f6ff52a1da11f9b375ad0d8e3d9d 9676 
coccinelle_0.1.7.deb-2.diff.gz
 0c09363c9cf16a7f5f0c6643fe2165800b6b23ade557743b4a7f82640eea7ce1 1898928 
coccinelle_0.1.7.deb-2_amd64.deb
Files: 
 5830d95a728a7d0c471f9da62a291522 1646 devel optional coccinelle_0.1.7.deb-2.dsc
 302033d0d61b378aba51eab141456656 9676 devel optional 
coccinelle_0.1.7.deb-2.diff.gz
 53d7918c1e116253d2da7da72409a2a8 1898928 devel optional 
coccinelle_0.1.7.deb-2_amd64.deb

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

iEYEARECAAYFAknpKEUACgkQKaC6+zmozOK6QQCfR/DBtvxvLFXuzAs4fiYIWgQu
ouIAn0k5UdIkDHiWsVvvqLbx+iPa/wc3
=jCWa
-END PGP SIGNATURE-


Accepted:
coccinelle_0.1.7.deb-2.diff.gz
  to pool/main/c/coccinelle/coccinelle_0.1.7.deb-2.diff.gz
coccinelle_0.1.7.deb-2.dsc
  to pool/main/c/coccinelle/coccinelle_0.1.7.deb-2.dsc
coccinelle_0.1.7.deb-2_amd64.deb
  to pool/main/c/coccinelle/coccinelle_0.1.7.deb-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 lastfm 1:1.5.1.31879.dfsg-2 (source i386)

2009-04-17 Thread John Stamp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Apr 2009 20:59:43 -0700
Source: lastfm
Binary: lastfm
Architecture: source i386
Version: 1:1.5.1.31879.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: jst...@users.sourceforge.net
Changed-By: John Stamp jst...@users.sourceforge.net
Description: 
 lastfm - a music player for Last.fm personalized radio
Closes: 524429
Changes: 
 lastfm (1:1.5.1.31879.dfsg-2) unstable; urgency=low
 .
   * Add a lastfm protocol handler for KDE 4.
   * Add qt45.diff to fix building with Qt 4.5.  Thanks to Fabrice Coutadeur.
 (Closes: #524429)
   * Bump standards to 3.8.1.  No changes needed.
Checksums-Sha1: 
 33f6b06d0ff66a66462d530a9aaac8295d0ec78d 1284 lastfm_1.5.1.31879.dfsg-2.dsc
 4787e87b5da3781e8a571d8cd45704e32bf448d1 68868 
lastfm_1.5.1.31879.dfsg-2.diff.gz
 1efa640094cc16ebbe86926790675bad6a9cdfd9 1706574 
lastfm_1.5.1.31879.dfsg-2_i386.deb
Checksums-Sha256: 
 7ec2107906659a2a70d614a203058f31857e29cae273ff82db9e5893482e90cb 1284 
lastfm_1.5.1.31879.dfsg-2.dsc
 7fa001f5b7b0d17958bb5405dee5a0d3ff3684116a66bb1d0aabadacbc26b69e 68868 
lastfm_1.5.1.31879.dfsg-2.diff.gz
 1dc6d392f01cccd15599768e3ba3469f3f729f59d545ab1f62883967d3d90d09 1706574 
lastfm_1.5.1.31879.dfsg-2_i386.deb
Files: 
 82a830ad1ae0ca3546e46902c1b905ef 1284 sound optional 
lastfm_1.5.1.31879.dfsg-2.dsc
 ab0e90715a53953bbf22468d4c4f49cf 68868 sound optional 
lastfm_1.5.1.31879.dfsg-2.diff.gz
 341e4f055f71457feaf96bc744b1f0b5 1706574 sound optional 
lastfm_1.5.1.31879.dfsg-2_i386.deb

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

iEYEARECAAYFAknpUzMACgkQbU7/TZgP4UTikgCcDjpHDiiPNysD6AP55ZAkr29c
nVcAnR7hwr70LjlJaCeFnyhELq/vDA3D
=YbYX
-END PGP SIGNATURE-


Accepted:
lastfm_1.5.1.31879.dfsg-2.diff.gz
  to pool/main/l/lastfm/lastfm_1.5.1.31879.dfsg-2.diff.gz
lastfm_1.5.1.31879.dfsg-2.dsc
  to pool/main/l/lastfm/lastfm_1.5.1.31879.dfsg-2.dsc
lastfm_1.5.1.31879.dfsg-2_i386.deb
  to pool/main/l/lastfm/lastfm_1.5.1.31879.dfsg-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