mention of a truncated file in a build log

2013-03-08 Thread Filippo Rusconi
Greeting Fellow Debianists,

I have recently uploaded a large software package which got handled by
autobuilds.

In this build log,

https://buildd.debian.org/status/fetch.php?pkg=openmsarch=s390xver=1.9.0-2stamp=1362609406file=log

an error was related to a corrupted file (--- below):

Linking CXX shared library lib/libOpenMS.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/OpenMS.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fstack-protector --param=ssp-buffer-size=4
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -fopenmp -O3
-DNDEBUG  -Wl,-z,relro -fopenmp -shared -Wl,-soname,libOpenMS.so.1 -o
lib/libOpenMS.so.1.9.0
CMakeFiles/OpenMS.dir/source/CONCEPT/ClassTest.C.o
CMakeFiles/OpenMS.dir/source/CONCEPT/Constants.C.o
[ ... tens of object files removed ... ]
CMakeFiles/OpenMS.dir/source/SIMULATION/LABELING/ICPLLabeler.C.o 
CMakeFiles/OpenMS.dir/include/OpenMS/SYSTEM/moc_FileWatcher.cxx.o 
CMakeFiles/OpenMS.dir/include/OpenMS/FORMAT/moc_MascotRemoteQuery.cxx.o 
-lQtOpenGL -lQtSvg -lQtWebKit -lQtXmlPatterns -lQtGui -lQtTest -lQtXml -lQtSql 
-lQtNetwork -lQtCore -lgsl -lgslcblas -lsvm -lsvm -lm -lxerces-c 
-lboost_iostreams-mt -lboost_date_time-mt -lboost_math_c99-mt -lbz2 -lz -lglpk 
/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/include/OpenMS/APPLICATIONS/TOPPBase.h:
 In member function 'void OpenMS::TOPPBase::registerParamEntry_(const 
OpenMS::Param::ParamEntry, const OpenMS::String, const OpenMS::String)':
/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/include/OpenMS/APPLICATIONS/TOPPBase.h:163:52:
 warning: 'type' may be used uninitialized in this function [-Wuninitialized]
/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/source/APPLICATIONS/TOPPBase.C:761:45:
 note: 'type' was declared here

--- 

CMakeFiles/OpenMS.dir/source/APPLICATIONS/TOPPBase.C.o: file not recognized: 
File truncated
collect2: ld returned 1 exit status
make[4]: *** [lib/libOpenMS.so.1.9.0] Error 1
make[4]: Leaving directory 
`/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/debian/build'
make[3]: *** [CMakeFiles/OpenMS.dir/all] Error 2
make[3]: Leaving directory 
`/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/debian/build'
make[2]: *** [CMakeFiles/TOPP.dir/rule] Error 2
make[2]: Leaving directory 
`/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/debian/build'
make[1]: *** [TOPP] Error 2
make[1]: *** Waiting for unfinished jobs

When perusing up the build log, the TOPPBase.C.o could be built fine,
although with warnings:

8

 Building CXX object CMakeFiles/OpenMS.dir/source/APPLICATIONS/TOPPBase.C.o
/usr/bin/c++   -DOpenMS_EXPORTS -DQT_OPENGL_LIB -DQT_SVG_LIB -DQT_WEBKIT_LIB 
-DQT_TEST_LIB -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_OPENGL_LIB 
-DQT_SVG_LIB -DQT_WEBKIT_LIB -DQT_TEST_LIB -DQT_XML_LIB -DQT_SQL_LIB 
-DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_DEBUG -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  
 -fopenmp -O3 -DNDEBUG -fPIC -I/usr/include/libsvm 
-I/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/include 
-I/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/debian/build/include 
-I/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/contrib/include 
-I/opt/local/include -I/usr/local/include -I/usr/include/qt4 
-I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtXml 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative 
-I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtDBus 
-I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtHelp 
-I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtScript 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtCore -I/usr/share/qt4/mkspecs/default-Wall -Wextra 
-Wno-non-virtual-dtor -Wno-long-long -Wno-variadic-macros --pedantic -fPIC -o 
CMakeFiles/OpenMS.dir/source/APPLICATIONS/TOPPBase.C.o -c 
/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/source/APPLICATIONS/TOPPBase.C
In file included from 
/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/include/OpenMS/DATASTRUCTURES/Param.h:32:0,
 from 
/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/include/OpenMS/DATASTRUCTURES/ToolDescription.h:33,
 from 
/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/include/OpenMS/APPLICATIONS/ToolHandler.h:31,
 from 
/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/include/OpenMS/APPLICATIONS/TOPPBase.h:31,
 from 
/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/source/APPLICATIONS/TOPPBase.C:28:
/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/source/APPLICATIONS/TOPPBase.C:
 In member function 'void OpenMS::TOPPBase::readConsoleSize_()':
/build/buildd-openms_1.9.0-2-s390x-IYG3Zr/openms-1.9.0/source/APPLICATIONS/TOPPBase.C:538:38:
 warning: ignoring return value of 'char* fgets(char*, int, 

Re: mention of a truncated file in a build log

2013-03-08 Thread Philipp Kern
On Fri, Mar 08, 2013 at 10:25:36AM +0100, Filippo Rusconi wrote:
 I have recently uploaded a large software package which got handled by
 autobuilds.

FWIW, the contact point for such failures is $a...@buildd.debian.org.

It seems that accidentially two buildd processes were started on zandonai,
which caused a bunch of OOM failures. openms 1.9.0-3 on s390 will get
another truncated log now because I'll kill it in favour of the running gcc
build.

However, openms also failed to build on another builder for s390x:

/usr/bin/ld: can not read symbols: File truncated
/usr/bin/ld: BFD (GNU Binutils for Debian) 2.22 internal error, aborting at 
../../bfd/me
rge.c line 873 in _bfd_merged_section_offset
/usr/bin/ld: Please report this bug.
collect2: ld returned 1 exit status

I don't see an OOM in the log for this one.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Gerrit, Git requirements, cooperation with others. was: git dangerous operations on alioth

2013-03-08 Thread Thomas Koch
Hi Daniel et al,

I'm also thinking a lot about how to improve Debian by improving our Git 
tooling. Therefor I'm packaging Gerrit (#589436). But gerrit and its 
dependencies is a big project...

Now that Git slowly becomes the de facto standard VCS for Debian[1] 
(resistance is futile) it might be time to review our setup and think whether 
we could improve our Git infrastructure. Should we start a wiki page to 
collect thoughts?

[1] http://www.lucas-nussbaum.net/blog/?p=751

My thoughts are:

- I'd like to have support for reviews (e.g Gerrit)
- pull requests (e.g Gerrit)
- I'd like continuous integration (triggered e.g. by Gerrit[2])
- Easy for anybody to submit patches (e.g Gerrit)
- A frontpage that doesn't take ages to load
- Easier project creation without the need to SSH into alioth
- regular fetching of the upstream branch from upstreams master

[2] http://openstack-ci.github.com/publications/

I was also thinking whether Debian should cooperate with other projects so 
that the workload of maintaining such a setup could be shared. I started to 
collect candidates for collaboration here:
http://wiki.debian.org/Alioth/OtherForges

Best regards,

Thomas Koch, http://www.koch.ro


-- 
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/201303081452.50647.tho...@koch.ro



Re: Gerrit, Git requirements, cooperation with others. was: git dangerous operations on alioth

2013-03-08 Thread Jeremy Stanley
On 2013-03-08 14:52:48 +0100 (+0100), Thomas Koch wrote:
[...]
 http://openstack-ci.github.com/publications/
[...]

I'm one of the core developers for the team which manages all that
tooling and integration for the OpenStack Project, so I'm happy to
discuss some of the nitty-gritty details, any gotchas/unpleasantness
we experience and how we work around it.

A better starting URL is http://ci.openstack.org/ and we're also
very active on freenode in #openstack-infra for those who desire
more synchronous conversation.
-- 
{ PGP( 48F9961143495829 ); FINGER( fu...@cthulhu.yuggoth.org );
WWW( http://fungi.yuggoth.org/ ); IRC( fu...@irc.yuggoth.org#ccl );
WHOIS( STANL3-ARIN ); MUD( kin...@katarsis.mudpy.org:6669 ); }


-- 
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/20130308143448.gv29...@yuggoth.org



Re: Gerrit, Git requirements, cooperation with others. was: git dangerous operations on alioth

2013-03-08 Thread Thomas Goirand
On 03/08/2013 10:34 PM, Jeremy Stanley wrote:
 On 2013-03-08 14:52:48 +0100 (+0100), Thomas Koch wrote:
 [...]
 http://openstack-ci.github.com/publications/
 [...]

 I'm one of the core developers for the team which manages all that
 tooling and integration for the OpenStack Project, so I'm happy to
 discuss some of the nitty-gritty details, any gotchas/unpleasantness
 we experience and how we work around it.

 A better starting URL is http://ci.openstack.org/ and we're also
 very active on freenode in #openstack-infra for those who desire
 more synchronous conversation.
I've started copying others, and I now have a a KGB bot, and a
Jenkins VM. Now, the only thing I have to do is git push, and
here's the result on the #debian-openstack channel:

PKG-Openstack python-json-patch thomas debian/experimental * ffa137a
debian/ changelog rules
PKG-Openstack python-json-patch Now running the unit tests, thanks to
Michael Terry mte...@ubuntu.com for the patch (Closes: #702443).
[Openstack-Cowbuild] Starting build #2 for job python-json-patch
(previous build: SUCCESS)
[Openstack-Cowbuild] Project python-json-patch build #2:SUCCESS in 46
sec: https://117.121.243.213/job/python-json-patch/2/

I start to really love the CI thing. I first invested a bit of
time in setting-up everything, then it's crazy how much work
that saves me, especially with a lot of packages (Openstack and
its Python module (build-)dependencies represents nearly 50
source packages now).

Once the package is finished building (in a cowbuilder, using
git-buildpackage), my script puts it automatically in my
private repository, and runs dpkg-scanpackages / dpkg-scansources
to keep up-to-date my package repository.

I think I'll add piuparts tests as well, and will also run
lintian, so it appears in the build log.

Jenkins helps being lazy (in the good way). Do a commit, then
wait for the result. That's quite cool! Though it took me few
days to have this setup. It would be nice to spare all this to
other DDs, and have the infrastructure already setup for
everyone.

Apart from the fact that this kind of tools helps saving a lot
of maintainer's time, the Gerrit thing would help giving some
more restrictive access. Because for the moment, it's either
we give all access, or nothing. Many times, I've granted access
to others who, at the end, didn't commit anything. For these,
if I had something like Gerrit, I would first ask them to send
patches, which wouldn't require a full unix right into
/git/openstack, which makes me nervous.

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/513a1079.8030...@debian.org



RE : Gerrit, Git requirements, cooperation with others. was: git dangerous operations on alioth

2013-03-08 Thread PICCA Frédéric-Emmanuel
 I start to really love the CI thing. I first invested a bit of
 time in setting-up everything,

do you have a step by step cookbook for your setup.
Maybe on the debian wiki ?

Cheers

Frederic

--
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/a2a20ec3b8560d408356cac2fc148e5358e63...@sun-dag1.synchrotron-soleil.fr



Re: RE : Gerrit, Git requirements, cooperation with others. was: git dangerous operations on alioth

2013-03-08 Thread Sylvestre Ledru
On 08/03/2013 17:36, PICCA Frédéric-Emmanuel wrote:
 I start to really love the CI thing. I first invested a bit of
 time in setting-up everything,
 
 do you have a step by step cookbook for your setup.
 Maybe on the debian wiki ?

I love what Michael Prokop did and documented here:
http://jenkins-debian-glue.org/
Jenkins + Debian packaging using cowbuilder

The code is very clean and easy to hack.

Sylvestre


-- 
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/513a186b.5000...@debian.org



RE : RE : Gerrit, Git requirements, cooperation with others. was: git dangerous operations on alioth

2013-03-08 Thread PICCA Frédéric-Emmanuel
 I love what Michael Prokop did and documented here:
 http://jenkins-debian-glue.org/
 Jenkins + Debian packaging using cowbuilder

 The code is very clean and easy to hack.

Thanks, yes it looks great.

Cheers
Fred

--
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/a2a20ec3b8560d408356cac2fc148e5358e63...@sun-dag1.synchrotron-soleil.fr



Bug#702583: ITP: python-ssdeep -- cython wrapper for libfuzzy

2013-03-08 Thread Helmut Grohne
Package: wnpp
Severity: wishlist
Owner: Helmut Grohne hel...@subdivi.de

* Package name: python-ssdeep
  Version : 2.9-0.2
  Upstream Author : Philipp Seidel
* URL : https://github.com/DinoTools/python-ssdeep
* License : GPL-2
  Programming Lang: Python
  Description : cython wrapper for libfuzzy

Long description from upstream:

| This is a straightforward Python wrapper for ssdeep by Jesse Kornblum,
| which is a library for computing context triggered piecewise hashes
| (CTPH). Also called fuzzy hashes, CTPH can match inputs that have
| homologies. Such inputs have sequences of identical bytes in the same
| order, although bytes in between these sequences may be different in
| both content and length.

Note that upstream embeds a copy of ssdeep. This package will use the
system libfuzzy instead.

Helmut


-- 
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/20130308175441.ga17...@alf.mars



Re: Gerrit, Git requirements, cooperation with others. was: git dangerous operations on alioth

2013-03-08 Thread Russ Allbery
Thomas Koch tho...@koch.ro writes:

 I'm also thinking a lot about how to improve Debian by improving our Git
 tooling. Therefor I'm packaging Gerrit (#589436). But gerrit and its
 dependencies is a big project...

Thank you very much for working on this!  We use Gerrit extensively but so
far just haven't packaged it because it was too intimidating.

-- 
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/87obetliyz@windlord.stanford.edu



Re: Gerrit, Git requirements, cooperation with others. was: git dangerous operations on alioth

2013-03-08 Thread Jeremy Stanley
On 2013-03-08 12:44:36 -0800 (-0800), Russ Allbery wrote:
 Thank you very much for working on this!  We use Gerrit extensively but so
 far just haven't packaged it because it was too intimidating.

Agreed, if Gerrit gets packaged in Debian/Ubuntu I'll likely push
OpenStack to start using DEBs of it on our CI infrastructure (though
chances are we'll still rebuild from the source package because we
carry patches for features in which Google has thus far been wholly
disinterested).
-- 
{ PGP( 48F9961143495829 ); FINGER( fu...@cthulhu.yuggoth.org );
WWW( http://fungi.yuggoth.org/ ); IRC( fu...@irc.yuggoth.org#ccl );
WHOIS( STANL3-ARIN ); MUD( kin...@katarsis.mudpy.org:6669 ); }


-- 
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/20130308215201.gb29...@yuggoth.org



Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread adrelanos
Package: general
Severity: wishlist

Debian.org hosts a lot source code. It's difficult to search through it,
because it doesn't get indexed by search engines. I try to explain the
usefulness of my suggestion on a random example.

For example, I was wondering which package/script/program is responsible
for reading /etc/environment.

To implement this, you obviously must write the string
/etc/environment in some file. I was wondering in which one.

To find that out, I tried a search engine (google). Search term:

site: debian.org /etc/environment

...but still find any hints how it's implemented.

It would be very useful, if the all package source code hosted on
debian.org would be visible in some web source code frontend such as
gitweb. So one could search:

site: gitweb.debian.org /etc/environment

...and would obviously find all source files, containing /etc/environment.


--
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/513a5d73.8080...@riseup.net



Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread Axel Beckert
Hi adrelanos,

adrelanos wrote:
 It would be very useful, if the all package source code hosted on
 debian.org would be visible in some web source code frontend such as
 gitweb. So one could search:
 
 site: gitweb.debian.org /etc/environment

You're looking for http://anonscm.debian.org/ -- there's more than
just git.

Nevertheless, nobody is required to host stuff there (or use Debian's
infrastructure at all for hosting the code), so may not find
_everything_ there.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


-- 
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/20130308220034.gv15...@sym.noone.org



Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread Nick Daly
Why is http://anonscm.debian.org/hg 404ing?  It's linked from the main page.


Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread Paul Tagliamonte
Also: http://codesearch.debian.net

On Mar 8, 2013 5:03 PM, Axel Beckert a...@debian.org wrote:

 Hi adrelanos,

 adrelanos wrote:
  It would be very useful, if the all package source code hosted on
  debian.org would be visible in some web source code frontend such as
  gitweb. So one could search:
 
  site: gitweb.debian.org /etc/environment

 You're looking for http://anonscm.debian.org/ -- there's more than
 just git.

 Nevertheless, nobody is required to host stuff there (or use Debian's
 infrastructure at all for hosting the code), so may not find
 _everything_ there.

 Regards, Axel
 --
  ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
 : :' :  |  Debian Developer, ftp.ch.debian.org Admin
 `. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
   `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


 --
 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/20130308220034.gv15...@sym.noone.org



Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread Andrey Rahmatullin
On Fri, Mar 08, 2013 at 09:51:47PM +, adrelanos wrote:
 Package: general
 Severity: wishlist
 
 Debian.org hosts a lot source code. It's difficult to search through it,
 because it doesn't get indexed by search engines. 
You are probably looking for http://codesearch.debian.net/

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread Adam D. Barratt

[quoting the message you're replying to is often helpful...]

On 08.03.2013 22:08, Nick Daly wrote:

Why is http://anonscm.debian.org/hg [1] 404ing?  It's linked from the
main page.

[...]

[1] http://anonscm.debian.org/hg


Missing default document or redirect? Adding a trailing slash works 
fine.


Regards,

Adam


--
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/652fa7b7f104f4fe9c80b2963cb82...@mail.adsl.funky-badger.org



Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread adrelanos
Axel Beckert:
 You're looking for http://anonscm.debian.org/ -- there's more than
 just git.

Interesting.

 Nevertheless, nobody is required to host stuff there

Well, that's the root of the issue. Of course, not saying anyone should
required to host there.

Debian.org offers all the original source code for download. What I was
suggesting here was making those tarballs available in a web frontent.

 (or use Debian's
 infrastructure at all for hosting the code), so may not find
 _everything_ there.


-- 
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/513a6386.3070...@riseup.net



Bug#702607: marked as done (make source code of all Debian projects visible (on gitweb))

2013-03-08 Thread Debian Bug Tracking System
Your message dated Sat, 9 Mar 2013 00:51:33 +0100
with message-id 201303090051.34649.hol...@layer-acht.org
and subject line Re: Bug#702607: make source code of all Debian projects 
visible (on gitweb)
has caused the Debian Bug report #702607,
regarding make source code of all Debian projects visible (on gitweb)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
702607: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702607
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: general
Severity: wishlist

Debian.org hosts a lot source code. It's difficult to search through it,
because it doesn't get indexed by search engines. I try to explain the
usefulness of my suggestion on a random example.

For example, I was wondering which package/script/program is responsible
for reading /etc/environment.

To implement this, you obviously must write the string
/etc/environment in some file. I was wondering in which one.

To find that out, I tried a search engine (google). Search term:

site: debian.org /etc/environment

...but still find any hints how it's implemented.

It would be very useful, if the all package source code hosted on
debian.org would be visible in some web source code frontend such as
gitweb. So one could search:

site: gitweb.debian.org /etc/environment

...and would obviously find all source files, containing /etc/environment.
---End Message---
---BeginMessage---
Hi,

closing, the BTS is a bug  tracker, not a wishlist tracker. if you want this, 
set it up. this is how Debian works.


cheers,
Holger---End Message---


Bug#702607: make source code of all Debian projects visible (on gitweb)

2013-03-08 Thread Yaroslav Halchenko

On Fri, 08 Mar 2013, adrelanos wrote:
 Debian.org offers all the original source code for download. What I was
 suggesting here was making those tarballs available in a web frontent.

original sources are available as tarballs from many locations:

- package pages include urls to complete source packages (including
  corresponding tarballs)

- master repository (and probably most if not all mirrors) provide all
  sources under corresponding package subdirectories under
  ftp://ftp.debian.org/debian/pool

as for the combined search-engine through all source code (which is the
closest to your original use case) -- there is a (still non-official)
http://codesearch.debian.net/

making all projects visible on gitweb is simply not viable since not all
projects are maintained in git.

hope this clarifies this in full

-- 
Yaroslav O. Halchenko
http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org
Senior Research Associate, Psychological and Brain Sciences Dept.
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik


-- 
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/20130309015243.gr2...@onerussian.com



Re: Bug#702607: make source code of all Debian projects visible (on gitweb) [DCS]

2013-03-08 Thread Charles Plessy
Le Fri, Mar 08, 2013 at 08:52:43PM -0500, Yaroslav Halchenko a écrit :
 
 as for the combined search-engine through all source code (which is the
 closest to your original use case) -- there is a (still non-official)
 http://codesearch.debian.net/

By the way, the source code of codesearch is still not available...

Cheers,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
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/20130309021135.gc6...@falafel.plessy.net



Re: Bug#702607: marked as done (make source code of all Debian projects visible (on gitweb))

2013-03-08 Thread Nikolaus Rath
ow...@bugs.debian.org (Debian Bug Tracking System) writes:
 From: Holger Levsen hol...@layer-acht.org
 Subject: Re: Bug#702607: make source code of all Debian projects visible (on 
 gitweb)
 To: 702607-d...@bugs.debian.org
 Date: the 8th of March 2013 at 15:51

 Hi,

 closing, the BTS is a bug  tracker, not a wishlist tracker. if you want this, 
 set it up. this is how Debian works.

In that case, what's the 'wishlist' severity for?


Best,

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C


--
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/87sj45m9pv@vostro.rath.org



Bug#702620: ITP: colord-gtk -- GTK+ convenience library for interacting with the colord system daemon

2013-03-08 Thread Christopher James Halse Rogers
Package: wnpp
Severity: wishlist
Owner: Christopher James Halse Rogers r...@ubuntu.com

* Package name: colord-gtk
  Version : 0.1.24
  Upstream Author : Richard Hughes rich...@hughsie.com
* URL : http://colord.hugsie.com/
* License : LGPL3
  Programming Lang: C
  Description : GTK+ convenience library for interacting with the colord
system daemon

The colord-gtk library was split out of the main colord daemon to avoid a
circular
dependency, so we now need to package it to upgrade colord.


-- 
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/20130309062635.4875.14318.reportbug@Swordfish



Re: Bootstrapping: list of 81 self-cycles in Debian Sid

2013-03-08 Thread Johannes Schauer
Hi,

Quoting Simon McVittie (2013-03-05 16:54:00)
 On 05/03/13 11:22, Johannes Schauer wrote:
  Since self-cycles in Debian are often unintuitive, maintainers might be 
  unaware
  that the source packages they maintain are actually forming a self cycle.
 
 This is useful information. Is there any way in which the maintainers of
 these packages can say yes, we know, and here is where you break the
 cycle without using unmerged dpkg features or breaking the freeze?

Actually, yes. Here is the full list of things available to the bootstrapper
when encountering a build dependency cycle:

 1. Introduce reduced build dependencies
 2. Move dependencies from Build-Depends to Build-Depends-Indep
 3. Use Multi-Arch:foreign packages to satisfy dependencies
 4. Choose different installation sets for not-strong dependencies
 5. Split the source package in question
 6. Make binary packages available through cross compilation

The first item is obviously not implementable right now. But the second one is!
The third solution depends on the target the bootstrap is done for. The fourth
item is of no concern for this type of cycle. The fifth one is implementable
right now. The sixth is always the last resort.

So it is possible right now for maintainers to say yes, we know, and here is
where you break the cycle without using unmerged dpkg features or breaking the
freeze by either

 2. moving the dependency to Build-Depends-Indep (if the build dependency only
builds Architecture:all packages) or
 5. by splitting the source package into two

I was reminded of the option to split a source package by bug#702620 [1] which
splits colord-gtk from colord. Just note that splitting might not always be
sensible as cycles might simply vanish once some dependencies of binary
packages in the dependency chain change. Though in this case one can probably
be sure that libgtk-3-0 will always depend on libcolord1?

cheers, josch

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702620


--
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/20130309071856.3714.93257@hoothoot



Accepted orthanc 0.5.0-2 (source amd64)

2013-03-08 Thread Sebastien Jodogne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 07 Mar 2013 10:20:15 +0100
Source: orthanc
Binary: orthanc
Architecture: source amd64
Version: 0.5.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Sebastien Jodogne s.jodo...@gmail.com
Description: 
 orthanc- RESTful DICOM server for healthcare and medical research
Changes: 
 orthanc (0.5.0-2) unstable; urgency=low
 .
   * Fixes for kFreeBSD and Hurd
Checksums-Sha1: 
 ded7fb1ba2acd43f79f6aa5638a8682f371e1fc1 2198 orthanc_0.5.0-2.dsc
 4a28eeedcfda3fff9c96699907e4d91f177b96f4 119523 orthanc_0.5.0-2.debian.tar.gz
 3ae8ca80bbf817d9a4da19f05f709cf98b396d9b 501962 orthanc_0.5.0-2_amd64.deb
Checksums-Sha256: 
 7fbe84381d6719e4901e661e4b1a9a713e729b31b2406517cf0c76045416037e 2198 
orthanc_0.5.0-2.dsc
 c551f2deee808502b3253ae489bed13bb242ba8aaba5fe184261eeab5a7fcd3d 119523 
orthanc_0.5.0-2.debian.tar.gz
 113b26b194f27f156edfc07397a4e55a9d1bd4b8be14e3fd2674f13c92496b72 501962 
orthanc_0.5.0-2_amd64.deb
Files: 
 b285b55aba12146d2e2d5a7de165462b 2198 science optional orthanc_0.5.0-2.dsc
 3bf3fb59df1576a9504564415635cc4b 119523 science optional 
orthanc_0.5.0-2.debian.tar.gz
 368055b3a5a7dcdefcadf0264525e2a2 501962 science optional 
orthanc_0.5.0-2_amd64.deb

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

iQIcBAEBAgAGBQJROZrjAAoJEAFx4YKK4JNFuzMP/RQ7plGpZgMkpOXu97oSVQUZ
S6SW9QxqLScMK6PNjmRGdFDnOtCYvsYtH9H5JV2F9pdc2zMMcd4hV+q9VJafBFsc
J1VxywxO779t55h09E6GJ2QQOZzISpiDFIkn8T/0wGTriuz9/0ifQNCPqVoDbWvI
HVCQ94HXrF8QSTOa0cM7ONEX3DXQV6mslc5uJFpMYoVi4kdGK8pY4hJqOEOMCFmR
TCG9p9oZnrz/292asOIRy9fAldKKNRnB2/TyQJJqN80FxTcKBf80gQFd5pKeBkdW
INp7lvuesjPpSP+2rpDsqiRnsdhyDuTlVE8wFPAvJR4C6vQg9gyigIxjlHOMBQYx
jMn+iARHfZodk6Rg6YLbcXdi7ltnVYTZJ57U35Y8SYp/RforSl7YN9PNGIi3gAlm
BU+fZeyRlButKHY5ycl7V0FstiW/4W1mBSUBdcP7GiUC+LdcSVapD+ET7XgD1Q1/
Oq3pDAY89T+JJrQHMbgXGceD2M5gQyKFo6jvJrREFO6AJFAmMxZ+2pJb+fK85kJU
+51GUQocXDAXRZwgwrUIodjMJYoISYpLijgI0WZeKizRnpXIxVmaL96eDDb2mtHe
ZHK97F+BshyJ4d4z8PXamSbgtOvUHNQQfyhdPXgd+iihPb0fSe9LyKoVe9he+seM
OCAKlDBzq9j77Yr6xF7r
=Gx+R
-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/e1udsxf-om...@franck.debian.org



Accepted cfengine3 3.2.4-2+nmu1 (source amd64)

2013-03-08 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 03 Mar 2013 08:53:27 +
Source: cfengine3
Binary: cfengine3 cfengine3-dbg
Architecture: source amd64
Version: 3.2.4-2+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Antonio Radici anto...@debian.org
Changed-By: Michael Gilbert mgilb...@debian.org
Description: 
 cfengine3  - tool for configuring and maintaining network machines
 cfengine3-dbg - debugging symbols for cfengine3
Closes: 701864
Changes: 
 cfengine3 (3.2.4-2+nmu1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Include full text of the Frontier Artistic License (closes: #701864).
Checksums-Sha1: 
 a20c6048f93718a597345446516bdf34a8a01964 2683 cfengine3_3.2.4-2+nmu1.dsc
 163f972096e612e8c55621944b71f72a1ed87ccd 13945 
cfengine3_3.2.4-2+nmu1.debian.tar.gz
 43d57cb4f1aab4cbbe8034f6dc51bb8fc570d487 2627846 
cfengine3_3.2.4-2+nmu1_amd64.deb
 fc54ef15749c7e01242164eb9fae247c59dc221c 4740710 
cfengine3-dbg_3.2.4-2+nmu1_amd64.deb
Checksums-Sha256: 
 0e5fdb544bc7844491f13b91cd1679d68eb3cce9f4c406611f73135567473de4 2683 
cfengine3_3.2.4-2+nmu1.dsc
 214d19ba5f4730a978a0981ed2aff4b083b3836776ba440da9e9ffb827f13a19 13945 
cfengine3_3.2.4-2+nmu1.debian.tar.gz
 9010abbb4be63653eed13e258edb399097ea8087bd9c3a1f79c023fbe76f1208 2627846 
cfengine3_3.2.4-2+nmu1_amd64.deb
 29b714b484161eb6a7167490053727c91e8f71149d6f804972c71c263ba13bc7 4740710 
cfengine3-dbg_3.2.4-2+nmu1_amd64.deb
Files: 
 55ad4f3528b9fc4d332e064321943fb9 2683 admin optional cfengine3_3.2.4-2+nmu1.dsc
 2acd443b0f034afec212d4290d27dc50 13945 admin optional 
cfengine3_3.2.4-2+nmu1.debian.tar.gz
 0c90d27324e2c5eef5cae2868b251dbe 2627846 admin optional 
cfengine3_3.2.4-2+nmu1_amd64.deb
 a1b7d4ca6b817fba4daff175a67a2017 4740710 debug extra 
cfengine3-dbg_3.2.4-2+nmu1_amd64.deb

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

iQQcBAEBCAAGBQJRMxBMAAoJELjWss0C1vRzoVAgAIe4q8liA8fBdgN3wQZS06kG
1pzBqCtIHOVd275T+TbsQRHbgLjYAN4grHkNt0l7aU8FIqCFmpar+X8C5vXaBcLR
tyQSEXwBIlb1zny53O3muadDSMMpnGBBQJL9g+bELDiH3T1CN1dUpYJVNLFmCDhh
YSGFEJ34/zODWRaH9WV46PueQ79gU5faeIB5Sf3e2Mi1nOF4cBcfnOrxeKAsjnrO
4zP/RLlwQ724XNhIEBM/GuRTd6Ph9yQ8N1wq4gQDdSCzBFzE/su9j7MmN8usFDtu
3+jlypzfPtaSwL2gOQXUA+Tyhwb6i1HnA1/vwkQxA1oIRcZYZ/OMptQlCbA5knLs
BMXaLY2ZahCb+/FMxHaRK/0oC2LFuctO2PVp7UiTDF555vzBlTWjwyWLWsmrzGHG
yJan13+qPUmybPa94JsgizpkD3BZqLANdXLgSaUaa0E9iIi9D+dC9Y3WZhK/kk+P
PFt+9WTaENPNOs14N+G7D9U4/fCNO7fPW/3iUVkffOJ3ZImwrWLsYDhCGrjTHSw/
MjydXVzMBPJBwuiagpxcHz3HAinB0KyNYaDO6fxU6Ppb9e8di3mpPJwAF9A4l+TM
XPeHTUYqNkT6mtcnvj6WLMkEohF1BbnRkLvqwpm6kfuSjUKWxsE6FkBesQfsPIXS
/1Y2zr1soyNBkTV3X4iDuV9AkPH/ZNvG957Fy+AdTBUGcshP3nUSLJEThRAyt1MH
jIoNIkuQYThnv5sD4Z1V1EUyHsDXVMolC3UKBX6yeGJhyXrEh733CPDPfvdEKX1i
zDNFenpVeEbhWh9JRkpiZHFNAQ8wVDb4FC2ay1VGufyHlZ2IOO8LCptELOj5LBJY
3+rbyAk0PCynt/Xsp2hUFePTdbkD+XqsmImbzFfcGUdhXvVFKPyUIt4EjCvBgALs
CBueNANtnMj2+kNFvfXwCU6+anqPKiDvP8Zctlc9DWVRx4FPOv69KHapDEsbgAjZ
TLHkaLVm/xy5oESd7q3FvdpeVUYwjNchSNbF1214o1XKx7VHcsAAV46TS1dW13DK
I29Unndi8lu8Lg2q8iM2pEFYBRx+ebxY9NDtY22gGThkedDSycJL1om8fLUYUzkv
AQvCed8ufgWgDJz3lVcWQMSUEOgH2CkYHR7NrU2VPtay8EPazRW3OVC7vplDuSPV
v66d9HI4A2CsaUoXi11sEzqqu8zA1PTAV564uFnsWBbx8OWf8FHR9HBhq6Hh7rca
tquYyd8rQ29VwkoFptk8Ee3p1dUFjLJ5CizP51HUcebEQFF1gN3MJlqhiUSgivKg
TE7yeXoIcR4abFNX+v+Txj5lBu/L33Cav/aVi2D7KycaUjqcn2Dg4c63rHytVis=
=pSw3
-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/e1udtfm-0002ce...@franck.debian.org



Accepted openms 1.9.0-3 (source amd64 all)

2013-03-08 Thread Filippo Rusconi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 07 Mar 2013 18:38:56 +0100
Source: openms
Binary: libopenms1 libopenms-dev topp openms-common openms-doc openms
Architecture: source amd64 all
Version: 1.9.0-3
Distribution: unstable
Urgency: low
Maintainer: The Debichem Group debichem-de...@lists.alioth.debian.org
Changed-By: Filippo Rusconi lopi...@debian.org
Description: 
 libopenms-dev - library for LC/MS data management and analysis - dev files
 libopenms1 - library for LC/MS data management and analysis - runtime
 openms - package for LC/MS data management and analysis
 openms-common - package for LC/MS data management and analysis - shared data
 openms-doc - package for LC/MS data management and analysis - documentation
 topp   - set of programs implementing The OpenMS Proteomic Pipeline
Closes: 702512 702518
Changes: 
 openms (1.9.0-3) unstable; urgency=low
 .
   * debian/rules: fix problem with DEB_BUILD_GNU_TYPE not holding proper
 values on some platforms, like i386, by adding
 DEB_HOST_MULTIARCH. Thanks to Aaron M. Ucko u...@debian.org
 (Closes: #702512);
   * Fix the watch file, thanks to Nick Black nick.bl...@sprezzatech.com
 (Closes: #702518);
 .
   * New code in patch ensures that there is no creation of symlinks by
 CMake after building of the libraries, since the symlinks are created
 anyways in debian/.
Checksums-Sha1: 
 9f92c83b916e86764f4be2e1267bc563af4b54f4 2086 openms_1.9.0-3.dsc
 b37274dcf688edebbaf4eb2e7370840c779e529c 15031 openms_1.9.0-3.debian.tar.gz
 75eea061107c4aa4d4ae3d69597e066712ce8a3f 5728734 libopenms1_1.9.0-3_amd64.deb
 ba3492e6073fe67133dd421d6acf1b73d9d22397 844198 libopenms-dev_1.9.0-3_amd64.deb
 6400b236ba116978a26fc8fc7d1fa548d172fd48 15471588 topp_1.9.0-3_amd64.deb
 9825c73421704b0f6bbb640976f3be928a66171f 32938506 openms-common_1.9.0-3_all.deb
 506c32aea4967339e46d7c0698d73dadbe0e918a 16907662 openms-doc_1.9.0-3_all.deb
 61be2fd03e0d883e57dfba15f1527f960bece6b7 23914 openms_1.9.0-3_all.deb
Checksums-Sha256: 
 68f16875a21237634de6af39744ad69955d1a82ad38314ca053ed8288427a045 2086 
openms_1.9.0-3.dsc
 f16fcd5ca04784c905de6b3c6db0609b3d82485c4c5eb3113bed5292510b7efa 15031 
openms_1.9.0-3.debian.tar.gz
 5a6d203b0b2fa931932c81e73eb10e2bacf66ab2b7e66a9aa3e047a1a46bc14a 5728734 
libopenms1_1.9.0-3_amd64.deb
 ec291bd16f063bbcf9b102e8bf6f29954830394a8d606d5456e46fd46f30cb95 844198 
libopenms-dev_1.9.0-3_amd64.deb
 81e8c69fe5b60a5c1453fd17642a17c2ed5503910e42dfb24224d207c0b3803b 15471588 
topp_1.9.0-3_amd64.deb
 563adc3edf81b9de644510d67cf0fdf9121b2a4682719a73ab08a3fce4ef8662 32938506 
openms-common_1.9.0-3_all.deb
 942b46da5536fdd32d999be7b1777f3bba9ab508159c052388282ea2cd3a0f1f 16907662 
openms-doc_1.9.0-3_all.deb
 fde74e6635ad4c69e2075a10e6f9e48456b0e3d5925330ba09323c983cab5851 23914 
openms_1.9.0-3_all.deb
Files: 
 8a9ce2a702f033b1fa44e7c2ccd417e9 2086 science optional openms_1.9.0-3.dsc
 68704c6bfab1d0120c0c9c9177643f13 15031 science optional 
openms_1.9.0-3.debian.tar.gz
 6bc960f510b84a9a7d86b4f41a3dd9a5 5728734 libs optional 
libopenms1_1.9.0-3_amd64.deb
 c6af582fd383b6afd7707e488602a420 844198 libdevel optional 
libopenms-dev_1.9.0-3_amd64.deb
 7bea648afa65613eca3f118af157fa31 15471588 science optional 
topp_1.9.0-3_amd64.deb
 13ce65a80556acc9cb61725bcedb99d9 32938506 science optional 
openms-common_1.9.0-3_all.deb
 9ead813f9ffefae7ffa3668c31b8aef2 16907662 doc optional 
openms-doc_1.9.0-3_all.deb
 b9b811335bd5da0362256eb9fdb43a3b 23914 science optional openms_1.9.0-3_all.deb

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

iEYEARECAAYFAlE5kB0ACgkQTTOs5MePaHyT8wCZAdodzS0+rODBDpleIdBFhX+3
raMAoJ0wijewtV7ULfCKuLIm17H8d2+C
=vcJ/
-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/e1udtuh-0007o8...@franck.debian.org



Accepted rabbitmq-server 3.0.3-1 (source all)

2013-03-08 Thread Emile Joubert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 07 Mar 2013 10:03:31 +
Source: rabbitmq-server
Binary: rabbitmq-server
Architecture: source all
Version: 3.0.3-1
Distribution: unstable
Urgency: low
Maintainer: RabbitMQ Team packag...@rabbitmq.com
Changed-By: Emile Joubert em...@rabbitmq.com
Description: 
 rabbitmq-server - AMQP server written in Erlang
Changes: 
 rabbitmq-server (3.0.3-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 2dee54a6ef91ac2a34eb00d2ffb3e63a054118df 1890 rabbitmq-server_3.0.3-1.dsc
 8031a0772015f3f776d87ad11ff42e80301e96bd 3314376 
rabbitmq-server_3.0.3.orig.tar.gz
 36350ba637e6a0a9b012de354d8a4df8ae93f3d3 17685 rabbitmq-server_3.0.3-1.diff.gz
 54ad803a773f6f5af16582ec65d20851f2377689 3556154 
rabbitmq-server_3.0.3-1_all.deb
Checksums-Sha256: 
 a0db20f0d82a33bd9b30da373a70f0eb73cf8bd048ac0bfb4f26139afcb33774 1890 
rabbitmq-server_3.0.3-1.dsc
 68f8e59246afe9a40cf42db83365c36d1b755bcac9be8cf8a3b97dbdfb29b71e 3314376 
rabbitmq-server_3.0.3.orig.tar.gz
 a73af9de106e23ede5fc70e1c0b8558d6303e2ed2a8b9edf2d1c7aa89931f320 17685 
rabbitmq-server_3.0.3-1.diff.gz
 ac5b0778e22d08f141f17d09d55e620065ef47eb1cb9105c37fde9bd41200128 3556154 
rabbitmq-server_3.0.3-1_all.deb
Files: 
 da1d90dcd115d2257946129423e681dd 1890 net extra rabbitmq-server_3.0.3-1.dsc
 088e408d7b7bd40ae0d14f76e9f4bf28 3314376 net extra 
rabbitmq-server_3.0.3.orig.tar.gz
 c1e1f04dd4823fcb52edb87a40511852 17685 net extra 
rabbitmq-server_3.0.3-1.diff.gz
 1c5476fd8e7c4bcb01c07516fab89d6e 3556154 net extra 
rabbitmq-server_3.0.3-1_all.deb

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

iQIcBAEBCAAGBQJROGVeAAoJEIJjVeJg97yy5HQQAJUThm1rAAdEuwtEcpmMestF
TWB+hsT5ngIZlhnmyEsV9TdOheRgL02YoKENU8m244eGx2yK3V19b4JUp/PBuU/Z
Hhj8+sMUYMNZJSvOseW+QSXSBdNQRlBYu0oiQ/h5UIrWoxXVphUuxjCobnCt+s2u
3hBvqpvEKeDIPmWNguOd1Cqb+ssXbFeq8ykl0lsZP2bhVh4Y0E/WTKnw0d3YDhzK
RVMGlwpUTg/NPbcabVi37Bpj8gQpv2CRrxqzFcEHGx4zcL/uRu0r0WdV7E6ug2GF
AHDBDYIbVfhFtT5PGR6lhRPmmW2Jn7+5Sc7zOsz5PWKY91MA/02YnPr8FiizJHEX
M4GaO+UdBKPSokTtm0A0LbOobYhi3Ez6pPCNUThfr/NMNHmOCiMMkNT2DCBRLtbh
3be6aIXKMctAIaxIID/+yMM53UBxzuCNaBqVqhsZlFosFlx5TATNCSucQT0Z93z5
MRuVa7mLFoyzL55YplKMryEW/SoVr4WPPw9gAfnncvM+3/A04heQobFQ92MzOckW
n9g16nafTELEemspF1/UBfYEQEJ5IS/OkzOVLNBh/qryuMyGKlIo0Ck+cJLk0jxD
+1vlBWzmqRjvweLR7FO8xiDsYi6rbKjE+onIT7NpB5R1shH2sqcAdQ4YShjB4avq
7VENGiFDd4vm0Zm6vw2Y
=+oHj
-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/e1udubp-0005ig...@franck.debian.org



Accepted gtick 0.5.2-1 (source amd64)

2013-03-08 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 11:34:57 +0100
Source: gtick
Binary: gtick
Architecture: source amd64
Version: 0.5.2-1
Distribution: experimental
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 gtick  - Metronome application
Changes: 
 gtick (0.5.2-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 196b02c774747ec0002164ee2044fc47149fc2cb 1065 gtick_0.5.2-1.dsc
 db98831d5acc659b709228c9155383a3ff7376a7 666039 gtick_0.5.2.orig.tar.gz
 bde09d46b75691643ce307458a94b3bce5e53476 4069 gtick_0.5.2-1.debian.tar.gz
 4735bb076fa0bda6d38bd5ed53eb76e87cf32ef3 152134 gtick_0.5.2-1_amd64.deb
Checksums-Sha256: 
 4936a84e4b7ee0e67113014fa9c9e04e8acf2c72baabd21f2b029436a41a6d8a 1065 
gtick_0.5.2-1.dsc
 dd04edc4be3751bb5794cd37671a9b083fc41a2ebdf5d19dd9a8d0eb4e309ca1 666039 
gtick_0.5.2.orig.tar.gz
 016b8a8a15f537516bdaf2d5b5f2eed8fb6e72a697e70ed63d1903d5a3f0a01e 4069 
gtick_0.5.2-1.debian.tar.gz
 c4587f7411f4e9219c05109cc6e581c3800e5b4b2ee9183b3702ade2f3e7525a 152134 
gtick_0.5.2-1_amd64.deb
Files: 
 3e9fd910faadd3c66f4c7f328bd292d2 1065 sound extra gtick_0.5.2-1.dsc
 acd1711e8dad0c313832a6a9da0c5215 666039 sound extra gtick_0.5.2.orig.tar.gz
 433d60723b5c8e2ac8c049dfff3036e4 4069 sound extra gtick_0.5.2-1.debian.tar.gz
 04c776e3cbb2f7e5aca2948a6435519b 152134 sound extra gtick_0.5.2-1_amd64.deb

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

iD8DBQFROcCCcaH/YBv43g8RAjVLAJ9JmJkeutUvORRbRaKlDpH5SRFrVgCeNW3u
boRPh/qVPVMbCSf4qomVb8A=
=JIXx
-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/e1udupk-0001vk...@franck.debian.org



Accepted https-everywhere 3.1.4-1 (source all)

2013-03-08 Thread Jérémy Bobbio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Mar 2013 11:45:41 +0100
Source: https-everywhere
Binary: xul-ext-https-everywhere
Architecture: source all
Version: 3.1.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Jérémy Bobbio lu...@debian.org
Description: 
 xul-ext-https-everywhere - extension to force the use of HTTPS on many sites
Changes: 
 https-everywhere (3.1.4-1) experimental; urgency=low
 .
   * Imported Upstream version 3.1.4
   * Refresh debian/patches/03-enable-debian-rules.diff
Checksums-Sha1: 
 fd48f900c98574027613216a56bb8ef8153be722 2113 https-everywhere_3.1.4-1.dsc
 173a0f0ecbf64540e49998febe47cb64dc88b416 404343 
https-everywhere_3.1.4.orig.tar.bz2
 3be2db69c0687e607fe87176188e8cfc871fdd08 423216 
https-everywhere_3.1.4-1.debian.tar.gz
 de6668da96e5012a4c52988d01d99f5a3ac6346b 432682 
xul-ext-https-everywhere_3.1.4-1_all.deb
Checksums-Sha256: 
 078269bc062a8688d8c8be0eef472478c7291ed34f06a8a307e307c308229d83 2113 
https-everywhere_3.1.4-1.dsc
 95c91bf5056011b8acd9a4c32a30cac315585ce17d179105778448c677d8d7f3 404343 
https-everywhere_3.1.4.orig.tar.bz2
 2265d25cdc3098c622d6e743027600946b99ef900914f2592c262b4bcf33c1a4 423216 
https-everywhere_3.1.4-1.debian.tar.gz
 aafc1168eb0afde7050efc235c334e257867fcf02ce8ae0876e777ff7a766591 432682 
xul-ext-https-everywhere_3.1.4-1_all.deb
Files: 
 c0baa796c4cc00ad28e1652a6f12b418 2113 web optional https-everywhere_3.1.4-1.dsc
 ae5310d402460f1d144153eb7602708c 404343 web optional 
https-everywhere_3.1.4.orig.tar.bz2
 e89f6f731283a5aff68bcc955996c79a 423216 web optional 
https-everywhere_3.1.4-1.debian.tar.gz
 21259c69cbb092f57f3ab5e5a165bd31 432682 web optional 
xul-ext-https-everywhere_3.1.4-1_all.deb

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

iQIcBAEBCAAGBQJROcKvAAoJEEgU3sIrMHw8YaIQAJrOe8/eFm9+Q28UdVdVXK6G
/SHZ1sGWqwqUJBhyK1f+5fQmAbCSAoi172nN5XKg9yghyrRgpTJnnkeF0hzj8/lp
ZEQd4n/yLNZWnQuNBRbVjwR5PmRyTq4rNSQWhjcdqPQk3kZdMOC20P4lsbc8VyLV
NbPuECJZ1b96mN61il1EWwacMICK5I7FMqFzbYwRqz2RY8AaOiZU9DhVe3MN2G6x
Ku8iO9a7GXiSHJe9NHvWwmcAE/6RzPF3jKkEzgyRMySs49zDRENh1VFLcuP/cwpL
xv++Utj7qRYeqkts9sKJj5IUh/b0qGz9Lv8uuSt78/Ntc0VKLRScavl+ILJVyRrW
iEdO5o86Rp22RByk8Zw1rtr2/3R/pPXIF1luuYaaduQJs0rf7K+B4I5E/UWfVJwk
LD77e1rPb1a4EKpWK127+4kqZSpkW4XFjEQHvYYIJ4hOPXNo45HtYp5fjspfZAK6
t1jF4cwy1aWC78D2j72Hcd0fEcozAfYJKzjWdc3kofu0MMPXk+O11/7laEFbqcAc
LqJCdOpSfTbfcE9+N0+TQu0fOzCFTFeZktKdmZDIRWhghJDpd0YWvwRVvB/DmlQ7
NRO+in16/CsYQr7RBq12hg/eDgPfqbx4qMGGodCmKQKBUaozIhVfRRwGk+AZ8dtb
UZcQs48Go+ICrkBM8EqP
=J7kS
-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/e1udv5c-0005jx...@franck.debian.org



Accepted blender 2.66a-2 (source amd64)

2013-03-08 Thread Matteo F. Vescovi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 10:41:11 +0100
Source: blender
Binary: blender blender-dbg
Architecture: source amd64
Version: 2.66a-2
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Matteo F. Vescovi mfv.deb...@gmail.com
Description: 
 blender- Very fast and versatile 3D modeller/renderer
 blender-dbg - debug symbols for Blender
Closes: 702503 702515
Changes: 
 blender (2.66a-2) experimental; urgency=low
 .
   * debian/patches/: re-worked to fix pending bugs.
 - #0005: updated to fix locale issue (Closes: #702503)
 - #0007: updated to fix system path issue (Closes: #702515)
 Thanks to Antonio Ospite for the hints.
Checksums-Sha1: 
 d7328d409b50e05cb614b99d22274bf6edac37a0 2703 blender_2.66a-2.dsc
 3f96f04ca108bc58dc99234630592c24725479a6 38959 blender_2.66a-2.debian.tar.gz
 6a1a80350515d3189a43280f61302af1c6c3338d 33990928 blender_2.66a-2_amd64.deb
 cb3316777a05c2b81549b9166371a5799868406b 146079146 
blender-dbg_2.66a-2_amd64.deb
Checksums-Sha256: 
 047442298934bfa7d959305bc16b410639b596acfb22198672d376a248281cd7 2703 
blender_2.66a-2.dsc
 fa6d7d825ce38a8679ea80cafdc881db30f9c4d1e92e55e6893bf9eadba281eb 38959 
blender_2.66a-2.debian.tar.gz
 8710f1f8651e6a6c26dec5276eefcf495ef510a9b7eb0c65d8bb90424fcf9c2f 33990928 
blender_2.66a-2_amd64.deb
 70a61054b3f4a4d1d19181c41909e72982bc4fa8fbce78c70a279b0590dc197e 146079146 
blender-dbg_2.66a-2_amd64.deb
Files: 
 8b6f363c35aec04cdd3a631d471fcaac 2703 graphics optional blender_2.66a-2.dsc
 6775f49ad0e0cc4d2350065f4581b1a7 38959 graphics optional 
blender_2.66a-2.debian.tar.gz
 bd6be8e965d5b07736c9d758e07543d9 33990928 graphics optional 
blender_2.66a-2_amd64.deb
 b65d7dcb62f1d67410e0159678925049 146079146 debug extra 
blender-dbg_2.66a-2_amd64.deb

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

iQIcBAEBAgAGBQJROb6cAAoJEIBiOYmDss96sBsP/0SV2cTgojGOQOVTIKm0yCxz
S6/QAtgpHzJ+SVUZ7MKPFI7Tv+fmxc75l7+Ex7yQ7Lc7dtVfYP3ar6kaSJT2u+dM
1xgR5ypXoJI9IieQNB0XiXrKMI5z+kn+5s+4dZRh7PXkL/BeDbCz50sqAXL850jp
XHPWfreEI6PkgWPvQMJcTyB7KV4q6uyOWVo8vHiTFlb7Cfkmd50LBZ4/fJmY9l98
dH12R9zLG6RqdHRe2R9gkCNN01jXqa9YrQgDdFd1O0+yyDr6vCHR8hslWn3qUzd1
ov2iuuOk1M334U+QJw9IVwCD0w4uynEDXGINyEAF+21okOLj7Z2y1fVlEqCowM1y
h6M6XO9PgJ1vu2XoZ9DKeMBmR8U4F0TjWfkF3ql4dXkork0dZdcrI5h0j6pD5h2b
O+bsgtr00OVqoYcIlWAYwTQqDcSLxOkSRo/39wK3dOpDIP0boW3wEnFQYMXwYP/C
VYKiPz37bAUCZRtLTecdXY6pKb3V1aBN3MgQCCyUcjaxzt5sV+84p8CUeREHm2DS
tY7Qx4RbYMry+iFzPJ5N/QAjOsG7amxrlbh4go8OHVRHGkjpuokXZHcLfIk1ued0
z3YMmL1nA4bOl/tf4U2cbgdRDjZv5iLR4grpgB7+u4+0FU7Kuxyyt/FvYDIAtRcJ
7UmnW2SIk4WBxwalJ7QN
=9YQR
-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/e1udvjp-00088m...@franck.debian.org



Accepted libgusb 0.1.6-0.1 (source amd64 all)

2013-03-08 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 09:52:33 +0100
Source: libgusb
Binary: libgusb-dev libgusb-doc libgusb2 gir1.2-gusb-1.0
Architecture: source amd64 all
Version: 0.1.6-0.1
Distribution: experimental
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 gir1.2-gusb-1.0 - GObject introspection data for libgusb
 libgusb-dev - GLib wrapper around libusb1 - development files
 libgusb-doc - GLib wrapper around libusb1 - documentation
 libgusb2   - GLib wrapper around libusb1
Closes: 699941
Changes: 
 libgusb (0.1.6-0.1) experimental; urgency=low
 .
   * Non maintainer upload with maintainer approval
   * Imported Upstream version 0.1.6 (Closes: #699941)
   * Update build-dependencies according to configure.ac
 - added libglib2.0-dev, gobject-introspection and valac
   * Add GObject introspection package gir1.2-gusb-1.0
   * Install Vala API (vapi) in libgusb-dev package
   * libgusb2.symbols: update for added symbols
Checksums-Sha1: 
 22f9f343454467f19ae6011945dcb657dbff9251 1533 libgusb_0.1.6-0.1.dsc
 ecd6d1254d456f2046ce6110607b1e2c7921c377 262932 libgusb_0.1.6.orig.tar.xz
 bccc8bde65560ee66093d8b73aa9e618df79be31 3421 libgusb_0.1.6-0.1.debian.tar.gz
 56f19c5a7eee1ac7170644494d181082ea71ca54 32066 libgusb-dev_0.1.6-0.1_amd64.deb
 c2905b076cd15ddded5f8155914cc690d744411d 24804 libgusb-doc_0.1.6-0.1_all.deb
 68b299b93c76f3ff5d241fef7fa5b1f68bdaa68d 20914 libgusb2_0.1.6-0.1_amd64.deb
 6de4bdf3fa473a6bf405c51075efb6ca57b62e0c 7966 
gir1.2-gusb-1.0_0.1.6-0.1_amd64.deb
Checksums-Sha256: 
 0de5283f6540def70aba218fe39e7c339e7d2b9bbddbf3dea4b442401626b953 1533 
libgusb_0.1.6-0.1.dsc
 900103ff24a851ef8395b992236ced0aedb4c265ef2264f6ad8349300095198b 262932 
libgusb_0.1.6.orig.tar.xz
 a5e23b056c3729c694278777cbd17c18c19fe3f764150750843e7e6b9287632b 3421 
libgusb_0.1.6-0.1.debian.tar.gz
 01e698d3beaca07660272e3a4876fe658d5ed80724b96cbeea0ee2e3abd69148 32066 
libgusb-dev_0.1.6-0.1_amd64.deb
 5d741ef96644e5c97cb9e531165491538b2ea7f36fc7f8ad6d097c27575f8dab 24804 
libgusb-doc_0.1.6-0.1_all.deb
 f8dc77fa874ac884dec19c0081eeb8e5e0dfd4844e2d49aa937f3d0f3cefe68a 20914 
libgusb2_0.1.6-0.1_amd64.deb
 4f24b266e78c6a1bfb273c260fcbc7ebdac42e179e4acab0513dd7004a50c3d2 7966 
gir1.2-gusb-1.0_0.1.6-0.1_amd64.deb
Files: 
 5c9d6d22d6cf05a5b067fb97cbfd97db 1533 libs extra libgusb_0.1.6-0.1.dsc
 672058e7a49a38259ab6ea01470c2fa2 262932 libs extra libgusb_0.1.6.orig.tar.xz
 5f32fccfb2476a7ada8b9934b0cdcdc2 3421 libs extra 
libgusb_0.1.6-0.1.debian.tar.gz
 a89acb306e2adca700f2101629001d11 32066 libdevel extra 
libgusb-dev_0.1.6-0.1_amd64.deb
 9f96dd67949df435f3d9669256befab1 24804 doc extra libgusb-doc_0.1.6-0.1_all.deb
 0cc0baf75cbe1888fc26984f112e45e6 20914 libs extra libgusb2_0.1.6-0.1_amd64.deb
 aa38afaf7b91e0c0f8a6b8e7a737ab08 7966 introspection extra 
gir1.2-gusb-1.0_0.1.6-0.1_amd64.deb

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

iEYEARECAAYFAlE5qvgACgkQcgQ2cL3l8e536wCgkH7JnVF2/S+whTfu9btkPXMB
XhwAoMxircLYucDtfVyyTjzPuu9azdAH
=TTMy
-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/e1udvy0-0005lt...@franck.debian.org



Accepted btrfs-tools 0.19+20130131-3 (source i386)

2013-03-08 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 13:31:09 +0100
Source: btrfs-tools
Binary: btrfs-tools btrfs-tools-udeb btrfs-tools-dbg
Architecture: source i386
Version: 0.19+20130131-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 btrfs-tools - Checksumming Copy on Write Filesystem utilities
 btrfs-tools-dbg - Checksumming Copy on Write Filesystem utilities (debug)
 btrfs-tools-udeb - Checksumming Copy on Write Filesystem utilities (udeb) 
(udeb)
Changes: 
 btrfs-tools (0.19+20130131-3) unstable; urgency=low
 .
   * Also ignoring fsck options -y, -C, and -V in btrfs check.
Checksums-Sha1: 
 c544f7c172aa60e38cf939e6342f49e6cdb63d1f 1353 btrfs-tools_0.19+20130131-3.dsc
 f165585b93df5a56a2a9a20d3ce3174e7f36fe60 8736 
btrfs-tools_0.19+20130131-3.debian.tar.xz
 cab552dc6c353f0151df559d697b8ae26f31e6bd 290840 
btrfs-tools_0.19+20130131-3_i386.deb
 39d9ad2495717f9e22ba6bbdd19930b07986dda1 152040 
btrfs-tools-udeb_0.19+20130131-3_i386.udeb
 68cd9690dad28af89ab451de49a5dbf488083e9c 3697042 
btrfs-tools-dbg_0.19+20130131-3_i386.deb
Checksums-Sha256: 
 d92048c7f88c1f49ee28fbe03162db7b0e39c7fc210ff2a052608ffe3d6d98f4 1353 
btrfs-tools_0.19+20130131-3.dsc
 58fbda319eaf9880d1f392968de2930117e04ef40250db7d5d1086a42dcc8274 8736 
btrfs-tools_0.19+20130131-3.debian.tar.xz
 55a87b368d93ca770ad237153d033db565a3a6240259c8a396d5ca5d882b7338 290840 
btrfs-tools_0.19+20130131-3_i386.deb
 96e8591827002364b4b989b8daebadfe5a12a2a04a86f0386a7169032469ddbd 152040 
btrfs-tools-udeb_0.19+20130131-3_i386.udeb
 ca763dbef214ef889d1152d3fbf5e27f292a5100ba75dd10fd0cfb3ffedf367d 3697042 
btrfs-tools-dbg_0.19+20130131-3_i386.deb
Files: 
 64061d1426ab7d8805d0e400c9b14419 1353 admin optional 
btrfs-tools_0.19+20130131-3.dsc
 5289bc1b7c8a585d3218cf87210b071c 8736 admin optional 
btrfs-tools_0.19+20130131-3.debian.tar.xz
 ad7ded98f5a879d7fc4a189a9eac8780 290840 admin optional 
btrfs-tools_0.19+20130131-3_i386.deb
 1f24a0566ea9ecc72214c1ed5af472b1 152040 debian-installer optional 
btrfs-tools-udeb_0.19+20130131-3_i386.udeb
 eec252ddbc8d11523ec72262895ccbe4 3697042 debug extra 
btrfs-tools-dbg_0.19+20130131-3_i386.deb

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

iEYEARECAAYFAlE52qkACgkQ+C5cwEsrK55ZXACfUmmy7AmtZLKuAEFafsFuR0JR
UmsAoK5BdknELbBVdfACAPVQw/WjCi+i
=WEVo
-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/e1udwi5-0005o3...@franck.debian.org



Accepted audiofile 0.3.6-1 (source amd64)

2013-03-08 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 14:28:14 +
Source: audiofile
Binary: audiofile-tools libaudiofile-dev libaudiofile1 libaudiofile-dbg
Architecture: source amd64
Version: 0.3.6-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 audiofile-tools - sfinfo and sfconvert tools
 libaudiofile-dbg - Open-source version of SGI's audiofile library (debug)
 libaudiofile-dev - Open-source version of SGI's audiofile library (header 
files)
 libaudiofile1 - Open-source version of SGI's audiofile library
Changes: 
 audiofile (0.3.6-1) experimental; urgency=low
 .
   * New upstream release:
 - Implement FLAC and ALAC encoding and decoding.
 - Update license to LGPL 2.1
   * Build-depend on libflac-dev and pkg-config.
   * Install library manpages into the proper path /usr/share/man/man3.
   * Update debian/copyright.
Checksums-Sha1: 
 75458280a8b57d3a71eea4199b07df9069d65367 2171 audiofile_0.3.6-1.dsc
 3aba3ef724b1b5f88cfc20ab9f8ce098e6c35a0e 811733 audiofile_0.3.6.orig.tar.gz
 a865d9692056dea7ae350a100f60e3e92544c715 11403 audiofile_0.3.6-1.debian.tar.gz
 1fd90fd467c01aa5aa107dab7545e9f49f6fc43a 36942 
audiofile-tools_0.3.6-1_amd64.deb
 e461c5d546d11090c454641ccd11279195020e12 62816 
libaudiofile-dev_0.3.6-1_amd64.deb
 c6ad8eb21ef216d5cbdae683ab569e992447e24e 130404 libaudiofile1_0.3.6-1_amd64.deb
 677f24d92b83ffaa6e5e009970b281036f4e4a68 644042 
libaudiofile-dbg_0.3.6-1_amd64.deb
Checksums-Sha256: 
 12ec870a6ada546ae789d638fb1d7411c147d2a3b5989637fc3384e18e252ef6 2171 
audiofile_0.3.6-1.dsc
 cdc60df19ab08bfe55344395739bb08f50fc15c92da3962fac334d3bff116965 811733 
audiofile_0.3.6.orig.tar.gz
 4a48e5eda689ca9498a88383402a9d91c78607a395695fe891a092930fd66d22 11403 
audiofile_0.3.6-1.debian.tar.gz
 6a3da66b81d3d0ec7ce7a298d85570805a7d855f4d72142d28342c03bca04046 36942 
audiofile-tools_0.3.6-1_amd64.deb
 2f7803722cc7b3941ea2c349fb6568955a66cc8ceef31d90785bb7d931312737 62816 
libaudiofile-dev_0.3.6-1_amd64.deb
 f15d6c1d8bbd804ae672c4f5f43abc6b4141689a0fc7e2efaff6c8e82b878376 130404 
libaudiofile1_0.3.6-1_amd64.deb
 27b1862f3da666353c497ea1d55cb9085e445a120faf64490ee0fee22b298f7e 644042 
libaudiofile-dbg_0.3.6-1_amd64.deb
Files: 
 449558ef2d0dd563c6bd978db5fe6372 2171 libs optional audiofile_0.3.6-1.dsc
 2731d79bec0acef3d30d2fc86b0b72fd 811733 libs optional 
audiofile_0.3.6.orig.tar.gz
 3f629a985af28b67db93d2039a3989fe 11403 libs optional 
audiofile_0.3.6-1.debian.tar.gz
 eb348dac1217a1a0bc69f5a7d8a91b34 36942 utils optional 
audiofile-tools_0.3.6-1_amd64.deb
 ab4b9793119bb29bfe19bc6c16b65846 62816 libdevel optional 
libaudiofile-dev_0.3.6-1_amd64.deb
 ed90c1b78bff1566f3924eb5407a11f0 130404 libs optional 
libaudiofile1_0.3.6-1_amd64.deb
 d3e0197ddcedf41d617f0b05e0ad0050 644042 debug extra 
libaudiofile-dbg_0.3.6-1_amd64.deb

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

iQIcBAEBAgAGBQJROfz7AAoJEOikiuUxHXZaD2QP/2SDhqAjoFSBNIfgr8uLRO5Y
OXzLx4pIMMcLyJ9kGBuHwtUkUaTr5x26FNrpKjsDxk+gWIpIkYBDwhm7/3nYMvzZ
3HKqXKhRz2YHIPVoO/lPBIFXpx7o+Up9kS25G0V+W9Oi6SYmgTaQI6WseldsjHps
oMl63Y7oQhTXDra4ehVETWm31RGpRwg9dLeWjtn+ppLIDH5iwH9cLpAb7CmWa04c
F+2qXlSyYTi55Sg2y4mnSOI0iTnNZYMlQo42nt5d70P17IHBB+7LpIdBdT+M0TYa
s0UtihDK0UNTYUy7echVVsyCylXpxkdRKtT5V5A2cdt+/04O/qhZwZGbxKj+HiYB
aqfehmeD/RBGkqLm4cY4CeC98xbtDiKA8drmY8Jf7R14gAkjJQZ6y/f5Mu+o+OEo
Z2fcrUEVzkDW2sE256qwPz/tNki3M6Cov20Y/Ldm68+IuMTisdMLsvI1aeaom2TR
YWMjQ3c6ETfMl924Rsg/I2lxIVyVmrJAK19zsXLXJEJpgxp6hbxOYkgF4bIm5qpz
0mfSbgLGeaAIWoCNf7a4wt61imU2U0yuFRAKCouBCljztV7Yt5krRYA+2dJNy7O/
h+M82TCwcEgld2eXc6D2ytiKmMnfG7k4YKCvm/2HdaIP+QAq2zM4YaDjcATebivP
VR4/AZIp8w+nyaS2e8Lq
=JwJx
-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/e1udyob-0006av...@franck.debian.org



Accepted chromium-browser 25.0.1364.160-1 (source all amd64)

2013-03-08 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Mar 2013 03:46:20 +
Source: chromium-browser
Binary: chromium-browser chromium-browser-dbg chromium-browser-l10n 
chromium-browser-inspector chromium chromium-dbg chromium-l10n 
chromium-inspector
Architecture: source all amd64
Version: 25.0.1364.160-1
Distribution: unstable
Urgency: high
Maintainer: Debian Chromium Maintainers 
pkg-chromium-ma...@lists.alioth.debian.org
Changed-By: Michael Gilbert mgilb...@debian.org
Description: 
 chromium   - Google's open source chromium web browser
 chromium-browser - Chromium browser - transitional dummy package
 chromium-browser-dbg - chromium-browser debug symbols transitional dummy 
package
 chromium-browser-inspector - page inspector for the chromium-browser - 
transitional dummy pack
 chromium-browser-l10n - chromium-browser language packages - transitional 
dummy package
 chromium-dbg - Debugging symbols for the chromium web browser
 chromium-inspector - page inspector for the chromium browser
 chromium-l10n - chromium-browser language packages
Changes: 
 chromium-browser (25.0.1364.160-1) unstable; urgency=high
 .
   * New stable security release:
 - High CVE-2013-0912: Type confusion in WebKit. Credit to Nils and Jon of
   MWR Labs.
Checksums-Sha1: 
 7405cd38ebedad05d95a76f309f15adb12617edf 4331 
chromium-browser_25.0.1364.160-1.dsc
 0b7b2eca6e058f02bb90e1ee94fbecc645acf33e 643859428 
chromium-browser_25.0.1364.160.orig.tar.xz
 9abde8f86c29fc3d03d189b1c03cfd69bdd2cf51 256159 
chromium-browser_25.0.1364.160-1.debian.tar.gz
 91db8f9c6b5494827d3d011b6e5e95538d093c30 167374 
chromium-browser_25.0.1364.160-1_all.deb
 ed60d262a291d1ab1dfe478101b0d571318daa9f 166698 
chromium-browser-dbg_25.0.1364.160-1_all.deb
 9d2537d31dcd3f4091154a98944cd797adac52a5 166850 
chromium-browser-l10n_25.0.1364.160-1_all.deb
 505ef840db6e0c71f8b728b20e5f364cc50dc156 166710 
chromium-browser-inspector_25.0.1364.160-1_all.deb
 a3d1b64a84efbe458dc188eae9c7a371726cbaf9 2635804 
chromium-l10n_25.0.1364.160-1_all.deb
 774f5e2a5e281ce2b56ddafaa15235f0275520b1 814894 
chromium-inspector_25.0.1364.160-1_all.deb
 88fc4d7c5b2856651ca7be10cb5afdd772105fcd 39144496 
chromium_25.0.1364.160-1_amd64.deb
 8392ef302a8d177ddbab61d45eb7e6f3f4d62478 412600444 
chromium-dbg_25.0.1364.160-1_amd64.deb
Checksums-Sha256: 
 f8b0062d5d003936356e0f8c87fb7b496dd97d87d247503138f611f6a89f7efd 4331 
chromium-browser_25.0.1364.160-1.dsc
 08019a604b95c2d39ba178ccabd91f44a93451ceb1d0f0502f3d10c41eaba6f5 643859428 
chromium-browser_25.0.1364.160.orig.tar.xz
 ca8e71f95c466e7e6eecd33611ff575f69e4bace9355d2b44224566d6e85b3d6 256159 
chromium-browser_25.0.1364.160-1.debian.tar.gz
 acadd1de2b9268b70f2f27de69e74fa65e51197abab0684e991ebdcddc14336e 167374 
chromium-browser_25.0.1364.160-1_all.deb
 7e849102312faac6839d9c92a919b629b2ac1509d24333164688b64d548b3666 166698 
chromium-browser-dbg_25.0.1364.160-1_all.deb
 66e2cad3e1c1dd91808084d0592e704292ac1292b9c3153e8f7a3983a030e661 166850 
chromium-browser-l10n_25.0.1364.160-1_all.deb
 ab8c2984ad988ca5538e039040c2e3a6a65d30030f0cd05819eeffde347b398c 166710 
chromium-browser-inspector_25.0.1364.160-1_all.deb
 0ac95536f3ce32b43cf1a48f213e1d541ef1b340aee0c7595b6bf470e866b247 2635804 
chromium-l10n_25.0.1364.160-1_all.deb
 a25cd1c3cf7ddd2ff505dd287e9a9f520b213d572df5803561c2e11332cfe8a0 814894 
chromium-inspector_25.0.1364.160-1_all.deb
 d66efc3e7be1162543fd11bf60c569fa17d37f8ceaf1680c14e134072d322f51 39144496 
chromium_25.0.1364.160-1_amd64.deb
 cb83619c6d80948a73cdb5b83752e5ae7f8502b95024f814904072d78dd3ca84 412600444 
chromium-dbg_25.0.1364.160-1_amd64.deb
Files: 
 160ab59a82e3f9e35504210edd5433e6 4331 web optional 
chromium-browser_25.0.1364.160-1.dsc
 b19c1dd9bdc5c2c95a93a6e9e7ae9ca8 643859428 web optional 
chromium-browser_25.0.1364.160.orig.tar.xz
 01d48b870cb020bd3dbed20df70c2638 256159 web optional 
chromium-browser_25.0.1364.160-1.debian.tar.gz
 1c20ec5f2f4c4be6ece7df68a1a4a176 167374 oldlibs optional 
chromium-browser_25.0.1364.160-1_all.deb
 5d3fbb3c7592cb74081cd983a36ed101 166698 oldlibs extra 
chromium-browser-dbg_25.0.1364.160-1_all.deb
 705573c9e173a5c25d8097b99ad1e434 166850 oldlibs optional 
chromium-browser-l10n_25.0.1364.160-1_all.deb
 36f6bf61ad719f2c9981435aa26dfbf7 166710 oldlibs optional 
chromium-browser-inspector_25.0.1364.160-1_all.deb
 9226e37964d6e6dc4f205081dd7e2470 2635804 web optional 
chromium-l10n_25.0.1364.160-1_all.deb
 5ac0c1c89326ae2c19d15cec9473c3f0 814894 web optional 
chromium-inspector_25.0.1364.160-1_all.deb
 ac16dab3914af2ffc16f6879f6f772b4 39144496 web optional 
chromium_25.0.1364.160-1_amd64.deb
 dec1f9ece09ae9577ae6da1312da02bc 412600444 debug extra 
chromium-dbg_25.0.1364.160-1_amd64.deb

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

iQQcBAEBCAAGBQJROeiCAAoJELjWss0C1vRzLB8f/09xasoWoEE3SlSP6i5Zp3xy
lWY8iCRsunfXlsx8oef50CXzp1xC4O7Y4mOVOMnS5uSKXvj0vAklhcp+ubvbsvib
7ASy+Biug8OFJYG/2pRJuLhxCiDXKoI7I0vlWyFlj+zuaxl5SXUemPz7PsxTKPNO

Accepted libapache2-mod-auth-cas 1.0.9.1-2 (source amd64)

2013-03-08 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 14:35:48 +0100
Source: libapache2-mod-auth-cas
Binary: libapache2-mod-auth-cas
Architecture: source amd64
Version: 1.0.9.1-2
Distribution: unstable
Urgency: high
Maintainer: CAS packaging team pkg-cas-maintain...@lists.alioth.debian.org
Changed-By: Thijs Kinkhorst th...@debian.org
Description: 
 libapache2-mod-auth-cas - CAS authentication module for Apache2
Closes: 688577
Changes: 
 libapache2-mod-auth-cas (1.0.9.1-2) unstable; urgency=high
 .
   * Fix changed function names in OpenSSL 1.0 (closes: #688577).
Checksums-Sha1: 
 1f76bbc120c4fc3ac73a67b1927d825c49dec62e 1915 
libapache2-mod-auth-cas_1.0.9.1-2.dsc
 e5e2ce32b5574c72e597f4f5dcdc42ba7a96ead3 5447 
libapache2-mod-auth-cas_1.0.9.1-2.debian.tar.gz
 a1805842a73518bd470d084bbf9fce10e820886c 34532 
libapache2-mod-auth-cas_1.0.9.1-2_amd64.deb
Checksums-Sha256: 
 4e6c534f87995cba1d361ce75578dbf2601b7e21e56a580b2f8c70c79b945190 1915 
libapache2-mod-auth-cas_1.0.9.1-2.dsc
 6154c5cf2a585e9ec673a813503d325963a7a3d40a677c1373505b80afc07022 5447 
libapache2-mod-auth-cas_1.0.9.1-2.debian.tar.gz
 1847d559eed7c32555366670d1e92be78846a85bb691d8656ac54958f003c920 34532 
libapache2-mod-auth-cas_1.0.9.1-2_amd64.deb
Files: 
 0bc299ed6a06a06334b14a3450f34215 1915 httpd extra 
libapache2-mod-auth-cas_1.0.9.1-2.dsc
 82d6926e0d939c78fcd8b7eeb8575174 5447 httpd extra 
libapache2-mod-auth-cas_1.0.9.1-2.debian.tar.gz
 a61d4b83a8255100bc8c121cad6517d3 34532 httpd extra 
libapache2-mod-auth-cas_1.0.9.1-2_amd64.deb

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

iQEcBAEBAgAGBQJROe2jAAoJEFb2GnlAHawEbd0H/1XAJjuPSC67dbdF5qIRubqD
cBEhviw/BNUMlsonS0ZhCjHiTIe4ZpztsEI7ConnvskyAFBklOFE/L9Pme2VPJxZ
ohu8FUlOGKHKA1oDCWpR0oFj/PhZy3v81LXbmuVMXaB+ZTn+bII4biUbb0mJ1aHX
2jwT7lv2BdUEZcJ+Td3tZTBAWSGmeAPOOfx9Uh3W2ZEqQobnyOK7Tvezhbuxe4j/
qBXS+X1ODIBxjomAvea8deTusIeuovATkrghi7VAQix+k7mbiF8K9NSSxLnEX1Rr
DvpzROnE0Pj/6LcOMEioTj1x0SWN5XwrggBc0NjOuQ3XYByQBsdu0YPcGcKupss=
=S9CJ
-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/e1udyvx-0007m3...@franck.debian.org



Accepted grml-debootstrap 0.56 (source all)

2013-03-08 Thread Michael Prokop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 15:28:21 +0100
Source: grml-debootstrap
Binary: grml-debootstrap
Architecture: source all
Version: 0.56
Distribution: experimental
Urgency: low
Maintainer: Grml Team t...@grml.org
Changed-By: Michael Prokop m...@grml.org
Description: 
 grml-debootstrap - wrapper around debootstrap for installing pure Debian
Changes: 
 grml-debootstrap (0.56) experimental; urgency=low
 .
   [ Markus Rekkenbeil ]
   * [4f9ea91] Add new feature backportrepos via option --backportrepos
 .
   [ Evgeni Golov ]
   * [e45e376] fix kernel image search on i386
Checksums-Sha1: 
 ec39ad3e30354da6265f389c1294fedc85a9d884 1192 grml-debootstrap_0.56.dsc
 9660798746c23d081f06c3e6e8995db3f6516998 149333 grml-debootstrap_0.56.tar.gz
 12e8b71a9087c32937d6b1413c4c9af5e09a3c83 126154 grml-debootstrap_0.56_all.deb
Checksums-Sha256: 
 4bc20b13eb2d6baec3529b9c99c5ea64b424427f0877c1de47c5c7e8144e961c 1192 
grml-debootstrap_0.56.dsc
 05812ab77d7fe64f3655ad2a94bd4a961ea4c86983d326581d59130071819e71 149333 
grml-debootstrap_0.56.tar.gz
 51ccd0046ee5f32e10de7fb56489782eb8839ecdcba9b2c6e3eec2288b44c81d 126154 
grml-debootstrap_0.56_all.deb
Files: 
 fc82811e9a85a97e97e15b311f873851 1192 admin optional grml-debootstrap_0.56.dsc
 9c1bb36b251caa41cbe49da48d4d3b5c 149333 admin optional 
grml-debootstrap_0.56.tar.gz
 04832ea1681276ec818e1c0ba81a0491 126154 admin optional 
grml-debootstrap_0.56_all.deb

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

iEYEARECAAYFAlE59wQACgkQ2N9T+zficujdjQCggMBjhBNcMpVsuDrnSKils7Oo
0SUAn1XYHBxsjjHtrssW4bnOfcpxBAzU
=At5V
-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/e1udyvq-0007ir...@franck.debian.org



Accepted libdiscid 0.4.0-1 (source amd64 all)

2013-03-08 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Mar 2013 15:27:57 +0100
Source: libdiscid
Binary: libdiscid0 libdiscid0-dev libdiscid0-dbg libdiscid-doc
Architecture: source amd64 all
Version: 0.4.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Ramacher sramac...@debian.org
Description: 
 libdiscid-doc - library for creating MusicBrainz DiscIDs (documentation)
 libdiscid0 - library for creating MusicBrainz DiscIDs
 libdiscid0-dbg - library for creating MusicBrainz DiscIDs (debugging symbols)
 libdiscid0-dev - library for creating MusicBrainz DiscIDs (development files)
Closes: 702570
Changes: 
 libdiscid (0.4.0-1) experimental; urgency=low
 .
   * New upstream release. (Closes: #702570)
   * debian/rules: Run docs target instead of running doxygen manually.
   * debian/libdiscid0.symbols: Add new symbols.
   * debian/patches/hurd.path: Refresh.
Checksums-Sha1: 
 aa462a088e4b0d66b8892d240ee878aa242e7b52 2173 libdiscid_0.4.0-1.dsc
 e1ed613ed5dc417f3e8c3e1d68975cfa7a1e989c 364339 libdiscid_0.4.0.orig.tar.gz
 f8206bacf9edaf7edf6114379c918b492d9bf21e 4897 libdiscid_0.4.0-1.debian.tar.gz
 677177e5bf8fd63b0d48a1665c2a65ecb1fc73b3 16502 libdiscid0_0.4.0-1_amd64.deb
 fe234bb23705149a7ebd5287d8d36431fa4bc73f 45526 libdiscid0-dev_0.4.0-1_amd64.deb
 7d5e1c00109f4df79e35757693522ae3fad7f437 26094 libdiscid0-dbg_0.4.0-1_amd64.deb
 d3bb2caf739288871e444bdc9e017ae20530b456 48966 libdiscid-doc_0.4.0-1_all.deb
Checksums-Sha256: 
 ded6e5978aa2f067dedcfad778e01e6c33d7f90270342ac62b834ce4e8330f3d 2173 
libdiscid_0.4.0-1.dsc
 dfbc4af9dc968e112c56b028c4c0155e1ac76cda75b803a99f53bf893b2f7695 364339 
libdiscid_0.4.0.orig.tar.gz
 84fa697eb8a7890d0ce7588398f50d8c3ca26a69bd7d9a639a232645f989ee4f 4897 
libdiscid_0.4.0-1.debian.tar.gz
 65cb3472b2b6d7875e72804672f1344cbaff8f6bcae4fe817c33e130e175eac1 16502 
libdiscid0_0.4.0-1_amd64.deb
 e044031049a3863667e4ed8b7f068601ba4a6c47f439ecf95ec6a391c2f81c50 45526 
libdiscid0-dev_0.4.0-1_amd64.deb
 c6d5d1c9bfc8111e2fa546fe314ba92cd6e0d46ccfaa6d7cdecebc30ea031bb8 26094 
libdiscid0-dbg_0.4.0-1_amd64.deb
 27d53290ce9d155a4a87e7a4cbbc95015757e9420ccefbad03add12e6912be92 48966 
libdiscid-doc_0.4.0-1_all.deb
Files: 
 259176781db9e9eb9f67cdfc48b66afe 2173 libs optional libdiscid_0.4.0-1.dsc
 4552c98b19d2cc0082e6eae333a58e0b 364339 libs optional 
libdiscid_0.4.0.orig.tar.gz
 6eb594779d3cb1d0c81435db4f2d5a32 4897 libs optional 
libdiscid_0.4.0-1.debian.tar.gz
 8cc4d90f4e56658ef9ad5ca3bf459a13 16502 libs optional 
libdiscid0_0.4.0-1_amd64.deb
 a5cbfec2d4f352d2a96ce3ad6907a88e 45526 libdevel optional 
libdiscid0-dev_0.4.0-1_amd64.deb
 027f49bf7779683bdcf01305421c7cdf 26094 debug extra 
libdiscid0-dbg_0.4.0-1_amd64.deb
 674a6062c146a22088fbf602722a0462 48966 doc optional 
libdiscid-doc_0.4.0-1_all.deb

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

iQIcBAEBCAAGBQJROfZtAAoJEGny/FFupxmTNFIP+wSEjYXrVeTHtEDYYX40RwiN
jAPkxTxHDz25tQCFRuU6cDnZrUGq2dPO8CFBXM6XwuP0pzmKLh+DAGqXYpbNZcR8
z8G8cLl9T7SWEB9R6dGb3kV4JZvvC/rj2a90tERyAtEDIUwZrLWN0l9lcdvpyqfr
8NskniL0osoUSR4zPDe72Wc9VKA85Tvxu+z+O9JARgwmpEA8SOPnkpqwSF879fyO
dRXNP6/HzuKhim4diw6vt1iQWuj8/DFMOGot/qmBFV/AwLa9awGlWpsShSwpH0Yg
8dT9A9Qednz+5+a1Dm5YmY4xd+flHg9n76iv2FbfDOJFh6bPN+sbN657slu/Z9yp
e2tIQg6U+IV7egtPl5YbWw6WXv5MwGDnZcd2Dtc/WxMHQJ658xaMzIgMdis1aCt8
wzs51yyuAosV1c58vleYSUDnVS1vW6i6wvtND4AOvMFaYnMGm2/ERyUlK+gywn5K
4hCJtlo6Vzygq/UrMbDgCC4w/exalctgQpu0hUpqICqT31E+M5D2M/Avkq94SaRU
6x7WVp+0XFEqEuoKeeUhv1fWGR+JlTQzUXcnDh+u4E8Tkpwl9EiIN30KeKC7Sgpo
7zklON0QMuo4lNbFAbFGVQX/UTGM5jg3OtuWAGW0BYYel7Z6QdGCEuOoA4QGCRo2
twXrV0pJY6Cir2g5Iguv
=fZqC
-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/e1udyw5-0007t1...@franck.debian.org



Accepted scilab 5.4.1~git20130308-b7ffdce-1~exp1 (source all amd64)

2013-03-08 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 14:10:38 +0100
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-minimal-bin-dbg scilab-full-bin-dbg libscilab2-java 
scilab-doc scilab-doc-fr scilab-doc-pt-br scilab-doc-ja scilab-test
Architecture: source all amd64
Version: 5.4.1~git20130308-b7ffdce-1~exp1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libscilab2-java - Scientific software package for numerical computations (Java 
v2 A
 scilab - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (english documentations)
 scilab-doc-fr - Scientific software package (french documentation)
 scilab-doc-ja - Scientific software package (Japanese documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-full-bin-dbg - Scientific software package (scilab debugging symbols)
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-minimal-bin-dbg - Scientific software package (scilab-cli debugging 
symbols)
 scilab-test - Scientific software package for numerical computations (test file
Changes: 
 scilab (5.4.1~git20130308-b7ffdce-1~exp1) experimental; urgency=low
 .
   * Use a new snapshot which should contain the fix for the i386 FTBFS
Checksums-Sha1: 
 9e74f9c04baacc93fcd6252b767fff5cca3359f2 2953 
scilab_5.4.1~git20130308-b7ffdce-1~exp1.dsc
 47acbb47a89054d06bbf1669c7b33626693866db 49727377 
scilab_5.4.1~git20130308-b7ffdce.orig.tar.bz2
 84a0f41c30e9d30337fa508bfbda02c48796c7d6 191235 
scilab_5.4.1~git20130308-b7ffdce-1~exp1.debian.tar.gz
 822f8ad5da62aa3bbdfbf1c484213dca8b90c5e0 80338 
scilab-cli_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 606f4fe4fdbc30fe1cb2900c104944aca0508cc3 92470 
scilab_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 8776cc4198c8e4c6fa5f5c55058566de46e94786 32704918 
scilab-data_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 d3da798622700795824eaea3e63da111631000d8 7656640 
scilab-doc_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 5e0d470d24e78e9cbb5aff6eb3520d3e34e06d63 6620448 
scilab-doc-fr_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 53ca9254da80bdf33148acdc3b0a4b17a2368c1d 6536208 
scilab-doc-pt-br_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 04807c487a6c7c17a0ed7712410f1c0e78745fc0 6690132 
scilab-doc-ja_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 6c61379bf8a6dce988c7b6f9171c30690308f505 21307750 
scilab-test_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 450d64f63a43bc5a701cdb52fa97fd52363f01ed 141252 
scilab-include_5.4.1~git20130308-b7ffdce-1~exp1_amd64.deb
 40ff3589a80ef1bdbae02a08be4883cdf3ce5bd7 2751880 
scilab-minimal-bin_5.4.1~git20130308-b7ffdce-1~exp1_amd64.deb
 53f4e3955411d8644dce79e639c8e60c4a7b8267 1871070 
scilab-full-bin_5.4.1~git20130308-b7ffdce-1~exp1_amd64.deb
 d4ca3b4f57d11293944fbfd0ad52349441a266c2 5585476 
scilab-minimal-bin-dbg_5.4.1~git20130308-b7ffdce-1~exp1_amd64.deb
 5847078428e6548e6492d67484053ec797a0e1ff 3944820 
scilab-full-bin-dbg_5.4.1~git20130308-b7ffdce-1~exp1_amd64.deb
 6f97f171ce489079cc0082f94011e94be86836f7 157226 
libscilab2-java_5.4.1~git20130308-b7ffdce-1~exp1_amd64.deb
Checksums-Sha256: 
 821e9e36d7c945bbfb2b8f22ea380503b7d4ded6a83850ad2e163185864f8741 2953 
scilab_5.4.1~git20130308-b7ffdce-1~exp1.dsc
 d196c527c6b5c61b65e2d900d8ea49b5da689c6bfe21c1836f8e9596bfbbe93e 49727377 
scilab_5.4.1~git20130308-b7ffdce.orig.tar.bz2
 59291b94125ff32add05595dce1ea2f2b62e0e25b62baf3de3d6b2f97698c578 191235 
scilab_5.4.1~git20130308-b7ffdce-1~exp1.debian.tar.gz
 82ed7a7774b6c4fa35c92b460bf6e401932e13ba395499a82c95d75dc6a99e72 80338 
scilab-cli_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 72655414711af96f668515e20a6157aeeff591c4036f5e8e0b2d11b418657c24 92470 
scilab_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 503ecd8a62260831d752f8c242b92d27bc0c7d4baf81c5112cf00e203bc8ff7f 32704918 
scilab-data_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 886250e881e28c4c2190f4ab80d95a64e74084f33dbd841afdf85a80e59f107a 7656640 
scilab-doc_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 c7d40aa36127a97976991039d6ca4c2be6bd01638d1fbf13c626d5289fc4facd 6620448 
scilab-doc-fr_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 49b66b2c1e698340241b0d34892ef8b95d37db6e16fc50ce359092778053c718 6536208 
scilab-doc-pt-br_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 f6a61d59c9443dfa1bcd3bf01a01b6a68809a3e90a5617d9a7b9c09e7604b3b6 6690132 
scilab-doc-ja_5.4.1~git20130308-b7ffdce-1~exp1_all.deb
 

Accepted foo2zjs 20130306dfsg0-1 (source amd64 all)

2013-03-08 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Mar 2013 15:13:33 +0100
Source: foo2zjs
Binary: printer-driver-foo2zjs foo2zjs
Architecture: source amd64 all
Version: 20130306dfsg0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 foo2zjs- transitional dummy package for foo2zjs printer driver
 printer-driver-foo2zjs - printer driver for ZjStream-based printers
Changes: 
 foo2zjs (20130306dfsg0-1) experimental; urgency=low
 .
   * New 20130306 upstream release.
 - Cleanup on foo2hblp2.
 .
   * DFSG repack (no changes from previous releases).
 - remove binary file c5200mono.prn
 - remove crd/qpdl/CLP* , because copyright is unclear
 .
   * Amend 20130220dfsg0-2 changelog entry to revert the
 Depends/Recommends explanation between Ubuntu and Debian back to
 what was implemented.
   * Add get-orig-source target to facilitate new upstream version
 import.
   * Add foo2hblp2 in Description.
Checksums-Sha1: 
 d93bf0a9ae1b1a0782f984dbc22df1673f6c4d25 1979 foo2zjs_20130306dfsg0-1.dsc
 120dbaf5882e39dc930991b6e3ae2dd6ad92d21b 548240 
foo2zjs_20130306dfsg0.orig.tar.xz
 667b6227fd24fb06f2f132081d169cd753ba9dcc 28863 
foo2zjs_20130306dfsg0-1.debian.tar.gz
 84cad42b1f7c9723b65a7074b20dbe31f0dab151 1171650 
printer-driver-foo2zjs_20130306dfsg0-1_amd64.deb
 a524d2a92e4dca175f308240f20af041b34a215e 31306 foo2zjs_20130306dfsg0-1_all.deb
Checksums-Sha256: 
 ece99e9ac3ce398df03aef4488b40f98938334e5469d259bd97d9aeff2079af5 1979 
foo2zjs_20130306dfsg0-1.dsc
 05b87aac6a5ddb7e458aa226ddfb9ba1fe3d0e614c0b81ec0659d110bea21bc1 548240 
foo2zjs_20130306dfsg0.orig.tar.xz
 14046554dd877db65a4765460c706f68055a780c4a3eaa017239089bd4d800d0 28863 
foo2zjs_20130306dfsg0-1.debian.tar.gz
 a61dccc5fb7d4ee67a2814a446133f14d9aa76a9088c1be661eae63de0159f7a 1171650 
printer-driver-foo2zjs_20130306dfsg0-1_amd64.deb
 be9ed0fe014d71e6971e3c737f7796b8b78e634ef71de1fd2cae360d02f5dfac 31306 
foo2zjs_20130306dfsg0-1_all.deb
Files: 
 bce8f9cb2b24c72a56964a62f5284455 1979 text optional foo2zjs_20130306dfsg0-1.dsc
 12a7572d378fdfcf4d7c5afcf89a467d 548240 text optional 
foo2zjs_20130306dfsg0.orig.tar.xz
 3ba07f4773c7cef06e075fe2f3601f82 28863 text optional 
foo2zjs_20130306dfsg0-1.debian.tar.gz
 83435b3843a82b22811b23fc0c0803f5 1171650 text optional 
printer-driver-foo2zjs_20130306dfsg0-1_amd64.deb
 8f476a63e5ac2791267f1981335e11b4 31306 oldlibs extra 
foo2zjs_20130306dfsg0-1_all.deb

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

iQGcBAEBCAAGBQJROf8MAAoJEIvPpx7KFjRV+6QL/iT527KdRzk6YX2d08vTjrxN
6Y57o0orMMXHAKh3gEEUZmrAf5fmlfc9Dwwr4yYeRPOKXxdpdcd/tHJKLrf1iCoo
wewCBYzrdKTjMjVdO+6ZQKE57/7so6jYr+uK6+ILOWbux9FpZbcJDqdjQFjIbNqz
EQlC8wUVMb9u+nF7RRSDWDAMZFaCzN2QkmRO7dNm0G3mwqEkaeK73i2qCG1Fl8AU
f4tzNP+R1iVjhiovkH0aXNjmhCN4WWXJGMXJz1EOgricBoe6T+us6bVxu5i2R84c
7xHwKg7QkNFyahfHEw0ACv+UgxQ1UvMZgtC8SLFgO+827kYjdvEojFF6YDlwSikS
BS4lUVXwdl3k0bS8fXLlIL0GwYw2vPjKF12b7ASFA+AzSa/ZStr+y5/8KJHPOR4D
lTlVmvnQUkn4PoLVcOkOEhqjtpmYwLjBDr5qIRFOe6HgOL6hx7aLiotn4xrWa93Y
4Go1kJZQnGL2FGshoFcsN7/ECiMoAAhR12lqD8TGDA==
=TXQO
-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/e1udzhl-0002jd...@franck.debian.org



Accepted gtick 0.5.2-2 (source amd64)

2013-03-08 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 15:44:35 +0100
Source: gtick
Binary: gtick
Architecture: source amd64
Version: 0.5.2-2
Distribution: experimental
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 gtick  - Metronome application
Changes: 
 gtick (0.5.2-2) experimental; urgency=low
 .
   * Add bigger icon for GNOME
   * debian/control: Standards-Version: 3.9.4
Checksums-Sha1: 
 7db0ce6797f881e2938e65e0efd0a33db1f1ebc4 1065 gtick_0.5.2-2.dsc
 445bdc111354b59bb4ce91537e7f970edbb5a859 4113 gtick_0.5.2-2.debian.tar.gz
 ff1406bce3748282f906ba9542e990913425821a 155814 gtick_0.5.2-2_amd64.deb
Checksums-Sha256: 
 84b3cd223b8cc9088db0e0584d79cdef9e0f6cea74587560709a4b0d7b537d30 1065 
gtick_0.5.2-2.dsc
 703392aa1b7ce53516ab475ef609f2c461ecb3ed31e6ea73264847465a2d3248 4113 
gtick_0.5.2-2.debian.tar.gz
 a80e149857997023966a2e96e02813d20e210f6b14b01df2da1a449685571d73 155814 
gtick_0.5.2-2_amd64.deb
Files: 
 81efe79053826fc1619afc0a4c691843 1065 sound extra gtick_0.5.2-2.dsc
 3b60d62fb0cb8d1509a03355e4785a15 4113 sound extra gtick_0.5.2-2.debian.tar.gz
 d575ffda70c558a35287f5f8864e92fe 155814 sound extra gtick_0.5.2-2_amd64.deb

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

iD8DBQFROf+gcaH/YBv43g8RAsRXAJwNtOO6rOfkfSmTFWWQLrhwobHkmgCg37/V
FhM3uO2+ydfOGRqpvzHFwCY=
=LpqO
-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/e1udzhr-0002mk...@franck.debian.org



Accepted pyside-tools 0.2.14-2 (source amd64)

2013-03-08 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Mar 2013 17:08:14 +0100
Source: pyside-tools
Binary: pyside-tools
Architecture: source amd64
Version: 0.2.14-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 pyside-tools - development tools for PySide (uic, rcc, lupdate)
Closes: 680635
Changes: 
 pyside-tools (0.2.14-2) unstable; urgency=low
 .
   * Drop v3 files from python2 dist-packages directories; fixes the
 package installation. (Closes: #680635)
Checksums-Sha1: 
 501772d80ec53add6cf42ea317137def7241ec48 2022 pyside-tools_0.2.14-2.dsc
 240ef30b1b328daaf55a50cab613d13b114db521 3658 
pyside-tools_0.2.14-2.debian.tar.gz
 ae2fd2e9cd0f6ab03c3d631b56b1c73678f43d68 167020 pyside-tools_0.2.14-2_amd64.deb
Checksums-Sha256: 
 a379fdcd81374662f4badd55062478884ad3b416cbba1a8d86954292df32a29a 2022 
pyside-tools_0.2.14-2.dsc
 790ad5d28daf3fc1722b680cd89676b0bcae75b009e3aec58cc7f3d8647f005b 3658 
pyside-tools_0.2.14-2.debian.tar.gz
 3d7ef0c19dede94984ccf1b12f102dd9b7e83c2409d8bb1203bcb7c5e6525ab1 167020 
pyside-tools_0.2.14-2_amd64.deb
Files: 
 8fca3e2b857e448cf8a75fd59b63b42c 2022 python optional pyside-tools_0.2.14-2.dsc
 927836cc087e2662eb7782eddab61c40 3658 python optional 
pyside-tools_0.2.14-2.debian.tar.gz
 2d5cff3b1b50712fde8c1f6cb062044e 167020 python optional 
pyside-tools_0.2.14-2_amd64.deb

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

iQGcBAEBCAAGBQJROg6VAAoJEIvPpx7KFjRVUUAL/jQxL/+ecdE+KEY+xhfbvGm/
1EOtlH750JI6yk5CZKwgc1odtNNGm64+s2gd0PY1OHJw47gIcDcu+9aN865WcTE7
I4ZzFX0YQTjBclqoIkqRZUmf5XygdxJCh6Cu+nRUHLpp6jRbYKzwrH5Ix5AZtGIp
yQWIBNVS6Obi5xpjQNgNEDR80SbG3on4PuaqtLKfLqc9vuYYRKnlArm3vVVYpn4W
TEK8GpWJ6GLmeQVhE0sOUoNk+SrBCgO0uPFom+hTvF4zVSNgZ3Uwfuu3gowgKSxD
6QPEGDy7ExylavR4qdYQGSIcUHntKMoS+WXv8HcZXb0hsZMFCecWN1SgpmWFsvYw
y6YZ32h9VarSMrJF6G788/hn0TwrlerRJ9C4ACA0rmyvw/WSHD9WyZ4oQb3b1RoJ
Dgb5fDebe1dxJRtG6RBwWUQQquhruxpsBzcBCrtiodwLisiz8wk5y1ntDzCFSJwT
qxxkiGb8xhpqSlKAC2hws1iJPHBAlH4l0A3WqMAy0w==
=1Vex
-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/e1ue0ea-0003ds...@franck.debian.org



Accepted typo3-src 4.5.19+dfsg1-5 (source all)

2013-03-08 Thread Christian Welzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Mar 2013 17:02:05 +0100
Source: typo3-src
Binary: typo3-src-4.5 typo3-database typo3-dummy typo3
Architecture: source all
Version: 4.5.19+dfsg1-5
Distribution: unstable
Urgency: low
Maintainer: Christian Welzel gaw...@camlann.de
Changed-By: Christian Welzel gaw...@camlann.de
Description: 
 typo3  - web content management system (meta)
 typo3-database - web content management system (database)
 typo3-dummy - web content management system (basic site structure)
 typo3-src-4.5 - web content management system (core)
Closes: 702574
Changes: 
 typo3-src (4.5.19+dfsg1-5) unstable; urgency=low
 .
   * Added patch for TYPO3-SA-2013-001. (Closes: #702574)
   * Set patch level version to -pl.4.5.25.
Checksums-Sha1: 
 560985208fca743574aeb29cf7902d1ca624a4d5 2056 typo3-src_4.5.19+dfsg1-5.dsc
 b93098c7446b593b1977ad58e9bd07871661c8b2 391828 
typo3-src_4.5.19+dfsg1-5.debian.tar.gz
 1c16dd9e0768fa3238068571c8a3cd19647f8275 20071780 
typo3-src-4.5_4.5.19+dfsg1-5_all.deb
 577751e57c56ec3899a06a057a987f9832012226 281972 
typo3-database_4.5.19+dfsg1-5_all.deb
 62a00ff5b7595d9b1d1c52143f79a4adab48e0cb 289994 
typo3-dummy_4.5.19+dfsg1-5_all.deb
 e8c5c62b96275761bb9669335f003932fa18adef 1384 typo3_4.5.19+dfsg1-5_all.deb
Checksums-Sha256: 
 4bcef729e53e8fc954be9f3966dab5f2008aced38f3605aaa52450e3027825b4 2056 
typo3-src_4.5.19+dfsg1-5.dsc
 5329fa20761ef59ea3d4a7f91fbdb45931a80c4e8717e29efbdcf1528c586ebe 391828 
typo3-src_4.5.19+dfsg1-5.debian.tar.gz
 aa7c03923e324e3a842d6e98d47d5251055c17b0ea67577d291606acf5e2f3e6 20071780 
typo3-src-4.5_4.5.19+dfsg1-5_all.deb
 b2c57cf30dd9c7372ade7a1725e5ca37b656230ecfa4d54f44e4702e00414814 281972 
typo3-database_4.5.19+dfsg1-5_all.deb
 0651135fced9e618400504c539bc55a97aa9309194181b9ab6c660f6c709f8f0 289994 
typo3-dummy_4.5.19+dfsg1-5_all.deb
 d011896d82aa250fae32290b5af627a26b256e10bd3399785eb9d133ba2d7546 1384 
typo3_4.5.19+dfsg1-5_all.deb
Files: 
 a773914047196f028956aaa0aa68bf1a 2056 web optional typo3-src_4.5.19+dfsg1-5.dsc
 05f10ecfd56a140df298e1080cd4f894 391828 web optional 
typo3-src_4.5.19+dfsg1-5.debian.tar.gz
 2e6634a75f0da15cdcd7a465044cd630 20071780 web optional 
typo3-src-4.5_4.5.19+dfsg1-5_all.deb
 11ccc939cadfe505d6be58c3ccb1a1d1 281972 web optional 
typo3-database_4.5.19+dfsg1-5_all.deb
 e5ed7c934ff45181237445c4e494e3bf 289994 web optional 
typo3-dummy_4.5.19+dfsg1-5_all.deb
 e22fe918ea5e72b82dfa0b8c4058d43c 1384 web optional typo3_4.5.19+dfsg1-5_all.deb

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

iQIVAwUBUTocw41SzelRF+EZAQrXLw/8DyyhXPQQmIILKlf16fkl2J1Kcbu+1iia
GWqT7LtAgMq5JelgfthlZ/N0X0fhUdvscXFfeH/v6VW4oLOx/8QpyU8SWye7KRbc
SvfEZLFqApi+zsQtipYdYgZ0vcNJdL0iMXqFZPv5eMYK/YvulvpReblpRqRFQVhR
6RuXsVkxQ35GVVpO+JGllPzTaiCKwZkz+FD1mp/9uIYUx6cx0VvwKI4mhhxja3yW
vJR9ctri40FpiVxto40lkAug2FJho935oQ+5Z+zuLNp0aMw/boJpG6QlSOlR2Ux0
+u1WsPF5eGr8T0COavGTvRdLU/W7Mq1+gRZ23x1gPD/lkHTr6NuL16SSBYhTG6sr
MVHeOkCFUKy/8DhkQRnnK4ZAkgHgg4EvarYUP6BP3XNSieS2ZHJlbtCyUKmqTTpd
SAsGzJz1z7an+7Wg3Osac5RTpYEzJWqZSK4s0l2o0uFudqc3fsxMRl5pbm21CeCE
U3vaxqU8X1ThPRtcrMe7VkLSkEJsKpwHPS9uSZ/KwwVPpUbCjWsCSu5spFksd7zJ
rDX8BOkvy7Or1wS0Ew6AZOOiedf1Bp+7+WvZBVny1kSfBAmflDuIVDv2iArlH0U4
RjcqCSFiHNlrpw+P5liOzZ4A0S63PtwCfnLou2gNSrbKyh9xGvE1Gyz7AwtIs2WX
C3RWN6vwBWo=
=ldNJ
-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/e1ue19x-00060v...@franck.debian.org



Accepted libdiscid 0.4.1-1 (source amd64 all)

2013-03-08 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Mar 2013 19:10:48 +0100
Source: libdiscid
Binary: libdiscid0 libdiscid0-dev libdiscid0-dbg libdiscid-doc
Architecture: source amd64 all
Version: 0.4.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Ramacher sramac...@debian.org
Description: 
 libdiscid-doc - library for creating MusicBrainz DiscIDs (documentation)
 libdiscid0 - library for creating MusicBrainz DiscIDs
 libdiscid0-dbg - library for creating MusicBrainz DiscIDs (debugging symbols)
 libdiscid0-dev - library for creating MusicBrainz DiscIDs (development files)
Changes: 
 libdiscid (0.4.1-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/patches/hurd.patch: Not needed anymore, superseded by upstream's
 generic platform support.
Checksums-Sha1: 
 e9a49655cd9231b2c9bcd53c571fcef892bb7770 2173 libdiscid_0.4.1-1.dsc
 256f5d4d7fcfb99a6bee92971bfd9f6da96e9639 364513 libdiscid_0.4.1.orig.tar.gz
 47710b7df10729fe2a1a7b36104fdb1eb7336ac7 4123 libdiscid_0.4.1-1.debian.tar.gz
 be3314ac4da429216b4f211b8e4a9d6a723adb32 16576 libdiscid0_0.4.1-1_amd64.deb
 1b74924423076b85c013dc33e66607fd6e4f73ce 45666 libdiscid0-dev_0.4.1-1_amd64.deb
 6c9a7b71e357a91aa3fad0cc99241f915c97b45d 26170 libdiscid0-dbg_0.4.1-1_amd64.deb
 b938e75c04fd3467564dba4f0c7ded8845a07e40 49096 libdiscid-doc_0.4.1-1_all.deb
Checksums-Sha256: 
 a7249ba69bcff7919c74415b3ec8008bdd07966c48c28723e318184b33e9c6c3 2173 
libdiscid_0.4.1-1.dsc
 ae8f5f6d8cda6bc1d4cd662306b18150608ca02c167a1477d2534ef47b4c30b9 364513 
libdiscid_0.4.1.orig.tar.gz
 eb87568540ad36b8538d3779d45f0d46a9479fbf53e84f2580e6d772ce4777b1 4123 
libdiscid_0.4.1-1.debian.tar.gz
 0e83214a1e34a8d0f5794492e7ada87315729f68c2fd99d77b19dc606163674e 16576 
libdiscid0_0.4.1-1_amd64.deb
 d9b1c7214d4cca96f3800c039286974b34028da403d36527b8872caee21532e3 45666 
libdiscid0-dev_0.4.1-1_amd64.deb
 994e40c10ec770bb79ba9384ba2b4f7d618d4011fce198a6e954aaafe2523521 26170 
libdiscid0-dbg_0.4.1-1_amd64.deb
 7506c451a803e7376492d4b3a16e7311f3af1297bec85c2dbf1c023fad04eabe 49096 
libdiscid-doc_0.4.1-1_all.deb
Files: 
 350f1ba9076414da1e307de69a39f8ad 2173 libs optional libdiscid_0.4.1-1.dsc
 d8287c46dff9858c2ce2d70154fe6f4c 364513 libs optional 
libdiscid_0.4.1.orig.tar.gz
 82b4b38363dcf242f48849f1120bfef6 4123 libs optional 
libdiscid_0.4.1-1.debian.tar.gz
 ef23acbdb22c140c5888abd7e62a7fc6 16576 libs optional 
libdiscid0_0.4.1-1_amd64.deb
 bb650a183db48848c9800aa0fc3c0deb 45666 libdevel optional 
libdiscid0-dev_0.4.1-1_amd64.deb
 339e9c87e1c29b790eda057a0cf6d6a6 26170 debug extra 
libdiscid0-dbg_0.4.1-1_amd64.deb
 13cee8d0bf0b6bd65060b341c1c52b99 49096 doc optional 
libdiscid-doc_0.4.1-1_all.deb

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

iQIcBAEBCAAGBQJROipwAAoJEGny/FFupxmTAAEP/27qKRVAsmWUk0jErGnazFlK
HRcnyV9l3pXMn+oMvUIZz16C5aMhmBJFJo6WepIskB1rCZOFeHpTs2NPUylflYWy
H08ZZ5W/bSqQ537LR/Q71546/8tTS9CYUoKc2IB4nGojJmy3aHKkNSJMQj7PDGzm
n5XoKj1v8JrCRRNwjvcWR3UUJb3vpLuky7YX1kUdwkZdEA7hySNHpOzHQyhqI80Q
4V8x2XJn6hpJFvkSIirqkrfPPc1r96LPCtQLBq/jxIGzyCW7CdB9vlQWyCsLPlQE
T5o20t3kednJFndLfcGG8Iyy3t0gp/xM4g+umXGBqyKVWygNXu/0nreDlY7zLpGU
kofWFyapvGA5l+X8oRfs2DMYzy3sbWZGQhYJETb3PqVPC6RZaSVBASMSibHVa2ra
sYPEZg14mf1e4dE0X7oNG6gp8hWyPYc8Fm1P8pnxIeoxAaZCGWwI5JOiZldFT43D
H7TcRkjhJdyoaGgQUlOSuUTjFGf+FAeDVXoeqcOtHN+jn/+bAgaFfKXryOLiA0cE
/bwYi02LoJMnSbDkkHy8AE5KDFu4afeMMV9kDix4cVpiLONssLiJCFvq2toUa1ZL
cyoyrtUOcyn5jCFcps2mU3OH8yOnx7+kESqWWNRrOm0oyQLLaoMvjQCv1px7gS6/
nBaUwpH79VPvIhQYHr4j
=IGc0
-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/e1ue25t-0006vx...@franck.debian.org



Accepted libvirt 1.0.3-1 (source all i386)

2013-03-08 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 19:07:33 +0100
Source: libvirt
Binary: libvirt-bin libvirt0 libvirt0-dbg libvirt-doc libvirt-dev 
python-libvirt libvirt-sanlock
Architecture: source all i386
Version: 1.0.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian Libvirt Maintainers 
pkg-libvirt-maintain...@lists.alioth.debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 libvirt-bin - programs for the libvirt library
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt-sanlock - library for interfacing with different virtualization systems
 libvirt0   - library for interfacing with different virtualization systems
 libvirt0-dbg - library for interfacing with different virtualization systems
 python-libvirt - libvirt Python bindings
Changes: 
 libvirt (1.0.3-1) experimental; urgency=low
 .
   * [38c4d9a] New upstream version 1.0.3
   * [4fa2cf2] Update patches.
 Dropped (fixed upstream)
 - Hook-log-the-exit-status-of-the-hook-not-256.patch
   * [ab5c109] Add sanitytest.py missing from the upstream tarball
   * [524cdb1] Properly remove libvirt-qemu group and user.
 Thanks to Adam D.  Barratt for noticing
   * [5dbabe0] Use getent passwd instead of the non existing getent user
 Thanks again to Adam D. Barratt
   * [f59b09c] Only add libvirt-qemu user to libvirt-qemu group once when the
 group gets created
Checksums-Sha1: 
 c4d7c73b06c8b088e56053ccb886e14880bab69e 2515 libvirt_1.0.3-1.dsc
 b238c8ec849f56b1abc595a7d7875fd48a097eff 23238381 libvirt_1.0.3.orig.tar.gz
 f44a891df408fbeb754dd1a3ca7bb8e3c5660d1e 39096 libvirt_1.0.3-1.debian.tar.gz
 cf22ea70f1b11f1e2b98d13b197072c273db51e4 2759740 libvirt-doc_1.0.3-1_all.deb
 56483baafebe89914c08c1594c4fa336962cdb1b 4833352 libvirt-bin_1.0.3-1_i386.deb
 44c31ae9cbc027bcfad3377b4145dbdc4341d223 2586594 libvirt0_1.0.3-1_i386.deb
 38c99d537bb7bd546f7b7bcd9a8bda26b719f8bf 10712108 libvirt0-dbg_1.0.3-1_i386.deb
 83a1c3aa64b7916f6b34a06803ddb0b01809e7d2 2972038 libvirt-dev_1.0.3-1_i386.deb
 67240dfb2839acf683f8da0e3e82c03d444f942c 1955424 
python-libvirt_1.0.3-1_i386.deb
 d8661979ea4d199f7df92b515ba7dd1da2c3a085 1570934 
libvirt-sanlock_1.0.3-1_i386.deb
Checksums-Sha256: 
 ec258111b41c3ab8ec30bb55a707b41fefc1f251d65f71e0715bd3fa8df2757f 2515 
libvirt_1.0.3-1.dsc
 f64f4acd7cdcfc6ab5e803195ed58b949f262b54e3659d8c37b33f0fec112757 23238381 
libvirt_1.0.3.orig.tar.gz
 537b314af8ddf3d7d12fb7ff2cf746a39639ee98bd7bb5d86ce3d2e42b3688e6 39096 
libvirt_1.0.3-1.debian.tar.gz
 1fe23e93cb5e434935c8fd3fc92096d90489508b35e67f8182a4f8ff3f9eedf6 2759740 
libvirt-doc_1.0.3-1_all.deb
 afba1bfe77c8cb50b4d8de86ae56926ee4b22f94b2c160b97f77ed02ef3cc4e1 4833352 
libvirt-bin_1.0.3-1_i386.deb
 450775c644b897d3d29178b06f6ca6a5d37ee18c3076a34ce9da7a99595fed78 2586594 
libvirt0_1.0.3-1_i386.deb
 7f6ab50d8c090709a3a44a75a6bf6bb7982c2e7fd768901c3adce60097f60a62 10712108 
libvirt0-dbg_1.0.3-1_i386.deb
 217a29d4f3436c922cc0f4747786ec893aed8a66baa58d7bbd65f0f93e1d331c 2972038 
libvirt-dev_1.0.3-1_i386.deb
 48704d404964c143d463fb34bdf07a41b4caae8612cb6c7ec8ce40de5cc6dd70 1955424 
python-libvirt_1.0.3-1_i386.deb
 5b27271285985d9fd2b0a46d777eaafbfc14e011994bd30de02915104db557c8 1570934 
libvirt-sanlock_1.0.3-1_i386.deb
Files: 
 359de279d46aa7aed44033727d2d25b8 2515 libs optional libvirt_1.0.3-1.dsc
 3d9f85d586c9aa3d819b626622f3fc97 23238381 libs optional 
libvirt_1.0.3.orig.tar.gz
 a5af0ca2ed9fd68f37969649fedfa7d8 39096 libs optional 
libvirt_1.0.3-1.debian.tar.gz
 d61632aef28137084fc120f01311acf7 2759740 doc optional 
libvirt-doc_1.0.3-1_all.deb
 597756fd19a3dc36a5ad9cc213574a3f 4833352 admin optional 
libvirt-bin_1.0.3-1_i386.deb
 b575d8335e4e55f8f241c5f640406ed7 2586594 libs optional 
libvirt0_1.0.3-1_i386.deb
 5486ea980a50729d7c60a3885c44b7c9 10712108 debug extra 
libvirt0-dbg_1.0.3-1_i386.deb
 b565d62121667d5797274770a484c1a0 2972038 libdevel optional 
libvirt-dev_1.0.3-1_i386.deb
 3ee92f134d2fbc1a00b621a0863b9a5a 1955424 python optional 
python-libvirt_1.0.3-1_i386.deb
 9fdde43a148afd36fd3405def9b5c591 1570934 libs extra 
libvirt-sanlock_1.0.3-1_i386.deb

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

iD8DBQFROjCon88szT8+ZCYRAtz/AJ4mvpIFoJDW9ozsHCdOiXNd/1d++wCZAfhX
tZ6Fd803GTw2oEadSBXIFr8=
=EHaM
-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/e1ue3hj-0006rc...@franck.debian.org



Accepted opendmarc 1.1.0-1 (source i386 all)

2013-03-08 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 13:40:54 -0500
Source: opendmarc
Binary: opendmarc libopendmarc1 libopendmarc-dev rddmarc
Architecture: source i386 all
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Scott Kitterman sc...@kitterman.com
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 libopendmarc-dev - Headers and development libraries for the OpenDMARC library
 libopendmarc1 - Library for DMARC validation and reporting
 opendmarc  - Milter implementation of DMARC
 rddmarc- DMARC report processing scripts collection
Changes: 
 opendmarc (1.1.0-1) unstable; urgency=low
 .
   * Uploading to unstable
   * New upstream final release
Checksums-Sha1: 
 8b9954032b6748dd70803760d0282171eaa552a3 1282 opendmarc_1.1.0-1.dsc
 418fae0582504a88926790ff80c059a24e790d53 574288 opendmarc_1.1.0.orig.tar.gz
 a4a070c3abcaf2c22c7e54c7e00d74fa4364f3dd 14739 opendmarc_1.1.0-1.diff.gz
 da8b2a108858c2bc3b7400411766d63820632c0d 127110 opendmarc_1.1.0-1_i386.deb
 75092b7423a265e1175fc155f56223d706fc2ca0 6 libopendmarc1_1.1.0-1_i386.deb
 5762006fc441128fda4817f3801e5139828be692 50364 
libopendmarc-dev_1.1.0-1_i386.deb
 2715d1d815193b223a5c0fda2bbb86fcc60e8d1e 17762 rddmarc_1.1.0-1_all.deb
Checksums-Sha256: 
 1a43a45ba51efb53b15cabd9d74be1a3220babe5b800b98ecba8ee23997b1674 1282 
opendmarc_1.1.0-1.dsc
 d544f94d943ced1221b69f34cb79cd31cc15e91b43a45aac9f7fa9a140d51ec5 574288 
opendmarc_1.1.0.orig.tar.gz
 64b6baaa86bb98ed41e6dbf0f2f842b5ea6defbc3d9b2de331eb6c45a665815b 14739 
opendmarc_1.1.0-1.diff.gz
 430f686a8906d9a0dece94d0af70cfe4e5bed961be28e5d43ad6026fd498e118 127110 
opendmarc_1.1.0-1_i386.deb
 ac91454a8d2e1b7707737534e8f68628f81f838079697c74098d2001594e4769 6 
libopendmarc1_1.1.0-1_i386.deb
 8b4bef772a983398df64a03be4e152b9fe76ba498bbc3eaceec8e2d37de23e6d 50364 
libopendmarc-dev_1.1.0-1_i386.deb
 1a65d70005f77a0e2cd2fb384df3be3b63fc66631f763bc6bd529808a3c33ae9 17762 
rddmarc_1.1.0-1_all.deb
Files: 
 cd22fb5f3f419ef79c1ed95420ff96d6 1282 mail extra opendmarc_1.1.0-1.dsc
 398ec4d61df8fdf9b9dc84b1d2aa4c24 574288 mail extra opendmarc_1.1.0.orig.tar.gz
 85fb6abeebbaa76c68417d41ac0d0a61 14739 mail extra opendmarc_1.1.0-1.diff.gz
 eb2786dc5acc339b4ea5be8c4ce88adc 127110 mail extra opendmarc_1.1.0-1_i386.deb
 6cdd721978807b39ce05641308000d11 6 libs extra 
libopendmarc1_1.1.0-1_i386.deb
 edd81a0d0278299317a53cd8289a07a1 50364 libdevel extra 
libopendmarc-dev_1.1.0-1_i386.deb
 76e5035d213bcd30cfc88f2a924e0f2e 17762 mail extra rddmarc_1.1.0-1_all.deb

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

iEYEARECAAYFAlE6OWgACgkQHajaM93NaGqT3ACghyqshLCBgoMVWBwQP4MjoGHW
ADkAn3KSnmlFfHJvg70MuYU3BpyGT3fa
=9KU2
-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/e1ue3hr-0006yo...@franck.debian.org



Accepted pyxdg 0.25-2 (source all)

2013-03-08 Thread Dmitry Shachnev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Mar 2013 22:44:35 +0400
Source: pyxdg
Binary: python-xdg python3-xdg
Architecture: source all
Version: 0.25-2
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Dmitry Shachnev mity...@gmail.com
Description: 
 python-xdg - Python 2 library to access freedesktop.org standards
 python3-xdg - Python 3 library to access freedesktop.org standards
Changes: 
 pyxdg (0.25-2) experimental; urgency=low
 .
   * Team upload.
 .
   [ Thomas Kluyver ]
   * Don't use nosetests-x.y scripts for tests.
 .
   [ Dmitry Shachnev ]
   * Unify patches naming (use .patch extension, and dashes in file name).
   * Merge from Ubuntu:
 + debian/patches/gettext-support.patch: support Gettext-Domain fields.
 + debian/patches/prefer-first-glob-for-finding-mimetype.patch:
   Cherry-pick from upstream to fix test failure with *.png files; when
   there are multiple globs with the same pattern (as introduced in the
   latest shared-mime-info update), the last one was preferred. It should
   have been the first. [Thanks to Thomas Kluyver and Iain Lane]
   * Refresh debian/patches/set-default-menu.patch.
   * Bump Standards-Version to 3.9.4, no changes needed.
   * debian/patches/gettext-support.patch: also disable the test that could
 fail when gedit is installed.
Checksums-Sha1: 
 381cb477a67514a12900a6b2100f7ba9a578d175 2113 pyxdg_0.25-2.dsc
 177ac0b48ed326b69b0e5107f389f2b02dd9620d 6927 pyxdg_0.25-2.debian.tar.gz
 782044c323b75c9429df2fd3ccfd9a193397d451 39716 python-xdg_0.25-2_all.deb
 680a692b97ad1db96764061f74349597aa676c08 39076 python3-xdg_0.25-2_all.deb
Checksums-Sha256: 
 1ee7bae405eddceed9e22d1b8c5e4b7cac6f278da9e01dc753fda0926caaafda 2113 
pyxdg_0.25-2.dsc
 21c8a361f959a11430f01e7c59a522b82dc4d11ec1621fe9b5ca99b34d9b4035 6927 
pyxdg_0.25-2.debian.tar.gz
 d72c20edfd1104b070e6602444d1a7e879653b22963705a1bb3b646dd31d27b7 39716 
python-xdg_0.25-2_all.deb
 0846cae0d8dbab405b0a42a8b70b8e1d87c3c3537744729cbce04b20652ed2e5 39076 
python3-xdg_0.25-2_all.deb
Files: 
 988f8b823ce744bc0cc61b08e3e1be48 2113 python optional pyxdg_0.25-2.dsc
 b79233a42617981fd567292f38bd3a87 6927 python optional 
pyxdg_0.25-2.debian.tar.gz
 48f644b8b2494be368ce24976ce920ee 39716 python optional 
python-xdg_0.25-2_all.deb
 0de2ea13ffdc05364d27bf45993a13ad 39076 python optional 
python3-xdg_0.25-2_all.deb

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

iQIcBAEBCgAGBQJROjJ5AAoJEACQ/CG1zRrMS/IP/RR2LZTKzgdzvdyIBOmoz2tz
fP96dAY95f//esv+eIQ7UW9bIpcJ38G4IO1kJMbziikztEXEnsnE0gfBpVBEF1fE
/ncp8OjHE1Lumb+a2ZKT/zSy+CM8Uz5TJ0X7iZ9QxDg76NwfphlEUWexV3Lne5EQ
rdB4i8PQUkJnEv2u2dHJVz5coSQKENHb0pzaYQiOgI6tNBkxAdswlHIIJpyqBqTJ
N9wT+JG2fuY9Yh6cyJ7O9m2jWWpI+TbMe3OeHQ3UY2yEJ8fsqspfvcHuuMq0WGFo
d1hulkhtQvVtADGh3T/i2QhbwHOiyuN4CG68GSp1ATX0HekxoQi7dauoz0QkvYtq
oqgubRIzZVfBbsOCwgmkuvTRjGGDIStNqvkF+KvzgUtLdBmDH+zzqAEamda0/w11
RP0aAxlzZk0aaY235lk+KtjNjBA5FqaTS/wzwzMo0dR5CLAZNUKH2YQ63AJYh18u
sSfMGeo56cSo+X/TcnZRtHGflegZELP6e8CUJBD7qWPofe5/xHCow9zB5Ew6cCB8
tGx2y2axWqqgCkY2irMr1cuSfjbvPxvKE8twbdqcXBmuFuPIbHKTF0j5lJ/nqlk2
QFRq+LirWK3uu8pO3B2Irfecd8s8OOwNfwSNGJRrU7jVLL7u1mTAoG3LFJFOWQY9
FgEaSOyGG3R91XVB9+jM
=0LqM
-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/e1ue3hc-0006cv...@franck.debian.org



Accepted libregexp-debugger-perl 0.001012-1 (source all)

2013-03-08 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Mar 2013 21:04:54 +0100
Source: libregexp-debugger-perl
Binary: libregexp-debugger-perl
Architecture: source all
Version: 0.001012-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libregexp-debugger-perl - Perl module to visually debug regexes in-place
Changes: 
 libregexp-debugger-perl (0.001012-1) unstable; urgency=low
 .
   * Imported Upstream version 0.001012
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
Checksums-Sha1: 
 e1143582a9b70b91c830bf49a4788bba163462a8 2132 
libregexp-debugger-perl_0.001012-1.dsc
 89d061e4a3d41f9e6a03ac1f3eb2623ac5444971 32027 
libregexp-debugger-perl_0.001012.orig.tar.gz
 389494b9745a327492bc22c39d4fc340f967b657 2469 
libregexp-debugger-perl_0.001012-1.debian.tar.gz
 52fc18e5d9dd50fd6e7e4445f96c1cbb4d0104c0 46428 
libregexp-debugger-perl_0.001012-1_all.deb
Checksums-Sha256: 
 fee3a50de694b42e893614fbde23c56f8cbacee6c504b6c08a1513d60e906f18 2132 
libregexp-debugger-perl_0.001012-1.dsc
 5c7aae088f9293aea8fa7b4281d17b8f1a6b7ca427c2b37f4e6277964fba5f82 32027 
libregexp-debugger-perl_0.001012.orig.tar.gz
 7a5ef69eece490420c778ce37d0b04e60909451853549d3e52f69353e687597c 2469 
libregexp-debugger-perl_0.001012-1.debian.tar.gz
 7e671270a24ce6417cf4194ba1e8e1b4b5161f5608bfb398e3b996b684a36346 46428 
libregexp-debugger-perl_0.001012-1_all.deb
Files: 
 f2732bc865710b1118ef5779c8606c88 2132 perl optional 
libregexp-debugger-perl_0.001012-1.dsc
 73c4661ae0a1d6800df162916ace26eb 32027 perl optional 
libregexp-debugger-perl_0.001012.orig.tar.gz
 f041ce5dc5454c10507ae18155c928bd 2469 perl optional 
libregexp-debugger-perl_0.001012-1.debian.tar.gz
 b28fb331b619761b16647403bb701b9c 46428 perl optional 
libregexp-debugger-perl_0.001012-1_all.deb

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

iQIcBAEBCgAGBQJROkX0AAoJEHidbwV/2GP+wsAQAKxiiKUgJaGbvzzCUfBpZIB6
7RlqpvT0eLwwE521uGEi7VP7rc7tMPzJyrCD1jCKnNyrU1ftpfYlDMlB28Ys0hrl
G09g/ggIJFaiIatTynDRjQXxkNMtSs5WoN5qGJmaFrR6P64i35xKEq9MU6Ky6s+d
kCoCrQSHLjRKrs4aDJjSYVzMxgL/hjwYZkp7R+Qgd/LgK92bvzDkNqAd4FQJClqt
guIhvskIxbQdGp8dBeSg301UlWFzVLv5tG9eNgomwh5qYhoracaNUQf4sb6vgAgp
6FEMdqm0Q179INqMgHoGNV30aqDAtZsosa13i34Ec5L2A3yUwa3nAYUda5COYUhp
QwhukSnx4qVdOrauCoY4nZCg6ykmKXzTANs21CWNPs6ZfmWuLzo8V4nyYiiNBxLN
3XNExxwSeJHzT1o8OGi44W0UKsnPNsRXe9qXkaKMfrfBu1fAbtGSSqhOUtxsiDn8
uw/aWwnqokq+xFsXzeCdXQeBhqAnZiPWdCzyZ5Zf+ubcmeCztA80cjF2qDe8VdxG
gjwsZTvAHjCzYjttzqakxn/bI3Ppo32PwJUbnmRHcCD+JdeqdQoZu1EWISkOL07N
PFoBlrZPAh7cJCPlXGKhW7VJA1yL3aD5//oRrKQSqscHLs/mNc1ujAPFh3PsZqm8
E/eHE4ae9z1OKAmB/gUD
=gUlk
-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/e1ue4ra-0006xv...@franck.debian.org



Accepted tacacs+ 4.0.4.26-3 (source amd64)

2013-03-08 Thread Henry-Nicolas Tourneur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 17 Dec 2012 18:10:51 +0100
Source: tacacs+
Binary: tacacs+ libtacacs+1 libtacacs+1-dev
Architecture: source amd64
Version: 4.0.4.26-3
Distribution: unstable
Urgency: low
Maintainer: Henry-Nicolas Tourneur henry.nico...@tourneur.be
Changed-By: Henry-Nicolas Tourneur henry.nico...@tourneur.be
Description: 
 libtacacs+1 - TACACS+ authentication daemon
 libtacacs+1-dev - TACACS+ authentication daemon
 tacacs+- TACACS+ authentication daemon
Closes: 693089 693598
Changes: 
 tacacs+ (4.0.4.26-3) unstable; urgency=low
 .
   * Closes: #693089 missing reload action in init.d script usage output.
   * Closes: #693598 multi-arch misusage.
Checksums-Sha1: 
 179d82e906821aae5cdf5a5768f456c2b41b85ac 1939 tacacs+_4.0.4.26-3.dsc
 bcff935fe161e286c3f4bfe5f8509abade4309b0 7951 tacacs+_4.0.4.26-3.debian.tar.gz
 fd77ab4c5113c1dba21bd82b728f33ce7bea60b3 105750 tacacs+_4.0.4.26-3_amd64.deb
 bcd8518786495a3f29d33280f61643a2a3ba68a0 43636 libtacacs+1_4.0.4.26-3_amd64.deb
 15f12e36090be6a4548d4905511506581023f76c 15392 
libtacacs+1-dev_4.0.4.26-3_amd64.deb
Checksums-Sha256: 
 4284f1bbcea62f557ede4e1d0134cb9d2bc10f59b4ddb4f22bcca92ced04af68 1939 
tacacs+_4.0.4.26-3.dsc
 fc9f21a70d56da475bf294324589101311cd34a032007f6a031f6910bc41e7fe 7951 
tacacs+_4.0.4.26-3.debian.tar.gz
 7ed89f2997a59d48fe26399730522e98d1f80435b9152ff3a498390f7e04b601 105750 
tacacs+_4.0.4.26-3_amd64.deb
 11f6756d635376f9b45f49f56ee08743c4cc08853465dbb4fa374578a5005699 43636 
libtacacs+1_4.0.4.26-3_amd64.deb
 60f8264e29b99df05250418f6c6e1db08a553b17f3d5d694703e5eb932efcc26 15392 
libtacacs+1-dev_4.0.4.26-3_amd64.deb
Files: 
 a7f4d0638a8bc5ffb73f8535572f4d69 1939 net extra tacacs+_4.0.4.26-3.dsc
 afbeb35c35fa3ae7394627f1f528b962 7951 net extra 
tacacs+_4.0.4.26-3.debian.tar.gz
 502c67828f81b1829c043a9e54548301 105750 net extra tacacs+_4.0.4.26-3_amd64.deb
 b81f88c64b19114cf2ee6d0129cc5c70 43636 net extra 
libtacacs+1_4.0.4.26-3_amd64.deb
 f1ab771623c24a235bed40b69fdac9c2 15392 libdevel extra 
libtacacs+1-dev_4.0.4.26-3_amd64.deb

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

iQIcBAEBCgAGBQJROmI2AAoJEDk4+WvfUP6l1HoP/RabK7TYR5DPI5MOJ1NREs89
+NK52AAcSDQkBUOJuFZ/ygygV2iCQdE4zGr+MekyLrmNkCtOu93WVMDGdzM+pn5m
DgWVsJSZfIILM8X501gJKa5/2Fo/LC14MDRCdVeGjiDKfgIX7gVJhN6TcxjCH0Rl
uEYWDgshDdGjEEUH5vR4kT7xRnTwdzkPRtpQ4kGRRpiYxjKUj+Nt/otIXQFEOEdu
Kb8S4MQpny/BKRyWzbhBjpypRdY8JTc5oF5azB4L1rvlwJyG2ksyLDvT5W1OWRyl
zNaGf0H0uxKCQzZKB+PDtzIwo0ryB+f0oeJrbSAc8wIG4uExz4eTmCJIUxw2Wntg
0MDAx8I7P8J9YfxHNHp8sHS836bJrbXH1J5E4H1K3dJyHPf7LVYM7J0zI2Xx7Ybq
ogBKmukCZ5uQzU7gg8rBx4jVrE55BCe039yciW2rk3h/Mgp47PqPk3roD3qXt8/5
chL1j/AIKo39+7hGl4+3iOmTgWBW5NMTt+Ei4APi9QrrjneL4zLAxBq+hFi5DBkH
5B8QAo6r4eV9+HDZEZpEs5GLrzGNqFoPmEvCjbOBQwdkYFT5+2eWPvKPgmA2f9wA
KY4nQw8C43LbZHIFq6nqGH80xh9xa+Af0u/pcMZ8I8POkQSTLVDnvL0PsVItd7pB
tJM5NymtaXuwbemC/B9j
=2q4n
-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/e1ue5bh-hh...@franck.debian.org



Accepted haskell-cereal-conduit 0.7-1 (source all amd64)

2013-03-08 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Mar 2013 19:41:58 -0500
Source: haskell-cereal-conduit
Binary: libghc-cereal-conduit-dev libghc-cereal-conduit-prof 
libghc-cereal-conduit-doc
Architecture: source all amd64
Version: 0.7-1
Distribution: experimental
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-cereal-conduit-dev - turn Data.Serialize Gets and Puts into Sources and 
Sinks
 libghc-cereal-conduit-doc - turn Data.Serialize Gets and Puts into Sources and 
Sinks; documen
 libghc-cereal-conduit-prof - turn Data.Serialize Gets and Puts into Sources 
and Sinks; profili
Changes: 
 haskell-cereal-conduit (0.7-1) experimental; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 1b059a3a204a2877d427efc892d6a83225adaef2 2633 haskell-cereal-conduit_0.7-1.dsc
 3642cc9fa461341477a8e7e23bb61462dd1d3ea7 4988 
haskell-cereal-conduit_0.7.orig.tar.gz
 36068b798bf79a8280ea5be26cce301e9f1754d3 2343 
haskell-cereal-conduit_0.7-1.debian.tar.gz
 426483326247450ab2a1bff23858e32fb4800fb0 34264 
libghc-cereal-conduit-doc_0.7-1_all.deb
 69f60e787fd917af8cf9a7aa86b678f8aaf662ee 25882 
libghc-cereal-conduit-dev_0.7-1_amd64.deb
 6d3bb0f328e731b3762b5a809bf0a2f767047e1b 25726 
libghc-cereal-conduit-prof_0.7-1_amd64.deb
Checksums-Sha256: 
 028c456d4a031631c5898a593d0b057cfa4bd3b44ddbedaca7383e5b3e01ae83 2633 
haskell-cereal-conduit_0.7-1.dsc
 3daecdc2bdaa87c157c8410957ca3bd01d3c2087a8d8fa73cb34467cc8a5c031 4988 
haskell-cereal-conduit_0.7.orig.tar.gz
 f7d9a53302f9260d1041594d51fe8466ec0252d8ddada3cbfe4a95cbbc8f0d6c 2343 
haskell-cereal-conduit_0.7-1.debian.tar.gz
 d08646a4c587ca6e5836863c4bdd87ddffd1392a7308d8d4e955189747c81e55 34264 
libghc-cereal-conduit-doc_0.7-1_all.deb
 7ea2181c59cec0cd454838b30ab437da42ae0247fb4b41d0c1b9e4ee7aecc84c 25882 
libghc-cereal-conduit-dev_0.7-1_amd64.deb
 8059503609b48a74585ad69dee99b51c5349fc6e8d10827ab45ed4f6e21cab07 25726 
libghc-cereal-conduit-prof_0.7-1_amd64.deb
Files: 
 3b9da91d72c40af58b0bff0818cd199e 2633 haskell extra 
haskell-cereal-conduit_0.7-1.dsc
 917c6e7f0defbc899604159541d3 4988 haskell extra 
haskell-cereal-conduit_0.7.orig.tar.gz
 f230d2a47795360650866e59a645b4c5 2343 haskell extra 
haskell-cereal-conduit_0.7-1.debian.tar.gz
 9beed85738695f80785efb2dd67050fb 34264 doc extra 
libghc-cereal-conduit-doc_0.7-1_all.deb
 71bb4c06b78da766b9060eeac6e750eb 25882 haskell extra 
libghc-cereal-conduit-dev_0.7-1_amd64.deb
 9ef382a4e1d0ef67654f502b8f945f1e 25726 haskell extra 
libghc-cereal-conduit-prof_0.7-1_amd64.deb

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

iQIcBAEBCgAGBQJROoZDAAoJEFWSMx4ZnTioBVcP/jrJa6Mw/r7uuHo+N7HI8UMH
1JhwVnuZJc6I+1kLLRB67C3cMUKU5HpZawMAnAnbJIM7u+m9Sd5tH+eOYWMb4juz
KGVvrRqyoI1CouWVoE6kDUIvBhq6UaNk7EqxcBioyOsWD+JwiC8S85BrMkx7BJgt
h70jQslLaebHCAOo87av+yKvrmb8TnALBNgzmRIEWUXSXS77rsL1zH+M7g0E5wVO
GaZilCtHoRjFqJWt+lbMJLYsCkR3/Qdxqmf0sNt3cJYBqZ+dDrCV7Uhv375wZK2E
82MFdoynLrYCv6MsI7yGvSTXZjqDr8itDQGiKfdPlL+A6m7qixi6Mdi6tG5OU6e5
WF8xhbu80lIc916NCMeaK08jckyFpVYIqhOIV3G0reRh8bQ1RT6AjH5dsMtf+Sia
vmCoTBY9UmAznlVZVTbCfK6PvUrii9I/k8TOpYcW7hEC/DvX0JFNv0aBWh5Xl6RA
m16ICaM2+Hw41Ts0ZwYa9PbwvB7ZII4DOUMQ56eu/4f66HLeLuDaVyKAFF8R2pxk
1p7qaZqP9icFpcsOr3ww1E3+at9ZN9SD3cHrCQ3wI4ojc8wA5oYkpiBSmNCoW+wW
Ik+2Bq1mKVC++Ku1O+sZo/JUnkP5bzN4UOFrvJ9GHfxF9aPqnVXLGbYUM5bbruSi
YZTUvjK8XO4bkDKsivvW
=KijC
-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/e1ue8bj-eb...@franck.debian.org



Accepted hplip 3.13.3-1 (source amd64 all)

2013-03-08 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 09 Mar 2013 11:29:44 +1100
Source: hplip
Binary: hplip hplip-data printer-driver-postscript-hp hplip-gui hplip-dbg 
hplip-doc hpijs-ppds hpijs printer-driver-hpijs hplip-cups 
printer-driver-hpcups libhpmud0 libhpmud-dev libsane-hpaio
Architecture: source amd64 all
Version: 3.13.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian HPIJS and HPLIP maintainers 
pkg-hpijs-de...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 hpijs  - transitional dummy package for hpijs printer driver
 hpijs-ppds - HP Linux Printing and Imaging - HPIJS PPD files
 hplip  - HP Linux Printing and Imaging System (HPLIP)
 hplip-cups - transitional dummy package for hpcups printer driver
 hplip-data - HP Linux Printing and Imaging - data files
 hplip-dbg  - HP Linux Printing and Imaging - debugging information
 hplip-doc  - HP Linux Printing and Imaging - documentation
 hplip-gui  - HP Linux Printing and Imaging - GUI utilities (Qt-based)
 libhpmud-dev - HP Multi-Point Transport Driver (hpmud) development libraries
 libhpmud0  - HP Multi-Point Transport Driver (hpmud) run-time libraries
 libsane-hpaio - HP SANE backend for multi-function peripherals
 printer-driver-hpcups - HP Linux Printing and Imaging - CUPS Raster driver 
(hpcups)
 printer-driver-hpijs - HP Linux Printing and Imaging - gs IJS driver (hpijs)
 printer-driver-postscript-hp - HP Printers PostScript Descriptions
Closes: 690362 701185
Changes: 
 hplip (3.13.3-1) experimental; urgency=low
 .
   * New Upstream Release
 - Fixes CVE-2013-0200 (Closes: #701185)
 - Fixes hp-check does not find installed Xsane (Closes: #690362)
   * Ack NMU - Thanks Sebastian Ramacher
Checksums-Sha1: 
 6358892c70b481aa1f987dc6223ff72648ea07bb 2404 hplip_3.13.3-1.dsc
 e571cfac1a30c947b3526de691cbe3cf31590bfb 21685109 hplip_3.13.3.orig.tar.gz
 993da7c862cdc05ddd8494a80f803156aa79ab90 106978 hplip_3.13.3-1.debian.tar.gz
 aadb81cc73045a9104c636a26ec3c86279b5a9dc 163046 hplip_3.13.3-1_amd64.deb
 619ba81857d49bf06da6d8af8b1d88c821fc9ec4 1516656 hplip-dbg_3.13.3-1_amd64.deb
 768796876f7af78747aeb7407c336d5b5a592a72 429946 
printer-driver-hpijs_3.13.3-1_amd64.deb
 5be2855ce5130ab2eb8e52b3fe30ecf6f1615eca 386640 
printer-driver-hpcups_3.13.3-1_amd64.deb
 40f28eae50f6f76ceb28fc280ad170c32c790ce8 184240 libhpmud0_3.13.3-1_amd64.deb
 734066c174d6299514db2cb9718b560b07dea29e 78214 libhpmud-dev_3.13.3-1_amd64.deb
 7b887593788826a135c8af6570f97778b3f0e13b 208146 
libsane-hpaio_3.13.3-1_amd64.deb
 184b2be9be9453791b5f8609076d897459f146f5 6893866 hplip-data_3.13.3-1_all.deb
 3adf1e8d7050b396b8154515364e1c10b2f3d058 956816 
printer-driver-postscript-hp_3.13.3-1_all.deb
 e01aee290f9ba36296c740df018aba1c244268dc 89978 hplip-gui_3.13.3-1_all.deb
 7599deb4d7f226dbad571cc3345a9846e0d1f7fa 677036 hplip-doc_3.13.3-1_all.deb
 ca3dfe011088f41cff906ce60108f7a2d605d421 698336 hpijs-ppds_3.13.3-1_all.deb
 befffbe2ffec2e51b90b95ad777027358e0842df 73656 hpijs_3.13.3-1_all.deb
 054a34d7cfa1f81c3f1c82714eb2a7627cc9abf8 73668 hplip-cups_3.13.3-1_all.deb
Checksums-Sha256: 
 76c827617449ce35e1ea2469928e512be97cee1ede8b3086418ea0bcdd6c8936 2404 
hplip_3.13.3-1.dsc
 36e590b06f3810c13cfba7721f0a75b3d3f0133a7d62312d5d25864fa6d94366 21685109 
hplip_3.13.3.orig.tar.gz
 0ef02c226770d61856de2db8c4c2622e832e4753e07711f5c4a7cc4896bfc153 106978 
hplip_3.13.3-1.debian.tar.gz
 befc0cdf0e2378758983bed2a3eed055c8beff6bcf0037541fbf94dedb48ba31 163046 
hplip_3.13.3-1_amd64.deb
 159cc67c77d6520bf3010c890ee2e10c408986d5b9d99a242a4836fe815723cf 1516656 
hplip-dbg_3.13.3-1_amd64.deb
 0bbd84489ea489ebf737f3e3e6b2ca6ceacd897a4792b1bd163d788b3e8e8dc8 429946 
printer-driver-hpijs_3.13.3-1_amd64.deb
 be629b20b042f4eeba4f03a48d36b3dc3f38d94badaea2afcdad9712eb845c81 386640 
printer-driver-hpcups_3.13.3-1_amd64.deb
 13296f11dcabff75859e2b559c97b046c39a7b697dc6b5d017a3fe68c88265f3 184240 
libhpmud0_3.13.3-1_amd64.deb
 ce90846f284d6230bf8c28cdd80cf38d5380ec9a8ae1af24dc1d2a7b609ffea2 78214 
libhpmud-dev_3.13.3-1_amd64.deb
 859fc8fe0eff559b1a9525e17e9ac85d4368bff4eb648f03d99385f12fa7005e 208146 
libsane-hpaio_3.13.3-1_amd64.deb
 aae9116dcec2eb5c123a61e69da546d5604e7c53f0aad6ef04fcf58dc69d40ec 6893866 
hplip-data_3.13.3-1_all.deb
 9f1bcec5486186e138a0df76bbcc97a15314c56f04f95bb19508db4bbb28e3f6 956816 
printer-driver-postscript-hp_3.13.3-1_all.deb
 98df6a04c529869f99f7b88563bd838debd7e21f1d5ad6be9293aac8e812b35d 89978 
hplip-gui_3.13.3-1_all.deb
 970050aa45d9c54f8136e721b3a1680abd3af67df1f18ef48b103ff8086afa2e 677036 
hplip-doc_3.13.3-1_all.deb
 6b293141f5b3d18baaa6ad34db8f5aef83f8650dde44647187a9ffb81bb028db 698336 
hpijs-ppds_3.13.3-1_all.deb
 1733e17b265c054822db046ecd71ab9551db43628eace62680a20528204fc5f8 73656 
hpijs_3.13.3-1_all.deb
 1dcb4c2684f81ad770275ebea182b729503ba31c2027768fdd71ad2ae2426b98 73668 
hplip-cups_3.13.3-1_all.deb
Files: 
 e1cdd54c0497c07919367ddfb7e16fed 2404 utils optional hplip_3.13.3-1.dsc
 

Accepted mountall 2.48 (source amd64)

2013-03-08 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Mar 2013 00:36:22 +
Source: mountall
Binary: mountall
Architecture: source amd64
Version: 2.48
Distribution: unstable
Urgency: low
Maintainer: Steve Langasek vor...@debian.org
Changed-By: Steve Langasek vor...@debian.org
Description: 
 mountall   - filesystem mounting tool
Changes: 
 mountall (2.48) unstable; urgency=low
 .
   [ Steve Langasek ]
   * Make sure we don't show the error message claiming a device is not
 ready when we're actually already handling it but are just waiting for
 related upstart jobs that are blocking the mount to finish.
 LP: #1091792.
 .
   [ Stéphane Graber ]
   * Mount a tmpfs on /sys/fs/cgroup if it exists.
Checksums-Sha1: 
 620d22ff620d2bf5b2a887db2dfaea294c0f1b64 1737 mountall_2.48.dsc
 cac1996ecaf0739ea34dd13047d1c367ec9881f5 635536 mountall_2.48.tar.gz
 18c20c6b1601e8bf695ebd81f6fa3e180cfbb6cd 81718 mountall_2.48_amd64.deb
Checksums-Sha256: 
 9295a4624a4f9b220b43ace775365136368fdf2a525d5e0612b58460c825209c 1737 
mountall_2.48.dsc
 5a5538c08a7c2dd3d992878d72bb7721120199d91492583c1606064820ff3629 635536 
mountall_2.48.tar.gz
 19e2fc848c453cb8cd58e9c8202af3451d1bb073c363debf11f2c95754d2ae01 81718 
mountall_2.48_amd64.deb
Files: 
 216bd64dca936400ed2b3e230c0f259d 1737 admin required mountall_2.48.dsc
 ffd753f71d4dc4d827569065365cb68b 635536 admin required mountall_2.48.tar.gz
 3eb38473f9229c64d458146c9827c5b3 81718 admin required mountall_2.48_amd64.deb

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

iQIcBAEBCAAGBQJROpCEAAoJEFaNMPMhshM9saIQAMm35JR2LEIZA1BJt6LBdNVP
gKRgo4Gd4sGPd/Msm+53P9Yc3F0l0LXzXm9bcPG89OI/Cp1GZyeaBiH/qprc2je7
H6uTPJv5d+MYaVwoKD2eY1She7eej+WrYCjFWYiUpvPm9PkV0vSrZsDeBCrWVMCB
KJGHZAz5Txqx6rEwvZM/aNW8vgyVTqxKnPIoZlIeM0o/uULV5iccf3Uyk7N1Xdlh
NF5O5542xw8rzqBLzdVPGwVVRLEsbBe004ZicrxL6vW98RLiqM4ikHCyf/qCMGan
qj+dPgrBW9KwS826x0L+b+wCXJrP6q9mJnORbIQWdncPUt6DiVOvytR46ynnFHQW
zCgOTD1s8g1T+8yzkmscvJ8sx1NXFyTauWGOdfFuwkNfM+oIS9hhz8WYGKPwCCe4
GvBr/8sEyXQGFdqujsAduM9DYLhvIf0xrnXZJXFpO/bnUn4zv7CEIaQiiUQZeSox
sD5N2P14M1wJpLrXyQAkmAksd1fULxMiz0jJHCXi9a+mkGeuzaOJ5yX+Fm9fJzW+
eEaRfAMVcg7mZqefTcE9gtU5XvC9hOLq714OB0csTTiz6C5cWFHnYY7Fz/UxXCEz
A2flijJMZGDY6FiaxFE6MRU9wKfXSVCpKLWPcZpCh/bSj1Mjziul9LMbcZGqrpHl
JQOh13Gg1jRR5oVp6TqA
=eFmq
-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/e1ue8zh-f9...@franck.debian.org



Accepted apache2 2.4.4-2 (source amd64 all)

2013-03-08 Thread Arno Töll
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 09 Mar 2013 02:02:08 +0100
Source: apache2
Binary: apache2 apache2-data apache2-bin apache2-mpm-worker apache2-mpm-prefork 
apache2-mpm-event apache2-mpm-itk apache2.2-bin libapache2-mod-proxy-html 
apache2-utils apache2-suexec apache2-suexec-pristine apache2-suexec-custom 
apache2-doc apache2-dev apache2-dbg
Architecture: source amd64 all
Version: 2.4.4-2
Distribution: experimental
Urgency: low
Maintainer: Debian Apache Maintainers debian-apa...@lists.debian.org
Changed-By: Arno Töll a...@debian.org
Description: 
 apache2- Apache HTTP Server
 apache2-bin - Apache HTTP Server (binary files and modules)
 apache2-data - Apache HTTP Server (common files)
 apache2-dbg - Apache debugging symbols
 apache2-dev - Apache HTTP Server (development headers)
 apache2-doc - Apache HTTP Server (on-site documentation)
 apache2-mpm-event - transitional event MPM package for apache2
 apache2-mpm-itk - transitional itk MPM package for apache2
 apache2-mpm-prefork - transitional prefork MPM package for apache2
 apache2-mpm-worker - transitional worker MPM package for apache2
 apache2-suexec - transitional package for apache2-suexec-pristine
 apache2-suexec-custom - Apache HTTP Server configurable suexec program for 
mod_suexec
 apache2-suexec-pristine - Apache HTTP Server standard suexec program for 
mod_suexec
 apache2-utils - Apache HTTP Server (utility programs for web servers)
 apache2.2-bin - Transitional package for apache2-bin
 libapache2-mod-proxy-html - Transitional package for apache2-bin
Changes: 
 apache2 (2.4.4-2) experimental; urgency=low
 .
   * The let's shorten up this discussion release, and strip changelogs which
 are not a direct ancestor of the 2.4 branch.
   * Restart the server on upgrades. We need to make sure the new binary is
 loading all symbols from the core again to make sure, upgrades don't break
 the server.
Checksums-Sha1: 
 1d1d64c3b131f40bdd02790e761460009c72fc39 3014 apache2_2.4.4-2.dsc
 6b8b346812803516bbd5d88c871be4d3266cd7e3 181484 apache2_2.4.4-2.debian.tar.gz
 d9286af5680933f7c1f1c0a064a76c7bd5e1697a 860 
libapache2-mod-proxy-html_2.4.4-2_amd64.deb
 8bd91cec2c4f6295dd1b6fff0eeaffc8df25d1bc 179778 apache2_2.4.4-2_amd64.deb
 56090fed53e3a0ddffe7ca1f4690ba30e23cae56 151520 apache2-data_2.4.4-2_all.deb
 b8d0281f151c9299a164f674e3f153249d007d14 940922 apache2-bin_2.4.4-2_amd64.deb
 1b7c1ff38a4ec1871c782e87406b4f9e0537e44b 846 
apache2-mpm-worker_2.4.4-2_amd64.deb
 55e1f7869e07837c6f9794a7b49d2a608e7fa47c 850 
apache2-mpm-prefork_2.4.4-2_amd64.deb
 7e33e062e120c4b17880d1611a2bffc96bb962fc 848 
apache2-mpm-event_2.4.4-2_amd64.deb
 473d7bba2a3df21ac00620b730163510ae43c62e 844 apache2-mpm-itk_2.4.4-2_amd64.deb
 c06fa691fe481f2dde1fc767a145a2eb27dfb2d7 854 apache2.2-bin_2.4.4-2_amd64.deb
 f5ce77040edbe017c9d169f7b89374634612862e 174234 apache2-utils_2.4.4-2_amd64.deb
 476bf6d4c2eea697e3d300c027d0ed96559018a5 1392 apache2-suexec_2.4.4-2_amd64.deb
 804bd6883b2fa99bd25957619e510b02495ba6f7 109008 
apache2-suexec-pristine_2.4.4-2_amd64.deb
 0268dca9ba71594d010b304aebe1f59f39c72bcd 110526 
apache2-suexec-custom_2.4.4-2_amd64.deb
 635cb32d1d9b01e669eec581c5329bf1253da793 2558926 apache2-doc_2.4.4-2_all.deb
 283d228df50de1abd10facbdbec6549d8fa7931a 154874 apache2-dev_2.4.4-2_amd64.deb
 d1261f6837e2a0db06cad8ba2449dbb8171f3f2f 2066196 apache2-dbg_2.4.4-2_amd64.deb
Checksums-Sha256: 
 e0d2618ee66ef4b22efffab755a11a228de0184d550b02cde85e075b039555a6 3014 
apache2_2.4.4-2.dsc
 3c545be6c13738bc1fed6526630b8703981955fc01185a25480ba8757ee9dc75 181484 
apache2_2.4.4-2.debian.tar.gz
 b14a5308218234cf5925262f655642fbe405bdbf0997b1309b23732596ec64f3 860 
libapache2-mod-proxy-html_2.4.4-2_amd64.deb
 b36500a02aa84e12c1e320e2c3a895408a9e7e907649c21375ef8670e1c2ef2e 179778 
apache2_2.4.4-2_amd64.deb
 af25c6ff923a8ba1225e42ff25eba58479d775604e6904ff116c2ef4872deaf4 151520 
apache2-data_2.4.4-2_all.deb
 6a560dfd3be89f384fccee8a0fef4b2bb615b1154c4e48d26c1cf77b793db2c6 940922 
apache2-bin_2.4.4-2_amd64.deb
 3aed3b186c9c52cb27b65af81c5c15b4c62f6573dbdad8e9f27b74ccd4a41c8d 846 
apache2-mpm-worker_2.4.4-2_amd64.deb
 88bde8308ec451702e552d7b403883acdc382981fe23981355ac7264785979b1 850 
apache2-mpm-prefork_2.4.4-2_amd64.deb
 3e4ed522e560246482cea4f442caf537940a0f0c9110d165ee585a1536bdac5f 848 
apache2-mpm-event_2.4.4-2_amd64.deb
 45e9b99ca7adcc4269205196e35e246e26d62a46a884739b9dea3a1bed7ac98b 844 
apache2-mpm-itk_2.4.4-2_amd64.deb
 71e701956f2a9669db8617341ae5b45be99c259f5c812c47a82c25f2f6aebc78 854 
apache2.2-bin_2.4.4-2_amd64.deb
 58a3b2d72a47d8865dee4a8ea70cb3051df2ada35d8380e3f30e9b4d988909a1 174234 
apache2-utils_2.4.4-2_amd64.deb
 dea27ccef365e8159cdb527449ba481fb368832f6ec68a233b62f70cbd373483 1392 
apache2-suexec_2.4.4-2_amd64.deb
 68ead91f201fd2ba2b789843b23df4b9864ce85bf77c52456bfe9533a4141ca1 109008 
apache2-suexec-pristine_2.4.4-2_amd64.deb
 1440a5e9f83335d60e12cac3094f3b186c2ac14d32743d5b3d10c0334ea53b19 110526 

Accepted sisu 4.0.12-1 (source all)

2013-03-08 Thread Ralph Amissah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 20:57:11 -0500
Source: sisu
Binary: sisu sisu-complete sisu-pdf sisu-postgresql sisu-sqlite
Architecture: source all
Version: 4.0.12-1
Distribution: experimental
Urgency: low
Maintainer: SiSU Project s...@lists.sisudoc.org
Changed-By: Ralph Amissah ra...@amissah.com
Description: 
 sisu   - documents - structuring, publishing in multiple formats and searc
 sisu-complete - installs all SiSU related packages
 sisu-pdf   - dependencies to convert SiSU LaTeX output to pdf
 sisu-postgresql - SiSU dependencies for use with PostgreSQL database
 sisu-sqlite - SiSU dependencies for use with SQLite database
Changes: 
 sisu (4.0.12-1) experimental; urgency=low
 .
   * [d172907] v4: version  changelog
   * [c6d43f0] v4: share_src, sisu source, permissions, make world readable when
   shared
   * [5ca9a5a] v4: manifest, sysenv, manifests sisupod relative link for
   output_by language
   * [2f0fb40] v4: bin/sisu, process remote sisu markup file or sisupod, where
   url provided
   * [5d7e44a] v4: hub, operations, report on absent markup file, if needed by
   requested action
   * [7c083c2] v4: sysenv, cosmetic, minor
   * [5fc0b66] v4: version  changelog, dates touched
   * [fc45279] debian/bin/sisu, follow bin/sisu (changes)
Checksums-Sha1: 
 5908d49551c28a4ce782a8ace53b6771ca74db84 1363 sisu_4.0.12-1.dsc
 d922f897e912a1dc79757a4237d449e5f2e19faf 1399596 sisu_4.0.12.orig.tar.xz
 3b3f84cd1ff53b52a3ec47503a1388346b9299e6 62726 sisu_4.0.12-1.debian.tar.gz
 13bbba67110df866a41d9d562cdb4214cdefd1ca 1534314 sisu_4.0.12-1_all.deb
 d96fb80b30c695afe73b7fb736f3c7eb5c5826d1 58444 sisu-complete_4.0.12-1_all.deb
 81d1303b0288b9b1b9709e33f672d82d439c7761 59082 sisu-pdf_4.0.12-1_all.deb
 e08872102397cadf8c32fc2e4ef96d0dc44d4ea0 59500 sisu-postgresql_4.0.12-1_all.deb
 04cb10d6e55bf94d15385e062205e7f36f7cfc04 59460 sisu-sqlite_4.0.12-1_all.deb
Checksums-Sha256: 
 959c8fc7fee97964266a01b5f6dd56f33cbc9e0f96c2dcb11eb09570444b090a 1363 
sisu_4.0.12-1.dsc
 239d03011f1b82d233ae86957dc0d18b7c35cde8c8ddaabc76ff6de7949fed12 1399596 
sisu_4.0.12.orig.tar.xz
 22f3ede94e9195b78b924073101fbb86f4506f7fd84b7d26aadb846ef86a2a8a 62726 
sisu_4.0.12-1.debian.tar.gz
 55b3f0ccd91121d5b2c69f6203db00e56d635251a1f8274b7557a3a6c5d65ef6 1534314 
sisu_4.0.12-1_all.deb
 a8831119a724916202d2cd11a0e21f8068ced38637a8dc4d30d1c85b69b1fc2b 58444 
sisu-complete_4.0.12-1_all.deb
 36ac49ef95bd741c4f348daf22aad9c3ad108179e2fba2a218124c883e20d548 59082 
sisu-pdf_4.0.12-1_all.deb
 4160d9323a73ac9a922283bc97805be38878628afad28bfbbd20393c4f6a6ea7 59500 
sisu-postgresql_4.0.12-1_all.deb
 9c2be7a08a11bea8f1e414c125bd7e3092b1c8cd339ed55ac713a6415513653a 59460 
sisu-sqlite_4.0.12-1_all.deb
Files: 
 5c05ab357823f24df358007abc551aff 1363 text optional sisu_4.0.12-1.dsc
 b408d11fd2584f4359eddd743c2e28fd 1399596 text optional sisu_4.0.12.orig.tar.xz
 8c3314583eed8168e773eb5d8930c6a0 62726 text optional 
sisu_4.0.12-1.debian.tar.gz
 95ae2d8423665fa6a81fc04c274367e0 1534314 text optional sisu_4.0.12-1_all.deb
 0211a2bda3b2285371727d249f1ed563 58444 text optional 
sisu-complete_4.0.12-1_all.deb
 b9d28d1bd0753a493e96c1c75e26b04c 59082 text optional sisu-pdf_4.0.12-1_all.deb
 4fdd912a4ae9d1f603788257d14a9c7b 59500 text optional 
sisu-postgresql_4.0.12-1_all.deb
 e9231f02abd36715356e37c8d3aa2ff1 59460 text optional 
sisu-sqlite_4.0.12-1_all.deb

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

iEYEARECAAYFAlE6l9oACgkQb3gYqbmPYrFTGgCgmCHCVWXQA6cNX19jty47jrDa
MPYAoIkr2/0Ag/r72xnsSktpAsIUUe/+
=Uoec
-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/e1uea5f-cl...@franck.debian.org



Accepted lensfun 0.2.7-1 (source amd64 all)

2013-03-08 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 09 Mar 2013 14:29:47 +1100
Source: lensfun
Binary: liblensfun-dev liblensfun0 liblensfun-data liblensfun-doc
Architecture: source amd64 all
Version: 0.2.7-1
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 liblensfun-data - Lens Correction library - Data
 liblensfun-dev - Lens Correction library - Development files
 liblensfun-doc - Lens Correction library - Documentation
 liblensfun0 - Lens Correction library - Runtime files
Closes: 648130 662391 679113
Changes: 
 lensfun (0.2.7-1) experimental; urgency=low
 .
   * New upstream release
 - Fixes new upstream version (Closes: #679113)
 - Fixes FTBFS with libpng 1.5 (Closes: #648130)
   * Update debian/watch - Thanks Bart
   * Fixed Build-Depends on libpng-dev (Closes: #662391)
   * Switch to cmake - Thanks yo...@kubuntu.org
   * debian/compat - 9
Checksums-Sha1: 
 5c2b68f03d748923e2e7001d974d3b36cca7c91c 1327 lensfun_0.2.7-1.dsc
 77388761d13a7f36c510575f3e2270b513dc80c3 600946 lensfun_0.2.7.orig.tar.gz
 ff7e7aaacc9b2112cb44c50445c85d2cc1535c1f 11581 lensfun_0.2.7-1.debian.tar.gz
 6b757af505e21b37f9a23dfd12af5a8594b11937 28752 liblensfun-dev_0.2.7-1_amd64.deb
 354698e7b5438c4d263ab9c5de82a15a85b6d7dc 54836 liblensfun0_0.2.7-1_amd64.deb
 138f53c8857b7a9244b928a9c2878655e19ab647 63416 liblensfun-data_0.2.7-1_all.deb
 8fcd9e19ad5b26b66eaf1c1fc67af015728ec22c 453248 liblensfun-doc_0.2.7-1_all.deb
Checksums-Sha256: 
 9ca750dd739ab2dbceebe433adc29c80379a998fbd1edd603219d382ecffa3e7 1327 
lensfun_0.2.7-1.dsc
 4b61285bebd00fb56c7e0c1ff3b3acef4369dcdffa6fc5f9f13bdbe77f198a19 600946 
lensfun_0.2.7.orig.tar.gz
 a15352d1fec578d8d39390e0d2f4a1678d878b7b632b9ce19ae04b5e6c2271b1 11581 
lensfun_0.2.7-1.debian.tar.gz
 b871d494ec647f1d96acddce31648bd4c0984c7323fa14a80aa7ece7294b25df 28752 
liblensfun-dev_0.2.7-1_amd64.deb
 dab8286942a41c9c281f6fc3ad8bec5f48b93d9853c69e322dd6b3487bb8191b 54836 
liblensfun0_0.2.7-1_amd64.deb
 4eb5d172e1cafbecf22e16f2da59a91f4a258f7f52403dd80aa7edc63b6b7cab 63416 
liblensfun-data_0.2.7-1_all.deb
 ffbce0651967087a07f6682e550610a637887ab2b3d2dfadd229b972a492c583 453248 
liblensfun-doc_0.2.7-1_all.deb
Files: 
 8beab6f0612255d09432df188399368f 1327 libs extra lensfun_0.2.7-1.dsc
 872fa92542376f32c78cb48e3618e092 600946 libs extra lensfun_0.2.7.orig.tar.gz
 d93c1fbf942fca49229915e8c293791d 11581 libs extra lensfun_0.2.7-1.debian.tar.gz
 b97d7186ea31ff3346a4323dd6c0b3aa 28752 libdevel extra 
liblensfun-dev_0.2.7-1_amd64.deb
 94ae704362a58ce16f19bf878c26bd31 54836 libs extra liblensfun0_0.2.7-1_amd64.deb
 cfd2028acecb53474fd913d71d998941 63416 libs extra 
liblensfun-data_0.2.7-1_all.deb
 fedcb851a147cfad0a105c744eed6442 453248 doc extra 
liblensfun-doc_0.2.7-1_all.deb

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

iEYEARECAAYFAlE6reAACgkQoCzanz0IthLH9gCfUQwKs0o33q/G0e9nNiIaRBr8
xCoAnRtGw3VrnBxHYMJpvPXGl7bVB7HF
=32LU
-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/e1ueali-0008qi...@franck.debian.org



Accepted tty-clock 2.0-1 (source amd64)

2013-03-08 Thread Antoine Beaupré
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Mar 2013 22:30:45 -0500
Source: tty-clock
Binary: tty-clock
Architecture: source amd64
Version: 2.0-1
Distribution: experimental
Urgency: low
Maintainer: Antoine Beaupré anar...@debian.org
Changed-By: Antoine Beaupré anar...@debian.org
Description: 
 tty-clock  - simple terminal clock
Closes: 686466 689248 700738 702171
Changes: 
 tty-clock (2.0-1) experimental; urgency=low
 .
   * new upstream (Closes: #689248, #686466, #700738).
   * fix Vcs-$foo headers, thanks to David Bremner (Closes: #702171).
   * upstream now has a manpage (Closes: #686466).
   * patch: fix hardening flags
Checksums-Sha1: 
 e52fe65ee8985f4853af03ca614197e59abbdb61 1832 tty-clock_2.0-1.dsc
 24f83f31879a5c601cc833e131dbecde99559ca0 7045 tty-clock_2.0.orig.tar.gz
 4a9c1ebba23c14a14cec2eaff85f1ba69c18e265 3760 tty-clock_2.0-1.debian.tar.gz
 ac56a9c4b14e3400ed804a85afbe2f90a947aa76 12846 tty-clock_2.0-1_amd64.deb
Checksums-Sha256: 
 b0edfffacb6c560fe52f29bb1993ec928bc01871567bb4cedbec7246af550180 1832 
tty-clock_2.0-1.dsc
 6b30de03e6f8e3eeb8385bc0e426b97a92a9a8555871cb50fb7a2e36df61c2d3 7045 
tty-clock_2.0.orig.tar.gz
 d04e286a148fbba56a382bebe215cbcb19d695bf1a6eb13ca8e660862bdd0949 3760 
tty-clock_2.0-1.debian.tar.gz
 41b8309795059c34fe5c0e232653aa06791d32dbddb9e26999ca7a64645fff7e 12846 
tty-clock_2.0-1_amd64.deb
Files: 
 cc471faefa2d574aaf65efde26e2268e 1832 utils extra tty-clock_2.0-1.dsc
 c35469fac21d721844155e78e19fb68f 7045 utils extra tty-clock_2.0.orig.tar.gz
 b9b466166a4c797a3f173f41ff9f893e 3760 utils extra tty-clock_2.0-1.debian.tar.gz
 26242166ad3735c2e103791d6ae640af 12846 utils extra tty-clock_2.0-1_amd64.deb

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

iQIcBAEBCAAGBQJROrUyAAoJEHkhUlJ7dZIeZSUP/iuyozFYTEU7JuY6FLmoag2d
m1DJ0kd3agxVpL0a5/kgZCqsf0SKiak/8c/lq/bX75P1kvyXdXFHEmXZEP71bFKA
oqZ5LZEgyhyn42/QEl/GfjBTuR1G/JhcL0pJsRnJ2LmbBCLtEXvq84qHv9D/FweL
p0hm1u6gqBvNila25wrqIHI+ZJZdoq8bPzpSWEKbYBGZ00J24S5C/gic4HhuRbK3
MeebaLaQmPnD9VoYZHUM5DLXMmPJdOhO3DX7qg19X4pexFDBVsT5BOxqeja/IAiV
oMG9OSXo6KsRc3CfHHIfn8SCob1CcK92wBz/56ZtyIJhhCzo122jTsnESp8Tdb59
7/I00bQYCwWgFhtm1WLxetM8YdpsuGjHl90G11FT+9kama4ROpnev3UfAM8ZDh6U
NpIKN7S9+ME1dTIAw3jqDzVGIzrm0FuPh4eSqvjJgdfObz0VqnXSbnFC/9yuKqIN
+v7gm7qLaYpw3+Au4vFCeYVPdHCtOcpHxMkxh6QRXT1g7T+KBejtFXYnQHdW2Bek
V3FPbtDM/Bk/uqune8+7WsqMPiwQvoubOOHaaWA5zcLfY7woAS5y/NeN/hLKbfg4
HP0TmjOwstEJ3HChZLeCTzcQaN3th+xcApHOHgmA6ybiuR7yd0Y6qeWGRMkGgARr
4dB4x1c9gaxaYrK+1Mz/
=HZ2o
-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/e1uebeb-0004ke...@franck.debian.org



Accepted amanda 1:3.3.3-1 (source i386)

2013-03-08 Thread Bdale Garbee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 20 Feb 2013 11:12:55 -0700
Source: amanda
Binary: amanda-common amanda-server amanda-client
Architecture: source i386
Version: 1:3.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Bdale Garbee bd...@gag.com
Description: 
 amanda-client - Advanced Maryland Automatic Network Disk Archiver (Client)
 amanda-common - Advanced Maryland Automatic Network Disk Archiver (Libs)
 amanda-server - Advanced Maryland Automatic Network Disk Archiver (Server)
Closes: 693331 69 697783
Changes: 
 amanda (1:3.3.3-1) unstable; urgency=low
 .
   * orphan this package
   * new upstream version, closes: #697783
   * fix hard-coded amandabackup user in many scripts and docs,
 closes: #69, $699454
   * fix amserverconfig trying to create /var/lib/lib/amanda, closes: #693331
Checksums-Sha1: 
 d832ead32d0c60d6cbe5da7798a93104a29e9c96 2073 amanda_3.3.3-1.dsc
 18a416e79e6c52fb59da6e87b040f946f9b5f681 4394935 amanda_3.3.3.orig.tar.gz
 c7a923d001d56f232dc16df7fdb84aa451121c9c 36786 amanda_3.3.3-1.debian.tar.gz
 c39bf3edfe23cb636fe2062175410435a2298886 2233790 amanda-common_3.3.3-1_i386.deb
 9a1951bd4185655143b238b532189aaba92db6f4 352334 amanda-server_3.3.3-1_i386.deb
 12072c5c2e57da38e69119e30a394ca106d19950 272426 amanda-client_3.3.3-1_i386.deb
Checksums-Sha256: 
 05d4593db5fb6289955574d620f3f7252e5d22c0edec18b0125f7b4a0f22d335 2073 
amanda_3.3.3-1.dsc
 c36c9cd61dc62a7824abb7ba74cc4b09527bd82a930d691cf207b60b4bb15b72 4394935 
amanda_3.3.3.orig.tar.gz
 12a6bcf4c6da33781645429112cd2838c43f94059c73cc8fe1703358933c8e4b 36786 
amanda_3.3.3-1.debian.tar.gz
 a3b6f44725140169829423ebbeb2212ddb5a53d818d45c97d0138f0e526ddb1e 2233790 
amanda-common_3.3.3-1_i386.deb
 c8b8abc2be0aa026db0770aef98b2c051ac3752f548a76f9d56e848326920aa5 352334 
amanda-server_3.3.3-1_i386.deb
 cd528ce7eaef3722f586ac7db88fa4328f501695d81ebb9af511d4cab0745dea 272426 
amanda-client_3.3.3-1_i386.deb
Files: 
 9121f15c4e44c01a18e5073eb293dbd2 2073 utils optional amanda_3.3.3-1.dsc
 2b9c7fbc030d7c242197cc8367e9a6b8 4394935 utils optional 
amanda_3.3.3.orig.tar.gz
 d956eb3a1fee4616a73ec74305b899ed 36786 utils optional 
amanda_3.3.3-1.debian.tar.gz
 be84f69ee679aba57433ccc68a11206b 2233790 utils optional 
amanda-common_3.3.3-1_i386.deb
 7de3c705266457e0261a09b9dc9f0420 352334 utils optional 
amanda-server_3.3.3-1_i386.deb
 8eadae1e1bee563aa3b9e57452b3c6ce 272426 utils optional 
amanda-client_3.3.3-1_i386.deb

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

iQIVAwUBUTrFjTqTYZbAldlBAQoY0g//aFvcyPlA+ajqPMB7iEMq+/GKHIAx3isC
klZvjvx7ezwVzvFzXqsL09/DtTz2D44tE7aa9wvTyGaalW9uKeC5zbpzEji+TwwH
PrO0bMIpXTPgCLjWeuHNQla1V8vj+O4W4HncG1cjfF82XPUk6TJdjqRXrpTJMxLi
E/o+7Tqnt0MXs6XhjlUrbejapPeLZs9iFxVjmZLVL67/J0SLCd0MQOElN3phbxDD
83rdTZGoMDLA6n+sQi2JHXUiTXy/p1Rzh+SKn2yzZOhM1+kPTgrD2AeZIEw2X3zk
DnEkkcTagUs/jcVS/rvbLUPQK5rLQa5f0rz/ZVZcBkPS/ziHbA6wK96vNYL9LyGd
3COcUKCJ+ElkYwzxda4q0VGMKacRWpCDaFekLnvQmy8jsvOLzvgoSmY9JE6RxqdK
XytAgaLSxNaOyAkAke9PHaJIsJeKkHitVjp4kDtoNKJTgI2RjwzhczXcUMJZmivT
JMkG17jg39Rj8oUELrn97hCIkkbqls23t3tl6uPzF8XfgPosIKfmyYVOcvhS0Ldb
56r6/yudJzoYkt8u/CwstA3ZugIjZroty2npsAwMAHMtP6AnykJ0FJtHnLmAwkBA
J7BwwZgxAzt6z/sDATx8SP6l78eqU0CtCDjvfsNPSXfsxVgz5nf5Q4s5+mlMDBr3
/rOEypXLDME=
=r421
-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/e1uecoz-0006k0...@franck.debian.org



Accepted clusterssh 4.01.05-1 (source all)

2013-03-08 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 22:05:20 -0800
Source: clusterssh
Binary: clusterssh
Architecture: source all
Version: 4.01.05-1
Distribution: unstable
Urgency: low
Maintainer: tony mancill tmanc...@debian.org
Changed-By: tony mancill tmanc...@debian.org
Description: 
 clusterssh - administer multiple ssh or rsh shells simultaneously
Closes: 701872
Changes: 
 clusterssh (4.01.05-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * Update debian/watch file for 4.x series tarballs
 .
   [ tony mancill ]
   * New upstream release.
 - no longer forces -l $user on the command line (Closes: #701872)
 - new option (-m, --unique-servers) to remove repeated servers when
   opening terminals
Checksums-Sha1: 
 bb8087c1b31861bc0d4b5a8ad3732202304eedf0 2172 clusterssh_4.01.05-1.dsc
 623a3c55b1dee3dee8235c596afcb6b72239f62b 53237 clusterssh_4.01.05.orig.tar.gz
 b53876d4df7c29f1b5d13eba77e53c68038575a7 14981 
clusterssh_4.01.05-1.debian.tar.gz
 b905fdcdb9fda61dcceee0a2e778c70627a3781d 110422 clusterssh_4.01.05-1_all.deb
Checksums-Sha256: 
 cf137febbc50051840ffa252e5c660cbefafd03e13e1f26d40c45b9bac17a836 2172 
clusterssh_4.01.05-1.dsc
 301f1cffe602844e579d79822ad8175a511a802c0e0ab5e1053848eccde18045 53237 
clusterssh_4.01.05.orig.tar.gz
 53d74794a2481b41c94d443559ad0f31a0e89352a402e05969fd9896a7b67a1b 14981 
clusterssh_4.01.05-1.debian.tar.gz
 9a816a9a80a851fcb4f5b5faf8067fbc2af2e6345459691041bc2cb7bd6f6b34 110422 
clusterssh_4.01.05-1_all.deb
Files: 
 405cfc9bdb18de3834e0ff2722897c4b 2172 admin optional clusterssh_4.01.05-1.dsc
 7e7b4855a57e614ea2a0e3b2ba296ea9 53237 admin optional 
clusterssh_4.01.05.orig.tar.gz
 4e34da3a6afa6fb75d596f4a8c3921bf 14981 admin optional 
clusterssh_4.01.05-1.debian.tar.gz
 a1bd4f3553474859e8268878bf9c082d 110422 admin optional 
clusterssh_4.01.05-1_all.deb

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

iQIcBAEBAgAGBQJROtUeAAoJECHSBYmXSz6WxgMQAJhXc5PFACfHYTQ7VmQgV+Jv
qHb9M+sRSMeCeqdhuoylIW0hwn8hBAZfGR+h3EZ1CjgBfQzLulmYyjJ9bX2P1La9
AimezljZ3i+ndSWar6klluPtEJRgbqrxEpCb3Wz03BoxC/qlSMDBTLLXXX583f/0
cJ54KMobpEbSyesKLTH10soDuS/TkZqf+S7e2eiaW3MjFCGzjD3FhvZykNXlsXq9
ABVWulb7SNXroUc3yXwj/emo3AJ/7k5Rgr+HdePgJarwrC5KKxDZAvclkJPibVCl
hq+FC7tCsk91FNQF94WZwGz9JuYnE6IZHpXd5EokwmvAjZgNi0//sp2z3sHr23gj
bDu2S427qjCXyiUOY8ZbLXzhDpJVyd/3FbQoYbvPltDbV5qjpFt0sCLQIeMHlO8z
PHd6DmreVb+HyxexUEwqghFFPRYqXnn4sRFLoypxTHOm1DZxgnfVE9FSJmW7seJx
3FatPxVBnYHN2CVvGa8zIkMAgi2RU9NTk2KwI6sBL2vK6jpSUl5aG3bQEweVT72F
pvLs/NxsmsQsoUesaEFu1dMTOzRlNwv0iZdlCCoUN1dqJhv/UqKwcnX+KXh1cq7L
/09IBLgEz6VB+UDLyVknyQjsumyXOjmt5RZhM+idfPnNh/gHLe9G+MC4YXnaDw2M
XO9xyiMxzncxOehygdLz
=Q5Kd
-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/e1uedkx-00067q...@franck.debian.org



Accepted gpodder 3.5.0-1 (source all)

2013-03-08 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Mar 2013 21:21:00 -0800
Source: gpodder
Binary: gpodder
Architecture: source all
Version: 3.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Perl m...@thp.io
Changed-By: tony mancill tmanc...@debian.org
Description: 
 gpodder- podcast client and feed aggregator
Closes: 695470
Changes: 
 gpodder (3.5.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Mention gpodder-migrate2tres in NEWS.Debian file. (Closes: #695470)
Checksums-Sha1: 
 89513cc66f2428b6cfdce224d4f807f3e2ff755c 1949 gpodder_3.5.0-1.dsc
 127c557309b16db470ad34c538582f203c3ec768 1551142 gpodder_3.5.0.orig.tar.gz
 f0c66f5ed12a6a7b10fc9131f1be40c8f9be1b9e 7944 gpodder_3.5.0-1.debian.tar.gz
 00bbf62a160600cf0dbc24ad30d2c8a6888c2594 856068 gpodder_3.5.0-1_all.deb
Checksums-Sha256: 
 4a59ecda0b43de48daa2c7e66ab5c324c3e6fb4d561be51f7f3bb22dc8044da3 1949 
gpodder_3.5.0-1.dsc
 4d23a7fcc84add72234748488e56f094452f79a13ffe6970d6b32adc28f3ee59 1551142 
gpodder_3.5.0.orig.tar.gz
 23bd4f48c0188c669184f217c4665a09051cf978ff81817388893fc693f6d511 7944 
gpodder_3.5.0-1.debian.tar.gz
 2ed473256f9ef91305729a51a7a342a70c130dcc3df452b833ac6ac9ef7b 856068 
gpodder_3.5.0-1_all.deb
Files: 
 63c3fefc6540d5664e6bc82e1a4f3860 1949 x11 optional gpodder_3.5.0-1.dsc
 85237ee3978eedf7abcee37d68c55633 1551142 x11 optional gpodder_3.5.0.orig.tar.gz
 1f920aaed2d8bffc01cad39c9a28ff73 7944 x11 optional 
gpodder_3.5.0-1.debian.tar.gz
 f8d591543c0cb9d84fdf7653dbef8e52 856068 x11 optional gpodder_3.5.0-1_all.deb

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

iQIcBAEBAgAGBQJROtMVAAoJECHSBYmXSz6W/VIP/Ao657Whrln+PAC3WOACr9xc
5xSBhWGfAnehPkHoRY2lUuPK7Ks/yGGPI0xYRBvZSuWPVkltm1BaKXoFIuAa+/Lj
lKaLEZ21+FJQFikQFIHD1CB2xhCrPCphnElyxwinE+JcKhGOGnGcsfTfRjFFHCLA
fbM+h6RieJ503hKpJKKYhtLKL/5IEv/dj0oDTE92dQcVC32c4CxXLv6Kw86AivLL
SHjtHsGc3WRHQh0/5vv3a2IZikzQ3+FAoABSAdXq/mJzan6F9hHdltNdfmldY3zS
runOg1T6asEifrnMcO6DN2k3F2nTjGpHUrdjhQ8FQudER4kb4nJXIGrBueQ3wNVK
Xm7snZOqn2fc+Pcntxi3v6aF9IHI+l7d67BPkrvHnLY2MjI9KC8WPCnU3N7pRzT/
pUmM+3eLy/yoJWE2sety/ToItqd+Kim5u5X3TplKAR9aVJgS53aFyeRD/ED8OgDY
Q5o0I53VODn36rn3+Vu5haPstq2V1AQpGgnZs3T/F9mGHD3vsGV/0Dmy4NqUjTHp
iu+s7TyZrqRRqc1vckYPLIhxtfHpNb9Ig22xB/b58WWx8c5BSGCcAOxaEUpjIfhU
3mwGtoK+zwbYh7kVMvqj4sLsmK0voq46HrV+7nSL0/kv9tZee2LCfPP15doNT9mJ
Ny2/py2zOAnXBWis6ZhK
=mYHG
-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/e1uedke-0006a0...@franck.debian.org