Re: bzip2 and multiarch transition

2014-07-28 Thread Bastian Blank
On Mon, Jul 28, 2014 at 07:38:46AM +0200, santi...@debian.org wrote:
 So, to be sure, should I just drop the old lib{32,64}bz2*,
 without any transition mechanism? (no other package  depends on them
 now.)

If they are not referenced in the archive, nothing special needs to be
done.  And there is nothing you can do as package:arch dependencies does
not work properly for arch!=any/all.

Bastian

-- 
You!  What PLANET is this!
-- McCoy, The City on the Edge of Forever, stardate 3134.0


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140728054945.ga3...@mail.waldi.eu.org



Re: bzip2 and multiarch transition

2014-07-28 Thread Dimitri John Ledkov
On 28 July 2014 06:38,  santi...@debian.org wrote:
 Hi,

 (Please CC me when answering)

 I've just uploaded a new bzip2 revision and I think I need to revert a
 change. bzip2 used to build cross architecture lib{32,64}bz2* packages,
 but multiarch has obsoleted them. To stop building those packages (and
 close #736815), and to look for a smooth transition, I added
 conflicts/replace/provides control fields in the -1.0 and -dev packages.
 But I realized that those fields were wrong, at least useless (I also
 found [1]). So, to be sure, should I just drop the old lib{32,64}bz2*,
 without any transition mechanism? (no other package  depends on them
 now.)

Whilst not policy [*] compliant, you can keep old lib{32,64}bz2*
packages as empty  dummy transitional packages that depend on the new
multi-arch packages e.g. libbz2*:i386. That however, may be confusing
if one doesn't have multiarch for i386 enabled, for example, since
that package will not be available to be installed.

[*] policy used loosely here, multiarch wiki pages call for holding
back on using arch specific depends, however some maintainers are
starting to use it in the wild.

-- 
Regards,

Dimitri.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/canbhluixtfv48gjwi6oetxibmw9ndcrvo_yd+t8ul+ef0x1...@mail.gmail.com



Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Julien Cristau
On Mon, Jul 28, 2014 at 03:39:29 +0200, Andreas Cadhalpun wrote:

 Hi Reinhard,
 
 On 28.07.2014 02:05, Reinhard Tartler wrote:
 On Sun, Jul 27, 2014 at 7:20 PM, Andreas Cadhalpun
 andreas.cadhal...@googlemail.com wrote:
 
   * Does it make sense for me to switch my package?
 The rule of thumb is, if your upstream uses FFmpeg for development
 you probably want to switch to using it, too.
 
 In [1], Moritz from the security team clearly stated that he is more
 than uncomfortable with having more than one copy of libavcodec in
 debian/testing.
 
 I discussed this with Moritz in the ITP bug. Moritz ended this discussion
 [a], and as I wasn't convinced by his arguments, I continued my work. If in
 the end really only one copy is allowed in the next stable release, I think
 it should be FFmpeg.
 
 In consequence this means that any package that builds
 against the ffmpeg packages currently in NEW won't make it into
 testing either. I am therefore surprised about the given answer to the
 question above.
 
 It remains to be seen, what the release team prefers: frustrated users and
 developers or both forks in jessie.
 
The release team is likely to let the people involved in multimedia foo
fight it out among themselves and pick a winner.  We're not going to
ship both and hand that mess over to the security team.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: possible MBF: automatically detecting unused build dependencies

2014-07-28 Thread Johannes Schauer
Hi,

Quoting Johannes Schauer (2014-07-07 13:51:00)
 we would like to propose an MBF with severity wishlist to drop unused build
 dependencies in a number of source packages

I fixed many of the previous false positives of build dependencies on meta
packages (not the file contents of the package are required for the build but
its dependencies) which, if not present during build, would make the build not
fail but just let the resulting binary be generated with less features.

In contrast to the initial results, this means that 70 fewer build dependencies
were found to be unneeded (25% of the original amount). The following binary
packages were found to be meta packages and are thus not false positives in the
result anymore:

bison, ca-certificates, default-jdk, doxygen-latex, g++-4.8-multilib,
gcc-multilib, gcj-jdk, gfortran, gir1.2-freedesktop, gir1.2-glib-2.0,
g++-multilib, iasl, jadetex, libblas-dev, libboost-dev, libcorosync-dev,
libdb-dev, libgmp3-dev, libgphoto2-2-dev, libkrb5-dev, libopenais-dev,
libpcap-dev, libreadline-dev, libsonic-dev, libtasn1-3-bin, libtasn1-3-dev,
libxi-dev, libxmlrpc-c3-dev, libxmu-dev, libxt-dev, lynx, mysql-server,
portaudio19-dev, python, python2.7-dev, python3, python3-all, python3-all-dbg,
python3-all-dev, python3-minimal, python-all, python-all-dbg, python-all-dev,
python-gobject, ruby, ruby-dev, swig, tcl-dev, texinfo, texlive,
texlive-latex-recommended, tk-dev, valac, x11-utils, zip

The classification is done automatically (without a blacklist) based on their
debtags (role::metapackage or role::dummy) or whether they ships any regular
file except for those in /usr/share/doc. If they were found to be a meta
package by this method, then they will be considered to contain the files of
the binary packages that were used to satisfy their dependencies.

 indicated by the attached two text files and the dd-list output.

I attached the updated list of droppable build dependencies and build
dependencies that can be moved to Build-Depends-Indep together with dd-list
output.

The results exclude python-defaults and python3-defaults (as requested by Scott
Kitterman) and openldap (as requested by Ryan Tandy) and lirc (as requested by
Stefan Lippers-Hollmann). Thank you Scott, Ryan and Stefan for already having
fixed your packaging!

Here is the updated MBF template email

--%---
Subject: Please consider removing the build dependencies on $foo, $bar and $baz
Severity: wishlist
Usertag: unusedbd
User: bootst...@lists.debian.org

Dear Maintainer,

the following build dependencies of this source package do not seem to be
needed during an --arch-all build with sbuild:

 - $foo
 - $bar

And the following do not seem to be needed during a --no-arch-all build with
sbuild:

 - $baz

Neither are any of their files accessed during the respective build nor are
their dependencies on other binary packages required. This can mean that either
one of those build dependencies

 1. is useless old cruft
 2. is architecture dependent and does not occur on amd64 but on other
architectures
 3. indicates a bug in the packaging where you intend to use the build
dependency but where that is not happening in practice during the build
 4. is a false positive of a dependency which is used as a meta package (only
its dependencies are used but not its files) but not detected as one and
for which the build does not fail if it is not installed

Depending on the case, you should

 1. remove the build dependency (if it was found in a --arch-all build) or move
it to Build-Depends-Indep (if it was found in a --no-arch-all build)
 2. add an architecture restriction
 3. fix your packaging to make use of the build dependency
 4. make the build fail when the contents of the binary package are not found
(for example by passing an explicit ./configure flag) or report the problem
to j.scha...@email.de (reply to this bugreport) so that this false positive
is not reported again

You can find more detail about the procedures that were used to find this
problem in the MBF announcement on debian-devel: $email
--%---

Is it missing anything?

Thank you!

cheers, josch
== apache2_2.4.9-1.arch-all.unusedbd ==
libcap-dev:amd64=1:2.22-1.2

== apparmor_2.8.0-5.arch-all.unusedbd ==
dejagnu=1.5-3
texlive-latex-recommended=2014.20140528-3

== apr-util_1.5.3-2.arch-all.unusedbd ==
libpcre3-dev:amd64=1:8.31-5
python=2.7.6-2

== apt_1.0.3.arch-all.unusedbd ==
automake=1:1.14.1-3

== at-spi2-atk_2.10.2-3.arch-all.unusedbd ==
libglib2.0-bin=2.40.0-3

== bc_1.06.95-8.arch-all.unusedbd ==
bison=2:3.0.2.dfsg-2

== bison_3.0.2.dfsg-2.arch-all.unusedbd ==
autotools-dev=20140510.1

== blcr_0.8.5-2.1.arch-all.unusedbd ==
autoconf=2.69-6
automake=1:1.14.1-3
autotools-dev=20140510.1
libtool=2.4.2-1.7

== bluez_4.101-4.1.arch-all.unusedbd ==
bison=2:3.0.2.dfsg-2

Re: [Pkg-swan-devel] say goodbye to network-manager-strongswan?

2014-07-28 Thread Yves-Alexis Perez
On mer., 2014-07-16 at 15:08 +0200, Romain Francoise wrote:
 On Wed, Jul 16, 2014 at 03:40:13PM +0300, Riku Voipio wrote:
  Since you seem to know the software well, and it is important for you,
  perhaps you can take over maintainence of the package? The current
  maintainer doesn't seem to be active (no upload since 2012..).
  Alternatively the package could be maintained by the strongswan team?
 
 The strongswan team appears to have only two active members at the
 moment, Yves-Alexis and I, and I have no interest in maintaining
 network-manager-strongswan as I don't use network-manager myself.
 

I don't currently use the network-manager strongSwan plugin but that's
mostly because it doesn't work. Should it work, I'm unsure I would use
it, but I do use network-manager on one laptop so I should be able to at
least test it, so I'm ok to put it under pkg-swan umbrella. But I would
also welcome anyone interested to join the team :)

Regards,
-- 
Yves-Alexis


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


Re: possible MBF: automatically detecting unused build dependencies

2014-07-28 Thread gregor herrmann
On Mon, 28 Jul 2014 11:34:24 +0200, Johannes Schauer wrote:

 I attached the updated list of droppable build dependencies and build
 dependencies that can be moved to Build-Depends-Indep together with dd-list
 output.

 == libxml-parser-perl_2.41-1.arch-all.unusedbd ==
 sharutils=1:4.14-2

Already fixed in 2.41-2.
 
I assume you're planning to do a new run before actually filing the
bugs?


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   BOFH excuse #129:  The ring needs another token 


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140728094514.gk16...@colleen.colgarra.priv.at



Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Alessio Treglia
Ciao,

On Mon, Jul 28, 2014 at 9:44 AM, Julien Cristau jcris...@debian.org wrote:
 The release team is likely to let the people involved in multimedia foo
 fight it out among themselves and pick a winner.  We're not going to
 ship both and hand that mess over to the security team.

Personally I don't feel like dropping libav in favor of ffmpeg now at
this stage. It's too late for Jessie.
Rather I'd suggest to start reconsidering such switch for Jessie+1.

Cheers.

-- 
Alessio Treglia  | www.alessiotreglia.com
Debian Developer | ales...@debian.org
Ubuntu Core Developer|  quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAMHuwoz9xxOPmzprD=aa0xuZkk7Vj4puvJkKYa=9dkgu4jt...@mail.gmail.com



Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Marco d'Itri
On Jul 28, Alessio Treglia ales...@debian.org wrote:

 Personally I don't feel like dropping libav in favor of ffmpeg now at
 this stage. It's too late for Jessie.
Except that, for a lot of the depending packages, there would be an 
immediate benefit in the number of bugs fixed.

Personally I feel that we have inflicted libav on our users for way more 
time than it was sensible to do.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: possible MBF: automatically detecting unused build dependencies

2014-07-28 Thread Johannes Schauer
Hi,

Quoting gregor herrmann (2014-07-28 11:45:14)
  == libxml-parser-perl_2.41-1.arch-all.unusedbd ==
  sharutils=1:4.14-2
 
 Already fixed in 2.41-2.

thanks!

 I assume you're planning to do a new run before actually filing the
 bugs?

I cannot do a new run before September because I'm moving places twice within
the next month and thus do not have a stable always-on machine available during
that time. The only thing that could change this would be if I found easily
accessible compute time elsewhere (I asked at debian-qa@l.d.o:
http://lists.debian.org/20140726090503.4150.56356@hoothoot )

I thought that hardly any build dependencies get removed over time so that it
would still be appropriate to fill bugreports for the June results now.

If that would not be appreciated then I'll re-run the whole thing once I
settled in at our new place some time in September.

cheers, josch


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140728100758.4150.21535@hoothoot



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Jonathan Dowland
On Sun, Jul 27, 2014 at 08:05:22PM -0400, Reinhard Tartler wrote:
 I think it would be best if ftp-master left the ffmpeg package in NEW
 until an answer to this problem has been found.

That would leave people who are eagerly awaiting ffmpeg(1) stranded in limbo
whilst the tangential library issue is fought over.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140728103951.ga23...@bryant.redmars.org



Re: systemd now appears to be only possible init system in testing

2014-07-28 Thread Thorsten Glaser
Vincent Lefevre wrote:

Screen sessions, SSH sessions and computation processes running in
background are lost after a reboot, not after a relogin.

AIUI this is not true for systemd: once the session is
terminated, all background processes run in it are killed
too. There are lots of duckduckgo results for systemd
screen session where people describe systemd killing their
GNU screen sessions, changing config files to avoid it,
only for the next systemd upgrade to kill their GNU screen
sessions again.

But if this is fixed/solved in Debian, do tell. (And if it
is not, I consider it a catastrophic failure.)

bye,
//mirabilos


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/lr58r0$67f$2...@ger.gmane.org



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Niv Sardi
El 28/07/2014 07:40, Jonathan Dowland j...@debian.org escribió:

 On Sun, Jul 27, 2014 at 08:05:22PM -0400, Reinhard Tartler wrote:
  I think it would be best if ftp-master left the ffmpeg package in NEW
  until an answer to this problem has been found.

 That would leave people who are eagerly awaiting ffmpeg(1) stranded in
limbo
 whilst the tangential library issue is fought over.

Agreed,
The (great) packaging effort Andreas has gone through allows us to have
both in experimental/unstable in order to let the users test it, and allow
the multimedia packages  maintainers make their mind about it.

With this package in we can also see how many bugs come in and how prompt
are Andreas and the FFmpeg developers (that have shown great interest in
this work) to resolve Debian bugs. And then with all that real data, decide
what we want to ship.

As described in Andreas thorough mail, there are only 2 packages that can't
use both (and iirc they currently FTBFS as upstream uses FFmpeg) and 5
packages that could need a transition, so the release team can just pop an
RC bug on ffmpeg until all is sorted out to ensure it doesn't get into
testing.

I believe we should get ffmpeg out of new asap in order to be able to have
some real data by freeze time.

Cheers,
-- 
Niv Sardi


Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-28 Thread Agustin Martin
On Tue, Jul 15, 2014 at 02:00:12PM +, Thorsten Glaser wrote:
 Dixi quod…
 
 Martin Zobel-Helas dixit:
 
 Furthermore, we will change the people.debian.org web-service such that
 only HTTPS connections will be supported (unencrypted requests will be
 redirected).
 […]
 Take it as a heads-up to maybe move stuff elsewhere, if it needs http
 (e.g. APT repos work well via http since they use PGP for signatures).
 
 Actually, this will break most DDs’ APT repositories because
 apt-transport-https is usually not installed.

This can actually lead to a weird behavior for users. In a system having
something under people.debian.org in apt sources.list and
apt-transport-https not installed, in today's testing upgrade,

$ sudo apt-get update
[...]
E: The method driver /usr/lib/apt/methods/https could not be found. 
 
N: Is the package apt-transport-https installed?

$ sudo apt-get install apt-transport-https
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  apt-transport-https
0 upgraded, 1 newly installed, 0 to remove and 275 not upgraded.
Need to get 132 kB of archives.
After this operation, 221 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  apt-transport-https
Install these packages without verification? [y/N] 
E: Some packages could not be authenticated

Commenting out the people.debian.org entry leads to successful

$ sudo apt-get update
$ sudo apt-get install apt-transport-https

and people.debian.org entry can then be re-enabled. But normal users having
such entries (fortunately not many) will be puzzled by the problem.

Regards,

-- 
Agustin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140728110647.ga22...@agmartin.aq.upm.es



Re: systemd now appears to be only possible init system in testing

2014-07-28 Thread Ansgar Burchardt
Hi,

On 07/28/2014 12:32, Thorsten Glaser wrote:
 Vincent Lefevre wrote:
 Screen sessions, SSH sessions and computation processes running in
 background are lost after a reboot, not after a relogin.
 
 AIUI this is not true for systemd: once the session is
 terminated, all background processes run in it are killed
 too.

No, systemd doesn't kill any background processes (though one can change
the configuration to do so if desired).

Ansgar


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53d62b0b.6020...@debian.org



Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Andreas Cadhalpun

Hi Julien,

On 28.07.2014 10:44, Julien Cristau wrote:

It remains to be seen, what the release team prefers: frustrated users and
developers or both forks in jessie.


The release team is likely to let the people involved in multimedia foo
fight it out among themselves and pick a winner.


I am not interested in a fight and would prefer it very much if this 
discussion remained purely technical.
Having a fresh memory of the last fight that took place on debian-devel, 
I do not think that repeating a similar disaster is a good idea.



 We're not going to ship both and hand that mess over to the security team.


Could you please explain what mess you are talking about?

According to the changelog[1], there have been 8 security updates for 
ffmpeg in squeeze. Two of them (4:0.5.6-2 and 4:0.5.6-3) do not contain 
security related fixes, but rather fix build failures of the previous 
security upload, so they do not really count.
That makes about 6 security fix uploads in about 3 years for squeeze, 
i.e. 1 upload per 6 month.


If there were both forks in Jessie, this might double the number of 
uploads to 12 in 3 years, but probably some of them could also go 
through stable-updates instead of stable-security.


Is that an unbearable burden?

A lot of other software in Debian has already alternatives, like desktop 
environments, web browsers, text editors and even init systems.


Why should this not be the case for a multimedia framework?

There is also one particularly similar case, as in the packages are 
forks and require many security updates:

MySQL and MariaDB are currently in Debian testing.

Just for comparison, MySQL in squeeze had 3 uploads to stable-security 
and 3 to oldstable(-security) [2].


As I mentioned this particular example in my discussion with Moritz, he 
said that the security team will be working with the release

team to sort this out for jessie[3].

Now, 5 months later, he seems to have changed his mind, as I am not 
aware of any such attempt, but instead Moritz seems to support both [4][5].


Thanks in advance for taking the time to answer these questions.

Best regards,
Andreas


1: 
http://metadata.ftp-master.debian.org/changelogs//main/f/ffmpeg/ffmpeg_0.5.10-1_changelog 

2: 
http://metadata.ftp-master.debian.org/changelogs//main/m/mysql-5.1/mysql-5.1_5.1.73-1_changelog

3: https://bugs.debian.org/729203#435
4: https://bugs.debian.org/754940
5: https://bugs.debian.org/754941


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53d62f9a.7040...@googlemail.com



Re: possible MBF: automatically detecting unused build dependencies

2014-07-28 Thread Johannes Schauer
Hi,

I cannot believe I attached the wrong list once again. My sincere apologies to
fill up your inboxes like that :(

Attached are the right files and dd-list

Quoting Johannes Schauer (2014-07-28 11:34:24)
 bison, ca-certificates, default-jdk, doxygen-latex, g++-4.8-multilib,
 gcc-multilib, gcj-jdk, gfortran, gir1.2-freedesktop, gir1.2-glib-2.0,
 g++-multilib, iasl, jadetex, libblas-dev, libboost-dev, libcorosync-dev,
 libdb-dev, libgmp3-dev, libgphoto2-2-dev, libkrb5-dev, libopenais-dev,
 libpcap-dev, libreadline-dev, libsonic-dev, libtasn1-3-bin, libtasn1-3-dev,
 libxi-dev, libxmlrpc-c3-dev, libxmu-dev, libxt-dev, lynx, mysql-server,
 portaudio19-dev, python, python2.7-dev, python3, python3-all,
 python3-all-dbg, python3-all-dev, python3-minimal, python-all,
 python-all-dbg, python-all-dev, python-gobject, ruby, ruby-dev, swig,
 tcl-dev, texinfo, texlive, texlive-latex-recommended, tk-dev, valac,
 x11-utils, zip

and ignore this list. :(

Sorry...

josch
== apache2_2.4.9-1.arch-all.unusedbd.real ==
libcap-dev:amd64=1:2.22-1.2

== apparmor_2.8.0-5.arch-all.unusedbd.real ==
dejagnu=1.5-3
texlive-latex-recommended=2014.20140528-3

== apr-util_1.5.3-2.arch-all.unusedbd.real ==
libpcre3-dev:amd64=1:8.31-5

== at-spi2-atk_2.10.2-3.arch-all.unusedbd.real ==
libglib2.0-bin=2.40.0-3

== bc_1.06.95-8.arch-all.unusedbd.real ==
bison=2:3.0.2.dfsg-2

== bison_3.0.2.dfsg-2.arch-all.unusedbd.real ==
autotools-dev=20140510.1

== blcr_0.8.5-2.1.arch-all.unusedbd.real ==
autoconf=2.69-6
automake=1:1.14.1-3
autotools-dev=20140510.1
libtool=2.4.2-1.7

== bluez_4.101-4.1.arch-all.unusedbd.real ==
bison=2:3.0.2.dfsg-2
gstreamer-tools=0.10.36-1.2

== boost-defaults_1.55.0.2.arch-all.unusedbd.real ==
libboost1.55-dev:amd64=1.55.0+dfsg-1

== ceph_0.80.1-1.arch-all.unusedbd.real ==
uuid-runtime=2.20.1-5.7

== chicken_4.8.0.5-1.arch-all.unusedbd.real ==
texinfo=5.2.0.dfsg.1-3

== cloog_0.18.2-1.arch-all.unusedbd.real ==
texinfo=5.2.0.dfsg.1-3

== cpio_2.11+dfsg-2.arch-all.unusedbd.real ==
texinfo=5.2.0.dfsg.1-3

== cunit_2.1-2.dfsg-1.arch-all.unusedbd.real ==
quilt=0.63-2

== cups-filters_1.0.53-1.arch-all.unusedbd.real ==
sharutils=1:4.14-2

== curl_7.37.0-1.arch-all.unusedbd.real ==
ca-certificates=20140325
openssh-server=1:6.6p1-5
python=2.7.6-2

== dbus-python_1.2.0-2.arch-all.unusedbd.real ==
xmlto=0.0.25-2

== dbus_1.8.2-1.arch-all.unusedbd.real ==
python=2.7.6-2

== devscripts_2.14.4.arch-all.unusedbd.real ==
libjson-perl=2.61-1
libterm-size-perl=0.207-1+b1

== doxygen_1.8.7-1.arch-all.unusedbd.real ==
texlive-extra-utils=2014.20140528-2

== e2fsprogs_1.42.10-1.arch-all.unusedbd.real ==
m4=1.4.17-4

== eglibc_2.18-7.arch-all.unusedbd.real ==
autoconf=2.69-6
quilt=0.63-2

== exiv2_0.23-1.arch-all.unusedbd.real ==
autotools-dev=20140510.1
dh-linktree=0.4
libjs-jquery=1.7.2+dfsg-3

== fftw3_3.3.4-1.arch-all.unusedbd.real ==
ghostscript=9.05~dfsg-8.1
transfig=1:3.2.5.e-3

== flite_1.4-release-8.arch-all.unusedbd.real ==
ghostscript=9.05~dfsg-8.1
texlive=2014.20140528-3

== fontconfig_2.11.0-5.arch-all.unusedbd.real ==
gperf=3.0.4-1

== freeglut_2.8.1-2.arch-all.unusedbd.real ==
libxt-dev:amd64=1:1.1.4-1

== gdb_7.6.2-1.1.arch-all.unusedbd.real ==
autoconf=2.69-6
flex=2.5.39-7
gcj-jdk=4:4.9.0-1
libtool=2.4.2-1.7
procps=1:3.3.9-5
python3-dev=3.4.1~rc1-1

== geoclue-2.0_2.1.8-1.arch-all.unusedbd.real ==
geoip-database=20140509-1

== geoip_1.6.0-1.arch-all.unusedbd.real ==
zlib1g-dev:amd64=1:1.2.8.dfsg-1

== ghostscript_9.05~dfsg-8.1.arch-all.unusedbd.real ==
freeglut3-dev:amd64=2.8.1-2

== gnome-keyring_3.12.0-2.arch-all.unusedbd.real ==
ca-certificates=20140325
docbook-xml=4.5-7.2
libglib2.0-doc=2.40.0-3

== gnome-vfs_2.24.4-4.arch-all.unusedbd.real ==
libattr1-dev:amd64=1:2.4.47-1

== gpm_1.20.4-6.1.arch-all.unusedbd.real ==
texi2html=1.82+dfsg1-3
texlive-base=2014.20140528-3

== graphviz_2.26.3-17.arch-all.unusedbd.real ==
libgd2-noxpm-dev=2.1.0-3
pdksh=49-2

== gsl_1.16+dfsg-1.arch-all.unusedbd.real ==
libtool=2.4.2-1.7

== gst-plugins-base0.10_0.10.36-1.1.arch-all.unusedbd.real ==
gir1.2-freedesktop=1.40.0-2
gir1.2-glib-2.0=1.40.0-2

== gst-plugins-base1.0_1.2.4-1.arch-all.unusedbd.real ==
gir1.2-freedesktop=1.40.0-2

== gstreamer1.0_1.2.4-1.arch-all.unusedbd.real ==
gir1.2-freedesktop=1.40.0-2

== gtest_1.7.0-3.arch-all.unusedbd.real ==
python=2.7.6-2

== gtk+2.0_2.24.23-1.arch-all.unusedbd.real ==
libatk1.0-doc=2.12.0-1
libcairo2-doc=1.12.16-2
libglib2.0-doc=2.40.0-3
libpango1.0-doc=1.36.3-1

== gtk+3.0_3.12.2-1.arch-all.unusedbd.real ==
gsettings-desktop-schemas=3.8.2-2

== gtkglext_1.2.0-3.1.arch-all.unusedbd.real ==
autotools-dev=20140510.1

== heimdal_1.6~rc2+dfsg-6.arch-all.unusedbd.real ==
libperl4-corelibs-perl=0.003-1

== hwloc_1.9-3.arch-all.unusedbd.real ==
autotools-dev=20140510.1
help2man=1.45.1
transfig=1:3.2.5.e-3

== ijs_0.35-10.arch-all.unusedbd.real ==
docbook-utils=0.6.14-3
docbook=4.5-5.1
ghostscript=9.05~dfsg-8.1

== klibc_2.0.3-1.arch-all.unusedbd.real ==
bison=2:3.0.2.dfsg-2
m4=1.4.17-4

== 

Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Alessio Treglia
On Mon, Jul 28, 2014 at 12:12 PM, IOhannes m zmölnig (Debian/GNU)
umlae...@debian.org wrote:
 Except that, for a lot of the depending packages, there would be an
  immediate benefit in the number of bugs fixed.

 at least in theory.

Plus I would definitely appreciate to see some bug stats supporting
such a theory.

Cheers.

(IOhannes et Multimedia guys, please let's keep debian-devel in the
loop, I feel this is much more of general interest than a thing that
needs to be addressed internally in pkg-multimedia)

-- 
Alessio Treglia  | www.alessiotreglia.com
Debian Developer | ales...@debian.org
Ubuntu Core Developer|  quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAMHuwowu6VQ85Xr-8W0d4rMDHWqF=nfxounncundfpzkgof...@mail.gmail.com



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Holger Levsen
Hi,

On Montag, 28. Juli 2014, Niv Sardi wrote:
 As described in Andreas thorough mail, there are only 2 packages that can't
 use both (and iirc they currently FTBFS as upstream uses FFmpeg) and 5
 packages that could need a transition, so the release team can just pop an
 RC bug on ffmpeg until all is sorted out to ensure it doesn't get into
 testing.

note that also the ffmpeg maintainers could file this RC bug, which would also 
show their willingness to cooperate, prevent potential mess and which can be 
easily fixed anytime.


cheers,
Holger




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


Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Henrique de Moraes Holschuh
On Mon, 28 Jul 2014, Norbert Preining wrote:
 On Sun, 27 Jul 2014, Reinhard Tartler wrote:
  In [1], Moritz from the security team clearly stated that he is more
  than uncomfortable with having more than one copy of libavcodec in
  debian/testing. In consequence this means that any package that builds
  against the ffmpeg packages currently in NEW won't make it into
  testing either. I am therefore surprised about the given answer to the
 
 More than uncomfortable does not mean will not be included

Yes, it does.

Someone will have to convince the security team somehow, likely by offering
to do the work themselves _and_ convincing them that these new members will
be around for long enough.

However:

The change in Debian-specific symbol versioning and sonames being done to
ffmpeg so that it is co-installable with libav *is* a problem.

It has to be done in coordination with the Canonical guys, so that both
Debian and Ubuntu do the same thing re.  ffmpeg sonames and symbol
versioning.  Otherwise, the ffmpeg packages will be of very limited use
(useless to run third-party binary-only games ;-p).

I understand perfectly that the soname and symbol versioning clash with
libav is not ffmpeg's fault, but that's water (well, sewage) under the
bridge.  We have to deal with it.  Here's an alternative proposal that
should be less painful [to our users] in the long run:

You need one of the two upstreams to do a *large* major soname bump (at
least one order of magnitude higher than what they're currently using), so
that both projects can keep evolving with little chance of soname clashes.

Symbol versioning will take care of the rest, since both libs carry over
their major soname into the symbol version.  As it was done upstream,
cross-distro/third-party compatibility problems are not increased.

Debian will have to package this new bumped upstream release, and get rid
of anything built against the old one.  It will be easier for Debian if it
is ffmpeg upstream that does the soname bump, otherwise we're talking about
a huge number of binNMUs.

But this is all academic if the security team is not prepared to deal with
both libav and ffmpeg at the same time.  That effectively forces a choice of
either libav, or ffmpeg, and not both.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140728115209.gb12...@khazad-dum.debian.net



Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread IOhannes m zmölnig (Debian/GNU)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

(resending, to keep debian-devel and the bug-report in the loop)

personally i would welcome if both libav and ffmpeg could co-exist
within Debian¹.
as i see it, libav and ffmpeg have diverged, and as such i would like
to have the choice which one to use.


On 2014-07-28 11:55, Marco d'Itri wrote:
 On Jul 28, Alessio Treglia ales...@debian.org wrote:
 
 Personally I don't feel like dropping libav in favor of ffmpeg 
 now at this stage.

+ 1
i don't think that dropping libav is appropriate at all.

 Except that, for a lot of the depending packages, there would be
 an immediate benefit in the number of bugs fixed.

at least in theory.


 Personally I feel that we have inflicted libav on our users for
 way more time than it was sensible to do.

i would appreciate it, if you (and anybody else) used a less flammable
| touchy language.


fgmadr
IOhannes



¹ but then i'm not a member of the security team :-)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCAAGBQJT1jRXAAoJELZQGcR/ejb45GYP/2a06m3B6PRGyjV6oGS1xwDg
0if/Lssn500F8yjrYFKnexKGZg6xncKVKJ+NJncX3pIWMKu/fOXKJusC5Z5eMdvg
Ecruo7sXBojUnUxtaibGExkjdCWHv4wC/xwx/gQVUg3ijQGr5CQgZKXRPzf6dAG5
Sc4KS7w1SBtgLWaKvsOVhljSB39lye1cUk8vgkPkvSytJPiFMo1QSCDlbNz5JGbf
4c8viga5W9KCH5zMLzZTRQOkiPQpZMPsd/l220YX6ADwlBhnG/yRFBx7SBOnVDYb
BIWb4MFrsCikzC5gJrJZdVAkB96AWOWR6J8N0s8LI2Y1ZwOIM4nJB1FNeQvFRaJI
xe5p3dTI5DS7Kvc6i4LjKcO5m1EdZXeS1vV/OMDrLtgpfDC7pfhn3lImaYMPGCpA
60GNGo/PnbUMWGT3Z5JCeX/Q59X53d8DrW7gTcrQoSr6y0DN8AFEpcuDCYbd2ubt
/A+0MeocRPNKGiNB7lEfvpSD3x3e4pGlSFB1AMgnwCGmpXzHeA51LzbDJGtfdWon
x8L7OD5QD/LwRqQtAncRpf9jB56oJvktmznluSuCcJeY9ADSYH2YDPC1g3CCnuKG
SOJpSClZrPjlc2511emDcnOaMJhkyjeQ8R+I67+I05r0jBdk2FDnFASsNVVcRV5o
lzO+UTdVUs0nWsiDa+CX
=PGZV
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53d6345a.6050...@debian.org



Bug#756279: ITP: ui-gxmlcpp -- High-level C++ wrapper library for libxml2/libxslt

2014-07-28 Thread Stephan Sürken
Package: wnpp
Severity: wishlist
Owner: Stephan Sürken abs...@debian.org

* Package name: ui-gxmlcpp
  Version : 1.4.3 (tarball to be released on SF soon)
  Upstream Author : Stephan Sürken abs...@debian.org
* URL : http://ui-gxmlcpp.sourceforge.net/
* License : LGPL2+
  Programming Lang: C++
  Description : High-level C++ wrapper library for libxml2/libxslt

ui-gxmlcpp is a high-level C++ wrapper around libxml2 and
libxslt. It might be a choice for if your needs are some subset
of:

 - XML DOM Tree parsing.
 - Basic read/write support from/to trees via XPath.
 - Serialization.
 - Stylesheets and stylesheet translation support.
 - XMLSchema and RelaxNG validation.

If your needs are lower-level (e.g., proper DOM tree API
support or SAX parsing), gdome2 or xml++ will be the right
choices.
---

This is the continuation of 'sp-gxmlcpp' (already in Debian).

FYI: 'sp-gxmlcpp' has been renamed to 'ui-gxmlcpp' at some
point, and also got a dependency on 'ui-utilcpp'. As the latter
is now in Debian too, we can provide updates.

The old 'sp' and new 'ui' lib* binary packages will not
conflict, and will be installable in parallel. 'sp-gxmlcpp'
however may eventually be removed completely from the archive
later.

Hth!

Stephan


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140728120709.32114.59908.report...@weslok.olx.intra



Re: possible MBF: automatically detecting unused build dependencies

2014-07-28 Thread Scott Kitterman
On Monday, July 28, 2014 12:07:58 Johannes Schauer wrote:
 Hi,
 
 Quoting gregor herrmann (2014-07-28 11:45:14)
 
   == libxml-parser-perl_2.41-1.arch-all.unusedbd ==
   sharutils=1:4.14-2
  
  Already fixed in 2.41-2.
 
 thanks!
 
  I assume you're planning to do a new run before actually filing the
  bugs?
 
 I cannot do a new run before September because I'm moving places twice
 within the next month and thus do not have a stable always-on machine
 available during that time. The only thing that could change this would be
 if I found easily accessible compute time elsewhere (I asked at
 debian-qa@l.d.o:
 http://lists.debian.org/20140726090503.4150.56356@hoothoot )
 
 I thought that hardly any build dependencies get removed over time so that
 it would still be appropriate to fill bugreports for the June results now.
 
 If that would not be appreciated then I'll re-run the whole thing once I
 settled in at our new place some time in September.

It is quite common for people to fix things based on the initial discussion 
about an impending MBF, so I think it would be less than impolite to not 
acknowledge that by filing bugs on obsolete data.

The two packages that I show up for are fixed as well.

Scott K


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1436982.fj5k9h6aVK@scott-latitude-e6320



Re: possible MBF: automatically detecting unused build dependencies

2014-07-28 Thread Scott Kitterman
On Monday, July 28, 2014 08:54:29 Scott Kitterman wrote:
 On Monday, July 28, 2014 12:07:58 Johannes Schauer wrote:
  Hi,
  
  Quoting gregor herrmann (2014-07-28 11:45:14)
  
== libxml-parser-perl_2.41-1.arch-all.unusedbd ==
sharutils=1:4.14-2
   
   Already fixed in 2.41-2.
  
  thanks!
  
   I assume you're planning to do a new run before actually filing the
   bugs?
  
  I cannot do a new run before September because I'm moving places twice
  within the next month and thus do not have a stable always-on machine
  available during that time. The only thing that could change this would be
  if I found easily accessible compute time elsewhere (I asked at
  debian-qa@l.d.o:
  http://lists.debian.org/20140726090503.4150.56356@hoothoot )
  
  I thought that hardly any build dependencies get removed over time so that
  it would still be appropriate to fill bugreports for the June results now.
  
  If that would not be appreciated then I'll re-run the whole thing once I
  settled in at our new place some time in September.
 
 It is quite common for people to fix things based on the initial discussion
 about an impending MBF, so I think it would be less than impolite to not
 acknowledge that by filing bugs on obsolete data.
 
 The two packages that I show up for are fixed as well.
 
 Scott K

... less than polite ...

That'll teach me to write to -devel while still on the first cup of coffee.

Scott K


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/6310597.iGnANyuyd6@scott-latitude-e6320



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Andreas Cadhalpun

Hi Holger,

On 28.07.2014 13:22, Holger Levsen wrote:

On Montag, 28. Juli 2014, Niv Sardi wrote:

As described in Andreas thorough mail, there are only 2 packages that can't
use both (and iirc they currently FTBFS as upstream uses FFmpeg) and 5
packages that could need a transition, so the release team can just pop an
RC bug on ffmpeg until all is sorted out to ensure it doesn't get into
testing.


note that also the ffmpeg maintainers could file this RC bug, which would also
show their willingness to cooperate, prevent potential mess and which can be
easily fixed anytime.


We could file such a RC bug if that is deemed the best way forward, but 
at the moment it's a rather irrelevant point, because the package 
targeted at experimental is still waiting in the NEW queue.


Best regards,
Andreas


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53d64a77.7090...@googlemail.com



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Andreas Cadhalpun

On 28.07.2014 12:20, Thorsten Glaser wrote:

Andreas Cadhalpun wrote:


  * Do you intend to replace Libav by FFmpeg in Debian?
No, there is no need to replace anything as long as it is maintained.
Currently the main goal is to give multimedia maintainers a choice
between the two sets of libraries to link against, and our users the
choice to use the 'ffmpeg' utility. That is possible, because the
packages are co-installable. (Only the *-dev packages conflict.)


Hm, I wonder if this will work, see the JPEG discussion.


Well, it would work, if the security and release teams would agree with it.


But I'd *love* to see ffmpeg replace libav and to get
my mplayer back, which is currently on hold.


Once FFmpeg is back in the archive, it'll be easy to reintroduce 
MPlayer. It has been removed from sid, since it fails to build against 
Libav, but it builds fine against FFmpeg.

(It uses some of the features only provided by FFmpeg.)

Best regards,
Andreas


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53d64e31.9060...@googlemail.com



Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Andreas Cadhalpun

On 28.07.2014 13:24, Alessio Treglia wrote:

On Mon, Jul 28, 2014 at 12:12 PM, IOhannes m zmölnig (Debian/GNU)
umlae...@debian.org wrote:

Except that, for a lot of the depending packages, there would be an
  immediate benefit in the number of bugs fixed.


at least in theory.


Plus I would definitely appreciate to see some bug stats supporting
such a theory.


My original mail mentioned some examples.

Once FFmpeg is in the archive, each maintainer of a multimedia package 
could test build it against FFmpeg and see which, if any, of the bugs 
reported against said package vanish.


Best regards,
Andreas


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53d64f90.1020...@googlemail.com



Bug#756291: (no subject)

2014-07-28 Thread Olivier Sallou
Subject: ITP: prodigal -- microbial (bacterial and archaeal) gene finding 
program
Package: wnpp
Owner: Olivier Sallou olivier.sal...@irisa.fr
Severity: wishlist

* Package name: prodigal
  Version : 2.60
  Upstream Author : Doug Hyatt
* URL : http://prodigal.ornl.gov/
* License : GPL
  Programming Lang: C
  Description : microbial (bacterial and archaeal) gene finding program

 Prodigal (Prokaryotic Dynamic Programming Genefinding Algorithm) is a 
microbial (bacterial and archaeal) gene finding program developed at Oak Ridge 
National Laboratory and the University of Tennessee. Key features of Prodigal 
include:
 .
 Speed: Prodigal is an extremely fast gene recognition tool (written in very 
vanilla C). It can analyze an entire microbial genome in 30 seconds or less.
 .
 Accuracy: Prodigal is a highly accurate gene finder. It correctly locates the 
3' end of every gene in the experimentally verified Ecogene data set (except 
those containing introns). It possesses a very sophisticated ribosomal binding 
site scoring system that enables it to locate the translation initiation site 
with great accuracy (96% of the 5' ends in the Ecogene data set are located 
correctly).
 .
 Specificity: Prodigal's false positive rate compares favorably with other gene 
identification programs, and usually falls under 5%.
 .
 GC-Content Indifferent: Prodigal performs well even in high GC genomes, with 
over a 90% perfect match (5'+3') to the Pseudomonas aeruginosa curated 
annotations.
 .
 Metagenomic Version: Prodigal can run in metagenomic mode and analyze 
sequences even when the organism is unknown.
 .
 Ease of Use: Prodigal can be run in one step on a single genomic sequence or 
on a draft genome containing many sequences. It does not need to be supplied 
with any knowledge of the organism, as it learns all the properties it needs to 
on its own.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140728132249.4925.95345.report...@debiansid.irisa.fr



Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Niv Sardi
El 28/07/2014 08:53, Henrique de Moraes Holschuh h...@debian.org
escribió:
 However:

 The change in Debian-specific symbol versioning and sonames being done to
 ffmpeg so that it is co-installable with libav *is* a problem.

 It has to be done in coordination with the Canonical guys, so that both
 Debian and Ubuntu do the same thing re.  ffmpeg sonames and symbol
 versioning.  Otherwise, the ffmpeg packages will be of very limited use
 (useless to run third-party binary-only games ;-p).

Not really, ffmpeg is packaged as a secondary multimedia library, the
default one still being libav. If these packages get traction, we can think
of moving ffmpeg to be the default (and ship if we wish libav with the
soname change).

The package will be of use for the ffmpeg command line tools, and for the
maintainers that decide to make the switch.

For now, your binary third party games will have to link against libav.

 I understand perfectly that the soname and symbol versioning clash with
 libav is not ffmpeg's fault, but that's water (well, sewage) under the
 bridge.  We have to deal with it.  Here's an alternative proposal that
 should be less painful [to our users] in the long run:

 You need one of the two upstreams to do a *large* major soname bump (at
 least one order of magnitude higher than what they're currently using), so
 that both projects can keep evolving with little chance of soname clashes.

 Symbol versioning will take care of the rest, since both libs carry over
 their major soname into the symbol version.  As it was done upstream,
 cross-distro/third-party compatibility problems are not increased.

 Debian will have to package this new bumped upstream release, and get
rid
 of anything built against the old one.  It will be easier for Debian if it
 is ffmpeg upstream that does the soname bump, otherwise we're talking
about
 a huge number of binNMUs.

That's been discussed and ruled out in favour of not overstepping libav's
namespace.

 But this is all academic if the security team is not prepared to deal with
 both libav and ffmpeg at the same time.  That effectively forces a choice
of
 either libav, or ffmpeg, and not both.

That is premature, let's deal with this issue when we have more data.


Re: systemd now appears to be only possible init system in testing

2014-07-28 Thread Charles Plessy
Le Mon, Jul 28, 2014 at 10:32:00AM +, Thorsten Glaser a écrit :
 
 There are lots of duckduckgo results for systemd
 screen session where people describe systemd killing their
 GNU screen sessions, changing config files to avoid it,
 only for the next systemd upgrade to kill their GNU screen
 sessions again.

Really ?  At least not that much in the top of the list.

curl 'https://duckduckgo.com/html/?q=systemd%20screen%20session' | lynx --stdin 
--dump

[…]

   [6]archlinux wiki systemd/User - ArchWiki
   systemd offers users the ability to run an instance of systemd to
   manage their session and services. This allows users to start, stop,
   enable, and disable units found within certain directories when systemd
   is run by the user.
   wiki.archlinux.org/index.php/Systemd/User

Not a problem

   [7]How To Use Linux Screen - Server Management Services
   Linux Screen allows you to: Use multiple shell windows from a single
   SSH session. Keep a shell active even through network disruptions.
   Disconnect and re-connect to a shell sessions from multiple locations.
   rackaid.com/blog/linux-screen-tutorial-and-how-to/

Nothing to do with systemd

   [8][systemd-devel] [beagleboard] Systemd blowing away screen ...
   Adding the systemd list. I had this working a few systemd releases ago,
   but I now get the same behaviour as you are seeing. Op 22 mrt. 2012, om
   08:32 heeft Ken Restivo het volgende geschreven:  Systemd wipes out
   screen sessions, thus making screen unusable.
   lists.freedesktop.org/archives/systemd-devel/2012-March/004774

Sent in 2012

   [9]GNU Screen - ArchWiki - Arch Linux
   $ screen -x session_name Autostart with systemd. This service
   autostarts screen for the specified user (e.g. systemctl enable
   screen@florian). ... To send a command to the inner screen session, use
   ctrl+a a, followed by your command. For example:
   wiki.archlinux.org/index.php/GNU_Screen

Not a problem

   [10]screen - systemd service that needs .ssh/id_dsa password ...
   I have a systemctl service that starts a process smd-loop in a screen
   session. This process requires acces to remote SSH sources (for syncing
   purposes) and thus needs to be able to access my id_dsa private key.
   unix.stackexchange.com/questions/53044/systemd-service-that-need...

Not related to your problem

   [11][SOLVED] Console font ignored after switching to systemd ...
   Newbie Corner ... Kebertx Member Registered: 2012-01-02 Posts: 69
   [SOLVED] Console font ignored after ... · jasonwryan Administrator
   From: .nz Registered: 2009-05-09 Posts: 11,656 Website Re: [SOLVED]
   Console font ignored after switching to systemd Try it without the
   quotes, as per the man ...
   bbs.archlinux.org/viewtopic.php?id=151233

Not related to your problem

   [12]rTorrent+Screen doesn't start properly from systemd ...
   I think that the user session works just like the system session. So
   when it starts systemd --user, it will just start whatever it deems the
   default.target.
   linuxine.com/story/rtorrentscreen-doesnt-start-properl...

Not related to your problem

   [13]Using screen for remote interaction | Linux.com
   Basically, screen allows you to create virtual terminals which are not
   connected to your actual xterms or console screens. You can then
   disconnect from a screen session and reconnect from somewhere else
   while preserving your shell or other running processes.
   linux.com/learn/tutorials/442418-using-screen-for-r...
 
Nothing to do with systemd

  [14]STOP:c21a(Fatal System Error) The Session Manager ...
   original title: STOP:c21a(Fatal System Error) The Session Manager
   Initialization system process terminated unexpectedly with a status of
   0xc26c (0x 0x) The system has been shut ... the
   first non-bsod start of windows hanged on a please wait screen.
   answers.microsoft.com/en-us/windows/forum/windows_xp-system/sto...

Not likely to use systemd in the near future

   [15]GNU Screen - Wikipedia, the free encyclopedia
   GNU Screen is a software application that can be used to multiplex
   several virtual consoles, allowing a user to access multiple separate
   terminal sessions inside a single terminal window or remote terminal
   session.
   en.wikipedia.org/wiki/GNU_Screen

Not related to your problem

   [16]How to send a command to a screen session? - LinuxQuestions.org
   Thx for the answer. I tried to make a system() call to a screen -x
   sessionname redirecting the output to /dev/null, but it didn't work. I
   found out that I could send the screen -x sessionname command to
   another (temporarily) screen session, but that didn't work neither (see
   below).
   linuxquestions.org/questions/linux-software-2/how-to-send-a-...
   [17]Screen User's Manual - GNU
   1 Overview. Screen is a full-screen window manager that multiplexes a
   physical terminal between several processes, typically interactive
   shells.

Not related to your problem

…


Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Andreas Cadhalpun

On 28.07.2014 13:52, Henrique de Moraes Holschuh wrote:

On Mon, 28 Jul 2014, Norbert Preining wrote:

On Sun, 27 Jul 2014, Reinhard Tartler wrote:

In [1], Moritz from the security team clearly stated that he is more
than uncomfortable with having more than one copy of libavcodec in
debian/testing. In consequence this means that any package that builds
against the ffmpeg packages currently in NEW won't make it into
testing either. I am therefore surprised about the given answer to the


More than uncomfortable does not mean will not be included


Yes, it does.

Someone will have to convince the security team somehow, likely by offering
to do the work themselves _and_ convincing them that these new members will
be around for long enough.


Michael Niedermayer from FFmpeg upstream volunteered to help with any 
future security issues in FFmpeg packages in debian [1].



However:

The change in Debian-specific symbol versioning and sonames being done to
ffmpeg so that it is co-installable with libav *is* a problem.

It has to be done in coordination with the Canonical guys, so that both
Debian and Ubuntu do the same thing re.  ffmpeg sonames and symbol
versioning.  Otherwise, the ffmpeg packages will be of very limited use
(useless to run third-party binary-only games ;-p).


I don't think coordination with Ubuntu will be a problem.
In comment #7 in the corresponding bug at launchpad [2] Dimitri John 
Ledkov wrote that Ubuntu won't introduce FFmpeg on it's on, but instead:
If you wish to see a supported ffmpeg stack in both Debian and Ubuntu, 
please become a developer and start maintaining it in Debian.


Best regards,
Andreas


1: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729203#528
2: https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1263278


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53d658ba.5090...@googlemail.com



Re: possible MBF: automatically detecting unused build dependencies

2014-07-28 Thread gregor herrmann
On Mon, 28 Jul 2014 12:07:58 +0200, Johannes Schauer wrote:

 Quoting gregor herrmann (2014-07-28 11:45:14)
   == libxml-parser-perl_2.41-1.arch-all.unusedbd ==
   sharutils=1:4.14-2
  Already fixed in 2.41-2.
 thanks!

Thanks to you for providing the lists :)
 
  I assume you're planning to do a new run before actually filing the
  bugs?
 I cannot do a new run before September because I'm moving places twice within
 the next month and thus do not have a stable always-on machine available 
 during
 that time. The only thing that could change this would be if I found easily
 accessible compute time elsewhere (I asked at debian-qa@l.d.o:
 http://lists.debian.org/20140726090503.4150.56356@hoothoot )

It seems like there might be solution coming up in this thread -
good!
 
 I thought that hardly any build dependencies get removed over time so that it
 would still be appropriate to fill bugreports for the June results now.

My gut feeling (cf. also Scott's mail) is that some percentage of
bugs already get fixed by sending a dd-list to -devel.
 
 If that would not be appreciated then I'll re-run the whole thing once I
 settled in at our new place some time in September.

I could live with one bug that I have to close but re-running the
tests would probably be preferrable, if possible.


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Dhafer Youssef: Diaphanes


signature.asc
Description: Digital Signature


Re: unlocking encfs during boot (Re: systemd now appears to be only possible init system in testing)

2014-07-28 Thread Michael Biebl
Hi,

Am 28.07.2014 01:54, schrieb Christian Hofstaedtler:
 * Michael Biebl bi...@debian.org [140727 23:09]:
 Am 22.07.2014 23:54, schrieb Julian Gilbey:
 For me, this is a killer, as I still do not know how to solve the
 problem I asked a while back on debian-user
 (https://lists.debian.org/debian-user/2014/04/msg01286.html): in
 summary, I need to unlock an encrypted filesystem during boot time by
 asking for a password to feed into encfs.  But I cannot figure out how
 to do this under systemd.

 Answers to this question would also be much appreciated!

 Julian, do you still need help with that?
 I've just cobbled together a short unlock.service file which seems to
 work reasonable fine and which I can share with you.
 
 I'd love to see that file.

Here we go:

--8---
[Unit]
Description=Unlock EncFS
DefaultDependencies=no
After=local-fs.target
Before=display-manager.service getty@tty1.service

[Service]
Type=oneshot
RemainAfterExit=true
Environment=RootDir=/home/.encfs/crypt
Environment=MountPoint=/home/crypt
ExecStart=/bin/sh -c systemd-ask-password --no-tty --timeout=30 'Unlock
EncFS' | encfs --stdinpass $RootDir $MountPoint
ExecStop=/bin/umount $MountPoint

[Install]
WantedBy=sysinit.target
--8---

(The ExecStart= needs to be a single line, I hope it's not messed up by
my mailer)

I've installed that as /etc/systemd/system/unlock.service, then ran
systemctl enable unlock.service

A few remarks:

- I hook that service up in sysinit.target, which is similar to rcS in
sysvinit since that is what Julian was using in his original SysV init
script
Services which run that early should usually use DefaultDependencies=no
and specificy their requirements explicitly (that's what the
After=local-fs.target is for)

- I used Type=oneshot, as I'm only interested in the unlock process and
not in tracking the encfs process.

- The usage of Environment= is entirely optional, but makes it a bit
more readable

- The ExecStop= is not strictly required, but simply a nice touch.

- Querying input on a non sequential system (like systemd) is not
trivial. I therefore recommend the usage of plymouth. Don't consider it
as only a shiny bootsplash, but rather an I/O multi-plexer [1]. If you
insist on not using plymouth, make at least sure, to booth with quiet
enabled, otherwise your unlock prompt will be overwritten by the boot
messages.
Let me repeat: for such case, I really recommend to use plymouth!

- The Before=display-manager.service getty@tty1.service line makes sure,
your plymouth (or console) prompt is not interfered by the getty on tty1
or X/your display manager.
Not all display managers already setup the display-manager.service
symlink properly (gdm3 in unstable and lightdm, do).
So you might need to change that to list the actual service name say you
use xdm:
Before=xdm.service ...


systemd-ask-password is clever enough to automatically use plymouth when
available or falls back to the tty agent otherwise.


If you have further questions, just ask.


Cheers,
Michael

[1] http://web.dodds.net/~vorlon/wiki/blog/Plymouth_is_not_a_bootsplash/
(currently not reachable, you might use the google cache)

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



signature.asc
Description: OpenPGP digital signature


Re: [Pkg-swan-devel] say goodbye to network-manager-strongswan?

2014-07-28 Thread Harald Dunkel
On 07/28/14 11:38, Yves-Alexis Perez wrote:
 
 I don't currently use the network-manager strongSwan plugin but that's
 mostly because it doesn't work. 

AFAICT it didn't work due to #741415.

Today its broken again. It says

Could not find VPN plugin service for
'org.freedesktop.NetworkManager.strongswan'.

when I try to edit the strongswan configuration in the GUI. :-(
It still connects using the existing IPsec configuration,
though.

I wonder what this is about. The n-m openVPN plugin has no such
problem.

 Should it work, I'm unsure I would use
 it, but I do use network-manager on one laptop so I should be able to at
 least test it, so I'm ok to put it under pkg-swan umbrella. But I would
 also welcome anyone interested to join the team :)
 

Surely I would be glad to help. But there is a problem: The
network-manager-strongswan package for Debian is currently
maintained by upstream. I would guess a NMU is no problem,
but it might lead to irritations if we hijack the package.


Regards
Harri




signature.asc
Description: OpenPGP digital signature


Re: possible MBF: automatically detecting unused build dependencies

2014-07-28 Thread Johannes Schauer
Hi,

Quoting Scott Kitterman (2014-07-28 14:54:29)
 It is quite common for people to fix things based on the initial discussion
 about an impending MBF, so I think it would be less than impolite to not
 acknowledge that by filing bugs on obsolete data.
 
 The two packages that I show up for are fixed as well.

I know. That's why I wrote a few emails up:

 The results exclude python-defaults and python3-defaults (as requested by
 Scott Kitterman) and openldap (as requested by Ryan Tandy) and lirc (as
 requested by Stefan Lippers-Hollmann). Thank you Scott, Ryan and Stefan for
 already having fixed your packaging!

Nevertheless, I'm currently talking with Holger Levsen and it seems that it
should be possible to implement the machinery on jenkins.debian.net. If you
think that I should not file bugs for the current results, then I'll wait until
the first jenkins runs come in with fresh data.

cheers, josch


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140728153328.4150.86639@hoothoot



Re: unlocking encfs during boot (Re: systemd now appears to be only possible init system in testing)

2014-07-28 Thread Michael Biebl
Am 28.07.2014 16:53, schrieb Michael Biebl:
 --8---
 [Unit]
 Description=Unlock EncFS
 DefaultDependencies=no
 After=local-fs.target
 Before=display-manager.service getty@tty1.service
 
 [Service]
 Type=oneshot
 RemainAfterExit=true
 Environment=RootDir=/home/.encfs/crypt
 Environment=MountPoint=/home/crypt
 ExecStart=/bin/sh -c systemd-ask-password --no-tty --timeout=30 'Unlock
 EncFS' | encfs --stdinpass $RootDir $MountPoint
 ExecStop=/bin/umount $MountPoint
 
 [Install]
 WantedBy=sysinit.target
 --8---


To show you some additional cool systemd features, I'm going a step
further and make this unit file a completely generic template unit, so
it can easily be re-used, say if you have multiple encfs file systems to
unlock and you don't want to copy that file over and over again.

Only 3 small modifications are necessary:
- Rename the file unlock@.service
- Update Description: Description=Unlock %I EncFS
- Use EnvironmentFile=/etc/encfs/%I

The %I is the instance name specfier and denotes the part between
unlock@instance name.service. See man systemd.unit(5)

The resulting template unit looks like this and is completely generic:

--8---
[Unit]
Description=Unlock %I EncFS
DefaultDependencies=no
After=local-fs.target
Before=display-manager.service getty@tty1.service

[Service]
Type=oneshot
RemainAfterExit=true
EnvironmentFile=/etc/encfs/%I
ExecStart=/bin/sh -c systemd-ask-password --no-tty --timeout=30 'Unlock
EncFS' | encfs --stdinpass $RootDir $MountPoint
ExecStop=/bin/umount $MountPoint

[Install]
WantedBy=sysinit.target
--8---

So how do we create a new encfs unit now?

- mkdir /etc/encfs/
- echo -e RootDir=/home/.encfs/crypt/\nMountPoint=/home/crypt 
/etc/encfs/home
- systemctl enable unlock@home.service
Note how the file name and the instance name match.


Hope you enjoy my little explorations in systemd land :-)

Michael



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



signature.asc
Description: OpenPGP digital signature


Bug#756305: ITP: drupal8 -- fully-featured content management framework

2014-07-28 Thread Gunnar Wolf
Package: wnpp
Severity: wishlist
Owner: Gunnar Wolf gw...@gwolf.org

* Package name: drupal8
  Version : 8.0
  Upstream Author : Dries Buytaert dr...@drupal.org
* URL : http://www.drupal.org/
* License : GPLv2
  Programming Lang: PHP
  Description : fully-featured content management framework

 Drupal is a dynamic web site platform which allows an individual or
 community of users to publish, manage and organize a variety of
 content, Drupal integrates many popular features of content
 management systems, weblogs, collaborative tools and discussion-based
 community software into one easy-to-use package.
 .
 This package contains version 8 of Drupal.

Please note the description is basically a copy of Drupal 7's. Drupal
does not really provide an automated upgrade path between releases
(and there are *deep* changes that can lead to hair loss when
upgrading; just look at a recent photo of myself to fully comprehend
the problematic), but several versions can be concurrently
installed. They should be regarded as independent pieces of software.
Jessie shipped with both drupal6 and drupal7.

Drupal 8.0 is not yet shipped, but I want to start preparing the
package, as they are committed to shipping before our freeze — And I
do want to try to have it available in Jessie.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140728153721.7155.5105.report...@mosca.iiec.unam.mx



Re: Let's shrink Packages.xz

2014-07-28 Thread Ian Jackson
Russ Allbery writes (Re: Let's shrink Packages.xz):
 Ian Jackson ijack...@chiark.greenend.org.uk writes:
  But the problem with lots of small packages is not that the Packages.xz
  has too many bytes.
 
  It's that the packaging tools, UIs (for users and developers), and
  humans, need to think about too many packages.
 
  This makes packaging tools slow, UIs cluttered, and humans confused.
 
 So we need to figure out how to solve that problem.  But don't package
 things is not a good solution to that problem, obviously, and don't
 package small things or don't use a packaging structure that works well
 for our tools aren't much better.

I think the right answer is that we should try to avoid creating lots
of small packages even if that is a bit more work for the specific
package.

The reason this argument keeps coming up is that the people looking at
a particular package see almost entirely the costs of aggregating into
a single package.  The costs of disaggregating are diffused across the
whole of the user and developer population.

So there is a need to (a) exercise some self-restraint (b) educate
developers who have failed to restrain themselves.

 I think it's important, when looking at a problem like this, to
 distinguish between problems that are fixable via a change in policy
 versus problems that are only deferrable.  This is a problem that's
 deferrable by changing what and how we package, but not fixable.  The
 amount of software in the world is going to continue to grow, and Debian
 is hopefully going to continue to grow with it, which means that the
 package list is going to get longer regardless of our policies around
 packaging small things.  So all those problems are going to happen no
 matter what, which means we should find better solutions to them.

Yes, the overall costs of having lots of packages are going to grow
because there is always going to be more software and more complicated
software.

But improving our tools won't make this problem go away, either.  The
relationship between capability, degradation due to overload, and
effort put into scaling, is complicated, but we cannot expect to ever
make a system that will scale indefinitely.

So we will always need to compromise between having lots of packages
because that's convenient for those packages and having fewer packages
because that's convenient for the rest of the system.

The debate is simply where to put that boundary.  Personally I think
this should be spelled out more clearly in policy.  Having consistency
in approach across the archive would be valuable.

Ian.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/21462.30846.824437.707...@chiark.greenend.org.uk



Re: How Debian should handle users requests?

2014-07-28 Thread Ian Jackson
Abou Al Montacir writes (Re: How Debian should handle users requests?):
 On Fri, 2014-07-25 at 13:24 +0100, Ian Jackson wrote:
  On the contrary, we should definitely close bugs which are very
  unlikely to produce any actionable information.
...
 There are two kinds of those bugs: those we won't fix and those we don't
 have the time or the courage to fix. The last one shall stay until maybe
 someone can fix them.

No.  There are also those which won't be fixed because we are never
going to get enough useful information, no matter how hard we try.
This is generally the case with user support requests missend as bugs
against `general'.

Ian.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/21462.31428.796556.371...@chiark.greenend.org.uk



Re: unlocking encfs during boot (Re: systemd now appears to be only possible init system in testing)

2014-07-28 Thread Cameron Norman
El lun, 28 de jul 2014 a las 8:21 , Michael Biebl bi...@debian.org 
escribió:

Am 28.07.2014 16:53, schrieb Michael Biebl:

 --8---
 [Unit]
 Description=Unlock EncFS
 DefaultDependencies=no
 After=local-fs.target
 Before=display-manager.service getty@tty1.service
 
 [Service]

 Type=oneshot
 RemainAfterExit=true
 Environment=RootDir=/home/.encfs/crypt
 Environment=MountPoint=/home/crypt
 ExecStart=/bin/sh -c systemd-ask-password --no-tty --timeout=30 
'Unlock

 EncFS' | encfs --stdinpass $RootDir $MountPoint
 ExecStop=/bin/umount $MountPoint
 
 [Install]

 WantedBy=sysinit.target
 --8---



To show you some additional cool systemd features, I'm going a step
further and make this unit file a completely generic template unit, so
it can easily be re-used, say if you have multiple encfs file systems 
to

unlock and you don't want to copy that file over and over again.

Only 3 small modifications are necessary:
- Rename the file unlock@.service
- Update Description: Description=Unlock %I EncFS
- Use EnvironmentFile=/etc/encfs/%I

The %I is the instance name specfier and denotes the part between
unlock@instance name.service. See man systemd.unit(5)

The resulting template unit looks like this and is completely generic:

--8---
[Unit]
Description=Unlock %I EncFS
DefaultDependencies=no
After=local-fs.target
Before=display-manager.service getty@tty1.service

[Service]
Type=oneshot
RemainAfterExit=true
EnvironmentFile=/etc/encfs/%I
ExecStart=/bin/sh -c systemd-ask-password --no-tty --timeout=30 
'Unlock

EncFS' | encfs --stdinpass $RootDir $MountPoint
ExecStop=/bin/umount $MountPoint

[Install]
WantedBy=sysinit.target
--8---

So how do we create a new encfs unit now?

- mkdir /etc/encfs/
- echo -e RootDir=/home/.encfs/crypt/\nMountPoint=/home/crypt 
/etc/encfs/home
- systemctl enable unlock@home.service
Note how the file name and the instance name match.


Maybe you could use BindsTo=/etc/encfs/%I.path (I think that would 
work, right?) so that you do not have to explicitly enable it. Although 
that would cause the MTPT to be unmounted if the file is deleted 
(unless the ExecStop= is removed)... Anyway, pretty cool.


Thanks for sharing,
--
Cameron Norman


Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Michael Niedermayer
On Mon, Jul 28, 2014 at 04:05:46PM +0200, Andreas Cadhalpun wrote:
 On 28.07.2014 13:52, Henrique de Moraes Holschuh wrote:
 On Mon, 28 Jul 2014, Norbert Preining wrote:
 On Sun, 27 Jul 2014, Reinhard Tartler wrote:
 In [1], Moritz from the security team clearly stated that he is more
 than uncomfortable with having more than one copy of libavcodec in
 debian/testing. In consequence this means that any package that builds
 against the ffmpeg packages currently in NEW won't make it into
 testing either. I am therefore surprised about the given answer to the
 
 More than uncomfortable does not mean will not be included
 
 Yes, it does.
 
 Someone will have to convince the security team somehow, likely by offering
 to do the work themselves _and_ convincing them that these new members will
 be around for long enough.
 

 Michael Niedermayer from FFmpeg upstream volunteered to help with
 any future security issues in FFmpeg packages in debian [1].

Yes, i do!

[...]

-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Opposition brings concord. Out of discord comes the fairest harmony.
-- Heraclitus


signature.asc
Description: Digital signature


Re: bzip2 and multiarch transition

2014-07-28 Thread Philipp Kern
On Mon, Jul 28, 2014 at 09:27:20AM +0100, Dimitri John Ledkov wrote:
 On 28 July 2014 06:38,  santi...@debian.org wrote:
  I've just uploaded a new bzip2 revision and I think I need to revert a
  change. bzip2 used to build cross architecture lib{32,64}bz2* packages,
  but multiarch has obsoleted them. To stop building those packages (and
  close #736815), and to look for a smooth transition, I added
  conflicts/replace/provides control fields in the -1.0 and -dev packages.
  But I realized that those fields were wrong, at least useless (I also
  found [1]). So, to be sure, should I just drop the old lib{32,64}bz2*,
  without any transition mechanism? (no other package  depends on them
  now.)
 Whilst not policy [*] compliant, you can keep old lib{32,64}bz2*
 packages as empty  dummy transitional packages that depend on the new
 multi-arch packages e.g. libbz2*:i386. That however, may be confusing
 if one doesn't have multiarch for i386 enabled, for example, since
 that package will not be available to be installed.

I guess you could offer lib32bz2 as a transitional package on the 32bit
arch, depending on libbz2 of its own arch and vice versa for lib64?

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Re: bzip2 and multiarch transition

2014-07-28 Thread Steve Langasek
On Mon, Jul 28, 2014 at 08:59:26PM +0200, Philipp Kern wrote:
 On Mon, Jul 28, 2014 at 09:27:20AM +0100, Dimitri John Ledkov wrote:
  On 28 July 2014 06:38,  santi...@debian.org wrote:
   I've just uploaded a new bzip2 revision and I think I need to revert a
   change. bzip2 used to build cross architecture lib{32,64}bz2* packages,
   but multiarch has obsoleted them. To stop building those packages (and
   close #736815), and to look for a smooth transition, I added
   conflicts/replace/provides control fields in the -1.0 and -dev packages.
   But I realized that those fields were wrong, at least useless (I also
   found [1]). So, to be sure, should I just drop the old lib{32,64}bz2*,
   without any transition mechanism? (no other package  depends on them
   now.)
  Whilst not policy [*] compliant, you can keep old lib{32,64}bz2*
  packages as empty  dummy transitional packages that depend on the new
  multi-arch packages e.g. libbz2*:i386. That however, may be confusing
  if one doesn't have multiarch for i386 enabled, for example, since
  that package will not be available to be installed.

 I guess you could offer lib32bz2 as a transitional package on the 32bit
 arch, depending on libbz2 of its own arch and vice versa for lib64?

That would require an architecture change of the package on upgrade, which I
don't believe is going to go very smoothly.  It certainly wouldn't
automatically be considered an upgrade by apt.

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


signature.asc
Description: Digital signature


Re: Bug#755382: ITP: fonts-adobe-sourcehansans-cn -- “Source Han Sans CN” A sans-serif Pan-CJK font family (CN subset) that is offered in seven weights

2014-07-28 Thread Changwoo Ryu
Have a look at #754926 (fonts-noto).

Adobe Source Han Sans fonts are actually the same with Google's Noto
Sans CJK ones. Just different names.

Personally I prefer Noto as the name. Noto sounds more distinctive than
Source to me.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1406574892.12840.21.ca...@duncan.dune-code.net



Re: bzip2 and multiarch transition

2014-07-28 Thread Bastian Blank
On Mon, Jul 28, 2014 at 08:59:26PM +0200, Philipp Kern wrote:
 I guess you could offer lib32bz2 as a transitional package on the 32bit
 arch, depending on libbz2 of its own arch and vice versa for lib64?

Since when does apt consider a:amd64 - a:i386 a valid upgrade path?

The only reason to ship this in the future is to ease upgrades, but I
don't see how this would work.

Bastian

-- 
Vulcans worship peace above all.
-- McCoy, Return to Tomorrow, stardate 4768.3


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140728191044.ga5...@mail.waldi.eu.org



Re: How Debian should handle users requests?

2014-07-28 Thread Abou Al Montacir
On Mon, 2014-07-28 at 17:31 +0100, Ian Jackson wrote:
 Abou Al Montacir writes (Re: How Debian should handle users requests?):
  On Fri, 2014-07-25 at 13:24 +0100, Ian Jackson wrote:
   On the contrary, we should definitely close bugs which are very
   unlikely to produce any actionable information.
 ...
  There are two kinds of those bugs: those we won't fix and those we don't
  have the time or the courage to fix. The last one shall stay until maybe
  someone can fix them.
 
 No.  There are also those which won't be fixed because we are never
 going to get enough useful information, no matter how hard we try.
 This is generally the case with user support requests missend as bugs
 against `general'.
Those are either fixed in the long term or we finish by getting someone
smart enough who reproduce them. I'd suggest to keep them.

Cheers,
Abou Al Montacir


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


ppp maxfail default value

2014-07-28 Thread Tsendrovskii Vladislav
Hello!

In file /etc/ppp/options by default parameter maxfail is not set, so it's equal 
10.
This can make problems for not skilled users. I think, that users, who really 
need to limit 
maxfail parameter, in any case should read manuals to write their own config. 
But for users, who 
don't need it, it is better have maxfail=0 by default.
 


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140728205311.ga25...@vltc.net.eu.org



Re: Debconf - how to run a packaging workshop

2014-07-28 Thread Dominic Hargreaves
On Sat, Jul 26, 2014 at 09:08:36AM +0200, Lucas Nussbaum wrote:
 Hi,
 
 On 14/07/14 at 16:46 +0100, Dominic Hargreaves wrote:
  Hello,
  
  I've agreed to give a one day Debian packaging workshop at $dayjob aimed at
  sysadmins and developers, and I'd be interested in hearing from those who
  have already run similar sessions to get advice/tips for how to approach
  such a thing. Would there be any interest at attending/contributing to
  such a session at Debconf?
 
 Note that there's a package with support slides for such workshops:
 https://tracker.debian.org/pkg/packaging-tutorial

Thanks (and to the other responses).

I expect I'll try and organise something in the unconference track
to hear more :)

Cheers,
Dominic.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140728211353.gv6...@urchin.earth.li



Re: How Debian should handle users requests?

2014-07-28 Thread Don Armstrong
On Mon, 28 Jul 2014, Abou Al Montacir wrote:
 On Mon, 2014-07-28 at 17:31 +0100, Ian Jackson wrote:
  No. There are also those which won't be fixed because we are never
  going to get enough useful information, no matter how hard we try.
  This is generally the case with user support requests missend as
  bugs against `general'.

 Those are either fixed in the long term or we finish by getting someone
 smart enough who reproduce them. I'd suggest to keep them.

We don't delete bugs; if anyone fixes them or reproduces them, they can
be reopened.

A bug being closed is just a state which is useful for maintainers and
developers to keep track of bugs.

In these cases, I'd personally prefer that the bug be tagged with some
combination of moreinfo and unreproducible, and then closed in short
order[1] if the additional information or reproduction of the issue is
not forthcoming.

We don't want to discourage new bug reporters, but we also don't want to
give new bug reporters false hope and discourage them even more when
their report is summarily ignored.


1: Or immediately, especially if the closure message informs the
reporter that they can reopen the bug once they have provided more
information and the initial bug report is content-less.
-- 
Don Armstrong  http://www.donarmstrong.com

America was far better suited to be the World's Movie Star. The
world's tequila-addled pro-league bowler. The world's acerbic bi-polar
stand-up comedian. Anything but a somber and tedious nation of
socially responsible centurions.
 -- Bruce Sterling, _Distraction_ p122


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140728213605.gb9...@teltox.donarmstrong.com



apache2 issues

2014-07-28 Thread Brian May
Hello,

Just noticed some issues with my web application package, and not sure what
to do about them, or who to contact. Apologies if these issues have already
been discussed, the other threads seem to focus around upgrading binary
modules (at quick glance).

First, my package triggered the following Lintian warning:

https://lintian.debian.org/tags/web-application-should-not-depend-unconditionally-on-apache2.html

Fair enough, change that depends to depends on apache2 | httpd.

However, now when I install it, for reasons I don't understand, apt-get
prefers to install apache2-bin over apache2 (thought it should default to
the first item???). This provides httpd and satisfies the depends. apache2
is required for Apache 2.4 configuration, as only it
provides /usr/share/apache2/apache2-maintscript-helper.

(side note: if I change the depends back to apache2, it works fine)

Fine, so my package should install, but without configuring Apache, right?
Not so fast.

I used the something similar to the excerpt from 
https://wiki.debian.org/Apache2Transition#Should_we_support_a_transitional_fallback_configuration_which_allows_web_apps_to_work_with_both_2.2_and_2.4_packages
to automatically fallback to Apache2.2 configuration if Apache2.4 not
installed (I still need to be able to support wheezy installs):

 if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
. /usr/share/apache2/apache2-maintscript-helper
apache2_invoke enconf package.conf
elif  dpkg-query -f '${Version}'  -W 'apache2.2-common'  /dev/null 21 ;
then
# if the configuration uses IfVersion uncomment the next line
# a2enmod -q version
[ -d /etc/apache2/conf.d/ ]  [ ! -l /etc/apache2/conf.d/package.conf
]  ln -s ../conf-available/package.conf /etc/apache2/conf.d/package.conf
fi

The problem here is that the dpkg-query succeeds if apache2-bin is
installed (it just doesn't print a version):

(sid)root@aquitard:/home/brian/tree/django/karaage/karaage# dpkg-query -f
'${Version}'  -W 'apache2.2-common'  echo successful
successful
(sid)root@aquitard:/home/brian/tree/django/karaage/karaage# dpkg --purge
apache2-bin
(Reading database ... 18140 files and directories currently installed.)
Removing apache2-bin (2.4.10-1) ...
Processing triggers for man-db (2.6.7.1-1) ...
(sid)root@aquitard:/home/brian/tree/django/karaage/karaage# dpkg-query -f
'${Version}'  -W 'apache2.2-common'  echo successful
dpkg-query: no packages found matching apache2.2-common

I don't understand this.

Yes, the above script also checks for the existence
of /etc/apache2/conf.d/, however just
because this directory exists doesn't mean apache2.2 is still installed.


Other issues:

Also still getting Lintian warnings for

* apache2-reverse-dependency-calls-invoke-rc.d - due to legacy fall back
code that restarts Apache2.2 automatically.

* non-standard-apache2-configuration-name - due to the fact I need to
supply different configuration files for apache2.2 and apache2.4 in
/etc/apache2/conf-available, as the access control requirements have
changed and this was the recommended solution on the debian-python mailing
list.

Probably will have to override these.
-- 
Brian May br...@microcomaustralia.com.au


Re: apache2 issues

2014-07-28 Thread Brian May
On 29 July 2014 09:40, Brian May br...@microcomaustralia.com.au wrote:

 Fair enough, change that depends to depends on apache2 | httpd.

 However, now when I install it, for reasons I don't understand, apt-get
 prefers to install apache2-bin over apache2 (thought it should default to
 the first item???). This provides httpd and satisfies the depends. apache2
 is required for Apache 2.4 configuration, as only it
 provides /usr/share/apache2/apache2-maintscript-helper.


Oh, Just worked out what is happening here.

My depends contained:

..., libapache2-mod-wsgi, apache2 | httpd, ...

Which curiously, lintian was happy with.

libapache2-mod-wsgi requires apache2-api-20120211 which is provided by
apache2-bin, which gets installed. I assume apt-get then looks at the next
dependency, see it is already satisfied (apache2-bin provides httpd), and
skips it.

So ideally I only want to depend on libapache2-mod-wsgi if apache2 is
installed, but this is not possible.

Think I will go back to my previous plan of creating an -apache package
that is just for configuring Apache access, have it depend both on
libapache2-mod-wsgi and apache2, and ignore
the web-application-should-not-depend-unconditionally-on-apache2 Lintian
warning this generates. If you use another webserver, you don't need to
install the -apache package.
-- 
Brian May br...@microcomaustralia.com.au


Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Dimitri John Ledkov
On 28 July 2014 15:05, Andreas Cadhalpun
andreas.cadhal...@googlemail.com wrote:
 On 28.07.2014 13:52, Henrique de Moraes Holschuh wrote:

 On Mon, 28 Jul 2014, Norbert Preining wrote:

 On Sun, 27 Jul 2014, Reinhard Tartler wrote:

 In [1], Moritz from the security team clearly stated that he is more
 than uncomfortable with having more than one copy of libavcodec in
 debian/testing. In consequence this means that any package that builds

 against the ffmpeg packages currently in NEW won't make it into
 testing either. I am therefore surprised about the given answer to the


 More than uncomfortable does not mean will not be included


 Yes, it does.

 Someone will have to convince the security team somehow, likely by
 offering
 to do the work themselves _and_ convincing them that these new members
 will
 be around for long enough.


 Michael Niedermayer from FFmpeg upstream volunteered to help with any
 future security issues in FFmpeg packages in debian [1].

 However:

 The change in Debian-specific symbol versioning and sonames being done to
 ffmpeg so that it is co-installable with libav *is* a problem.

 It has to be done in coordination with the Canonical guys, so that both
 Debian and Ubuntu do the same thing re.  ffmpeg sonames and symbol
 versioning.  Otherwise, the ffmpeg packages will be of very limited use
 (useless to run third-party binary-only games ;-p).


 I don't think coordination with Ubuntu will be a problem.
 In comment #7 in the corresponding bug at launchpad [2] Dimitri John Ledkov
 wrote that Ubuntu won't introduce FFmpeg on it's on, but instead:
 If you wish to see a supported ffmpeg stack in both Debian and Ubuntu,
 please become a developer and start maintaining it in Debian.

I don't have an opinion about ffmpeg vs libav, apart from how hard the
soname transitions are, especially in ubuntu where we somehow ended up
with ex-multimedia packages around that either never were in debian,
or have been long removed from testing and/or unstable. Thankfully, we
have worked to make sure libav is in universe only and thus is not a
security maintenance burden. Nonetheless, libav10 transition is still
not complete in utopic today. I haven't checked, but now abi
compatible/incompatible the two stacks are? cause it would be a pain
if they are not drop in replacements, and it would also be a pain if
higher up packages link-in both ffmpeg  libav and some clashing
symbols are present... and people start requesting to have build
variants against both. Has a rebuild of all deps been done? How many
build failures there are? (On both debian  ubuntu, ideally) Is
hardening flags / toolchain enabled in both, or either of the two?

-- 
Regards,

Dimitri.


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



Re: Bug#729203: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-07-28 Thread Marco d'Itri
On Jul 29, Dimitri John Ledkov x...@debian.org wrote:

 security maintenance burden. Nonetheless, libav10 transition is still
 not complete in utopic today. I haven't checked, but now abi
 compatible/incompatible the two stacks are? cause it would be a pain
They really are not, this was explained in detail in the first message.

 if they are not drop in replacements, and it would also be a pain if
 higher up packages link-in both ffmpeg  libav and some clashing
 symbols are present...
This is why the new ffmpeg will use different symbols. Again, read the 
first message.

 and people start requesting to have build variants against both.
I don't think so. The harsh reality is that the only people who love 
libav are the libav maintainers, so I expect that once ffmpeg will be 
available most maintainers will just switch their packages to it.

 Has a rebuild of all deps been done? How many
Yes, the data was in the first message.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: apache2 issues

2014-07-28 Thread Wouter Verhelst
Op dinsdag 29 juli 2014 10:51:45 schreef Brian May:
 So ideally I only want to depend on libapache2-mod-wsgi if apache2 is
 installed, but this is not possible.

Sure it is.

Depends: apache2 | libapache2-mod-wsgi, apache2 | httpd

is perfectly legal and will do what you want.

-- 
It is easy to love a country that is famous for chocolate and beer

  -- Barack Obama, speaking in Brussels, Belgium, 2014-03-26


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/3142909.hlm5nlr...@grep.be



Accepted gcc-mingw-w64 14 (source all amd64)

2014-07-28 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Jul 2014 01:41:35 +0200
Source: gcc-mingw-w64
Binary: gcc-mingw-w64 gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 g++-mingw-w64 
g++-mingw-w64-i686 g++-mingw-w64-x86-64 gfortran-mingw-w64 
gfortran-mingw-w64-i686 gfortran-mingw-w64-x86-64 gobjc-mingw-w64 
gobjc-mingw-w64-i686 gobjc-mingw-w64-x86-64 gobjc++-mingw-w64 
gobjc++-mingw-w64-i686 gobjc++-mingw-w64-x86-64 gcc-mingw-w64-base mingw32
Architecture: source all amd64
Version: 14
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt sk...@debian.org
Changed-By: Stephen Kitt sk...@debian.org
Description:
 g++-mingw-w64 - GNU C++ compiler for MinGW-w64
 g++-mingw-w64-i686 - GNU C++ compiler for MinGW-w64 targeting Win32
 g++-mingw-w64-x86-64 - GNU C++ compiler for MinGW-w64 targeting Win64
 gcc-mingw-w64 - GNU C compiler for MinGW-w64
 gcc-mingw-w64-base - GNU Compiler Collection for MinGW-w64 (base package)
 gcc-mingw-w64-i686 - GNU C compiler for MinGW-w64 targeting Win32
 gcc-mingw-w64-x86-64 - GNU C compiler for MinGW-w64 targeting Win64
 gfortran-mingw-w64 - GNU Fortran compiler for MinGW-w64
 gfortran-mingw-w64-i686 - GNU Fortran compiler for MinGW-w64 targeting Win32
 gfortran-mingw-w64-x86-64 - GNU Fortran compiler for MinGW-w64 targeting Win64
 gobjc++-mingw-w64 - GNU Objective-C++ compiler for MinGW-w64
 gobjc++-mingw-w64-i686 - GNU Objective-C++ compiler for MinGW-w64 targeting 
Win32
 gobjc++-mingw-w64-x86-64 - GNU Objective-C++ compiler for MinGW-w64 targeting 
Win64
 gobjc-mingw-w64 - GNU Objective-C compiler for MinGW-w64
 gobjc-mingw-w64-i686 - GNU Objective-C compiler for MinGW-w64 targeting Win32
 gobjc-mingw-w64-x86-64 - GNU Objective-C compiler for MinGW-w64 targeting Win64
 mingw32- Minimalist GNU win32 (cross) compiler (transition package)
Closes: 179760 281030 317146 338412 351790 403720 418167 470574 470873 484299 
498400 514186 514187 525016 583262 748353 750741 756142
Changes:
 gcc-mingw-w64 (14) unstable; urgency=medium
 .
   * Provide compilers using Windows and POSIX threads. The default setup
 uses Windows threads, thus avoiding the dependency on the pthreads DLL
 (Closes: #748353, #750741).
   * Use the default exception-handling (SJLJ on 32-bit Windows, SEH on
 64-bit Windows). (With the above, LP: #1338043.)
   * Build a mingw32 transition package (Closes: #756142):
 - C++ code with interface/implementation pragmas links correctly
   (Closes: #179760);
 - libstdc++.la is no longer shipped (Closes: #281030);
 - the libstdc++ DLL is provided (Closes: #317146);
 - _NO_OLD_NAMES doesn't break unistd.h (Closes: #338412);
 - the gccbug manpage is no longer linked to (Closes: #351790);
 - the package description doesn't mention freedom through
   obsolescence (Closes: #403720);
 - g77 is provided (Closes: #418167);
 - nothing is installed in /usr/libexec (Closes: #470574);
 - Lintian overrides are correct (Closes: #470873);
 - powf and sinf can be used in the same project (Closes: #484299);
 - there's no it's/its typo in the Debian-specific files (Closes:
   #498400);
 - the package builds gcc 4.9 (Closes: #514186);
 - a 64-bit compiler is available (Closes: #514187);
 - powf is defined correctly (Closes: #525016);
 - no compilercache symlinks are shipped (Closes: #583262).
   * Ship the C++ header files in the default location instead of
 /usr/include/c++/; this avoids having to introduce a new package for
 the target-independent headers.
   * Remove obsolete gnat files.
Checksums-Sha1:
 9007ff8b0217477e86ccdeccabf545a2c10cb2e7 2946 gcc-mingw-w64_14.dsc
 9b0eedefed891f56d15d78a5991597ab3cecd5a7 23604 gcc-mingw-w64_14.tar.xz
 81af6d09c3e1cabf298beee9b414b509391ba067 1198 gcc-mingw-w64_4.9.1-2+14_all.deb
 b3321ccd3a11247d19846e0ab87b5e396f281645 1016 g++-mingw-w64_4.9.1-2+14_all.deb
 0b5bed2c01e92ad45503d698b136812e2b098fab 1024 
gfortran-mingw-w64_4.9.1-2+14_all.deb
 bc8b76797925f9625c4d6a51124bba96e733bf92 1028 
gobjc-mingw-w64_4.9.1-2+14_all.deb
 e7adf790163a46dc8a339612740936ac80c74d8c 1032 
gobjc++-mingw-w64_4.9.1-2+14_all.deb
 c17dde740f8ba29a8cb8b27b395614347035671e 1352 mingw32_4.9.1-2+14_all.deb
 030fd5e87d7550d2673c2163f778c47c799c7b81 23376810 
gcc-mingw-w64-i686_4.9.1-2+14_amd64.deb
 71d1c22f5da9776088b7d11dd1663cd9824d2039 23448416 
gcc-mingw-w64-x86-64_4.9.1-2+14_amd64.deb
 21102d5fff60c05f238ed7ed0e55aed957542157 16054664 
g++-mingw-w64-i686_4.9.1-2+14_amd64.deb
 fd89fc8162cb1a631deb5f8c0ef0d59a1fbba05c 16524660 
g++-mingw-w64-x86-64_4.9.1-2+14_amd64.deb
 7254ac0c30ceadce5f9377183e69c10bb62b8209 12530770 
gfortran-mingw-w64-i686_4.9.1-2+14_amd64.deb
 e3bc0d480fc12fa30509f6be496c7533a0fb2379 13296656 
gfortran-mingw-w64-x86-64_4.9.1-2+14_amd64.deb
 abb99c9646faa21f25ea0ee41adecd50c961b052 10142982 
gobjc-mingw-w64-i686_4.9.1-2+14_amd64.deb
 0382794a5799091be2f9d35e5ce6caba0ed80e1a 10331134 
gobjc-mingw-w64-x86-64_4.9.1-2+14_amd64.deb
 

Accepted libgtkdatabox 1:0.9.2.0+dfsg-1 (source amd64 all)

2014-07-28 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Jul 2014 21:07:25 +0200
Source: libgtkdatabox
Binary: libgtkdatabox-0.9.2-0-dev libgtkdatabox-0.9.2-0 
libgtkdatabox-0.9.2-0-glade libgtkdatabox-0.9.2-0-libglade 
libgtkdatabox-0.9.2-0-doc
Architecture: source amd64 all
Version: 1:0.9.2.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description:
 libgtkdatabox-0.9.2-0 - Gtk+ library to display large amounts of numerical data
 libgtkdatabox-0.9.2-0-dev - Gtk+ library to display large amounts of numerical 
data (developm
 libgtkdatabox-0.9.2-0-doc - Gtk+ library to display large amounts of numerical 
data (API doc)
 libgtkdatabox-0.9.2-0-glade - Gtk+ library to display large amounts of 
numerical data (glade AP
 libgtkdatabox-0.9.2-0-libglade - Gtk+ library to display large amounts of 
numerical data (glade li
Closes: 755729
Changes:
 libgtkdatabox (1:0.9.2.0+dfsg-1) unstable; urgency=medium
 .
   * Use dh-autoreconf to update autoconf files (Thanks for the patch to
 Breno Leitao bren...@br.ibm.com)
 Closes:  #755729
   * Exclude compressed jquery.js from upstream source (its not used anyway)
   * Use dh_links instead of dh_linktrees since jquery.js was removed
   * debian/control: Fix capitalisation of API
Checksums-Sha1:
 b8f42c2f738f25b829e7cf92c23f6ea7aba4bdd3 2647 libgtkdatabox_0.9.2.0+dfsg-1.dsc
 88c8bb3802e5b9021a0b950e83147a1708b55fe2 1940456 
libgtkdatabox_0.9.2.0+dfsg.orig.tar.xz
 923f3da27ccab2b3baa9ce1322d82b80092eb90c 10196 
libgtkdatabox_0.9.2.0+dfsg-1.debian.tar.xz
 60d4c9e2d8290c987ab52b4d57c5218765a2b0f1 96206 
libgtkdatabox-0.9.2-0-dev_0.9.2.0+dfsg-1_amd64.deb
 29ba631e5526d37c084ddf31b27486a9e948a1e8 53856 
libgtkdatabox-0.9.2-0_0.9.2.0+dfsg-1_amd64.deb
 c8485d4217017e465a10d33df276f347771df682 22314 
libgtkdatabox-0.9.2-0-glade_0.9.2.0+dfsg-1_amd64.deb
 982f8dc87bb9fb67b0d0320d519f3af7000e05be 21854 
libgtkdatabox-0.9.2-0-libglade_0.9.2.0+dfsg-1_amd64.deb
 82c4cb8808a2a8866c9f69cb15c901ecab61c28a 1705678 
libgtkdatabox-0.9.2-0-doc_0.9.2.0+dfsg-1_all.deb
Checksums-Sha256:
 01931951c9a59285330ad1395d02250ef7b12c5280519a193b3bf8da0823c75a 2647 
libgtkdatabox_0.9.2.0+dfsg-1.dsc
 411071ac68860c46fc28d70b26e41947ccaaf23a1f1224c645e64f004afb1a8c 1940456 
libgtkdatabox_0.9.2.0+dfsg.orig.tar.xz
 390845e476abe44a3af61652c9d40edf374dc04585aacc6d000bd6f080a4ccd3 10196 
libgtkdatabox_0.9.2.0+dfsg-1.debian.tar.xz
 34b1b3c0ebf34caef45ea3cc18bbded7d98cc6040a25f020051da879ccd461c1 96206 
libgtkdatabox-0.9.2-0-dev_0.9.2.0+dfsg-1_amd64.deb
 5aa32498fcd418f468724ab0bbe0bf635c98ecd1ec056ba4a24a927707f66d75 53856 
libgtkdatabox-0.9.2-0_0.9.2.0+dfsg-1_amd64.deb
 1aba2a15b75511e07f226e7497c739dbba5cd37cb9b705dc0ff52e495451767e 22314 
libgtkdatabox-0.9.2-0-glade_0.9.2.0+dfsg-1_amd64.deb
 dc903887c8b78b1e0b421c82cf06ab86b54eca4956edce6725bfd6cf1da6076a 21854 
libgtkdatabox-0.9.2-0-libglade_0.9.2.0+dfsg-1_amd64.deb
 1e1ad8c4eee86fab407409698686bb0784a3f247bfeba902432ce555e54ff4eb 1705678 
libgtkdatabox-0.9.2-0-doc_0.9.2.0+dfsg-1_all.deb
Files:
 ff6fb43e7f9631f8a22f02eb019e0610 96206 libdevel optional 
libgtkdatabox-0.9.2-0-dev_0.9.2.0+dfsg-1_amd64.deb
 9a16b61f74a1c1551e4b3c368340d1d0 53856 libs optional 
libgtkdatabox-0.9.2-0_0.9.2.0+dfsg-1_amd64.deb
 98691e8472412b8d4de365f8af3e0cb9 22314 libs optional 
libgtkdatabox-0.9.2-0-glade_0.9.2.0+dfsg-1_amd64.deb
 83cafe4abe3b2860057b88eb5c922875 21854 libs optional 
libgtkdatabox-0.9.2-0-libglade_0.9.2.0+dfsg-1_amd64.deb
 454a41e8d8d3ffed3b7785b112d0e067 1705678 doc optional 
libgtkdatabox-0.9.2-0-doc_0.9.2.0+dfsg-1_all.deb
 4ba19cb7a8f0df019b43e52535c60828 2647 libs optional 
libgtkdatabox_0.9.2.0+dfsg-1.dsc
 54ba9d3f66bffca1b35a82f6a25082c0 1940456 libs optional 
libgtkdatabox_0.9.2.0+dfsg.orig.tar.xz
 af77d27bd1ab48090e03ae0bf912ae9a 10196 libs optional 
libgtkdatabox_0.9.2.0+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1fuxAAoJEFeKBJTRxkbR4PgP/R++2urc07hZpnYuar9JgR3R
CfBY2SwWW7EKISm7cIVS6xO0rpSjq96Boxn7nggd4eBjrOjlPRzJ5QdRzbjEFFlb
kaO/+rZYR0UMopXpEd9Z+C2QPMhPWm+BPxq0bX43oq02ak2mrEVsW9kL2zEFj933
OkteLJ3ljxBDxpxzuU2z/F60zzcNnEHGrIVNwkVXFU3EytmqjZVkUaeSRt/ukg7q
GPKRWzOEzU2I1PdZL5jis3w92E0U4YSDSSFLqfnkfrMOBP45fFlvFr73twrXMO7U
ju1twwaCxKh5W89KFTisTBmMHB0a4xWsN/DJzrWAD21VWsSTU9IO2/MLTyv4FDwG
qyyuKpoOPVnTDA9lep8pQ14U5it/77zlLZHa5fZlwzXImPMd8U8NU2h5HhP53bv0
2pU8v5VSoWLejd1zD9tV7aLGdFHg1ZmCQ+3hQd2tFIK6X6DPquiHS0/LIRSuvT9e
Ur/zSKVcOWBPmkilEaI6IsVcDxD3CVhRGl5iB/1tw8DyvwDyCM5k0u+ZfBDzhMQ/
8vhhfmGQ9IouuNvbdfMzixkowBT4jLi3vYcp58Go2ZJ5eSZbfAKYWb9u/+LWUJ2o
ezUgbUQrwFJ99U2K0qZXBGNh3p4bJMBEzBh+3Md1ZuXifQdK8H+7vtA7ag6ITSsj
lCsm0c5aJ7LuOzyWRP4A
=fk3D
-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: 

Accepted mkvtoolnix 7.1.0-1 (source i386)

2014-07-28 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 08:35:23 +0200
Source: mkvtoolnix
Binary: mkvtoolnix mkvtoolnix-gui
Architecture: source i386
Version: 7.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Christian Marillat maril...@debian.org
Changed-By: Christian Marillat maril...@debian.org
Description:
 mkvtoolnix - Set of command-line tools to work with Matroska files
 mkvtoolnix-gui - Set of tools to work with Matroska files - GUI frontend
Changes:
 mkvtoolnix (7.1.0-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 e1ad3555d7c175c0434264633058ac231336dfba 2077 mkvtoolnix_7.1.0-1.dsc
 0327ca8ba67125836c0585dc6751bf4a8537926f 5183448 mkvtoolnix_7.1.0.orig.tar.xz
 777297c1ca6f6e850c854ccd07f6c91174da444b 5468 mkvtoolnix_7.1.0-1.debian.tar.xz
 93d705c2f884e57a464e7f259e22e86ad0662982 4989426 mkvtoolnix_7.1.0-1_i386.deb
 abe4b28f8cbc3552168a51c655befa6f61792971 4462574 
mkvtoolnix-gui_7.1.0-1_i386.deb
Checksums-Sha256:
 2a89a8dece164e2361dc385293bd37888083793f8d7558c9f37d7cc7a05a7b1c 2077 
mkvtoolnix_7.1.0-1.dsc
 06c81eb3068dcf36065ddad12ba8eaaeebcd7be5c19b853d903dc4771cf1b81b 5183448 
mkvtoolnix_7.1.0.orig.tar.xz
 4c55155952b0464212d1a8f6e67c2b147a5832c882dbb0fcac532e0e99ea6b2d 5468 
mkvtoolnix_7.1.0-1.debian.tar.xz
 3a7d1f75186be53d904c37a75833c6473529747b427333585403dc7556730835 4989426 
mkvtoolnix_7.1.0-1_i386.deb
 d7fed5468c7028a269af9e60e98b16a73be671d4c1e082c37e00ca333eefb779 4462574 
mkvtoolnix-gui_7.1.0-1_i386.deb
Files:
 b79663357a1412656c5eb277149fc222 4989426 graphics optional 
mkvtoolnix_7.1.0-1_i386.deb
 ae28fecb65184a9e06e10814a9b4e9f8 4462574 graphics optional 
mkvtoolnix-gui_7.1.0-1_i386.deb
 bb1f0d5349da6b470215d26d71ca3934 2077 graphics optional mkvtoolnix_7.1.0-1.dsc
 a374511b0743a700548622d23cd5616c 5183448 graphics optional 
mkvtoolnix_7.1.0.orig.tar.xz
 e9f75db2c834e3e6b65519c668c41cdf 5468 graphics optional 
mkvtoolnix_7.1.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU9X+pVyAjCtlVYEXAQjGnw//bQWpVBHZC9lp1onAchhzIw8E1xdb6Rus
qXstBfWnf5E+kgrimlJ6MzxamA/clvHcMHg5FQJMizrRhwtEyP2auW36gYBn86CI
uqlxoZ/IwyJ80HqgxkA+GvGFexJZWWImDZIt0nzQoSsiQnIK31k3R/Sx00hjHdlO
2i8AiBTe38TwQXhCGNZ0G/cz8j3yY6AfDGxb1bv7bLwrftbxcFpwdZkIleUT+ms0
I3hjxeBFdsZyvMLeqlV9N81eDg6YxuOOsad22NZ7Wq5v+IsU8Fy6ZSikvFmEA6Us
WkkqSh3v+gHZjgerIBDaH+EI/pY+9SIfiUngs1z9/e7xHgD1S7lkLWCxggFfSiw5
fp/sQwo29/rPlkJQwiKoxNbgDDxSuqu+YyZWOImZ/40LmGfHe4Nn3VNkbCrg52O7
7gGjTXBwweuRF+KPT0vhFdNinCIuUuFvOIRx0Vz1sG/lZByzdYWmi1aF9tYkuY6m
NJFXLi9R5Jw1gyGF9L9bUPJjuHPHda09kwf4w3Fz64Y7IR2WlNqR4KFP4MS96iIo
ArMloB7f3f8tql5po+DimX7VeUJzyidXR1zr0QoAHWMr2MMzaLwGLQyUtI1L9zag
McTXlfamKiuCIVTUWvjj4hgzU+mCydgn+8+1a4ZxB1HtI+EtyCFd8hezM9lEjTlb
6MVNXXFKVk8=
=b5ll
-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: https://lists.debian.org/e1xbfgb-0002t5...@franck.debian.org



Accepted kapptemplate 4:4.13.3-1 (source amd64)

2014-07-28 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Jul 2014 11:17:24 +0200
Source: kapptemplate
Binary: kapptemplate
Architecture: source amd64
Version: 4:4.13.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description:
 kapptemplate - application template generator
Changes:
 kapptemplate (4:4.13.3-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 fe47389292456202e08e5f082e485846cb65d45b 2206 kapptemplate_4.13.3-1.dsc
 d57d6623df02c22be34e502636f33e6dafad6eae 698952 kapptemplate_4.13.3.orig.tar.xz
 14f3d50dbfd1f1b6151961bc9974b7a777fcf2bc 4336 
kapptemplate_4.13.3-1.debian.tar.xz
 0292e740a31dc2f22732285c92df5cb09cc7f737 1110164 
kapptemplate_4.13.3-1_amd64.deb
Checksums-Sha256:
 858fbea10c4e52e5d288861a07a756b84bfa6da288d326040627d2a4ad851c87 2206 
kapptemplate_4.13.3-1.dsc
 1faf186735235853a32463c8091ea3a45c0c02ab394f692fcd4335a73acafc68 698952 
kapptemplate_4.13.3.orig.tar.xz
 e53b2c449341ef2da0e93c0b45978068fe1bb4e8fbfb95d99be4757ed30292d6 4336 
kapptemplate_4.13.3-1.debian.tar.xz
 39419af4e4acb582d43c91a950908f5364a5aed0e77f234f692fb5525b52ab43 1110164 
kapptemplate_4.13.3-1_amd64.deb
Files:
 e1d4ca94532b58476f9524761aef90eb 1110164 devel optional 
kapptemplate_4.13.3-1_amd64.deb
 3d513ef3e4afd861aefb76e9cbef8acd 2206 kde optional kapptemplate_4.13.3-1.dsc
 cea264af9bce7c9b5e224d19ed844eda 698952 kde optional 
kapptemplate_4.13.3.orig.tar.xz
 9ae3f6198793469351cdcf831ecc6d5d 4336 kde optional 
kapptemplate_4.13.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1f9aAAoJEMcZdpmymyMq45wP/3hJh+qbHs1t9ciK0svzQwrQ
A4kplGqijB2b+tgEHZKbmufNJcTAmSAU3YHaq4QY+xVFJfhlX4/TvriPLKIiNrY4
WB0HX4CHnFjKYjcjx2cg/7scK/EXHaaUzoDLY9zvAtvZbcrpYgiN/fwzKtP2yegf
7+7zJvlf4t8Bl1sw69Q2VRi3pX51QlbWVhJC08heI5AGkELRx+8zoG35+wdHcxN2
fpZNHg1yltz3L0aoA7Py1Gkhs3ahMaeiYMGCWnN2p1gZ9i5iDznVL2mLD3DoS728
jgfPjQOYVChccQzX6yZdQ60BmTBn+I516EQkMgTG0FxLxodmA+9rvdvhWL3MZxmP
LkrVl4TIzWdXKE9F+ECwYBq49ZgoaiZ/oiZrk/vi69wpmwUJ79/uGqOjJr1qFvwy
ZKDBYB31MZs76ghgRfIaVVXH5vG1fos/jxmE51YYoYrY0gMS8y6hlwx2vDQtKBHc
Opprhx9ZvfVICTqo4EQlZv0z8I84mgI6UREd+DzMtxbkjXiJXD3mIl+Xy1GWnUQ1
R7KcWRfdIg1m8Dys2fSQSHu8fN/INXexNldoYeqI1lq8e1rQm5GigJsDHFkksbWe
ecYpjUDCauHZ/WVi+ogG253XNYZCEPwOGrNebrWKDVNQRHkkr02niGwdyubic+wS
ohc/K9FNbAlSSFpX5QZ8
=OYc4
-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: https://lists.debian.org/e1xbffl-0002jd...@franck.debian.org



Accepted firebird2.5 2.5.3.26778.ds4-1 (source all amd64)

2014-07-28 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 10:49:33 +0300
Source: firebird2.5
Binary: firebird2.5-super firebird2.5-classic firebird2.5-superclassic 
libfbclient2 libfbembed2.5 libib-util firebird2.5-common 
firebird2.5-server-common firebird2.5-classic-common firebird-dev 
firebird2.5-examples firebird2.5-doc firebird2.5-common-doc 
firebird2.5-super-dbg firebird2.5-classic-dbg libfbclient2-dbg
Architecture: source all amd64
Version: 2.5.3.26778.ds4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Firebird Group pkg-firebird-gene...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description:
 firebird-dev - Development files for Firebird - an RDBMS based on InterBase 6.0
 firebird2.5-classic - Firebird Classic Server - an RDBMS based on InterBase 
6.0 code
 firebird2.5-classic-common - common files for firebird 2.5 classic and 
superclassic
 firebird2.5-classic-dbg - collected debug symbols for firebird2.5-classic and 
-superclassic
 firebird2.5-common - common files for firebird 2.5 servers and clients
 firebird2.5-common-doc - copyright, licensing and changelogs of firebird2.5
 firebird2.5-doc - Documentation files for firebird database version 2.5
 firebird2.5-examples - Examples for Firebird - an RDBMS based on InterBase 6.0 
code
 firebird2.5-server-common - common files for firebird 2.5 servers
 firebird2.5-super - Firebird Super Server - an RDBMS based on InterBase 6.0 
code
 firebird2.5-super-dbg - collected debug symbols for firebird2.5-super
 firebird2.5-superclassic - Firebird SuperClassic Server - an RDBMS based on 
InterBase 6.0 co
 libfbclient2 - Firebird client library
 libfbclient2-dbg - collected debug symbols for libfbclient2
 libfbembed2.5 - Firebird embedded client/server library
 libib-util - Firebird UDF support library
Closes: 728926 754888 756212
Changes:
 firebird2.5 (2.5.3.26778.ds4-1) unstable; urgency=medium
 .
   * Imported Upstream version 2.5.3.26778.ds4
 + drop 10 patches applied/released upstream
 + refresh 5 patches to apply without offsets
 + reduce the arm64 patch to the parts enabling arm64 builds
   other parts are upstream
 + debian/copyright: add builds/posix/prefix.linux_arm64
 + update symbol files (added isc_sqlcode_s@Base 2.5.3.26778.ds4)
   * do not fail server installation if unable to set the admin password
 (Closes: #756212 -- firebird2.5-super: fails to install with firewalled
 localhost)
   * -server-common.postinst: move_log_files: use -exec instead of -execdir
 (Closes: #754888 -- -server-common installation fails with '.' in $PATH)
   * add Polish debconf translation by Magdalena Zofia Kubot (Closes: #728926)
Checksums-Sha1:
 0110dd892cded890da3193bf9aeaba773be62bb3 3271 firebird2.5_2.5.3.26778.ds4-1.dsc
 3051b28c5342b48f19123cec80e132967b2e91f5 3990440 
firebird2.5_2.5.3.26778.ds4.orig.tar.xz
 4468491bdaafd91bebbff4b0744addb5d300c3c1 111392 
firebird2.5_2.5.3.26778.ds4-1.debian.tar.xz
 bd282f6906aeacadecb2d7f783173a7ad4d553dc 95914 
firebird2.5-common_2.5.3.26778.ds4-1_all.deb
 40464b53edf88a14f95d14bf6d0d12e1eb5e3815 164552 
firebird2.5-examples_2.5.3.26778.ds4-1_all.deb
 bfd4e20fe3b3faf7d6ca644b5e4568b863ac3de0 175078 
firebird2.5-doc_2.5.3.26778.ds4-1_all.deb
 71194d8b78eb363d510b80d6411faef2080f1868 653778 
firebird2.5-common-doc_2.5.3.26778.ds4-1_all.deb
 8acd6778426afd55c5212beb282dcd5cf5c43a4c 2150332 
firebird2.5-super_2.5.3.26778.ds4-1_amd64.deb
 8bc0194ed8eaa7d153d7b641248f4cff75922548 29276 
firebird2.5-classic_2.5.3.26778.ds4-1_amd64.deb
 f677c9407062a4182c54a7983d04af886a8891dc 181214 
firebird2.5-superclassic_2.5.3.26778.ds4-1_amd64.deb
 4a2374552f45b98cfed7524c10979501e2cf3c8d 281804 
libfbclient2_2.5.3.26778.ds4-1_amd64.deb
 0564c7421d262b71df460b9d5aa0ee48395251ec 1516324 
libfbembed2.5_2.5.3.26778.ds4-1_amd64.deb
 fa9e1260b493de09f4a935e5b7b81f3bcec790de 3940 
libib-util_2.5.3.26778.ds4-1_amd64.deb
 56548d1e383b01d97636a4314955858eb96efc78 535090 
firebird2.5-server-common_2.5.3.26778.ds4-1_amd64.deb
 f6f8bc254f4bd570f4cf6c3e5776684362c71005 823512 
firebird2.5-classic-common_2.5.3.26778.ds4-1_amd64.deb
 fdef1bae6fdce473f5f1bc744fb66e5cc1dfead1 32128 
firebird-dev_2.5.3.26778.ds4-1_amd64.deb
 f6d89d030b9398e843bbe95846a6be6b658a4aa4 27337784 
firebird2.5-super-dbg_2.5.3.26778.ds4-1_amd64.deb
 89c53cd8bae60a1e3c1c8e175e3025066e50480a 28392848 
firebird2.5-classic-dbg_2.5.3.26778.ds4-1_amd64.deb
 27c2714ac9fc65acbaa1cef8aed29646a6e96657 1835238 
libfbclient2-dbg_2.5.3.26778.ds4-1_amd64.deb
Checksums-Sha256:
 5acd6b39a9f13e7c1e3f0c01b1b397843913978eb3e7070b8341c132874883c2 3271 
firebird2.5_2.5.3.26778.ds4-1.dsc
 c9dc4154fc8e7bf0733b8e8444d90307a6c236b7e951836729828fd026e4b406 3990440 
firebird2.5_2.5.3.26778.ds4.orig.tar.xz
 64d42e331de50b89f7d8dd36c058c4ea7154789e1099128db9b2388ecbef3107 111392 
firebird2.5_2.5.3.26778.ds4-1.debian.tar.xz
 9a0bee9e41bc6d2311de15e4ce5ae40d3282131d8506d86873b8ce1a00fd8617 95914 

Accepted blends 0.6.92 (source all)

2014-07-28 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 09:59:12 +0200
Source: blends
Binary: blends-dev blends-common blends-doc
Architecture: source all
Version: 0.6.92
Distribution: unstable
Urgency: medium
Maintainer: Debian Pure Blend Team debian-ble...@lists.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description:
 blends-common - Debian Pure Blends common package
 blends-dev - Debian Pure Blends common files for developing metapackages
 blends-doc - Debian Pure Blends documentation
Changes:
 blends (0.6.92) unstable; urgency=medium
 .
   [ Andreas Tille ]
   * Updated doc
   * Force explicitly Section: metapackage to the metapackages except
 if something else than 'misc' was set.  For the reason of this change
 please see bug #720199
   * Reformat NEWS.Debian entry
 .
   [ Franklin Weng ]
   * Added EzGo as existing Blend
   * Better documentation for non-metapackages
Checksums-Sha1:
 a81d77b73f1c7bedbbddba676f7f02366fe95a0c 1911 blends_0.6.92.dsc
 715f3cb54d401fcf0faff75eb1336cce216ee94b 98436 blends_0.6.92.tar.xz
 66a55cfff3fad9971ccb25f94584ad8bb289e4af 30772 blends-dev_0.6.92_all.deb
 6ee928af28bd74e689966b460a3d137b644bfc0a 22114 blends-common_0.6.92_all.deb
 a2f04ea93aa191d2fde9250f57b9dbf39d24fb3a 442946 blends-doc_0.6.92_all.deb
Checksums-Sha256:
 2fe86336b8c9d23c5bd87aae58b3ca8960eaab1b7aee92f9ced0411e828d9436 1911 
blends_0.6.92.dsc
 1bd67b6f70accf37bb4a55c2b5567ca8fa4eb122ebed235efe5ed904b0ac4ae0 98436 
blends_0.6.92.tar.xz
 f4497a8947ad946b368fd83459618f1146fd12b0f255ce03281bb2fc44c0da94 30772 
blends-dev_0.6.92_all.deb
 012e75b454b67abf487e09335a3de278d3b5e6c9bb89b4f250920cf7556903cc 22114 
blends-common_0.6.92_all.deb
 97d9f0251e8577281ff3451b7eb4e5ce8a981ea8a5673e5b04378bba67139c3d 442946 
blends-doc_0.6.92_all.deb
Files:
 d6a92d6af26f807776d08ec6aacebe1a 30772 devel optional blends-dev_0.6.92_all.deb
 f2f3697524a4f06bf0bf25601e62602a 22114 misc optional 
blends-common_0.6.92_all.deb
 87e897e37cf4aecb18b8bfc23a08820a 442946 doc optional blends-doc_0.6.92_all.deb
 cb189538af4fdd5176b878e92989b9a4 1911 devel optional blends_0.6.92.dsc
 b3296500dd1f78bb8fb15fcd81d99145 98436 devel optional blends_0.6.92.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1g0WAAoJEFeKBJTRxkbR29oP/RsyZr5iQfkscMfZQvMZ7ZHp
x1Je56BI3K9/YfBkPqQiez0ZcHbLzJ6Vnb0g1Tgo7fyYuj05G2Bl/gLFYqg1rMwj
BiZn9nEfwuUagA3cfB3cL+8LoOvjnLojRIpkiIM9C9kQQmLYfuCi5Fi76mlffKCs
hDOQ+8D/Dj6R3fQzAXg7oxU8e51Xspu69ITNNGsFFNvj9zOeVURlF3mYE4PAVs+N
xjv7F1hrc2XYNNEDvQMJFkQokagQaPwq3KM/R0XQq01HivzkNzKvgxR25ouhZ9jv
theZcVqqekrh3oGhWMCd15hdwPOhFQAyKEdn6duT/fGazQ3/ipjPxNcjJmMxFS7j
7oFDgxS4qf3W9OJ+lXzeJrYGatJcKdiSmiRSgk958jz0JfHckT+oQn0wjR6G8/X7
qTMZLyhTiZVa/oRGPD4cXtS7VoAy+mQ43yTbDOAA1s2i6gF83GMdlbzqVCONDLBd
Gpvb4UVTEDbqps3/dNzSoJw+e2+fI0YwPSHRQqX/IeBbEi3tiRo9bJ81d7T2pO4i
c9LkxywY75rZ7sh3ktGgzqsicjdoQA39AFWmJK4NKB6BWuHTy+cSbaEi3OBSiFu1
411tNrW+TM/RHowkAMOF6dxfYaesL5wKmWYTYec3yiZsLI22gkhxOSbVt6Ut0YYL
gSckPg7mgU2JFwQXoI2o
=TUe/
-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: https://lists.debian.org/e1xbhjp-71...@franck.debian.org



Accepted thermald 1.3-1 (source amd64)

2014-07-28 Thread Colin King
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 09:39:34 +0100
Source: thermald
Binary: thermald
Architecture: source amd64
Version: 1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Colin King colin.k...@canonical.com
Changed-By: Colin King colin.k...@canonical.com
Description:
 thermald   - Thermal monitoring and controlling daemon
Changes:
 thermald (1.3-1) unstable; urgency=medium
 .
   * Sync up with version 1.3
Checksums-Sha1:
 3d6655e6cc49579eff8008b52684a0b1297aa182 1840 thermald_1.3-1.dsc
 a616ed3b62078ae26a9f49e0598b4f5ec3f4c7ac 77733 thermald_1.3.orig.tar.gz
 1cb54b2801ef4092ac4d63d9f55ecd1c1e12f647 4320 thermald_1.3-1.debian.tar.xz
 9305008cc4e0a083132589bfe76d8a4a85126448 182200 thermald_1.3-1_amd64.deb
Checksums-Sha256:
 2500bbd585b47537347f3fbe811d12fa7e73eb44f75633b66c088607c661a120 1840 
thermald_1.3-1.dsc
 c85c2e3400456302ee754a747e17a99871e3ddf3f0f82273de9ff6935d893af2 77733 
thermald_1.3.orig.tar.gz
 369efb991d7a447a92014a8cb746bc6836e5283e2a506e1c7894dc23ba053b75 4320 
thermald_1.3-1.debian.tar.xz
 1e2b06c96853b3fbf43a09a6235b95c851a65746b4a8dc6b0269b10a7e47155a 182200 
thermald_1.3-1_amd64.deb
Files:
 0448e9a1063b838704cdfe5081c96eb8 182200 admin optional thermald_1.3-1_amd64.deb
 3d2a969ad29ce0a73bd6b3808a7cec4b 1840 admin optional thermald_1.3-1.dsc
 d80f6dd4e8c080cdeaa943afbfa87523 77733 admin optional thermald_1.3.orig.tar.gz
 d8cfdbd5bec623294e9aab1efffcb190 4320 admin optional 
thermald_1.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1g4qAAoJEGjCh9/GqAIm7j0P/2GyeUD7CMvdQIy5h2X4iC1z
8O0B7DMmEoyKeS2jlTrCHLzrqrpe4gGPFE9hUlt8rKrsoI5N6wI/osjelWSA9FUi
aBMr8mPad8roPY9kTSt0OyHVmGWi6OuhSbNrHLL2ySGYRvklQz8tb7iDAhIXhD/U
Yuw6/IhjkpNRy4dlaKMQrWrP38WK9l188m23lksrub6rHjEJ/P0AUBg1RsUD8ukL
aU0V/yE+zJrvdVei4lQDQoWaaq7nLAttcKo+lLMwEFjcssA3D6DNkS7PfPHZGjgF
hxp7bKGu7FbAXyAd7A0kTiFKZGMkf5sdqW+cuOrMxvAfIFBWiSUIxVXuxllO7Nc0
yLS26Vv9nZWM04odCOPaNg5DVNtS1k9rjgJxjIVkwZPRCGtHl8Jzy8nt7/ExFUvQ
BkzPLx8C1YqofdOJdhxwmLeinoNac56U9YNPjTISYNG7KyUmj0GK/7AP+ipqjFkH
u9vtTI0IkTr5b8AA0O73tjy00iGnGFhJqBkJcfvXNqotO1NxzYN7nxU4Kmwq7K68
yrHlUTnHkGTuwVQSDiNQrq+khqLiTH/NFPKJcwpOxNE+JjiBGPGz7MWgK4nQoLcm
Ag32H/q/r4mMuWbpgqT4uWYzihdcblstyDhLRjPHRQoTyiCnvuOps626/zzwAjuZ
LZCwVton3rLPRzwK9NjZ
=IUQF
-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: https://lists.debian.org/e1xbhne-0001pb...@franck.debian.org



Accepted libjoda-time-java 2.4-1 (source all)

2014-07-28 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jul 2014 10:25:03 +0200
Source: libjoda-time-java
Binary: libjoda-time-java libjoda-time-java-doc
Architecture: source all
Version: 2.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description:
 libjoda-time-java - Java date and time API
 libjoda-time-java-doc - Java date and time API (developer documentation)
Changes:
 libjoda-time-java (2.4-1) unstable; urgency=medium
 .
   * New upstream release
   * Standards-Version updated to 3.9.5 (no changes)
   * Switch to debhelper level 9
   * Use XZ compression for the upstream tarball
Checksums-Sha1:
 56cbe0a1f04826a956062c109a072cde2616caed 2332 libjoda-time-java_2.4-1.dsc
 659737b38f10bedc6f78e7586a3672a9f6ded6fa 654076 
libjoda-time-java_2.4.orig.tar.xz
 e818c9197219ad4b0f19e326348ebcfeaba8f9a6 4748 
libjoda-time-java_2.4-1.debian.tar.xz
 5535d6010030658ea337a9346017571368c76632 495684 libjoda-time-java_2.4-1_all.deb
 e3f3ce9845643dc1fe80af9c16e2f47af8ad9365 1616518 
libjoda-time-java-doc_2.4-1_all.deb
Checksums-Sha256:
 7088f7569a20b4c34d67b8ab49379b8c39da4f5a8bbab749f0c322ffbe90b284 2332 
libjoda-time-java_2.4-1.dsc
 eadb4503e32ef98cb20d1d1b49c5f8177079fd9b8f79a12a4d5c89fb9dd3a6db 654076 
libjoda-time-java_2.4.orig.tar.xz
 da8e74d48de3eafd8ec0a95b3254950a0857557b468440dcdfdd7ba22f60ece3 4748 
libjoda-time-java_2.4-1.debian.tar.xz
 7d825e875ef8644a8567aa7d921ca10aaa9a4d49c85efcfc14fad4bd3d4244e0 495684 
libjoda-time-java_2.4-1_all.deb
 6409c0fefe4fd84cb839084ab5a76884c23c711210429194d6291ae5ceb87c9a 1616518 
libjoda-time-java-doc_2.4-1_all.deb
Files:
 31295b1c425b96c60de18cf4d447cc66 495684 java optional 
libjoda-time-java_2.4-1_all.deb
 1d5d14fb25e52bbb943cdcc3eedc4ce0 1616518 doc optional 
libjoda-time-java-doc_2.4-1_all.deb
 ff87bb55d05eb5bf95b970111394f6c1 2332 java optional libjoda-time-java_2.4-1.dsc
 c29205fb5da689a123203db44719695a 654076 java optional 
libjoda-time-java_2.4.orig.tar.xz
 ce8d0191170991cba4bad90a0cf4689d 4748 java optional 
libjoda-time-java_2.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJT1grNAAoJEPUTxBnkudCs13oP/RpYmzga8fTKI5c3ZapRFDrb
EbH8SGlQ4/3xfKfEh+0jRdZceUUG0YxMaBMwf09fxcjnlKv7qPWQz6E19GjIzuKo
LyLXL8UsTJ1NY9eT9PadOS8xcCFdfqypoe3kbKPiKKVYE2Q4WDA9BphtTMyid7Dh
2vz0syUZN2jUIXeSvlkUGFSHzhyb2RwP81dbxUdTBv+UKRNHVXkqP5zHYdzGnylD
mfTwarV+EMKBAD2uPOAZDvN6Ascvk4NU9iP8X0QEoYehna0qD0soUh1hlH1a1JSQ
UQ4t1s6En15dtjKEPIYkhVUiNJxg4teKho/rXMTue82FIVD3jsvSr37phcgSVrEH
zOsfrsiOx+WfL7RypyCacVh7xSj86Tghcq1xlOguNDimDnF6jbT2Q6WsRCJ6PM3R
9lomVuheD5Rw1nbIyIr7NDbS02UaKJfC0vMlBNCi4b6TzcWHynKBwWM+kwoEw38K
sMkquV/QmlGnIo8s3o0GOZcxSQY6326scX8aKwj0vYTW8pbVdgNg69I/UJP7BXcX
0YOp6WCkhsiDXernmO3ShvVFWaiC0zeXpvioCgq2PFSJFHoPLBES3JdQJkQGNSZW
20NfbKx4MXmaQ/Wikh5Zb0ngMFnrlMc4kSY5y5sig/SgOIu/YEKXYOg1HWBwfS13
LMbwyFh6llGYT1wa4d8E
=MH2+
-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: https://lists.debian.org/e1xbhmt-0001bu...@franck.debian.org



Accepted cmor 2.9.1-5 (source amd64)

2014-07-28 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 10:18:06 +0100
Source: cmor
Binary: libcmor2 libcmor-dev python-cmor
Architecture: source amd64
Version: 2.9.1-5
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description:
 libcmor-dev - Development files for Climate Model Output Rewriter
 libcmor2   - Climate Model Output Rewriter library
 python-cmor - Python interface to CMOR
Closes: 755167
Changes:
 cmor (2.9.1-5) unstable; urgency=medium
 .
   * Fix typo that used wrong var name on conditional ppc64el build
 in debian/rules. Thanks to pini. Closes: #755167.
Checksums-Sha1:
 8bd4752104e493d5785e4421dcbe627b474467bb 2318 cmor_2.9.1-5.dsc
 17152aae008abd2526021f97cbf58fad0554120c 32032 cmor_2.9.1-5.debian.tar.xz
 6a52b5a63a9f5dc04d2ed5728317430998dbb24c 126464 libcmor2_2.9.1-5_amd64.deb
 bf0a5af1279c8da2aff64caffd0fd1b73ef566c2 4455848 libcmor-dev_2.9.1-5_amd64.deb
 a40f55b3f242fefdfd919d5ea6f8d5d543144280 128224 python-cmor_2.9.1-5_amd64.deb
Checksums-Sha256:
 2e0cbadcf9de7050289c2358700c60baba6aebedab0c44ee0408abd40d9f8ca3 2318 
cmor_2.9.1-5.dsc
 af6960a8f649e80e68fb0fc242c2d94d3b31837c0c3420b6d6bd424752d85497 32032 
cmor_2.9.1-5.debian.tar.xz
 78d369af5b9c23ce25ba7bdfe00322a3dbfd23604303a52d31c695ac64701dd4 126464 
libcmor2_2.9.1-5_amd64.deb
 fe79230eb1a2579fcff9d0b4d2c832d1f9c957b5283318961157b1accabd71ff 4455848 
libcmor-dev_2.9.1-5_amd64.deb
 6e28a054d7ba3f5b2467a663883ca49df70de0262beb192a1323812e6eb72c64 128224 
python-cmor_2.9.1-5_amd64.deb
Files:
 c51788c882d17421098ac38add7c969d 126464 libs extra libcmor2_2.9.1-5_amd64.deb
 5c42e65f636e74e3e1e15613997276c1 4455848 libdevel extra 
libcmor-dev_2.9.1-5_amd64.deb
 1324440fc4c56530e5dc98ecf095d913 128224 python extra 
python-cmor_2.9.1-5_amd64.deb
 dcc8ade14f5be35db809675a62fbe4d0 2318 utils extra cmor_2.9.1-5.dsc
 d710b1a5c95cedcfb8d2b3b44cce7420 32032 utils extra cmor_2.9.1-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1hppAAoJEN9LdrZRJ3QsbPUQAJaOE5z6hfieTJmCcglx5mch
66LrDCUfixO7Lo1yfY48eWLYDc8J6MDzVXCz0QWOhCXjDKbZrEkVMQL5eLGBr932
Rp6RohodiZJx8pFGfZija1Mi/5hRFXs/VW1v0uLgn5wxx+vM5q4rZwfc9eSiP+ss
gj5R0P42Ac8q8k9u90YxAl0yTnOM6EKMWdU4EIVKo2WavjEwzcL9viQ4J/e05ChL
Uhrdd14uZhVVlaL/c66Bu0B99GIr6wNl+BdF5aMiDiImRzipe1nd5AilwosPnxW7
6jWtOrurIP6XbpJ/BYXMeMPqBY9Umq/zQ8i/h2PyQi3N1MCx/KSFVAmLEEU4OeL0
XALIHBOA3A8B8/K5WkMZD4OUGMCTxAfIRWX48+VigtlPHOJJ0lH7lZKntBIoAw0U
UsacSa1EgAPpNaa2x0TvfTLms+pG3Ji9hII3yMMKZ331Mfm9Gl+PTawfmyjnNhQZ
efhOd9hqyhIxz95Cdzg0nVraWps5cFpHNZAoq8ta+O6P0ZqSFQjhaBvsNIGH63mi
GjWVpH9hPkBdVxoXe5nxgoeprRnrn3++5eGfvsDAxisjraHCPuEUV0AQ7WjIzcYA
xBFkf8IiIE4vWymUwQ1EaHA3ocRtH5S6lKLIZX0JefziEZPiwm9CkcuSeUjrbkwU
ZZS1XtT7G+qgBPiJn5LZ
=BMnS
-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: https://lists.debian.org/e1xbhmy-xe...@franck.debian.org



Accepted kdepimlibs 4:4.13.3-1 (source amd64)

2014-07-28 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Jul 2014 19:31:38 +0200
Source: kdepimlibs
Binary: kdepimlibs5-dev kdepimlibs-kio-plugins libakonadi-contact4 
libakonadi-kabc4 libakonadi-kcal4 libakonadi-kde4 libakonadi-kmime4 
libakonadi-socialutils4 libakonadi-notes4 libakonadi-xml4 libgpgme++2 libkabc4 
libkblog4 libkalarmcal2 libkcal4 libkcalcore4 libkcalutils4 libkholidays4 
libkimap4 libkldap4 libkmbox4 libakonadi-calendar4 libkmime4 
libkontactinterface4 libkpimidentities4 libkpimtextedit4 libkpimutils4 
libkresources4 libktnef4 libkxmlrpcclient4 libmailtransport4 libmicroblog4 
libqgpgme1 libsyndication4 kdepimlibs-dbg
Architecture: source amd64
Version: 4:4.13.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description:
 kdepimlibs-dbg - debugging symbols for the KDE Development Platform PIM 
libraries
 kdepimlibs-kio-plugins - kio slaves used by KDE PIM applications
 kdepimlibs5-dev - development files for the KDE Development Platform PIM 
libraries
 libakonadi-calendar4 - library providing calendar helpers for Akonadi items
 libakonadi-contact4 - Akonadi contacts access library
 libakonadi-kabc4 - Akonadi address book access library
 libakonadi-kcal4 - Akonadi calendar access library
 libakonadi-kde4 - library for using the Akonadi PIM data server
 libakonadi-kmime4 - Akonadi MIME handling library
 libakonadi-notes4 - Akonadi notes access library
 libakonadi-socialutils4 - Akonadi resources for handling social feeds
 libakonadi-xml4 - Akonadi XML helper library
 libgpgme++2 - c++ wrapper library for gpgme
 libkabc4   - library for handling address book data
 libkalarmcal2 - library for handling kalarm calendar data
 libkblog4  - client-side support library for web application remote blogging A
 libkcal4   - library for handling calendar data
 libkcalcore4 - library for handling calendar data
 libkcalutils4 - library with utility functions for the handling of calendar 
data
 libkholidays4 - holidays calculation library
 libkimap4  - library for handling IMAP data
 libkldap4  - library for accessing LDAP
 libkmbox4  - library for handling mbox mailboxes
 libkmime4  - library for handling MIME data
 libkontactinterface4 - Kontact interface library
 libkpimidentities4 - library for managing user identities
 libkpimtextedit4 - library that provides a textedit with PIM-specific features
 libkpimutils4 - library for dealing with email addresses
 libkresources4 - KDE Resource framework library
 libktnef4  - library for handling TNEF data
 libkxmlrpcclient4 - simple XML-RPC client library
 libmailtransport4 - mail transport service library
 libmicroblog4 - library for using the Microblog Akonadi Resource
 libqgpgme1 - library for GpgME++ integration with Qt
 libsyndication4 - parser library for RSS and Atom feeds
Closes: 746275 746864
Changes:
 kdepimlibs (4:4.13.3-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update symbols with the buildds logs.
   * Update symbols files. (Closes: #746864, #746275)
Checksums-Sha1:
 4fa7ee232ee8cb8c21e3fbf296c835f6459254b6 4605 kdepimlibs_4.13.3-1.dsc
 ed5039beebe8a86e3ec141726c48efdf28fc0916 2792580 kdepimlibs_4.13.3.orig.tar.xz
 d24f3e506ca2d991f006ecdd2f0c7363ba47af99 114368 
kdepimlibs_4.13.3-1.debian.tar.xz
 a438e9689302265c3c7030586c1b0894605aa38b 528938 
kdepimlibs5-dev_4.13.3-1_amd64.deb
 ebb2e37e7d0262a1ca08911beacc2df1297fbcab 256168 
kdepimlibs-kio-plugins_4.13.3-1_amd64.deb
 44e2e9090f3a3de3da27d9dbce610c9b003554fe 351196 
libakonadi-contact4_4.13.3-1_amd64.deb
 c23cc5b6463fa15146c925816e9e32df38aaf5eb 17588 
libakonadi-kabc4_4.13.3-1_amd64.deb
 1351f215b3358323fd9fa7a06de20fb3a6712679 23330 
libakonadi-kcal4_4.13.3-1_amd64.deb
 1ed81b0e8ca241de2e97333b5a42aa55d3266996 901606 
libakonadi-kde4_4.13.3-1_amd64.deb
 a93d684bdba820155de0422eef5b2aad7573e05f 112870 
libakonadi-kmime4_4.13.3-1_amd64.deb
 8155f6e8716f2532e9fabd8833fb20c567add5c1 60302 
libakonadi-socialutils4_4.13.3-1_amd64.deb
 41b2101108e46b1dd3bc38c7c5e32ad44431fdda 33774 
libakonadi-notes4_4.13.3-1_amd64.deb
 6cad0457bdba929f2611a8cbe22f26dad900 38948 
libakonadi-xml4_4.13.3-1_amd64.deb
 45ec76927f9512c764189df5092950a861271f83 130234 libgpgme++2_4.13.3-1_amd64.deb
 a79ef387d31da7a10b1234ed7bfa06912f063b91 296858 libkabc4_4.13.3-1_amd64.deb
 e18932d55de6db5e5ef6202b378a9cffb9bde6d6 106156 libkblog4_4.13.3-1_amd64.deb
 bea99c8fcdcc96b84cb94cd5ad7bae87d6ffe4cb 144360 
libkalarmcal2_4.13.3-1_amd64.deb
 d6d29f14a5674b6c8050823c1fb436cac231aed4 362042 libkcal4_4.13.3-1_amd64.deb
 0518f8cc473ee4b577f716ef8a9f03ced57fc5df 268344 libkcalcore4_4.13.3-1_amd64.deb
 924a0de43cc337889b0c1d0d85cbfd6ab2d5a32e 126130 
libkcalutils4_4.13.3-1_amd64.deb
 1f35d677cb4884acec5883466ac7a5004868226c 150168 
libkholidays4_4.13.3-1_amd64.deb
 343df7d32c968c78b0c6bb4dfcf017d140faa1c9 175576 libkimap4_4.13.3-1_amd64.deb
 ea8b77dcf9c13d8f1919d6f656cba06bc964a8f3 88670 

Accepted wmbubble 1.50-5 (source amd64)

2014-07-28 Thread Doug Torrance
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 00:35:13 -0500
Source: wmbubble
Binary: wmbubble
Architecture: source amd64
Version: 1.50-5
Distribution: unstable
Urgency: low
Maintainer: Doug Torrance dtorra...@monmouthcollege.edu
Changed-By: Doug Torrance dtorra...@monmouthcollege.edu
Description:
 wmbubble   - system-load meter for Window Maker that features a duck
Changes:
 wmbubble (1.50-5) unstable; urgency=low
 .
   * debian/control
 - Update Vcs-*.
   * debian/patches/add-init_stuff-to-sys_include.h.patch
 - Prevent implicit-declaration warning when building for kfreebsd.
Checksums-Sha1:
 7a1c66c4617fab880c727c1b8472dfeb6d951396 1838 wmbubble_1.50-5.dsc
 52b33f23232e67dc34d6b14a208df8f53cedc615 41696 wmbubble_1.50.orig.tar.gz
 24b9d583fc9a1695fa4c075a7f500e864c909536 6012 wmbubble_1.50-5.debian.tar.xz
 ae8499ae33b435c644574603ff82aa61af0a2679 38346 wmbubble_1.50-5_amd64.deb
Checksums-Sha256:
 294ae1056bea0a35f6015cd25782ff165a8676da10c67689fabce4ff5e06e376 1838 
wmbubble_1.50-5.dsc
 e6b89f2c6abeac6053ba46a8d811b052ac6a1ca005eed7b6b6c457aa2e69809d 41696 
wmbubble_1.50.orig.tar.gz
 1cb43dcbce6e3bd1bda98641a130489cb3390f982dceee1820a940e1245f8d35 6012 
wmbubble_1.50-5.debian.tar.xz
 7b6a09f85a9549e1be6ed7ea910f4d387641b1ec6c58e054b22bbd82abb3bbee 38346 
wmbubble_1.50-5_amd64.deb
Files:
 e47f49a9cb5ae5a3fe60769501bf74ad 38346 x11 optional wmbubble_1.50-5_amd64.deb
 4f9507d8d75c1289ab734cc0499703ab 1838 x11 optional wmbubble_1.50-5.dsc
 90043ebc02a2cba17f9235eebb05ff6f 41696 x11 optional wmbubble_1.50.orig.tar.gz
 d3550133d9e2f1ca4334e36a2ec6aa97 6012 x11 optional 
wmbubble_1.50-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1h3XAAoJEHQmOzf1tfkTbUYQAJoli6JOWIwwXFF2ckLbK/eL
wIRIdzCuKl3zq1k0ZmplcvirSnFDh5hkpdBlMWUMlusoiEvSwemzmrhcz0g/OlBp
IwYOb02W90vbYMiLRoR3gd1vHrV8IoipiJPgqEgxrpruVA6x3JR6duRSVt5HP1Gl
AwxBwFQxZ0zUsNwAep5AwisyrsxrwFX6a41nhj4lEmcSloxMmKw4ilrgWwsGpw3l
sd38YQH8vcq4/yC9bZAY3DWoAusYfAwXmGgnM+xnNRR4La7SbfQQYeTkxFXsIdVE
KVvgNYANghnChdu3ZO81pDgbiBccdhXnUWasvE2keD/Hk/S+k6oZ3c5YqKVtLa32
7voplWJEmZLLB2CvLBo3d3T8SvU8IROOKpOtUtQsL+F+RuE3SrekR7FRCAVgO6Cp
n0NIHlGO8Qxm1S7nQwUmF2UUqG/9Uog9j+IRkgrRueSpJQ0vJz9x11U/7KwncYRj
Gjq/iBiMGecaBapxcZAh6pL3Yp8WVLR68UxOYOsojGvCX2d0kskQTkSVrgWFjv5a
axFjgUlhJ+nrNUFBZiB+7Vgd89KUvppOqskPLpd8HSLBrIuzVuHnsg1lj+PSAKIQ
ckOEQA3hdo/Ejv1mZd4V7HCUM7NeftJkfO/lDDuPqqnGsky4970EL/wmbaEoPrIS
yw/dh58Tj7dJ8gJXP3l/
=+n+i
-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: https://lists.debian.org/e1xbhoa-0002b9...@franck.debian.org



Accepted wmfrog 0.3.1+ds-2 (source amd64)

2014-07-28 Thread Doug Torrance
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 00:17:11 -0500
Source: wmfrog
Binary: wmfrog
Architecture: source amd64
Version: 0.3.1+ds-2
Distribution: unstable
Urgency: low
Maintainer: Doug Torrance dtorra...@monmouthcollege.edu
Changed-By: Doug Torrance dtorra...@monmouthcollege.edu
Description:
 wmfrog - dockapp for graphically indicating the weather
Changes:
 wmfrog (0.3.1+ds-2) unstable; urgency=low
 .
   * debian/watch
 + Correct dversionmangle typo.
Checksums-Sha1:
 c12937204a2731a6504b85febfc0f53d649825f5 1852 wmfrog_0.3.1+ds-2.dsc
 f2000c930dfe5a9348c1f5133a4a9c8f4cff1dc9 59217 wmfrog_0.3.1+ds.orig.tar.gz
 b9e71e1255e01f3adcbee77465558617044514e9 11892 wmfrog_0.3.1+ds-2.debian.tar.xz
 3cbf9c575fb7bab7d7cfb7f070abfc8fc788d41d 50682 wmfrog_0.3.1+ds-2_amd64.deb
Checksums-Sha256:
 9a2ae29cdf2275f4cc8dee4a3aa7d45e2842864ec53b4ee9e6c18513b6c00718 1852 
wmfrog_0.3.1+ds-2.dsc
 b40e94175a3fee53f4c79635997735849ac22680e807ee5b9266d086720b2f8c 59217 
wmfrog_0.3.1+ds.orig.tar.gz
 ce421004bb00f9ab3a14054877fe390cf16783814b19cc244902c46f896db856 11892 
wmfrog_0.3.1+ds-2.debian.tar.xz
 73d53eaa491eafe252bc5b59c46df12144b79f450c77ca2e6b1cac5fdded1b36 50682 
wmfrog_0.3.1+ds-2_amd64.deb
Files:
 f473e49bbdb8803bb7104dbe82350f7e 50682 x11 optional wmfrog_0.3.1+ds-2_amd64.deb
 3d47c41f22afdf5ddc1f876452bb5afc 1852 x11 optional wmfrog_0.3.1+ds-2.dsc
 f6812d627b274b2a305f1c8919d63223 59217 x11 optional wmfrog_0.3.1+ds.orig.tar.gz
 eb5d9df49e0de8a94941ad969c3c03f1 11892 x11 optional 
wmfrog_0.3.1+ds-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1h08AAoJEHQmOzf1tfkTiO4P/0bYBmoHimsIE+4H6IqogV3k
lQUVzSP7quCFXsNFxyZir9jNMP+m4ixTQqJnnOgH8C1rntS5mVhvk0nnLFFvQIDW
ptpm5Ayj84CTTnsnfrmbNSo5LF8QDS54THpgWra00iItf4z3Rw558n4sxjfKl0/r
iMTzAzidfezVPqj77pct0Xux1PgzirVU8as+4e8Tiyy0dqwLYa7cf6el+XghnFDd
Fh3atwdKv0E+AargNATO7u4Vwmh1p4mdplRU80JBdsM0e2MfouNastVMWZpdGoRQ
CpYm+CB2TvVKxhLCBAAHQQVlT23MRPvGtTatd88B8wview4AWvCaX+fsPAHHYupy
iPHmZEZQW8gfJa/EZaoNSmip727xNrCW4A2R2FbJCAJ/NOrC6mhVSVaFe/KwtLeY
aSbbntSKxdAzVPNlOLQUA6pSfQEKgrX6m7sCkAVpu2B7CElmp9DyJGjVujB/6Kro
Ea8mn0bfRd09MPmQJFwqJpHcg/XHCDi7yy/T+TG9RVl2GOG7Wqc6r1VlD1AaFMtP
5gUnts0Nx+qJFzPTuJjoH3iuelPZms1abGrb0aPoTcofJkRh8NA+IV/t7pm9kC1w
+hI+pzB+deufzCsQ4AE4u2ETk6b7j/JSZDk2flaAdk6PFn0pmGoHrGsF/ERF466v
25bH1qJKVh9YkZAw0cEL
=rHnY
-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: https://lists.debian.org/e1xbhof-0002ew...@franck.debian.org



Accepted zenity 3.12.1-1.1 (source all amd64)

2014-07-28 Thread intrigeri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Jul 2014 10:54:35 +0200
Source: zenity
Binary: zenity zenity-common
Architecture: source all amd64
Version: 3.12.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: intrigeri intrig...@debian.org
Description:
 zenity - Display graphical dialog boxes from shell scripts
 zenity-common - Display graphical dialog boxes from shell scripts (common 
files)
Closes: 702295
Changes:
 zenity (3.12.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New patches, taken from upstream Git: add-ellipsize-option.diff,
 fix-GtkLabel-size.diff (Closes: #702295)
Checksums-Sha1:
 35463ec4322f122a506cbf2c63bd9345ae449eca 2261 zenity_3.12.1-1.1.dsc
 a046348edc5c4c03decf1c71a9b197ea81438e0f 8128 zenity_3.12.1-1.1.debian.tar.xz
 29380d187a95dce2f363004ffd79380d3f62f508 3508756 
zenity-common_3.12.1-1.1_all.deb
 058533ed0c2958c4ba0273bdca14e84329b0f24f 247486 zenity_3.12.1-1.1_amd64.deb
Checksums-Sha256:
 038b0524a56b9758dac2b3017ca0bef0d0d454d29ab347cf21a1aa8ab8234ecb 2261 
zenity_3.12.1-1.1.dsc
 9f1e8944cf6de343efdad772a613b7e37e7c211ecb566c94025b5014c267cf1d 8128 
zenity_3.12.1-1.1.debian.tar.xz
 e7e4c3833bc883711aa989408232b682e1bfc658d02887a314146b4b496d5575 3508756 
zenity-common_3.12.1-1.1_all.deb
 3432982f844099ea182561c3164b60f42354287c0b485655c21af7dd86dd0287 247486 
zenity_3.12.1-1.1_amd64.deb
Files:
 84073d974f76b93c988b49bd7b00b5ec 3508756 gnome optional 
zenity-common_3.12.1-1.1_all.deb
 bb81590d2b9df82d3b74336af89965da 247486 gnome optional 
zenity_3.12.1-1.1_amd64.deb
 3f874e63134a2f577dc09c08f975e6b8 2261 gnome optional zenity_3.12.1-1.1.dsc
 c7ece9d0392bbd070a37606182622b31 8128 gnome optional 
zenity_3.12.1-1.1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJT1hrhAAoJELrOFdKldJj/F+wP/3v6GUUl1yaXShi+gEJ0Olpi
dzlX6OQo2Qk7LKwZLJ0Tkiu5h4bNBwc/HfwHICXe9SopBmtBWqDg9hktzOD9rpIZ
fAqhS5NoH03PgydcnQSV7PTDLYx/wJ60KI2L2kLjpTaQhpQqtBlhadG4ep9591Ws
3j/MoJxN5U0RY/iaPjgGbG3DW5zPkSv6MUWEf4rxgMtcaKYS8I7ZQQCHu9MLNGa/
TFfp3Jwqc/Z+PNmXUXli/TJJj1J7WWU/8jCZfvnRA+ysQIgjM6axgJu1mJoxM/06
VAWui+vi5TqmkLy52ECNp8XFzintKvEaqwHd5msKWj2Dx5xpFNAp7h6yQBkpd/KX
B4uG4+i9J/ETnbSGawWU/7ea4lwsKd005+JfpeBJ3DlBH9pK3uXEJ3/Wi+F4VQoX
M4shvL3SbSih9VsM6Bac08Br2wt/efwM32hfZB+7jA18wwmGdvtdNVbcWD/Hj6T4
SOj3xeyDEJVd6ywYKaQS8PGdb5nPhpy6r7X3A75dndU2YPfApkr9MSAowk6YScq8
jDxk5a6DOdl8IEUHJo9cRw/0OZ7+/w4Xcuug50F2F/x26tgDytJNYwRwCozUkGQ7
QNQICFyobO9ir7ftu3CRbOnl7Mggh1o9IxROrGSFuPNY+irgqvwQ/fq7jkZI85Lf
hsM3nOrUJh0GTaIqVdxt
=8Eua
-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: https://lists.debian.org/e1xbhot-0002ki...@franck.debian.org



Accepted mongrel2 1.9.1-6 (source amd64 all)

2014-07-28 Thread Jan Niehusmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Jul 2014 11:57:37 +0200
Source: mongrel2
Binary: mongrel2-core mongrel2-run
Architecture: source amd64 all
Version: 1.9.1-6
Distribution: unstable
Urgency: low
Maintainer: Jan Niehusmann j...@debian.org
Changed-By: Jan Niehusmann j...@debian.org
Description:
 mongrel2-core - programming language agnostic web server (binaries)
 mongrel2-run - programming language agnostic web server
Changes:
 mongrel2 (1.9.1-6) unstable; urgency=low
 .
   * Update Vcs URL
   * remove runit-related files and logfiles when purging mongrel2-run
   * compile tests and examples using hardening flags
Checksums-Sha1:
 df587dba878d6c88e80ddc1184609c20869a59a6 1858 mongrel2_1.9.1-6.dsc
 e51a936af90ebdfdd3c89065b5d251fad24e645c 1 mongrel2_1.9.1-6.debian.tar.xz
 f0312d88376d0fbda2eb3c2bca6d3060aa3e742e 406018 mongrel2-core_1.9.1-6_amd64.deb
 91cd4f95da791d82284ece9a493ed92732923827 16762 mongrel2-run_1.9.1-6_all.deb
Checksums-Sha256:
 15cc26a2cffe77764b35eb46144c1b19b27d4cfa2ac4876599cd452b8c99c160 1858 
mongrel2_1.9.1-6.dsc
 86f289df66b881f68750a6d9d19e04e9ceeb5dd2ceaa705ce321c1ed71312f7f 1 
mongrel2_1.9.1-6.debian.tar.xz
 0d05f7f413deba0b436ba22c1608ffb5518dad977460f21dcf21a97d9e1d63fd 406018 
mongrel2-core_1.9.1-6_amd64.deb
 ad250b6d393232ef87aabe1232b00edd952ea1560006a52825750cc003dbb4cc 16762 
mongrel2-run_1.9.1-6_all.deb
Files:
 b0bec11fdafa43974c7f119aba7437be 406018 httpd optional 
mongrel2-core_1.9.1-6_amd64.deb
 8cccea991f585797efc7de21b2533e84 16762 httpd optional 
mongrel2-run_1.9.1-6_all.deb
 11fb1e1255e234d3efd0510e891095c8 1858 httpd optional mongrel2_1.9.1-6.dsc
 3f0ea525aa0dfa3f48851d4efcb4c877 1 httpd optional 
mongrel2_1.9.1-6.debian.tar.xz

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

iQGcBAEBCgAGBQJT1iM8AAoJEMJAzpldAmsRHhgL/3ZuxS8/vTQHl7dtjqcSJHax
Cgs9cEAHmejjhfMzJ2FMEVcnOGBIp09UJycSjtgdbFpSPMk6XCxHsoLpka3DyS8W
FXR1TxUI5Fwew9h+tQdEKRhx20hPovC1sWGQiC+Yjly83EBcAj8KKFziz8dQtAtJ
3cDLrjONRVk/2tPV9C4HYTWoQKnd3XWnbv+izbTrYskj5PbWQvhz5ELTSbw6o2Sp
DVbTsW2U61o001I/5dxR/6cO3M6fg5uJakYbqB8HxlrQp5gmwzIqZEN281X6LqbB
mcgg/U90AVfwK1DMaaJBjwbvOBa7vMaVtmf2hCTVZGMNh+0NAHRs4bePDGUvOm0r
bzVzBzm6eWC+g8OUFeqia3yw2JcboArvwMeKgHo/9omCaSMfi8HFpGbecVjhDeYP
WP6FyHsMGPTNkB13+WITZM5uDSvtNOphuAeKHK8aWssrIUP+4EQpLZywNsTkvVbD
rLDiU3xfVsPfTJJhnV2uAbQQVKJDFTDJqqrAsMQIkA==
=NGXC
-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: https://lists.debian.org/e1xbifp-0002mg...@franck.debian.org



Accepted alembic 0.6.5+ds-1 (source all)

2014-07-28 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 10:08:57 +
Source: alembic
Binary: alembic python-alembic python3-alembic
Architecture: source all
Version: 0.6.5+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 alembic- lightweight database migration tool for SQLAlchemy
 python-alembic - lightweight database migration tool for SQLAlchemy
 python3-alembic - lightweight database migration tool for SQLAlchemy
Changes:
 alembic (0.6.5+ds-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
Checksums-Sha1:
 1b8d88bb6753d83ad1595026bc746e533a41ee19 2358 alembic_0.6.5+ds-1.dsc
 ccf65d1ed6b0c0f7242c00c7d3d97bc884ac3a6c 200828 alembic_0.6.5+ds.orig.tar.gz
 3cbfdd0ad450ddef5c89fdc6860f907e4864e7db 4532 alembic_0.6.5+ds-1.debian.tar.xz
 7542ab07441be3050329ea287c8d18342a19bd2b 186630 alembic_0.6.5+ds-1_all.deb
 d40eebb5c6c97975739992372684c59618f432a7 53338 
python-alembic_0.6.5+ds-1_all.deb
 268742891cb0f28c00cf894a79604964dbb56fab 53278 
python3-alembic_0.6.5+ds-1_all.deb
Checksums-Sha256:
 e1b89413b2f0033c2e2b73fae9000da09697c3d090189d3a5e1dbc0f96ad901d 2358 
alembic_0.6.5+ds-1.dsc
 dd3aeef050a60f02852ad56ebe9f7b5e4d282ca7be867586f1d9c066a4a5e59e 200828 
alembic_0.6.5+ds.orig.tar.gz
 b3834f1e5464d791c0b365b6a1bd9d6b222833af509eb9215cf91a0782b1fd31 4532 
alembic_0.6.5+ds-1.debian.tar.xz
 a73f239d6e262cc433f09beadbffaea8ad52743f35f352d3df3a2a4627b27c38 186630 
alembic_0.6.5+ds-1_all.deb
 a6eb64ddfb9b96abfc4461ca2d774e88b8c21d8c5024cc0791d8807081732f28 53338 
python-alembic_0.6.5+ds-1_all.deb
 300fc7a1588c368d00d3c058b2107a6e1f25a0532e069d7e3bf80be646ce2fdc 53278 
python3-alembic_0.6.5+ds-1_all.deb
Files:
 291c9c6a88b4456589b7b853c1ba843a 186630 python optional 
alembic_0.6.5+ds-1_all.deb
 d50670a1b89cdc981318e47e25c042e7 53338 python optional 
python-alembic_0.6.5+ds-1_all.deb
 655c35f1239464c1381ba75acbdb22a8 53278 python optional 
python3-alembic_0.6.5+ds-1_all.deb
 8c06a46905860da369e535c38b559af8 2358 python optional alembic_0.6.5+ds-1.dsc
 d1f9c48794d2c941d1e50cbb33c331ff 200828 python optional 
alembic_0.6.5+ds.orig.tar.gz
 1389ba2b2b23e6b7dfbeb7e8eb118ce5 4532 python optional 
alembic_0.6.5+ds-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1iLmAAoJENQWrRWsa0P+m3IP/2XTbkImMlHBTUniD0jqzE71
LOPxPIzZiFFZQohQeCZQ/ANrdrbHhL1ABmn20DLuxHQ70CYCHkwU8aXPbbFVQYc0
qsaBcuHpNPCHiHj87cTmPkU+5sIIGIcFcUPrl/XLmyEhR3gUPYzpFcejcMWjaek+
TNVMbbgtEfXQhap98Ig+ovuskXxR3gJ76inJJLAVxUt3cG2X7gUc4qYo6ulC+a5C
5mHNh9ikj/4bMhfPsDI3uczDt47QaGY5auL0fIpYMFVB0gbrxnZ2IU49Nxm6ZOm9
H7PfiEjcWchIGtv6aI25upvbiQwXguD1AybU4i4uhSlsjvCCmAoxwq2CCxRnwz4l
Q1eY0dJniIRY+z27cuYRWsmgj/JPIEuUyvfo5fGlxR5CvMfeb97m/6tQVvGeduhV
nSdy3kCdAIQXSe4cCU1Sd+VS9BUP72i2qw0ndzls7iPLWZwDhcyif+kgk1Bd4SCu
yYNLuEbnIk7RfN2b4ipwvd1tzCeGDbLUkBer3lQOWkNXvZVWLs2c5s/0AvKmtQUB
P3yRQqyAgOhj5wzsipeYK02VIlpzskeYsa7thaMShMWj8ZEZp1yDjpV/hb2U2pFY
4jdvGzd6k0Rx6kK5OfPczFCYDRC9NIvlFPhxxbZklpa4jKDnxtbKJdh5h6HTHG2W
POS3AUEBUjMyoKQL75Rh
=vO3C
-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: https://lists.debian.org/e1xbify-0002e1...@franck.debian.org



Accepted spice-vdagent 0.15.0-1.1 (source amd64)

2014-07-28 Thread intrigeri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 27 Jul 2014 22:36:52 +0200
Source: spice-vdagent
Binary: spice-vdagent
Architecture: source amd64
Version: 0.15.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Liang Guo guoli...@debian.org
Changed-By: intrigeri intrig...@debian.org
Description:
 spice-vdagent - Spice agent for Linux
Closes: 752953
Changes:
 spice-vdagent (0.15.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix syntax of fix-spelling-error-in-manpage.patch (Closes: #752953).
 Thanks to Juhani Numminen juhaninummin...@gmail.com for the patch!
Checksums-Sha1:
 7847c783ffddf6002835588260b65417d2597a8c 2093 spice-vdagent_0.15.0-1.1.dsc
 ea45eb7b17bf59e01921bbeb641838343c3039e5 4136 
spice-vdagent_0.15.0-1.1.debian.tar.xz
 b1283855c92360d0521b19d5bde8864067a95f67 44482 
spice-vdagent_0.15.0-1.1_amd64.deb
Checksums-Sha256:
 0b1d53e9aefec8d830140035cbfc788859d9e44bf360963169b5959cf9cb2f26 2093 
spice-vdagent_0.15.0-1.1.dsc
 10ca10a68c24ee8ae1643050a5a2a1c1ab0dea4c4e48282a8c37b8c04e1be78d 4136 
spice-vdagent_0.15.0-1.1.debian.tar.xz
 16f361ceadbce0995500f1ea9f3b11b47f550eea1150f51db763ac1c5f29e028 44482 
spice-vdagent_0.15.0-1.1_amd64.deb
Files:
 55637745155fd3f9397fe7d87645240d 44482 x11 optional 
spice-vdagent_0.15.0-1.1_amd64.deb
 090b3742c74b285303250702fa394762 2093 x11 optional spice-vdagent_0.15.0-1.1.dsc
 691cdb65c30918c171faf61e5b07c54b 4136 x11 optional 
spice-vdagent_0.15.0-1.1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJT1WnYAAoJELrOFdKldJj/o1YP/0oN8ZX2ZoiRRd8X6EP7ZwlB
jfwjaPjY7twfds6s3TniVwwJG8U41pD6JcfkssJGf2Yf2eUD7rff1sBCF7lOWsVR
oXrm5stK0qLY50C96jhyg1uHuCg4qHC7YzGSqpcoAw0kv9NPeuQHqhP4aencjZRh
WG1ILyZYwb3VWI1dt4Hs+F9PJz1BSGtkKN4vaTgPOIvtkaB+QMlCopRoIy0xuZ7l
q2QmT1XLBo2011zov1xMB6CJ1ylVoY850ofKSdl8KMkRKiCrk3MRc2zJ5/Kse7xd
Poh/4bOplut+rkM/tzcDV0Fi6AJp8cQppdXtxBZ90ciCFwRezKOVc6URNlVEfuhq
qzY3BxlOg6KeVwp+FcUOncM6X4JE1jea6FcYmEWHzpt7s22zf3H4z7i+n76ijJiH
zQhKj6xkK30S6NUmcfD86fcKxnYH0py92CslwcmMSyubMUaGWXDCtzBzjy+nwKG8
BJQMtZFzhkjeItcre4kNlIgtgHxl0ACk0ByyKBMlFEf0iHSLYVE5y47MeRegeLxX
FNmbIg+koVzZVxQwXjpKJNBfDsgeS00pDBWpo7yRza16+fsGEzJLkN0lccOktw+y
kSoZjPmjQly/WkYggL/8XLdNQEwDgTfj47EitpULKTK3TqBL8A2hDgR6fe0HUomH
n0GG3ozUoODZctlPwvlL
=qOwM
-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: https://lists.debian.org/e1xbifv-0002qv...@franck.debian.org



Accepted haskell-boxes 0.1.3-1 (source all amd64)

2014-07-28 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Jul 2014 14:21:45 +0200
Source: haskell-boxes
Binary: libghc-boxes-dev libghc-boxes-prof libghc-boxes-doc
Architecture: source all amd64
Version: 0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 libghc-boxes-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-boxes-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-boxes-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Changes:
 haskell-boxes (0.1.3-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1:
 4fddad395d4234109f4ef16cfd49713e384a2919 2277 haskell-boxes_0.1.3-1.dsc
 37dab9f1c03b6f127952bf3c69457b49d877ba46 5347 haskell-boxes_0.1.3.orig.tar.gz
 0cfad610b74e3ddc7870940ba9481738cfa04fd8 2024 
haskell-boxes_0.1.3-1.debian.tar.xz
 f817bbdac08e09251e8d06f041bc0af60ee98722 37888 libghc-boxes-doc_0.1.3-1_all.deb
 b3c9b83d0a0429d45c67675deba0cc2deb7d384a 30754 
libghc-boxes-dev_0.1.3-1_amd64.deb
 1accbf22f0ed29f668853171b8337d22b428f47d 35382 
libghc-boxes-prof_0.1.3-1_amd64.deb
Checksums-Sha256:
 63f457734c8dc25b2b5a0baa3844c18725c6a81c30796cc352ec88730bb07af0 2277 
haskell-boxes_0.1.3-1.dsc
 78fe880778f3ee427b0ab4a4d6e7ddd194e7030d711d9ba491c8d4d3811c2aea 5347 
haskell-boxes_0.1.3.orig.tar.gz
 20b247be648f4b6d47dc132538e4681944f1a47a19112911bd4160179bb0f238 2024 
haskell-boxes_0.1.3-1.debian.tar.xz
 d8dcd128a09f6bdc353f55674c7b9c3473356787f6850f6391be7e66eeb7f5ad 37888 
libghc-boxes-doc_0.1.3-1_all.deb
 cbe9dea9e23b6e32d675f473b1b8d42cd1ff94f571dd1612742531505acc9027 30754 
libghc-boxes-dev_0.1.3-1_amd64.deb
 8eee1627f66ff876a4154bd5b5ff8925164db2495924f6c5bfcaf6bc8be20e93 35382 
libghc-boxes-prof_0.1.3-1_amd64.deb
Files:
 2a17de8190020fdc08e3720a4bbf9cc0 37888 doc extra 
libghc-boxes-doc_0.1.3-1_all.deb
 2415a5cfcc8efafe4d3a14e987b1faea 30754 haskell extra 
libghc-boxes-dev_0.1.3-1_amd64.deb
 29bcc37cd9a4b3b2bdcf358bce5904f9 35382 haskell extra 
libghc-boxes-prof_0.1.3-1_amd64.deb
 0962104c4a498c04823f689c35036c72 2277 haskell extra haskell-boxes_0.1.3-1.dsc
 7b3aa8b3810469b067e3b0c62e149bce 5347 haskell extra 
haskell-boxes_0.1.3.orig.tar.gz
 d3ff0112e0a12570ef1fb8c5c7cc08e8 2024 haskell extra 
haskell-boxes_0.1.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT07hEAAoJED2QirPw+/UfFgYQAI+WwrOz/18COAGKqQLPk2UT
3AM7cPYAYYHzdAFBuuAGyBeswt25L0NfcT31wowYvUCKnJHpCCZ4oMnEwXD1O4s6
Y1ggjbWDtmVNOAd5P0KGAYfGMurOEGpYdZJ759oKPHeOGcuFhBajvM0g6ISpzugZ
9Aw3focRUEEdZINWX53JISF6ap5K4QkpJQUbI9kA5TzT/YiPHWhOUFy+Pw9FcOdm
PGIH4nFgv9mXhqwAJHlES7bfMKkFZ9jIQ7Ijh25xqezd3xfp6vwlz1bweY4iIUrN
qGugkUam+nySUDBhaTR84V04LCOWJPosJC2WD4kwriENwyaKXee+mKCqg2z+jD8I
GbaQyeH4j6cnowqdKjsvkOtYN8nrIJGl/JNhb4COXAZqDm/3rX7i7BNkUPu0fDxw
5M83Nh41Tki1LnPG8u4z2pBUVwcBaBOgzJX7iKyc29yRm4+YyIogEqbPMmFx2eea
VkvaGK9k0WmfDBmwz5rd7Lb80xNN8t4Mo3KHSN8W1eJ9d9wKKVwkj1qlzc9V2S7E
04bce0T7QX1fDFQtGmysvVSu+Wf2Il4pjQHe4XXZe/3T9D8IlfXtaveqnF7j6jZk
fKnNfa6TllC+3eoLTY88mfnY+3LPFo3fULqYcVOOstTLfwPLBcy6cuZpeqxoM4Wu
YRStC0MuJnuCaTfaSWh3
=o9OA
-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: https://lists.debian.org/e1xbif0-0003e3...@franck.debian.org



Accepted haskell-setlocale 1.0.0-1 (source all amd64)

2014-07-28 Thread Sven Bartscher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 10 Jul 2014 13:52:21 +0200
Source: haskell-setlocale
Binary: libghc-setlocale-dev libghc-setlocale-prof libghc-setlocale-doc
Architecture: source all amd64
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Sven Bartscher sven.bartsc...@weltraumschlangen.de
Description:
 libghc-setlocale-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-setlocale-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-setlocale-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Closes: 739538
Changes:
 haskell-setlocale (1.0.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #739538)
Checksums-Sha1:
 7fe4e4be8dd421511dc0d55f94e195d33643dc4a 2181 haskell-setlocale_1.0.0-1.dsc
 c75f986ee3226d3f33e1e84904f49c94e8b3f521 1994 
haskell-setlocale_1.0.0.orig.tar.gz
 ba82e8b6b08cb64bdf34093ebd78665f80e78c05 1972 
haskell-setlocale_1.0.0-1.debian.tar.xz
 5541aace0bd6f3b9510f212c549da5e0320b43e5 27020 
libghc-setlocale-doc_1.0.0-1_all.deb
 eef84e5eea6c530a483ee8ac8b3392995a3d6233 25458 
libghc-setlocale-dev_1.0.0-1_amd64.deb
 68c366d56f03d7f1bb366d36e72909914b05f208 26372 
libghc-setlocale-prof_1.0.0-1_amd64.deb
Checksums-Sha256:
 96da18214042259d1722864049bcaa875138b088bef0cc7c130139d00cafe971 2181 
haskell-setlocale_1.0.0-1.dsc
 f15fab0209350e2450a411098ad2c83d30dc0cda861f44a57f8829291380ddae 1994 
haskell-setlocale_1.0.0.orig.tar.gz
 0ff5c2fd3729930a8e4a58833c71ea5b855f9202a0c3712471095e1f871dc1e0 1972 
haskell-setlocale_1.0.0-1.debian.tar.xz
 9f0f059e97955a43f6f1532727c7c625f0c6bc951c02732606ea9524972a6b51 27020 
libghc-setlocale-doc_1.0.0-1_all.deb
 824602879bffc1d0d8d6d9d3972e1d1c5d875e6c2fdb2a3ea9e9dc8df9c17d6a 25458 
libghc-setlocale-dev_1.0.0-1_amd64.deb
 a605cbab782bea1fc52780acf38eb6b9479b301d8ac1a2c6d613980383687c94 26372 
libghc-setlocale-prof_1.0.0-1_amd64.deb
Files:
 f86f871a25b91bec19955b1768861c10 27020 doc extra 
libghc-setlocale-doc_1.0.0-1_all.deb
 e250ff8f71164d5bcac558cdb2539834 25458 haskell extra 
libghc-setlocale-dev_1.0.0-1_amd64.deb
 117a2d0f1d862c9356f4b1d3cd0ccbad 26372 haskell extra 
libghc-setlocale-prof_1.0.0-1_amd64.deb
 bb50c4d5b3bcbc5344cbc7e806090809 2181 haskell extra 
haskell-setlocale_1.0.0-1.dsc
 f94921ad6057e2eda77a0f5239170388 1994 haskell extra 
haskell-setlocale_1.0.0.orig.tar.gz
 996c01d9b76cb68400bcadde8377ce3f 1972 haskell extra 
haskell-setlocale_1.0.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTvpcnAAoJED2QirPw+/Ufe8AP/iFn58dwzjPv8knCLz32h/QG
ryg+KX7nmBPjfA9ibQ9ZdRQYTSoI1r+txaeoo+BfsCLNcky8IZfs2DrsdVgfPrPJ
cqn/l9j895/3EGPZFxDRb4wx79nBUGO2XTzOYg3Adf3jFgNqECUQSwZOw6NCZfq2
Lnv19GQGc1uvi3UrROSHK2bCTC+Ad7RudfxAQji7bY45Rtsj01QPmvFnMUv5zOZ0
Vk7FhE76H+CjLJ/NuS/7XMN51wl7pZkSkO6uku3mDCqFcrKGNEGWv6akw7QIY2XU
SUVok9L+K/U/RdF7DTO88DuoLn6YE4VMyvTkNlISrYZe/MKltQ8NC5isDGE6Z29D
TaaQBNtyCjf6lSMAbmESaeG9KE4sfbFUjjHkh3S4avPE7g/vvP7rsre/iNVxyZ7l
LwxCtkqyhltAtigVufMwVcbROlG5/bFpbZbLdC7iLnuBPaug1Sa25Rkr9CBCGXZu
R1t2fvg7gM3FfePzIGKp/sfFvf9PKd3nFiS+1sMDfrkZhbOY0L4f+hew4nOa8xbF
7JbGTZd6NGTr+aEEWx908Y96VIacJnDeOb2xtjuaqXBK9TeLsbIEVpwMfgCanx+I
SoGOLofuPqRaQaDhD9vqbFpKeg5eHrZeUV3CsXjEN7gcjrPQhhueM/MQBY12gZUE
OuY0hPEEPNH2qp3Huy3W
=VZU1
-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: https://lists.debian.org/e1xbif1-0003ez...@franck.debian.org



Accepted haskell-binary 0.7.2.1-1 (source all amd64)

2014-07-28 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Jul 2014 14:12:53 +0200
Source: haskell-binary
Binary: libghc-binary-dev libghc-binary-prof libghc-binary-doc
Architecture: source all amd64
Version: 0.7.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 libghc-binary-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-binary-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-binary-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Changes:
 haskell-binary (0.7.2.1-1) unstable; urgency=low
 .
   * Re-add a dedicated binary package. Agda needs a newer binary than the
 version that comes with GHC.
Checksums-Sha1:
 aa02fe6df1bd2c81591c9f5c61d25faf7371274c 2219 haskell-binary_0.7.2.1-1.dsc
 69ccfdf86ef899359f97564f56038a523391d42d 47516 
haskell-binary_0.7.2.1.orig.tar.gz
 d8396afdd71c4e305bec5ea6db4e3577cd5e1eb2 3352 
haskell-binary_0.7.2.1-1.debian.tar.xz
 c12f14dbab885adcdf3de75fc3d8331d2c6d14bd 92130 
libghc-binary-doc_0.7.2.1-1_all.deb
 ff8b039d24ba0752c6d53a63f03f57dbb961acb5 172112 
libghc-binary-dev_0.7.2.1-1_amd64.deb
 a1ba65351bd3a31f10acc1b004430ac3c8c1d9fe 185352 
libghc-binary-prof_0.7.2.1-1_amd64.deb
Checksums-Sha256:
 6fb0df29b11c5106c56e62b72508c4f9c919bc8fae63073b6e91f50a73d20e0d 2219 
haskell-binary_0.7.2.1-1.dsc
 df166ce40ba46e7be225c3c72433ef1e0bf3edbdbb75dbbb546fc55c596d1168 47516 
haskell-binary_0.7.2.1.orig.tar.gz
 f9d89308f07b062ab8a1d30058d17029f5c8db1dab28a278883f3d13260cfd34 3352 
haskell-binary_0.7.2.1-1.debian.tar.xz
 4bfc05a25d2843b8198d7c89dd5a980b9dc8ea124ed53b7dd48c15cc231fbc0c 92130 
libghc-binary-doc_0.7.2.1-1_all.deb
 1e937b76fcdc94c1d1779f214b1ef6079d9de20b107ff228a3ac2e741cfa370b 172112 
libghc-binary-dev_0.7.2.1-1_amd64.deb
 ac27b208edadfa97ab3e01e41cd86ffca571489dcce18775fedd8d0ec10a23ec 185352 
libghc-binary-prof_0.7.2.1-1_amd64.deb
Files:
 75de71d9dc1708154585aea03fa3fab0 92130 doc extra 
libghc-binary-doc_0.7.2.1-1_all.deb
 6c62518a27ba07b2df2653bd6d23c42b 172112 haskell extra 
libghc-binary-dev_0.7.2.1-1_amd64.deb
 58d02ce6fe37349ca1705acf0fbe9c4e 185352 haskell extra 
libghc-binary-prof_0.7.2.1-1_amd64.deb
 2876b7663a2e16970d0b56a73e816a6e 2219 haskell extra 
haskell-binary_0.7.2.1-1.dsc
 44d8043f47128039a97918c27b8cdad5 47516 haskell extra 
haskell-binary_0.7.2.1.orig.tar.gz
 41a5cbceee0cb708beeb285ba54472b0 3352 haskell extra 
haskell-binary_0.7.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT07g2AAoJED2QirPw+/UfqRMP/RO5UMqFAqf8pGf9DiCZ2f5k
R38lKLwwSQpV5Owicav52RgWdBNbJZlKRd9Cn2x95/sLrvqNVxEa0WE/8AtMJn4F
7A21vO2DwAjSLB3P/SXzef/ouEl73Z09JrZdw8H3nny8rJFELRXcpo70X+sqHkfZ
lDvXeFKcZqWPqlZoqWTrUIA9ozqbtqhxomva8udEK0fGsRi82ExusUxVofQuvw+6
9kT80KSGe2e1QOqVYnJr7CcC2yDWHTwsqhVL+/YbB3JehzhjXSVCSZKXS0vVM8mm
x4Zmgy1CA/aZpQsMkvn/ujEJdqf0Vq2+t/u9w8wv4/DpmBNMki5eqUWv31Ue0WMz
E/FO+lqqoYIB5yhc9taIPOnJ5W/a0qmVCbPpxKIg9EzygLpdjqdA7GCBI+fFAZDj
4LQUDgcgEXvo59mckQpbw5HRSCaSc0HaWfe9lzG06jkrqJRI8Hw1qOD97gtsehkQ
T48TmBalgZuyFujsbycPS4qXONCT762T7LMKAtwPYbIG33qK8hqop+JnJTg5DuQA
5AZGgGKfY5dg/ZSLNao2Y/G5a99hHLa8JkHiy/ixu2ieqq3QTLyYskLYpzu/yQML
xGG5+Hh/fnH83w7OCPFAMbEFZhXvHL5bl+BmbkRhluELKeHbBlxKT31ndDxCj5Bh
Bcokn91kMi4ip8LWAc2H
=uvQ7
-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: https://lists.debian.org/e1xbif0-0003dj...@franck.debian.org



Accepted haskell-data-hash 0.2.0.0-1 (source all amd64)

2014-07-28 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Jul 2014 14:25:48 +0200
Source: haskell-data-hash
Binary: libghc-data-hash-dev libghc-data-hash-prof libghc-data-hash-doc
Architecture: source all amd64
Version: 0.2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 libghc-data-hash-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-data-hash-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-data-hash-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Changes:
 haskell-data-hash (0.2.0.0-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1:
 be688fbaf3b2c80c4dcc782756d81b8bb7545b25 2354 haskell-data-hash_0.2.0.0-1.dsc
 f664aa2673781836a2225ec2fbbe4d5a6aca8731 8486 
haskell-data-hash_0.2.0.0.orig.tar.gz
 d2fad7563bf93ddadb63d147235b8a76606dc4c8 2020 
haskell-data-hash_0.2.0.0-1.debian.tar.xz
 068fbb35c843fcd8d1f7def43d8324ad40d9e1f7 37172 
libghc-data-hash-doc_0.2.0.0-1_all.deb
 505d6b4607a1d1912ac7b51045aeb6d1ceea0e02 61858 
libghc-data-hash-dev_0.2.0.0-1_amd64.deb
 1bbdf766cdc5841b59078af01fdb5a62632cc3d6 60026 
libghc-data-hash-prof_0.2.0.0-1_amd64.deb
Checksums-Sha256:
 99097852161e9ff7eeca25e9d6b236ddcc8114c3002dceb28e1a52954e2b49ad 2354 
haskell-data-hash_0.2.0.0-1.dsc
 35b39a4ec9efaad0c1fac2c1d5f7b6fe4717a67935a8f9d6c372bce9085bdaad 8486 
haskell-data-hash_0.2.0.0.orig.tar.gz
 aba217c8a4805e904293e232c25b6dcd4ffbf78315371d43eaa8a624d886e1d5 2020 
haskell-data-hash_0.2.0.0-1.debian.tar.xz
 62bfcfaad596bfa338b4ab3d2325919b29340f4dc5e15b71f9c2fad7c7fd21ce 37172 
libghc-data-hash-doc_0.2.0.0-1_all.deb
 73d9cafa38da6db06c64af489ec4fd269a0a34295de569ac335083b40c97bb0a 61858 
libghc-data-hash-dev_0.2.0.0-1_amd64.deb
 c1d2d7b3af74980c764f8c380207c7dfc4dd418e0814acdeb039208448166cd5 60026 
libghc-data-hash-prof_0.2.0.0-1_amd64.deb
Files:
 fe79651c64ba7fc5c36decbca5f5af3a 37172 doc extra 
libghc-data-hash-doc_0.2.0.0-1_all.deb
 b6e21ba4dcc4cde7a7e0efd65ff59976 61858 haskell extra 
libghc-data-hash-dev_0.2.0.0-1_amd64.deb
 ec24429d0983c65e27b565754975b4ad 60026 haskell extra 
libghc-data-hash-prof_0.2.0.0-1_amd64.deb
 0c32ce7e7be3895919bb6315dd1f05a3 2354 haskell extra 
haskell-data-hash_0.2.0.0-1.dsc
 fce59c69e0056e1f428c44711ea8c771 8486 haskell extra 
haskell-data-hash_0.2.0.0.orig.tar.gz
 76b0a3d86b4e63545aaa75eb04b44e69 2020 haskell extra 
haskell-data-hash_0.2.0.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT07hNAAoJED2QirPw+/UfipEP/0x6weh6rqrir/ZbPw9KRL7A
ksm2vwzbrKQlagjYyZj/9t23GARmZ0DuO/faMVI2Hq4LEGF2bJeeRJ4QPJkuUqu7
IZEuaCK14GQ76Y1VYRb1c7dKe5urT7HTdVETagRMth2aZClO8alv+TW5mj4/6eP4
Y/JCk1iPJNxGVE8oXxl5ckzOMS99n3xVRaNYycoc3hPrI5SYz+v+rq4dmT144+Yv
gRoNU77VwqE7/G7a0EgjNYqdvdv3mOw6DJajGgOy3kBDrL517rEyMuQaTI9JZcLH
+2O3DlWbA8QjokbpGDV5nAzI3XsBsCvMIk7sVFSgiV18MS6rWAOoDRphTUQj3V7o
hvONB3FXXCSS1nBqY+3saamw2FSeG3P1MXZKxSPFa1vXYi6gqKBStdwsQUVj5wrV
aK6lyb08eH4jH93Cu6qXkSBoak7ovrAJpsaEKwvHEUIpbf6pn/qnJVpUOpd63z/y
glGH0Hb9xI7zLztH67CIheknnQ1exnNczSB6dhpQiSFJv1gqDwtCtOfisHvHXIul
eOWR2jYWRV/grNH66QvNrEiwoDkOyh7onbqfkAHr5SDmO/ESmQ8xHLU0KdURraSa
yVa7FpFWpJrWMupbkTlJgL0tODq2LAdAF1Bmg2fQc6iwo2fud2V85o2WEJlNCJxM
e8KODxRq1AcrQO8ab0ms
=BGYS
-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: https://lists.debian.org/e1xbif1-0003ei...@franck.debian.org



Accepted accountsservice 0.6.37-3 (source amd64 all)

2014-07-28 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Jul 2014 11:43:01 +0100
Source: accountsservice
Binary: accountsservice libaccountsservice0 libaccountsservice-dev 
gir1.2-accountsservice-1.0 libaccountsservice-dbg libaccountsservice-doc
Architecture: source amd64 all
Version: 0.6.37-3
Distribution: unstable
Urgency: medium
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description:
 accountsservice - query and manipulate user account information
 gir1.2-accountsservice-1.0 - GObject introspection data for AccountService
 libaccountsservice-dbg - query and manipulate user account information - debug
 libaccountsservice-dev - query and manipulate user account information - 
header files
 libaccountsservice-doc - query and manipulate user account information - 
documentation
 libaccountsservice0 - query and manipulate user account information - shared 
libraries
Closes: 741124 756259
Changes:
 accountsservice (0.6.37-3) unstable; urgency=medium
 .
   * Do not override DefaultStandardOutput, it could be helpful for sysadmins
 to determine how output gets logged. Thanks to Josh Triplett for
 reporting this. (Closes: #741124)
   * Refresh 0009-language-tools.patch.
   * Enable 0009-language-tools.patch. (Closes: #756259)
Checksums-Sha1:
 3b396f97ef91ff95fcdb757e0261d5cd9cc4afef 2699 accountsservice_0.6.37-3.dsc
 1316fd5570a7383ca58f578796bafc5c79cc9b71 37610 
accountsservice_0.6.37-3.debian.tar.gz
 5a6c2a6443ac5f7fdc5b092fbb7e2714d35f9114 71236 
accountsservice_0.6.37-3_amd64.deb
 6d2723853c3f7111d26db03f469c3f6dc1fdaafb 75608 
libaccountsservice0_0.6.37-3_amd64.deb
 3060acd1c4e25b5e031a5613679d88c04a15e46e 19212 
libaccountsservice-dev_0.6.37-3_amd64.deb
 681a8a590923c0839656282e685ebb1f68e330c3 14184 
gir1.2-accountsservice-1.0_0.6.37-3_amd64.deb
 c92d3014fb2d0d42d93af381c1c83fdd84cc54f3 155428 
libaccountsservice-dbg_0.6.37-3_amd64.deb
 82a995078ddfe1896a101d28b4e1d97a84225f32 29478 
libaccountsservice-doc_0.6.37-3_all.deb
Checksums-Sha256:
 8b48663f46e84751821d45ab02d2f0c1c6763c821abca4547520c9a07b5df8cb 2699 
accountsservice_0.6.37-3.dsc
 78a19eb2b5b5244af0b6e0c311d4d83189bf1eeb14cf7487db518ef748f196d2 37610 
accountsservice_0.6.37-3.debian.tar.gz
 c6ce3ff0e0d575a2f0671644bcee0d5a4af852d134edc1a86f98d8add2970a47 71236 
accountsservice_0.6.37-3_amd64.deb
 e8ea1245d4e6eb7d29e04ab7cf0c4f3a2b55a4b4805651b7e50223445a086d44 75608 
libaccountsservice0_0.6.37-3_amd64.deb
 4f602db92d326e15b4c52030b6aa0a82fa9bbd58c71ab725aa5eb9a40f152e2f 19212 
libaccountsservice-dev_0.6.37-3_amd64.deb
 a9739bdb9b827a1acd524a33c50ccfc3169a21072bc0c045556338cb563fa010 14184 
gir1.2-accountsservice-1.0_0.6.37-3_amd64.deb
 84c62e409d5dcc1c327ef996305838e771de3570781cfe41319d0d251b254e7d 155428 
libaccountsservice-dbg_0.6.37-3_amd64.deb
 6c65146310a280df67c0158705348c34f1094e3b123a861fc9c1caa18ad8f6ce 29478 
libaccountsservice-doc_0.6.37-3_all.deb
Files:
 c0d2229844490bd445822d4d37657f85 71236 admin optional 
accountsservice_0.6.37-3_amd64.deb
 37f2876fae4936b5ceaac235887d9815 75608 libs optional 
libaccountsservice0_0.6.37-3_amd64.deb
 ce3638f7db22ab1f6043be3d0272c3ef 19212 libdevel optional 
libaccountsservice-dev_0.6.37-3_amd64.deb
 365affec503a50fe98df56da0742ad56 14184 introspection optional 
gir1.2-accountsservice-1.0_0.6.37-3_amd64.deb
 0be9105624abd1e87f788e890a666e33 155428 debug extra 
libaccountsservice-dbg_0.6.37-3_amd64.deb
 b7967b6fc23ee7f251928a1c61ef16fa 29478 doc optional 
libaccountsservice-doc_0.6.37-3_all.deb
 388b410228ae0eda6a2afe0778711e37 2699 admin optional 
accountsservice_0.6.37-3.dsc
 6639ff9b99baf16c6a85c36c030ec51b 37610 admin optional 
accountsservice_0.6.37-3.debian.tar.gz

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

iQIcBAEBCgAGBQJT1iqnAAoJEOikiuUxHXZayecP/0iVhVe7Dy8zGL6cKJkgBVzM
9moHtlpbtyEUGH0FZsjXBSsA4aag86wXFRUuX5fr/wjbiiA52ac4JQ3PBa3GDgky
dK1v88JGz38hcHvovAdB4SY5s+mDJyW7iJMOWTF+Y2D8qyNlT0FvDO17HBiy3Mxm
iav016JNdO13EsKP9R470n7S/oWazBVWrTgmeeWeTJ/NDjKMCHpTs7P95xBcEpUS
3mDXfBglg3EIO0p/PqaTWWPZ2WrnPdmxW3qaW+k98fcgEaT8XkJfDjboO4CMfwR/
eC+zasjhJRx+79zhTdwxgvcWt4RsRr6lcmEeFtjX21JnRhsoVMbYZXqc3C2N+aKP
zQCQjdI5IWZWb4/rwUEiKeni1+d0+YZOaVrWJw/blSLYU6ij87VDDG688z6JlUcb
1YdfH0u0c/VlFg1eGJegrib1hh4pziy/X31/LXse257fZ5T/R2jl+3z+LaPtjT+K
4jyPR5LGEw7vrKc0TTKyaCpmQpN6EoClRRml/jZTdKrZX+KCl0zFkAdNuqgqM6lx
uP8mvNhjWHLmDeZp9W4/9nAmwbCj1UOQg7nszR0oIOZrPZkP8cgDyKsq1mGr/pmQ
pjOGeqIMIS714dumXuIjuOOwreqdUodOkPAiCrXCVdXi8oP8X6m8XVlMyQ0DiA0i
pojIee5niW3XzaAVBxae
=ZeKS
-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: https://lists.debian.org/e1xbiil-0004ua...@franck.debian.org



Accepted scribus-doc 1.4.4-1 (source all)

2014-07-28 Thread Mattia Rizzolo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 27 Jul 2014 11:46:21 +0200
Source: scribus-doc
Binary: scribus-doc
Architecture: source all
Version: 1.4.4-1
Distribution: unstable
Urgency: medium
Maintainer: Oleksandr Moskalenko ma...@debian.org
Changed-By: Mattia Rizzolo mat...@mapreri.org
Description:
 scribus-doc - non-free documentation for Scribus
Changes:
 scribus-doc (1.4.4-1) unstable; urgency=medium
 .
   * Adopt the package after long time.
   * [e09252f] Imported Upstream version 1.4.4.
   * [6bad1a5] debian/README.source: add to explain the origin of this package
   * debian/control:
 + [b5104db] bump Standard-Version to 3.9.5. No changes needed.
 + [a853775] fix binary-control-field-duplicates-source lintian tag.
 + [870f285] fix homepage-in-binary-package lintian tag.
 + [32098ed] enlarge the description (copy-paste from scribus)
   (fix extended-description-is-probably-too-short lintian tag).
 + [2d811ea] remove Conflicts and Replaces on scribus-cvs-doc and
   scribus-svn-doc: they are not in the debian archives.
 + [550f404] remove pointless build-dep on quilt (we use source format 3.0).
 + [d03fea7] add myself to the Uploaders.
 + [79cbe34] add Vcs-* fields.
   * [b751c9b] add watch file
 + debian/watch: add (fix debian-watch-file-is-missing lintian tag).
 + debian/upstream/signing-key.asc (fix
   debian-watch-may-check-gpg-signature lintian tag).
 + use the same watch file and signature of the scribus package, given
   that the original source is the same.
   * [ba5f87e] debian/{compat,control,rules}: dh7 → dh9.
   * [104bbad] debian/copyright: rewrite using debian copyright format 1.0.
   * [73eb3a7] debian/patches/add-cmakelists: add to be able to build something.
   * [8835fa8] rename debian/{links → scribus-doc.links} to be more 
deterministic
   * [f857dd8] debian/scribus-doc.lintian-overrides: add to override
 package-contains-broken-symlink lintian tag.
Checksums-Sha1:
 1cd7a364136c78237dbaf48f27c16ab0e5c55c15 1939 scribus-doc_1.4.4-1.dsc
 47eb9f4a4532366fa3923a08c96705a1f180220b 53570044 scribus-doc_1.4.4.orig.tar.xz
 04ff75e5e69dc40c1856be5180bffa7246865742 21140 
scribus-doc_1.4.4-1.debian.tar.xz
 e1c8baacd0c21f17d373afc3174985fa15cedfbc 50122544 scribus-doc_1.4.4-1_all.deb
Checksums-Sha256:
 2ed3e51ba7606fc1eb9ac09d3ec8c8f4709e0f4b7f3e393306148f2fc8705e12 1939 
scribus-doc_1.4.4-1.dsc
 d726158c13007ce370bd0c88f6b2d7a0f374d9dde312f291891084b970ed8647 53570044 
scribus-doc_1.4.4.orig.tar.xz
 1a926ea471da1c95c5232d837a8e0d38a0847a0c6fea403453bc7efc5af9a439 21140 
scribus-doc_1.4.4-1.debian.tar.xz
 d91ac0673208d12e4682d895529aeef12cf5240b3de42047b1dca5662f586e47 50122544 
scribus-doc_1.4.4-1_all.deb
Files:
 b80ad37898279d970de957c4307b70a5 50122544 non-free/doc optional 
scribus-doc_1.4.4-1_all.deb
 40aa489889204d33268869d6fac7cf02 1939 non-free/doc optional 
scribus-doc_1.4.4-1.dsc
 d52e72fd85803d917b1e184327a6e3d4 53570044 non-free/doc optional 
scribus-doc_1.4.4.orig.tar.xz
 0e8484db058f92a2c7ca06948e7681ea 21140 non-free/doc optional 
scribus-doc_1.4.4-1.debian.tar.xz

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

iQIcBAEBCgAGBQJT1iylAAoJEOikiuUxHXZaOqIP/0Cb7sha3CJWATO6I/QCRIWW
/2rySysotMLRMW3CtziQyFo/QbW+Tt2iR9SmXxOaclMgLD/u+77smgN2SUxzH9HE
7G/DjoZsFebExRcmtHdF11vQWAUXfckO9sYLHWFUdn46lfbC8/wYX/8bngcjS6a1
135FruyCGQvZfArlA2q4NcYhWuXoU3uwg6kGuEbYYefd9Lmhw+Iqb0r1paMWhs2D
QgkxO4Q8gK0w7EYLw98SJA6BndpHYDFMjWdLfCBlTCTXyvVCAvTUIBCIP3w/eJcZ
6GYCrepGzx2XbXNWSxQiUa3fA1wUHjYlDE/qCV18SoO7tg5XjBToTHMz2t+h926+
DQ7PzBCmckUenjyzB0tiOmiI/rZHSo9merclFDDdeXe+zPxvwH/wy9wJOWQ8g3Zh
M4tC3x4F+b0QHD3O5aciOSHz90n/xPYRncZ37rwh/bYHi7dEfpOfKJfprsrCSejO
2yyzC+r0aXIQ5pdxd0yx32jry/cF4M2qQry1Ptn1h+WSs8ZTVOU5jiYHz9cz2Ny7
IhIVJdRuQyzXhkssVaSb6o9O/tLt/arcwS36MdsWAOA4UYCfXaN0EJP1GBOu1xGI
cAu+rXe+b58EVki16Bwbx5U5orHsCLOQzL8Z7CTrQmrXPpVK+cJQWRltgyyK+zCH
GSkkRobkjiWYYXVsuDAF
=uevA
-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: https://lists.debian.org/e1xbij1-0004dv...@franck.debian.org



Accepted goocanvas 2.0.2-1.1 (source amd64 all)

2014-07-28 Thread Alberto Garcia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 18 Jul 2014 12:21:22 +0300
Source: goocanvas
Binary: libgoocanvas-2.0-dev libgoocanvas-2.0-common libgoocanvas-2.0-9 
gir1.2-goocanvas-2.0
Architecture: source amd64 all
Version: 2.0.2-1.1
Distribution: experimental
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Alberto Garcia be...@igalia.com
Description:
 gir1.2-goocanvas-2.0 - GObject introspection data for the GooCanvas library - 
gir bindin
 libgoocanvas-2.0-9 - Canvas widget for GTK+ that uses the Cairo 2D library - 
shared li
 libgoocanvas-2.0-common - Canvas widget for GTK+ that uses the Cairo 2D 
library - common fi
 libgoocanvas-2.0-dev - Canvas widget for GTK+ that uses the Cairo 2D library - 
developme
Closes: 751969
Changes:
 goocanvas (2.0.2-1.1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * debian/patches/fix-g-i-path.patch:
 - Install .typelib files in the correct directory (Closes: #751969).
   * debian/libgoocanvas-2.0-9.shlibs:
 - Add shlibs file.
   * debian/gir1.2-goocanvas-2.0.install:
 - Update path for .typelib files.
   * debian/libgoocanvas-2.0-dev.install:
 - Install .gir file.
   * debian/libgoocanvas-2.0-common.links:
 - Fix link to documentation.
   * debian/libgoocanvas-2.0-common.doc-base.goocanvas2:
 - Register documentation using doc-base.
   * debian/rules:
 - Build with autoreconf.
 - Run dh_girepository after dh_shlibdeps.
 - Enable parallel builds.
   * debian/control:
 - Add build dependencies on dh-autoreconf and gobject-introspection.
 - Make libgoocanvas-2.0-dev depend on gir1.2-goocanvas-2.0 and
   recommend pkg-config.
 - Remove Multi-Arch: same header from libgoocanvas-2.0-dev and
   gir1.2-goocanvas-2.0.
 - Update package descriptions.
Checksums-Sha1:
 ae7e9228d54ca06a7871f1c0b6482f4f0f03ebd0 2375 goocanvas_2.0.2-1.1.dsc
 6044cc3df127105e2ce945758b943cf6302f8958 5388 goocanvas_2.0.2-1.1.debian.tar.xz
 9d49a3c2b56ace9e8b4dd644365991bb2662506a 171468 
libgoocanvas-2.0-dev_2.0.2-1.1_amd64.deb
 23b3a1f98c4ac4a5f9bdcf8b9cc8952f29164e14 111702 
libgoocanvas-2.0-common_2.0.2-1.1_all.deb
 466580197122b782db6da83676bd1a5986c6e0c7 117854 
libgoocanvas-2.0-9_2.0.2-1.1_amd64.deb
 b742522d73943ae1ee07b53e6147d2791042d3ce 40100 
gir1.2-goocanvas-2.0_2.0.2-1.1_amd64.deb
Checksums-Sha256:
 05a1bf529a892ac6b95658d3af22f1fa8b53f470a6bca74e736572caae7f5fd4 2375 
goocanvas_2.0.2-1.1.dsc
 4678d4c14b949d171583bacfaff7703fb562cafac0f2b439d65e8f494e152a3f 5388 
goocanvas_2.0.2-1.1.debian.tar.xz
 3ecfab947e71eed06e8fa99bb2f0587a4353fe014d33142b790e7f3a2b8e9990 171468 
libgoocanvas-2.0-dev_2.0.2-1.1_amd64.deb
 313698847ca938e1e6124502ff63e99b211bf26598030223f3af60ebbbce3a3d 111702 
libgoocanvas-2.0-common_2.0.2-1.1_all.deb
 6e58d7b1e0183eee10b1bd3c6d4662edf6e73788e10639fcf75d34093e74fb22 117854 
libgoocanvas-2.0-9_2.0.2-1.1_amd64.deb
 26bb93a3c7907c4fe44fbd4f4373f7b808aa96c3a22070a7a86f853ff92bce92 40100 
gir1.2-goocanvas-2.0_2.0.2-1.1_amd64.deb
Files:
 f9e8fc897ff04124d22205d6b4c82663 171468 libdevel optional 
libgoocanvas-2.0-dev_2.0.2-1.1_amd64.deb
 dc26c170e0f837b762a6a1fdfd5078e0 111702 libs optional 
libgoocanvas-2.0-common_2.0.2-1.1_all.deb
 a5134d225b752fd14299f02b01e1f82c 117854 libs optional 
libgoocanvas-2.0-9_2.0.2-1.1_amd64.deb
 be85e2e6e57e6fd3545ad8d98a628754 40100 introspection optional 
gir1.2-goocanvas-2.0_2.0.2-1.1_amd64.deb
 08411916cf3b8bf7d5c098d8a7b176a3 2375 libs optional goocanvas_2.0.2-1.1.dsc
 5c1bad20445ffe4370da504d36123057 5388 libs optional 
goocanvas_2.0.2-1.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU8j6IL4yGa8+1BNBAQiuOA/7B8nEyw7qp7HmmGseaN2bVnMG1XX/7qJb
DWzZAusr1yCMjzayumfGDUMo3q7UQAsMw/73+51VqEGW8Mt5jZyS5L21hxp2p8OP
a8GqMzwQFedoFJZ88Demm+jvdXWpYLE38aDYgwdafvQZK9kEa2Jj8fKEZ1rnvjg9
SvS8kfMecA1rTF16jxNl3eTKZEutRAjtnbgUJPO2vqsOEQHl162RG8zj/P/uU7Fo
ba0pIJlu4Wxen73V0YkBV9L8r6IqhqoTzCtb5iyRWEpUAbb7kM9lOqY2IzN7Ykim
MogyU1dGceH7NBSjOffmCjka2y+Jhs/TOo1/HXW1U/SC/RMnOraDXni9hZRNTE76
EVyunawu8RZ7fpf08zLa3HNwI4Q807uFQm3K5DiEqdYPd5Z76PlW9Fu9rgwnbcrr
g2Bd4t6LUNm2lennzk4FP3Y7QNyqxnk0zSAaYBIE+j5W19/IW3QiZLOGcWWX4lZK
MmrtpNuFb7KhRtiu7VvSXBSqP21BMqI/1J+jgGE5ubq3WaChB3y2yGaBJcBrKeE7
N3QJQwIyHw5D1Nyz0JVGybiul9z1fU4+3UQzxBZzEXlbGawNDkbOM+Ngq3UqtxWV
kn3oT4YLdfX1/fjNlFqM0o4i7+O9u9LT4WdgJCkXOh0X0WW8tjiDHUqzw1jhpicR
eSBt0mWgrAI=
=Tw/a
-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: https://lists.debian.org/e1xbix1-yt...@franck.debian.org



Accepted python-neutronclient 2.3.5-1 (source all)

2014-07-28 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 18:52:08 +0800
Source: python-neutronclient
Binary: python-neutronclient
Architecture: source all
Version: 2.3.5-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack openstack-de...@lists.alioth.debian.org
Changed-By: Thomas Goirand z...@debian.org
Description:
 python-neutronclient - client API library for Neutron
Changes:
 python-neutronclient (2.3.5-1) unstable; urgency=medium
 .
   * New upstream release.
   * New (build-)depends for this release.
Checksums-Sha1:
 03f02f6fc5c4a82b2634652091733e5ef25288e1 2675 python-neutronclient_2.3.5-1.dsc
 57847eb475a5ad3c49e17f0ca748d79642f57ca4 89592 
python-neutronclient_2.3.5.orig.tar.xz
 8b4a65869bf9727906b907410a5cd9842e3ce5db 3180 
python-neutronclient_2.3.5-1.debian.tar.xz
 3f5c36d9872033de18218aedd557af25a370ed2a 88460 
python-neutronclient_2.3.5-1_all.deb
Checksums-Sha256:
 d253bde8f1aa5f76bbc0145bbdb05e0b6896101a7adf6375abc9a2b5806bd3b7 2675 
python-neutronclient_2.3.5-1.dsc
 b9108f332bb313a9cf1ee013059c0dab54a6d0258f7946dab85d3a85327c4270 89592 
python-neutronclient_2.3.5.orig.tar.xz
 8be9f73e023f64e8c86d8105842b9477144f1d99bf2ca1cd67528df87e42a126 3180 
python-neutronclient_2.3.5-1.debian.tar.xz
 5e83933b9cf0b88495c7cd206a394755f03f862e54fea0c40b11fc483b358658 88460 
python-neutronclient_2.3.5-1_all.deb
Files:
 6460189f3da89846b7ee72d0252bb635 88460 python optional 
python-neutronclient_2.3.5-1_all.deb
 b4984da16cf1be212f883244f3c1c3bb 2675 python optional 
python-neutronclient_2.3.5-1.dsc
 0721da07152f5c5413aa35f513fe5b8c 89592 python optional 
python-neutronclient_2.3.5.orig.tar.xz
 2ab2587380a7bcc7e5d61dcd83a99f88 3180 python optional 
python-neutronclient_2.3.5-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1i8pAAoJENQWrRWsa0P+CHMP/1ltwDLqqZ8tOPzf0zYpVqjz
w3VIvWp/UFT6tvhZoLZp9p+wA80vswcfxEJbsqjLBmdH4C/Nek/fyQgWEdUtxPZt
Hf3gDWsNLwMxBskeSOUtaFLLtAmokDLcun9Raif7jHX6dKsXam1RmCdYZaCfSNnn
Vau4vqnKMPKQhI/h91Siy80X1YSO1TdDvc4LK0+DeSAL64HOpd+1b986poRnilPd
RkgGmF9Ei0opKryH1vJQG0lIjx9mheAn96HxmdcT/5wncmkFX8SYpwzi1UuxZDsW
NXDVJUPgNgf7ebu1z9At8UG6RtYkLgnyXCSOVRzZwd+ZZabObfgERSO4ZRZDlBns
1Lhktw0QvKn1LmUBzvGnmXYdaUvUZaUOjq8aSXrqFdclgbmFWCIicdIN2mLvJpMF
OyO8myu6FfiJOdnJ9WO6mRn48egiRlygxgUtiRzkHPgfSbUKh+o1vPa2Cuo11vn3
14T1a56lFFs50YpW3lak6erdBnMTHdeuxG1nZpl7pG3Hj/1l91Xe0y5TKkia40gV
fOcPTiUUZ7CW8MyO9WUvH46nshWlvKS42XQJiKzj5BOhfy0vzCW2rO0S0SLuJin6
bo710X34Xe6qkzQEJjctd9MuAyPZ7uZe45b0dWw7fhfA9c3IovpqNlspBxuqcksf
L4KvAqhmI3Nf393idsX1
=8SVz
-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: https://lists.debian.org/e1xbixg-0001yq...@franck.debian.org



Accepted git-reintegrate 0.3-1 (source all)

2014-07-28 Thread Yann Dirson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Jul 2014 22:39:08 +0200
Source: git-reintegrate
Binary: git-reintegrate
Architecture: source all
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson dir...@debian.org
Changed-By: Yann Dirson dir...@debian.org
Description:
 git-reintegrate - Git extension to manage integration branches
Closes: 755957
Changes:
 git-reintegrate (0.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #755957).
Checksums-Sha1:
 ddecf1e61145ce4b08ca02fd04b0f19393f01e88 1291 git-reintegrate_0.3-1.dsc
 71466b857bcedc652f29117530ec5208afa47b11 15644 git-reintegrate_0.3.orig.tar.gz
 2e05769ab79807b1eedca54c6f1008da267749ba 1908 
git-reintegrate_0.3-1.debian.tar.xz
 54ff7694a086e78382fe0baa76d4b46c2f5b57c3 9826 git-reintegrate_0.3-1_all.deb
Checksums-Sha256:
 675b773ca6cf80908dbf66be3fb27ca7f57dcc4d6da265c933b4f3bc1207c547 1291 
git-reintegrate_0.3-1.dsc
 5d7173f71bfedf1c2f7c99f0615567a14ca4b60664bfc23bf0a4d9350cd46933 15644 
git-reintegrate_0.3.orig.tar.gz
 218f4b9e4234c0a36ac6a62fed2b53111dee98d2196f29185397694b496a7ec3 1908 
git-reintegrate_0.3-1.debian.tar.xz
 c50146e7eec54bca1a3559e5db3cd6e4674d01d489ecc36f17029b6203b92ff0 9826 
git-reintegrate_0.3-1_all.deb
Files:
 4b6d1bfc1020ba6f36085f74572ae33b 9826 vcs optional 
git-reintegrate_0.3-1_all.deb
 63b81a533e317b2c56f8e2a17be75f0d 1291 vcs optional git-reintegrate_0.3-1.dsc
 067115f6e276cabff9cce231368534a2 15644 vcs optional 
git-reintegrate_0.3.orig.tar.gz
 d481008ab2ca9d1fc8fd5782467db950 1908 vcs optional 
git-reintegrate_0.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFT0Y42V1uVslwzwbgRAhrRAKC3xzxe0/JG5O9+thEkgnijXGfiywCcD6bF
+Z/zgangabAUpp0a9K68eDQ=
=s0Ti
-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: https://lists.debian.org/e1xbjb4-00072g...@franck.debian.org



Accepted haskell-stmonadtrans 0.3.2-1 (source all amd64)

2014-07-28 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Jul 2014 14:31:21 +0200
Source: haskell-stmonadtrans
Binary: libghc-stmonadtrans-dev libghc-stmonadtrans-prof libghc-stmonadtrans-doc
Architecture: source all amd64
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 libghc-stmonadtrans-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-stmonadtrans-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-stmonadtrans-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Changes:
 haskell-stmonadtrans (0.3.2-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1:
 9d8bc87420d69411b1686e6d81349332455069b8 2347 haskell-stmonadtrans_0.3.2-1.dsc
 1b3f0b510d2cfa930f60bd97e57557ac57d9f4a5 4792 
haskell-stmonadtrans_0.3.2.orig.tar.gz
 d5b5ddeca95853d4f7ad5303f96e15b85c2342dd 2392 
haskell-stmonadtrans_0.3.2-1.debian.tar.xz
 c57df250741ce2ed7be028f78107a8970253aa3c 34998 
libghc-stmonadtrans-doc_0.3.2-1_all.deb
 f648ec2d014ac4a04dee595c2afc6981428ff626 30096 
libghc-stmonadtrans-dev_0.3.2-1_amd64.deb
 9a09f167a91df3002e7f1473a8b0d589cf6170b3 33794 
libghc-stmonadtrans-prof_0.3.2-1_amd64.deb
Checksums-Sha256:
 c64fa881fdaea1e628111bb5f2c3106321cf6168871adad65c83c759e6eb1e5c 2347 
haskell-stmonadtrans_0.3.2-1.dsc
 70be84c06ce312a56dbf37d674ad709700850b7fd4cb55198d7ae45a985e85b2 4792 
haskell-stmonadtrans_0.3.2.orig.tar.gz
 13112300dfde38c1a90e547217ba98049ab134def7659e67fb0639b7d001f689 2392 
haskell-stmonadtrans_0.3.2-1.debian.tar.xz
 f2fadad39521f0211fb42f094b69c19095cd6e46102a7db9cfe81fa288dd 34998 
libghc-stmonadtrans-doc_0.3.2-1_all.deb
 ba2b1bcaf065348bfd22d3a38294529d7900f9bcb383a5d7cc93993fb4c19482 30096 
libghc-stmonadtrans-dev_0.3.2-1_amd64.deb
 5ffc2f2dce752c038d78d0e1a0510bbadbd92c7102a7ce9c5299028697b50a65 33794 
libghc-stmonadtrans-prof_0.3.2-1_amd64.deb
Files:
 14b9a2b36ebd9ec6b076714cf7054acd 34998 doc extra 
libghc-stmonadtrans-doc_0.3.2-1_all.deb
 ed946c5c02cf56dce59f8e74f0b10715 30096 haskell extra 
libghc-stmonadtrans-dev_0.3.2-1_amd64.deb
 658257b2861b6bbe4bc0310067056d9e 33794 haskell extra 
libghc-stmonadtrans-prof_0.3.2-1_amd64.deb
 29e3821f8412710227893775554d0512 2347 haskell extra 
haskell-stmonadtrans_0.3.2-1.dsc
 2b7ad2c5cb80970c942cb0b1650390e3 4792 haskell extra 
haskell-stmonadtrans_0.3.2.orig.tar.gz
 6bf288d659e4a7ee8670141e7c91b2a1 2392 haskell extra 
haskell-stmonadtrans_0.3.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT07hYAAoJED2QirPw+/UfLGoP/A3zsIbHEjxkoe2IErE4Utvy
kO6uhedBvY0fUNC83j5bbKOlGU8RJmK6OY34mUpfBm/PsbDY4BqM9iOGn9QY4n3s
8Xoqx/A9UEPEYq8tlUXPEy9eu5JGOwHJz+mxO96QOHJ5hMwcNSSpuVQY6mlLKYeV
vXcOR72vgkykArc+Cq2pOz/14234VC04mUARtyHPfuF3AlBQnoBDyHBMfcLLiVaP
ne/BM1y/tia8sPZ6SCoBOjQIOl0Tl4M2cm+CKBwQLW8WFZduFqB7nf/zOziMFMop
S/uMmcSqnk41HBGiXIyvDdAbODBOqbAMgJd5M00bsLfw8T0gLSXMjhLuZhht41yZ
eqWc18x53iabgoZLi48p0u0F7iyPEpxZGpzmUu1bdPf22CwkyWr8gE1KHU4HfK7d
LtRNsOlIuRrGwyVXz6HpSkXSTKNq9yx/uIUfn9ex3KHD5NpxavsrJ8z9b1kbEskr
brRYUkOjE143y0hLRGo4fsvJ6OQYer0JoUWrgZjODnuef7nyl8kfQEEHXBGQjaY8
JKK8lMW0W8wiMcvxoYXuZn0E72RdU75Pa195WtUAjxYf++wfxrEMHsFky+IoJKhg
LrwkpQCvKCqcYl0bivzzbBUx54OYqwPGJ3BTBVAAJ/yoXeP2XhPON1585F0HnZ17
Pi+Y+JaTzkFSSOgKGPtA
=wF4n
-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: https://lists.debian.org/e1xbjb5-000739...@franck.debian.org



Accepted haskell-tf-random 0.5-1 (source all amd64)

2014-07-28 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Jul 2014 21:27:22 +0200
Source: haskell-tf-random
Binary: libghc-tf-random-dev libghc-tf-random-prof libghc-tf-random-doc
Architecture: source all amd64
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description:
 libghc-tf-random-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-tf-random-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-tf-random-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Changes:
 haskell-tf-random (0.5-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1:
 4d1fa0ff837a9bb473a0b382b5f59d05b85794b6 2373 haskell-tf-random_0.5-1.dsc
 27eeae9e8d4162a26460fd715f76cead 18483 
haskell-tf-random_0.5.orig.tar.gz
 5d3b342c2ca6235f41269a220a429af3deb40b49 3200 
haskell-tf-random_0.5-1.debian.tar.xz
 bd0b451e63ff7969b214f702d8dcde4a7993ac26 42412 
libghc-tf-random-doc_0.5-1_all.deb
 3c2ed080b66be1829ed1042426bb05ce8a9d8ce2 68824 
libghc-tf-random-dev_0.5-1_amd64.deb
 a206568a8bdcf6cc6c4117a923a94e51870b760d 75438 
libghc-tf-random-prof_0.5-1_amd64.deb
Checksums-Sha256:
 d456723f02d4d0a27118b1614af12aa4a0594773e6435519b8b1d5745952ae91 2373 
haskell-tf-random_0.5-1.dsc
 2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510 18483 
haskell-tf-random_0.5.orig.tar.gz
 5eee0eca585e772799bf3317b8cd06d592425508f1f2a2dd6ad317d61b20dff7 3200 
haskell-tf-random_0.5-1.debian.tar.xz
 c76769f8f437a4cb91339bf2d31b9b54265a8da3ca0afe74ca14aa550c6cdc0a 42412 
libghc-tf-random-doc_0.5-1_all.deb
 d42076308ee7e889491410f25767d376870a2374b75dd8b22ba56ac85a43e9f4 68824 
libghc-tf-random-dev_0.5-1_amd64.deb
 c1f94b293abbd393ea28b3be08d8aae05067de9fcb685000766a6f347beef15c 75438 
libghc-tf-random-prof_0.5-1_amd64.deb
Files:
 0c32514cac9e2a267f32b67943f090a8 42412 doc extra 
libghc-tf-random-doc_0.5-1_all.deb
 ca6dfbe73423fdcb1fe1aef15b771706 68824 haskell extra 
libghc-tf-random-dev_0.5-1_amd64.deb
 31e4cccb07561eff44945e033d574293 75438 haskell extra 
libghc-tf-random-prof_0.5-1_amd64.deb
 bacf77ea872722a8d2ed7788eae2e1dc 2373 haskell extra haskell-tf-random_0.5-1.dsc
 569f8acb14d09227f136a53ffd84b7b2 18483 haskell extra 
haskell-tf-random_0.5.orig.tar.gz
 fea12cd983b5b46f708000ddd3725cf8 3200 haskell extra 
haskell-tf-random_0.5-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1VVaAAoJED2QirPw+/UfevUP/3v7jAHHUNhceCLc3mX5/KEk
aVuafoEa2A2n4hP+RBJQOfxw5fujUWGEVHMN1W+Izy+gygIdRQLozFZrnlDbF7vJ
1SpmHXQWA7pMstrNG592SLMCPdPmh07VgmAFjPcWh/VJeuxquZ3prDGvFkANWreP
musO5HfmTBHsoiscavYNTF5OUA0n9SjywlwYZo2fojEIznrWCayVDmPZAXfLJQGJ
fYojRg9ca86azbQriGuQIi2T/ORUpj0XNzUOvoEl6wiV22Y3rW+EOwLNs45vjAUP
96M++VkFT4M8jksAXGmcptC2exj+EbtBUnbUBMPcC2S2SmV6tTDt4heBy3vmhGJX
eegoINziKMtbG/9WYfpduct0dyIJAN+u6sxm4aU0HRCtP2ZBWA8QjlpjOztayMt4
GTQ18d5xHBHx7ynMje91YHiemQftB3d0xyy27uBLMcDtyZdQjKDqmb9eAer5Z6e6
b3zszbu4OnWzDdgnsdDJ9TXe3ME1oKIUtMwscQq250l0OP1aVbmFLsiy1PdN0PoY
MIv3fojjpeZOFnfZ0ZtJnNZWoR8D14xJq7iwBxn5zeMeTwZMw0gIA8mOmZ1httO8
cbiLcDPPn0wq2Rzec8IC3uqcUJhSWD+OUc1k7Hy60RyY4zBfw12iHtifetJxrgy0
x0Gsc6HX//yArXh5ZjLm
=Mk9V
-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: https://lists.debian.org/e1xbjb5-00073r...@franck.debian.org



Accepted python-flask-httpauth 2.2.1-1 (source all)

2014-07-28 Thread Martín Ferrari
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Jul 2014 17:13:01 +
Source: python-flask-httpauth
Binary: python-flask-httpauth
Architecture: source all
Version: 2.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Martín Ferrari tin...@debian.org
Changed-By: Martín Ferrari tin...@debian.org
Description:
 python-flask-httpauth - Basic and Digest HTTP authentication for Flask routes
Closes: 754804
Changes:
 python-flask-httpauth (2.2.1-1) unstable; urgency=low
 .
   * Initial upload. Closes: #754804.
Checksums-Sha1:
 3e9a5f44d89c45947c5abd45d763a04ac80a8ab8 2020 python-flask-httpauth_2.2.1-1.dsc
 c8dc847469f74ce3a54c25d84efb43748ab7a8f4 25472 
python-flask-httpauth_2.2.1.orig.tar.gz
 a6963d02cb81b940023402b52d38f9943ab9c247 3128 
python-flask-httpauth_2.2.1-1.debian.tar.xz
 3fab063083ab6a6e86f15a923a66949958dece9b 28804 
python-flask-httpauth_2.2.1-1_all.deb
Checksums-Sha256:
 51d63638cc51a109be2daf9cd853131c7ff05f8dca83164a2125703d2f9dbd05 2020 
python-flask-httpauth_2.2.1-1.dsc
 edbc12b01fc53545ba17fa8824d728f8b712fc85ded905d22496715977b86672 25472 
python-flask-httpauth_2.2.1.orig.tar.gz
 600aa2551dbd62a9654d4c99e9ba6fa613efcf60835fe99fce72bfc19a781c97 3128 
python-flask-httpauth_2.2.1-1.debian.tar.xz
 2a4fa7ab54d2f91f6016a84da936b92cf75b4e4fd759402656cebe9f26e9052b 28804 
python-flask-httpauth_2.2.1-1_all.deb
Files:
 f5375693fc9a87e3eeed54fb4c6ae5ac 28804 python optional 
python-flask-httpauth_2.2.1-1_all.deb
 b0070380991752218b8125b2fdc44de3 2020 python optional 
python-flask-httpauth_2.2.1-1.dsc
 4f4b0a9681019c9f3def207741bd1eed 25472 python optional 
python-flask-httpauth_2.2.1.orig.tar.gz
 36db5cedc198fafc97915c668190fe0b 3128 python optional 
python-flask-httpauth_2.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT0/EWAAoJEF3Y4L+Ro9PaD8kQAJl1sK0vA5NM/3oUSf2jtPUc
SNc8yAbDwfcwX8DjpZThUgBEBkc4qNxheCsO+W988zAIhINHp7HnkBLhTm+8iIXF
QFeii5j6LMO6aQHb3oQqko2D3BS4cxzwo5BGIeODiVIkEP1Cc2iNfB57wvdklWQd
tGKkp2W6e21IsmO1zJWX8aT4MfhLUd5teYExTnx38YwSrV79K6RWq3EWqALe3dUR
hyX2TkxRz2o5tLV8i362b5vxGpS/tNBdJCtdA5uiavMqJ2ThfVI4jL7GwUUskVg7
cH+dNthkAAHgPtmw75LeWQwE011gIoNo+c+9xD31svE7uzi56V4gLrYKamjHfS0a
8NCKckREBQWR3QvJzd8dDoBbeu1ZmYesvU4JipisMz3JAbnRWzRO4lUkzU0uLXzP
Ko81+QHl+GYEsB1gsdObf5rA3IWa4wJsCQ37JIaeKqdLO+GkOUf5HjJ74oe4NMNt
gTbd42eAc0k+oQXt71sSnvmS6OwIECn1aWGPOv3BecfTTFsh7z6Zmmt2VHTEKbSe
dJilfOGb0MlmWpp2a33j5FE3NtVc+SNCxCa19kggSudX9YQtKdbzfrO2U+LV6neO
PmE2w4rTsm1MJqtY88UID5QrPWefKOq7WOjhbl08WMfLXEJ1nkhlggNgYjt4o/ao
n9U5FZrwK3hDvv8Atfbg
=zC5P
-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: https://lists.debian.org/e1xbjb6-000749...@franck.debian.org



Accepted python-pandocfilters 1.2.1-1 (source all)

2014-07-28 Thread Sebastian Humenda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Jun 2014 10:04:06 +0200
Source: python-pandocfilters
Binary: python-pandocfilters python3-pandocfilters
Architecture: source all
Version: 1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Team debian-pyt...@lists.debian.org
Changed-By: Sebastian Humenda shume...@gmx.de
Description:
 python-pandocfilters - python bindings for Pandoc's filters
 python3-pandocfilters - python3 bindings for Pandoc's filters
Closes: 746745
Changes:
 python-pandocfilters (1.2.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #746745)
Checksums-Sha1:
 5ef67f503f87bd286c7a8dbe1477ba4df5c91612 2161 python-pandocfilters_1.2.1-1.dsc
 6abe48f6ba5b1746c919a3464179d1a242613d4e 7310 
python-pandocfilters_1.2.1.orig.tar.gz
 7f61654efd7580b28aadcdf69db61bf8171e9e35 2244 
python-pandocfilters_1.2.1-1.debian.tar.xz
 0e8696b3ed592708360cce31a88920d21a797e76 10290 
python-pandocfilters_1.2.1-1_all.deb
 7b9a5699cf56d99907b7152780183c9eb75de2bf 10370 
python3-pandocfilters_1.2.1-1_all.deb
Checksums-Sha256:
 541d84dab540a53bc50269806acea5139dd23293ae0a3bb36e20df6cb1785a38 2161 
python-pandocfilters_1.2.1-1.dsc
 83dc6e837f0101477b1f8f3e184bf764686b3175e515e3c4ea8525b4ae485f74 7310 
python-pandocfilters_1.2.1.orig.tar.gz
 c9bae6d4548bfa2e6a965925ec23442bdf985abc6aaca427776dda68c990f73b 2244 
python-pandocfilters_1.2.1-1.debian.tar.xz
 b78b4642a1b938b9aa8db1d4f890aaf53fe981b621d0defbb6e34cba5756955b 10290 
python-pandocfilters_1.2.1-1_all.deb
 927f5bbd4682119912bbcf867e78ddb10a901d6420e5056b021d97a3de4ecca2 10370 
python3-pandocfilters_1.2.1-1_all.deb
Files:
 5f897bec618189b41d67a31c5a8de640 10290 python optional 
python-pandocfilters_1.2.1-1_all.deb
 e34b8d1193599e6e11953342f4e97906 10370 python optional 
python3-pandocfilters_1.2.1-1_all.deb
 86eb42c9d7dfbc843f0fe4919208708e 2161 python optional 
python-pandocfilters_1.2.1-1.dsc
 a83eeccd0df79c0f3cf91e0af949a367 7310 python optional 
python-pandocfilters_1.2.1.orig.tar.gz
 d6793f016f4727631982acd3cbd0ef2a 2244 python optional 
python-pandocfilters_1.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT0AO/AAoJEBH0lP5vGG7N1lIP/Ri4EbWvE8ZVijEPRgmCd9xd
a5RVETIGdqosgncg3mF/LwHyAnyAyw0fLq5cyzNhg4DfUXZG8kPIGt0K9RF5Zd4h
Rwhmum51FapH9/hOIl39J3rJjGcQRlc8W+iB3go8HdGo2sz4rXHLrsAv1lTHEfxR
ThwY1iT1HP4KBU7Eee25J/yo+pzJwlo+/laDeaaQcLvuS8Xy5zIQARsHODSM1NUq
5FGqJ371SngnbwNtMQNobivGsBjDXeVhWt82fw2bwNOEHEx3qgxWtUnlrJ8qhy2j
cstQc0Hr9oupFXgajmndtOWLsKP1TPeb/Mp6WW4EE7LmNX5JdbLKlx0TCMh6aUqk
xj0DCCY4WWm6YN+LeWBnyWe/7GQ2CTWmCvv/w/DeuRVf3gJB87LuBHeXeg+glkre
Up5bjQ18YG7Xo6BIONApnqf9WN5onsbiHzRslOZvbIYBvAS/KpSV8ADI1apltc1h
j1PtHnC6cajJ2GjFQzxk4TgTpDmSPzqPpRmlOWN+WyAsXHaZnS4VW/vJk78w4aRt
mAiwrgvgRJR214OKbpGazxYadr2auqOIQsz1EWtQSh5Z9uUP9teTSKtcihEiRDs/
u8BI1gwWuur2UhDizciJsGEeVr1zlXGrHYe8XRK9vT9aYk81iHFy5uBXYKFZmBZB
V0z5OtiZoTuexKgBWb3X
=P0ZL
-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: https://lists.debian.org/e1xbjb7-00074a...@franck.debian.org



Accepted rabbiter 2.0.2-1 (source all)

2014-07-28 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 25 Jun 2014 19:47:40 +0900
Source: rabbiter
Binary: rabbiter
Architecture: source all
Version: 2.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description:
 rabbiter   - Twitter client for Rabbit
Closes: 752866
Changes:
 rabbiter (2.0.2-1) unstable; urgency=medium
 .
   * Initial release (Closes: #752866)
Checksums-Sha1:
 55b47b92ddd20a23c6d516a5f384dd609621def9 1986 rabbiter_2.0.2-1.dsc
 7abeb4d7dbce276eb18705cbcf6313feaf266c02 14088 rabbiter_2.0.2.orig.tar.gz
 4d6f909923ab4cc05591053b05754b1408084083 7932 rabbiter_2.0.2-1.debian.tar.xz
 91813c426cab964cb8e45a18e0d219cc8cf4c2ae 12756 rabbiter_2.0.2-1_all.deb
Checksums-Sha256:
 a5466d92035416b7fce43a364d6711953f7f1815b70dcc9abfeb318101dfa5c2 1986 
rabbiter_2.0.2-1.dsc
 24316a17eec65d0553eff8bc56ada4e277c179627257879e40d6bd28252d5238 14088 
rabbiter_2.0.2.orig.tar.gz
 2844fa99108e82e1ec9c13b3e5d83342c335466fdbeceabeb0eb0c7ba9861196 7932 
rabbiter_2.0.2-1.debian.tar.xz
 e572f08460a6d9084985d01b9736afa844c0b7472c8f85f653ddfde9a25c1454 12756 
rabbiter_2.0.2-1_all.deb
Files:
 ab3b3a8a54a1f902c02b560fef01775e 12756 ruby optional rabbiter_2.0.2-1_all.deb
 2cfe4f3f26832fadd927025539612a47 1986 ruby optional rabbiter_2.0.2-1.dsc
 6611ebf75c183eac4c75ec18acc73911 14088 ruby optional rabbiter_2.0.2.orig.tar.gz
 93388d947ed9c09c67fe858cc505786a 7932 ruby optional 
rabbiter_2.0.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1grQAAoJEHg5YZ3UOWaOm2AP/RxL4ioOkL6bnYiMCJwyYL6s
4ibwwejcPHGzeaqfAhAIM+1PpR3IMyZ0hjEHCaosdiX2OlMHM3tSgy9SWiPI+u+r
512q7YAPQPY+Pe6d5bGprz5pJL+PT9hDeB53keWSpSbRiQ9kJqPZeseIHQe0t3hr
WCFSFTggdcBvZw+ObvevDP4HsvYMDwlMDUBh2Ctw7XHsGMR00DGEsgfrZu55lUTt
+B4DvH8iZqtORnY6zhvcu+/b7/m5S2tFmkRbaj71aS45Ak0ggjv3tZZUSvbbNLll
TlFBsNb8osaMYXsArLWjWilLd7uKATMIyZ1wPAlnzb6GSddss6IehK0ZD5dpOMqe
qk36SqG6B8eKoIfgkCzy23fQRNYdIIsxQ4aD8kGdtEp+TzjK+RV73lyYaUwF1sKi
Q2JoAnIgGVRBdbNp2JqGtSNrU+PPNo5doAhJRMPVOEhxYcOo8VTEp9pWffm9WUD0
oNaGZrU+YoQ1qJPGGiGZu7hx2cI5/dZAJJKwMEf8EXYPJF/kWOE6r1G38lJoESVX
OLGjjVfwGpdtLTMR3RK5HtHynD7PjIRAuzh4E146mqNflbZTioD+gYJrf4qVXPKq
dYGosZv6JQGXtJ5zOBMwLcJZ/lLTUz69+5DbVv/MiwhaeapsSOxllDfCHSC6sSnj
LaQxLaw0QxS7qiPLH0SX
=CtO0
-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: https://lists.debian.org/e1xbjb7-00074z...@franck.debian.org



Accepted pyfiglet 0.7.1+dfsg-1 (source all)

2014-07-28 Thread Stefano Rivera
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 27 Jul 2014 21:12:10 +0200
Source: pyfiglet
Binary: python-pyfiglet python3-pyfiglet
Architecture: source all
Version: 0.7.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Stefano Rivera stefa...@debian.org
Description:
 python-pyfiglet - Python port of the FIGlet specification
 python3-pyfiglet - Python 3 port of the FIGlet specification
Changes:
 pyfiglet (0.7.1+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
   * Refresh patches.
   * Bump copyright years.
   * Replace source tarball repacking logic with uscan's Files-Excluded
 support.
   * Port to pybuild.
 - Build-Depend on dh-python.
 - Remove SOURCES.txt cleanup.
 - Build for Python 3. The Python 3 package has taken over the pyfiglet
   command line tool.
   * Run upstream test suite. Build-Depends on toilet.
   * Add upstream test suite as an ADT test.
   * Bump Standards-Version to 3.9.5, no changes needed.
   * Add DEP-12 upstream metadata.
Checksums-Sha1:
 e1eeeb579cb833c20ff5489d94524ca9b3522c72 2170 pyfiglet_0.7.1+dfsg-1.dsc
 e25440d340d9ae57b915d2e50b2d7cca2c2c53ad 17130 pyfiglet_0.7.1+dfsg.orig.tar.gz
 1b733a4196b50cb8a8a624d23d7a7e9ffdb61cf5 4972 
pyfiglet_0.7.1+dfsg-1.debian.tar.xz
 def726ca45275ce051297f6a141c05127f7df169 12764 
python-pyfiglet_0.7.1+dfsg-1_all.deb
 02723a53fb22105e8998e9e40e2406f3c7ea9b69 13764 
python3-pyfiglet_0.7.1+dfsg-1_all.deb
Checksums-Sha256:
 379b38b800b9c1ec86e801c6aff04fcd80b0d6b0768a06b43839279e06f26818 2170 
pyfiglet_0.7.1+dfsg-1.dsc
 3bfe8ce9e193fa530af5461d8058f2299746aee795a4f90f9bf7be76a62ea39b 17130 
pyfiglet_0.7.1+dfsg.orig.tar.gz
 ed23ff6d32927aadc9da3904c1c0018f74cea0fb6efdf4085bbced67c959f49e 4972 
pyfiglet_0.7.1+dfsg-1.debian.tar.xz
 37009e17f889ab2cb6a8e6ed39fd933df9e870d6eb4252929a56c416c7c73ea2 12764 
python-pyfiglet_0.7.1+dfsg-1_all.deb
 d2d515fb807e28828a97175901aa88a4d2fa030713025ad9357aa59a2ebb170a 13764 
python3-pyfiglet_0.7.1+dfsg-1_all.deb
Files:
 2c39da2307c77f7a6ffb64ca022c1f89 12764 python optional 
python-pyfiglet_0.7.1+dfsg-1_all.deb
 76358022daf2f8ef46f4d1a8f17c24f9 13764 python optional 
python3-pyfiglet_0.7.1+dfsg-1_all.deb
 e0760412bd1728176293755be2767273 2170 python optional pyfiglet_0.7.1+dfsg-1.dsc
 0aa1732b475d381a423301b7e7cc3903 17130 python optional 
pyfiglet_0.7.1+dfsg.orig.tar.gz
 b2aed3394dc280d8c688a8becddb5efb 4972 python optional 
pyfiglet_0.7.1+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT1U+WAAoJEACQ/CG1zRrMEJUP/2it4G83Bg/3fiwb+GfY36u8
qWBoCAeqh8HycfJWy7yQ4jqCgiAXZDpuJ9tVpMwRLQ/NXZ5f7dX1VokyIVdAkOMw
lP4c2WT1mlqtfhKGaWQxcO+S6HH9CiPC1tfHyTHRua4vGLoz+iaSq6b06PeL1Ji9
5XLZgM2HYHhPRvo0ELX1xezJ8IRckfjO6oVRCx/qU13zaL9A4xg9QUDDYzr1yRNd
SnFSlRACNne5BiLjrv/GVlVvs5Wmp8Nv+Q/tAZ5b99CB8alufGfCSha1rzEPNkEC
eq83tBwT9+Eu4H0snKVZcnDoiV0rsy++PnnQrN9aF9NDRdnkxEKDV8aYUdQwd8Hj
2Q+LQGdR2gFKBcbX4aWihk91t7Y1NmwZvRl48cMMlfm9U5nGaGnH1VWr3XJdLjCa
UVULP44o9BV74bJ6qxjVt8MfpaGyL6qBkPr3F23u9fQ213K4FzZjljT/ASBUymVQ
0pI7/f8m5X+pheOsYYrkCRmmaA6wM/L5UADvTCddmh+NAGk05flwVY15gVhAfigl
ByKlqN8HBu8UyWztvLb0u//O9K5qBFukf8c2wdEDuFjQWSQNffBJ+bLk7UoXL1Vr
IKPLXAcOdhyhySzhKJ64dz9UZemEMiPC2hWjwVkVpyqTlRqW9PeMKKkn8B9PBQTj
W5NCdVqvnvRxY8GO7G9h
=USXs
-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: https://lists.debian.org/e1xbjb6-00073p...@franck.debian.org



Accepted disruptor 3.3.0-2 (source all)

2014-07-28 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jul 2014 13:03:11 +0200
Source: disruptor
Binary: libdisruptor-java
Architecture: source all
Version: 3.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description:
 libdisruptor-java - Disruptor - High Performance Inter-Thread Messaging 
Library for J
Changes:
 disruptor (3.3.0-2) unstable; urgency=medium
 .
   * New upstream release
   * Updated debian/pom.xml
Checksums-Sha1:
 3d6dbaf71e3fc8f8f4cb273b82355c8e673c0a8b 1983 disruptor_3.3.0-2.dsc
 ea0a6e6e0f776c21667392ba6396e9b2b5c4d1e4 151496 disruptor_3.3.0.orig.tar.xz
 c0e8cf35d38f75afbe249ee0f05f1d5e7da21b40 3688 disruptor_3.3.0-2.debian.tar.xz
 2f191efcdca2ab09e98c9e4a99a4083662f93188 74588 
libdisruptor-java_3.3.0-2_all.deb
Checksums-Sha256:
 29bec0020816273e2bc52af9c063838169df8f18af380239ec1a8ba1f72369dc 1983 
disruptor_3.3.0-2.dsc
 b9de49953bb20e7a08e79fb95357e3e96e0c11e66763b23b0bd57ba208de73d0 151496 
disruptor_3.3.0.orig.tar.xz
 87e2530700075b8540a076791aab1c1d0426d8c5a6bda0245f50f183ba0feaad 3688 
disruptor_3.3.0-2.debian.tar.xz
 2f3ab4a65a8955ef9fc484a15adab05d90ea46510dd44a67e9ffac3ab46ef492 74588 
libdisruptor-java_3.3.0-2_all.deb
Files:
 50fa1f229c1b783c1762d8ece37731bc 74588 java optional 
libdisruptor-java_3.3.0-2_all.deb
 54250e8b60d0466fb0fcb660044ed506 1983 java optional disruptor_3.3.0-2.dsc
 ac18146f8f89e6cb8ef834e4552ccf6c 151496 java optional 
disruptor_3.3.0.orig.tar.xz
 11e0d0ce1dfe5798fa37ad94280b560d 3688 java optional 
disruptor_3.3.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJT1jTHAAoJEPUTxBnkudCsbTcP+wQOr+7BCniB+phqKzNeRN4K
pzbOMcF6+BENq6+fwSl7g4RS+ZfxkqIOM5PJ5iaiGJbrYYTWxEpkEM3dmiei82CE
HON2enNPchnOksdYc9okX5DFR/L3yI+L6jNOakUKphsIXr+bLYlkLGF+Zo1gAzWX
Ac01GshP+5Mg78sXSJ/ZtspToZQOCm9EeqsAaPkimRHRDe7Vfvo9+2ty+sE1XbJu
MVCmzv/i7iX0im3LKMRp5D/5S7yfTnTzrCgeAf6+f/n2iecmbabqgjZ4F8dYRnCV
FgofubtkVwkejAwwYPuO6GCfqx3c7x58Sm5SmN61q3B1tKN9WXG284FzGLGtdDql
yJ6SSl3yGX1ouX3GkcttlLNPON8ULAOcjvjw3lYDGL7kuLpx/09eq4J8FGefxY8j
JppCjxsPAx31TOz1xjj0dvS/3ICXcT1avKHpO8VDspkaZVhjlSLdZFVe5b7cweX0
RPstXMz6r3wEQB4d0cUCVhLZ5Cd7xfAzWy/2j6p6TEY7G8eMrNHFiy0VA/trPzi4
W21+jzvQIHtF5MI/9527OZixbwcjGtQSPaRoyipip3pmlHRQLok0dcID0o7/cwwm
PZOJUxBRdEJuMFx0+PPxVOsHtGvrfVvCrHgq8brnq+Ufd5WB/NDAETOxqaGoH4mR
deXrNdXEV4LwZ9PDgQyj
=EFq1
-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: https://lists.debian.org/e1xbjee-00088s...@franck.debian.org



Accepted libcache-mmap-perl 0.11-3 (source amd64)

2014-07-28 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 14:46:03 +0300
Source: libcache-mmap-perl
Binary: libcache-mmap-perl
Architecture: source amd64
Version: 0.11-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description:
 libcache-mmap-perl - module to provide a shared data cache using memory mapped 
files
Closes: 750226
Changes:
 libcache-mmap-perl (0.11-3) unstable; urgency=medium
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Damyan Ivanov ]
   * add a patch by Niko Tyni avoiding copy-on-write problems with perl 5.20
 (Closes: #750226)
Checksums-Sha1:
 520825b11834a411db813d2c24650cacd2eb1157 2112 libcache-mmap-perl_0.11-3.dsc
 d6ad1dc8ebe3e7a357056cdfb32c43661fc22659 3756 
libcache-mmap-perl_0.11-3.debian.tar.xz
 5f2935d04407e5fd98f2e0ac4f3c63e0818c6ab8 22542 
libcache-mmap-perl_0.11-3_amd64.deb
Checksums-Sha256:
 50bddcc1ea0626bd6ff95ede877ca59c284641a81154a803ce68069971ef67c9 2112 
libcache-mmap-perl_0.11-3.dsc
 1cb110ed0bf6e57add93523a85c4def1e4ed1c18e89aa0c995ca62275d98881d 3756 
libcache-mmap-perl_0.11-3.debian.tar.xz
 5eb67c9b8850304974f44a609fbcfd017491e42089b74020febbd95a9fec580b 22542 
libcache-mmap-perl_0.11-3_amd64.deb
Files:
 376eec09fd0a7e02d51e95f05fbad493 22542 perl optional 
libcache-mmap-perl_0.11-3_amd64.deb
 4765a3323987dafc0ce9fbc6c0cce44c 2112 perl optional 
libcache-mmap-perl_0.11-3.dsc
 7ca2372fd384276172d5a854782b826b 3756 perl optional 
libcache-mmap-perl_0.11-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1jhJAAoJENu+nU2Z0qAE9bYP/iIytREEoSKxXU/1sf3HFja2
TQbst9VtYO3FjvR9WaUt26AAW3k4/tjS+iH/oqKoZvSAIy7Ptg7fo2rRXm8WhJs0
dFEhq4JXHFhkaec9Y+jXlgzrZL2nkx6h9mn2UtlECT2ROm66XY2/ph3wmDaOeN14
WYzZeiCNOB3y/rA372OZgLpIIDw4b5RCzdjeEf790Itx+7J+QZal4J9x1ozIGvYM
BinruZulHrVW5f+rL+9g+aX495CuIOwjJayP/uRwvBhmQQUL4Ua9aU2CQFHoDG/r
BfgKman6gQhrqFppByrJs5IjtAi7rhp3nyylFPfvqdlFyIH1n36x2MWhPjfzcPT6
3/Q+zRWEMGvgngAKy4HOrDKPz4IR5rpUI0tdlBS/a+h1KNpt1+xPDTbLtkf5TGSD
b33GiNgmtMxjwXeGABFxP2lMfvvaDjUH21eYW82IMkWti0O9I5csjmxI/nT3Myns
68YdKy6n7Af/7w9gcXFUR4Amx9/CtIKUipG6TGoQvi5ujbwK4tjEShvD2PTycp4x
s2DzoJDhEv5jw1anTRuJ6/NEW8Gr5/3dBPy17sHlcWFXvIAfoUFHTlvs7+0X8tZI
+h68wSr98+AvSOhglywTZLgCWlh8+UWw/0544A2Ua/KxzLe0bgSgjiMzW3H+zBEh
QuvbdareMjVgzmnv+hhZ
=e3tS
-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: https://lists.debian.org/e1xbjgi-0008po...@franck.debian.org



Accepted qastools 0.18.0-1 (source all amd64)

2014-07-28 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Jul 2014 11:47:26 +0100
Source: qastools
Binary: qastools-common qasconfig qashctl qasmixer
Architecture: source all amd64
Version: 0.18.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description:
 qasconfig  - ALSA configuration browser
 qashctl- mixer for ALSA's High level Control Interface
 qasmixer   - ALSA mixer for the desktop
 qastools-common - QasTools common files
Changes:
 qastools (0.18.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Build-depends on libudev-dev.
   * Bump DH to 9.
   * Update debian/copyright, add debian/* stanza.
   * Bump Standards.
Checksums-Sha1:
 74a7ec6555d23964d8ea66fe40b55bae3ff781ad 2236 qastools_0.18.0-1.dsc
 39eaedb6d6b3a6508808ec22e1d512ea2aba2987 222444 qastools_0.18.0.orig.tar.bz2
 c52c123d5c36974cb61b9e0676a00b949eb47f81 3316 qastools_0.18.0-1.debian.tar.gz
 28cdda351b80823841cb0062e5b6e462ac5533ad 18362 qastools-common_0.18.0-1_all.deb
 f0cc26ce1fba546bc7f4e8ff2e3b28352489e3ba 57554 qasconfig_0.18.0-1_amd64.deb
 3b0e2389ab5c0bbfe2439c3f2277ccb425c7fa98 234984 qashctl_0.18.0-1_amd64.deb
 5a4417e0342f87ddef9e5afd586d8d8bcdf7a650 264922 qasmixer_0.18.0-1_amd64.deb
Checksums-Sha256:
 0d448ac6a5b39159a21eb42922e1ce2d2fa080fe5a57a00d28f881fc8beccb71 2236 
qastools_0.18.0-1.dsc
 02ef2c70af342f946c0fadcf786e4a9d83b35abe98deadb8a79f3548980108fe 222444 
qastools_0.18.0.orig.tar.bz2
 3f9a7a32e1fddef69bd7fae7a9ed68e7a672c495c88606962c9abc2fdd9d72b8 3316 
qastools_0.18.0-1.debian.tar.gz
 06a2f0e27db4f3bfde25c04fce0138fbbad45e71d51f16065fd6bfd98a5482f2 18362 
qastools-common_0.18.0-1_all.deb
 6872278bf64f0e6cba37e237e80c3e2e3b0333f8ef9311acfd81712a33934673 57554 
qasconfig_0.18.0-1_amd64.deb
 cba7f5b7603bc9d307daf6e2cef6bcab3d35acb93808d8a70c317a2b8b5cf49c 234984 
qashctl_0.18.0-1_amd64.deb
 5fa0e3e1a0083ee622e30230e98606eb2bc74b59820dc5cbf39783a29ea229fb 264922 
qasmixer_0.18.0-1_amd64.deb
Files:
 d851c439b3af0308d9d339736dd9838a 18362 sound optional 
qastools-common_0.18.0-1_all.deb
 e0b48b47940ddc7c4ef91bf8cb7a1414 57554 sound optional 
qasconfig_0.18.0-1_amd64.deb
 eefc5c136636d02aa432ed03eedca118 234984 sound optional 
qashctl_0.18.0-1_amd64.deb
 d41aa78eebe348277bf1b9950f5bc5aa 264922 sound optional 
qasmixer_0.18.0-1_amd64.deb
 51326343180c2fed3715a80a0994ca72 2236 sound optional qastools_0.18.0-1.dsc
 d0724b2c85d01c026c4239a20b390b88 222444 sound optional 
qastools_0.18.0.orig.tar.bz2
 febb3bc58b075b86017ba353b0a8b4c3 3316 sound optional 
qastools_0.18.0-1.debian.tar.gz

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

iQIcBAEBCgAGBQJT1jkOAAoJEOikiuUxHXZabU4QAItMHRJPwILaiJajNt//GIRV
BUl29sRWWc3M2hGLmaQL4aci9+++bLiAdObR6Rq/VMe4dbDEzrWs3j0yuoJBl7wz
daEfNWX2NCzwT94R7dxPCiq/i1XJXlfw1BxT7z3JiQV7scaCdLtetaAJAmY+DO9/
gayR8KtPpW7aj2T4U5yCkSQY88dfve2H5uanY7/I1Vvm8o2BIhNvE4OjRJ6ZTSt/
GOFSDn1Mk7leE2pDHtvcO9wU7zK8epWZOADgg7frp3VZY8Yz4+5ztSLWQDRY1EkO
r+/jzu/KX7I6lBEiBVD3HpK8eg8f5NXOqf7K0OOdEDh5HcJfl4ThGVKXfaQrpcIq
/j2WfiYpUWzCez4V2sGGyEBl5GlTtn8gWcboJ29u7yeIvG6ZXRIw6DaKM/rR7aZ6
TyA9q4SY8U+lZZYCgDXPT6Lvw9im+ciKQ72CyoiTvZs0ddcPEb/tLDLHRddgdUkl
MXBHMTn5tr7J/LZrLTvUMY7bA8vgaVEmS+OXb/yc41MrQaI0P+CYMS2kzuC1w4ZU
BEOtR8N2Uxmy5MvFatbq/otngr6xowo6WAfe/zStENqXBPhh7lUANvTHa6SXFxoL
nnjCFWMrnqUscZscOgOc44FEhBi/Kk4HNzJmqzKD3IxTrgfZ4yW8pKEDB03ZA8zD
V+ocYCzQ1HsvqAoqCw5v
=JABX
-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: https://lists.debian.org/e1xbjgs-0008ui...@franck.debian.org



Accepted runit 2.1.1-7 (source amd64)

2014-07-28 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Jul 2014 11:05:09 +
Source: runit
Binary: runit
Architecture: source amd64
Version: 2.1.1-7
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description:
 runit  - system-wide service supervision
Closes: 678985 695281 711335 715512 722116 726008
Changes:
 runit (2.1.1-7) unstable; urgency=low
 .
   * debian/runit.postinst, debian/runit.postrm: use test -d /proc/1
 instead of ps -p 1.
   * debian/control: no longer Depends: procps.
   * debian/rules: work around diet using -mpowerpc-gpopt when itself
 given -Os, as -mpowerpc-gpopt generates instructions not available
 on 32-bit PowerPC CPUs (thx Ryan Finnie, closes: #726008).
   * debian/examples/start-stop-daemon.runit, debian/runit.examples:
 new; include start-stop-daemon.runit script by Andras Korn in
 /usr/share/doc/runit/examples/ (closes: #678985).
   * debian/diff/0003-support-etc-runit-nosync-file-to-make-sync...diff:
 new; support /etc/runit/nosync file to make sync on shutdown/reboot
 optional (thx Andras Korn, closes: #695281).
   * debian/contrib/sv-completion.bash: new; bash completion for sv (thx
 Jeremy Lal).
   * debian/rules: install sv bash completion (closes: #711335).
   * debian/diff/0004-sv.c-fix-typo-that-made-sv-status-get-...diff:
 new; sv.c: fix typo that made sv status get confused (closes:
 #715512).
   * debian/systemd/runit.service: new; runit systemd unit file (thx
 Daniel Kahn Gillmor).
   * debian/rules: install runit systemd unit file.
   * debian/runit.postinst, debian/runit.postrm: enable and start,
 disable and stop respectively, runit unit if systemd is process 1
 (closes: #722116).
Checksums-Sha1:
 51b5ef89eaed2a146ce669a2d15e58c2cfd38b37 1071 runit_2.1.1-7.dsc
 b6032e2a994acfe7caa9dea0d4ac310048fe6d49 20059 runit_2.1.1-7.diff.gz
 c33b6c9ff178ee0399fabb31cc36a7227fd1a0c7 108586 runit_2.1.1-7_amd64.deb
Checksums-Sha256:
 d9743dfabb2b6d1511ce9cee5268ca06da67f5a1b7a310f8743ae2a890436b7d 1071 
runit_2.1.1-7.dsc
 371c2920cee522b77c5b20937dd50efd9c9e3c6cea457df44d95984c9a472738 20059 
runit_2.1.1-7.diff.gz
 08ddd8aad4d3211730c56d522ad0ac5498e2519a9fd9c3b38fa55f6271aa0267 108586 
runit_2.1.1-7_amd64.deb
Files:
 28cf9a0eca47353edc4167f96583337b 108586 admin optional runit_2.1.1-7_amd64.deb
 1d313019580e044787a5fae77a4e0641 1071 admin optional runit_2.1.1-7.dsc
 5652a6604bf222eaa9d4a3aaf54435e0 20059 admin optional runit_2.1.1-7.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlPWOREACgkQGJoyQbxwpv8kkQCff3M7ctptzW0BLBXF/+1unJSL
XDUAmwYC6Lw6U1SQ973YokdRe1VjllTf
=ArVy
-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: https://lists.debian.org/e1xbjgy-6h...@franck.debian.org



Accepted librdf-closure-perl 0.001-3 (source all)

2014-07-28 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 15:13:04 +0300
Source: librdf-closure-perl
Binary: librdf-closure-perl
Architecture: source all
Version: 0.001-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description:
 librdf-closure-perl - pure Perl RDF inferencing
Closes: 755025
Changes:
 librdf-closure-perl (0.001-3) unstable; urgency=medium
 .
   * Team upload
 .
   [ gregor herrmann ]
   * Explicitly (build) depend on Module::Pluggable. (Closes: #755025)
 .
   [ Damyan Ivanov ]
   * Use canonical Vcs-Git URL
Checksums-Sha1:
 d413ad9a8c034ccb8b91d5cbd4acfccb76654cfd 2397 librdf-closure-perl_0.001-3.dsc
 2e1c4ced89508e600f6cec274aed667650fb943c 4816 
librdf-closure-perl_0.001-3.debian.tar.xz
 d2b66b4e3138f8fe0a519b8e054c5b302548a18f 127244 
librdf-closure-perl_0.001-3_all.deb
Checksums-Sha256:
 ce3f5bdc7c571bcca0781116d726fdab3c9c6a0a4f9ae11c0aebc76d7ce7767b 2397 
librdf-closure-perl_0.001-3.dsc
 3bc16993ab0fa3bdb184107807570971a3db6467acfd7e1a4705051e16556b90 4816 
librdf-closure-perl_0.001-3.debian.tar.xz
 ff8c724c5fe042505168736718776d6970908a50d329f57bdfd9d80a28bd89aa 127244 
librdf-closure-perl_0.001-3_all.deb
Files:
 1cbea26e6b15b4361a177e2306c5733e 127244 perl optional 
librdf-closure-perl_0.001-3_all.deb
 e4b9078d88407b26e3be85850a69e61b 2397 perl optional 
librdf-closure-perl_0.001-3.dsc
 efd96e24a16621326a6c80010b6bcc49 4816 perl optional 
librdf-closure-perl_0.001-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1j9DAAoJENu+nU2Z0qAEeusP/1IHHnMhIkJqU0dhXIs8+R82
akxrVc8FHHhQskMRvAM4h29fj48XMFHqSBSbO6qIpNSKWxWgSgugbFUFqXBIiPct
i03bOb06WNAVzcj/+X6zF7+ZfJe7CGIGzJ6c80JaMsQB319Cy38Fj97XO+JhemNt
FTmrbbiGqibc2MKkVtRjSAXSsZdWH4YmgUTkaqzMiAzsZlrHiJwjUSMHnECf9Y14
xKdzUl6N6JJB462oqsSxXETg3uOE77eO40cHvk0aoKu0ORr4OxgWcO+CtpXlG46T
YP6RFrbC1enEEZSSB0y6LZ9ty/q0QzYg9dwE6FfhhDaaqCbS4Ge2EqhWHcBOSGLE
Af/AxrPHRHyhWcczPUjpanGeeb9+t+Gpg74oUlMH4ZG1DppbQPQ8hGJMYzCL2ETY
OQyYoka4FpUQbTHzi9TSqasGWs87AhO+u6yX0a54I1dhCYjwJPHlXDEG7mH5svPc
hjU9yfnM2cvJRiGIWaBW3W5D+JL98QVVSjp7hmii9rHxD5fe76e2b6qVDLR3jqYj
prIcjPbiayFAYhzq84MnRCFwbRiwLL+OxVcwSt4mK8691AjmBajUwMr9fb2lGSGA
el5oR+AXP45OIhpHF7BSQh02IxUuFjN42faRq7nmIggOaGteZ11yn64f2lm3a/06
a4cLjzghA/j7cNq87JHw
=tkKZ
-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: https://lists.debian.org/e1xbju5-0001uw...@franck.debian.org



Accepted scribus 1.4.2.dfsg.3+r18267-2 (source i386)

2014-07-28 Thread Mattia Rizzolo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 23 Jul 2014 09:25:08 +0200
Source: scribus
Binary: scribus
Architecture: source i386
Version: 1.4.2.dfsg.3+r18267-2
Distribution: unstable
Urgency: medium
Maintainer: Oleksandr Moskalenko ma...@debian.org
Changed-By: Mattia Rizzolo mat...@mapreri.org
Description:
 scribus- Open Source Desktop Page Layout - stable branch
Closes: 732694 742003
Changes:
 scribus (1.4.2.dfsg.3+r18267-2) unstable; urgency=medium
 .
   * [cee3e4f] switch to dh9:
 + debian/compat: bump 7 - 9.
 + debian/rules: greatly simplify.
 + debian/control: bump Build-Depend on debhelper to 9.0.
 + debian/install: add a file, previusly installed via rules.
 + debian/docs: list here some docs, instead of using rules.
 + debian/pycompat: drop, not needed anymore.
 + debian/scribus.lintian: rename to debian/scribus.lintian-overrides
 + debian/dirs: remove all now useless dirs.
 + this fixes a lot of hardening-no-relro lintian warnings.
   * [37e5355] debian/watch: change pgp check from .sig to .asc.
   * debian/control:
 + [44fa951] do wrap-and-sort maintenance
 + [adf01fc] suggest texlive-latex-recommended and cite it in the
   description (Closes: #732694) (LP: #915388)
 + [a0354de] recommend ttf-bitstream-vera, which is used in a template
 + [e2a0e53] recommend fonts-liberation, which is used in templates
   * debian/rules:
 + [52415e9] enable full hardening.
 + [af2f904] remove references to proprietary fonts and use free fonts in
   templates. (Thanks to Trent W. Buck trentb...@gmail.com for the patch)
   (Closes: #742003)
Checksums-Sha1:
 92bdd35b41de5e040d43355457d70c95a9365efb 2251 scribus_1.4.2.dfsg.3+r18267-2.dsc
 62dee9759a2ccdf4aebc31c73d0f75705a1705fc 43456 
scribus_1.4.2.dfsg.3+r18267-2.debian.tar.xz
 d61ae7fe4a8a8dcb69aa291abaf9303669b1c91c 19869732 
scribus_1.4.2.dfsg.3+r18267-2_i386.deb
Checksums-Sha256:
 c92b4dbefb36257d9a3e53ded5850741ea9d88b5c9db29a45e6c35dc798f8f84 2251 
scribus_1.4.2.dfsg.3+r18267-2.dsc
 9ff16e86cd4772aea72837a427fe7f693315305a97d10c61263fabf37bb6913d 43456 
scribus_1.4.2.dfsg.3+r18267-2.debian.tar.xz
 19e8dcc53fe8ca298638dc2364b2c683fdcfcd6c833c2f5737a8e8de1a78c607 19869732 
scribus_1.4.2.dfsg.3+r18267-2_i386.deb
Files:
 b73bc7908095e9b2576ca9afa86d8476 19869732 graphics optional 
scribus_1.4.2.dfsg.3+r18267-2_i386.deb
 1be4c2bf5e9b5042f15bb31b92440074 2251 graphics optional 
scribus_1.4.2.dfsg.3+r18267-2.dsc
 3f365c5a00694c08fd646e4107e62db3 43456 graphics optional 
scribus_1.4.2.dfsg.3+r18267-2.debian.tar.xz

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

iQIcBAEBCgAGBQJT1j3RAAoJEOikiuUxHXZaQrsP/2ru0WSr4/Oy+g5KrzdLl8x3
mTHFMHdGOstlOWyaiFe1+QoumDIa1ve0VFGA6Sddo9SbztA81G8RuPoES4+x14UU
tQhr3uEz5amXVGfu2I4z1iv+Q9pFfb4lZzK8a/v+E1/yfjYh0bnTbKL+0Txfm/Cb
FvjG/EcZIEZ+l8LiBxgGPjdHgEEO2zepg34uZdUhYjnvy0K8R4bwEiwDhwBiqje9
HxIFMjBOlv6kybUeasIo7QU5MAWo+uH5IugUfvEdA18Ywq5Qxb05zFkKjlVVVvnG
kYkbxhf0qqIOVU/9jR5QW4rRpmvST8PrwJe+Xqj44CCCmhgZ79/VXIvD34DzzFvj
1UIQ+ibQ1CxdlCUD5GfQETdT6p8UeM0CUXz+DDuCqLd9extbj5brVR0xEsUCytvH
VyHSlAQ+85Xy7f+oluxw0ifMhA9b1LEAQ+zCxO7i/YCiAi+LzYSTXFi45xyowO7m
z9jjB214pwV3An7eb56mN+Di2uZ6kuYC7p7X1aB0hoeuXFVsIX3iPH7V6oKymv8b
YKJXF0WlA64ecX1hcyaqPA+O6ZsymFEkmylmITEYPnPfNQZag88dLHufg8HmWVKG
ntvK8h+l96CDGF4ZwP+xqVUVegjB5wkvxqqQYhGvNdo1CD4QBGssW6I8mBlQSmIh
mikxAq8blkqUntOMBOQ6
=+f23
-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: https://lists.debian.org/e1xbjun-000230...@franck.debian.org



Accepted cups 1.7.4-3 (source amd64 all)

2014-07-28 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 08:22:29 +0200
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 libcupsmime1 libcupsppdc1 cups 
cups-core-drivers cups-daemon cups-client libcups2-dev libcupsimage2-dev 
libcupscgi1-dev libcupsmime1-dev libcupsppdc1-dev cups-bsd cups-common 
cups-server-common cups-ppdc cups-dbg
Architecture: source amd64 all
Version: 1.7.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description:
 cups   - Common UNIX Printing System(tm) - PPD/driver support, web interfa
 cups-bsd   - Common UNIX Printing System(tm) - BSD commands
 cups-client - Common UNIX Printing System(tm) - client programs (SysV)
 cups-common - Common UNIX Printing System(tm) - common files
 cups-core-drivers - Common UNIX Printing System(tm) - PPD-less printing
 cups-daemon - Common UNIX Printing System(tm) - daemon
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cups-ppdc  - Common UNIX Printing System(tm) - PPD manipulation utilities
 cups-server-common - Common UNIX Printing System(tm) - server common files
 libcups2   - Common UNIX Printing System(tm) - Core library
 libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
 libcupscgi1 - Common UNIX Printing System(tm) - CGI library
 libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI 
libra
 libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
 libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS 
image li
 libcupsmime1 - Common UNIX Printing System(tm) - MIME library
 libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME 
library
 libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
 libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD 
library
Closes: 755807 755932
Changes:
 cups (1.7.4-3) unstable; urgency=medium
 .
   * In cups-daemon's postinst, remove leftover cups.patch symlink in
 multi-user.target.wants (Closes: #755932)
   * Correct default listening address used under systemd for new installations;
 also correct the discrepancy on upgrades (Closes: #755807)
Checksums-Sha1:
 21a37814754882321cbd52acf5fae884d3062b02 3529 cups_1.7.4-3.dsc
 2e858f530a96a47b873f7459f49c403b28e35726 302424 cups_1.7.4-3.debian.tar.xz
 55babcd4f3b695d6cfd712b41d1dc6e3c9e4d3be 281518 libcups2_1.7.4-3_amd64.deb
 058590de9a1a8c8cc2439718501a979102b0bcf2 114548 libcupsimage2_1.7.4-3_amd64.deb
 09cc35ffd38b0c61dac31b429357c38158f94af9 126678 libcupscgi1_1.7.4-3_amd64.deb
 b3358b31485ac389d2e51819d08c2b3a1355253d 111644 libcupsmime1_1.7.4-3_amd64.deb
 5023a8732dcdc24f3fbb69e6baf9a3d2577b87af 144194 libcupsppdc1_1.7.4-3_amd64.deb
 9cf4bbf1ff7e42bd5cd0162834ccd36159024af9 289800 cups_1.7.4-3_amd64.deb
 8dea3665671e1ea4f7d04aabb2513e5ea53c8c81 125012 
cups-core-drivers_1.7.4-3_amd64.deb
 2b9fed442734aac8fb3ff6b36ac3bd778f37c448 372570 cups-daemon_1.7.4-3_amd64.deb
 7a0a1b88f9f6d46f0dd4b3f7d42f39e3e26e794d 296406 cups-client_1.7.4-3_amd64.deb
 368b935746ae787594427d711e18fa1bcc67a3a1 319284 libcups2-dev_1.7.4-3_amd64.deb
 43a8f3529e40a7cdf2df7ad9f8680a3ce47cdb8f 17914 
libcupsimage2-dev_1.7.4-3_amd64.deb
 bf54256298b2e550492a974f72604c84e3b3fbad 129164 
libcupscgi1-dev_1.7.4-3_amd64.deb
 6fb72e63916336c1ab57bfecb6dba35418c95585 112314 
libcupsmime1-dev_1.7.4-3_amd64.deb
 b619a9c360ccdd7531b18f892b70ad41bc193483 149394 
libcupsppdc1-dev_1.7.4-3_amd64.deb
 7173bf74efc9ffa47e8994f8ce190b312c81a96c 35162 cups-bsd_1.7.4-3_amd64.deb
 1c60508f5e04c743bfa24288f98dbc8e57a36fa9 271832 cups-common_1.7.4-3_all.deb
 bdd618346c2c40bd461464f83477f9b417f41dd0 615068 
cups-server-common_1.7.4-3_all.deb
 4ce4916f16c59316b8498a1784c6ebecd74a136f 124882 cups-ppdc_1.7.4-3_amd64.deb
 ced068ef5ccc8373990246ce892240b9b31caac9 1737174 cups-dbg_1.7.4-3_amd64.deb
Checksums-Sha256:
 aaf73b3d9c1e935b78a348a0be30c69df684a11ab29aae04daf3e1ca8ef340d3 3529 
cups_1.7.4-3.dsc
 e97bfa8c6eab6cc8c9045244ed88990915d86f163bb8237106cc1827526f32b9 302424 
cups_1.7.4-3.debian.tar.xz
 4f684379103224e51e25f5016badd3f9a901842dbb4584726c9ec34f911a2a16 281518 
libcups2_1.7.4-3_amd64.deb
 61cbf7bbfa40562b718596cb7751b1186820dbdb4ae2039e8493367bb808ef96 114548 
libcupsimage2_1.7.4-3_amd64.deb
 dba71e849325d645bfb8b7e5be14ccc32f7af2a8ee0ab6dc9d4372744d714805 126678 
libcupscgi1_1.7.4-3_amd64.deb
 24d5a7b1350c133128883005fb5ad772fcca72aa6f5413639f0c0ce643595c42 111644 
libcupsmime1_1.7.4-3_amd64.deb
 784216fa8f72c04b67b373934e92c91da96173ecd6ef1c21d156a8ffe0efc3bc 144194 
libcupsppdc1_1.7.4-3_amd64.deb
 26204295bea31cf61897e30c3a67a688b6a8e2b5ad08a882df707a2242c94dbc 289800 
cups_1.7.4-3_amd64.deb
 17f35711b93d291adb916416d82de5e10958aa98989d2a28562c5fda97ea0ef2 125012 
cups-core-drivers_1.7.4-3_amd64.deb
 c771ed079ba17b5ea48a5570b0ae77d6058205ff1e46a3547b1a129c58d6dbbc 372570 

Accepted cups-filters 1.0.55-1 (source amd64)

2014-07-28 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 08:44:07 +0200
Source: cups-filters
Binary: libcupsfilters1 libfontembed1 cups-filters cups-filters-core-drivers 
libcupsfilters-dev libfontembed-dev cups-browsed
Architecture: source amd64
Version: 1.0.55-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description:
 cups-browsed - OpenPrinting CUPS Filters - cups-browsed
 cups-filters - OpenPrinting CUPS Filters - Main Package
 cups-filters-core-drivers - OpenPrinting CUPS Filters - PPD-less printing
 libcupsfilters-dev - OpenPrinting CUPS Filters - Development files for the 
library
 libcupsfilters1 - OpenPrinting CUPS Filters - Shared library
 libfontembed-dev - OpenPrinting CUPS Filters - Development files for font 
embed libr
 libfontembed1 - OpenPrinting CUPS Filters - Font Embed Shared library
Changes:
 cups-filters (1.0.55-1) unstable; urgency=medium
 .
   * New upstream release:
 - pdftopdf: Fixed manual duplex by adding a blank page to even
   pages if the total number of pages of the document is
   odd. Otherwise the last page of the document would stay in
   the input tray. This fixes also a side effect as the set of
   even pages reducing to a zero page job if the job consists
   of only one page, making Poppler's pdftops error out
   (LP: #1340435)
 - cups-browsed: Do not create a local queue pointing to a
   remote raw queue (LP: #1335211).
Checksums-Sha1:
 40f7596055ea7edff203768f96862e38e6be991c 2740 cups-filters_1.0.55-1.dsc
 53f157d2f71d5e232ebb85ff44b6c7d205e300f7 1317920 
cups-filters_1.0.55.orig.tar.xz
 bc8068fb8916cc2c4137727c166a8a284fe54c2a 65228 
cups-filters_1.0.55-1.debian.tar.xz
 2081936fd91cd745f49940e99c7daa3d8f3b37ec 101526 
libcupsfilters1_1.0.55-1_amd64.deb
 359a8f68731ac641396985eb5494033450bc88c8 70482 libfontembed1_1.0.55-1_amd64.deb
 a9acd7245401074ec159fa7e48ecf4fae88be025 490038 cups-filters_1.0.55-1_amd64.deb
 3961a4d3dfe35f8ead8957761ef9d0be21ed8c6a 137700 
cups-filters-core-drivers_1.0.55-1_amd64.deb
 632f00c5907e5006ca551d98217ac4477002e335 108034 
libcupsfilters-dev_1.0.55-1_amd64.deb
 061657a59838b1fa6755248f0898df0aa857992c 73312 
libfontembed-dev_1.0.55-1_amd64.deb
 231e30cc907d506c5577baf950c21245d5ef50aa 76116 cups-browsed_1.0.55-1_amd64.deb
Checksums-Sha256:
 6725f24c051324c1f018299bf6d041139ccc160f24b62bdf1a29c0dfe4a8aebe 2740 
cups-filters_1.0.55-1.dsc
 2e5093520eca1503d97a9f1ca1c22a097f02b8ef077a428db6b46a0ed86f8dde 1317920 
cups-filters_1.0.55.orig.tar.xz
 41c27d7296803d482266177b60daa49167e7ee311fa6562a31f92702dc25a122 65228 
cups-filters_1.0.55-1.debian.tar.xz
 e28333a48742e1a1d14e24ad35335f652914406608dce8d6962986e7a602a837 101526 
libcupsfilters1_1.0.55-1_amd64.deb
 cdf2401034f9c2f807b2ecdebcb9bdb09cdf2fd57b3ac6256a099b4e369ba061 70482 
libfontembed1_1.0.55-1_amd64.deb
 567bae624f6160ca73d62482a7e80da5da1b46240b5a53b8d0a7d496db61cfec 490038 
cups-filters_1.0.55-1_amd64.deb
 dd44ba726615ca5e72ab5d7e7b4c1a17857fe24d4a5ea288c19cea50ee364a52 137700 
cups-filters-core-drivers_1.0.55-1_amd64.deb
 9f71a2955f38caaa9500543f8c6410df5f472cc5df5a230b5e1408d3afc9027b 108034 
libcupsfilters-dev_1.0.55-1_amd64.deb
 0cf8ac25b6109e0027b3eea6cd7bc00ffcfda93159c9a06120563a2c0d766adc 73312 
libfontembed-dev_1.0.55-1_amd64.deb
 dba71c19ff3c20efaebd12ea9311415d4a6ff5051168f682b287e5c286600438 76116 
cups-browsed_1.0.55-1_amd64.deb
Files:
 14423cb1092bc597eb0be6260fde5fd8 101526 libs optional 
libcupsfilters1_1.0.55-1_amd64.deb
 64275adb409c0f0c6f64862bd6bda630 70482 libs optional 
libfontembed1_1.0.55-1_amd64.deb
 a62cacd21448b1f2dec43c9ba81e376a 490038 net optional 
cups-filters_1.0.55-1_amd64.deb
 60046b6db8854d46588c6ec2d574c5fc 137700 net optional 
cups-filters-core-drivers_1.0.55-1_amd64.deb
 17d250e47b3a99c13ec83da45fda9816 108034 libdevel optional 
libcupsfilters-dev_1.0.55-1_amd64.deb
 6d27a081610e4793274f9cfda54c3a25 73312 libdevel optional 
libfontembed-dev_1.0.55-1_amd64.deb
 70a60a52c06af0ca5e86ef75a0835006 76116 net optional 
cups-browsed_1.0.55-1_amd64.deb
 78e2da849b6b7d609d6257043d3ecd3a 2740 net optional cups-filters_1.0.55-1.dsc
 088615a412f23a6237259179a6ab9f10 1317920 net optional 
cups-filters_1.0.55.orig.tar.xz
 af36fe3082ea89b56d767c7b8f8127ae 65228 net optional 
cups-filters_1.0.55-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCAAGBQJT1gAmAAoJEIvPpx7KFjRVv+IL/RxlI4cAuMRW269FSBVf0ash
YGD1WdYXnncnyYiNej3kwPO4bXSpBQT+nwZ+MdjHz6aXhWMRE9qWqLPNauCy8wrV
73BpwKONdjJXXSjZJEVn6tk4YbTuAvqJ6jzf/RUStr9l4HaAmDAeC+duWB2FPhOE
/Tt+L0et9/4ytG5fVf9mUmo8E0Sdg8nD7U4vAcLE5D+XFyXl7nnfYmbjj2gVdtIx
/TNudRVoqpWCVQYFZTMHD+rau5afpwuMggZ75o8IcJpBSHh9l8vTivEbYFhj/6rx
0Iw3XcBNqe6eL7doYx5PIKwFINH/C9AN8yoXTnoiRc+uaAi4xI4pYqE76KpaF5UJ
7L9kdidC8hfpU5OyDa1TwJs/IZtO0nm8oOs1GbWOfw0LgOrR+9Z7rfAqJf5sDs/5
dh2e3izPOkPT+IoaunNHrp9UlsxpA085EWzLyvHHvAzbyIfVmUEKU/uDdFYYDewx

Accepted epson-inkjet-printer-escpr 1.4.1-1 (source amd64)

2014-07-28 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 10:09:11 +0200
Source: epson-inkjet-printer-escpr
Binary: printer-driver-escpr
Architecture: source amd64
Version: 1.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description:
 printer-driver-escpr - printer driver for Epson Inkjet that use ESC/P-R
Changes:
 epson-inkjet-printer-escpr (1.4.1-1) unstable; urgency=medium
 .
   * New 1.4.1 upstream version
   * Add autopkgtest suite
Checksums-Sha1:
 d076bee9f6ebdc3e6f096a522a55aeb93f9aa2be 2044 
epson-inkjet-printer-escpr_1.4.1-1.dsc
 edb5695eeacfdbfd77dc887002065dad40adc643 2364514 
epson-inkjet-printer-escpr_1.4.1.orig.tar.gz
 ba277b3b303da9f137a845abada3dd8c6283e0aa 4888 
epson-inkjet-printer-escpr_1.4.1-1.debian.tar.xz
 1ed6a1e49b153ec1e63cc24140f2c4e4bc2f8693 179510 
printer-driver-escpr_1.4.1-1_amd64.deb
Checksums-Sha256:
 a66e164151e8ebeddf749bee38b3a7b36c11ec996f651dd15e4b414060633ce5 2044 
epson-inkjet-printer-escpr_1.4.1-1.dsc
 c47d587f1a80829f18aca190ddf938a0de0845ce6057a1a19e69e8bee8e4df4d 2364514 
epson-inkjet-printer-escpr_1.4.1.orig.tar.gz
 890db1a4e2135969e9f08dc47d9985aec56989c7e33829436f67263251eb45e3 4888 
epson-inkjet-printer-escpr_1.4.1-1.debian.tar.xz
 7473f8759e1cc7d43c144eda38a8b3a5331cf36b861d30b97200a164412f4ab9 179510 
printer-driver-escpr_1.4.1-1_amd64.deb
Files:
 01d8e0d286e69a4274d9451a54db0376 179510 text optional 
printer-driver-escpr_1.4.1-1_amd64.deb
 86daf8e2163cc30bcdbdf8a60362f3c2 2044 text optional 
epson-inkjet-printer-escpr_1.4.1-1.dsc
 09c4ad349b3d6c00c80dce54dd47b4a1 2364514 text optional 
epson-inkjet-printer-escpr_1.4.1.orig.tar.gz
 9a5c1165b978492ff2cad6fdd22af3fe 4888 text optional 
epson-inkjet-printer-escpr_1.4.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCAAGBQJT1gnNAAoJEIvPpx7KFjRVGzgL/3dhHMdEgn4l/w0KLjWW2tJ6
3mske6D4cjqKIB25z/okZRls3/6x1LGccynajZexMP1QLGa4AJw+byopoXL/i+sV
QsFG1L7nLXJK8LUO9emBdOQ1jBB7KAW/h/l05lkCzyVf24HVVCqz/sEG7Ur5ew0a
vuQhtBMWYAFpcujQk9EDfmkIeOUUgj4fxg5Y7w6WIFJRhDP5WqGaF7PMB6CTcj8P
+YFc+yGcO54dwP6R/nnp/i/MW1x6z5q9ipX9gL2FKeOQro3btQ187NoBjSylMTzr
m1FP+y+8mgh7SgXzWod9Yhv0yCyttaIvb7PbovF2U+wgUNnR6PiXF5jUfVj4Nx4j
g92SRBdbj65Z+Bf8XwEU8kD08/3/ECWkvdZXe3S2+ySC2iFaDM/DOpJueeoCKClq
E9R+VokWnc02TE1V1CLzB9BdcXKZGczzbS+903qQMqVtUs1p5tKFO8Y03oOK12w8
Yv4ZTZn0n1RdDQ7zBIzlSx3V210VnrIIVaWDonAD/w==
=7E84
-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: https://lists.debian.org/e1xbk8c-0004gc...@franck.debian.org



Accepted kscd 4:4.13.3-1 (source amd64)

2014-07-28 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 12:14:50 +0200
Source: kscd
Binary: kscd
Architecture: source amd64
Version: 4:4.13.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description:
 kscd   - audio CD player
Changes:
 kscd (4:4.13.3-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 74f9adda03a2abe10029d175d4bff23b4c4308da 2059 kscd_4.13.3-1.dsc
 c00dc79bd68c62c6a1a3146879c2e20ebd154b01 92484 kscd_4.13.3.orig.tar.xz
 0dcf2a22bf963370ba64c0071184d2a543e44669 3100 kscd_4.13.3-1.debian.tar.xz
 b209d64920766370211acc2e5ca6bb6bebccd945 135946 kscd_4.13.3-1_amd64.deb
Checksums-Sha256:
 d151ef228fa9e1e8a8c9e09568e7173941e8543d43d0ea674fbeedabbf8d8e5b 2059 
kscd_4.13.3-1.dsc
 bf2f9301014b518a5fb6156a2f749d4ffe8ffcf335795f5e1190888adf3e6615 92484 
kscd_4.13.3.orig.tar.xz
 b36179f31b9c7c489c6238ea834a04f598f80c78faff418d14b25c342f267616 3100 
kscd_4.13.3-1.debian.tar.xz
 0b8cd6e82010c9b524fb6369c33a797f7e9e94d3f21d4ca889f879cd1d0192fb 135946 
kscd_4.13.3-1_amd64.deb
Files:
 03a5e08cae7b0832080f40e116ff1739 135946 sound optional kscd_4.13.3-1_amd64.deb
 150fb7aee3aa02d743bd655aa7794eee 2059 kde optional kscd_4.13.3-1.dsc
 e2724f38852055576791c3bdd5d75294 92484 kde optional kscd_4.13.3.orig.tar.xz
 4715d3e416e543e7aae3ffa83881cf05 3100 kde optional kscd_4.13.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1kAkAAoJEMcZdpmymyMq7LwP/jyfGdN7uZXrbF6uH4KMa2mS
lVySqQzpj5YMKr7jbR9qtDVb8gMWlzCpWUa+6KTNZOcB4B0Z5hp9iEVlE6jxFwAR
QFzT6S4xVSOjakYN8AAB00ftxaheH06iNJcFzu9slIqbPGh4IEEw1+k1zlvBPT5j
PKxSoTlUqZsp5TXHu1S04nhsRypYbzigQYA/3z6yQy864n7qpRbHRubMf8nB/vDf
hNV+ZHmEZAUbpO/ZPwxznCHtr3MlIsguA0wgnT7qyus2Tp+wBAuY24p3xqzLecZY
9Ot1EyKwTHZMXGFxNq+8CiI2gGaN5CxmL8nsonsX/IxtyHaNi1SjdnJUSN7M/Sv4
nS2uoe9sZqC7v790ZCyj+x01oT09WboZEzFvE9+KlG6SZzfMDupxcegeHDBeto2l
boLPsfMfSuqkzSsMHKmLUROdkv38SJXM0bQnB0iz1e6KlWpAXoyLijK5QDj4s5Ll
tF22dPmndLFWSZ/qjcjyVDjKBBivFmtOvSxpyhdtrZx6DYCvDc+YIl8vWu1RaiTA
VNMSLXSjYGFtvyw0oXoo2MkF6CdOC1Am0dLTUufmBvD5ohvJHoS/b7TMu0oR5FGJ
8FA33fwzX0ZtP0K2thANDLb6Mm1h+oZ7L+fxleANnRJsBHrFkzQgGfhDtsTbaiqI
bkLckQJllgcvIdlbo76t
=p/SY
-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: https://lists.debian.org/e1xbk9q-0004vt...@franck.debian.org



Accepted libowl-directsemantics-perl 0.001-2 (source all)

2014-07-28 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 15:28:04 +0300
Source: libowl-directsemantics-perl
Binary: libowl-directsemantics-perl
Architecture: source all
Version: 0.001-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description:
 libowl-directsemantics-perl - representation of the direct semantics of OWL2
Closes: 755024
Changes:
 libowl-directsemantics-perl (0.001-2) unstable; urgency=low
 .
   * Team upload
 .
   [ Salvatore Bonaccorso ]
   * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.
 .
   [ Jonas Smedegaard ]
   * Add README.source emphasizing control.in file as *not* a
 show-stopper for contributions, referring to wiki page for details.
   * Install examples.
   * Drop patch 1001: Build problem turned out to be (and fixed by now)
 in CDBS.
   * Bump standards-version to 3.9.4.
   * Bump packaging license to GPL-3+, and extend copyrigt coverage for
 myself to include current year.
   * Update package relations:
 + Relax to build-depend unversioned on cdbs: Needed version
   satisfied even in oldstable.
   * Fix use comment and license pseudo-sections in copyright file to
 obey silly restrictions of copyright format 1.0.
 .
   [ gregor herrmann ]
   * Explicitly (build) depend on Module::Pluggable. (Closes: #755024)
 .
   [ Damyan Ivanov ]
   * use canonical Vcs-Git URL
Checksums-Sha1:
 291d1daf56a0afacdc3024ae08b8a4944502824b 2272 
libowl-directsemantics-perl_0.001-2.dsc
 0824c5ce81494ced21965569245992efe51b5bb7 4492 
libowl-directsemantics-perl_0.001-2.debian.tar.xz
 243fa15c0d429337f7d8fb96afa3510111a5beb1 118972 
libowl-directsemantics-perl_0.001-2_all.deb
Checksums-Sha256:
 b4ca34d5ecbbd33e1c5c70ec1ec1cae8c684dbdee32659ef88b24a27b1f6cf74 2272 
libowl-directsemantics-perl_0.001-2.dsc
 63f036fec45d0a162f12ce929d7b20e0d9766bbb4a4de689d63926ec44bc7ad3 4492 
libowl-directsemantics-perl_0.001-2.debian.tar.xz
 80c7cf101b7074aa6d0a0ca9bd2c09d2194ac2ed8cbfe02a5f6ed1e4b86f6f40 118972 
libowl-directsemantics-perl_0.001-2_all.deb
Files:
 492f7ac97160c36d5e079b27b3a6c680 118972 perl optional 
libowl-directsemantics-perl_0.001-2_all.deb
 93c117b7281593d6b3a68c6c7bf8cf3b 2272 perl optional 
libowl-directsemantics-perl_0.001-2.dsc
 fca0e73939a2ee7cf00969bd927bafb0 4492 perl optional 
libowl-directsemantics-perl_0.001-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1kMEAAoJENu+nU2Z0qAEq5wP/2Lq3Cywk8h5+h6hMy5FmkNM
3PlofVShsq86czmTr/ellphsJPTkcS5f3aM7bDo/62qXM1tKGUtaE25reW+ra+Pi
cqAMbEqY90bQCxw70/WBqqSa2xKvZb+knvK/FUZfFDuGupGejNryQC+5KhnlS6ZU
WCQMItl0WQBOrFJ9Ktv+E29zVBRaO9K9T2T0PNMUftUXvLESy7jsxhrbZpynVFq8
ITDM6ChnUhai+k+f3Hhmc57YE4USRLZNfE70w5YOYmg6icG7FeY1jbJAJgeWGpzF
sdltdARbkp5Nq450iReCe4PvD57LurHzGeIBEMNzMQmyleWaYaUoXKQnAQZhCMl+
Es+k2mU1x5rmyZsnm/ZJG8cgLa1z3bilmHeTkDBJvOg+6vH8vx9+JeKzClFJg+HJ
TVuT8pbGPcaclvJpHroafLSynQ+KnhZ8OouvEBrWzchmUlSDRf8jQHZXbtygUKM8
7jkUni1GJQ3Lrco71kb96uSPrYqL9VYjAhEncO2UHAR2dX4IH+D+cDgJfJR693jZ
iW9wi2yXBScXr99v5K1XW3TOJ6Fj3TNLM2211D2YBvCK69R2/4APFqa9NmGStbZ7
gg8Dp7BlWHKRmC8kEFHjF1N9PKQGOJboAQxLiV2FWScQpl8L4FKYFJ/S+aCPJuj4
c0Dp9V/592o3jJlNPajh
=Dam3
-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: https://lists.debian.org/e1xbkn8-0006xj...@franck.debian.org



Accepted juk 4:4.13.3-1 (source amd64)

2014-07-28 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 14:17:20 +0200
Source: juk
Binary: juk
Architecture: source amd64
Version: 4:4.13.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description:
 juk- music jukebox / music player
Changes:
 juk (4:4.13.3-1) unstable; urgency=medium
 .
   * New upstream release.
   * New patch: scrobbler_initialize_m_networkAccessManager
Checksums-Sha1:
 b512dcaeb74a51ee1bb5a9070f50f5a34e8be5f2 2073 juk_4.13.3-1.dsc
 7060647c773f427d56914be77fbe0d6c615bba2d 428700 juk_4.13.3.orig.tar.xz
 7921a5a8b510d1d9d85ee8c646e68dea5a164421 4112 juk_4.13.3-1.debian.tar.xz
 44fd9f0717a655c29d460e344f6bb9e2aea81504 675384 juk_4.13.3-1_amd64.deb
Checksums-Sha256:
 60bc6543aee61657b71a65984a01a6fd7b027b6e0223e827070f0e306094a453 2073 
juk_4.13.3-1.dsc
 fb0a5f3094f0f149d0479bff2ec45a4543e1a2b59f87d56e2b1ff10c85f889b5 428700 
juk_4.13.3.orig.tar.xz
 4de3921819b547fbe98549db04fcd132931c328aa98e12f5b6f7aeac3e227dbf 4112 
juk_4.13.3-1.debian.tar.xz
 e079e0002fafb9f7b6f2e2628438477071596d3bd9b853994e6c7f83ac865448 675384 
juk_4.13.3-1_amd64.deb
Files:
 8b56680e1c4df111bfddca7147010a91 675384 sound optional juk_4.13.3-1_amd64.deb
 84042e404c9ede9ef2c4d96d2beca0d6 2073 kde optional juk_4.13.3-1.dsc
 f4eeafae10fb224b9de1fe2fdb3e90c4 428700 kde optional juk_4.13.3.orig.tar.xz
 164d05dc3b9942f239fb7b8a2d84a396 4112 kde optional juk_4.13.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1kYSAAoJEMcZdpmymyMqShcP/2F+ADt0E3H/nO+ojIj9l4gn
LgW+ftP+jpeSPfYmW29GQe1DVFzTc8DEn0CAW93CWDa9hR45tJ2nNpTGPDWZi0qm
l/SJuOOENrpvJrFz551CXLAhITo2k0kPutF8BePuZeC1v5fIUn1n9XwrjUjKFuKp
r9cGY3IOE7RAkhc7P7sOuPnJXlexFyB5+lSFAjhLeIvfUAr8ih9rlVDUvgs4y9F6
lf7nn5HaLRQ40ISp8XZVEbL5cvrJf+8fMl91Epa36w2Cp1XMPEN53SvcMsgG0DQa
gxcA0Tl518E1KK+6PThk+4X+D09DvH8kpZ+RMHJVcjcygNcMoclzdtAoSC4aqKpx
8bG6TqyKcTu/mjjZCoWG1slkAvnSAXSX/apTbcEtRTdEST2LgKzbKBdX8HWbIMGK
lcSZFrQ82RsOt+U8/v3bY/m/1MdWZJ4E4o2c+IioXD6xlJtxd+MPgPbTl3V2XEBY
bu0bVx4ghuVbp5bGS+uVgei5h8EcgEt12h7zbTofa7xwYGDL/OSaNznL83pQbvfH
13eFune9OJBHScW9op+AEzFp7Q96DT48thJ5M0QO53zGxCN3kwS79BYVnXbevpic
ZD51nt32/7euhYvLSi+LNhyPTRMwTKA49TFZIFQulnqIGuR5KtSmbTEU13M4adm7
wCcFBJcymOiENplpxGgq
=CGev
-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: https://lists.debian.org/e1xbkn0-0006vc...@franck.debian.org



Accepted simpleburn 1.7.0-1 (source amd64)

2014-07-28 Thread Mateusz Łukasik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Jul 2014 17:17:34 +0200
Source: simpleburn
Binary: simpleburn
Architecture: source amd64
Version: 1.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Mateusz Łukasik mat...@linuxmint.pl
Changed-By: Mateusz Łukasik mat...@linuxmint.pl
Description:
 simpleburn - Minimalistic application for burning and extracting CDs and DVDs
Changes:
 simpleburn (1.7.0-1) unstable; urgency=medium
 .
   * New upstream release. (LP: #1279659)
   * debian/control:
 + Bump Standards-Version to 3.9.5 (no changes needed).
 + Build only for Linux.
 + Drop mplayer-nogui and gmplayer from Recommends as these
   packages are not available in Debian.
 + Add mpg123, vorbis-tools and flac to Recommends.
   * Update years in debian/copyright.
Checksums-Sha1:
 1d565d707a13211b43f5547fa261f56631e8313d 1903 simpleburn_1.7.0-1.dsc
 a06cce8d93b774fbbc5faf9080f2639b8c7e 38834 simpleburn_1.7.0.orig.tar.bz2
 14834cb465cd882d2583fd39e72d0588ef45b5af 9104 simpleburn_1.7.0-1.debian.tar.xz
 ce7047213bc173b7a5d96685ba7048f9c2d533dc 41206 simpleburn_1.7.0-1_amd64.deb
Checksums-Sha256:
 8b08798e1c0c682b34a0a36524d26f7d3eea8572269a951877c0e7bbb4c81550 1903 
simpleburn_1.7.0-1.dsc
 5b1c2a57fd5b85998ffc7ad6c603fe2005fce47d8553271d288ca9402915c06e 38834 
simpleburn_1.7.0.orig.tar.bz2
 4202ae44c64467c714e2da1419196c75d5681681fc8e14917fd0f33189086c94 9104 
simpleburn_1.7.0-1.debian.tar.xz
 a082f87519fb2781976a0cd9a08e6935db2cddcca7fce7d19ef49a9477902417 41206 
simpleburn_1.7.0-1_amd64.deb
Files:
 cdb0e1ada5a48f94ac73c8bc3d7e736a 41206 utils extra simpleburn_1.7.0-1_amd64.deb
 864d5c1141605cc0cd8753a0156b73e6 1903 utils extra simpleburn_1.7.0-1.dsc
 dc22e612762da6774c8dbcc837a795fd 38834 utils extra 
simpleburn_1.7.0.orig.tar.bz2
 b191a3483d78bbc4e1038daea0928171 9104 utils extra 
simpleburn_1.7.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1kLrAAoJEHQmOzf1tfkT65MP/Rsy1az5aqTEJw5pRU9vBbRT
4XESw6fYDGB2w+mh8YSFRTy9iWj6vTDU/Shhn6ZCUu8P/Sbqh1vUA3/WBY66/e8Y
EEP/Ht6WIV27tSWV/+zkNhtAEskLwm4BBVPCVlNv+6h4pwlPdqrge/hS6NvQkwN7
MVAE6n/gKY4E9MsuxhznFB6BO8JqS5qS0hp99JCtdjMPy7Lzq9nqdf012YMj0J/B
VoHtPz3eZ2IPoXfGEa/DsegnVNQI1CcbFnpyI/WyL7aJdVpRLjNxUachkH4Fw8th
ukC7YknWWEcWZH9vObFvlgnC+qo/02kdgmOPpSZKSVMyGyQvoZv69vrOdB8Hj15S
3GjcHjxbdN72EO06J8BitZnhMTcvWfbjiutAP5GawN5ofy28Gc8ueY0v67NV7OHs
aTzotbew8A2lvrwCuMEn1bU1IZdTRyQKNL23WoM6Sy1v8vS4E1RcPLJ58ea+Yqd8
3K6vefcLnNHonAG9KW3PgnO5up40zM0f02dbb/64YOrYXTzh2pPivCTbVPrr2Wzk
PowbMIPbe4t3rtfSo+fBsWEmvWhgVaUiSBFGL84pBSSzPkNcnal/iTfSKRMab1xB
4RNxNntSykIvbhbJoAPuShzk9rldbaGWeQjbwbLDvBNZdzKs6yABGiNmmABg4YLe
hICCUzfyM6wlYtcmwUx9
=uU8r
-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: https://lists.debian.org/e1xbkny-000720...@franck.debian.org



Accepted orafce 3.0.7-1 (source amd64)

2014-07-28 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 00:10:06 +0200
Source: orafce
Binary: postgresql-9.4-orafce
Architecture: source amd64
Version: 3.0.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 
pkg-postgresql-pub...@lists.alioth.debian.org
Changed-By: Christoph Berg m...@debian.org
Description:
 postgresql-9.4-orafce - Oracle support functions for PostgreSQL 9.4
Changes:
 orafce (3.0.7-1) unstable; urgency=medium
 .
   * New upstream version with PostgreSQL 9.4 support.
   * debian/tests/installcheck: Use locale_gen from postgresql-common 159.
Checksums-Sha1:
 5a52b6a5593f09183a3c1e7e30b6a6ba3cfab5c7 2040 orafce_3.0.7-1.dsc
 8a600ebed8cdf4d9c00cd7b0c17768c16a76a63a 136471 orafce_3.0.7.orig.tar.gz
 42b6ddd946b8b049fb9de6686ce6b750acee4d20 3292 orafce_3.0.7-1.debian.tar.xz
 7590ce39408e84c7e98eebdd8a883a48965894aa 80574 
postgresql-9.4-orafce_3.0.7-1_amd64.deb
Checksums-Sha256:
 9559d743a42ecc9c8c41c2cda88ccde45e0f3e37d275fca572b4e559be81f80e 2040 
orafce_3.0.7-1.dsc
 8b2628c9dd2686186538b3a7d1f149e55dd88721992ff855e0b20d8b1551252e 136471 
orafce_3.0.7.orig.tar.gz
 14419bae0193ea4fa16d7c26af5a7cb99ec4798005ed36c04898f81cfc756d79 3292 
orafce_3.0.7-1.debian.tar.xz
 7f17693dcf4b91ae16b10364694cf10c10a5579340853a54b4d9c3fc593024e8 80574 
postgresql-9.4-orafce_3.0.7-1_amd64.deb
Files:
 a629a1b16633264a83ac22f160bad9d2 80574 database optional 
postgresql-9.4-orafce_3.0.7-1_amd64.deb
 0df249028ee737bd922035d3a35f3fcf 2040 database optional orafce_3.0.7-1.dsc
 61c01ffc9e04711761b55a10e36a088b 136471 database optional 
orafce_3.0.7.orig.tar.gz
 f51a60ec5dcdca9ca38d6b01c2056008 3292 database optional 
orafce_3.0.7-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1XnvAAoJEExaa6sS0qeuKB0QALADOst9k2ag328tONILGEiy
zBcmLtoqWc8xrsrz5T9Zc3UBWhV1MPLBNQwFEnBEy7jHy8Vlg1a9eZWHl01FFDGR
AGaP0tPcwEFF4LDJLfeow4buKQXXICg2MF/CvsBBjJKQ3k7vn2R/Q3588V6fdlXC
jKRtDYJfaFZN6DFnw3HMVZkqS3bgleP0LzM7wjtfnhLwgKXbGLNMUO/KCjz2JNsf
PMwZYQBKeXIKhO5dskUVEGT8mFJS1eG1qj9H+UFbq5M425K2x0ID5Gfq4SOfMygA
x5b8CAdRxN5F8iFAfzV5eT7g6vN/Iu6QMLYeS8eVF58iM9pfezaNmUV69n3Ut/p0
pjiYdo+qeUQ/DLjcNuIBM8jTouwvaEt7nCAHNv3gyKUhcDLcIO1ZmYS/oAXg8u3D
It3P65gfoymW9fH7sLjS8QsGcfEerieEz3eS/f18PMAE+REbSgsnxJ/D/ARtEkm8
nQeWBuTpFOUTDMhQguyANRmRAVqbCSiKGuNS58xJOAEktlI7g+fmn2UBoan9PR2B
MaFfF/t/APO43oIzbA9H3wJr0M0cAuEhpy9YaGtf3j0tUxntVtCBZj3eJIBTsMZc
u9Qx1Yr15dTZkmoI7SPG8GmCbQVlP1p+7lEjGmC/nN+ck/UMYUgHlu+rAi8LdPnS
hgTI3G7FVH2qeD1cA7Fz
=n9tZ
-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: https://lists.debian.org/e1xbkx7-0008i0...@franck.debian.org



Accepted pykcs11 1.3.0-1 (source amd64)

2014-07-28 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Jul 2014 13:47:26 +0200
Source: pykcs11
Binary: python3-pykcs11
Architecture: source amd64
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau rouss...@debian.org
Changed-By: Ludovic Rousseau rouss...@debian.org
Description:
 python3-pykcs11 - PKCS#11 wrapper for Python
Changes:
 pykcs11 (1.3.0-1) unstable; urgency=low
 .
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 .
   [ Ludovic Rousseau ]
   * update Homepage: field
   * New upstream release
   * use dh compatibility level 9 to get hardening
   * move to Python 3.x
   * debian/control: Standards-Version: 3.9.3 - 3.9.5. No change needed.
Checksums-Sha1:
 eaac3f7fc40e1ab6f163d21c3d80c6906e75c8a1 2014 pykcs11_1.3.0-1.dsc
 97a3d1fcec681fe9e97db0c83971e934d4e81c9f 132531 pykcs11_1.3.0.orig.tar.gz
 23d6534b1e16b2385cb9e566372983145acdadfd 2888 pykcs11_1.3.0-1.debian.tar.xz
 5f9af80bd43a53d63dbc1ed6a3f619d6cd0aa916 142666 
python3-pykcs11_1.3.0-1_amd64.deb
Checksums-Sha256:
 0b267209e3920021830b1f18046643c1b77c23db59832bc74d3db0dc3bb2964d 2014 
pykcs11_1.3.0-1.dsc
 419a9ad77fb892c0ececc67da1a7aadaf89e76ad7047b1963aacb93d72403778 132531 
pykcs11_1.3.0.orig.tar.gz
 969c024b9bacbf2afa5e7b08d55c3c5224c26d1029b37f86a35fc7dd3bb1ece7 2888 
pykcs11_1.3.0-1.debian.tar.xz
 bc22f63b9489614eb138c3d4f5b6a7a5ed8450a5de1ac27f37d1c09bfe826582 142666 
python3-pykcs11_1.3.0-1_amd64.deb
Files:
 f916aaa8cfb083e830c99766ba76f9e2 142666 python optional 
python3-pykcs11_1.3.0-1_amd64.deb
 18f7fa4ab6ef6eb4fbe7bc939fc6260a 2014 python optional pykcs11_1.3.0-1.dsc
 db1dffd14ed7f5860a2403b0097b6933 132531 python optional 
pykcs11_1.3.0.orig.tar.gz
 37b2929a54c90d84d5e2025589e2ab91 2888 python optional 
pykcs11_1.3.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT05WHAAoJEHihtN/o+cV+F8YP/j0GwmUwDh1ITxoq7y0REuiF
zllZdDVba+6MGtCICyhLNqfVRfGItSCkD1ml88RWLoAavXxtumAiM53wVIabg9ZH
BkcQsvWRUCyqq6+itKpMIq1zEZcs+6TJA7ls2abyqWOgAEe3z0UHg0HcEjSACIHo
5Wbj+KYIvl2sbvWkIT/cfs7i9vjX8DUPc6MMvKIw0tnm8Jre3AxV2oHKu8I903d9
xns3/x4m8iFO5B4di3ZpnbBZoIzveSmR3KYzaai3iGYEW5+8Qbdf3msUQSp3VJPw
coFCC0aTjbFgqFUalKpzToqJKc6NYOisqcM6XxB22AJ4DBBaBFc1YDvnN8lj6P1I
lsNlM1sn7KW5xBzPeSwqp3nCsQyvenB6TyicZsCN3Kb3+cPElv8HistWENyvtshc
xq0aUhx5lpzf81P2yickhG0dre1zsIG7NlhJFsOyIcQw2/zzZ3kBvbSMXUAx9QyU
7CIWstRfNPFFaH5xWQXDsIETbwpW0WxTRUnChdwOXlkFk91NIFMyoVYoZqUdrjnC
MjmPZnvNxDILgIpnzXcA7DTi+G1Obw+I8sESEl4tjqA5j9W5KNskgG+vWP0RV5TF
TmJFvhJ4myOYgXkJTjz2WjXo7gMQpBGbgVTxNdDdQLGLEb1kvJno2FvkL2mrq2dQ
9ce81h+OhCCVXjtpiIZW
=CqDB
-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: https://lists.debian.org/e1xbkx7-0008ig...@franck.debian.org



Accepted kig 4:4.13.3-1 (source amd64)

2014-07-28 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Jul 2014 14:42:47 +0200
Source: kig
Binary: kig
Architecture: source amd64
Version: 4:4.13.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description:
 kig- interactive geometry tool for KDE
Changes:
 kig (4:4.13.3-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 c134800cc01848b38de82bccf4f6982563bff08a 2051 kig_4.13.3-1.dsc
 43d9b5ea133b5a900f0bb5d97edd0a41c5e988bd 1502868 kig_4.13.3.orig.tar.xz
 c05a2ce6d965f6765e386986c057ec8a4f2975be 3568 kig_4.13.3-1.debian.tar.xz
 2249077afee88064bf9d76b65975a2a8d77c5fc7 1633130 kig_4.13.3-1_amd64.deb
Checksums-Sha256:
 b3b812374f1fc37bbd441a0b457fa87a42e2fdf9074c324f9f2e8d21444aedb9 2051 
kig_4.13.3-1.dsc
 a2a006dcf35e0aa119ffc7ae4eabdec52ac246c29c14eb1cf0016d43761cbe4f 1502868 
kig_4.13.3.orig.tar.xz
 27544d17da14944ff8769b2caab89449946ebe2605c1ab1bcb7f2dee0f1fd8dd 3568 
kig_4.13.3-1.debian.tar.xz
 573853bd2334edaea6d84a83451d0776e3fdcf347a7ce8fee6ce7e91b580b6ad 1633130 
kig_4.13.3-1_amd64.deb
Files:
 72ea619b86aeebcb9e710ceba0e53657 1633130 math optional kig_4.13.3-1_amd64.deb
 c12b220219f64faf0725a844ff2feac2 2051 kde optional kig_4.13.3-1.dsc
 9529f04aa65e45dbfb790fd61aa4aabb 1502868 kde optional kig_4.13.3.orig.tar.xz
 1f569ade5a7e785527dd82f35ec077fd 3568 kde optional kig_4.13.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJT1kgDAAoJEMcZdpmymyMqLZAQAKYgv2N8lwglYC0ktWQGkJhf
bM1RPJLP29Pr9AuDH/NZ6UPI7fIx2VYzvhVnn426Su0EG0MHhoPrxIH7BYywLsGq
ziMkCtNKBRf17pcUX8XbnQyasze7T6uzyRiDLJP0/CNCNhipr/HWP+OWnYGlABvJ
131wrcF3wy0Q0NjjyP4eCTSVpWoTGHFfIjqv7YBop6xWwu8hVCQirifvaPVtL26L
F61RaIIWnKDVcXAknCQNq759og5w1RhiOhHbwcTK77u26AZ8USOq7thX23DlNhz/
HqZjxziKjGtS512798hYZrZCZDkgTjDahPZhJOCzrCMAQUm2he1OEl4WSVIivMKs
RSdyWvPdPHSHjYkuzNBkqYPFcvhOe9ywvLWx7GxhDZzzAAVaY8azAkOIgRqRBAXv
CadigLgqhv0SRKW0k4kbsI+Os7hAex33Iqwr+zSUD93syC9QQ3Ke3bs+HpnLKtCr
cK1hBhQ9oMEpbpsrldl5UiVQMryhaEw1W+c/86CmgVHATEAWgcZ8Cu9KjkTSgChi
qnjsAodPNbBngmlbL4kZo7o6ivioyZmBYkIx8kRBEgtzRQbQlUVltCNepqDkI1VT
uuN+3FIvP12CSo+8xFnBpc/mTO4L+HnNvUWISflxM/ZUzHtA0ThXh7Rx6YSRvweZ
mTrknpmSvil6ULODKQ/b
=QzK9
-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: https://lists.debian.org/e1xbkcx-ke...@franck.debian.org



  1   2   >