Re: Enabling uscan to simply remove files from upstream source

2012-08-22 Thread Jonas Smedegaard
On 12-08-22 at 09:39am, Paul Wise wrote:
 On Tue, Aug 21, 2012 at 6:21 PM, Andreas Tille wrote:
 
  Any further hints / remarks?
 
 In comparison to the current method for repacking (debian/rules
 get-orig-source), this doesn't allow per-file-set comments about why
 the file-set is being removed. I often use this to document in more
 detail why I am removing files. So I view this spec as a downgrade
 from what we have now.

Good point.

Copyright file format 1.0 allows multiple paragraphs of same name.

So would be nice to check that the implementation properly includes all 
of the following items:

Format: 
 http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: http://susy.oddbird.net/
  Repackaged, excluding non-DFSG licensed fonts and source-less
  JavaScript
Files-Excluded:
  docs/source/javascripts/jquery-1.7.1.min.js
  docs/source/javascripts/modernizr-2.5.3.min.js
Files-Excluded-comment: Exlude source-less JavaScript
Files-Excluded: foo/bar
  docs/source/fonts/*
  baz
  boom/boom/
Files-Excluded-comment: Exlude non-DFSG licensed fonts and more
 Just for demonstration purpose, this paragraph has multiple
 lines.


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Re: Enabling uscan to simply remove files from upstream source

2012-08-22 Thread Jonas Smedegaard
On 12-08-21 at 12:21pm, Andreas Tille wrote:
 Regarding the implementation there was some uncertainity about the 
 actual Perl module to use.  In the attached example script I decided 
 to stick to Dpkg::Control and left the code for Parse::DebControl as a 
 comment which could pretty easily could replace the other parser.

Do Dpkg::Control::Hash provide the equivalent of flags discardCase and 
singleBlock for Parse::DebControl, or are those considered unimportant?

As I recall, Copyright Format 1.0 is enabled by its identifying Format: 
line being the first line of the file, and my proposal is for 
Files-Excluded lines to be in that same section (and only there).  Also, 
I seem to recall during the development of the format that it should be 
ok to add non-machine-readable chunks _after_ the machine-readable 
parts.  That's why I found it quite compelling to me that those two 
flags existed in Parse::DebControl: You don't accidentally (although 
arguably quite rare) pickup unintended hints further down the file.


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Re: Bug#684396: ITP: openrc -- alternative boot mechanism that manages the services, startup and shutdown of a host

2012-08-22 Thread Philipp Kern
On Mon, Aug 20, 2012 at 12:37:32PM -0700, Russ Allbery wrote:
 We don't have a particularly good way of handling this situation right now
 other than one-off work on each package that may need to be treated
 unusually.  It's a bit difficult for the maintainer to determine the
 implications for the dependency graph, and there isn't any good way to
 exclude all packages in a particular class from a particular architecture.

It's not that hard. Something like «dak rm -n -R -b -a s390 -s unstable
pciutils libpci3» on ries (the DD-accessible ftp-master mirror). However
this does not recurse, so you need to add the resulting packages to the RM
or look if those listed can be fixed by dropping the Build-Dependency.

 We have some architectures where I really doubt that anyone is using them
 for anything other than a server (s390, for instance), and (modulo cases
 where it makes sense to run such software as part of a remote session on a
 shared-user system) [...]

People once said exactly that as a use case. However I'm unsure who the
users of Debian s390(x) really are. And I don't know if the largest user
(still?) does that. I imagine that it would work to use a mainframe as a
thin client host in any case.

Some blacklisting happens in P-a-s and some through BD-Uninstallable by
Build-Depending on something that does not exist on that architecture.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Re: Minified javascript files

2012-08-22 Thread Thomas Goirand
[About yui-compressor]

On 08/21/2012 02:49 AM, Vincent Bernat wrote:
 It is not used anymore and is therefore less tested and less
 trustworthy.
   

Sorry for the dumb questions (which are kind of conflicting each
other btw), but:
- If the only problem is testing, can't it be tested, so we know?
- If it's not trustworthy, why should it stay in Debian?

Cheers,

Thomas


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5034bc6f.6080...@debian.org



Re: Minified javascript files

2012-08-22 Thread Igor Pashev
20.08.2012 11:33, Thomas Goirand пишет:
 So, could you tell in what way yui-compressor isn't considered
 not reliable enough? Does it crash? Or does it produce bad
 minified scripts? In which case: in what way bad?

yui-compressor has a lot of dependencies :-)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5034cdb4.8010...@gmail.com



Re: Minified javascript files

2012-08-22 Thread Damien Raude-Morvan

Hi,

/me put on his yui-compressor maintainer hat ;)

Le 22/08/2012 13:03, Thomas Goirand a écrit :

[About yui-compressor]

On 08/21/2012 02:49 AM, Vincent Bernat wrote:

It is not used anymore and is therefore less tested and less
trustworthy.



Sorry for the dumb questions (which are kind of conflicting each
other btw), but:
- If the only problem is testing, can't it be tested, so we know?
- If it's not trustworthy, why should it stay in Debian?


IMHO, it's obvious that yui-compressor is not - anymore - the most 
efficient javascript minifier and better alternative exists. It's simply 
not used anymore by big players of Javascript libs (like jQuery) so it 
receives less attention (even from Yahoo for YUI).


But I disagree on trustworthy argument :
- yui-compressor have been used for years for javascript compression 
(way before closure-compiler or uglifyjs) so it can't be *that* bad
- as casual user of yui-compressor, I have hardly seen failure to 
correctly minify javascript file

- in Debian, I haven't received a bug report about any corner case

So, from my point of view, it seems that we can at least try use it as a 
alterntive minifier of upstream official is not available in Debian.


my 2 cents,


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5034d333.5060...@drazzib.com



Re: can we (fully) release-goal decommissioning of trolls

2012-08-22 Thread Christoph Anton Mitterer
On Tue, 2012-08-21 at 00:47 +0200, Josselin Mouette wrote:
 Thanks for this excellent example of the behavior I described.  With
 “down to Windows level” you must think you have hit the trigger of the
 ultimate bazooka to shut people up, don’t you?
Well Josselin,... I'm not generally against new technologies (like
PolicyKit, CK, and all the uoptia stuff) but I guess no one can
deny the following:

- Some of these get deprecated in a yearly fashion (HAL, DeviceKit, and
not apparently ConsoleKit)... which is IMHO quite bad for developers
using this stuff.

- Some of them have quite some severe bugs; I remember one where (was it
DeviceKit or udisks?) the dm-crypt keys of encrypted volumes were
exported to the user...
(Of course, other software has bugs, too.)

- Most of them are difficult to understand. Take PolicyKit. I'm sure you
can do a lot with it, but also, that most People just don't know how.
Partially that is definitely a documentation problem, partially of
course also, that users tend to refuse to learn new things.


And with respect to what Stefan wrote:
- I think that many of these new technologies have at least a default
config that is written from a desktop computers point of view.
Which often means that settings are in a way, that people with strong
security in mind won't like it.
Even if, by default, it just allows you to connect to any network.

Similar (security) problems are (possibly) brought by techniques like
Avahi...


I guess that what people in these kind of discussion mean sometimes when
comparing the stuff to Windows/Apple.


Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Re: Minified javascript files

2012-08-22 Thread Damien Raude-Morvan

Le 22/08/2012 14:52, Simon Josefsson a écrit :

Damien Raude-Morvan draz...@drazzib.com writes:


IMHO, it's obvious that yui-compressor is not - anymore - the most
efficient javascript minifier and better alternative exists. It's
simply not used anymore by big players of Javascript libs (like
jQuery) so it receives less attention (even from Yahoo for YUI).


What is upstream jQuery using?  Is it free software?


Please, try to read all posts in thread before posting a question... it 
has already been explained.


jQuery now use Grunt as build system. It's grunt who automatically 
lint files with JSLint and minify files with UglifyJS [1].


UglifyJS is under BSD licence and, AFAIK, is already packaged for Debian 
but blocked by freeze of nodejs package :

http://bugs.debian.org/684044

[1] https://github.com/mishoo/UglifyJS/


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5034d971.4050...@drazzib.com



Re: Minified javascript files

2012-08-22 Thread Simon Josefsson
Damien Raude-Morvan draz...@drazzib.com writes:

 IMHO, it's obvious that yui-compressor is not - anymore - the most
 efficient javascript minifier and better alternative exists. It's
 simply not used anymore by big players of Javascript libs (like
 jQuery) so it receives less attention (even from Yahoo for YUI).

What is upstream jQuery using?  Is it free software?

/Simon


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87d32jay22@latte.josefsson.org



Re: bugs opened upstream (was: can we (fully) fix/integrate NetworkManager (preferred) or release-goal its decommissioning)

2012-08-22 Thread Christoph Anton Mitterer
On Mon, 2012-08-20 at 13:08 +0200, Bjørn Mork wrote:
 Debian need *both*, and any efforts in this area should be put into
 making them interoperate.
That's my point! :-)

So for the curious amongst you... I've opened the following
ifupdown-plugin related bugs/improvement-ideas upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=682375
https://bugzilla.gnome.org/show_bug.cgi?id=682377
https://bugzilla.gnome.org/show_bug.cgi?id=682406
https://bugzilla.gnome.org/show_bug.cgi?id=682407
https://bugzilla.gnome.org/show_bug.cgi?id=682408
https://bugzilla.gnome.org/show_bug.cgi?id=682409


All of them are small isolated problems or enhancement ideas, towards
better integration with ifupdown.


Further bugs for better integration with other native tools, I've opened
include:
https://bugzilla.gnome.org/show_bug.cgi?id=681666
https://bugzilla.gnome.org/show_bug.cgi?id=681667
http://wiki.strongswan.org/issues/215


There was also some discussion between me and upstream at the now
closed:
https://bugzilla.gnome.org/show_bug.cgi?id=681668
Most of the issues I describe there, are now split out in the bugs
above.


I'm not sure whether for myself will find time to work on any of these
(especially as I'd have to read into the NM code at first)... but
perhaps some of our NM experts here will find the one or the other worth
and trivial to fix/implement ;)


Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Re: can we (fully) release-goal decommissioning of trolls

2012-08-22 Thread Christoph Anton Mitterer
On Mon, 2012-08-20 at 12:38 +0200, Josselin Mouette wrote:
 This is untrue. Any *physically logged on* user can connect to any
 network. For a desktop system this is clearly a reasonable default
Well the are people that may disagree here. Of course this is dependent
on personal views.
Anyway what _I_ meant is now described and reported now in
https://bugzilla.gnome.org/show_bug.cgi?id=682406 . :)

And yes, I know, it's already an issue when managed mode was enabled.


 This is a reasonable choice, given that most distros have very basic or
 nonexistent network configuration (/etc/sysconfig/network-scripts
 hahaha) and those who have a decent one were not designed for high level
 integration.
Uhm... yeah well,... I personally don't think so,.. because distros (I
guess including Debian), will continue to have and user their own
native tools... whether they're perfect or not.
(And I agree with your laughter on /etc/sysconfig/network* ;-) )


  3) ifupdown integration is really bad
 Which is why it is disabled by default. Not that it hurts much.
People who want to continue using /e/n/i will have to enable it, or it won't 
work at all... or do I miss something?
And IMHO it's invalid to demand that people should drop their use of a
well proven system.


 If you want to fix this broken set of features that is not enabled by
 default, send patches.
I'm currently not to inclined in getting into NM development... and I
guess it's not forbidden to discuss / report bugs or ideas for
enhancements... when one is not part of the developers, is it? ;)


  c) when NM is running, I cannot use ifup foo / ifdown foo / ifconfig
  parameters... well I can.. but then everything gets really messed up
 
 So what? What actual problem does it cause?
E.g. scripts using them automatically don't work any longer.
Consider something like a cron script, that needs to connect to some VPN
and transmit periodically collected data.


  4) upstream more or less doesn't want to support these scenarios...
 
 Of course, because *as you pointed out yourself*, the idea of parsing
 system configuration is stupid and leads to bugs.
Yes but I haven't said, that this parsing wouldn't be needed to be
replaced by directly using the native tools...


 Yes. This is actually what happens on usual setups (one interface, DHCP
 without any special options) upon NM installation.
But you know, that not all debian installations need to be simple laptop
installations, don't you? And even laptop installations can do more
complex things (take my example from above).


 I think the disease mostly consists in old farts
Wow,... very adult to insult people...

 These people are the disease.
Jep... very adult...


Chris.


smime.p7s
Description: S/MIME cryptographic signature


Re: can we (fully) release-goal decommissioning of trolls

2012-08-22 Thread Philipp Kern
On Wed, Aug 22, 2012 at 03:03:29PM +0200, Christoph Anton Mitterer wrote:
 Similar (security) problems are (possibly) brought by techniques like
 Avahi...

There's not much revealed by it that's not visible from a port scan. (Ok, the
hostname probably.) And the mDNS data stream is only accessible from the same
broadcast domain while the announced port itself will be open to the public.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Re: Minified javascript files

2012-08-22 Thread Bernd Zeimetz
On 08/17/2012 10:21 PM, Raphael Hertzog wrote:
 Hi,
 
 On Fri, 17 Aug 2012, Luca Falavigna wrote:
 2012/8/17 Bernd Zeimetz be...@bzed.de:
 But it usually does and also results in a source tarball which is
 missing essential pieces of the software, so people who download it for
 non-Debian usage will fail to run the shipped source just because we
 removed an otherwise free piece of software.

 This does not make sense if the removed pieces are useless, as the
 core of this discussion is about.
 
 They are not useless if you take the pristine source which is the
 situation that was described by Bernd. When we remove files we often have
 to do supplementary modifications (debian/patches/ or add symlink at the
 proper place) to get the software to work again... for example changing
 the path where the libraries are expected to be found.

Also please remember the Social Contract:
Our priorities are our users and free software.

If I would remove an otherwise free piece of software I'm not using in
the binary package just because the original, non-minified version of it
is missing, I think that I would violate the SC. If the opinion of the
ftp-masters is different from mine I think we might need a GR to solve
this issue.

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5034e837.4050...@bzed.de



Processed: Re: Bug#659831: python2.7: When python2.7 is default, some python based programs don't work because of ImportError.

2012-08-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 659831 general
Bug #659831 [python2.7] python2.7: When python2.7 is default, some python based 
programs don't work because of ImportError.
Bug reassigned from package 'python2.7' to 'general'.
No longer marked as found in versions python2.7/2.7.2-13.
Ignoring request to alter fixed versions of bug #659831 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
659831: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659831
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134565481729295.transcr...@bugs.debian.org



Re: Minified javascript files

2012-08-22 Thread Thomas Goirand
On 08/22/2012 10:09 PM, Bernd Zeimetz wrote:
 Also please remember the Social Contract:
 Our priorities are our users and free software.

 If I would remove an otherwise free piece of software I'm not using in
 the binary package just because the original, non-minified version of it
 is missing, I think that I would violate the SC.
Did you miss the word *free* in free software?
It's actually a quite important word... ;)

I'm afraid I don't agree with your reading of the SC.
I believe we want the *full* source code of what we release.

While I can agree that removing the minified version of a
javascript script from the original source might be seen
as (arguably) a little bit extreme and annoying (but I do
respect this view), I really think we *do* need the normal
non-minified version of every script and build from that.

I don't think anyone else has argued otherwise in this
thread (please correct me if I'm wrong here...), we have
only been discussing removing the minified version from
the original sources only (but didn't discuss the fact
the non-minified version should be there *always*).

Cheers,

Thomas


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5035208c.2070...@debian.org



Re: Minified javascript files

2012-08-22 Thread Russ Allbery
Thomas Goirand z...@debian.org writes:

 While I can agree that removing the minified version of a javascript
 script from the original source might be seen as (arguably) a little bit
 extreme and annoying (but I do respect this view), I really think we
 *do* need the normal non-minified version of every script and build from
 that.

 I don't think anyone else has argued otherwise in this thread (please
 correct me if I'm wrong here...), we have only been discussing removing
 the minified version from the original sources only (but didn't discuss
 the fact the non-minified version should be there *always*).

I think the debate in this thread is about whether it makes sense to
require removing the minimized version from the upstream source when we
don't install that file or otherwise use it in the binary package (because
the binary package depends on the separately-packaged version of the same
Javascript library, which already has both the minimized and non-minimized
version and fully satisfies the DFSG).

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87obm27pan@windlord.stanford.edu



Bug#685641: ITP: xul-ext-reloadevery -- Reload web pages in regular intervals

2012-08-22 Thread Mike Gabriel
Package: wnpp
Severity: wishlist
Owner: Mike Gabriel mike.gabr...@das-netzwerkteam.de

* Package name: xul-ext-reloadevery
  Version : 13.0.0
  Upstream Author : Jaap Haitsma j...@haitsma.org
* URL : http://reloadevery.mozdev.org
* License : MPL-1.1
  Programming Lang: Mozilla/XUL Extension
  Description : Reload web pages in regular intervals

Add support for reloading web pages every so many seconds or minutes. The
function is accessible via the context menu (menu you get when you right
click on a webpage) or via tab context menu (right click on the tab).


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120822210349.11165.699.report...@minobo.das-netzwerkteam.de



Re: Minified javascript files

2012-08-22 Thread Pau Garcia i Quiles
On Wed, Aug 22, 2012 at 8:30 PM, Russ Allbery r...@debian.org wrote:

 I think the debate in this thread is about whether it makes sense to
 require removing the minimized version from the upstream source when we
 don't install that file or otherwise use it in the binary package (because
 the binary package depends on the separately-packaged version of the same
 Javascript library, which already has both the minimized and non-minimized
 version and fully satisfies the DFSG).

That's exactly the point

IMHO, it's just one more useless file in upstream's tarball.

While working today on Wt again, I've noticed if I were to repackage
the upstream tarball to remove jquery.min.js, I would also remove the
Doxygen-generated HTML apidox. After all, I'm also regenerating them,
therefore to me it's just a few thousands of useless files in
upstream's tarball. But what's FTP masters stance on this?

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cakcbokskacx5v8eqjcgqoy9sn6sd76kkkge8cmpwq-64nxf...@mail.gmail.com



Re: Minified javascript files

2012-08-22 Thread Russ Allbery
Pau Garcia i Quiles pgqui...@elpauer.org writes:

 While working today on Wt again, I've noticed if I were to repackage the
 upstream tarball to remove jquery.min.js, I would also remove the
 Doxygen-generated HTML apidox. After all, I'm also regenerating them,
 therefore to me it's just a few thousands of useless files in upstream's
 tarball. But what's FTP masters stance on this?

I don't think ftp-master particularly cares what additional scrubbing you
do once you have to repackage upstream.  If you don't have to repackage
upstream, there's a strong preference that you don't do so, but once you
go down that path, I don't think anyone is particularly concerned with
what else you change provided that it's generally sensible.  Either one
can verify checksums with the upstream release or one can't.

I drop the Windows code and the products of upstream's autogen.sh in one
of my packages for similar reasons; it saves a few MB of archive space for
code that's never used in Debian, and I have to repackage upstream anyway,
so why not.

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87vcga1p4c@windlord.stanford.edu



Re: Minified javascript files

2012-08-22 Thread Vincent Bernat
 ❦ 23 août 2012 01:01 CEST, Pau Garcia i Quiles pgqui...@elpauer.org :

 I think the debate in this thread is about whether it makes sense to
 require removing the minimized version from the upstream source when we
 don't install that file or otherwise use it in the binary package (because
 the binary package depends on the separately-packaged version of the same
 Javascript library, which already has both the minimized and non-minimized
 version and fully satisfies the DFSG).

 That's exactly the point

 IMHO, it's just one more useless file in upstream's tarball.

 While working today on Wt again, I've noticed if I were to repackage
 the upstream tarball to remove jquery.min.js, I would also remove the
 Doxygen-generated HTML apidox. After all, I'm also regenerating them,
 therefore to me it's just a few thousands of useless files in
 upstream's tarball. But what's FTP masters stance on this?

You don't need to reove the doxygen documentation since the source is
also present in the tarball.
-- 
Follow each decision as closely as possible with its associated action.
- The Elements of Programming Style (Kernighan  Plauger)


pgpNkdnmA4fFd.pgp
Description: PGP signature


Accepted yubiserver 0.2-3 (source amd64)

2012-08-22 Thread Nanakos Chrysostomos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Aug 2012 20:25:54 +0300
Source: yubiserver
Binary: yubiserver
Architecture: source amd64
Version: 0.2-3
Distribution: unstable
Urgency: low
Maintainer: Nanakos Chrysostomos nana...@wired-net.gr
Changed-By: Nanakos Chrysostomos nana...@wired-net.gr
Description: 
 yubiserver - Yubikey OTP and HOTP/OATH Validation Server
Changes: 
 yubiserver (0.2-3) unstable; urgency=low
 .
   * Fixing array bounds errors.
Checksums-Sha1: 
 4d0e15441e250dca59d436c636da876704804fdc 1854 yubiserver_0.2-3.dsc
 dbbae238a7dc43b071520026398f33114b80b65e 7314 yubiserver_0.2-3.debian.tar.bz2
 2d5c35a8383ec5913a739f030fef14d9c4399e40 27106 yubiserver_0.2-3_amd64.deb
Checksums-Sha256: 
 33000e12221b97c80f5b91bf3bb9288caec33e92947d291a01c8012c93420a3a 1854 
yubiserver_0.2-3.dsc
 d91b27f88aeeccaab6b67b29044d95362463d768ed17e3683fb99359d55eef41 7314 
yubiserver_0.2-3.debian.tar.bz2
 31959bb20d1f1e7f5164b49a9e9255a4cc100a1e9994c668035deb46a3edfec2 27106 
yubiserver_0.2-3_amd64.deb
Files: 
 642c40bdbb829dd43f1a5c656241c27f 1854 admin optional yubiserver_0.2-3.dsc
 badb5bccf08647c12356f9c9fcf2061b 7314 admin optional 
yubiserver_0.2-3.debian.tar.bz2
 c37a75fb65dcf7babd96e70ad2f835a2 27106 admin optional 
yubiserver_0.2-3_amd64.deb

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

iQIcBAEBCAAGBQJQNHOvAAoJEDNV9NY7WCHMdqUP/2zGqhfJiBNIIpG2G8H5KlME
8YJOTwZ9iCQJJwHaOo63/FaqAN97j7rQTtWKnxgbYSYAAca/jEvRRhiFOVYVlR5n
h4+6MkCaZeN59RqNfrznwFlORz8PmEmaxAl6Ygc74Axn1XWmecVsjV5FKt/3+S4W
HfwiKHIxcKd273IJ30CMXKPnn2LyrAL+INZQlsEjQ005c3JOvdNJVaQ5vxhec76b
85s2We094cXZn+5l1wNI4zSOC1/FP3LqgD5T8a2OdqeA0i3oigd+vkYmm1P2g/48
QWCa7XxtXBMt65cyAJN9ytX4OGVmO7ud94vKZYQpHgtPw6nSKl6518QtwwQBZT7Q
hX9bEXh86xz54JGHWDQTo+z3We919t6iLkBlWUOQOO+HNKv4xZtAgg71xITB9VrU
OScOYwJLfWUNs9yGOlVDPqyJpcJJ3Jd3hyAoBqrKGDft2UWKwzorL6yCG5VVEiR6
zNdLPFsdA0ePv++aWtTZDHbECdRGtRwDyWFY8evNSxxRARan+lLvCLFhGF8/ZHah
dQVYB/6jEizBnKp6/7PBLPCI6ItFEJEqvhIrgZO/qNyGWiTXXP10SjbLyZvI7CeC
JtWxxEaaxSCMIelMipxd8jnSkpWlcuVOwprM3cCpGqSqHkbFn5R+C8xZacsYlOm7
W2dZOlx0cYLzh+LKwzuu
=jy/F
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t441u-00085q...@franck.debian.org



Accepted keepalived 1:1.2.6-1 (source amd64)

2012-08-22 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Aug 2012 18:14:42 +0200
Source: keepalived
Binary: keepalived
Architecture: source amd64
Version: 1:1.2.6-1
Distribution: experimental
Urgency: low
Maintainer: Alexander Wirt formo...@debian.org
Changed-By: Alexander Wirt formo...@debian.org
Description: 
 keepalived - Failover and monitoring daemon for LVS clusters
Changes: 
 keepalived (1:1.2.6-1) experimental; urgency=low
 .
   * [b72cd7a] Remove obsolete patches
   * [0cadef0] Enable snmp support
   * [7442e85] Build-depend against libsnmp-dev
   * [b84e381] Imported Upstream version 1.2.4
   * [9f29e62] Imported Upstream version 1.2.6
Checksums-Sha1: 
 66b9905f5d86b33369c52ef649e842cdbf47625b 1205 keepalived_1.2.6-1.dsc
 929d1ce97f9df6959da4e1ca74606e66a3ed6f30 284134 keepalived_1.2.6.orig.tar.gz
 255b3a1531ccbf71fbfb2206f57dc0c728850fad 8858 keepalived_1.2.6-1.diff.gz
 3c9abb365524c38f3207c5012423ef168a0b61cd 193120 keepalived_1.2.6-1_amd64.deb
Checksums-Sha256: 
 1e424da0504f32947f97a910595ef86457e810a0522d59d3d949f7ea26b564c0 1205 
keepalived_1.2.6-1.dsc
 ca25edd1944bbeed5ebab26b1c4c41efed245edf84830e93713f48111c510a1e 284134 
keepalived_1.2.6.orig.tar.gz
 79d0ab12c9a113cf7ed5c663717e7dccbdee1a6fcb7dadf17b1f3c011a5d768b 8858 
keepalived_1.2.6-1.diff.gz
 c3010427b627fde7414b3c40df0f72da5b7d8ca91df91e528c48c1d87faa5f8d 193120 
keepalived_1.2.6-1_amd64.deb
Files: 
 91a9faedd733af92d554c92e74815040 1205 admin extra keepalived_1.2.6-1.dsc
 299f8c7eae521753c3e1f2689974982a 284134 admin extra 
keepalived_1.2.6.orig.tar.gz
 4f36d556bb4586db0f6dfefb35458d16 8858 admin extra keepalived_1.2.6-1.diff.gz
 df451e6a3ce0180e20bf26b816b5c815 193120 admin extra 
keepalived_1.2.6-1_amd64.deb

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

iEYEARECAAYFAlA0eAUACgkQ01u8mbx9AgrnEgCfVp7iv9Dg3np/V6P522b7niqd
8/cAnjZg9yeo5UVTLZ1yy6WYt4qwSCQ5
=od8D
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t44g2-0002ye...@franck.debian.org



Accepted miniupnpd 1.7-3 (source amd64)

2012-08-22 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 19 Aug 2012 09:17:20 +
Source: miniupnpd
Binary: miniupnpd
Architecture: source amd64
Version: 1.7-3
Distribution: experimental
Urgency: low
Maintainer: Thomas Goirand z...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 miniupnpd  - daemon providing UPnP Internet Gateway Device (IGD) services
Changes: 
 miniupnpd (1.7-3) experimental; urgency=low
 .
   * Added debconf support for maintaining /etc/default/miniupnpd.
Checksums-Sha1: 
 2bd833388acf7d085260aba4b7c661a60cdeab20 1196 miniupnpd_1.7-3.dsc
 da9962e2dd317216133040da77c8de295147aa01 7980 miniupnpd_1.7-3.debian.tar.xz
 42f6792ad0e97c4f7da025abe3fa650043ba51ec 54574 miniupnpd_1.7-3_amd64.deb
Checksums-Sha256: 
 dec385da6a3ebbe0add6dc3a38f7cfaa1de9c550249292d4fad6b1081e07369f 1196 
miniupnpd_1.7-3.dsc
 ce9af675ccb0593787ed38f950d8763d130165ab36eb199a54dd122b0cf534c4 7980 
miniupnpd_1.7-3.debian.tar.xz
 891875bf748f0dad4acf6b5ac3d90608059394170b449018591fcb39e8e38012 54574 
miniupnpd_1.7-3_amd64.deb
Files: 
 089d20396304a2dd633edc9d94288b3a 1196 net optional miniupnpd_1.7-3.dsc
 9577a36ca0599cbf2209e360d795b3c8 7980 net optional 
miniupnpd_1.7-3.debian.tar.xz
 f51de32330b261ca7c0846058a9f3fa5 54574 net optional miniupnpd_1.7-3_amd64.deb

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

iEYEARECAAYFAlA0ggkACgkQl4M9yZjvmkmzrQCfSaW4qEDkEm0VSTFK3EDfzP8/
TaIAoJ+QePmeM//g45FpWpIqNjgjccLK
=QWbd
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t44xw-0007zq...@franck.debian.org



Accepted lxc 0.8.0~rc1-10 (source i386)

2012-08-22 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Aug 2012 09:01:11 +0200
Source: lxc
Binary: lxc lxc-dbg lxc-dev
Architecture: source i386
Version: 0.8.0~rc1-10
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 lxc- Linux Containers userspace tools
 lxc-dbg- Linux Containers userspace tools (debug)
 lxc-dev- Linux Containers userspace tools (development)
Closes: 680469 683999 684124 684572
Changes: 
 lxc (0.8.0~rc1-10) unstable; urgency=low
 .
   * Adding some lxc related boot parameters in readme (Closes: #683999).
   * Correcting spelling typo in previous changelog entry.
   * Adding note about lxc directory in readme.
   * Sourcing /etc/default/lxc in lxc-ls (Closes: #684124).
   * Listing attached consoles in lxc-list.
   * Using printf in lxc-list to produce a table output.
   * Adding updated Danish debconf translations from Joe Dalton
 joedalt...@yahoo.dk (Closes: #684572).
   * Mounting /proc with hidepid=2 on progress by default.
   * Also removing auto symlink when destroying containers.
   * Protecting multiarch queries since install files are run with set -
 e.
   * Adding missing live-config preseedings in lxc-debconf (Closes:
 #680469).
   * Updating todo file.
Checksums-Sha1: 
 42b677c44605e4e71fd2b9187644f65af00b382c 1273 lxc_0.8.0~rc1-10.dsc
 855418ba4752e33ab46fc4421db5a84e60c0dcb3 42244 lxc_0.8.0~rc1-10.debian.tar.xz
 96d638c7e62c3fcf649a3de88093a546138ce694 167414 lxc_0.8.0~rc1-10_i386.deb
 50884652e726006d0797c88db8f9b67dca9c6475 258348 lxc-dbg_0.8.0~rc1-10_i386.deb
 f54b43d18aea3b8621d4042b86e173a08c7df623 19834 lxc-dev_0.8.0~rc1-10_i386.deb
Checksums-Sha256: 
 068ceb63bb67114ef976030a0e1b74b0e7b054c101b1254b3b00693740ec89d4 1273 
lxc_0.8.0~rc1-10.dsc
 bb2f85d28a5aeb1f046eff90884a3e09ea95d16ae0b34176a584723c461116b0 42244 
lxc_0.8.0~rc1-10.debian.tar.xz
 3fd10ae2220eb2b8c27c720f04215ba0c2106b2014e685498d582408d3e2b49a 167414 
lxc_0.8.0~rc1-10_i386.deb
 028331de3590020f5818c419743334d2d2f346c062baae5b2f483a1450b75375 258348 
lxc-dbg_0.8.0~rc1-10_i386.deb
 89b5682da090a973a8fc436885b7f71ebe55a460722f4a0736baf3bafd4872af 19834 
lxc-dev_0.8.0~rc1-10_i386.deb
Files: 
 5c0b0f4d9d28acfe1ad3fdbf524ac2d7 1273 admin optional lxc_0.8.0~rc1-10.dsc
 0ff94cf2758589f2d2d01ada61ea9206 42244 admin optional 
lxc_0.8.0~rc1-10.debian.tar.xz
 51c76ea76686245eda08c32a20ac60a7 167414 admin optional 
lxc_0.8.0~rc1-10_i386.deb
 5ca6faa3825dab7a32fcffd9b28e19c4 258348 debug extra 
lxc-dbg_0.8.0~rc1-10_i386.deb
 73cc1663ad05a0487278396ce72423d0 19834 libdevel optional 
lxc-dev_0.8.0~rc1-10_i386.deb

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

iEYEARECAAYFAlA0jr8ACgkQ+C5cwEsrK55ZRgCgpfnNWCzyAMhhkWCHH971XNDt
QvoAoIN6oj58HIDTRwQJkaJBsahhGwGL
=UZIG
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t46cw-00015z...@franck.debian.org



Accepted qpsmtpd 0.84-7 (source all)

2012-08-22 Thread Devin Carraway
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Aug 2012 01:04:09 -0700
Source: qpsmtpd
Binary: qpsmtpd
Architecture: source all
Version: 0.84-7
Distribution: unstable
Urgency: low
Maintainer: Devin Carraway de...@debian.org
Changed-By: Devin Carraway de...@debian.org
Description: 
 qpsmtpd- Flexible SMTP daemon for network-level spam detection
Closes: 685412
Changes: 
 qpsmtpd (0.84-7) unstable; urgency=low
 .
   * Add Danish translation; thanks to Joe Dalton joedalt...@yahoo.dk
 (Closes: #685412)
Checksums-Sha1: 
 c77eeb1cf66e0e6ea5b06494b364cf037b949966 1001 qpsmtpd_0.84-7.dsc
 253ed4034d8c8f9f6392e2e06e083011e4533819 47817 qpsmtpd_0.84-7.debian.tar.gz
 ba4ff98167c8c4d57a3ebc62d52c0a3f4127607a 214664 qpsmtpd_0.84-7_all.deb
Checksums-Sha256: 
 a45c08b500e0ff2cbf7503e03413e98af3f4f61658f405604b467ec593c211ce 1001 
qpsmtpd_0.84-7.dsc
 f21b0e07675609ce839d834249aa266c6dda8c0e5bf73b45a660b7556b9a72e2 47817 
qpsmtpd_0.84-7.debian.tar.gz
 71de06854974b39c6cd6be8847e3c4a5d1d891f4c88b1f9462c90c4fe10e40c0 214664 
qpsmtpd_0.84-7_all.deb
Files: 
 89a2c9a727e2e4199e4485a6cbd1a4e8 1001 mail extra qpsmtpd_0.84-7.dsc
 1c70d7fc2545c44883b8f635dd0b531b 47817 mail extra qpsmtpd_0.84-7.debian.tar.gz
 cc2b484e06d9bc4fcdd20ef529348f1c 214664 mail extra qpsmtpd_0.84-7_all.deb

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

iD8DBQFQNJKpU5XKDemr/NIRAiAPAJ9yduiE7enfTGjf0kINIdo3DOQGvQCgockV
8pw/N4x/PN5M21/d4Ibsydk=
=UPJd
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t46ca-000179...@franck.debian.org



Accepted xorg-server 2:1.12.3.902-1 (source all amd64)

2012-08-22 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Aug 2012 21:35:25 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg 
xserver-common
Architecture: source all amd64
Version: 2:1.12.3.902-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 643693 674668 681265 684051
Changes: 
 xorg-server (2:1.12.3.902-1) unstable; urgency=low
 .
   * New upstream release candidate
 + glx: Free DRI2 drawable reference to destroyed GLX drawable
   (closes: #681265, #674668)
 + dix: make sure the mask is set for emulated scroll events
   (closes: #684051)
   * 03_fix-panning.diff: disable cursor confinement when panning is enabled
 (closes: #643693)
   * Video ABI bumped to 12.1, serverminver to 2:1.12.3.901.
Checksums-Sha1: 
 df22bab0813eb91501c8b71c651c6ea30d5d5801 4123 xorg-server_1.12.3.902-1.dsc
 e96acdae3d3c8ce151e7ab5280f30972dc1dec25 7529963 
xorg-server_1.12.3.902.orig.tar.gz
 6d3f355d6d1eb3ab55bfcdabd0b8f5fbbcad6be5 84516 xorg-server_1.12.3.902-1.diff.gz
 227a6383378dde81ece249159c02065f09d0a05b 1394928 
xserver-common_1.12.3.902-1_all.deb
 323047959f25602474cb22adab25e8dfe4cd1b28 1760696 
xserver-xorg-core_1.12.3.902-1_amd64.deb
 61a20a54f92adcf6bfbf0ac87f5d0fe806a33871 868870 
xserver-xorg-core-udeb_1.12.3.902-1_amd64.udeb
 1f56c182b09d01ebb8716007321825b88185d496 319248 
xserver-xorg-dev_1.12.3.902-1_amd64.deb
 2a0009e6a640603cf7e86944dc16189ef2028866 922154 xdmx_1.12.3.902-1_amd64.deb
 cc10485cb10ffe7526c2a6a38850ad0b6879266a 124644 
xdmx-tools_1.12.3.902-1_amd64.deb
 9870c1bab475f323d8aeca9579182f643ad85e07 820454 xnest_1.12.3.902-1_amd64.deb
 c8e087f6cdc781d16ba723fc80c05f57ae3519e8 924272 xvfb_1.12.3.902-1_amd64.deb
 3e90d271163ecd9a317623bf90956a3d82e191e1 1016804 
xserver-xephyr_1.12.3.902-1_amd64.deb
 df1d3688b3cc304ace4820d57ecfffd08835996a 938842 
xserver-xfbdev_1.12.3.902-1_amd64.deb
 f89a5a16c2a504c8f790c34b8aff0c4c638b7d40 7290296 
xserver-xorg-core-dbg_1.12.3.902-1_amd64.deb
Checksums-Sha256: 
 1a81b970b5a302e28a8f466ab1858565d186afa32309a9a83e9de3caf49a90f5 4123 
xorg-server_1.12.3.902-1.dsc
 ce2a1dc0d65cf9c8439c15165b83984388f7c444ed87d378e34a937d13269c8d 7529963 
xorg-server_1.12.3.902.orig.tar.gz
 975846e0dae3c364d1e6d1d21012acbf3b31c13a20325840039dc26cacf8ffb5 84516 
xorg-server_1.12.3.902-1.diff.gz
 f97d8bdacb354a25d68d82288d78b1cdea632911d1da3b895c5a158e48b2d94d 1394928 
xserver-common_1.12.3.902-1_all.deb
 96d0c2cec6afeaf50a2c6a7b079a1adeaf03196c9761c0ab3a35849a1b030c96 1760696 
xserver-xorg-core_1.12.3.902-1_amd64.deb
 d5f44bd92c5a7b85ea6c566ac36290777aa1899fb131f69ec45636d772333d63 868870 
xserver-xorg-core-udeb_1.12.3.902-1_amd64.udeb
 acfb6a9c6f8411511bb9788022f8be0924c85e78166893b6869526bd69bbaab1 319248 
xserver-xorg-dev_1.12.3.902-1_amd64.deb
 7525c4cce53ef6ba6e81849b29d85c68d9900525eae4f8815f31c368047bedd7 922154 
xdmx_1.12.3.902-1_amd64.deb
 dd402da184774164d64d75c47d68babf044f307410a5939d396f71feeb4553a2 124644 
xdmx-tools_1.12.3.902-1_amd64.deb
 7e268edbd078cb3d1bd6ee8b7d812f5d926a42a5ebd43656e3cd59801050ba7d 820454 
xnest_1.12.3.902-1_amd64.deb
 0a59aaa7c6133b1346923160751b8986e9f14d807d622b7f43a2e0f886c38719 924272 
xvfb_1.12.3.902-1_amd64.deb
 33be1f3c0de1605a3ef7cc13c60081c6e71f84f35c3491c098df2cdb3e33f73b 1016804 
xserver-xephyr_1.12.3.902-1_amd64.deb
 71031bdf523279a9cfa004f3201e59eb9359e5f73b2894aaf3ea0f61708c6e6f 938842 
xserver-xfbdev_1.12.3.902-1_amd64.deb
 630b4ef15ffda0f6fb61ee64efdd7429c1e606a36ea9fca960d11678e0492bb5 7290296 
xserver-xorg-core-dbg_1.12.3.902-1_amd64.deb
Files: 
 b448ab7055d419f50111cea0788ba8b3 4123 x11 optional xorg-server_1.12.3.902-1.dsc
 ab44f92cc3c22a353c9264e2fb088d70 7529963 x11 optional 
xorg-server_1.12.3.902.orig.tar.gz
 f37a1ecc5ed78e95177cd6a0b17922c7 84516 x11 optional 
xorg-server_1.12.3.902-1.diff.gz
 61c7abcab215d8ca03e129e2738f2d88 1394928 x11 optional 
xserver-common_1.12.3.902-1_all.deb
 729ff3c33b151eb095fab0e35c5e76ad 1760696 x11 optional 
xserver-xorg-core_1.12.3.902-1_amd64.deb
 9ae013408a5419f688aadfab63c7ceb7 868870 debian-installer optional 
xserver-xorg-core-udeb_1.12.3.902-1_amd64.udeb
 db966a320e4cf010fb25d8c2e3f07603 319248 x11 optional 
xserver-xorg-dev_1.12.3.902-1_amd64.deb
 

Accepted git-buildpackage 0.6.0~git20120822 (source all)

2012-08-22 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Aug 2012 10:58:07 +0200
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.6.0~git20120822
Distribution: unstable
Urgency: low
Maintainer: Guido Günther a...@sigxcpu.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 684322
Changes: 
 git-buildpackage (0.6.0~git20120822) unstable; urgency=low
 .
   [ Guido Günther ]
   * [e05bfb9] dch: Fix error reporting on parsing errors
   * [f4162be] manpage: Fix typo in git-dch's multimain-merge option
 (Closes: #684322)
   * [e8d175a] manpages: correct manual section and remove duplicate entry
 .
   [ Zhang Qiang ]
   * [0af1e72] GitRepository/branch_contains: remove prefix '*' in branch name.
 .
   [ Markus Lehtonen ]
   * [678f85f] docs: fix cross-referencing in manpages.
   * [f0d4b0d] docs: make refentry ids of manpages more consistent
   * [dc3b3b6] GitArgs/add: support iterable and non-string args.
 .
   [ Ed Bartosh ]
   * [7524bbb] GitRepository: Implement set_upstream_branch and
 get_upstream_branch methods
Checksums-Sha1: 
 29814bfb94aaa322e9f016ecbe2c8fcaa84697e5 1282 
git-buildpackage_0.6.0~git20120822.dsc
 906b1ee6f0bb486a7ad5e5e99d5107d9599fb5af 162860 
git-buildpackage_0.6.0~git20120822.tar.gz
 a5d4853df3578c9f78b19833abe55778aa4151e2 323408 
git-buildpackage_0.6.0~git20120822_all.deb
Checksums-Sha256: 
 ce1891dbefefbedf42bcefd0c79d812b177ddbb7b60d98361f8df0ce2895f475 1282 
git-buildpackage_0.6.0~git20120822.dsc
 00e20ae99f292bfc0b9c4ebcd0ec24ead89c2c9e61dd977df3aed9ea80a05f87 162860 
git-buildpackage_0.6.0~git20120822.tar.gz
 0768ed73abe8e1f3602c3f85b3e9fa70232901be3f9f41832e2225a15d0659ae 323408 
git-buildpackage_0.6.0~git20120822_all.deb
Files: 
 3bfa962392a08f51406262843af77159 1282 vcs optional 
git-buildpackage_0.6.0~git20120822.dsc
 128166d1ab670268f9a58c47b27cd2f3 162860 vcs optional 
git-buildpackage_0.6.0~git20120822.tar.gz
 780dae6ce9bd432e19330558917444fa 323408 vcs optional 
git-buildpackage_0.6.0~git20120822_all.deb

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

iD8DBQFQNKabn88szT8+ZCYRAqayAJ0QzHL9BZTv3SxnX+C3Cm7rxksWaACbBkcu
IrOSv2LcqdieKVtV7v5fjCk=
=Ycfd
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t47xj-0007yq...@franck.debian.org



Accepted gwibber 3.0.0.1-2.2 (source all)

2012-08-22 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Aug 2012 11:25:50 +0200
Source: gwibber
Binary: gwibber gwibber-service gwibber-service-facebook 
gwibber-service-twitter gwibber-service-identica gwibber-service-flickr 
gwibber-service-digg gwibber-service-buzz gwibber-service-statusnet 
gwibber-service-foursquare gwibber-service-friendfeed gwibber-service-pingfm 
gwibber-service-qaiku gwibber-themes
Architecture: source all
Version: 3.0.0.1-2.2
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 gwibber- Open source social networking client for GNOME (client)
 gwibber-service - Open source social networking client for GNOME (service)
 gwibber-service-buzz - Buzz plugin for Gwibber
 gwibber-service-digg - Digg plugin for Gwibber
 gwibber-service-facebook - Facebook plugin for Gwibber
 gwibber-service-flickr - Flickr plugin for Gwibber
 gwibber-service-foursquare - Foursquare plugin for Gwibber
 gwibber-service-friendfeed - Friendfeed plugin for Gwibber
 gwibber-service-identica - Identi.ca plugin for Gwibber
 gwibber-service-pingfm - pingfm plugin for Gwibber
 gwibber-service-qaiku - Qaiku plugin for Gwibber
 gwibber-service-statusnet - Status.Net plugin for Gwibber
 gwibber-service-twitter - Twitter plugin for Gwibber
 gwibber-themes - Open source social networking client for GNOME (Themes)
Closes: 679454
Changes: 
 gwibber (3.0.0.1-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Ignore missing `uses_query' attribute in urlparse, seen with python 2.7.3+.
 Closes: #679454.
Checksums-Sha1: 
 290f9aa60390e1403839067b43442ef04410b3b5 2029 gwibber_3.0.0.1-2.2.dsc
 2254d0c0cae0f3c830a18cc9bec021c0eb789edc 29024 
gwibber_3.0.0.1-2.2.debian.tar.gz
 2de7637ffb27b28dd1acd6a1b7be780f424b27b7 308560 gwibber_3.0.0.1-2.2_all.deb
 e3dd137840367183a3917c6fcc9cc1589a60a732 72708 
gwibber-service_3.0.0.1-2.2_all.deb
 fb067e1dd8e52215fad89b5f5360077dd9082879 30352 
gwibber-service-facebook_3.0.0.1-2.2_all.deb
 d81e98205aac6622e405e310c2a81c02d4fdb7a4 30608 
gwibber-service-twitter_3.0.0.1-2.2_all.deb
 d5d59def130afc0010e91fabf749b5375e05e44d 30438 
gwibber-service-identica_3.0.0.1-2.2_all.deb
 57b190f707471da242b20dbb5c2d355534795dea 27848 
gwibber-service-flickr_3.0.0.1-2.2_all.deb
 adde2764f1c8ad3eb2ba0c240a28d7d6e4f47423 27664 
gwibber-service-digg_3.0.0.1-2.2_all.deb
 ace697d16220a6f80c47d0efa10a03e07efcf62c 33180 
gwibber-service-buzz_3.0.0.1-2.2_all.deb
 f0c9cfd04d9a2bd25f532dae56e6d86323372ae9 30834 
gwibber-service-statusnet_3.0.0.1-2.2_all.deb
 7a25136925cc86ba8f28aec67506a7abb07bd264 37722 
gwibber-service-foursquare_3.0.0.1-2.2_all.deb
 7aefdb696c3abfa7f5aaa3e0285332b6de388e63 28236 
gwibber-service-friendfeed_3.0.0.1-2.2_all.deb
 19abb5998ae97e645cd8034672ab4b040d8b59e2 27274 
gwibber-service-pingfm_3.0.0.1-2.2_all.deb
 afdc93ea61f30b5ee14390cdaa94cf7328f5f732 28146 
gwibber-service-qaiku_3.0.0.1-2.2_all.deb
 086e58876c920edf5648f834fce5827a707ab16c 30166 
gwibber-themes_3.0.0.1-2.2_all.deb
Checksums-Sha256: 
 63397583eef19dbb7989547adf9da21f31954be298e8b633b900d3c3b09e0fda 2029 
gwibber_3.0.0.1-2.2.dsc
 6b08926a7055a4e9006878672b20b915af3bc3e9f07b5bee71dd1da3a7d55a7f 29024 
gwibber_3.0.0.1-2.2.debian.tar.gz
 e54bd2f55400a453cb90539e6034bbab0523b545d3d7b11006bf199ec2d5ca68 308560 
gwibber_3.0.0.1-2.2_all.deb
 0f05070c463844e3aed64abfaa8142f19b856a0222953affa52e750a89d7f1b6 72708 
gwibber-service_3.0.0.1-2.2_all.deb
 e98106b7fdf6a5a3e614713b0b5d0e305c5569a93407a30551dd533c350e5161 30352 
gwibber-service-facebook_3.0.0.1-2.2_all.deb
 d8032a9bb4830ce2eec02c2c2c7b4e60bffc27b2bc133011d61b2027fa1de1da 30608 
gwibber-service-twitter_3.0.0.1-2.2_all.deb
 0315a0776b96630f6e848a658c66e29ee7674aa81e31a5a308ca183d98656d4d 30438 
gwibber-service-identica_3.0.0.1-2.2_all.deb
 986108769da10d1c29f166da2d382601a89f25e8f22ab733d7e2330befc0bebf 27848 
gwibber-service-flickr_3.0.0.1-2.2_all.deb
 b8a8f8fa8eea9b9322d3f8aa425778f6792f4f359253d019ddda5f03a65f6628 27664 
gwibber-service-digg_3.0.0.1-2.2_all.deb
 1244a1a478621c78421c508fd5a6f7a3d2d8c20384be9502784bfb53fbe37a09 33180 
gwibber-service-buzz_3.0.0.1-2.2_all.deb
 409c70aca3dfaf07be3b722f695b38ec7a5b470243926a469998dd2e267d0545 30834 
gwibber-service-statusnet_3.0.0.1-2.2_all.deb
 e4e0bc8b0957b1b8b327d315daefb878496f514c9aea6b9ca1fc52a0fdcc283d 37722 
gwibber-service-foursquare_3.0.0.1-2.2_all.deb
 0773b94998931b7f9ff9bdc426d4117ed9204826adf5d32cf05b65bbf464a86f 28236 
gwibber-service-friendfeed_3.0.0.1-2.2_all.deb
 85b3f07b22dad0f1e704fa3b216158a2f0358c76d3a50c42a5bea0fe93af37ab 27274 
gwibber-service-pingfm_3.0.0.1-2.2_all.deb
 055e892b3cca723862c882eac3f8f1d2390058f0a087a0415c315972d5373cbb 28146 
gwibber-service-qaiku_3.0.0.1-2.2_all.deb
 d8207408c09d775c5987ce97686e2f742d198e2201296744e988d195c0390831 30166 
gwibber-themes_3.0.0.1-2.2_all.deb
Files: 
 722ad50d67e563658d39767702e42b48 2029 net optional gwibber_3.0.0.1-2.2.dsc
 

Accepted udisks2 1.99.0-2 (source amd64 all)

2012-08-22 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Aug 2012 12:36:09 +0200
Source: udisks2
Binary: udisks2 udisks2-doc libudisks2-0 libudisks2-dev gir1.2-udisks-2.0
Architecture: source amd64 all
Version: 1.99.0-2
Distribution: experimental
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 gir1.2-udisks-2.0 - GObject based library to access udisks2 - introspection 
data
 libudisks2-0 - GObject based library to access udisks2
 libudisks2-dev - GObject based library to access udisks2 - development files
 udisks2- D-BUS service to access and manipulate storage devices
 udisks2-doc - udisks2 documentation
Closes: 680403
Changes: 
 udisks2 (1.99.0-2) experimental; urgency=low
 .
   * Add mount_in_media.patch: Mount drives in /media, not /run/media/, to stay
 FHS compatible. (Closes: #680403, LP: #1020759)
Checksums-Sha1: 
 f550bd05f9196a465cb05396b5e04a97e84239f4 2512 udisks2_1.99.0-2.dsc
 4f0bd4783fcd231b221ba5b0030bd11e35f4b88a 5514 udisks2_1.99.0-2.debian.tar.gz
 8d3dd65e3745d9c983b775ad78475cee34bace8e 240056 udisks2_1.99.0-2_amd64.deb
 7c260bd2d1d006d7f0494d76bc43a221a5747fe5 272428 udisks2-doc_1.99.0-2_all.deb
 3924dbc7f2ac895560a4adde54cccf31151d10b4 108720 libudisks2-0_1.99.0-2_amd64.deb
 3aa5c4bdf86d261feffa1254d1a3ac4468bc8fed 196132 
libudisks2-dev_1.99.0-2_amd64.deb
 f6784ffae963451fe87e51e8886d35fe60dbf667 19130 
gir1.2-udisks-2.0_1.99.0-2_amd64.deb
Checksums-Sha256: 
 a97ee094f6c2de79a2ae7fbe0ab35870c4e1cac6487959dd15152b8160726586 2512 
udisks2_1.99.0-2.dsc
 acc3758cf50ba050b64dfb7658d1522bcbebb5b6420879663833a6f468d362fa 5514 
udisks2_1.99.0-2.debian.tar.gz
 64fc9d9f9343d19fba1f5ba41dea164fef99801b28767015e7f15edba2780c02 240056 
udisks2_1.99.0-2_amd64.deb
 699d5815eb6c6b71ab2f1ceeda0a943deafbde0867cbe39237b616aa2d7a6c33 272428 
udisks2-doc_1.99.0-2_all.deb
 19e685f991ab5d8353c8a509f703222aef319b4848aa71c6fd71011751de 108720 
libudisks2-0_1.99.0-2_amd64.deb
 4991ea3443f1c941769c1fbf536af82339b27516f7f3624aa4459c65f66f5d96 196132 
libudisks2-dev_1.99.0-2_amd64.deb
 4d012fe0196bb0336115a26900229583ec01bcdc739f1dd66051b6d0ccffa082 19130 
gir1.2-udisks-2.0_1.99.0-2_amd64.deb
Files: 
 70854ecec67202a53ec987244eab 2512 admin optional udisks2_1.99.0-2.dsc
 723e5f0299f588d807222620aa0b6a4e 5514 admin optional 
udisks2_1.99.0-2.debian.tar.gz
 a993e6edd0f3cb5207549a0c636d3401 240056 admin optional 
udisks2_1.99.0-2_amd64.deb
 a27816ab555e6c1185fb27dd650f87d2 272428 doc optional 
udisks2-doc_1.99.0-2_all.deb
 da3acde68ee8022f7da4bdc3d3dff1e7 108720 libs optional 
libudisks2-0_1.99.0-2_amd64.deb
 3629377c3a6a7d3af73a5019bf64 196132 libdevel optional 
libudisks2-dev_1.99.0-2_amd64.deb
 4c6b957521f2362e0982183ccb66c140 19130 introspection optional 
gir1.2-udisks-2.0_1.99.0-2_amd64.deb

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

iQIcBAEBCAAGBQJQNLa8AAoJEPmIJawmtHufYnwQAKR6IgnDqagjNOeoV0XvKw1T
3mF5Vfpm+6SskwHGU4LU7oSpDUmvPf+zANw7VYIjBAvczbQqbmTqjREL7k0t3ctx
yUffW8JdjFyz9/psKMAAqS+6SdkVyzcmkrX32l7eqBG57AkOhHsNJBXeMkksvK0g
wUQ6+rXoCcBu+CBni4VPY4RtWbYC6m7p0l8y1faaw8rkgcZFzbqVthUoIgc02Ido
HGvfSK2/jGGHxjpkyotjC4EkYu/6MHiIDlcDtdAiVkqPHxW+jYmBCHx7qxKVedtb
wyIdZxMMJ9EGmBk4WREK7jHmpCcrnJJHulVntf4WSdI/g3hfU+LSV0zZLGx/V1u0
QaTIR6WSqNYn90FcCQqt2RGSJfb9xNnCh79F3cNr+RXiJ0xxrQby8fdJvOIpsLHo
1OtLfKIM/UwVAF7nFcn5eMg6cBdjMib0GT70ag0x6OXZpG/iOFdZ81nN35Pa7mcc
AaHi+T6QaJzjx6etb/ZzLEFgWQWCZnbZMlyrw3zgu0qfbDndm/g3EacYMv1ehaiO
wmdBu1N+YfL59FHz8BKS5WtTuixykhy1zX0fVW+U7XGCLI0dFbnKH3k1KgqIP0NL
H5BfWLRW0L6uFHYmhGo/HJRMWiea34rYYDgrISGRJ6gQITdoONvpE1vsva2b2Muw
VTehSUGYy+YlPjTVf/L8
=vb65
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t48tm-0005u6...@franck.debian.org



Accepted python-pyhsm 1.0.4a-1 (source all)

2012-08-22 Thread Simon Josefsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Aug 2012 12:47:53 +0200
Source: python-pyhsm
Binary: python-pyhsm yhsm-docs yhsm-tools yhsm-validation-server 
yhsm-yubikey-ksm
Architecture: source all
Version: 1.0.4a-1
Distribution: unstable
Urgency: low
Maintainer: Yubico Open Source Maintainers ossma...@yubico.com
Changed-By: Simon Josefsson si...@josefsson.org
Description: 
 python-pyhsm - Python code for talking to a Yubico YubiHSM hardware
 yhsm-docs  - python-pyhsm documentation
 yhsm-tools - Common files for YubiHSM applications
 yhsm-validation-server - Validation server using YubiHSM
 yhsm-yubikey-ksm - Yubikey Key Storage Module using YubiHSM
Changes: 
 python-pyhsm (1.0.4a-1) unstable; urgency=low
 .
   [ Fredrik Thulin ]
   * New upstream release.
 - Enable IPv6 --addr for network servers.
 - Verifies communication with YubiHSM on initialization.
Checksums-Sha1: 
 ce89accfee1c0eff436c90a7e5f8e2f244dae272 1990 python-pyhsm_1.0.4a-1.dsc
 8071f11b080d3ed5854e0022a40530f9c2928a5c 130568 python-pyhsm_1.0.4a.orig.tar.gz
 31ee9ae4770d22ec8bfc48e047f51bb8eabbda2d 7937 
python-pyhsm_1.0.4a-1.debian.tar.gz
 29639f712bc6de309af5c3f70c968376da7c64f7 40074 python-pyhsm_1.0.4a-1_all.deb
 c6ab371a876f7d900fa4cba5ff3212782967454e 84064 yhsm-docs_1.0.4a-1_all.deb
 a8712c35ba4b74ad64803903041e291462af0ca2 21322 yhsm-tools_1.0.4a-1_all.deb
 588bea1e948d7b2a6d8006a33f1141ad45863024 28388 
yhsm-validation-server_1.0.4a-1_all.deb
 281891ffae4961df0cd88037d3bfc5348117db77 23598 
yhsm-yubikey-ksm_1.0.4a-1_all.deb
Checksums-Sha256: 
 be8b11242268308af4b2148ad40be6b0af41eb249fbcdab9a3e82ba7240cdb32 1990 
python-pyhsm_1.0.4a-1.dsc
 e1c33a3a75cc8dd386be2d73b2ad6998eef455ec67bec4cf6550a143eb6c4d03 130568 
python-pyhsm_1.0.4a.orig.tar.gz
 526e0bba941a7c07ef2cf3720cc4448e614e3c5e94f348ba67e886019ffb53e0 7937 
python-pyhsm_1.0.4a-1.debian.tar.gz
 01e53d0403f414e3e1e99d04524845eadd4be980512f082b262abc6c1f1a9120 40074 
python-pyhsm_1.0.4a-1_all.deb
 e9f24723c8505c9a0e9211aeb0d86ed17cd7f25d05a9216b2c4295cc48802da6 84064 
yhsm-docs_1.0.4a-1_all.deb
 4f2b1a2fd27190a412815080ad3102580e08ac60440fadf0c5e0fc7f96baa56d 21322 
yhsm-tools_1.0.4a-1_all.deb
 f047c94e9be0d92a926fde43dfdf58a92662c64cc584ebfe8192264dd07695d6 28388 
yhsm-validation-server_1.0.4a-1_all.deb
 8474d8fcdd29d31b21ebde0e47a477acae6b95d6755fffa470d7f24896ebf007 23598 
yhsm-yubikey-ksm_1.0.4a-1_all.deb
Files: 
 6d412ca38e4781ab94fdc1722f1b9e7c 1990 python optional python-pyhsm_1.0.4a-1.dsc
 f7ab6f313343bf46c18265beb97b3d3b 130568 python optional 
python-pyhsm_1.0.4a.orig.tar.gz
 61f464f65810f16992cdcce138c9291a 7937 python optional 
python-pyhsm_1.0.4a-1.debian.tar.gz
 086585a8503548bec87bffaa0c5ca577 40074 python optional 
python-pyhsm_1.0.4a-1_all.deb
 d4218822e2e72ab6d9fe43c1e58847c6 84064 doc extra yhsm-docs_1.0.4a-1_all.deb
 7aee70ae741e9b6047ee66525220a18e 21322 python optional 
yhsm-tools_1.0.4a-1_all.deb
 b655946dabc97d531218369f197d410d 28388 python optional 
yhsm-validation-server_1.0.4a-1_all.deb
 85ba9624675d3a9fc81ab4b2956a8a19 23598 python optional 
yhsm-yubikey-ksm_1.0.4a-1_all.deb

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

iQFOBAEBAgA4BQJQNLlGMRSAABUAE3BrYS1hZGRyZXNzQGdudXBnLm9yZ3Np
bW9uQGpvc2Vmc3Nvbi5vcmcACgkQYM7nERBeci4qvAf9HGUwkVjSXcHV/ljJDydj
uagoVyQX3vyJcHmOQ8HpYAGOnc9j96+nTHmczUugBa+gf8MeKvxIibyZI2Soqdr6
2y6ito3DJmfmfR3TIPFuQhRcPX2IX6L7247TgGoOHvxMFA1MRGs4fIos5YknxVtB
yJ2bggBc0pODlm1oJIkUjCSPifaFRZWS/VyEZThy1fUu2jKweFqEOn//WNBCA+Hg
zAlm7T6f21aP61v44H+TG4s2507qG9ueoe6YOEbjMT4GCPaZ3ptFIrADGHQwLYr6
HQMSkrNDpiqqadT+kcQzm5lrn3Do/FHy2lv3F85zltgS5o3+8XGmvTwFvqbhic2I
jw==
=h0IE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t48hu-0003q6...@franck.debian.org



Accepted binutils 2.22.90.20120816-2 (source all amd64)

2012-08-22 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Aug 2012 15:31:05 +0200
Source: binutils
Binary: binutils binutils-dev binutils-multiarch binutils-gold binutils-hppa64 
binutils-spu binutils-doc binutils-source
Architecture: source all amd64
Version: 2.22.90.20120816-2
Distribution: experimental
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 binutils   - GNU assembler, linker and binary utilities
 binutils-dev - GNU binary utilities (BFD development files)
 binutils-doc - Documentation for the GNU assembler, linker and binary utilities
 binutils-gold - GNU gold linker utility
 binutils-hppa64 - GNU assembler, linker and binary utilities targeted for 
hppa64-li
 binutils-multiarch - Binary utilities that support multi-arch targets
 binutils-source - GNU assembler, linker and binary utilities (source)
 binutils-spu - GNU assembler, linker and binary utilities targeted for spu-elf
Changes: 
 binutils (2.22.90.20120816-2) experimental; urgency=low
 .
   * Some refactoring of debian/rules based on patches from Marcin:
   * Introduce DEB_TARGET_* macros to unify native and cross builds.
   * Build the control file as the first step for cross builds.
   * Try again building without --disable-werror.
   * Refactor stripping of binaries into a `strip_package' macro.
Checksums-Sha1: 
 51ef05aae4182d14fb921eee6084e4ded585bac6 1771 binutils_2.22.90.20120816-2.dsc
 021ce3a7ebe63e98e4e3c18605516f63c1cf96db 66913 
binutils_2.22.90.20120816-2.diff.gz
 15f6546cafb49706ef026cb8dbaf5b9ab88386e2 594094 
binutils-doc_2.22.90.20120816-2_all.deb
 615ee03feb33deddc899a43ce890cf1e23a843ec 14813214 
binutils-source_2.22.90.20120816-2_all.deb
 18a2ebba2fa8fba021dbf660aa19d8257c485547 4932784 
binutils_2.22.90.20120816-2_amd64.deb
 0c7027f701597ec3c270f769253e61aa1e15b843 4779404 
binutils-dev_2.22.90.20120816-2_amd64.deb
 aa978cb4e168a8e2419611b3cc20d261932979e1 2362338 
binutils-multiarch_2.22.90.20120816-2_amd64.deb
 7d9fac8807a1ce479ee0fbcab363c7c123b76c33 1396 
binutils-gold_2.22.90.20120816-2_amd64.deb
Checksums-Sha256: 
 0b223d2b35a48602b6f7d1ced924d3eb447619d273e8e8d75b4d046f421c38ad 1771 
binutils_2.22.90.20120816-2.dsc
 9a6fc1f89e0fcc6b28e102e0cf10650c68ca5063ae189bb4d8b822b9fad1dca4 66913 
binutils_2.22.90.20120816-2.diff.gz
 d0b6ddda250cee53cf99b39f2051e6b9955bdb97079786876c4fb8bdd12cdae1 594094 
binutils-doc_2.22.90.20120816-2_all.deb
 df05b873a030f4ab7b65b32ec13efc74211cfe9e73d5562cdd457774f2a9f219 14813214 
binutils-source_2.22.90.20120816-2_all.deb
 c40ab33fdc265d828de229b585e51be4bed476162f5df46fd2eac995ae9e778f 4932784 
binutils_2.22.90.20120816-2_amd64.deb
 403ad9fdc13ee7bd37fbc32766adc13fa04434066232fd88cbbd0a872b1588a8 4779404 
binutils-dev_2.22.90.20120816-2_amd64.deb
 228acb1ededb3f32d3f74f59a8c117f8aac418ebba084ce3ef83ed626b1ef8e4 2362338 
binutils-multiarch_2.22.90.20120816-2_amd64.deb
 a0747534e75cb66e78c0e2c7a3c739f01d3a3beb0009dcb9b53d22d3d3c23ef6 1396 
binutils-gold_2.22.90.20120816-2_amd64.deb
Files: 
 95e9e925cffc8df5695b67f73b746093 1771 devel optional 
binutils_2.22.90.20120816-2.dsc
 4edb33aa6f690b89e654750b532e9082 66913 devel optional 
binutils_2.22.90.20120816-2.diff.gz
 6be971e6215e1affaf9f8d24bc0928a3 594094 doc optional 
binutils-doc_2.22.90.20120816-2_all.deb
 928f1da9de9e99461aba1ec13c98dd84 14813214 devel optional 
binutils-source_2.22.90.20120816-2_all.deb
 d5d81e76503074bed181bd4fe00d7c3c 4932784 devel optional 
binutils_2.22.90.20120816-2_amd64.deb
 6ecf309c44a012029baee783b6e5dc39 4779404 devel extra 
binutils-dev_2.22.90.20120816-2_amd64.deb
 02a4be88a39b524b25b567c5c0a6c595 2362338 devel extra 
binutils-multiarch_2.22.90.20120816-2_amd64.deb
 94da5c1b153ee550a42c307a866a9355 1396 devel extra 
binutils-gold_2.22.90.20120816-2_amd64.deb

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

iEYEARECAAYFAlA0yyEACgkQStlRaw+TLJxtygCfeWliIRx3xWbP/wr9uad/9Pdl
hWgAoI4LyN1es4E8uho1rGCFsvAhsih0
=Lp4Q
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t49sw-0006dz...@franck.debian.org



Accepted retext 3.1.2-1 (source all)

2012-08-22 Thread Dmitry Shachnev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Aug 2012 15:58:01 +0400
Source: retext
Binary: retext retext-wpgen
Architecture: source all
Version: 3.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Shachnev mity...@gmail.com
Changed-By: Dmitry Shachnev mity...@gmail.com
Description: 
 retext - Simple text editor for Markdown and reStructuredText
 retext-wpgen - Webpages generation tool for Markdown and reStructuredText
Closes: 683717
Changes: 
 retext (3.1.2-1) unstable; urgency=low
 .
   * New upstream bugfix release
 - Fixed processing of text containing %\ (closes: #683717)
   * debian/x-retext-markdown.desktop: Remove obsolete .re extension
Checksums-Sha1: 
 f159e708a2f17b9daf19c13c5ebb5c6fe701d4c0 2007 retext_3.1.2-1.dsc
 e1524a656c242bc7d834ec0497b3d7e1b99a3f4d 100192 retext_3.1.2.orig.tar.gz
 7a1bf99fffc1dd8e8bc01cc0ecb47f00838b1a33 5235 retext_3.1.2-1.debian.tar.gz
 c0982cae2dea87ca5239c1aff7376fc58ec8a6c2 73228 retext_3.1.2-1_all.deb
 7845ccf6731daa8af07dacb7d9f7bdafb7f8ebc7 7972 retext-wpgen_3.1.2-1_all.deb
Checksums-Sha256: 
 26bb940cacb0341e4392bb2c1c736dd696c12eb7dd24142cff7790a0c5a08145 2007 
retext_3.1.2-1.dsc
 5f4dab0166e76fb63468b120bd1b1892fba00257d41a8aab62b47539784e7813 100192 
retext_3.1.2.orig.tar.gz
 524a6c64bd27072d8ccaa27017d396c9a96c795bce9d1ab5e0155250517d4385 5235 
retext_3.1.2-1.debian.tar.gz
 7e58b5ebed4175046e97a28c68e838f7c264f009c1ae53d96519bbdab41f0c3b 73228 
retext_3.1.2-1_all.deb
 e39b237c411fc131317d11a4679186e713aee8d43166af7867628b93d381613c 7972 
retext-wpgen_3.1.2-1_all.deb
Files: 
 e0da856e56cd6edfe3c02638e093a96d 2007 editors optional retext_3.1.2-1.dsc
 4475966946bf1935a485bc0675e69805 100192 editors optional 
retext_3.1.2.orig.tar.gz
 b9287fe0d02233b6e6c6fda2c1c6 5235 editors optional 
retext_3.1.2-1.debian.tar.gz
 5a5db8f593f3c8864d2976e27ebe15f1 73228 editors optional retext_3.1.2-1_all.deb
 13682c070ab66c2fe222114ce636e752 7972 editors optional 
retext-wpgen_3.1.2-1_all.deb

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

iQIcBAEBCAAGBQJQNMnWAAoJEGAmk20vHIrg/bQP/Awjw91nJZIeoHPSelUcL3Pn
H1Y9HLlhXBWrPYx/VDu19lRVsLv1Q8IIE1x1SBq1FT4WFX6Lfd04QVzWPoYyX7Y1
sfgokuvJGaqbJOHijTcRYYYssTtVuWbY1REL23OF59ZjWjnFUOMqb6rz3c+4DULu
5lcDQZFKw5+4HSb04mBMjQ73W7iQBVFkJERvpCHZBN7n78hY1r4tyIMwOnJU5Oq7
TPW1yHhjzuwFnZAZzrhYSfoQzHJZBdANeCC8TLZa8bVz3c1vMEekeVDTItBHxkiv
UolfpEJhXFA9DgIsD4AEVZXGsQyqlPiO5VXBNRkVPbXiq68NdGd/FSFAA1zs2dfU
yoWD5optJGv8YLg+uR5IZejEybon8LjySgH7v72MFdRfoeww2fwfUkm7Tzl6IRuN
xBBQCqUj739ynbt52JRji0ej/0SuFfmHU1K4jkB4Yp/9o05Q2WAod7isN6MCFjNk
duKOoaL1hdRNMfxsKFUjgym71GJU27OzL6iYjkka894hy+Q3Z7PP5It8JpBdYHAN
mPwNI/d5M8q/qlEqxJ1hOfDe9hdGzCv6PqbMQNzekx58+ChEKQ2QV6/NOef+OpuI
1xEKZ+nBZK9yTwcZEWGkA8bifNNKUvOs8oqCR3JcbgbPwCbV7VLWIIrykVD2qA48
gpjOhBN3ddUrWPkBEr19
=bUUV
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t49sj-0006he...@franck.debian.org



Accepted geeqie 1:1.1-4 (source amd64 all)

2012-08-22 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Aug 2012 14:21:51 +0200
Source: geeqie
Binary: geeqie geeqie-common geeqie-dbg
Architecture: source amd64 all
Version: 1:1.1-4
Distribution: experimental
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 geeqie - image viewer using GTK+
 geeqie-common - data files for Geeqie
 geeqie-dbg - debug symbols for Geeqie
Changes: 
 geeqie (1:1.1-4) experimental; urgency=low
 .
   * Another attempt to fix big endians by not using private GdkPixbuf data.
Checksums-Sha1: 
 0ee39986bea8212015a67b058be9271814e579c8 2141 geeqie_1.1-4.dsc
 74632e64323d9dba262afb14c322765118f85984 13997 geeqie_1.1-4.debian.tar.gz
 3aea746e0ea965a529bcda6a2a4ec9bd5c925ec2 728186 geeqie_1.1-4_amd64.deb
 8c01c1d8c77b011a50d5a70d935f1c5aaab20b8d 939254 geeqie-common_1.1-4_all.deb
 b9fe2cc7e192ab588d686e9e500b7bb53938 2148234 geeqie-dbg_1.1-4_amd64.deb
Checksums-Sha256: 
 c8abb699ac68131a8cb61b1f1b518da3b7251afa91ccfec0c465364f5c1903e4 2141 
geeqie_1.1-4.dsc
 c08bf9e820da2bb7f82d19fa76c1490c2e287efd39e3a21b497709bd2fc9f3d4 13997 
geeqie_1.1-4.debian.tar.gz
 fd900c5dd713009b868e4cca6b46411fac27c6a049769f8cb0b462296ad7154f 728186 
geeqie_1.1-4_amd64.deb
 996d0f745d47a98ed6343bff8a9adcd1bb282ec41b8b0d4d11710298b7093c83 939254 
geeqie-common_1.1-4_all.deb
 4cb243b16004f1a733dbe8efa2e906d4eda8fa9cb2db662ab1be7a995bdb7159 2148234 
geeqie-dbg_1.1-4_amd64.deb
Files: 
 25319d4ba0a5d27ccd311e687f8e3221 2141 graphics optional geeqie_1.1-4.dsc
 996fb69862e1e2fd7a1134fef1ab79df 13997 graphics optional 
geeqie_1.1-4.debian.tar.gz
 d76660215a6315263ab67e6775e5d0a2 728186 graphics optional 
geeqie_1.1-4_amd64.deb
 4dae3c4ebe03e3644aff4d7a68e9c89e 939254 graphics optional 
geeqie-common_1.1-4_all.deb
 eca4cade0690aa6e5eb45dd2560522c5 2148234 debug extra geeqie-dbg_1.1-4_amd64.deb

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

iQIcBAEBCAAGBQJQNNBKAAoJEGo39bHX+xdNBD8P/AtNw4op45JrVW9cOKtSAzmj
ZZ+goxZbGn2oPhHlTBrB4qUu8bzxRDajSbEb7Ff2IGsDjR8UmwjDlrRoJedW7PWX
UDNJ8rQK9KYHRO1EmMKMoBNCQeMqhskNfHlvFvCTrKVxSxzfFckC8uyvSqiZMw5f
Mz/q9LmGUpfyLm3wWZ/znT/QCQ7DiZB3YJjr7m21g1u+YknXOg8YNupzJ1x5xOnQ
QWrk7Lis6/+LeR6JWxqKdz3WAI4C7+m+8Eh4gVpFNPgB/+GK6aewjD524Q/s5P4P
WzZlHFwNmu3sQdvq1xw1fmTvwf3RX+6ZPBz3QiimdGk2Bt2IFZVB0E8sNvqQ+ZJ1
NQwAFuBDAz75hkl8RHlqPKeV3ASctgT9YUV+7Vr/T+BbluNpciyZZT8VeDv82t8y
3HJZ+o3v61/5tCSgVMSyLHE3C/uVkKZ8cnHoDWSD3trOf2LP3kBJOxkq0UBP9OnR
4vgDkdYnf3wx1mjZ4PG/DwFw8gefYYWg6OM1jTDlIKaaAZHDBdJ2+Z95XQ5SnTcj
y5kt7O/mnkbFgN1nlx6hHkUDljNF3S6E6zkuTSOaorRglq/svaiQXmRygn8A0GHg
p/cLgbe8Ry+FuaYthWU+vS3cwPgOuoTZeHA9KOUCJah16YIjT4xY0RDHbwtr2NX8
zpA3mTYftxUWkiOTuW/V
=Hqj6
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4a6w-0001qn...@franck.debian.org



Accepted rabbitmq-server 2.8.6-1 (source all)

2012-08-22 Thread Emile Joubert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Aug 2012 13:28:21 +0100
Source: rabbitmq-server
Binary: rabbitmq-server
Architecture: source all
Version: 2.8.6-1
Distribution: unstable
Urgency: low
Maintainer: RabbitMQ Team packag...@rabbitmq.com
Changed-By: Emile Joubert em...@rabbitmq.com
Description: 
 rabbitmq-server - An AMQP server written in Erlang
Changes: 
 rabbitmq-server (2.8.6-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 7a6311ca97ac18078c5342ae999825d8b156789b 1844 rabbitmq-server_2.8.6-1.dsc
 003c96c9126a1f09a68af9d1207b547b3581f751 2788855 
rabbitmq-server_2.8.6.orig.tar.gz
 4ec0884f4fe75de314d78c0412368e3de2c06344 17417 rabbitmq-server_2.8.6-1.diff.gz
 9932c0fb5267b3e769bbf7c552f547744160746e 2881940 
rabbitmq-server_2.8.6-1_all.deb
Checksums-Sha256: 
 1bbddda30e36179f88f5d43cb26db692cd61c20bf521434aab3469628e1b85b2 1844 
rabbitmq-server_2.8.6-1.dsc
 146a24f2c336d304c465ac4243539b2e45838fb4b9900e8d84aca1ea800d593f 2788855 
rabbitmq-server_2.8.6.orig.tar.gz
 1fda3299948130131bcce2415978c5728cc09357c381f5bb77d08503798d099a 17417 
rabbitmq-server_2.8.6-1.diff.gz
 b0bf41d9c54e6d0a36e5a9f6041f2eb3a22ea97f01f45cdb2906137c09eef693 2881940 
rabbitmq-server_2.8.6-1_all.deb
Files: 
 a8cb7befd267cab1f3993be89751f81a 1844 net extra rabbitmq-server_2.8.6-1.dsc
 6ede207519da2652b4ed6b0ff6223888 2788855 net extra 
rabbitmq-server_2.8.6.orig.tar.gz
 2f84e05a12838b782df2d6bfb1371bf5 17417 net extra 
rabbitmq-server_2.8.6-1.diff.gz
 6b325057048e45359d52d468956ed48e 2881940 net extra 
rabbitmq-server_2.8.6-1_all.deb

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

iQIcBAEBCAAGBQJQNNIwAAoJEIJjVeJg97yyiDkQAJqkt2S1PIEIGuQYfUvhdkZY
vdLYV60etwRdWwUYfDuARIobIp5vl8ipgT4c37iKVaJIZwxShgH2J8cmjlhK6LeQ
ygmz15GztHWWc1hh4d6dWriqPUHK3MufttgYr6hs/i0B1X3QAi3DUE0Ge3OaQ7un
qGpMWSwgPi6js70tbW5QA5/1Tf7t4JIdUgwmjht5t6MDUNHYECfSfzh0SN4e7jCz
YZblyO2nS03GhLYEds1OnvvBrs6VeYhgdQuFTShc8NF042dMemJCmsINYbRH8Ddb
sOAfUSIWtLSO0xCkVY8rweiGZlUPMxHyWl1W9oSi/n7SiWDEPTht6qMynPugv3iJ
6YbsbY9Jlm6YoznokHFEY69fvXABH7br1T1Kg0ZiChZo6Lnj8okjM5CYSdAhLrZQ
Hq6+0QwxSxJnYuB0slf4WIfPxpKfkqT1+vwGZoZrrVBk4+JC8NUgp6GABMpJB0VB
6K2plKk6lhuuiJLSJxlKsOy/vtiYPs+45av06u/1EAJ/f/CnPCdmkd5+rgfJCKkW
V/FkxEqokaQrDit2drtNC14FCoC25MGk6pStppm7CNNaqFeYeMv7ThpwkXEcjv08
sUmePtrgWMS1lwwgwrZnIzE+RE/+4HxZaMN2Mgr7f7fYAr2R96ylAlDNvgul7Ci5
/dSAqGARNyayxTpgEWrk
=hEbd
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4als-0005d3...@franck.debian.org



Accepted bliss 0.72-3 (source amd64)

2012-08-22 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 20 Aug 2012 17:28:30 +0200
Source: bliss
Binary: bliss libbliss1d libbliss-dev libbliss1d-dbg
Architecture: source amd64
Version: 0.72-3
Distribution: unstable
Urgency: low
Maintainer: David Bremner brem...@debian.org
Changed-By: David Bremner brem...@debian.org
Description: 
 bliss  - tool to compute graph automorphisms and labelings
 libbliss-dev - development files to compute graph automorphisms and labelings
 libbliss1d - library to compute graph automorphisms and labelings
 libbliss1d-dbg - debugging symbols for libbliss1d
Closes: 685390
Changes: 
 bliss (0.72-3) unstable; urgency=low
 .
   * Link libbliss.so.1d.0 against gmp (Closes: #685390).
Checksums-Sha1: 
 7f070f5ba09606dfe05930379edd933795c939e7 1337 bliss_0.72-3.dsc
 9e6e493e219a3ab5d5dae2a7cf171f70cceee45f 3763 bliss_0.72-3.diff.gz
 18ad73bc09490686585889642d238a102c18280b 9538 bliss_0.72-3_amd64.deb
 30be491fdca430db68a1d0a2d68c5f10d1d4b299 72706 libbliss1d_0.72-3_amd64.deb
 486e6ebeb1f56de22142c3fefff0a784c3322c31 721208 libbliss-dev_0.72-3_amd64.deb
 3238cd66e0a5be127626d3cc33a2d9ae4eb4291c 352412 libbliss1d-dbg_0.72-3_amd64.deb
Checksums-Sha256: 
 77fad19144e5c87a1348d9945c748d113da668c44f81ceaec319542aa55a2bc2 1337 
bliss_0.72-3.dsc
 3bed4a7c0534b056be8371e50c6d474ca2abad0b2cb1cf782d35a94e1e020613 3763 
bliss_0.72-3.diff.gz
 7265f6abad295d17c4c2f0bd63f56f4c835f4033c72f431b71840a7d4bcb6230 9538 
bliss_0.72-3_amd64.deb
 97fd154195959fbdcb2e8bf94643b04b1180f87d75a2e66c1a1512fc250cdaa5 72706 
libbliss1d_0.72-3_amd64.deb
 c52a7093a6edf435c3331bb99fdbedaff7b9848f0bcf67ca270cee546f7167d9 721208 
libbliss-dev_0.72-3_amd64.deb
 4199fcc3f46449faa524bbe12091de38dea96438834e6b7a554c218f63178e75 352412 
libbliss1d-dbg_0.72-3_amd64.deb
Files: 
 f94ba3124750bd070a90a52fd7b0d893 1337 math optional bliss_0.72-3.dsc
 6957e0c3651886105cc2602860cff937 3763 math optional bliss_0.72-3.diff.gz
 a67fbdbfddec6ff2755b938b4e6bc3d2 9538 math optional bliss_0.72-3_amd64.deb
 56e7c16d90ab0b097e010e41a8884d93 72706 libs optional 
libbliss1d_0.72-3_amd64.deb
 80f6efa6d167d968ccf9bfcde100a663 721208 libdevel optional 
libbliss-dev_0.72-3_amd64.deb
 984e955a1b1325fae43569c156d8d8fa 352412 debug extra 
libbliss1d-dbg_0.72-3_amd64.deb

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

iJwEAQECAAYFAlA04q8ACgkQTiiN/0Um85msPgQAux64S3d478l9ksp6NdS/i35q
rP9l+FOeOYnK9aDn/euV5v7TCp7t+EISRCF6VNvfuRN8zjelJ7Ye5zqLna3nVfAW
RywTKh5Rgv4E71p2q9Dv9pvvtCKG5a4ZSmzcbXqNuKLgJSGWkRGg3DDTi9tUqFKK
PL+WT4Rse1uvc6hbDY8=
=2roa
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4cdg-0006ew...@franck.debian.org



Accepted geeqie 1:1.1-5 (source amd64 all)

2012-08-22 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Aug 2012 14:58:48 +0200
Source: geeqie
Binary: geeqie geeqie-common geeqie-dbg
Architecture: source amd64 all
Version: 1:1.1-5
Distribution: experimental
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 geeqie - image viewer using GTK+
 geeqie-common - data files for Geeqie
 geeqie-dbg - debug symbols for Geeqie
Changes: 
 geeqie (1:1.1-5) experimental; urgency=low
 .
   * Fixed typo in a patch.
Checksums-Sha1: 
 8cb8698cba3e18df01d1499e71cad14cca1a52e8 2141 geeqie_1.1-5.dsc
 5537dc107b6fd25718f0917e3f17e3c79757fff1 13919 geeqie_1.1-5.debian.tar.gz
 561ef4b7cb1ec4bbea5e267a4a0e7b6cb9b75cc4 728204 geeqie_1.1-5_amd64.deb
 55c0dcd8a483dc91145b1eaa9c68321779edc9f0 939248 geeqie-common_1.1-5_all.deb
 e608d213a51a23a85fb4358a3ae36dac35c7823e 2148240 geeqie-dbg_1.1-5_amd64.deb
Checksums-Sha256: 
 67343fafffc9437b55392106df9ec4a5394cc11a26beeb86b4abdbc4366476b3 2141 
geeqie_1.1-5.dsc
 09fde4b44927377c6222911d237beb9c5271285526499e225ba7c2cc7cbfa777 13919 
geeqie_1.1-5.debian.tar.gz
 2d4c9650fee4446a0e338edb3c578252035ad2d63da0c8b87dc5a41330b757a4 728204 
geeqie_1.1-5_amd64.deb
 0c69297a7710aa548b0a0e2dca336e9e284edb53a5b4552be3149460495d4d57 939248 
geeqie-common_1.1-5_all.deb
 8c811c7a384b5807e162c1799319505d099172a3a2d5ecf7dfeae8df3313702b 2148240 
geeqie-dbg_1.1-5_amd64.deb
Files: 
 9b3d145a60d662300faedba9d74cf9b9 2141 graphics optional geeqie_1.1-5.dsc
 2e09ff36cbe8a49b86f8d41208f535e9 13919 graphics optional 
geeqie_1.1-5.debian.tar.gz
 78ab4f52fea06dd900855ffc0a8dcf6d 728204 graphics optional 
geeqie_1.1-5_amd64.deb
 100b835bec839a758bde1d0d99625ddf 939248 graphics optional 
geeqie-common_1.1-5_all.deb
 79b4ac477525162607ff55b73acf135d 2148240 debug extra geeqie-dbg_1.1-5_amd64.deb

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

iQIcBAEBCAAGBQJQNNjEAAoJEGo39bHX+xdN/AEQAJmIEKV/u2I3vqu7dTaBMRua
yQa01jiRnfbCae3VpNIzmaA/CQv9FpaaJt6YOO8ly36WPPnrhtJef4OmbDLHXYNO
FykTFSz7aHHWtXoWLUBsWBN9qzQWOUek/zL1S1hr9QR5e68roolBOOoVlLOtXMec
MiNpd0oyRUsKfg3BpJODplLeYXtnz/dP12VDp6Kzpougq+Ulpa/4IL6NGC4KDr3F
+SgFwnIRMjR12hQJyDnFHjwXYmNIGmWnjb0mcSFQm141OXjvJfMyTx3bvtjjUxfG
OZGewbUPkkzAEQWUrNrxILRBgmiwQPwJ7HiLv+VGI/fPaPyePIqaSDV1IrI4S+3t
m8a58brVGQV07IDKjOtUzALnxpSbQo6ziDe9ouNt50B0Memyx88QbKfD27lrjedn
UEds+XLUx1sPELpp1zBw9hxQ5bCDKq7rxHqtU/T48FT3Xb8zcCLPkQ5YZ0Zifte6
x/W9yTtFv9zeNj8rHkn8TrnXn4m3N7GATt+d5m+jmY+Y8RsVuOHUyC2/uDFeWyUe
0YsVr4cb8Ya2EvAoHeWR+tw6rCNhC2MDuJPmAGOHlUKfYp68pYOH9WimmzdT5Msv
SLIOK1tS3Q9q/Y9MNLlFiXIalJr3mW83e+lD+W831mvM/BPRlFWJE6VPwXveeRqL
Z0eRvq5AVTYGNj9VDfUb
=scfm
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4cdt-0006hu...@franck.debian.org



Accepted php5 5.4.4-5 (source amd64 all)

2012-08-22 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Aug 2012 17:05:06 +0200
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi 
php5-cli php5-fpm libphp5-embed php5-dev php5-dbg php-pear php5-curl 
php5-enchant php5-gd php5-gmp php5-imap php5-interbase php5-intl php5-ldap 
php5-mcrypt php5-mysql php5-mysqlnd php5-odbc php5-pgsql php5-pspell 
php5-recode php5-snmp php5-sqlite php5-sybase php5-tidy php5-xmlrpc php5-xsl
Architecture: source amd64 all
Version: 5.4.4-5
Distribution: unstable
Urgency: low
Maintainer: Debian PHP Maintainers pkg-php-ma...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 libapache2-mod-php5 - server-side, HTML-embedded scripting language (Apache 2 
module)
 libapache2-mod-php5filter - server-side, HTML-embedded scripting language 
(apache 2 filter mo
 libphp5-embed - HTML-embedded scripting language (Embedded SAPI library)
 php-pear   - PEAR - PHP Extension and Application Repository
 php5   - server-side, HTML-embedded scripting language (metapackage)
 php5-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php5-cli   - command-line interpreter for the php5 scripting language
 php5-common - Common files for packages built from the php5 source
 php5-curl  - CURL module for php5
 php5-dbg   - Debug symbols for PHP5
 php5-dev   - Files for PHP5 module development
 php5-enchant - Enchant module for php5
 php5-fpm   - server-side, HTML-embedded scripting language (FPM-CGI binary)
 php5-gd- GD module for php5
 php5-gmp   - GMP module for php5
 php5-imap  - IMAP module for php5
 php5-interbase - interbase/firebird module for php5
 php5-intl  - internationalisation module for php5
 php5-ldap  - LDAP module for php5
 php5-mcrypt - MCrypt module for php5
 php5-mysql - MySQL module for php5
 php5-mysqlnd - MySQL module for php5 (Native Driver)
 php5-odbc  - ODBC module for php5
 php5-pgsql - PostgreSQL module for php5
 php5-pspell - pspell module for php5
 php5-recode - recode module for php5
 php5-snmp  - SNMP module for php5
 php5-sqlite - SQLite module for php5
 php5-sybase - Sybase / MS SQL Server module for php5
 php5-tidy  - tidy module for php5
 php5-xmlrpc - XML-RPC module for php5
 php5-xsl   - XSL module for php5
Closes: 684108 685340
Changes: 
 php5 (5.4.4-5) unstable; urgency=low
 .
   * Get rid of empty examples directory (Closes: #684108)
   * Provide sensible default configuration for PHP MIME-types inside
 Apache 2 configuration (Closes: #685340)
   * Add NEWS text about more strict extension configuration
   * Update NEWS and README.Debian based on debian-l10n-english review
 (Courtesy of Justing B Rye)
Checksums-Sha1: 
 3aeda863c67ddf119554deaf95840cc2ef21fba5 3706 php5_5.4.4-5.dsc
 fea41792f4161ce4ecd084d77313ba3a6150eecd 184616 php5_5.4.4-5.diff.gz
 3b1bf75bc66376a2cd693146746c3450b333c1a8 584074 php5-common_5.4.4-5_amd64.deb
 183150fdc07fc381b7b04a3dcf5cce86dc56ba24 2663892 
libapache2-mod-php5_5.4.4-5_amd64.deb
 a943eeb745bbf975a6fcf169e3eb33c058538805 2662632 
libapache2-mod-php5filter_5.4.4-5_amd64.deb
 6df247f84a8128dcb7502b6d1e397f8c1191ec61 5097736 php5-cgi_5.4.4-5_amd64.deb
 ea8cd1e8d3b244c15f2bf15cd3012e2d095e4d16 2556268 php5-cli_5.4.4-5_amd64.deb
 cddad68cf452a127b6fd5ae63b69e98d7c4f040e 2587832 php5-fpm_5.4.4-5_amd64.deb
 04d5eee4af333508b1d65cc1081ed1bb2616f92f 2661678 
libphp5-embed_5.4.4-5_amd64.deb
 5afce67c5729037d7e8e67cef40fde7277f661cf 497728 php5-dev_5.4.4-5_amd64.deb
 2ad3f3928b9c006fe8643dbaaa6e39fab4193fdd 15951558 php5-dbg_5.4.4-5_amd64.deb
 91397a18b1b899f899fd29f5296ced476d5ba110 29064 php5-curl_5.4.4-5_amd64.deb
 bef170db66ea576b72edd2cfe0bc9c6a3faad18c 9912 php5-enchant_5.4.4-5_amd64.deb
 d2e1802c077463597804445c2610a6687c8fbde3 35684 php5-gd_5.4.4-5_amd64.deb
 508d36713d04af925f87cd173bd66dc7e5505a3a 17142 php5-gmp_5.4.4-5_amd64.deb
 6422f91102ebf69e369136efbf0c8c0f3109eb18 35584 php5-imap_5.4.4-5_amd64.deb
 b8daf2aa36ca08c40311281ed205b1059bba3912 49580 php5-interbase_5.4.4-5_amd64.deb
 4d746f2c6516c522b4ec95b8c1c4edf6decd5b7e 71898 php5-intl_5.4.4-5_amd64.deb
 81734c752d407f7f47259e86994930e454416ce7 21744 php5-ldap_5.4.4-5_amd64.deb
 f4b4d6a3ffc58f9e4cf3a3efa3924ef67e0a16dc 16066 php5-mcrypt_5.4.4-5_amd64.deb
 b354f90a4ce5738a3e9909d40b53d8e6557c0e02 80812 php5-mysql_5.4.4-5_amd64.deb
 d18858bad3c0db6f17ebfbf923fee5c682ad7876 162348 php5-mysqlnd_5.4.4-5_amd64.deb
 0e6268f7a0ced760341f1c6e6119596eba866d57 36632 php5-odbc_5.4.4-5_amd64.deb
 45a12d0c5d76ac1b3b133c20da2928aa3cfebd4d 61436 php5-pgsql_5.4.4-5_amd64.deb
 5b36ced839f8e9da99740d74f30d9f91916458a1 8884 php5-pspell_5.4.4-5_amd64.deb
 187a68c622f02667ca95d271061ca5efe8856fe6 5176 php5-recode_5.4.4-5_amd64.deb
 41337968fa27caf94d926b8a191662e0f9ff2b04 21792 php5-snmp_5.4.4-5_amd64.deb
 62436913a49c80da778f3ef9f22af438b004055a 30324 php5-sqlite_5.4.4-5_amd64.deb
 30a52eba605e373c01ef22da69e514274fcb9ab6 28160 php5-sybase_5.4.4-5_amd64.deb
 

Accepted gcl 2.6.7-103 (source all i386)

2012-08-22 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Aug 2012 15:13:12 +
Source: gcl
Binary: gcl gcl-doc
Architecture: source all i386
Version: 2.6.7-103
Distribution: unstable
Urgency: high
Maintainer: Camm Maguire c...@debian.org
Changed-By: Camm Maguire c...@debian.org
Description: 
 gcl- GNU Common Lisp compiler
 gcl-doc- Documentation for GNU Common Lisp
Changes: 
 gcl (2.6.7-103) unstable; urgency=high
 .
   * sfaslelf.c: FIX_HIDDEN_SYMBOLS
Checksums-Sha1: 
 c8f697a18ff33149fa8085a319e9371cfa8545f6 1182 gcl_2.6.7-103.dsc
 15adfcae22ba288575b7a263f02f78d6cdfc1985 5199820 gcl_2.6.7-103.debian.tar.gz
 90e25c5a5375a58af3b81b7040fd530b8f707ccc 609736 gcl-doc_2.6.7-103_all.deb
 7e3dda69c7c329d2c23ae63bfec9461e06690c0f 22671348 gcl_2.6.7-103_i386.deb
Checksums-Sha256: 
 45c1549a60d0f855ee89930e50384d9337064eb74aa2a92931a619bf2a968587 1182 
gcl_2.6.7-103.dsc
 193787e050d080936ec5f224ddb3622703f4c81f1394996166c6f793df90f6ff 5199820 
gcl_2.6.7-103.debian.tar.gz
 265005d46f2ab7f99eb4d2fdfb7235f70eb7954cfc040593b42994293ad2d6b6 609736 
gcl-doc_2.6.7-103_all.deb
 d430b2a1e611a9eb6a2706f996ad2d99064551131844cc486abe932564e9c48f 22671348 
gcl_2.6.7-103_i386.deb
Files: 
 3cdfc70d936df59d7a48082d225241da 1182 lisp optional gcl_2.6.7-103.dsc
 95140c47712262ad177db6cea017c0fb 5199820 lisp optional 
gcl_2.6.7-103.debian.tar.gz
 2f6257b4302135d9884c1c229c57aa39 609736 doc optional gcl-doc_2.6.7-103_all.deb
 cb48ed102ac11db9757036101c353d58 22671348 lisp optional gcl_2.6.7-103_i386.deb

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

iEYEARECAAYFAlA0/DQACgkQczG1wFfwRdyViACgkwqSgcfY5QrDZfmHtokcLHCJ
MhwAniYxG4ySUSQ6QYKa9uQKpVkNKfhQ
=leAm
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4doe-0003hl...@franck.debian.org



Accepted otrs2 3.1.9+dfsg1-1 (source all)

2012-08-22 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Aug 2012 18:00:51 +0200
Source: otrs2
Binary: otrs2 otrs
Architecture: source all
Version: 3.1.9+dfsg1-1
Distribution: experimental
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 otrs   - Open Ticket Request System (OTRS 3)
 otrs2  - Open Ticket Request System
Changes: 
 otrs2 (3.1.9+dfsg1-1) experimental; urgency=low
 .
   * New upstream release.
   * Fix typo in the changelog of my 3.1.7+dfsg1-3 upload.
Checksums-Sha1: 
 234b639c8618633631e1cd5f48ec95f0058ccde7 1803 otrs2_3.1.9+dfsg1-1.dsc
 acff0a86125bed8cbabc31c8e27a6895ddaf0bde 14108584 otrs2_3.1.9+dfsg1.orig.tar.gz
 fef36ff9f5c00aa83a5c4bc89bbeb2f1f664c1a9 44116 
otrs2_3.1.9+dfsg1-1.debian.tar.gz
 695b19d9c0dacf71a462381644c57de851695ee9 9761682 otrs2_3.1.9+dfsg1-1_all.deb
 05fc73af223d549fb1ac57c4dc9cda3a083c36d6 137218 otrs_3.1.9+dfsg1-1_all.deb
Checksums-Sha256: 
 53c6da15ddc173ce50cb75d2960b6e1996f7324633ea4651443ccdce08829bbe 1803 
otrs2_3.1.9+dfsg1-1.dsc
 03d83de2017fe31ca1790cd58f3a94498e7f2dc39e1884d252618833e439775b 14108584 
otrs2_3.1.9+dfsg1.orig.tar.gz
 861db629f5d0dcca8ae87252aa0db63c1a87f69e52a1666208fcee8d8889c885 44116 
otrs2_3.1.9+dfsg1-1.debian.tar.gz
 1f2a106b668b071862671c754ea4b26735216ace0297b1f5cfa5afb3b7625a0b 9761682 
otrs2_3.1.9+dfsg1-1_all.deb
 eceb225dd897c8406de334aeab3d8f9e54b4befbc5558eb6ddb6260216efc0c6 137218 
otrs_3.1.9+dfsg1-1_all.deb
Files: 
 0483fd13f9d16da0c9ee93027781bfa3 1803 web optional otrs2_3.1.9+dfsg1-1.dsc
 8fbbaa8af682ca07ec3c51368e19358a 14108584 web optional 
otrs2_3.1.9+dfsg1.orig.tar.gz
 531eea17c552ea4ffae32d9100520612 44116 web optional 
otrs2_3.1.9+dfsg1-1.debian.tar.gz
 23fd3fe26551db51a212b070276d35eb 9761682 web optional 
otrs2_3.1.9+dfsg1-1_all.deb
 8a0bddfb40af7ff45ce8c5ae94a87f5a 137218 web optional otrs_3.1.9+dfsg1-1_all.deb

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

iQIcBAEBCAAGBQJQNQS+AAoJEBLZsEqQy9jkCRcP/Ao4aRUfPEDQBKprYGyNxOS6
eOLRLHgxWzdC2PTCpSV24gGvDU3Sn517hjIiiXlwY91T9ya+5yyYJ0mLm8jtmpFp
KPFBbh9RVA1qVkzGRIL2x7YQYuNuJSxQ5oEBV6GV4/N43D32mLFQZf8AiCz9cCPJ
jQMz0m16qjSCQh6kAeqX7xK5JLpTB1FM1EZgDzy7/dSqXm2MZVZ1+1uGTCCTNqD+
e3lcIQ6rm/4P+WX3r8OXD1NvrSHBCLEd9og/hLmXectNdTs4LCL1KZo/lO41yLIT
ih5bDQr2ZOWAVRL7FO2ANsmhhTdzyOLc2wUh26GB65orQ6/b4vCa4IHQrzHMtRf/
IXsHdz92+4gu4rtORi9AsX1zeju1/YOCVvDmIyTFN62YHySjg8wI1tDVwZwqL6Ur
5BJVZSgpvGWjGKZEWdY4KSv9Ia/0SBPQkL1rbjr+FOBbNBi/rVHrBhGHWbgkoGaZ
KM0ZnbeOYgefN8VHr4/PRGm0PXZHaMASDeQBuSSNa/DpkL2A46892ny5LGC0aEKm
t+Z+e3rTB8+pSkvSDiDFlHWIuFw5dLuwm4L4Tu0PPthWILEWbkeB6YhuROgKKaNv
o9wkNm+EiKQJL4dI1MuC4tYpHOdvk1It8e6G2X+OBLziNY8gkaMLIMkU8QlZZZ2X
qyXC7Fp5uF+Vf2+bEI3C
=gSo+
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4dcj-0006dl...@franck.debian.org



Accepted roaraudio 1.0~beta5-1 (source amd64)

2012-08-22 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Aug 2012 18:05:30 +0200
Source: roaraudio
Binary: libroar2 libroar-dev roaraudio-dbg roaraudio roarclients 
libroar-compat2 libroar-plugins-universal
Architecture: source amd64
Version: 1.0~beta5-1
Distribution: experimental
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 libroar-compat2 - drop-in replacements for other sound libraries
 libroar-dev - header files and documentation for the RoarAudio libraries
 libroar-plugins-universal - Collection of host-independent plugins for libroar
 libroar2   - foundation libraries for the RoarAudio sound server and clients
 roaraudio  - sound server for audio mixing
 roaraudio-dbg - RoarAudio sound server for audio mixing (debugging symbols)
 roarclients - Collection of basic clients for the RoarAudio Sound System
Changes: 
 roaraudio (1.0~beta5-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 83102fe8063375629a24dde8fe53f151bb2dda1b 2352 roaraudio_1.0~beta5-1.dsc
 c03af086af586df89ae5dacfa2acd887388f8c4e 697164 roaraudio_1.0~beta5.orig.tar.gz
 5d3ebc8d1a939c0275367c1e9d6634969df8eebf 10072 
roaraudio_1.0~beta5-1.debian.tar.gz
 33db024eefbc3a77f9e132059331bf66b7b75bb6 216248 libroar2_1.0~beta5-1_amd64.deb
 42d1f3b7a59f553e0b4333a6ae71bb87ed3f53b5 165226 
libroar-dev_1.0~beta5-1_amd64.deb
 861d18f939367bda78360aea9d2e90797c0849c1 1060292 
roaraudio-dbg_1.0~beta5-1_amd64.deb
 9b5c5e9c6dca735f024f1976ecc1b03e11821f45 168030 roaraudio_1.0~beta5-1_amd64.deb
 20104d16c1acf4370dd9f63f67061d94ee467a31 117816 
roarclients_1.0~beta5-1_amd64.deb
 d2384ee536c11d37c1f46e67efcc1862db2de2e4 66342 
libroar-compat2_1.0~beta5-1_amd64.deb
 334e3b852556caa0fd01954185d31c299dcfceb5 28786 
libroar-plugins-universal_1.0~beta5-1_amd64.deb
Checksums-Sha256: 
 7edddb2cbd3f134f0dfaf4533ed020cbd84545cbee5247d86ba48dbe4e5f870e 2352 
roaraudio_1.0~beta5-1.dsc
 afcc00201311c88685f62d65c61e9fa54f0d00b1c7fcae9bd4631c031e2e7815 697164 
roaraudio_1.0~beta5.orig.tar.gz
 d6532d36f5df021f2389de66340bb8ec500bc305d5330a776129d15ea49a6091 10072 
roaraudio_1.0~beta5-1.debian.tar.gz
 fb82b8ccfb4f3cb30de1240b6dbfd8aad56d6d0eba3e023d8f865a0fde94315c 216248 
libroar2_1.0~beta5-1_amd64.deb
 0220eb3a6593a5f7365553c5777c4262429ee46c9742fd9cd55c4ba97ef4f6df 165226 
libroar-dev_1.0~beta5-1_amd64.deb
 915b9415394e5dd8b3d40cdc3eee0223cef52a139adef806f681a3d1b0765e5e 1060292 
roaraudio-dbg_1.0~beta5-1_amd64.deb
 11266293cf4ac77673d393bbb7cce23e1f556e082c6282d8fd99008cfcd2e969 168030 
roaraudio_1.0~beta5-1_amd64.deb
 e60e99bf83d282d695a49bd1d8595ed5ecea1afaa78944e67ddb47510a639982 117816 
roarclients_1.0~beta5-1_amd64.deb
 e4043af9ba89a45a9a17ab4e1e714746ed2d8932d70399460212cbe812a63da6 66342 
libroar-compat2_1.0~beta5-1_amd64.deb
 8fd0c9ebb8733c1aa4183bd84ad89195bedaf4eb7ccc96e2626681dbbdfcefa3 28786 
libroar-plugins-universal_1.0~beta5-1_amd64.deb
Files: 
 f06dfa8ada74a3bcde01de5fed1b813c 2352 libs optional roaraudio_1.0~beta5-1.dsc
 8d4c8ddab5cc46f7c44286c565d49697 697164 libs optional 
roaraudio_1.0~beta5.orig.tar.gz
 78717bd7372e18d6f5beba51da906be5 10072 libs optional 
roaraudio_1.0~beta5-1.debian.tar.gz
 676721964b5392fdfe7023ba8350d769 216248 libs optional 
libroar2_1.0~beta5-1_amd64.deb
 5db3cd6ba24182746b3818f7c33e6a5f 165226 libdevel optional 
libroar-dev_1.0~beta5-1_amd64.deb
 52b668c7d106f59add0248778d0fc8a1 1060292 debug extra 
roaraudio-dbg_1.0~beta5-1_amd64.deb
 c1a35c92e3feb3e5472a3d09f62b9569 168030 sound optional 
roaraudio_1.0~beta5-1_amd64.deb
 1b0c4fef308bd10e4d3f5b454064f7f9 117816 sound optional 
roarclients_1.0~beta5-1_amd64.deb
 18aed75cd965f645c298c4546831bcb1 66342 libs optional 
libroar-compat2_1.0~beta5-1_amd64.deb
 77c3e20e202850841ee8c54678e2e45f 28786 sound optional 
libroar-plugins-universal_1.0~beta5-1_amd64.deb

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

iQIcBAEBCAAGBQJQNQS/AAoJEBLZsEqQy9jkwRQQAI4SDdkaeQIrNDaqQwcgDPwP
LHxKd7SyKjVuutqbFgISgP4Av9HHkkR2Vd7WoHhM2bUnTPSB2awzif4L6fWy1hV3
3AHeO6u8ILN+V2tyhnEjYHOsCDjN6omVvypVqhTTocxqCB30oGdPL0n14RtnKfhN
bKoQUNaQ1Wrp2/Yh8C1R8ZTWUYcGVUUUm1cNQHTeN/B6Khk+LbGGdhgVuipR66QC
karp5G3TpARhAsWEbxFMkq5EjPZhHDCwX0oR3Zk7sGveM+mE9/MDLlMLpsRWo5zN
F4ustxGLc/OWk6U3uOSWEsC9HhbeOh+9lUIL8uy96nFloNrXmaffH5RwhSFyRY2x
Nox4LhAYGIJd170JAKphReo+DBzlgZBf1ATLv608i21UPGfbQ56Fq+tXItn59FGa
Ls9r2b9GTnFN79L/zDhrWg1QCTNFfBjr1xeB7DCVKLepQUbblRBbUay32U10U5IA
7zu3f6wPIgS5tnWLTxFtdNUkIReC8JCsg12PHEVA9NFWOdII0nM27ZS8M6IJXQ2J
dLVBgoVUn8ixy8qQy5lrPsdAhDlpYK3q9EwEiLgUwfiHLFLw0oPTO3Rcmt+Yz+bu
+YZ0t3djedGsapFfUuJNiY6Mk3ciH/XSk2vfTRyuOfklgpNC/TFJUSeQiYjK5PFN
pqgZwmAoHg7mgRYld7ge
=ktsq
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4dcp-0006ez...@franck.debian.org



Accepted createrepo 0.4.11-1.1 (source all)

2012-08-22 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Aug 2012 19:01:30 +0200
Source: createrepo
Binary: createrepo
Architecture: source all
Version: 0.4.11-1.1
Distribution: unstable
Urgency: low
Maintainer: Adam Cécile (Le_Vert) gand...@le-vert.net
Changed-By: Matthias Klose d...@debian.org
Description: 
 createrepo - generates the metadata necessary for a RPM package repository
Closes: 682150
Changes: 
 createrepo (0.4.11-1.1) unstable; urgency=low
 .
   * Non maintainer upload.
 .
   [ Scott Kitterman ]
   * In genpkgmetadata.py/SplitMetaDataGenerator, add try/except around use of
 urlparse.uses_fragment to avoid crash when running with a python version
 that does not have uses_fragment (2.7.3) (Closes: #682150)
Checksums-Sha1: 
 b83ed8146cd33b3ed6af520d86b9781e2f6d32bb 1170 createrepo_0.4.11-1.1.dsc
 27312aafb246b62edcd93f03642b1ba9c2321468 2333 createrepo_0.4.11-1.1.diff.gz
 4ceca69dca1866697419ed340a181e11714ec069 27108 createrepo_0.4.11-1.1_all.deb
Checksums-Sha256: 
 6ced8551d5cb2cdb47e4238cf1386d21dd612703d879f43522cee968930eb17e 1170 
createrepo_0.4.11-1.1.dsc
 9d2e60b1c12b8e7d720d51ebedfb917fadeb39951687140073497d3b09930ce7 2333 
createrepo_0.4.11-1.1.diff.gz
 31a031b1f2d2c43ee03c986442676070aa0b0077141a4a182f3c1edb164c2a31 27108 
createrepo_0.4.11-1.1_all.deb
Files: 
 58efd129a3c57075bc614f45d222cceb 1170 admin optional createrepo_0.4.11-1.1.dsc
 bcb8523648501097dec63f442a5594ae 2333 admin optional 
createrepo_0.4.11-1.1.diff.gz
 448da714845b11dd38c8322949354864 27108 admin optional 
createrepo_0.4.11-1.1_all.deb

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

iEYEARECAAYFAlA1EPQACgkQStlRaw+TLJyY9gCfQfPPgeOq7vjVS6r2Shn6UcPM
yfsAn0MSc4NoUzo35/p2Rgkj+e2ULNT6
=3jv8
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4eyj-00074x...@franck.debian.org



Accepted otrs2 3.1.7+dfsg1-4 (source all)

2012-08-22 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Aug 2012 20:58:13 +0200
Source: otrs2
Binary: otrs2 otrs
Architecture: source all
Version: 3.1.7+dfsg1-4
Distribution: unstable
Urgency: high
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 otrs   - Open Ticket Request System (OTRS 3)
 otrs2  - Open Ticket Request System
Changes: 
 otrs2 (3.1.7+dfsg1-4) unstable; urgency=high
 .
   * Correct typo in changelog from my last upload.
   * Add upstream patch 28-osa-2012-01-ie-xss from OSA-2012-01, which fixes a
 XSS vulnerability when using the Internet Explorer.
   * Move libmail-imapclient-perl from Suggests to Depends and also depend on
 the version in Wheezy. This is an additional fix for the 3.1.7+dfsg1-3
 upload to ensure that the correct version is installed.
Checksums-Sha1: 
 65d114c77422dff50169a9e5ada23421a985cb79 1803 otrs2_3.1.7+dfsg1-4.dsc
 3cc639be1780509f65a57ccc7b3896c360eb8d36 46347 
otrs2_3.1.7+dfsg1-4.debian.tar.gz
 60cdffd62c13375fd375be84882ad7dc521c2299 9757426 otrs2_3.1.7+dfsg1-4_all.deb
 04bce85970084ae4084fbed787896d055eb025f1 136326 otrs_3.1.7+dfsg1-4_all.deb
Checksums-Sha256: 
 43c645840ce082789314ac0862223c2a79f7e216a3b5904fae901f578600c729 1803 
otrs2_3.1.7+dfsg1-4.dsc
 59ef0b53c5d0442c115ebefdefc1be59c5a15ff5981b3edc3dafe94a49741f7a 46347 
otrs2_3.1.7+dfsg1-4.debian.tar.gz
 da20ffee7502fca45f0521becd518abc9e4ef64bab5e9978dbb161f14036635e 9757426 
otrs2_3.1.7+dfsg1-4_all.deb
 70e46ceffc1e3ca0dc99da6888916a4f268d94f114be319cc021bc41c10b491f 136326 
otrs_3.1.7+dfsg1-4_all.deb
Files: 
 958bcfc0e0cd8ab28bcf18246b486fe3 1803 web optional otrs2_3.1.7+dfsg1-4.dsc
 4877978e8c6aa6e7d33cec276c4a63f1 46347 web optional 
otrs2_3.1.7+dfsg1-4.debian.tar.gz
 74728b81644bc6b23f9ab27bb145fea3 9757426 web optional 
otrs2_3.1.7+dfsg1-4_all.deb
 96a45d6a0d1cc9826b6d32be05ca9dd3 136326 web optional otrs_3.1.7+dfsg1-4_all.deb

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

iQIcBAEBCAAGBQJQNSzTAAoJEBLZsEqQy9jkegUP/3oHIxXEQOV1d7NNzuAGaVi9
x7cEU4EOjEfmEGGEjB9XjHXszaitwV3oAckug2Y1VIEgqkPkCKz9U0BHllLtu35B
iGxHoL5O6ntBpbYaUHFLTcEGyBWQlHQJLaibtIdOkUIew8LuNY1UjvuHqOmZU2vG
/FTm/fGzUNdND9McEVQmtHtpIdlHKpGC2Doxx3eL0aG1BN611SII+Vzqt8e+0i/o
mDRfay3jmR/DGNNxkCtNbzvwg7T9BVO/W2kUCcEeWrGPcitq/WhUQKwOc/XSCf/1
OMCpYQPbiJdTpn0JCkV8V8rVshs+aiIvn/xGVo5B1ueV3jWFo9ob+EXKvmb6JEO8
n5EQaxnVR9cQ3N50pxvjF21/uiE+1wNS5YgJwPFaDSnA3SyeXpmGCpk7v2kvdENa
0/XMPshrmzFo1GKN6srSWUnzvwCNu47aZ7n8iCHI+SPTM9+C9K7ANmQcUYz2GGrG
lmIclOgx9scUj0LY/7Rn2cdBzR/Apc1Gi2p8lcQAyQp5EIqJE2TzIkDiFdiZ8FP3
HOyT0EnXeQ62exOWex24SMfOXKPdyy55QZqlviT3ExfUcYbpxwDbqHHpj4hdzF+d
LXlBkrBltXXzca1TOeeKM+EZhAmLtPy74uf9CTjibcxx0AS+ryvObA6fcbFi056i
QHnE8NYYdOgj8Nn0HziK
=Z/Hs
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4gqt-0006hs...@franck.debian.org



Accepted pkg-kde-tools 0.15.3 (source all amd64)

2012-08-22 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Aug 2012 22:52:24 +0300
Source: pkg-kde-tools
Binary: pkg-kde-tools libdlrestrictions1 libdlrestrictions-dev
Architecture: source all amd64
Version: 0.15.3
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 libdlrestrictions-dev - development files for the DLRestrictions library
 libdlrestrictions1 - library that implements library compatibility checks for 
dlopen()
 pkg-kde-tools - various packaging tools and scripts for KDE Applications
Changes: 
 pkg-kde-tools (0.15.3) unstable; urgency=low
 .
   * Reupload without cruft.
Checksums-Sha1: 
 d364743dd222da2157912d264f935f34b9c8013c 1198 pkg-kde-tools_0.15.3.dsc
 d4cb618b97c4fe85b63146f22e60c83863a66521 101931 pkg-kde-tools_0.15.3.tar.bz2
 547bc5f23a76edb55ac877a30d7928e37469f5c3 108130 pkg-kde-tools_0.15.3_all.deb
 dde8798aa8e87e86b96bdd4497463e31b2a30073 20526 
libdlrestrictions1_0.15.3_amd64.deb
 80ceed5a43fc2ad82b6f312b7b4f4b8d3d1c47ce 16598 
libdlrestrictions-dev_0.15.3_amd64.deb
Checksums-Sha256: 
 3991d863881ed783bddfdbe10f6b4646dd3d13d8f94f2bc656e7e745291ca44e 1198 
pkg-kde-tools_0.15.3.dsc
 dd4007b8a2bfcf0226cc03e66ac10d7762b4e48412d63d6c711e513fc7dde356 101931 
pkg-kde-tools_0.15.3.tar.bz2
 7046ac85201ef910fe2e7e761a4cb25399a0a1ac6d8cbc1c82e5b1939bca0379 108130 
pkg-kde-tools_0.15.3_all.deb
 50fe523fb46872b76bf3ec07275b09fdcfbdfa1b0436808afe7699bac77aee78 20526 
libdlrestrictions1_0.15.3_amd64.deb
 89b712eb87640cdac97749781c0b7e8eee123ffe0517ffedea74990169673cd8 16598 
libdlrestrictions-dev_0.15.3_amd64.deb
Files: 
 eaed438ccb823e6c354e0752c2805692 1198 devel extra pkg-kde-tools_0.15.3.dsc
 28d9744962b0f7e91f350032e55cdfc9 101931 devel extra 
pkg-kde-tools_0.15.3.tar.bz2
 4a2dae16869531b856aaa0e076477c2e 108130 devel extra 
pkg-kde-tools_0.15.3_all.deb
 4ef0b4b0d6b512d4690fb684620815ef 20526 libs extra 
libdlrestrictions1_0.15.3_amd64.deb
 a510425e26c25d2ea3133002a40fdd9d 16598 libdevel extra 
libdlrestrictions-dev_0.15.3_amd64.deb

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

iEYEARECAAYFAlA1OaYACgkQHO9JRnPq4hTKlQCgsQTqJj75LQtHq705OF3WSlXu
X9AAniGkew0rhz3KDiENNEF2Fb0ief+I
=ZuVI
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4hqj-0004c7...@franck.debian.org



Accepted puddletag 1.0.0-1 (source all)

2012-08-22 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Aug 2012 21:41:00 +0200
Source: puddletag
Binary: puddletag
Architecture: source all
Version: 1.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 puddletag  - simple, powerful audio tag editor
Changes: 
 puddletag (1.0.0-1) experimental; urgency=low
 .
   * New upstream release
   * debian/watch
 - updated to recognize RC vesions
Checksums-Sha1: 
 baede4db5847f4da728a5d678531cf7ecfed82e4 1711 puddletag_1.0.0-1.dsc
 af6ada0a6de7e5b8b4413811989649392364f97d 1069616 
puddletag_1.0.0.orig-docs.tar.gz
 eea8fe642cee56457c0211643bcae0ba9bfcba20 686272 puddletag_1.0.0.orig.tar.gz
 5d8c7a4980c265e0ae88b17494e638ff0245b7df 4155 puddletag_1.0.0-1.debian.tar.gz
 981f7cb2d71effc8ba7a7fb985be0511477f7eb9 1576954 puddletag_1.0.0-1_all.deb
Checksums-Sha256: 
 0c9f42d51b669c8a22a4a7b4da91cc252e4ee3071fc33e413dada1923131d768 1711 
puddletag_1.0.0-1.dsc
 d12f061a72dc0bdf7eac499851d63f7d0d854a42c1281ec9e4bd126ada9859d1 1069616 
puddletag_1.0.0.orig-docs.tar.gz
 b78194beab34033851eda07ce2eed54cb8cb0578706d2cf6b7b1660b1c776f63 686272 
puddletag_1.0.0.orig.tar.gz
 e65752c8030c30bfb329e01e25dbad9953c26f8717a50b326e7ee2a2ab0f7dd1 4155 
puddletag_1.0.0-1.debian.tar.gz
 3ed2086b621e73efad1499f04491bfb0957b3b4a36d4d7bf56dbe63aaf5fcb76 1576954 
puddletag_1.0.0-1_all.deb
Files: 
 30255c5da6ff6ff3754933f493d27093 1711 sound optional puddletag_1.0.0-1.dsc
 6b2bd101b3596c0646f201c1b66b3745 1069616 sound optional 
puddletag_1.0.0.orig-docs.tar.gz
 3d016fb0e81ef2e41d3ca893f5344247 686272 sound optional 
puddletag_1.0.0.orig.tar.gz
 cc38d8f6b0c0a47d417aee8ac4cd38cb 4155 sound optional 
puddletag_1.0.0-1.debian.tar.gz
 ce6ab50fcdcffaa5a8d27702bfcbe09d 1576954 sound optional 
puddletag_1.0.0-1_all.deb

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

iEYEARECAAYFAlA1NosACgkQAukwV0RN2VCwhQCfdaez3nJkIm9TbLKAuibtpKJK
FBgAnAmyy0LWGXXlVq+GI6Fl6qsFdANh
=qJ+N
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4hqn-0004cw...@franck.debian.org



Accepted smuxi 0.8.10-2 (source all)

2012-08-22 Thread Mirco Bauer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Aug 2012 21:21:15 +0200
Source: smuxi
Binary: smuxi smuxi-engine smuxi-engine-irc smuxi-engine-twitter 
smuxi-engine-xmpp smuxi-server smuxi-frontend smuxi-frontend-gnome 
smuxi-frontend-gnome-irc smuxi-frontend-stfl
Architecture: source all
Version: 0.8.10-2
Distribution: experimental
Urgency: low
Maintainer: Mirco Bauer mee...@debian.org
Changed-By: Mirco Bauer mee...@debian.org
Description: 
 smuxi  - graphical IRC client
 smuxi-engine - Engine library for Smuxi
 smuxi-engine-irc - IRC engine for Smuxi
 smuxi-engine-twitter - Twitter engine for Smuxi
 smuxi-engine-xmpp - XMPP / Jabber / GTalk / Facebook Chat engine for Smuxi
 smuxi-frontend - Frontend library for Smuxi
 smuxi-frontend-gnome - GNOME frontend for Smuxi
 smuxi-frontend-gnome-irc - IRC support for GNOME frontend for Smuxi
 smuxi-frontend-stfl - STFL frontend for Smuxi (experimental)
 smuxi-server - Server application for Smuxi
Changes: 
 smuxi (0.8.10-2) experimental; urgency=low
 .
   * [1062503] Bumped Standards-Version to 3.9.3 (no changes needed)
   * [b263954] Added libgtkspell-dev to build-deps and enabled GTK+ spell
   checking
Checksums-Sha1: 
 b113ecec49ec660fdd24b55fb20bbb8d8b1bcff4 2353 smuxi_0.8.10-2.dsc
 b380bb7a3b87fe0a9df0f95cbee43f843c89a151 11051 smuxi_0.8.10-2.debian.tar.gz
 1baac411d285bdea9c671dfec54e9145614af9e5 10552 smuxi_0.8.10-2_all.deb
 a719b114f56c9dc64c94ee58eaf274fd74cbd1c5 727968 smuxi-engine_0.8.10-2_all.deb
 2b0b14b79f169d7a447f1c81d39c707c474d8a25 150432 
smuxi-engine-irc_0.8.10-2_all.deb
 0d5e253d617e2c9da5081d58fc34217994df4ad2 335884 
smuxi-engine-twitter_0.8.10-2_all.deb
 a3344c55bb8eaf583dd6ac7499080e385d60f558 324420 
smuxi-engine-xmpp_0.8.10-2_all.deb
 2b78a8d1c4383d54432a7bb3d789ff56d0dbf8d5 24158 smuxi-server_0.8.10-2_all.deb
 4a1225db53a7781d0b4f8d5b7982b505e467b5a9 36166 smuxi-frontend_0.8.10-2_all.deb
 336c6682c0705c978cabb674f2b537821a82427d 514740 
smuxi-frontend-gnome_0.8.10-2_all.deb
 72d7821365e57460382e8cfa11f66d8441808447 19954 
smuxi-frontend-gnome-irc_0.8.10-2_all.deb
 53cbe8d9f84cda31b716d8868df59aa6cf0b5cd3 26208 
smuxi-frontend-stfl_0.8.10-2_all.deb
Checksums-Sha256: 
 be5e142cab5cb589efe58d77f71637d7795aa0ed0713e723ef4d90c01a9c16a7 2353 
smuxi_0.8.10-2.dsc
 3925aa3cd4465ccaa9829fe3e261b9e4c38280e842becd8d9cbf4fc2d10d2f3a 11051 
smuxi_0.8.10-2.debian.tar.gz
 f5bbe04292f7549e875b1eb6b2619fcc2914fe875f67db082c10fb4639716676 10552 
smuxi_0.8.10-2_all.deb
 d2433316555f0b193ce2badca1b70569deaec0a04482f98153d8327af56b95d4 727968 
smuxi-engine_0.8.10-2_all.deb
 b38d6965212bb41818efc9d3ac28b37793ec064e7c243d38f84c7a5872245637 150432 
smuxi-engine-irc_0.8.10-2_all.deb
 414408efb707c3c2722118eced59c7beac02308703bc17d4129827b017cea8ca 335884 
smuxi-engine-twitter_0.8.10-2_all.deb
 81cfb428380ee9fd09d633fb03a8167a7896d440d6dc37cf429ae9e69e8c0797 324420 
smuxi-engine-xmpp_0.8.10-2_all.deb
 131127cb3b2aa769f680186e709bfcff21405bb750b9bb1f69345c2d68c26968 24158 
smuxi-server_0.8.10-2_all.deb
 5238f63902728f7d566336ae6dcbeb5b9bbdc8dbc9200c4797cd88e05cded9f5 36166 
smuxi-frontend_0.8.10-2_all.deb
 6d0e347b191cb919c61fe5e4c347fb0ed16f1f8794222fc3252fb493199a56cf 514740 
smuxi-frontend-gnome_0.8.10-2_all.deb
 01b3c376d845d04cd4a2898e4862e833379b45eaee91767a3dcc508d75cf16c7 19954 
smuxi-frontend-gnome-irc_0.8.10-2_all.deb
 0edd9072346e2a3d9ee203bd5c65f4d1ca1e8f682d2495f4139c30b736eca68c 26208 
smuxi-frontend-stfl_0.8.10-2_all.deb
Files: 
 8ed4c50b2d648b38e66ab54a8bf96ced 2353 gnome optional smuxi_0.8.10-2.dsc
 454b73675849ca43c9fd1a798e926976 11051 gnome optional 
smuxi_0.8.10-2.debian.tar.gz
 33a3b7792e16c6cc64782eea18932a5c 10552 gnome optional smuxi_0.8.10-2_all.deb
 921bcb5da6bf152386fe5f2793fe3b3b 727968 gnome optional 
smuxi-engine_0.8.10-2_all.deb
 481fb7599a68c0f15b2b9bc6ff154685 150432 gnome optional 
smuxi-engine-irc_0.8.10-2_all.deb
 90e90ccc6db1a78946f9f0e2e8db929c 335884 gnome optional 
smuxi-engine-twitter_0.8.10-2_all.deb
 a398752533aac4bc8f35aba46d04755e 324420 gnome optional 
smuxi-engine-xmpp_0.8.10-2_all.deb
 8602cd89f091bed48ac7d45cead27fac 24158 gnome optional 
smuxi-server_0.8.10-2_all.deb
 16b24c56574ba2abcd5a2a73dda1ab7d 36166 gnome optional 
smuxi-frontend_0.8.10-2_all.deb
 96c5a0718b866ba7cc4c64d54e0bfde5 514740 gnome optional 
smuxi-frontend-gnome_0.8.10-2_all.deb
 6d939c0778f6a3975ea8a8ecc6bdcda1 19954 gnome optional 
smuxi-frontend-gnome-irc_0.8.10-2_all.deb
 0836ac33f5a24ec517f1d5302e10609b 26208 gnome optional 
smuxi-frontend-stfl_0.8.10-2_all.deb

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

iJwEAQECAAYFAlA1OZgACgkQcJWf5zskR2FSWwP/XKn/K5RlCnGcqBSoq25Qo0AC
x/RuvLPwcyFCtIa8myUIeh3Vxkjnzx8O5/zf8gdlQlwGnUapHv1Kf2cZufRPQGHF
zGKDwZwR/j4nB8U3p1C/YcOgXyzKaUMTD9GwPmXtKpArV4iYJmMkqP0WWanQuNR9
etwNsKatyJ1b32SSLgg=
=oQsi
-END PGP SIGNATURE-


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

Accepted hsqldb2.2 2.2.9-1 (source all)

2012-08-22 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Aug 2012 23:37:16 +0200
Source: hsqldb2.2
Binary: libhsqldb2.2-java libhsqldb2.2-java-gcj libhsqldb2.2-java-doc 
hsqldb2.2-utils
Architecture: source all
Version: 2.2.9-1
Distribution: experimental
Urgency: low
Maintainer: Rene Engelhard r...@debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 hsqldb2.2-utils - Java SQL database engine (utilities)
 libhsqldb2.2-java - Java SQL database engine
 libhsqldb2.2-java-doc - documentation for HSQLDB
 libhsqldb2.2-java-gcj - Java SQL database engine (native code)
Changes: 
 hsqldb2.2 (2.2.9-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 7d0504bdac22b9c29e42abfeeada9f5851e17464 2021 hsqldb2.2_2.2.9-1.dsc
 574d489c6d11a1ee76d542df1bf06b32f2fe0208 6266029 hsqldb2.2_2.2.9.orig.tar.gz
 acbf20e685fdb4740564c941c39f94e1e10e673d 12724 hsqldb2.2_2.2.9-1.diff.gz
 7bc17986572b52cdc61c58db6f81ce852586226b 1527074 
libhsqldb2.2-java_2.2.9-1_all.deb
 506ba7ebe4b7eff594c103abe8acf18c811b6d01 1741290 
libhsqldb2.2-java-doc_2.2.9-1_all.deb
 3be60a1988aa606a0f69224c8dd662423cd1d939 10974 hsqldb2.2-utils_2.2.9-1_all.deb
Checksums-Sha256: 
 7b5fa54ee7454f01f7f6e44150c16f66de0299f95e0848dfce5919c1149b2d89 2021 
hsqldb2.2_2.2.9-1.dsc
 795350a97233c956589c951d9d97ac30fb38b3f68d282d77a7fc6b2c848d6050 6266029 
hsqldb2.2_2.2.9.orig.tar.gz
 16828ec391f409d1b0749ae34eb72f069d9b07f8f19ba4e64ece1de57abd82d8 12724 
hsqldb2.2_2.2.9-1.diff.gz
 c2ec231730ea60c0734d39be2a9b0cdea2063973d31c8d76c0575636ba727483 1527074 
libhsqldb2.2-java_2.2.9-1_all.deb
 3a7d5961cdb699c1cf725376acd1f5338bfe177161b0568587538df43afba963 1741290 
libhsqldb2.2-java-doc_2.2.9-1_all.deb
 707f72f5454c2a7b9b63678d2e063f447e8a5382e2b68b43b996bc4d4c00749a 10974 
hsqldb2.2-utils_2.2.9-1_all.deb
Files: 
 720010c7143d29d3e7fe685770aa5e8a 2021 libs optional hsqldb2.2_2.2.9-1.dsc
 b54fbddc3421e7f2482b7c76fdcf56f8 6266029 libs optional 
hsqldb2.2_2.2.9.orig.tar.gz
 a44e607503bd3c75f3b77ecdc6fd9ed3 12724 libs optional hsqldb2.2_2.2.9-1.diff.gz
 f818fade0693b4c818051b89b9770a29 1527074 java optional 
libhsqldb2.2-java_2.2.9-1_all.deb
 4a675d6c2be3c08801d1197aa06677fa 1741290 doc optional 
libhsqldb2.2-java-doc_2.2.9-1_all.deb
 e8d0906a06af478285f7edc3ce5750e5 10974 database optional 
hsqldb2.2-utils_2.2.9-1_all.deb

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

iQIcBAEBCAAGBQJQNVJnAAoJEAqgRXHQPj5wu4QP/RB+PoqZkQqXBN0SOff3t/XD
TDh9RG5W8IOHmKIX+RnfXUPDWrKyoUMff10T0ExM9YirdHSCc+n//afSu6MtwlcS
5mXJl0/CBHchlqEQr7SM1fEgIqbEqRdIcaCw/0rObA6vJyaY0pVziee6YILqYd1w
QO/MCfoJvQM/vvDc0n18/USFEcLOHbTWn77fz1BwE9CUS+hZsRQw7bYKGgEgrMTd
UoiH7cwWxnR9OhnT7VS+CUn1ItLyVj3lGPgWiZA9javIZ2ZN5wdc86y5MqcsWyj0
H3tOEPRRLOERRV9iphHdRVCoL1bjIEf4mRxQ8ryLox1GuVohj8U7xtIu22PH0Kho
I0Uj0zH65v+lV59uXG+oi9cWnJG1OINWE4MuDfSLPAfUnn5JUsxwJN+MkfEphaJw
uuN2AA+s1aTY3j2VeOi51daHQux6vX0MHBIcF4vDQ4hdY6oIkQuRLq9rVwIKPEdD
sKvrGqt9Jn8bH5hXx5sDhERHOLFM1fS0Nn97AkEXUPXzgMUwJHIOFpGeuKYU5WtG
zbPv4Bztp3aDvIHNuXdNdTosGuIvoWC89ybzrZiQ+q5d9ZqsSMqj+fdKto3QsApb
FE6IAW9zSj/I4xDXSeH1okpBmXheQiI2DHPyHOLkKePX76JAyYJvpP7y+ByE+nDU
55X9zRB4/A8cbKze1lfw
=t4du
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4im2-0003bl...@franck.debian.org



Accepted desktop-base 7.0.3 (source all)

2012-08-22 Thread Paul Tagliamonte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Aug 2012 20:19:11 -0400
Source: desktop-base
Binary: desktop-base
Architecture: source all
Version: 7.0.3
Distribution: unstable
Urgency: low
Maintainer: Gustavo Franco stra...@debian.org
Changed-By: Paul Tagliamonte paul...@debian.org
Description: 
 desktop-base - common files for the Debian Desktop
Closes: 683903
Changes: 
 desktop-base (7.0.3) unstable; urgency=low
 .
   [ Eshat Cakar ]
   * Fixed various glitches in the KDM Theme:
 - Make pam error messages actually visible.
 - Don't cut off the last hostname letter.
 - Adjust font sizes and colors.
   * Ksplash: don't cut off blurred icons.
   * Reduce opacity of debian swirl in gdm/kdm background to be
 less distracting.
 .
   [ Paul Tagliamonte ]
   * debian/rules: Use xz compression for binary packages. (Closes: #683903)
 - Thanks to Ansgar Burchardt ans...@debian.org for the patch  bug.
 .
   [ Jonathan Carter ]
   * Update joy theme to feature a themed password prompt.
Checksums-Sha1: 
 611f5efe60860aa33e02e0eb7dab9599fb9386a2 1864 desktop-base_7.0.3.dsc
 9e514a66320fa6210e922eb469fbdeb6df7fb1b6 10817111 desktop-base_7.0.3.tar.gz
 6b81780c1ba99df5c0a3066baeb2fa33f5d26e93 8076444 desktop-base_7.0.3_all.deb
Checksums-Sha256: 
 d74bf065db3adfca286c96f4c3e90694434f5ce6d45a0983cb4d307b30733270 1864 
desktop-base_7.0.3.dsc
 582b1aee5a43d4f72c759da0e0299ddfd7a9d75562affb993f65a2b3509ec739 10817111 
desktop-base_7.0.3.tar.gz
 500c199683e533de55b37fadfa3da298e568b30218c4b72b4a287c2c915f3727 8076444 
desktop-base_7.0.3_all.deb
Files: 
 ec90dad94ce4ee322fc4bdd4686fb068 1864 x11 optional desktop-base_7.0.3.dsc
 cfdb56ded65afbc0e881edbcf046efa5 10817111 x11 optional 
desktop-base_7.0.3.tar.gz
 f3690e623f433a2492af2efa0e248b46 8076444 x11 optional 
desktop-base_7.0.3_all.deb

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

iQIcBAEBAgAGBQJQNXdgAAoJEHtYWzCAfCqHTG8P/29CHyJjZh76eThfJcYOxeKm
57IpGumq7NPcpdnOfsC4xB/xoBBdnDSftt8TUtOHRR69TvbMjUYsmzUNz3FeVT5n
hFhjJRxtvBPz+u85Pv+CBrCNXVvecRnJ8szbKOZsjcHN0YhNvBjbw7tZ6yIfc1wO
bkM8DUebw79vjdvD2YafKE3y1suC2AyVh/Byd/u/sdpbGsAKi2O/QhuLDtGvgcAp
oT807C+VOsphyk/iDohv1cOGVSK0aNezJitfgC+faeIG2/mYIWie5hGlLpImrr4W
DZIGjhuYywNVLNBGAbSpd9zq16SDgb1mlr/WHhk+MgyT7J41OlhLTo1Yi67eluQx
NmTQMITerm/1v4xPLQKE2f+qjxOE1+jMPUPxyUYP6to+xeq+lVE6y3+oOoCE14U+
h2jhI2G7oBm4iiymCHseF6hdIPOaY7EnKeh2deZ0rXKdy2FwClTnvlt20Hpy/1sM
W8Te46dlhSu6XL2he1CINJWSJk4Hkr6uGDgtoYakmFI1XcJh/PjYrxhnedj6QAmL
BKc5NwLkh3WEduCtR0AFnpmPFJ143AN4SMFLSMlcOuhx2aFwtYfBqC1roxYESbvn
t3XsIMk5HXhLG7uPrzrDE8M3PS5jz8Flv9chLhwWpTkLmq7432Vn8jAt9k52ONws
N208TQno2szOvGtXVL26
=IBkK
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4llh-0007bw...@franck.debian.org



Accepted maildir-utils 0.9.8.5-3 (source amd64 all)

2012-08-22 Thread Norbert Preining
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 Aug 2012 09:22:35 +0900
Source: maildir-utils
Binary: maildir-utils mu4e maildir-utils-extra
Architecture: source amd64 all
Version: 0.9.8.5-3
Distribution: unstable
Urgency: low
Maintainer: Norbert Preining prein...@debian.org
Changed-By: Norbert Preining prein...@debian.org
Description: 
 maildir-utils - Set of utilities to deal with Maildirs (upstream name mu)
 maildir-utils-extra - Extra utilities for maildir-utils
 mu4e   - e-mail client for Emacs based on mu (maildir-utils)
Changes: 
 maildir-utils (0.9.8.5-3) unstable; urgency=low
 .
   * restrict mu4e and m-u-e's dependency on maildir-utils to the same
 version (and including bin-nmus for mu4e)
Checksums-Sha1: 
 cab92a0f460a2df3ac1b0424b95e8eaaef001861 1478 maildir-utils_0.9.8.5-3.dsc
 88a4b290b1bf498cb3bdaeeca295cf859b6bb4d8 11927 
maildir-utils_0.9.8.5-3.debian.tar.gz
 a723b92901314a88de404b0bd35b09b0c1f75d1b 136030 
maildir-utils_0.9.8.5-3_amd64.deb
 8114584ff94c0d695e05c5adb7a8126d0c0368d7 107520 mu4e_0.9.8.5-3_all.deb
 2bca8d04efd7db80f9c6eae4785c1726d336cd4a 135908 
maildir-utils-extra_0.9.8.5-3_amd64.deb
Checksums-Sha256: 
 4860c691374b52f837c49a89fd48bfe7d375ea086dcfd579f44a3985d19b2742 1478 
maildir-utils_0.9.8.5-3.dsc
 df3c66ee27ceb1f11ac9194d342d47f48e1f8f7a1353efd18834d3a9426014a3 11927 
maildir-utils_0.9.8.5-3.debian.tar.gz
 7963a2a21a2acbc34dea9fa4a8e8242a7f5c76cd06147f6bc1bfeb840393972d 136030 
maildir-utils_0.9.8.5-3_amd64.deb
 72785df1d6989de11d30dd6cf3bf3a752ca5d50327d1f33d406b6fc4a84885ff 107520 
mu4e_0.9.8.5-3_all.deb
 e8a49e3ed32515b0da742ebb3a1c7b034c9c0a437bef3df4bcfe6516653828bd 135908 
maildir-utils-extra_0.9.8.5-3_amd64.deb
Files: 
 4b8faac27572f5b7a78d49bef64348a8 1478 mail optional maildir-utils_0.9.8.5-3.dsc
 d7a71577ea07184df745c551f1459aaa 11927 mail optional 
maildir-utils_0.9.8.5-3.debian.tar.gz
 f926c988a90b255c90aa5caf0218e094 136030 mail optional 
maildir-utils_0.9.8.5-3_amd64.deb
 9bfd2eef6c40eabfe3aa6db4c35c8826 107520 lisp optional mu4e_0.9.8.5-3_all.deb
 95dea27c4ef2787d71f7f9fae9c53fc2 135908 mail optional 
maildir-utils-extra_0.9.8.5-3_amd64.deb

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

iD8DBQFQNXvs0r9KownFsJQRAhJXAJ45HJ9BA8ichbsfLr9nvVzvMhjxJQCfb32N
BAqtDKrKrMkARZ4q3pRFwXQ=
=91e6
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4laf-0002k1...@franck.debian.org



Accepted duplicity 0.6.18-3 (source i386)

2012-08-22 Thread Alexander Zangerl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 Aug 2012 11:17:57 +1000
Source: duplicity
Binary: duplicity
Architecture: source i386
Version: 0.6.18-3
Distribution: unstable
Urgency: low
Maintainer: Alexander Zangerl a...@debian.org
Changed-By: Alexander Zangerl a...@debian.org
Description: 
 duplicity  - encrypted bandwidth-efficient backup
Closes: 685352
Changes: 
 duplicity (0.6.18-3) unstable; urgency=low
 .
   * repaired duplicity's symlink handling for --exclude-if-present
 (closes: #685352)
Checksums-Sha1: 
 8b4d7b2535b0a6f2e6166c63f252fa380746 1115 duplicity_0.6.18-3.dsc
 bbaee7ae2f48f6193e85f0a2a6541bab9946225d 15900 duplicity_0.6.18-3.diff.gz
 f139e8fdc8f0d1ee558353132af3472fbc2a511f 306710 duplicity_0.6.18-3_i386.deb
Checksums-Sha256: 
 40f173de8b2bead5ab0ca90afcb54db69834e5d558e2c68b6991f123106f4d35 1115 
duplicity_0.6.18-3.dsc
 f0d82301aeb37e972942678747b116df1662712e47c6a231dc15fa9217da7a1d 15900 
duplicity_0.6.18-3.diff.gz
 07ea065fcd2b418ffb128c4182ee8e50f1db916bd6c688d6e65a7fa4281507aa 306710 
duplicity_0.6.18-3_i386.deb
Files: 
 9f5654f1d12c1d19cb624d572a55a25a 1115 utils optional duplicity_0.6.18-3.dsc
 ccd6d76084bccbd16ebef5e59524abc7 15900 utils optional 
duplicity_0.6.18-3.diff.gz
 9fa366f21e5020676786b9494a1c7795 306710 utils optional 
duplicity_0.6.18-3_i386.deb

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

iF4EAREIAAYFAlA1iHkACgkQ+bKELRvb2DymcwEA2enDkXcAygg56+KfqkUp6Of7
vJs5B2XFOsO9De4FTT8BAMQx6Qs5sfxe/OSjbm60rWVh0w3Fq+7nEvDxU6kC8OhY
=CQ5/
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1t4mwi-0001b9...@franck.debian.org