Re: Bug#719673: ITP: needrestart -- needrestart checks which daemons need to be restarted after library upgrades

2013-08-22 Thread Tollef Fog Heen
]] Patrick Matthäi 

 needrestart checks which daemons need to be restarted after library upgrades.
 It is inspired by checkrestart(1) from the debian-goodies package.
 It does not rely on lsof as checkrestart does.

Why not just improve checkrestart rather than offering an alternative?

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


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/m2r4dm19a7@rahvafeir.err.no



Re: Bug#719673: ITP: needrestart -- needrestart checks which daemons need to be restarted after library upgrades

2013-08-22 Thread Chow Loong Jin
On Thu, Aug 22, 2013 at 09:20:32AM +0200, Tollef Fog Heen wrote:
 ]] Patrick Matthäi 
 
  needrestart checks which daemons need to be restarted after library 
  upgrades.
  It is inspired by checkrestart(1) from the debian-goodies package.
  It does not rely on lsof as checkrestart does.
 
 Why not just improve checkrestart rather than offering an alternative?

Why is not using lsof an improvement?

-- 
Kind regards,
Loong Jin


signature.asc
Description: Digital signature


Re: overriding udev rules

2013-08-22 Thread olivier sallou
I think I gonna simply skip the udev rules overriding, it will be up to the
user to do the cleaning if he wants to do cloning etc... as done in
cloud-init package, waiting for easier udev management from package side.

Thanks to all for your advises.


quoting previous...

-- 

 gpg key id: 4096R/326D8438  (keyring.debian.org)

 Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438




-- 

gpg key id: 4096R/326D8438  (keyring.debian.org)

Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


Re: Bug#719673: ITP: needrestart -- needrestart checks which daemons need to be restarted after library upgrades

2013-08-22 Thread Konstantin Khomoutov
On Thu, 22 Aug 2013 09:20:32 +0200
Tollef Fog Heen tfh...@err.no wrote:

  needrestart checks which daemons need to be restarted after library
  upgrades. It is inspired by checkrestart(1) from the debian-goodies
  package. It does not rely on lsof as checkrestart does.
 
 Why not just improve checkrestart rather than offering an alternative?

checkrestart is a Python program, needrestart is a Perl program,
so asking someone (who exactly, by the way?) touting an alternative
to improve the original is not exactly correct in this particular case.

By the way, I have always been puzzled with checkrestart being a part of
the package containing a set of random tools.  I mean, the
discoverability of checkrestart is exactly zero, and one have to stumble
on a random blog post to even know this useful tool exists.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130822115831.5da9b17fbbf3b2710ed89...@domain007.com



Re: Bug#719673: ITP: needrestart -- needrestart checks which daemons need to be restarted after library upgrades

2013-08-22 Thread Paul Wise
On Thu, Aug 22, 2013 at 9:58 AM, Konstantin Khomoutov wrote:

 By the way, I have always been puzzled with checkrestart being a part of
 the package containing a set of random tools.  I mean, the
 discoverability of checkrestart is exactly zero, and one have to stumble
 on a random blog post to even know this useful tool exists.

In an ideal world it would be part of PackageKit (and or apt).

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Bug#719673: ITP: needrestart -- needrestart checks which daemons need to be restarted after library upgrades

2013-08-22 Thread Matthias Klumpp
2013/8/22 Paul Wise p...@debian.org:
 On Thu, Aug 22, 2013 at 9:58 AM, Konstantin Khomoutov wrote:

 By the way, I have always been puzzled with checkrestart being a part of
 the package containing a set of random tools.  I mean, the
 discoverability of checkrestart is exactly zero, and one have to stumble
 on a random blog post to even know this useful tool exists.

 In an ideal world it would be part of PackageKit (and or apt).
PackageKit can do that ;-) It has a plugin to check for shared
libraries in use, I just haven't tested in yet. It should show the
names of services which need to be restarted after a security update.
This info is at least shown on the command line (and only for security updates).
Cheers,
Matthias

2013/8/22 Paul Wise p...@debian.org:
 On Thu, Aug 22, 2013 at 9:58 AM, Konstantin Khomoutov wrote:

 By the way, I have always been puzzled with checkrestart being a part of
 the package containing a set of random tools.  I mean, the
 discoverability of checkrestart is exactly zero, and one have to stumble
 on a random blog post to even know this useful tool exists.

 In an ideal world it would be part of PackageKit (and or apt).

 --
 bye,
 pabs

 http://wiki.debian.org/PaulWise


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




-- 
Debian Developer | Freedesktop-Developer
KDE-Developer| GNOME-Contributor
I welcome VSRE emails. See http://vsre.info/


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



Re: Bug#719673: ITP: needrestart -- needrestart checks which daemons need to be restarted after library upgrades

2013-08-22 Thread Sebastian Heinlein

Am 2013-08-22 10:03, schrieb Paul Wise:

On Thu, Aug 22, 2013 at 9:58 AM, Konstantin Khomoutov wrote:

By the way, I have always been puzzled with checkrestart being a part 
of

the package containing a set of random tools.  I mean, the
discoverability of checkrestart is exactly zero, and one have to 
stumble

on a random blog post to even know this useful tool exists.


In an ideal world it would be part of PackageKit (and or apt).


FYI PackageKit already features a plugin that detects applications which 
should be restared because of updated shared librarys.


@Paul: Sorry for the private reply.

Cheers,

Sebastian


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5b8a8e772b45ae1b379b96e90dfe3...@glatzor.de



Re: Bug#719673: ITP: needrestart -- needrestart checks which daemons need to be restarted after library upgrades

2013-08-22 Thread Paul Wise
On Thu, Aug 22, 2013 at 11:17 AM, Matthias Klumpp wrote:

 PackageKit can do that ;-) It has a plugin to check for shared
 libraries in use, I just haven't tested in yet. It should show the
 names of services which need to be restarted after a security update.

Cool.

 This info is at least shown on the command line (and only for security 
 updates).

How does it know if an update fixes a security issue? Just checking if
it comes from security.d.o would not be enough since updates to
unstable often fix security issues. I guess it uses the
debsecan/security-tracker data?

-- 
http://wiki.debian.org/PaulWise


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



Re: overriding udev rules

2013-08-22 Thread Tzafrir Cohen
On Tue, Aug 20, 2013 at 09:58:43PM +0200, Thomas Goirand wrote:

 I'd be happy to find a correct and clean way to do this, because I also
 need to do it, and it seems to be a fairly common use case. I currently
 only delete the 75-persistent-net-generator.rules file (which I know is
 the wrong way to do it as it wont survive upgrades, though I currently
 don't know how to do it cleanly, so I have fallen back to that).
 
 It would be really nice to have a switch somewhere in /etc for this.
 Maybe upstream could work that out, so that we don't have to hack and
 hack again? I'm sure I'm not the only one to think that dpkg-divert
 over-engineering something that should be fixed upstream.

The least ugly thing we came up with was:

$ cat /lib/udev/rules.d/60-${our_package}.rules
# Avoid udev persistent names (see
# /lib/udev/rules.d/75-persistent-net-generator.rules )
ACTION==add, SUBSYSTEM==net, KERNEL==eth*,NAME=$kernel

You can make that rule more specific to only disable it for specific
cards. It works because of:

$ grep -B1 -w NAME /lib/udev/rules.d/75-persistent-net-generator.rules | head 
-n2
# ignore the interface if a name has already been set
NAME==?*, GOTO=persistent_net_generator_end

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
tzaf...@debian.org|| friend


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130822110202.ge14...@lemon.cohens.org.il



Re: overriding udev rules

2013-08-22 Thread Bjørn Mork
Michael Biebl bi...@debian.org writes:

 The persistent network interface naming rules are already skipped if
 udev is run within a virtual machine.

Which made me look closer at
/lib/udev/rules.d/75-persistent-net-generator.rules 

I find it a bit strange that it has lots of logic involving different
OUIs, but doesn't seem to care at all about the addr_assign_type sysfs
attribute.  I believe you never should generate any persistent rules if
this attribute is different from 0 (NET_ADDR_PERM).

And I'll now go fix some drivers which doesn't set it as appropriate.



Bjørn


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ioyy3r6q@nemi.mork.no



Re: System resume issues

2013-08-22 Thread Rodolfo García Peñas (kix)


Andreas Metzler ametz...@downhill.at.eu.org escribió:


Rodolfo García Peñas k...@debian.org wrote:

currently I am maintaining the uswsusp package. I have some bugs
related to the resume process [1]. I was talking with Ben in
debian-kernel, and I am writing to debian-devel trying to get the
best option to solve the problems and because other packages could
be affected (cryptsetup, hibernate, pm-utils,...).

[...]

Just a wild thought, as there was  presentation on debconf: Jave you
checked whether dracut (instead od intramfs) handles this better?

cu Andreas


Hi Andreas,

thanks a lot for your reply. dracut reads the configuration file for
uswsusp (upstream: suspend-utils):

--8
http://git.kernel.org/cgit/boot/dracut/dracut.git/tree/modules.d/95resume/module-setup.sh:
...
install() {
local _bin
# Optional uswsusp support
for _bin in /usr/sbin/resume /usr/lib/suspend/resume
do
[[ -x ${_bin} ]]  {
inst ${_bin} /usr/sbin/resume
[[ -f /etc/suspend.conf ]]  inst /etc/suspend.conf   - here
break
}
done
--8

And parse it in other 95resume module files.

In debian, dracut reads the file /etc/suspend.conf, but this file
doesn't exist (is named /etc/suwsusp.conf). I don't create a bug about
it (yet?), because I have two things in mind, rename the uswsusp
package to suspend-utils (the upstream name, so the configuration file
will be /etc/suspend.conf) and/or change the configuration file to
/etc/resume.

Anyway, IMO probably the configuration for system resume shouldn't
belong to any specific package (uswsusp, initramfs-tools, hibernate,
pm-utils, tuxonize...), because could be common for all of them. Using
only one file, all packages could read the info on it (but it only
could be updated by one!).

Cheers,
kix

--
 .''`.
: :'  : Rodolfo García Peñas (kix) k...@debian.org
`. `'`  Proud Debian Developer
 `-


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130822114140.horde._tsumdkkme3ykxhakn-x...@mail.kix.es



Bug#720477: ITP: r-cran-fastcluster -- Fast hierarchical clustering routines for GNU R

2013-08-22 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille ti...@debian.org

* Package name: r-cran-fastcluster
  Version : 1.1.11
  Upstream Author : Daniel Müllner muellner at math.stanford.edu
* URL : 
http://cran.r-project.org/web/packages/fastcluster/index.html
* License : GPL2+ | BSD
  Programming Lang: R (Python)
  Description : Fast hierarchical clustering routines for GNU R

 Fastcluster implements fast hierarchical, agglomerative clustering
 routines. Part of the functionality is designed as drop-in replacement
 for existing routines: “linkage” in the SciPy package
 “scipy.cluster.hierarchy”, “hclust” in R's “stats” package, and the
 “flashClust” package. It provides the same functionality with the
 benefit of a much faster implementation. Moreover, there are
 memory-saving routines for clustering of vector data, which go beyond
 what the existing packages provide. For information on how to install
 the Python files, see the file INSTALL in the source distribution.


The package is maintained in Debian Med team as a precondition for one
of our packages and available at

   Vcs-Svn: 
svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-fastcluster/trunk/

Kind regards

Andreas.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130822120046.12125.8629.report...@mail.an3as.eu



Re: Dreamhost dumps Debian

2013-08-22 Thread Daniel Pocock
On 21/08/13 19:08, Clint Byrum wrote:
 Excerpts from Kevin Chadwick's message of 2013-08-21 08:45:27 -0700:
 My point of view is that Debian Stable should be aiming for whatever
 they believe the sweet point between stable and so usable without having
 problems is and maximising security. Aka maximising productivity and
 safety with no other concerns or compromises.

 Large hosting companies not having made their scripts etc. good enough
 to ride out upgrades well should have nothing to do with any decision.

 In fact they are best positioned man power wise to be able to set up a
 test rig and then deploy compared to small hosting companies.

 Does anyone even know for sure what the decision to switch was actually
 based upon?

 IIRC, the blog post cites exactly that, too short releases.

There have been many comments about the 5 year security updates, but
some people (sadly) don't think about that anyway, there are plenty of
other decision making factors:

For many users, the server is under warranty for 3 years, they are
sometimes willing to risk or purchase another 1-2 years, total 5 years
useful life for the server.  They pick Ubuntu LTS or RHEL because it
appears to be aligned with that.

At the beginning, they chose the server and OS together.  Unless there
is a compelling reason, they don't want to risk upgrading the server
half way through its useful life, risking any changes to hardware driver
compatibility.  They only want to spend time on those issues once: when
they buy the server.

Many commercial products also support legacy users and upgrades from
(current-2) or (current-3) rather than just upgrading from the last
major release.  If Debian followed this model, then it would mean:
a) security updates for squeeze would continue until jessie + 1 year
b) a direct upgrade from squeeze to jessie (skipping wheezy) would be
desirable (though not essential)

Users who don't need or want bleeding edge stuff typically prefer to
progress at that pace


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52161386.5040...@pocock.com.au



asking for advice: all dependencies incl. version numbers

2013-08-22 Thread FARKAS, Illes
Hi,

This is a researcher asking for advice.

I'd like to download/parse for each version of each debian package which
other package versions it depends on.

Do you think this information available in managable formats?

Have you seen similar work before?

Thanks!

--
Webpage: http://hal.elte.hu/fij
GoogleScholar: http://goo.gl/trcz4


Bug#720503: ITP: jackson-annotations -- fast and powerful JSON library for Java -- annotations

2013-08-22 Thread Wolodja Wentland
Package: wnpp
Severity: wishlist
Owner: Wolodja Wentland deb...@babilen5.org

* Package name: jackson-annotations
  Version : 2.2.2
  Upstream Author : FasterXML, LLC, Seattle, USA i...@fasterxml.com
* URL : https://github.com/FasterXML/jackson-annotations
* License : Apache-2.0
  Programming Lang: Java
  Description : fast and powerful JSON library for Java -- annotations
   The Jackson Data Processor is a multi-purpose Java library for processing
   JSON. Jackson aims to be the best possible combination of fast, correct,
   lightweight, and ergonomic for developers. It offers three alternative 
methods
   for processing JSON:
   .
* Streaming API inspired by StAX
* Tree Model
* Data Binding converts JSON to and from POJOs
   .
   In addition to the core library, there are numerous extension that provide
   additional functionality such as additional data formats beyond JSON,
   additional data types or JVM languages.
   .
   This package contains general purpose annotations for value and handler 
types.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130822172652.20618.57537.reportbug@asasello.local



Bug#720504: ITP: jackson-databind -- fast and powerful JSON library for Java -- data binding

2013-08-22 Thread Wolodja Wentland
Package: wnpp
Severity: wishlist
Owner: Wolodja Wentland deb...@babilen5.org

* Package name: jackson-databind
  Version : 2.2.2
  Upstream Author : FasterXML, LLC, Seattle, USA i...@fasterxml.com
* URL : https://github.com/FasterXML/jackson-databind/
* License : Apache-2.0
  Programming Lang: Java
  Description : fast and powerful JSON library for Java -- data binding
   The Jackson Data Processor is a multi-purpose Java library for processing
   JSON. Jackson aims to be the best possible combination of fast, correct,
   lightweight, and ergonomic for developers. It offers three alternative 
methods
   for processing JSON:
   .
* Streaming API inspired by StAX
* Tree Model
* Data Binding converts JSON to and from POJOs
   .
   In addition to the core library, there are numerous extension that provide
   additional functionality such as additional data formats beyond JSON,
   additional data types or JVM languages.
   .
   This package contains general purpose data-binding functionality for data
   formats other than JSON.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130822173052.21481.17561.reportbug@asasello.local



Bug#720505: ITP: jackson-dataformat-smile -- fast and powerful JSON library for Java -- Smile dataformat

2013-08-22 Thread Wolodja Wentland
Package: wnpp
Severity: wishlist
Owner: Wolodja Wentland deb...@babilen5.org

* Package name: jackson-dataformat-smile
  Version : 2.2.2
  Upstream Author : FasterXML, LLC, Seattle, USA i...@fasterxml.com
* URL : https://github.com/FasterXML/jackson-dataformat-smile/
* License : Apache-2.0
  Programming Lang: Java
  Description : fast and powerful JSON library for Java -- Smile dataformat
   The Jackson Data Processor is a multi-purpose Java library for processing
   JSON. Jackson aims to be the best possible combination of fast, correct,
   lightweight, and ergonomic for developers. It offers three alternative 
methods
   for processing JSON:
   .
* Streaming API inspired by StAX
* Tree Model
* Data Binding converts JSON to and from POJOs
   .
   In addition to the core library, there are numerous extension that provide
   additional functionality such as additional data formats beyond JSON,
   additional data types or JVM languages.
   .
   This package contains an extension for reading and writing Smile-(binary
   JSON)-encoded data.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130822173626.22534.35647.reportbug@asasello.local



Bug#720506: ITP: jackson-dataformat-yaml -- fast and powerful JSON library for Java -- YAML dataformat

2013-08-22 Thread Wolodja Wentland
Package: wnpp
Severity: wishlist
Owner: Wolodja Wentland deb...@babilen5.org

* Package name: jackson-dataformat-yaml
  Version : 2.2.2
  Upstream Author : FasterXML, LLC, Seattle, USA i...@fasterxml.com
* URL : https://github.com/FasterXML/jackson-dataformat-yaml/
* License : Apache-2.0
  Programming Lang: Java
  Description : fast and powerful JSON library for Java -- YAML dataformat
   The Jackson Data Processor is a multi-purpose Java library for processing
   JSON. Jackson aims to be the best possible combination of fast, correct,
   lightweight, and ergonomic for developers. It offers three alternative 
methods
   for processing JSON:
   .
* Streaming API inspired by StAX
* Tree Model
* Data Binding converts JSON to and from POJOs
   .
   In addition to the core library, there are numerous extension that provide
   additional functionality such as additional data formats beyond JSON,
   additional data types or JVM languages.
   .
   This package contains an extension for reading and writing YAML-encoded
   data.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130822173923.23544.95263.reportbug@asasello.local



Introducing dgit - git integration with the Debian archive

2013-08-22 Thread Ian Jackson
I'm pleased to announce that dgit 0.7, which is a version of dgit
suitable for alpha and beta testers, is available in unstable.

From the manpage:

   dgit [dgit-opts] clone [dgit-opts] package [suite] [./dir|/dir]
   dgit [dgit-opts] fetch|pull [dgit-opts] [suite]
   dgit [dgit-opts] build|sbuild [build-opts]
   dgit [dgit-opts] push [dgit-opts] [suite]

   dgit treats the Debian archive as a version control system, and
   bidirectionally gateways between the archive and git.  The git
   view of the package can contain the usual upstream git history,
   and will be augmented by commits representing uploads done by
   other developers not using dgit.  This git history is stored in
   a canonical location known as dgit-repos which lives outside
   the Debian archive (currently, on Alioth).

If you don't like git, or think I have taken the wrong approach, then
you need read no further.  You can carry on just as before.


If on the other hand you'd like to experiment with a new tool that
lets you work on any package in the archive using git, even with
upstream git history in your history if you like, and to share your
git-based work with other uploaders, please install dgit 0.7 from
unstable and try it out.

For more information, the full manpage is here:
  http://www.chiark.greenend.org.uk/~ijackson/2013/dgit.html
(this is slightly more up to date than the one on manpages.debian.net).

This is still a very early version.  I'm not aware of anyone but me
having used it in anger.  So there are very likely to be bugs.  Please
report them.

With regret I must note that currently you can't use it if you don't
have a full DD account on both the Debian systems and on Alioth.  Even
if you just want a read-only mode.  This is due to deficiencies in the
archive software and in Alioth, which I have worked around in very
unpleasant ways.  I'm hoping that this will improve fairly soon.
Please see the BUGS section of the manpage.

The master git repository for dgit is here:
  http://anonscm.debian.org/gitweb/?p=dgit-repos/dgit.git
Pull requests welcome (please send them to the BTS).


Some background:

At Debconf we had a series of discussion on the problem of integrating
git and the archive, culminating in an excellent bar-BOF.  We started
with a diagram Joey Hess had drawn on a piece of cardboard, of a
design he had; many of us came to the BOF with our own preconceptions.
Too often these discussions result in a gigantic edifice which will
take six-months to implement and six years to persuade people is a
good idea.  But, during this conversation, instead, pieces were hacked
off until the result was implementable right away.  So that's what
dgit is.

Key points about dgit's design:

 * It doesn't require anyone else to change their existing workflow.

 * You can use it on any package.

 * If you are the maintainer and want to use it on your own package,
   it will allow you to adopt a gitish workflow and will let you
   easily import into your git history the changes made in NMUs,
   security updates - and hopefully eventually derivative distros.

 * I think we can extend it later to support working on quilty
   packages (with patch stacks) as if they were git branches.  This is
   not yet done because it's quite complicated.  See PACKAGE SOURCE
   FORMATS in the manpage.


Thanks,
Ian.


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



Re: Introducing dgit - git integration with the Debian archive

2013-08-22 Thread Matthias Klumpp
2013/8/22 Ian Jackson ijack...@chiark.greenend.org.uk:
 I'm pleased to announce that dgit 0.7, which is a version of dgit
 suitable for alpha and beta testers, is available in unstable.

 From the manpage:

dgit [dgit-opts] clone [dgit-opts] package [suite] [./dir|/dir]
dgit [dgit-opts] fetch|pull [dgit-opts] [suite]
dgit [dgit-opts] build|sbuild [build-opts]
dgit [dgit-opts] push [dgit-opts] [suite]

dgit treats the Debian archive as a version control system, and
bidirectionally gateways between the archive and git.  The git
view of the package can contain the usual upstream git history,
and will be augmented by commits representing uploads done by
other developers not using dgit.  This git history is stored in
a canonical location known as dgit-repos which lives outside
the Debian archive (currently, on Alioth).
 [...]
This is awesome! Many thanks for the great work!
 -- Matthias


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



Re: asking for advice: all dependencies incl. version numbers

2013-08-22 Thread Joachim Breitner
Dear Illes,

Am Donnerstag, den 22.08.2013, 17:47 +0200 schrieb FARKAS, Illes:

 This is a researcher asking for advice.
 
 
 I'd like to download/parse for each version of each debian package
 which other package versions it depends on. 
 
 
 Do you think this information available in managable formats?

It is all in the Packages file, e.g.
ftp://ftp.de.debian.org/debian/dists/unstable/main/binary-amd64/Packages.bz2

It is a simple text file format and there are parsing libraries for
various programming language around. If you are more specific about your
goals and needs, I can give more specific advise.

 Have you seen similar work before?

The researches at IRILL have done lots of work on Package relationsships
and also created useful tools to investigate that. I don’t have a good
entry page to send you to, but I guess http://www.mancoosi.org/edos/ and
http://www.mancoosi.org/ are of relevance.

Greetings,
Joachim


-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata




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


Bug#720518: ITP: tdbcpostgres -- Postgresql driver for the TDBC datatabase connectivity

2013-08-22 Thread Massimo Manghi
Package: wnpp
Severity: wishlist
Owner: Massimo Manghi mxman...@apache.org

* Package name: tdbcpostgres
  Version : 1.0.0
  Upstream Author : mxman...@apache.org
* URL : http://tdbc.tcl.tk/
* License : BSD
  Programming Lang: (C,Tcl)
  Description : Postgresql driver for the TDBC datatabase connectivity


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/2013083030.20139.94183.report...@pokemon.bandasalute.it



Re: Introducing dgit - git integration with the Debian archive

2013-08-22 Thread Charles Plessy
Le Thu, Aug 22, 2013 at 08:52:10PM +0100, Ian Jackson a écrit :
 I'm pleased to announce that dgit 0.7, which is a version of dgit
 suitable for alpha and beta testers, is available in unstable.
 
 From the manpage:
 
dgit [dgit-opts] clone [dgit-opts] package [suite] [./dir|/dir]
dgit [dgit-opts] fetch|pull [dgit-opts] [suite]
dgit [dgit-opts] build|sbuild [build-opts]
dgit [dgit-opts] push [dgit-opts] [suite]
 
dgit treats the Debian archive as a version control system, and
bidirectionally gateways between the archive and git.  The git
view of the package can contain the usual upstream git history,
and will be augmented by commits representing uploads done by
other developers not using dgit.  This git history is stored in
a canonical location known as dgit-repos which lives outside
the Debian archive (currently, on Alioth).

Thanks a lot for this development !

For the packages that I maintain with Git, I commit build logs (the local one
for the uploaded binary packages, plus the buildd ones) in separate branches.
In some cases I found it quite useful.  Have you considered integrating logs in
dgit ?  In a somehow similar goal (finding difference between builds), have you
also considered committing the contents of the unpacked binary packages in
other branches ?

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130822233849.gb1...@falafel.plessy.net



Work-needing packages report for Aug 23, 2013

2013-08-22 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 524 (new: 1)
Total number of packages offered up for adoption: 152 (new: 0)
Total number of packages requested help for: 58 (new: 0)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   argyll (#720178), orphaned 3 days ago
 Description: Color Management System, calibrator and profiler
 Reverse Depends: argyll argyll-dbg dispcalgui icc-utils libicc-dev
   libimdi-dev
 Installations reported by Popcon: 33163

523 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/orphaned for a complete list.



No new packages have been given up for adoption, but a total of 152 packages
are awaiting adoption.  See http://www.debian.org/devel/wnpp/rfa_bypackage
for a complete list.



For the following packages help is requested:

   apt-xapian-index (#567955), requested 1298 days ago
 Description: maintenance tools for a Xapian index of Debian packages
 Reverse Depends: ept-cache fuss-launcher goplay packagesearch
 Installations reported by Popcon: 72315

   asymptote (#517342), requested 1637 days ago
 Description: script-based vector graphics language inspired by
   MetaPost
 Installations reported by Popcon: 3874

   athcool (#278442), requested 3222 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 60

   balsa (#642906), requested 697 days ago
 Description: An e-mail client for GNOME
 Reverse Depends: balsa-dbg
 Installations reported by Popcon: 914

   cardstories (#624100), requested 850 days ago
 Description: Find out a card using a sentence made up by another
   player
 Installations reported by Popcon: 9

   chromium-browser (#583826), requested 1180 days ago
 Description: Chromium browser
 Reverse Depends: chromium chromium-browser chromium-browser-dbg
   chromium-browser-inspector chromium-browser-l10n chromium-dbg
   chromium-l10n mozplugger
 Installations reported by Popcon: 18587

   cups (#532097), requested 1538 days ago
 Description: Common UNIX Printing System
 Reverse Depends: bluez-cups chromium cups cups-backend-bjnp
   cups-browsed cups-bsd cups-client cups-daemon cups-dbg cups-filters
   (60 more omitted)
 Installations reported by Popcon: 119943

   debtags (#567954), requested 1298 days ago
 Description: Enables support for package tags
 Reverse Depends: goplay packagesearch
 Installations reported by Popcon: 2397

   fbcat (#565156), requested 1317 days ago
 Description: framebuffer grabber
 Installations reported by Popcon: 143

   flightgear (#487388), requested 1888 days ago
 Description: Flight Gear Flight Simulator
 Installations reported by Popcon: 510

   freeipmi (#628062), requested 819 days ago
 Description: GNU implementation of the IPMI protocol
 Reverse Depends: freeipmi freeipmi-bmc-watchdog freeipmi-ipmidetect
   freeipmi-tools libfreeipmi-dev libfreeipmi12 libipmiconsole-dev
   libipmiconsole2 libipmidetect-dev libipmidetect0 (3 more omitted)
 Installations reported by Popcon: 3429

   gnat-4.4 (#539633), requested 1955 days ago
 Description: backport bug fixes from trunk (GCC 4.5)
 Reverse Depends: ghdl gnat-4.4 libgnat-4.4 libgnat-4.4-dbg
   libgnatprj-dev libgnatprj4.4 libgnatprj4.4-dbg libgnatprj4.4-dev
   libgnatvsn-dev libgnatvsn4.4 (2 more omitted)
 Installations reported by Popcon: 1161

   gnat-gps (#496905), requested 1820 days ago
 Description: co-maintainer needed
 Reverse Depends: gnat-gps gnat-gps-dbg
 Installations reported by Popcon: 477

   gnokii (#677750), requested 432 days ago
 Description: Datasuite for mobile phone management
 Reverse Depends: gnokii gnokii-cli gnokii-smsd gnokii-smsd-mysql
   gnokii-smsd-pgsql gnome-phone-manager libgnokii-dev libgnokii6
   xgnokii
 Installations reported by Popcon: 1920

   gnupg (#660685), requested 549 days ago
 Description: GNU privacy guard - a free PGP replacement
 Reverse Depends: apt bootstrap-base cdebootstrap cdebootstrap-static
   cdebootstrap-udeb clamav-unofficial-sigs cloud-utils
   debian-archive-keyring debian-edu-archive-keyring
   debian-ports-archive-keyring (49 more omitted)
 Installations reported by Popcon: 148593

   gpa (#663405), requested 530 days ago
 Description: GNU Privacy Assistant (GPA)
 Installations reported by Popcon: 679

   gradle (#683666), requested 385 days ago
 Description: 

Accepted llvm-toolchain-3.3 1:3.3-6 (source amd64 all)

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

Format: 1.8
Date: Sun, 18 Aug 2013 16:45:53 +0200
Source: llvm-toolchain-3.3
Binary: clang-3.3 clang-format-3.3 cpp11-migrate-3.3 clang-3.3-doc 
libclang1-3.3 libclang1-3.3-dbg libclang-3.3-dev libclang-common-3.3-dev 
libllvm3.3 libllvm3.3-dbg llvm-3.3 llvm-3.3-runtime llvm-3.3-dev 
libllvm-3.3-ocaml-dev llvm-3.3-doc llvm-3.3-examples lldb-3.3
Architecture: source amd64 all
Version: 1:3.3-6
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 clang-3.3  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.3-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 clang-format-3.3 - Tool to format C/C++/Obj-C code
 cpp11-migrate-3.3 - Tool to convert C++98 and C++03 code to C++11
 libclang-3.3-dev - clang library - Development package
 libclang-common-3.3-dev - clang library - Common development package
 libclang1-3.3 - clang library
 libclang1-3.3-dbg - clang library
 libllvm-3.3-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
 libllvm3.3 - Low-Level Virtual Machine (LLVM), runtime library
 libllvm3.3-dbg - Low-Level Virtual Machine (LLVM), debugging symbols library
 lldb-3.3   - Next generation, high-performance debugger
 llvm-3.3   - Low-Level Virtual Machine (LLVM)
 llvm-3.3-dev - Low-Level Virtual Machine (LLVM), libraries and headers
 llvm-3.3-doc - Low-Level Virtual Machine (LLVM), documentation
 llvm-3.3-examples - Low-Level Virtual Machine (LLVM), examples
 llvm-3.3-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
Changes: 
 llvm-toolchain-3.3 (1:3.3-6) unstable; urgency=low
 .
   * Fix the FTBFS under hurd and KFreeBSD
   * Do not remove all *.o in tests. Some of them are from upstream source
 tarball. Thanks to Maarten Lankhorst for the fix.
   * Fix the lintian error 'lldb-3.3: postinst-must-call-ldconfig'
   * Add the manpages of clang-format-3.3
   * Overrides the manpages warnings
   * Also apply unwind-chain-inclusion.diff from the snapshot branch to make 
sure
 we can build the package locally even if libclang-dev is installed
Checksums-Sha1: 
 1bbbfec211f5f7e959a3db942142a2f3befdb3b6 4124 llvm-toolchain-3.3_3.3-6.dsc
 64387773eb5aaaa9f3d9eadbdc3cd01b55fb 170027 
llvm-toolchain-3.3_3.3-6.debian.tar.gz
 ab8b00eec41b10777ea19983a2cdbaa44e7d9732 7840732 clang-3.3_3.3-6_amd64.deb
 8d61d30401dedddfa9856d57d0340c2f2aafb788 2919342 
clang-format-3.3_3.3-6_amd64.deb
 d0661849e79dfb145364afa4c1cacbc808e7ca06 3033950 
cpp11-migrate-3.3_3.3-6_amd64.deb
 be71e12bc161ac69ff112f72cce433d071c0f620 412020 clang-3.3-doc_3.3-6_all.deb
 6c795aed8636417068c116d0b75e7ec1f24639cf 3314658 libclang1-3.3_3.3-6_amd64.deb
 b7b25fb159f46965196d5ce2fd7544938e958beb 92667162 
libclang1-3.3-dbg_3.3-6_amd64.deb
 372ec2ddbb976b8fbbccd7c9d7984793802a7d83 6830702 
libclang-3.3-dev_3.3-6_amd64.deb
 8f1ce81cf1a8475d99051d4bc748a98d43c366f1 289586 
libclang-common-3.3-dev_3.3-6_amd64.deb
 fd75ec0e748e45680df929cf9a535e73cfe36845 6094030 libllvm3.3_3.3-6_amd64.deb
 527104076452600befa396096e678b19400471b2 122944506 
libllvm3.3-dbg_3.3-6_amd64.deb
 c69aace5b2513296d8e442005f80592b811705f6 1110276 llvm-3.3_3.3-6_amd64.deb
 bb7cfe2d3e03e2bed80358508068c7f99df4ecfc 33936 llvm-3.3-runtime_3.3-6_amd64.deb
 4ae33d02e78248cad55d2a55ad357b68c3d75bd3 9183482 llvm-3.3-dev_3.3-6_amd64.deb
 5f88fd66c0296389d1e2b8cfc1d5dccc590149cd 187550 
libllvm-3.3-ocaml-dev_3.3-6_amd64.deb
 15d004b6daaae95068215e34ba937dcf2e4ed956 913612 llvm-3.3-doc_3.3-6_all.deb
 2874e0753936fbc8df426f66867e5b83af5d058b 97654 llvm-3.3-examples_3.3-6_all.deb
 b652902d08b86dd903ac08597f05ec608e491a61 5946850 lldb-3.3_3.3-6_amd64.deb
Checksums-Sha256: 
 424f638b1a25a6612928f598be0780870e08d849025dab8ef3261ed166c587b7 4124 
llvm-toolchain-3.3_3.3-6.dsc
 5d6b75d49bbe7fbfd60c70ced8e9b1a8eb0dcfc7675b5c25d4c088478d5cdde9 170027 
llvm-toolchain-3.3_3.3-6.debian.tar.gz
 9b9d795f695ee57cfe867e2476ee1ec3145daf17ecb333114a2681618d43a8d4 7840732 
clang-3.3_3.3-6_amd64.deb
 968fbe1697a7d56952453bf4ff7e3019f3ac9bb65498dea42ccfd0e219beceac 2919342 
clang-format-3.3_3.3-6_amd64.deb
 e6774938a261d60c2ff81c74d3a69f6ae049cc8cdd714ffd1f0098c3312027e0 3033950 
cpp11-migrate-3.3_3.3-6_amd64.deb
 c1b69c239f524513d9c989611583b2e3d5c0c51bf93ec47cf61a038541a1fe65 412020 
clang-3.3-doc_3.3-6_all.deb
 719513f717593c79ac6162408b6591344a6c3923e1a064a05d4a601009a57942 3314658 
libclang1-3.3_3.3-6_amd64.deb
 4720f324a23fd2f169a27660324ab06ac31ca12e5de2a49bd3c2fd295a800fb1 92667162 
libclang1-3.3-dbg_3.3-6_amd64.deb
 025c3589232ef4cc64709005f13a2cc25607a20c723176245a50170d9171188a 6830702 
libclang-3.3-dev_3.3-6_amd64.deb
 287269f923805157e20c5dcdb4eccc5c511b596e49b3bf6974c6978e1b2aa7c3 289586 
libclang-common-3.3-dev_3.3-6_amd64.deb
 985c70f16be39b1387911ff5a86a81b09520c765d8c06dc0686471054c79dad7 6094030 
libllvm3.3_3.3-6_amd64.deb
 

Accepted typo3-src 4.5.29+dfsg1-1 (source all)

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

Format: 1.8
Date: Wed, 21 Aug 2013 22:08:14 +0200
Source: typo3-src
Binary: typo3-src-4.5 typo3-database typo3-dummy typo3
Architecture: source all
Version: 4.5.29+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Christian Welzel gaw...@camlann.de
Changed-By: Christian Welzel gaw...@camlann.de
Description: 
 typo3  - web content management system (meta)
 typo3-database - web content management system (database)
 typo3-dummy - web content management system (basic site structure)
 typo3-src-4.5 - web content management system (core)
Closes: 720194
Changes: 
 typo3-src (4.5.29+dfsg1-1) unstable; urgency=medium
 .
   * New upstream release:
 - fixes: TYPO3-CORE-SA-2013-002: Cross-Site Scripting and Remote
   Code Execution Vulnerability in TYPO3 Core (Closes: 720194)
   * Import of sources of 2.0.4.6 of 1pixelout audio player from
 http://subversion.assembla.com/svn/1pixelout/audio-player/tags/2.0.4.6.
   * Changed audio player license (GPL-2 - MIT).
Checksums-Sha1: 
 3bf00dc91aefb69d539e5827171e5b9589c6f77f 2033 typo3-src_4.5.29+dfsg1-1.dsc
 ef931f78c7980ed81898490caa301d23f3f2087e 20361786 
typo3-src_4.5.29+dfsg1.orig.tar.gz
 e38896e42f5d8dedee4da9b74c616cc75551a5ef 404694 
typo3-src_4.5.29+dfsg1-1.debian.tar.gz
 737afa411f85fafcdbb16f21d0774709aaa7a2da 20244482 
typo3-src-4.5_4.5.29+dfsg1-1_all.deb
 0087bf25850e454c71ab88b3957ff48ab69fc33e 372356 
typo3-database_4.5.29+dfsg1-1_all.deb
 6fb6036db8366e3c555063c6a6cb07249658eadd 380980 
typo3-dummy_4.5.29+dfsg1-1_all.deb
 9bbfdfc44722ecb683eafca3308edf1d8ab6b267 1384 typo3_4.5.29+dfsg1-1_all.deb
Checksums-Sha256: 
 99020c1846044e1a82a6c2245968b05c216b62a47331a98cd8bee6946c59e22e 2033 
typo3-src_4.5.29+dfsg1-1.dsc
 fb2db288175cf042b5a85744ff58b7bcf39f0f3b64f9ed159811a10abebf008a 20361786 
typo3-src_4.5.29+dfsg1.orig.tar.gz
 3d3b7bbd829f43d5b05ada730ffa0a0396835ada7bf4d729030253812ecb9907 404694 
typo3-src_4.5.29+dfsg1-1.debian.tar.gz
 630dbd31e8f5f5a4ccefc65034488508ef3dce893b048602ca444a5fff936cb4 20244482 
typo3-src-4.5_4.5.29+dfsg1-1_all.deb
 abebd0e2d9795b6c47a578a5a6cae843ccf0bcdb113183aae59251d1aa0abb25 372356 
typo3-database_4.5.29+dfsg1-1_all.deb
 a1d82410e064f9aef5591e9f91ee990dc28d2bb1d38429d438af354518039e13 380980 
typo3-dummy_4.5.29+dfsg1-1_all.deb
 9cb90323c4be1501784cc50cac732fd07d354fa9f1f12ec456e6efbfd00aa929 1384 
typo3_4.5.29+dfsg1-1_all.deb
Files: 
 bb87fbc38ab26980e4569e0ca8beaaa9 2033 web optional typo3-src_4.5.29+dfsg1-1.dsc
 c7254132051409e8865ecbc8ce0092ac 20361786 web optional 
typo3-src_4.5.29+dfsg1.orig.tar.gz
 0cb61abf19c67d40a390b6959cde2231 404694 web optional 
typo3-src_4.5.29+dfsg1-1.debian.tar.gz
 a636572e3f3b43208deab14c980bed5b 20244482 web optional 
typo3-src-4.5_4.5.29+dfsg1-1_all.deb
 e9be1b348d46c74af68b49151d1cbf97 372356 web optional 
typo3-database_4.5.29+dfsg1-1_all.deb
 c764322e34d987627fac750e7f3fb34a 380980 web optional 
typo3-dummy_4.5.29+dfsg1-1_all.deb
 1a76a85e8ed326c90db9a18b791cd6ed 1384 web optional typo3_4.5.29+dfsg1-1_all.deb

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

iQIVAwUBUhW9h41SzelRF+EZAQpCzQ//UD100meaRPkzFy8JeuCq1aNoaYGZGRCu
hLw31xpRI56b5SYQt0sA5Up1BUm2szG7NQXBDPDhkRgUNi9rkrnKcCBA5wvyo8gp
HN+SYw1YnZ7rezF9zKFR+89D+cArOZ9//izt7qgezMtlJGi8AKAkP+KnKbnTZwUi
Zo6XXf9rT8JAAA//nD10zMmk3HPuaHw2BXdHJRROOwHZzg8+WY2nIBxdAoQlJd72
EUpfRO4mYxZTL5xdtJErOjdk8wd5xZBiuL8zsFTYU6DRuV/QvqozWzJ3ODfo0Enq
SQ/MOgMTUpJkzT5zMIlE4zX4ApwHVPeJ5Xvk2cWACkIqfpu58EXApRU72amt/bkd
G4OsAGh0ru5mFrMRUwmtjFMiyf/yLnpUGcS3/cAbjHw/d03R2P/yYOaIoDliQZXj
S3QuxkicLA6O9Vt7IYmGFGw1AMc3VsWvfelnkGfpkz2tl4LFqThd1O0ESyI7DdSe
3IgCOWi4MI+1kFtYTOrauQeepCXwVlRLgjWbQLLvAv6eCktWJbdUSFk48A1I0JPZ
MreftybYgPJ07ih73PDGWTfdmznOAmguxg1akoZQUMvq2pCFC4Y84H118g60VwkC
YbqM5/qOj6pM2F0uxn4HbIxQI7eE53XyN3ZRWasr0u+Z58Js54p4YxHKtHTyCLz1
yqEw2DWtXnY=
=liNZ
-END PGP SIGNATURE-


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



Accepted miscfiles 1.4.2.dfsg.1-9.1 (source all)

2013-08-22 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Aug 2013 10:03:11 +0200
Source: miscfiles
Binary: miscfiles
Architecture: source all
Version: 1.4.2.dfsg.1-9.1
Distribution: unstable
Urgency: low
Maintainer: Thomas Bushnell, BSG t...@debian.org
Changed-By: Andreas Beckmann a...@debian.org
Description: 
 miscfiles  - Dictionaries and other interesting files
Closes: 603967
Changes: 
 miscfiles (1.4.2.dfsg.1-9.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove install-info calls from maintainer scripts.  (Closes: #603967)
   * Fix dh_md5sums call.
   * Add missing #DEBHELPER# tokens, even if they don't get substituted.
Checksums-Sha1: 
 977eeacc6897e7317b773fe4f5e21e5d495cb881 1701 miscfiles_1.4.2.dfsg.1-9.1.dsc
 59d048a2977050ee8e966d1cbe1ab45bff43e424 27848 
miscfiles_1.4.2.dfsg.1-9.1.diff.gz
 18d5d744ec383e7318a6685e1f6a3178e575b8e0 1207526 
miscfiles_1.4.2.dfsg.1-9.1_all.deb
Checksums-Sha256: 
 631ceb3edd14913a93c7beb72028c872e105e396d17978963da7071d33efc074 1701 
miscfiles_1.4.2.dfsg.1-9.1.dsc
 2068490b78e7a41923ad15aa0ab910250536cc7cc533cc42b842eb8eff38a6ee 27848 
miscfiles_1.4.2.dfsg.1-9.1.diff.gz
 fd22b82eaa971be4ac5e3674a4c144926a5d756e7b1e70531fa95cbdaf1c425b 1207526 
miscfiles_1.4.2.dfsg.1-9.1_all.deb
Files: 
 31f595a3867cdeaa8e31250da0f716fe 1701 text optional 
miscfiles_1.4.2.dfsg.1-9.1.dsc
 a3bf33205cf7fd3b4907ac25aa6eb8dd 27848 text optional 
miscfiles_1.4.2.dfsg.1-9.1.diff.gz
 40f104f8f516ebec8a2cdc037d2aaa56 1207526 text optional 
miscfiles_1.4.2.dfsg.1-9.1_all.deb

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

iQIcBAEBCAAGBQJSEydWAAoJEF+zP5NZ6e0IQA8QAIHDPMLd9vT0PsCJO7G5r2Gs
sWFCuAnE+ci2h79Auw7qncb9+2mP9eKWk/KMKK9LDp/k2MNJaXDA+slWwY07Quvl
5ELkPb/26iVkz2hoFDK1hopU/u5iDGJfIVVCaDrbeUDlJPOG9EOfvRK8Q4XXJoEd
oWzP3EL/jjPHeCuSM/WXyfxZND/Dwb8dsJZGAwcZt2RNofmkTtctLTJBqe7fpvda
n7R+z70DU+US6FT6qjffgljnHLmBjykh02IuybHX5nKKtyc3WMFxHmE1qXdjwTKP
IU2WaPegB3OIqLtXyWj6g84MKJYbolY9zttaMoG7gl2f2ERbxyvgKzDR5gllkLOG
Hqqn3fRwEEs/3AdpEP6+HIu+yEnBZTorPYq8C71JMOsriLPHM50KOjYbsdLEFz3v
ugDEhSUNzM/quTrn7kWBf+1xAp0mubFVF2t+bbCSugQT5reqk5gZK+6GGEgpOw0N
O8ghdi87ZLToSgRMntaunc7B8Lcur+Vk0mDrSmHlJH8yKFXmy7TB0T3MFLuXp4aA
QnwNPFgw2DdFV/ypu14hhnBRMaR7fzT8xe6qz9aaVfaQ2etHFRWr2S4rWxIAvifu
rdz7ZuyocDCNCeuwuOunwcRgqv1Npm8g5euuETHT9xPLnt35gTDctrqjMoCAgEeU
niezZxjL3k7sVVDPIygb
=zbDn
-END PGP SIGNATURE-


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



Accepted partman-zfs 27 (source i386)

2013-08-22 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 10:15:08 +0200
Source: partman-zfs
Binary: partman-zfs
Architecture: source i386
Version: 27
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 partman-zfs - Add to partman support for ZFS (udeb)
Closes: 720442
Changes: 
 partman-zfs (27) unstable; urgency=low
 .
   * Fix syntax error in lib/zfs-base.sh. Closes: #720442
Checksums-Sha1: 
 3768a6376a96f3290ffe699b32574a032b28c7a1 1655 partman-zfs_27.dsc
 f49f964e810e416e64b61544c4c1a42ee80ea0b9 357018 partman-zfs_27.tar.gz
 7f2c8cd9763015cec9ab95b21545c8120fc1e29e 269690 partman-zfs_27_i386.udeb
Checksums-Sha256: 
 96008bacbf99816f5d3415d3089cda5d25b92f124d058894aba41024464806aa 1655 
partman-zfs_27.dsc
 ada88a147b632d5415c9363702981be598e9d74824432e5210d54b507b4b8c8d 357018 
partman-zfs_27.tar.gz
 fa57e86f9829e53b79905d2d3c286c2fab9e8fe5f3a4f3926b96074b64088903 269690 
partman-zfs_27_i386.udeb
Files: 
 4450c00a94e731896863fcd16fb51dc6 1655 debian-installer standard 
partman-zfs_27.dsc
 ceb44cc945f57809ce8a33f846ece7eb 357018 debian-installer standard 
partman-zfs_27.tar.gz
 0357f173953fbfcd5fd4b3d9489760c6 269690 debian-installer standard 
partman-zfs_27_i386.udeb

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

iQIVAwUBUhXKHYcvcCxNbiWoAQK0qw/+JtbFuPBkD10MMBfLVjeS4hVOxdATMbsO
fTuXP2MDK1gcvg5AA/aj0vnbeBTZIGXxNd5pbKs2suG0zfLeAY+0H9cS+x83KGZN
2KIwdSBuYyJDdyh2ivuFQgOLozSBTW6ujdJIgC0L6Lk4jJKdTr8Q4lRzmRH/exT/
DgNY/sV49SGecToI4mj+LrbZpiPCOeWT0tzISHE9TvrcDr8eHsCAGABCW1M8+4zn
KSsT0rP8wGINxz4tpwGoXlNJZlf9aIZzv1t8cxdfS3qU2kdP6+Z8DgwZYe9qjACA
G2NEVySCPqos5G8MW1jgeKxaYCixCT1GwI2w4QbqGCcppaR8rUVnaKHMeZ65HXbu
auNydqufwmwBbbN4StKefnb5yp8LrfWP5j/VBS5l+kMXkdcQhnHvSMOuo5RNSsZQ
oPwPdFmtWCnzKLxxS/Zu40ynTkHpujbsmjFy9qslVyERICqwSaJlcv0OIR4WA0XD
Yq6q42KOKIa+h+WO2V3AJP9Ve/YO5JelImQBSi3OMaFUIKjo/+w3Z57jfTsNoEYL
ypi4nCgjxfNGfX6f/mafq/pW+X74J2u/KrM+EMwUkNOG6a0p8Zt65nZvHUvtZRMr
QPwvDayPGPHL3O/0UpfZyDvQdvooIcsTdmDGNMpuQ+vaqKE4nJOP0ORLshuPJOwq
+ux2Bj1NDUs=
=BT9R
-END PGP SIGNATURE-


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



Accepted live-images 4.0~a19-1 (source all)

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

Format: 1.8
Date: Thu, 22 Aug 2013 10:56:21 +0200
Source: live-images
Binary: live-images live-image-gnome-desktop live-image-kde-desktop 
live-image-lxde-desktop live-image-rescue live-image-standard 
live-image-xfce-desktop
Architecture: source all
Version: 4.0~a19-1
Distribution: unstable
Urgency: low
Maintainer: Live Systems Maintainers debian-l...@lists.debian.org
Changed-By: Daniel Baumann m...@daniel-baumann.ch
Description: 
 live-image-gnome-desktop - live-build configuration for the GNOME desktop live 
images
 live-image-kde-desktop - live-build configuration for the KDE live images
 live-image-lxde-desktop - live-build configuration for the LXDE desktop live 
images
 live-image-rescue - live-build configuration for the rescue live images
 live-image-standard - live-build configuration for the standard live images
 live-image-xfce-desktop - live-build configuration for the Xfce desktop live 
images
 live-images - live-build configurations (metapackage)
Changes: 
 live-images (4.0~a19-1) unstable; urgency=low
 .
   * Correcting exfat-fuse package name in rescue package list.
   * Updating tag for 7.0.1 images in example build script.
Checksums-Sha1: 
 1ab588ec4dec55b32404d1d701690189ff794f34 1694 live-images_4.0~a19-1.dsc
 940085ba31968471ea49d796b77e31ae746de7f1 26540 live-images_4.0~a19.orig.tar.xz
 1e35fe7138ad4e4da837c7e4406bc3a9a98602d2 4324 
live-images_4.0~a19-1.debian.tar.xz
 b7c9ea8e5967fc6e420511f63593d1d834734cc6 6546 live-images_4.0~a19-1_all.deb
 d67d5d750d83417c0bc0abb7608c5467d0916bdd 11242 
live-image-gnome-desktop_4.0~a19-1_all.deb
 99833f23510a06a433f6a27537a9b346dbb1e529 11224 
live-image-kde-desktop_4.0~a19-1_all.deb
 553f3899722ef06c7c83c661ad22baf23971b734 11226 
live-image-lxde-desktop_4.0~a19-1_all.deb
 f7c15cc2b6d21baf9946d9d0f73e922e091be936 12834 
live-image-rescue_4.0~a19-1_all.deb
 73a936de175ebab86d9f2fa7e0827802473de8db 10652 
live-image-standard_4.0~a19-1_all.deb
 1975bb537ff9409b1f752558c556a87aafda56fb 11222 
live-image-xfce-desktop_4.0~a19-1_all.deb
Checksums-Sha256: 
 756fcf77e45b534d01a8c0f883816e9155023d46655f18657201f1a52783e476 1694 
live-images_4.0~a19-1.dsc
 601174c14dd8e681210c62fe671c8fdc6f6d10390e743eb07b3ff7b9420e0380 26540 
live-images_4.0~a19.orig.tar.xz
 25b380fab5aa774df22677789770169c8e0fd1310d684e8dc462d87a9d3f61b7 4324 
live-images_4.0~a19-1.debian.tar.xz
 95adf4f2fbe048f16a054a3384ffdde534d54cfa718d55e1dc6d2e16fc9e34ca 6546 
live-images_4.0~a19-1_all.deb
 5b2cffa229ad0afcea5e64b453c8f46f16b8695c51fe7baf4c54b970dde8 11242 
live-image-gnome-desktop_4.0~a19-1_all.deb
 4d6f552112753cbee41c6b806350b289a7865a7d0076b3077b9e531008f665ef 11224 
live-image-kde-desktop_4.0~a19-1_all.deb
 21d0d538a5dbcb676ab3f380ee5c6dc20381fd5c6e50ac12add3c34fcaa8f5d5 11226 
live-image-lxde-desktop_4.0~a19-1_all.deb
 b851769ce214e48342f15a2d7c5cb22b6b6cfa2ef5f6da43136863b31e948ccf 12834 
live-image-rescue_4.0~a19-1_all.deb
 84a066cb4b4bf2edcf846855493d64c8123fd87d52057382e3372e4920d9873d 10652 
live-image-standard_4.0~a19-1_all.deb
 118db50e1a8722a07d64c3abf609802d3b3a993c46265815a75845b34c5a46af 11222 
live-image-xfce-desktop_4.0~a19-1_all.deb
Files: 
 bd39990d683e153cb6c6cc7c0d36d0a3 1694 misc optional live-images_4.0~a19-1.dsc
 207fd059afa89b6a73ecbfb439e6b6b4 26540 misc optional 
live-images_4.0~a19.orig.tar.xz
 2f0dcd45fd55348a88e2e93bdfe0b5a0 4324 misc optional 
live-images_4.0~a19-1.debian.tar.xz
 db0a19a8d03d8de29d75f411939de042 6546 metapackages optional 
live-images_4.0~a19-1_all.deb
 25c70d727acd8b05d3db1858d85fd8a6 11242 misc optional 
live-image-gnome-desktop_4.0~a19-1_all.deb
 49053f9a7c927b0615cadb8608e95399 11224 misc optional 
live-image-kde-desktop_4.0~a19-1_all.deb
 ee5a827ee7779f79fbc759b000d59550 11226 misc optional 
live-image-lxde-desktop_4.0~a19-1_all.deb
 0f461edaf9a84ee328b8e06b39f6bc3f 12834 misc optional 
live-image-rescue_4.0~a19-1_all.deb
 416c456d29d15caee2e53ebbe0aadce2 10652 misc optional 
live-image-standard_4.0~a19-1_all.deb
 9a1e3261a6dfa1e6841e5dd635c92a3d 11222 misc optional 
live-image-xfce-desktop_4.0~a19-1_all.deb

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

iEYEARECAAYFAlIV1MoACgkQ+C5cwEsrK56HgQCcDUZkd52Lphu/9OJ1FIC8rLmk
uDoAoIrOMo8z/TrTarnNxDrcuNuvAN1e
=7+7L
-END PGP SIGNATURE-


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



Accepted libhtml-selector-xpath-perl 0.16-1 (source all)

2013-08-22 Thread Florian Schlichting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 12:06:46 +0200
Source: libhtml-selector-xpath-perl
Binary: libhtml-selector-xpath-perl
Architecture: source all
Version: 0.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Florian Schlichting f...@debian.org
Description: 
 libhtml-selector-xpath-perl - module for compiling CSS Selectors to XPath
Changes: 
 libhtml-selector-xpath-perl (0.16-1) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Florian Schlichting ]
   * Import Upstream version 0.16
   * Bump years of included Module::Install copyright
   * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0)
   * Add myself to uploaders and copyright
Checksums-Sha1: 
 e0ca4801a9d4c8414ddc16c250c6402829cc2dca 2393 
libhtml-selector-xpath-perl_0.16-1.dsc
 c0701518d98caa4c39d5f98699455783897e5d44 26326 
libhtml-selector-xpath-perl_0.16.orig.tar.gz
 1ae51ab0783b038ba97415239b8e81084663254c 2733 
libhtml-selector-xpath-perl_0.16-1.debian.tar.gz
 519e43f422acca72afdb334ffd295725940e428d 11788 
libhtml-selector-xpath-perl_0.16-1_all.deb
Checksums-Sha256: 
 957fbac4c2199d8022bca2550fa59daefc34f854085bb0254733a505e034bcc6 2393 
libhtml-selector-xpath-perl_0.16-1.dsc
 a622879851188f3229c3a5d8278263a6b5969712a2a37a3673d1184415bd226c 26326 
libhtml-selector-xpath-perl_0.16.orig.tar.gz
 c7fd36de07df4b40d4c48280633d88c097b854c59d170969ea63460c2cba6fea 2733 
libhtml-selector-xpath-perl_0.16-1.debian.tar.gz
 6ea79a70866c52d1afb1c138fe2feeab9ad2aaa314c5671eebe25579c94707a9 11788 
libhtml-selector-xpath-perl_0.16-1_all.deb
Files: 
 117428f3b0a807561bed62d309a09d82 2393 perl optional 
libhtml-selector-xpath-perl_0.16-1.dsc
 5e544a2eac0621c92ad8db6f1de1c5b8 26326 perl optional 
libhtml-selector-xpath-perl_0.16.orig.tar.gz
 d25c73ed06165e997b4d24707b8f93e5 2733 perl optional 
libhtml-selector-xpath-perl_0.16-1.debian.tar.gz
 c350e40b64a3cd78b4f294e60ac10f99 11788 perl optional 
libhtml-selector-xpath-perl_0.16-1_all.deb

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

iQIcBAEBCAAGBQJSFeONAAoJEBKXO25y3Ae1rDwP/jndX4gmXYW8KSl/vRRNRCy4
SyUMhPXojeqFT3qbPVjU4bYjK4BYZOvoRDGN10mrvw4JTAHR1GuTiNi9retYfB8a
3VzxLUezs2klrggKGEilNc0mUsMZWTqLNccv1YLs0onit7+AmiKjSGvYigOtWq94
90v/JBxh7ne1UygHmT//4nF8pyP9syHbEFn0jt0X+w/AkLa3izbI3f4XdIE/Z9lg
jrG+6ND/JT6xQoSnkWcIRAEkFBFbgufb30Gv3PbkK0jlpE9M3V82y2ha/dknngDN
uO/B6CquwuIt32KxEKRbtUykLCybK738YUI/kaWo3RyiiJOx+lnG2ab93W79tzWk
gaqDSyUCA9YF1Z2wPGtp2KVS35G0soS+nuyHm8g5VEke49B+Hwr9dRrikVX6ty+F
DhZG9nwirB4ESJufZdF9TDbkk06EgMjrxZC5TIHWBneewmBn71ZIxcVrqDOfAW51
WUNYBz9i9xBjvhXibmSsvSbLdp4T6piuu4K6g8OerCouSkCqZRiZ5a6GXfHgoefl
Pc4mYl1+aqnHzU00zT5vfLkxtoeR/+s6eqQd8kqI36+AhxIAqSlfcR9+ydxMWfk4
SQGGBYotVMNsJXfKC7Y6UffZ8tsD5U4zazPrrPNg5HGfOWvY8bURUazqWfRhmgEw
EctwvLDR+wXl1GX18Bgj
=AOH7
-END PGP SIGNATURE-


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



Accepted libhtml-template-perl 2.94-1 (source all)

2013-08-22 Thread Florian Schlichting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 12:14:39 +0200
Source: libhtml-template-perl
Binary: libhtml-template-perl
Architecture: source all
Version: 2.94-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Florian Schlichting f...@debian.org
Description: 
 libhtml-template-perl - module for using HTML templates with Perl
Changes: 
 libhtml-template-perl (2.94-1) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Florian Schlichting ]
   * Import Upstream version 2.94
   * Bump Standards-Version to 3.9.4 (no change)
   * Add myself to Uploaders
Checksums-Sha1: 
 0a5bbdb3d38a716a79f8c527dd62fefce56710d8 2201 libhtml-template-perl_2.94-1.dsc
 3cd5f8db39aeeaf9c5119d24675506413ea00cc6 90862 
libhtml-template-perl_2.94.orig.tar.gz
 d0116bad41e2dc946ccae75a67dfe01600466b37 3424 
libhtml-template-perl_2.94-1.debian.tar.gz
 ea261fec228544b474ba9070a7c6fb23896a5a13 66570 
libhtml-template-perl_2.94-1_all.deb
Checksums-Sha256: 
 549209fcc05bf50f4a3d5e7957aaa82b543451b0f2bcffe6d6867c0defd51aa5 2201 
libhtml-template-perl_2.94-1.dsc
 4e6e1615f7e186a6affdf70e16d2648d975d6419617874587a495e711cf5fa09 90862 
libhtml-template-perl_2.94.orig.tar.gz
 95383576a16890d0f402a18465dfa17f98eedc333649c3186d7e34bd8a0795d1 3424 
libhtml-template-perl_2.94-1.debian.tar.gz
 5ee677ef14191d729871fd9c77ed2b96c1315966e4383ed9ed12e47619995da1 66570 
libhtml-template-perl_2.94-1_all.deb
Files: 
 905084ee033c0cd406642aff03d31999 2201 perl optional 
libhtml-template-perl_2.94-1.dsc
 7b7683c3672d55fb922734ea1e9ba7e8 90862 perl optional 
libhtml-template-perl_2.94.orig.tar.gz
 9cf88d5327261bf812ca4a0ae615ca42 3424 perl optional 
libhtml-template-perl_2.94-1.debian.tar.gz
 a028e0a33f9aded149d7c41d8acab429 66570 perl optional 
libhtml-template-perl_2.94-1_all.deb

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

iQIcBAEBCAAGBQJSFeTJAAoJEBKXO25y3Ae1vawP/jspqlMJK0IUW4ks/IrT1seQ
HxdJJN7kZ5IdxiCmfS+iDlv78ocUb+us3lZNpHqUO9Btno3hlCcYYl+VUqDPPVTi
JJcyCmpJQ2WciUT7L6jtnQu+3/pJrPSWn7RebtMux0MNJGMorH4OmK7wE6U2tjpT
l/LTnadzmh3P2vPAv8+jzCnSdWGyXTYKFzmtFaUdNJ3WrUYiduE+VNHgEoKJ0ak6
BfqzIjkTFIGARgJUPf8xX07rV8VQEvyPRXcyV5/kjeR0It2A9lXae7h61OE40EOe
jGnoFgxWc4G+Y+a9Tvea0QTyHFJIDPAoeAs6CnsZG77ejCWHefT6LlVtkansyvBm
9gVRcdEI51CW4S+yXL0Jzk0ZM5MojYzNSPhpR6xMz/HjSEGMSHU18qnJK/00mY+n
5u2JGIYUoxKOg38ge+tpfzEESoG53zuFTcw0G5R/k6QyqrQvFUPFPxsCZfTUQOLS
FN0T++l8ox540IF+FTalXdw09m8EEHW5TcjGZZNrkBFL88dZLvQFJcugMZaiR4JY
dMuj1r6ZUv9A2RM93uqe1YKLrMBxJqO1ZLLDsxTrPK5RPVMV13RmClPO6U7W6w1E
ByShylWggtFKVFNB7MVSZvuRe3EYBmIGZvPdVlvrm2fsgphrerJL1s3psfNJOVYz
6SmGM/JwuhDUn0eYkoFa
=zXRw
-END PGP SIGNATURE-


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



Accepted xabacus 7.7.1-3 (source amd64)

2013-08-22 Thread Florian Ernst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 13:10:36 +0200
Source: xabacus
Binary: xabacus xmabacus
Architecture: source amd64
Version: 7.7.1-3
Distribution: unstable
Urgency: low
Maintainer: Florian Ernst flor...@debian.org
Changed-By: Florian Ernst flor...@debian.org
Description: 
 xabacus- simulation of the ancient calculator (plain X version)
 xmabacus   - simulation of the ancient calculator (Motif version)
Closes: 714674
Changes: 
 xabacus (7.7.1-3) unstable; urgency=low
 .
   * [39e491c] B-D on libmotif-dev instead of lesstif2-dev (Closes: #714674)
   * [63883a8] Standards-Version: 3.9.4 (no changes required)
Checksums-Sha1: 
 e1aaf62a46f1c3122bab4f136044c444742052f7 1340 xabacus_7.7.1-3.dsc
 88641e436be963218122334591bc0cd8402bc342 6703 xabacus_7.7.1-3.debian.tar.gz
 70cbbf42fa131ad7760a5f115061bcf5c3a650d9 121424 xabacus_7.7.1-3_amd64.deb
 6a76db305d16348205d2ba2ab844a26446abcacf 136226 xmabacus_7.7.1-3_amd64.deb
Checksums-Sha256: 
 1dacff48c6ea698acb9a63e1cb1cc8ffccb4ced9c0a013bf8e1efd8103e284c9 1340 
xabacus_7.7.1-3.dsc
 13f0d644da98e39c1bdfdbcdcd0ed7f334c99e738cdf031c48c31fc898841205 6703 
xabacus_7.7.1-3.debian.tar.gz
 d0747cfd302c040416b317d6cf6eb7d6d7c854ad5074ddb7df56ab5193b5a8cc 121424 
xabacus_7.7.1-3_amd64.deb
 772cccf74be32c0026f6a4e77bd43313ab97798b2c7f3e1b119786d99e04db44 136226 
xmabacus_7.7.1-3_amd64.deb
Files: 
 9fa87c81eb07674383365e82e2f0d21f 1340 games optional xabacus_7.7.1-3.dsc
 c3145df5b7c63ea768515c5d64f803e6 6703 games optional 
xabacus_7.7.1-3.debian.tar.gz
 077f18a37cbcba85f56c0faf20c6d6d7 121424 games optional 
xabacus_7.7.1-3_amd64.deb
 78cddf9784df158b3fc65c257be327a0 136226 games extra xmabacus_7.7.1-3_amd64.deb

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

iEUEARECAAYFAlIV8rYACgkQs3U+TVFLPnx58QCYtASTw3CuKhwE8UZtTO4N6qRd
yACfQBK2vnJO7Ox0yTMT+58tKOQzYVo=
=NJp7
-END PGP SIGNATURE-


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



Accepted libdevel-cover-perl 1.07-1 (source amd64)

2013-08-22 Thread Florian Schlichting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 14:10:04 +0200
Source: libdevel-cover-perl
Binary: libdevel-cover-perl
Architecture: source amd64
Version: 1.07-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Florian Schlichting f...@debian.org
Description: 
 libdevel-cover-perl - Perl tool for determining code coverage metrics
Closes: 702847
Changes: 
 libdevel-cover-perl (1.07-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * New upstream release.
   * Refresh patch keep-non-existent-dirs-in-INC.patch.
   * Bump Standards-Version to 3.9.4 (no changes).
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Florian Schlichting ]
   * Import Upstream version 1.07 (closes: #702847)
   * Bump years of upstream copyright
   * Drop keep-non-existent-dirs-in-INC.patch, fixed upstream (but differently)
   * Add myself to uploaders and copyright
Checksums-Sha1: 
 caaa285808b426f208c81f04fd80560d287c27b8 2321 libdevel-cover-perl_1.07-1.dsc
 535d40ea847b6294ac39a382a27ffac421ab9b4e 191680 
libdevel-cover-perl_1.07.orig.tar.gz
 786f8f8c4357b52974a59348870c877429129369 4834 
libdevel-cover-perl_1.07-1.debian.tar.gz
 9cbe11787135d14d1013a611a4de291f33519d7f 196242 
libdevel-cover-perl_1.07-1_amd64.deb
Checksums-Sha256: 
 1f764b51dce3e468ae07c3b44406e8eeeb3725c3a8f3a30881ea7c224e11a9f9 2321 
libdevel-cover-perl_1.07-1.dsc
 479c74f4c739261199b9e14f6e18ca50481ddac4d241955c586a68902a82c548 191680 
libdevel-cover-perl_1.07.orig.tar.gz
 09938dcff4debdbf17455a9b1c58a60192ab7ab8575bb5f37a606deb06cfe5df 4834 
libdevel-cover-perl_1.07-1.debian.tar.gz
 e6f639ee9309df0d712cc2ce0f88bad9a090f7b728a11acc497c6d69d7791b37 196242 
libdevel-cover-perl_1.07-1_amd64.deb
Files: 
 4ebafa100597fbfa15db638ea23feea1 2321 perl optional 
libdevel-cover-perl_1.07-1.dsc
 fda37b686e0db95c8e772d6270477e6e 191680 perl optional 
libdevel-cover-perl_1.07.orig.tar.gz
 4e0341d68bd0230697bf733fde3f0895 4834 perl optional 
libdevel-cover-perl_1.07-1.debian.tar.gz
 99dd52d22bf738a01a0aa9b0c5f95ac5 196242 perl optional 
libdevel-cover-perl_1.07-1_amd64.deb

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

iQIcBAEBCAAGBQJSFgBKAAoJEBKXO25y3Ae1LdsP/ibfvLZ+QoHuzX58MJ7LLM2L
kj9ZzR42evgqHCz2Vba7YzD9HsA2RjB8ukMJ2baJ+hmWv7qo1GGFe9lpV1w/wg/v
7Pgw9Uqz5otVF/KIjJCCU59m14bCh3BbrrgC0NIbPWcOwip4nwp4y59XlcJVVqDH
Iii/93ZOSzNrH7hldgZR7PgqY09SI21s60EWu6lK8/A6ukuGWOklupm0QmjIPRKP
JEIf9bNmJ4UResq1i1H83sOCJmOKNF99l1qAzFLsk7Q5es9vn9STL8mnmrAf8sBG
/AzLp4UWwSJPEr3EB6+vON4bo+F1gp6qBO1uIUJEEZJZWb4cnTa47ajhir9aT/3e
cevMefIGUgdm1TTUfXElH2QsCcKYivR1dxoxySRQPOSSttl06D90z/zDkxMiVS/N
8spee/hN48i60GIQDg312T/GbVyHmcOjZS+sY9ByDfh9IYcXnngN6jjF0Gtrft6/
VX0BtFltmwnNIJMyYJ5tiNpwhdSbYhhXTjfGYnJOv+BDo8wksqRPTPeV5je41TYv
UqvP3fnqcul+5ofnOMkc1r4oIIm+8tCaRVy6wic3Y34kEsNgTmjg457IbN/iTOCR
sbeIcKTz8lENbHA3TE3CqN2jArz2332iijFfDXM2YIgnKn688wd94S26mMrFzWpK
vAGhgFQLRLjOPKU66kNJ
=FvBU
-END PGP SIGNATURE-


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



Accepted libdevel-cover-perl 1.07-2 (source amd64)

2013-08-22 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 14:33:59 +0200
Source: libdevel-cover-perl
Binary: libdevel-cover-perl
Architecture: source amd64
Version: 1.07-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdevel-cover-perl - Perl tool for determining code coverage metrics
Changes: 
 libdevel-cover-perl (1.07-2) unstable; urgency=low
 .
   * Add patch that adds encoding to the POD.
   * Update years of packaging copyright.
Checksums-Sha1: 
 98a82eb4ca8ccd509beec42db741936d9ef42d12 2321 libdevel-cover-perl_1.07-2.dsc
 eb5c52c1893aff77bfcacad19adc8a6ea2cf1035 5136 
libdevel-cover-perl_1.07-2.debian.tar.gz
 010cad81b9f80e9f129fa3ffce34577e1259f533 196154 
libdevel-cover-perl_1.07-2_amd64.deb
Checksums-Sha256: 
 d846ad28b1489da984e214d284911930776f4ffb835b1dfababcad8c35b535aa 2321 
libdevel-cover-perl_1.07-2.dsc
 b9591606fb17503c61d91e5a740a144d0f03f74970364cd93d28976e3fd941b4 5136 
libdevel-cover-perl_1.07-2.debian.tar.gz
 a965b1efc3c62b24a158c7b7773165a595fd3a323cea74b2cf7c85bf307f8aa7 196154 
libdevel-cover-perl_1.07-2_amd64.deb
Files: 
 3d2bb416ad6eaefae31f6bcd23b8d452 2321 perl optional 
libdevel-cover-perl_1.07-2.dsc
 f995b6609a97088a8e5d58a3083b309a 5136 perl optional 
libdevel-cover-perl_1.07-2.debian.tar.gz
 9a071e24cba0fb75653e168acf17a9b8 196154 perl optional 
libdevel-cover-perl_1.07-2_amd64.deb

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

iQIcBAEBCAAGBQJSFgWbAAoJELs6aAGGSaoGrIUP/AnlM0jAZm3wavxV67k1Lofj
776mXvaCbo4vNzeYtxZQMVBpIeD/i3kIBOAqGpdaM2TEAB5kTHrSrLlVfTuXsDYs
xy9HNKuoIduquXT1PWnaiCuzBXiIo30OjhAdrWuJHf2uK9pQMlbZUEKdWSdl/v1V
VkBeeLClPG59wzqEUA+FbILU/j7fDa7HWyv+BEym/DAC3iv8k6OOqhmvBFKqP+N7
QePss7/N3eDKePiXExaXJMR3EXaJJf0OSrIDXUVNo31ylzFuOGQk9N0stWBkScqw
53sTKnqQ4NwW4nsvTQ5Tfu6zAP6RaSFRGJFlM0Pi7/JQG2TPcmB7IUPApnOXeLNw
PR34dHGX0U9+6bPWTxmkAqmKSfHwX6Ld/VYwL6JFVz30V9/o6rkJCILFIjdI/mfO
27eTmol38KaitD1VUP4/C3prAxfyt2ELuqp4tOCqpWPnqnglBYvDnMm2crSuuboZ
b7bGK0Ma2bgtKN8BcCJWHsJZP0yugvlIH1YrDvkT9v/PD5HK3V+bN4OOHHTG+uuq
hYyn4IprBw8mT/8J32Oy9H635EdzezV52+ra1VQ7vtE7PKBGgWwOITBT9MDrJIHo
QZ2wAyHCviy5Y363Km1zKciDWtuqact3iaupc9Zyu+75Iza24Yqgif/AoSYsjWEL
ifZe+QBOnb0ZVzV7UIOP
=itRz
-END PGP SIGNATURE-


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



Accepted boinc 7.2.11+dfsg-1exp2 (source all amd64)

2013-08-22 Thread Gianfranco Costamagna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 14:19:03 +0200
Source: boinc
Binary: boinc libboinc7 boinc-nvidia-cuda boinc-amd-opencl boinc-client 
boinc-manager boinc-dev libboinc-app-dev libboinc-app7 boinc-server-maker 
boinc-app-examples boinc-dbg boinc-server-dbg boinc-cgi-stripchart
Architecture: source all amd64
Version: 7.2.11+dfsg-1exp2
Distribution: experimental
Urgency: low
Maintainer: Debian BOINC Maintainers pkg-boinc-de...@lists.alioth.debian.org
Changed-By: Gianfranco Costamagna costamagnagianfra...@yahoo.it
Description: 
 boinc  - metapackage for the BOINC client and the manager
 boinc-amd-opencl - metapackage for AMD/ATI OpenCL-savvy BOINC client and 
manager
 boinc-app-examples - example binaries for BOINC servers
 boinc-cgi-stripchart - CGI script for plotting basic statistical graphs
 boinc-client - core client for the BOINC distributed computing infrastructure
 boinc-dbg  - debugging symbols for BOINC binaries
 boinc-dev  - development files to build applications for BOINC projects
 boinc-manager - GUI to control and monitor the BOINC core client
 boinc-nvidia-cuda - metapackage for CUDA-savvy BOINC client and manager
 boinc-server-dbg - debugging symbols for BOINC server binaries
 boinc-server-maker - BOINC server applications and data files
 libboinc-app-dev - development files to build applications for BOINC projects
 libboinc-app7 - libraries for BOINC's scientific applications
 libboinc7  - libraries of BOINC the client depends on
Changes: 
 boinc (7.2.11+dfsg-1exp2) experimental; urgency=low
 .
   * Trying to fix hurd ftbfs
Checksums-Sha1: 
 32ec705f9e54492f8cf4ca8edb15859b3e34c3b8 2867 boinc_7.2.11+dfsg-1exp2.dsc
 d579fa9a2f081e246c349863ae87132ad76f7091 548054 
boinc_7.2.11+dfsg-1exp2.debian.tar.gz
 695e849df376eacaf26064056564c15e3cc1e0c1 39162 boinc_7.2.11+dfsg-1exp2_all.deb
 c1b5b40fd24c20db3350b4132df98b969746f5e1 155992 
libboinc7_7.2.11+dfsg-1exp2_amd64.deb
 ce3cc2903a36e61645df56ba1f9f5ec030e09a23 39134 
boinc-nvidia-cuda_7.2.11+dfsg-1exp2_amd64.deb
 773d5423737f58432c9d74de9c074e42e97ce90f 39242 
boinc-amd-opencl_7.2.11+dfsg-1exp2_amd64.deb
 154908fd76db5a5d407ffb80301510e87e865df5 363082 
boinc-client_7.2.11+dfsg-1exp2_amd64.deb
 04dfbd3f50ba9cf14db7196f04f495b30ec5b237 1184452 
boinc-manager_7.2.11+dfsg-1exp2_amd64.deb
 fdcde09b8c22960d1d43e95d4ded0c50a4d74aca 38822 
boinc-dev_7.2.11+dfsg-1exp2_all.deb
 c333c8f0d2c350fd42bf1a021307e0c7412d0a02 119404 
libboinc-app-dev_7.2.11+dfsg-1exp2_all.deb
 8df98db1ee7cce2b3aedf5f647f973a989779c53 70664 
libboinc-app7_7.2.11+dfsg-1exp2_amd64.deb
 316c07177db078f4c73469ab4a926ac178535f30 3600690 
boinc-server-maker_7.2.11+dfsg-1exp2_amd64.deb
 05bfd5b3edb0e0a1a373ae87979ceef643ff5f2a 341046 
boinc-app-examples_7.2.11+dfsg-1exp2_amd64.deb
 8fca77b117614de551a93133cce1e47540de187d 13988816 
boinc-dbg_7.2.11+dfsg-1exp2_amd64.deb
 7d0299a53833904ae2a465a109356402673fc3e6 38998 
boinc-server-dbg_7.2.11+dfsg-1exp2_amd64.deb
 8cc4faf65b3d906da942ba6c038ac91ab9e78dc4 49376 
boinc-cgi-stripchart_7.2.11+dfsg-1exp2_all.deb
Checksums-Sha256: 
 dd7673d1445dacf7367e27b7c9c48650ec4adcfaa014de5ee2c76bbe7464b3d7 2867 
boinc_7.2.11+dfsg-1exp2.dsc
 427a3c03fc22406bc940194cba467aeb56d2fb61fe3d2cc448619805f061d0a3 548054 
boinc_7.2.11+dfsg-1exp2.debian.tar.gz
 93cb473e88fe3d94b60288b867192e75bf5243f1d290f60ca8fe0c15d101b9f9 39162 
boinc_7.2.11+dfsg-1exp2_all.deb
 0ae7f13bf4fb2ab4eb919c2812d9e898287fccd3b860b3ac5951c0c73cbbce81 155992 
libboinc7_7.2.11+dfsg-1exp2_amd64.deb
 6f642bcdda0e41bc18cab2dec214c447dc280053f6a3b0cf6b513252cfc4199e 39134 
boinc-nvidia-cuda_7.2.11+dfsg-1exp2_amd64.deb
 d3d59e317389d0dae99ce70afbae621f4c89345fb9570f83c7895531b9f8f37f 39242 
boinc-amd-opencl_7.2.11+dfsg-1exp2_amd64.deb
 f9b78a231ef65d7efc2274533ceba11309610f72bcd25675061bc14746a5ab25 363082 
boinc-client_7.2.11+dfsg-1exp2_amd64.deb
 097589fe0c51311126a0c769140d4f0727f03ff99ecb9ce0611a87618e8b089e 1184452 
boinc-manager_7.2.11+dfsg-1exp2_amd64.deb
 9d4e07c40a5408421f7367e20c7f1737f1f7ea2328c64e3f636bb16850c7d07d 38822 
boinc-dev_7.2.11+dfsg-1exp2_all.deb
 b6ae9096919041bc1947719834777906febd3e2a21b380cdf2491989ebafa581 119404 
libboinc-app-dev_7.2.11+dfsg-1exp2_all.deb
 188920a91a6b585eb00c6cf7107e7acd07f0656da7636fe3b9994f265a34e80a 70664 
libboinc-app7_7.2.11+dfsg-1exp2_amd64.deb
 26eb5b43e2fd62bf326a2d725bc7176869a78bdcb5c220adb78e9c2bcfe6e983 3600690 
boinc-server-maker_7.2.11+dfsg-1exp2_amd64.deb
 7a35497b25e67fbb271a6018e0eae9ab086af47a3b0763cadeb2f5599f693d48 341046 
boinc-app-examples_7.2.11+dfsg-1exp2_amd64.deb
 de328f6eef0ac8f2441be9be55e42212130345c69c16bd8358a5f78abba268f9 13988816 
boinc-dbg_7.2.11+dfsg-1exp2_amd64.deb
 37b7bd7f88afcf2ffbe4163c7e2e63a40289e5dc03b07be4910107d460f11823 38998 
boinc-server-dbg_7.2.11+dfsg-1exp2_amd64.deb
 aea255fe9cd46589e14073793d91195de87f792c9b0b9f589ba37b3ea7b7c96c 49376 
boinc-cgi-stripchart_7.2.11+dfsg-1exp2_all.deb
Files: 
 eef823b4bdaa2afa31f07e12bacc7e7b 2867 net optional 

Accepted quik-installer 0.0.35 (source powerpc)

2013-08-22 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 10:37:41 +0200
Source: quik-installer
Binary: quik-installer
Architecture: source powerpc
Version: 0.0.35
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 quik-installer - Install quik on a hard disk (udeb)
Changes: 
 quik-installer (0.0.35) unstable; urgency=low
 .
   * Fix double space in one debconf template. Unfuzzy translations.
 Thanks to Victor Ibragimov for pointing this.
 .
   [ Updated translations ]
   * Tajik (tg.po) by Victor Ibragimov
Checksums-Sha1: 
 744895bb0760ceb0fb3e4a0ba7b8bf89468ff16f 1677 quik-installer_0.0.35.dsc
 8cf931cfac9f163e9e0c3ad139bdac1d938d3862 117617 quik-installer_0.0.35.tar.gz
 cc9571fc457b66870028cc08c7c54921484f2fcb 110914 
quik-installer_0.0.35_powerpc.udeb
Checksums-Sha256: 
 e8d17cd9558ce361cd4dc39404e136f85eaf1dbe74dc1c26a907dd277c8cccb1 1677 
quik-installer_0.0.35.dsc
 82eee6815ffe752a807dadfe1cd4e34b683ef09ec3b106043267f16211377604 117617 
quik-installer_0.0.35.tar.gz
 4d76c3c8cf9eebfc11b70a536f4042f50f3ea155df6fb4ddeda5bcfe7c469d5f 110914 
quik-installer_0.0.35_powerpc.udeb
Files: 
 5c22548520ecb9e03fb26ed3d79d48e3 1677 debian-installer standard 
quik-installer_0.0.35.dsc
 40e2052c426c4ac70b04d5ceddfa68f3 117617 debian-installer standard 
quik-installer_0.0.35.tar.gz
 35dabe3152a8655335022ab78445d872 110914 debian-installer standard 
quik-installer_0.0.35_powerpc.udeb

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

iQIVAwUBUhYMZocvcCxNbiWoAQLgeRAAtJ18gzSka9/DHrRQs4/Ak5Pzgu/yaV2o
TNauMGzkgYAbAuPNYdLWEXMWjgRKtgB6d7nCjjmcXYNxHcWxsRDqgE1U4YtoN5TT
qbFf5khnqS7/bczPF6JvxHeKSZYl/7W9mzW4aM6XKV+L1MUij6qOGW6k/1TTILQY
ReMY0OOC4ru+6gtrSJKkuF4xf4vUSLSQybi4UGk1dHDDX6RvqWnUszI8TsQOwvPE
g/5GaqQ6/Ri2UpX93sGlmVbL1ZhG9BHdFHCwfYD0jswS/g7d41ozYG5N6YZfsjPx
pchMdKSzhvZCv6CawbXyDfkaaxjjCpwWSwhrwrn/YtPX36jnQcjFVXak72zvYjd7
yx60PnZLExui4PhdZNc12MMmsyyqbHHmw5Wd67IbXILYzBsH+e+OI3R0H6uneUgu
HiavRHkDTdqvBJKX4TFYNOdSBz2p0jC1PKnZSqczBI28gtBRUIZsX/zAmeYgRUQ+
1Z6lk6c3YJmw/YXG2RJ5UJ/wgKr4T0u8NpHGMEdaP/NVOQgFMikKrQzfkOvsAM6R
qx2w8uay15qy59VKWDf2DKOzzkF6o4bxh/2DBChzMTLeYjNJZjcO4vaSjkBZ1t0I
O+FZ5C1dAe2ll9di2oDXf6oyS5mrX9dWcPY14B8HJOfDgwYRFR5cEHR2kSr//ePl
eupDp8WsP78=
=JMER
-END PGP SIGNATURE-


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



Accepted lire 2:2.1.1-2.1 (source all)

2013-08-22 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Aug 2013 15:06:07 +0200
Source: lire
Binary: lire lire-doc lire-devel-doc
Architecture: source all
Version: 2:2.1.1-2.1
Distribution: unstable
Urgency: low
Maintainer: Joost van Baal-Ilić joos...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 lire   - full-featured log analyzer and report generator
 lire-devel-doc - Developer's documentation for Lire
 lire-doc   - Documentation for Lire
Closes: 719500
Changes: 
 lire (2:2.1.1-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with perl 5.18: POD errors:
 fix POD syntax errors in various files.
 (Closes: #719500)
Checksums-Sha1: 
 cd0dedc2bd6d217604da90b58f7a26ed8182790c 1902 lire_2.1.1-2.1.dsc
 b2dd76d0d5a8bbc97b7453d60cfcea7d09cc4b73 37893 lire_2.1.1-2.1.diff.gz
 d1dc8db2ebf59bc52478367d43b3322f44972050 984344 lire_2.1.1-2.1_all.deb
 7f0e956ea29cdad0009775bdece08c6f78a2809b 338402 lire-doc_2.1.1-2.1_all.deb
 7c6cadc6a630e4ebb71f713ec471c9d45993f55c 124 
lire-devel-doc_2.1.1-2.1_all.deb
Checksums-Sha256: 
 ba2182c13607b2a7698afbb0dc1f38c6fe9c074f78cd8d4536b98168d8574da1 1902 
lire_2.1.1-2.1.dsc
 4b7cbd79dcf6a9a6d50f09ed7e9bb725d5f86583f74e8c90ca6afe863bf041e2 37893 
lire_2.1.1-2.1.diff.gz
 0373099e6e2c809d907c0d2a652eebce81277457f35385ee64810b31e9a05d39 984344 
lire_2.1.1-2.1_all.deb
 62dc6869d213c444af6ed4609756d1caa36646e48ee3207e8a57eece887d1432 338402 
lire-doc_2.1.1-2.1_all.deb
 fc187892dfe9e250d757914f17c858158c85c79ca812edf381e9a54516cac78a 124 
lire-devel-doc_2.1.1-2.1_all.deb
Files: 
 96ddc0e7897fa557a86c39404f2cde24 1902 admin optional lire_2.1.1-2.1.dsc
 402fb7af99f163f5d2ccea393cb8cea5 37893 admin optional lire_2.1.1-2.1.diff.gz
 d01e16f1475d8eb3a2f5ca7af98a5c2a 984344 admin optional lire_2.1.1-2.1_all.deb
 610e0ba45ca95a03a564805397f07458 338402 doc optional lire-doc_2.1.1-2.1_all.deb
 674031c1ca4ca6e9ea03b3a874ec7b34 124 doc optional 
lire-devel-doc_2.1.1-2.1_all.deb

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

iQIcBAEBCAAGBQJSE2oFAAoJELs6aAGGSaoG7H0P/io0/H4DMNKjQj7Qz5w4Hr0R
haL30gYeQ8W5WfLUNMUoH7i+EDtV3mZSjn847IqyTaJRX9EzLFuNP1AGAMX/pGur
A1bOcQY1Q5EdY8AzgfNZf3eeiX3vd7u+bGaRscDzKoDXHU//sn13rB9+BRqnSza1
Gp18zNluRHEIvf/i26J28VILW/uKrprdyIEg6gUIpfkodk/bHYB8bYfM/ubGMw7P
jji5PJozUxFSsBHoMoDIXNjbLY68SfYce9A6nGFbq2GsPg5YQ5yfwFidjlSFqscT
7t3te7xd7A/gQ9JcaIUAM5FfnrkxKGXU9sKiyJD/f5nJEX7Mb8qRSyPCpEr5VDEg
WrJSuxETY3JTYuQHb7LHOjmpFlz6mA/4sktqDTT/WLQogCwSRnAU3UpejhX29j6R
YmyVPwrHlmt1KtzMjOZOL1wyL8TYuygZYF3cySOEx1hZ0vo6nuYrbX1u0qgOZy+X
A3OP0Vg2zC8olNJxbVHigadZ87DNiqL6WTahEnqoAfOGTuv5KeY25B7Xe+iL9Fx0
+klbU5LEHTKAQabZgwLxFjLVP5+xo+kzB1CVf43agJvxqaqIjmYt/o0Z+joNLVQC
uew2e23DNuswfdyf1Sci7CISOiPnxQsVZs/vYTduSU3HKCVeWHW2IGSP3w3HRZL2
ASIFn8MVGHN+X5xKdvPp
=5blN
-END PGP SIGNATURE-


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



Accepted postgresql-9.3 9.3~rc1-1 (source amd64 all)

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

Format: 1.8
Date: Thu, 22 Aug 2013 10:19:13 +0200
Source: postgresql-9.3
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-9.3 postgresql-9.3-dbg postgresql-client-9.3 
postgresql-server-dev-9.3 postgresql-doc-9.3 postgresql-contrib-9.3 
postgresql-plperl-9.3 postgresql-plpython-9.3 postgresql-plpython3-9.3 
postgresql-pltcl-9.3
Architecture: source amd64 all
Version: 9.3~rc1-1
Distribution: unstable
Urgency: low
Maintainer: Debian PostgreSQL Maintainers 
pkg-postgresql-pub...@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 9.3
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-9.3 - object-relational SQL database, version 9.3 (BETA) server
 postgresql-9.3-dbg - debug symbols for postgresql-9.3
 postgresql-client-9.3 - front-end programs for PostgreSQL 9.3
 postgresql-contrib-9.3 - additional facilities for PostgreSQL
 postgresql-doc-9.3 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-9.3 - PL/Perl procedural language for PostgreSQL 9.3
 postgresql-plpython-9.3 - PL/Python procedural language for PostgreSQL 9.3
 postgresql-plpython3-9.3 - PL/Python 3 procedural language for PostgreSQL 9.3
 postgresql-pltcl-9.3 - PL/Tcl procedural language for PostgreSQL 9.3
 postgresql-server-dev-9.3 - development files for PostgreSQL 9.3 server-side 
programming
Closes: 717982 718460
Changes: 
 postgresql-9.3 (9.3~rc1-1) unstable; urgency=low
 .
   [ Martin Pitt ]
   * New upstream release: first 9.3 release candidate.
 - Add locking around SSL_context usage in libpq, to make it thread safe.
   (Closes: #718460)
   * First upload to unstable, 9.3 final will be released soon and now is the
 time for testing and porting extensions.
   * debian/rules: Support multi-arch locations of {tcl,tk}-config.
   * debian/rules: Don't build with kerberos and LDAP support for
 DEB_STAGE=stage1 to aid with bootstrapping.
   * debian/tests/control: Add missing net-tools dependency (for ifconfig).
   * debian/rules: Call dh with --parallel.
   * debian/control: Explicitly Conflicts/Replaces postgresql-9.1-dbg, as that
 did not yet have a Provides: postgresql-dbg. (Closes: #717982)
 .
   [ Christoph Berg ]
   * Pull 6697aa2bc25c83b88d6165340348a31328c35de6 and
 82b0102650cf85268145a46f0ab488bacf6599a1 from upstream head to better
 support VPATH builds of PGXS modules.
   * debian/rules: Call make check-world without -k and use a random port
 number for pg_regress.
Checksums-Sha1: 
 3309ef77cb5b908e073328a034b80a34f70b2018 3335 postgresql-9.3_9.3~rc1-1.dsc
 d9e999703f2349b4c62a9f32bbb76b2f89a7b38e 17094836 
postgresql-9.3_9.3~rc1.orig.tar.bz2
 f49abd62cf57c50bab69e19b15b3176c749786cf 23522 
postgresql-9.3_9.3~rc1-1.debian.tar.gz
 a70733c1620c0c0db2be9572acb991ac72525d0d 612014 libpq-dev_9.3~rc1-1_amd64.deb
 49f7b7a0002edf36588304f60e1fa3a81ed9034b 556248 libpq5_9.3~rc1-1_amd64.deb
 cabb81832183c57764653d0973a39afb6a292249 502522 libecpg6_9.3~rc1-1_amd64.deb
 a693ca6a90b2441de9f0e7def38fb48fd287dc2b 638020 libecpg-dev_9.3~rc1-1_amd64.deb
 23f71e460659b553d18ad4236eb713d84afd8516 439572 
libecpg-compat3_9.3~rc1-1_amd64.deb
 d1568fa04dd724fdabdd7ba757fe7a9c906c556a 461478 libpgtypes3_9.3~rc1-1_amd64.deb
 036836bfe2c1a9be4352ece21ec4ffe5b0667607 3943894 
postgresql-9.3_9.3~rc1-1_amd64.deb
 bb18cbc6c722a7fbd6c1f9dfb182654020f121cf 7546344 
postgresql-9.3-dbg_9.3~rc1-1_amd64.deb
 649ca0b29a116f59df1dae73f8ba2cde80bb0d82 1531292 
postgresql-client-9.3_9.3~rc1-1_amd64.deb
 8bd9dd3aa52b5e8b11e80ee4ffd2da790e2757b6 1022346 
postgresql-server-dev-9.3_9.3~rc1-1_amd64.deb
 9f51a9278b51661b757f005684c4eafd53922790 2148848 
postgresql-doc-9.3_9.3~rc1-1_all.deb
 0c5e5b9cdaa2ed4d8c4b98b373e3a57692d48780 824646 
postgresql-contrib-9.3_9.3~rc1-1_amd64.deb
 89b91df7ca5cf3a9d3395dd24a61f282192ea8af 477688 
postgresql-plperl-9.3_9.3~rc1-1_amd64.deb
 0d71fd45760428140e34ba9bb0d9ba69819bb3c2 467890 
postgresql-plpython-9.3_9.3~rc1-1_amd64.deb
 0e66e4a8b1e35541cf2a324dd2486db2c4006f1d 467642 
postgresql-plpython3-9.3_9.3~rc1-1_amd64.deb
 72f27a6048392b84b58b1ebe75e002e8cd8e8fa6 453880 
postgresql-pltcl-9.3_9.3~rc1-1_amd64.deb
Checksums-Sha256: 
 21107f5a8482d288aaf132b695869d3ed4da8bc005d4e562efcf0bdbb8a09c6f 3335 
postgresql-9.3_9.3~rc1-1.dsc
 22b7f45d85df8f4ce3e25beb465ca1eb7b5642c65a748000928c6a18a571f44d 17094836 
postgresql-9.3_9.3~rc1.orig.tar.bz2
 36502a3ce5674350ff865251d75c57d3971d8f74edbab472deebe7af375b5042 23522 
postgresql-9.3_9.3~rc1-1.debian.tar.gz
 47b693c6a65a99fac65de73f4e08c5dbfa91c9eb0008507252cffa1e6183b1c4 612014 
libpq-dev_9.3~rc1-1_amd64.deb
 

Accepted mail-spf-perl 2.9.0-2 (source all)

2013-08-22 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 15:30:33 +0200
Source: mail-spf-perl
Binary: libmail-spf-perl spf-tools-perl
Architecture: source all
Version: 2.9.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libmail-spf-perl - Perl implementation of Sender Policy Framework and Sender ID
 spf-tools-perl - SPF tools (spfquery, spfd) based on the Mail::SPF Perl module
Closes: 720429
Changes: 
 mail-spf-perl (2.9.0-2) unstable; urgency=low
 .
   * Add patch to fix POD test errors under Perl 5.18. (Closes: #720429)
   * debian/copyright: switch formatting to Copyright-Format 1.0.
Checksums-Sha1: 
 74ed10e297e50a250e3bd8266853ec1a37f1 2229 mail-spf-perl_2.9.0-2.dsc
 8bb4faffd786ac0d4a1c95c4ebfc7c96c475c845 6049 
mail-spf-perl_2.9.0-2.debian.tar.gz
 28ec4c271d49b01965587afe985a84c929c3003d 118862 
libmail-spf-perl_2.9.0-2_all.deb
 4864f092b96154d07651cd77722787daca372489 32274 spf-tools-perl_2.9.0-2_all.deb
Checksums-Sha256: 
 08a3c216676c22f7867e4677ddd4cc8219f5d84d3a799e1c8a7109459c11a50f 2229 
mail-spf-perl_2.9.0-2.dsc
 b57bacf79937d90496d1372406075fec7ac7e5f7620b5d47f4827536fe81dc02 6049 
mail-spf-perl_2.9.0-2.debian.tar.gz
 2fb7bbddac5b02eff3bc124c48645eead2bbc60359b4db1016214cd9c2f84f52 118862 
libmail-spf-perl_2.9.0-2_all.deb
 b2170f536a3a018792a1f864977cf9f72c7b6ea46c4543e821b1bcd370a1b176 32274 
spf-tools-perl_2.9.0-2_all.deb
Files: 
 8dc39d95945dcf7afcb73e8be634b9ba 2229 mail optional mail-spf-perl_2.9.0-2.dsc
 7de57faa369893c2bdd7096ccc09ffd1 6049 mail optional 
mail-spf-perl_2.9.0-2.debian.tar.gz
 8b36b706d4b119842dd7c17f280fc527 118862 perl optional 
libmail-spf-perl_2.9.0-2_all.deb
 58614754729bd6518d058e8c09752f19 32274 mail optional 
spf-tools-perl_2.9.0-2_all.deb

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

iQIcBAEBCAAGBQJSFhKnAAoJELs6aAGGSaoGdDEQAMGl+rbGEkUbzUeS7ihMnwiE
QMe+1ses1BN12psX8nvIQVHRHAOFU2NaZOMS6DXtOtFr8cMswO8MBZPxQlMh1Gzv
Rh9U7kyir06/6Nl0LBrkpAlFnKzEDzQA48z4vvcp3XbKUepLh6VTXDTTPVbe7SKy
NLgnaUriS1hdmCMueqZ1+75ZzZuOeLcRUSZGsczccx8fxcxbm0ulJO2nx4ZKwNmE
PxpdklwXea7L57vnAPZmJJ3I6QXdlkRVp4nSpUoGLWKF5AYtKW8/qSmhLbreox28
QGhbp/TRBvKcCXYTgsCxLeow6L06few478hcUB+MpGmibxe0H1uV3WeUer32Kg+F
HETxi4gcOlaNfwNviF/eAYORk1CIJ2mfG0kolVo5CDQ0HIALzYz2yDRAS8LdQCo3
UArC/1DtddE2M6H3Qixuw85Q4l1gcUDn3oGBui/M9RiYV0JQ4c+UCl97cAiUQvNS
6yRkYOo1ShSoRNa5hkW3wyT9yDfW8SXNFjT37kf9m5JjHb/vpZ/GlB7RcIG8bYM1
eu3fTEobxgUD8R6ecxPW1Q2i9tEVFhSGQH0Hp4iHGPmZtPUhx+WlW6KsznPWWkgx
aNmeOld3dmf2ut9T1uN5HtMw2e3vcIkFtYYH9LgZnBhtNmiCZfUXzX/geEpzte79
Dn+nprMn2h6Ihuly8OEk
=eD0J
-END PGP SIGNATURE-


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



Accepted ibus-anthy 1.5.3-2 (source amd64)

2013-08-22 Thread Osamu Aoki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 20 Aug 2013 21:13:48 +0900
Source: ibus-anthy
Binary: ibus-anthy ibus-anthy-dev
Architecture: source amd64
Version: 1.5.3-2
Distribution: experimental
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Osamu Aoki os...@debian.org
Description: 
 ibus-anthy - anthy engine for IBus
 ibus-anthy-dev - anthy engine for IBus, development files
Closes: 720071
Changes: 
 ibus-anthy (1.5.3-2) experimental; urgency=low
 .
   * Updated copyright holders.
   * Make ibus-anthy non-multiarch for now since
 gobject-introspection does not support mulit-arch.
 Thanks Mitsuya.  Closes: #720071
Checksums-Sha1: 
 bd201bafbe7cfaf09b89912723a53372bf1424f3 1568 ibus-anthy_1.5.3-2.dsc
 88b1f4d5f954c41c66df5dc18add617d846e6fa8 4207 ibus-anthy_1.5.3-2.debian.tar.gz
 23462e6a4c0cbd8af8be9b9eb46b1240fc64ee99 122196 ibus-anthy_1.5.3-2_amd64.deb
 0e2eb83e20f8ed172993b90edae3d4c5bd6c22b8 29328 ibus-anthy-dev_1.5.3-2_amd64.deb
Checksums-Sha256: 
 676c985b8ee32e4615af14407acd8e4710220fb3639a150536825a092854bbb5 1568 
ibus-anthy_1.5.3-2.dsc
 de8ffb538f19810b20b9e5f5123542735bf30012656eb3d4841f79b710708d10 4207 
ibus-anthy_1.5.3-2.debian.tar.gz
 1a61f538a68e5ccdb3b93622d9876526d94f03be3272df49cb3d1bf80e26d564 122196 
ibus-anthy_1.5.3-2_amd64.deb
 a88002564ea5fab3c74981ae29c09e193dbfb574bfbd73eba10d79958c143a4f 29328 
ibus-anthy-dev_1.5.3-2_amd64.deb
Files: 
 72c1557da3db1fd843e81e16ca292029 1568 utils optional ibus-anthy_1.5.3-2.dsc
 05bed6c2e4a105a9154cc9d4b604b307 4207 utils optional 
ibus-anthy_1.5.3-2.debian.tar.gz
 1f89106eb3fa37228ba92498ed851420 122196 utils optional 
ibus-anthy_1.5.3-2_amd64.deb
 bd163fcdee5d8f0ccf114ddc55b49dc3 29328 libdevel optional 
ibus-anthy-dev_1.5.3-2_amd64.deb

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

iEYEARECAAYFAlIWJywACgkQ6A/EwagGHzLwBQCfQPhEyqKJhnpnAj8GIFGGRlDv
K8YAnjxbCJYVNPvOfE6LOpKzdZR4TyiM
=PQ9I
-END PGP SIGNATURE-


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



Accepted dgit 0.4~pre2 (all source)

2013-08-22 Thread Ian Jackson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 15:31:17 +0100
Source: dgit
Binary: dgit
Architecture: all source
Version: 0.4~pre2
Distribution: experimental
Urgency: low
Maintainer: Ian Jackson ijack...@chiark.greenend.org.uk
Changed-By: Ian Jackson ijack...@chiark.greenend.org.uk
Description: 
 dgit   - git interoperability with the Debian archive
Changes: 
 dgit (0.4~pre2) experimental; urgency=low
 .
   * Mangle debian/version tags the way git-buildpackage does
 (as of git-buildpackage 0.5.5, 3c6bbd0f4992f8da).
   * Support dgit-distro.distro.keyid config option.
   * Revert change to ssh to alioth CNAME, as the recommended CNAME
 is to something with no write access to the fs and the new CNAME
 has not yet been set up.  This reintroduces #720172 :-/.
Checksums-Sha1: 
 f40d4785dbe1a388f0b9cd08487b11adc4a1ceaa 17600 dgit_0.4~pre2_all.deb
 23e7cc9de8ab19b63c998ef9ba105fad3a118b7d 1056 dgit_0.4~pre2.dsc
 e3879ee4a08c85390db1360891088db36ec2a945 17968 dgit_0.4~pre2.tar.gz
Checksums-Sha256: 
 20da0164f8d37f2f4c8d4d0e98f4aa09398728781482aff222ed39aad88159af 17600 
dgit_0.4~pre2_all.deb
 718feaa1a52a62c90998baa363c6739683a542872e55d3fd54b43bb4acac2286 1056 
dgit_0.4~pre2.dsc
 a3b484dfc8f6f9605fab9e33876dbcab724036199c61342d08b4d2c3ae1bbe86 17968 
dgit_0.4~pre2.tar.gz
Files: 
 67ce57f5ee72ebdbaf7b790c692e7085 17600 devel optional dgit_0.4~pre2_all.deb
 9c18ef92a23067e10d91fbf5d616f6ef 1056 devel optional dgit_0.4~pre2.dsc
 96f106e96d46a04143a1690f728475c9 17968 devel optional dgit_0.4~pre2.tar.gz

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

iQEcBAEBCAAGBQJSFiE9AAoJEOPjOSNItQ05ImIIALjXM+2ERVBZKzloKk5G9ge9
yolBno00gk5YVWyDGbLMF4Y3eDIhIN2qBXci8XGXM4Vts8jUvq4Stn1JjAXM8fXG
SrI3BtYdImcupN4QIRUW2CDrgZP2aFw9sd/Ea513kBfZL13Nw4k1E51dvqjAZeVI
on7fO6h0m2RFIDXRANYycM1kPkeywM5So6qPo6k/TqJ2urLF3XM0xugboULinBVo
gPgFLmb5F4yJXIK1ugJ8dA0M8p84VvjjPHbItxHTzNEY67dOB87WoZTl99t4mNiF
1csEmhhOKg+mHKoiT/jBnW294GFhemLd46GHHJ8AZCHhtQlJZjvCDLDt8mIHTfg=
=WIkn
-END PGP SIGNATURE-


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



Accepted dgit 0.4~pre1 (all source)

2013-08-22 Thread Ian Jackson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 13:36:44 +0100
Source: dgit
Binary: dgit
Architecture: all source
Version: 0.4~pre1
Distribution: experimental
Urgency: low
Maintainer: Ian Jackson ijack...@chiark.greenend.org.uk
Changed-By: Ian Jackson ijack...@chiark.greenend.org.uk
Closes: 720085 720172
Description: 
 dgit   - git interoperability with the Debian archive
Changes: 
 dgit (0.4~pre1) experimental; urgency=low
 .
   * Use dgit.debian.net vhost on alioth.  Closes:#720172.
   * Usage message.  Closes:#720085.
   * Provide dgit sbuild.
   * Assorted manpage fixes and improvements.
   * Fail if a required config item is missing.
   * Much better error messages.
   * Better error checking when parsing RFC822-style control data.
   * Better checking that the supplied .dsc and debian/changes correspond.
   * Ordering improvement in push: don't add dsc field until git push done.
   * New --distro option (helps with unknown suites).
   * Bugfixes.
Checksums-Sha1: 
 af5e408e24ee032c689e3a13f6cf32b2bffae2ff 17346 dgit_0.4~pre1_all.deb
 7aacc8f01412f6b0469e1921c2ab1534a168d5dc 1056 dgit_0.4~pre1.dsc
 8bfcbdf77342d6cb61417b69232f7a5384c75ffc 17705 dgit_0.4~pre1.tar.gz
Checksums-Sha256: 
 e5c23d62cbef1909f50f5f0c49f020d22b3c40d448da4ebf6e7a495afd092f4a 17346 
dgit_0.4~pre1_all.deb
 e4f9ba341fdf38517e7781d802132a713882aeb0e27d8d56091cea04fa1d37e8 1056 
dgit_0.4~pre1.dsc
 c7a4478ee51aa8d5f2504c2154a990ab5e485c2fec207e1ee6843f0f84c30dd9 17705 
dgit_0.4~pre1.tar.gz
Files: 
 a7c87a3d48062ff3255245ee3a5b7621 17346 devel optional dgit_0.4~pre1_all.deb
 409edf814f19322835fee9be8772cfc1 1056 devel optional dgit_0.4~pre1.dsc
 00e61009041e05320b4bac4c3fdb8604 17705 devel optional dgit_0.4~pre1.tar.gz

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

iQEcBAEBCAAGBQJSFhz4AAoJEOPjOSNItQ05FQgH/jRbxDmydpHSlV3ag+6p1Pew
DbwwUxFWqklu3Ttolku/hCO2IX/PBCInZlf612Vv1yABVAjK8fnl+YXBPbwy1/dX
OLveEU/APassY0croW257z0PcRJ+OlvKPN1uih07HQYoU/r7dZnC6uC2m6PJhcjT
EH3+4EdebWpPSoSfux93I2HeYCPikQ8luV/TGDQ/VwQ7V3JwuVTEyFXtLNIvqX8X
a2RUnUipqbhFEdMv508e8tgh4i9bUutmzqtFVrkpMjdCgxGbkRlyNXOgldB7P6Se
eE0zJfsFinb72eBwHDMBgMvCN/V4aUnCQLgDEpLri+QZBWmk6wiioySF+x22TFQ=
=JJje
-END PGP SIGNATURE-


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



Accepted dgit 0.5 (all source)

2013-08-22 Thread Ian Jackson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 15:38:00 +0100
Source: dgit
Binary: dgit
Architecture: all source
Version: 0.5
Distribution: unstable
Urgency: low
Maintainer: Ian Jackson ijack...@chiark.greenend.org.uk
Changed-By: Ian Jackson ijack...@chiark.greenend.org.uk
Description: 
 dgit   - git interoperability with the Debian archive
Changes: 
 dgit (0.5) unstable; urgency=low
 .
   * Upload to unstable, as this version mostly works.  (All the RC
 bugs of which I'm aware are now properly represented in the BTS.)
Checksums-Sha1: 
 d0905cf7874fc9c3d155118c02fc61ffb5d8af70 17684 dgit_0.5_all.deb
 3d0ee93c2c816fe5cb43d3a4a17fbbd764a1dbdb 1036 dgit_0.5.dsc
 179aeb7389b120d6e4b033c3a077004487a4c60c 18090 dgit_0.5.tar.gz
Checksums-Sha256: 
 88ea09d9281e3cbda577d18fddd396010403138894e81c89d53f5ebae85e83e8 17684 
dgit_0.5_all.deb
 cdece025fbee3c1df933ae6edd23ddd43cff9f80ddee0218e427690b0a2ec18a 1036 
dgit_0.5.dsc
 c31644f9ce6ae85c1fa49cb10942b8804037e8b575e48f291b98f407d806a7a2 18090 
dgit_0.5.tar.gz
Files: 
 09089482006cdc35d3897662126cf62c 17684 devel optional dgit_0.5_all.deb
 f01720c23a3a1b4118cb7c526ef02b96 1036 devel optional dgit_0.5.dsc
 6fbe6836449b507d97041ce49911bf8a 18090 devel optional dgit_0.5.tar.gz

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

iQEcBAEBCAAGBQJSFiM/AAoJEOPjOSNItQ05FvQH/0NU7c0pwzeZ00s9YMEOKNAL
e2mH3zGBDld6hqbtOmqWVTXsKlYZ2S1KkLPxpmOTIo622x+NSvZHegrfBH2QM3zd
zqkVhrUSGom13AIrpoPZvMsKTRb6Sd8GqO33UOqfaOhOtva6JHe7s+Prsug/QFtI
VEm4szLPqG3UhXz1YtKO79IGNT16ZE2fUeQpdlPvgMynHtj6591ijlJqdb2PPyj/
0ffEUgkmlFM+/h9EwZrrOjA1VQxuMB+UtfjP8Afpd0sFymSWxIRugHrOdXhm/za4
UZ0iPPZd5WWW31FZpApTPD8ZrDuC4Hk43/3dXOh8mhWi9gDSDlHEBGlPtjxB7NA=
=9Hj+
-END PGP SIGNATURE-


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



Accepted dgit 0.6 (all source)

2013-08-22 Thread Ian Jackson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 16:02:10 +0100
Source: dgit
Binary: dgit
Architecture: all source
Version: 0.6
Distribution: unstable
Urgency: low
Maintainer: Ian Jackson ijack...@chiark.greenend.org.uk
Changed-By: Ian Jackson ijack...@chiark.greenend.org.uk
Closes: 720490
Description: 
 dgit   - git interoperability with the Debian archive
Changes: 
 dgit (0.6) unstable; urgency=low
 .
   * Allow fetching when archive has out-of-date git hash in .dsc.
 Closes: #720490.
Checksums-Sha1: 
 75ec2ce04edfe537694cba23a1df203d05c61423 17840 dgit_0.6_all.deb
 d5a3337dc7351461f787a30c354d1118cf0bc5d4 1036 dgit_0.6.dsc
 5b61352c190eef6c9fed120af559fbfdc6389158 18148 dgit_0.6.tar.gz
Checksums-Sha256: 
 820f56a8fae8e6e2e37de93c0c71dfba50d7d304bedc2a6b1ffdb3f3dff330de 17840 
dgit_0.6_all.deb
 a4bb7241927a0aa9f2fd432f46db704fa83fdcb6a0f2cecc44de5d45b713f0da 1036 
dgit_0.6.dsc
 eecc3c9dee8e1503ece7b63b17dc5306b0ffb7c6b2457b3d635b4f11b70b64a8 18148 
dgit_0.6.tar.gz
Files: 
 2260018606ec3b3b1815d41143f0a054 17840 devel optional dgit_0.6_all.deb
 3688f9fb377e7f76bd449cc3926fb7c6 1036 devel optional dgit_0.6.dsc
 261d2f48e0ffa9dd14346433d1e99755 18148 devel optional dgit_0.6.tar.gz

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

iQEcBAEBCAAGBQJSFihRAAoJEOPjOSNItQ05ugkH/2hsQ87QWwj2BLOAzXpHuN+R
NxXQyiKR0yS787+zbx9ItkVXz3FIDMczlYj7BWIXE3vsWS+uar4nIFIh2jeveUwM
Jz7hzQylyH8l/8iuHhaiKqy88+NVbhzzkX+UJURK1+M6kNRaw7p1BLs7N8G4XU8X
IPYyHP32/SU2YUZ46Tgb+/ocLPX7QExCfCePgIyUGk77IgXzcY75aZGCHAQ367KG
9IRGYpkoj/NwYoQ4jcxVPptCHCaYlXnsPTUaNAbckCjqBkQfaLbXS/v1Io2WoMhj
ROtDBYGEESPYKbBZrCk7NhDQi2FrUXTUm9n+zCYSZnxyX3OnPTFiE4QkCK6ZbMk=
=mB0v
-END PGP SIGNATURE-


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



Accepted llvm-toolchain-3.3 1:3.3-7 (source amd64 all)

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

Format: 1.8
Date: Thu, 22 Aug 2013 14:28:25 +0200
Source: llvm-toolchain-3.3
Binary: clang-3.3 clang-format-3.3 cpp11-migrate-3.3 clang-3.3-doc 
libclang1-3.3 libclang1-3.3-dbg libclang-3.3-dev libclang-common-3.3-dev 
libllvm3.3 libllvm3.3-dbg llvm-3.3 llvm-3.3-runtime llvm-3.3-dev 
libllvm-3.3-ocaml-dev llvm-3.3-doc llvm-3.3-examples lldb-3.3
Architecture: source amd64 all
Version: 1:3.3-7
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 clang-3.3  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.3-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 clang-format-3.3 - Tool to format C/C++/Obj-C code
 cpp11-migrate-3.3 - Tool to convert C++98 and C++03 code to C++11
 libclang-3.3-dev - clang library - Development package
 libclang-common-3.3-dev - clang library - Common development package
 libclang1-3.3 - clang library
 libclang1-3.3-dbg - clang library
 libllvm-3.3-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
 libllvm3.3 - Low-Level Virtual Machine (LLVM), runtime library
 libllvm3.3-dbg - Low-Level Virtual Machine (LLVM), debugging symbols library
 lldb-3.3   - Next generation, high-performance debugger
 llvm-3.3   - Low-Level Virtual Machine (LLVM)
 llvm-3.3-dev - Low-Level Virtual Machine (LLVM), libraries and headers
 llvm-3.3-doc - Low-Level Virtual Machine (LLVM), documentation
 llvm-3.3-examples - Low-Level Virtual Machine (LLVM), examples
 llvm-3.3-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
Changes: 
 llvm-toolchain-3.3 (1:3.3-7) unstable; urgency=low
 .
   * debhelper version 9.20130720 fails on the call to dh_auto_clean
 Remove it. It was anyway useless.
Checksums-Sha1: 
 126277487ed8dc1a38845e4cb4d84a43e52f1040 4124 llvm-toolchain-3.3_3.3-7.dsc
 4787acfa3e7c06731f580aee8bf068865e9e3382 170900 
llvm-toolchain-3.3_3.3-7.debian.tar.gz
 49b9f27a73a9a9fe94d4abbc2c3954139df14363 7841600 clang-3.3_3.3-7_amd64.deb
 c88adcc709769ea9bde239b4528d2f82b2078201 2919916 
clang-format-3.3_3.3-7_amd64.deb
 55aaff1a7130b27e11cfddc8e4cc20db06c19d4c 3033328 
cpp11-migrate-3.3_3.3-7_amd64.deb
 c1e7c0053e3a1a0bef6de3a136c012e5fc7c1663 412718 clang-3.3-doc_3.3-7_all.deb
 92bd86be0305b1afa2f4ad73fd8dbefeff760d04 3313790 libclang1-3.3_3.3-7_amd64.deb
 82ab7cd00efb238b47c26f4ba3defb448ac300b3 92667148 
libclang1-3.3-dbg_3.3-7_amd64.deb
 9c29ec8ab684539fd53d346f0dd798059bd1fc41 6818308 
libclang-3.3-dev_3.3-7_amd64.deb
 f51aef698fe407126482362d9f397dd27dea3961 290380 
libclang-common-3.3-dev_3.3-7_amd64.deb
 9a89dd1ae40ce660b91543322d24a4276ebec0c4 6095078 libllvm3.3_3.3-7_amd64.deb
 eeb3ce7cb88302526ca4d403fcd7820d59325341 122944506 
libllvm3.3-dbg_3.3-7_amd64.deb
 1e0eaad7dc52cfe3d2555aa6dcf12b9920edd41a 1110620 llvm-3.3_3.3-7_amd64.deb
 96bc9ca55eac95ce3cbe56f64e43860741c188c4 33958 llvm-3.3-runtime_3.3-7_amd64.deb
 cffaa4b57b3e2ebd8001debb652d007054c92231 9189614 llvm-3.3-dev_3.3-7_amd64.deb
 4e5f081c87ef5de560ee0144a0de5b349d121ded 189612 
libllvm-3.3-ocaml-dev_3.3-7_amd64.deb
 df3877125e5d0ae4305cb9e5dfd1dd12bb5a7183 918512 llvm-3.3-doc_3.3-7_all.deb
 110abfea91ace263689832927126a9ca239f57ae 98040 llvm-3.3-examples_3.3-7_all.deb
 611f8162b601ba207c9ffdefd632b9856e7f59e2 5941780 lldb-3.3_3.3-7_amd64.deb
Checksums-Sha256: 
 31ec7570396a7a96c765741975ce78046409ed142e106df5f621b3b5adb4fe11 4124 
llvm-toolchain-3.3_3.3-7.dsc
 b9095e29bdc83677467883ba4ad170cdc040b8ae1c8245f48b33aead8bb43253 170900 
llvm-toolchain-3.3_3.3-7.debian.tar.gz
 7e1285234092daa3fe4d119c29a547d564bdbebebc24a0a3f01e9047247060b0 7841600 
clang-3.3_3.3-7_amd64.deb
 c6929d77add8099fdd1feb86de9cff552f6cfbf7a4d2c3ea6ed6912a3d3f21e2 2919916 
clang-format-3.3_3.3-7_amd64.deb
 17a6a874e7b39c6fe579a43d4f9d98d86650881662d1c9a4d5582eefc4630491 3033328 
cpp11-migrate-3.3_3.3-7_amd64.deb
 07293e6d423f9a51fefd930431afb6e2e77a3392c428181e7feac7b0db787e5d 412718 
clang-3.3-doc_3.3-7_all.deb
 c3ec9c7065c106f6f25e223aeef5d6b57e32313ab7b3643dc6a31a5b14f9925c 3313790 
libclang1-3.3_3.3-7_amd64.deb
 7b8e2ccd1ac510f63bf91714e4b8da77378712dea5c0393df4bbfc5c0eb9be59 92667148 
libclang1-3.3-dbg_3.3-7_amd64.deb
 17b8da9d6d694e01c19b0975bd0f3820ce5534e21b19249eff93f18980037243 6818308 
libclang-3.3-dev_3.3-7_amd64.deb
 289c31a6c31baceaa8e534b7e7033056bebdaa0f50aafc8263d75dddcf918c43 290380 
libclang-common-3.3-dev_3.3-7_amd64.deb
 d355b6d66185fe9e2cfb221a6159baa6e9ee9b59e3d9056b7e3d6b12c3833c44 6095078 
libllvm3.3_3.3-7_amd64.deb
 fbed24d653a892399c52645c430bf4c8a3033fc8932750b86d91835525be877c 122944506 
libllvm3.3-dbg_3.3-7_amd64.deb
 6e13f11e456131c3e42dd0ae2ae241fdbd7623f891e1a3e4e5305bafa0bc7c18 1110620 
llvm-3.3_3.3-7_amd64.deb
 ae5db54df658b8778f0236fcd795493d4c2a5e757391cc371f90fa1fd0612d38 33958 
llvm-3.3-runtime_3.3-7_amd64.deb
 ee7c189b4e7b504ded1bfd6573283c8f6437ec8de961959cefd35d5ffea2f29d 9189614 

Accepted mp3burn 0.4.2-2.2 (source all)

2013-08-22 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Aug 2013 16:50:22 +0200
Source: mp3burn
Binary: mp3burn
Architecture: source all
Version: 0.4.2-2.2
Distribution: unstable
Urgency: low
Maintainer: Alexander Wirt formo...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 mp3burn- burn audio CDs directly from MP3, Ogg Vorbis, or FLAC files
Closes: 719503
Changes: 
 mp3burn (0.4.2-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with perl 5.18: POD errors:
 apply POD fix from brian m. carlson.
 (Closes: #719503)
Checksums-Sha1: 
 a85ec9042065a0e1e9bdf9010c1518d87485e2a1 1633 mp3burn_0.4.2-2.2.dsc
 37ef40cc7022a226d5eae065e906cf6ca3381def 13691 mp3burn_0.4.2-2.2.diff.gz
 1ae006c063a98a7b58e3bb35286a27e7073623db 20898 mp3burn_0.4.2-2.2_all.deb
Checksums-Sha256: 
 958e89ead156f9ad43c614ea6f85af34ab88952669882dcf742b23cc7c5048e0 1633 
mp3burn_0.4.2-2.2.dsc
 aac5234b03e55d45f4b92b07242ca988f6f6c4d28629bbda68cf76a1f6346f34 13691 
mp3burn_0.4.2-2.2.diff.gz
 c3b1ec71b6b079673f6429203db1fca14917bae78e43b08eca21c54f5e628c4c 20898 
mp3burn_0.4.2-2.2_all.deb
Files: 
 7c770506bb90482a92e342838a19e577 1633 sound extra mp3burn_0.4.2-2.2.dsc
 f698b7bb8dce2f738aabac2103158d00 13691 sound extra mp3burn_0.4.2-2.2.diff.gz
 679de9eb6a979c6f03d422fb2f80c278 20898 sound extra mp3burn_0.4.2-2.2_all.deb

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

iQIcBAEBCAAGBQJSE4JrAAoJELs6aAGGSaoGqKcP/023HSg7HVDSlpmv7W9dQF3t
MGF4A+7cvNH9aMVU/9WovTh3h22ZWgRp7oOUGVD4F8ayWIvSgM17katSbi/CKsof
q+qa51VbMgGn5cf0ZGjLv57gpiNgStsE+I9pImjsf7YbLpi7U+jhUi3SAG/gVjr2
3Sr4bKCWD+qxB4A/Y2jB/7bSF6s7G1Zkhf0fHrkqol1sLLJzf8j28MDKscOf9CO8
HYp/+p5sB0ObcOZBOg90719NrwHnqqTk4FfubZtxtt0fQxg1flQF6u/2K2hdlF9D
Pg4AKyjCLgJLCa5Dph7SdbsBFwOZllUC3n5OTsSBdnHgxPAjX20ppSu8iKC8NTOf
w0SQP8paKO2iYHqgu3WWWnxEimEXoKZ3AxLalYNxgBmb7tUMIi6ZhojYyN6zCdYM
QztWZLn1hAk40y6BcZHbjpOnVWHDMt53EX8KXfSEt7HOm4yFq5ua5ZZjFkbIG4iJ
6HkSoqsibUVJ/c+djLGh7w2eqzzN+KG9EHCg81Sq+srxfDZ0eFImlB/XVc0jz8Or
6l8A1TpqnMwvd4DdyYPuWCXLsylGa+RbvX7LkbPNPGTcKEV7fy3WcrXKxoPZ6UwI
DVw4b4tTj5nf+l4VB++e3ZSpMi2WSq6EE2PpzFpwqpGlQwWhfYu1bLQOSdNBI0fx
TC3WpY6FmriOW/w0TtIV
=+hrY
-END PGP SIGNATURE-


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



Accepted netsend 0.0~svnr250-1.2 (source amd64)

2013-08-22 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Aug 2013 16:09:24 +0200
Source: netsend
Binary: netsend
Architecture: source amd64
Version: 0.0~svnr250-1.2
Distribution: unstable
Urgency: low
Maintainer: Martin Peylo deb...@izac.de
Changed-By: gregor herrmann gre...@debian.org
Description: 
 netsend- a speedy filetransfer and network diagnostic program
Closes: 719504
Changes: 
 netsend (0.0~svnr250-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with perl 5.18: POD errors:
 apply patch from brian m. carlson that fixed the POD syntax.
 (Closes: #719504)
Checksums-Sha1: 
 9f0e9378324172d45f3a73f4001244fc1e22f60d 1748 netsend_0.0~svnr250-1.2.dsc
 c1cee76050a6292bc4c126a654f77ff487b47f89 3015 netsend_0.0~svnr250-1.2.diff.gz
 6f4dce8e6e8a6420d4b2d322ecc62583370b0350 30064 
netsend_0.0~svnr250-1.2_amd64.deb
Checksums-Sha256: 
 9da5ca44c104434b4ece3d94680d2b70bcc4d433e2699a6e59d3d8e375ae0840 1748 
netsend_0.0~svnr250-1.2.dsc
 ecca8ff18a93db45744bc53ed3a149e4377e533ea72bb69c0cb898624f971ee9 3015 
netsend_0.0~svnr250-1.2.diff.gz
 a9662dae927228f1a9f1f553de115e8f2d546d0910ecb38199fd831ab372e5bf 30064 
netsend_0.0~svnr250-1.2_amd64.deb
Files: 
 bad25015bd9be80b6a8d5a6c1d0aea2b 1748 net optional netsend_0.0~svnr250-1.2.dsc
 244f86bf7093ee5a7719b47bd44c17d2 3015 net optional 
netsend_0.0~svnr250-1.2.diff.gz
 3e05051c93c69d3e8c14eb7db259b0b8 30064 net optional 
netsend_0.0~svnr250-1.2_amd64.deb

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

iQIcBAEBCAAGBQJSE3ijAAoJELs6aAGGSaoG70cP/jL4KOuYaRiRCfW5mtWLoXLe
YpdF5KyTmQ6H43JQjnIda9+Y9DJrj3Nb68H6PG6alAN0IDFADL72ttaa6zaN/tCd
7bMNJjLDPlZ1yeecqlgYNlecFoyyNF/nNd0zZw2ZS21Wo37w+N6bk7hcQgypbInl
NNKXCIg7a9iYylmmBUVVu6h/uzKvqo46QChBwplQzA3Y5obvAnZkMVSNm9LzN/fy
VeNqmQCvCKN2wvjh1DukxIOCGYUlY4hyLalABI0PxCdsUKfuoSj4A2k90N5UHFz+
eSYi09vNEgwQRyChmKVB8O7i45uCi/7h/KbZdfyYSVyFXK2l5Srm2xicIG3pNCn9
+gQ0qJImVcXartP/LOIqusWN/4g3RncsQrQmOBYo9UrdYK0PheiTcEUllo+URwmE
QpBdQA4J95TJD2SP0QSj4idkwO35kSvCayNYjS0PAXtUXQ4FIkLC2xl+H4iG136E
fyhQX7XStChvyUId1MuK2BmJ2T2GmPVskNPya5yuDaded+VjU2sTTbAk+sqyjuZy
tlPQraXWypR/+bhlk486VCSO2MbuwHwWhg6uTWFEX1fDrdrWLG19pKYQ3dJkAi0e
7QGmvk/DyWNzkgKejAEVh37l6If2tH51YoAzjF6/hncBRr8UPCN/+c4ecsWsNffs
1/uLq64OIhL1i3q2ZxYP
=LtSu
-END PGP SIGNATURE-


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



Accepted spampd 2.30-22.1 (source all)

2013-08-22 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Aug 2013 16:58:25 +0200
Source: spampd
Binary: spampd
Architecture: source all
Version: 2.30-22.1
Distribution: unstable
Urgency: low
Maintainer: Sven Mueller s...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 spampd - spamassassin based SMTP/LMTP proxy daemon
Closes: 719505
Changes: 
 spampd (2.30-22.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with perl 5.18: POD errors:
 add patch 70-fix-pod.patch to fix POD syntax.
 (Closes: #719505)
Checksums-Sha1: 
 e5a81ae2eccfa988f41ac288e78f73ba9ccfdb10 1799 spampd_2.30-22.1.dsc
 db3798f1cbc460ab59e15981c8d342ee7ae8608c 17036 spampd_2.30-22.1.diff.gz
 05da78ecaa659db2927c0a20dffb66c3752f2621 45684 spampd_2.30-22.1_all.deb
Checksums-Sha256: 
 ee3168a5527d645b640cc98d83b285f43e1137d2c65cd763e0cd1a6f64914111 1799 
spampd_2.30-22.1.dsc
 b6b5b195b55c521e08ce3bab93d28697c5b80d1824cedccd3ebabc0d2ef546a1 17036 
spampd_2.30-22.1.diff.gz
 c291bdb746f0b85f11776236b40eada8c42af90c4c5319f18eb245f487dc82d5 45684 
spampd_2.30-22.1_all.deb
Files: 
 c6110886cfee975a126f275e82258cb5 1799 mail optional spampd_2.30-22.1.dsc
 418e429944d006d618ffeecf3db9d9a7 17036 mail optional spampd_2.30-22.1.diff.gz
 8278754c6c08627bd0e4b2890655aa71 45684 mail optional spampd_2.30-22.1_all.deb

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

iQIcBAEBCAAGBQJSE4QvAAoJELs6aAGGSaoG3oQQAK8D744RLjaIG0MnV7mnF6TN
g5Sde7RZn2ijql1FdFV2UFIh4pSFNzVkz/nyl9Nw7fTo5nrZ2EMbEt196nOvnJI9
5wjO9Qqbz9DAZXuNTL+4K7tUoMtrs43pXiD/qnyu92+HCRr3H8kwtAWTsPVcTtNU
JKZUw5alPrcYmD4M0zVrSE2YDBFwfh6o5bAUFjP9V2J5TbWsmfCOjCIKJxY2uQ4e
6m3L99J+hoQl5Bin6pcJ98du0+YAGj9/uvk1hsgm9kyz1TiUUnXr66y82xEFlUCe
osHifWG9dCLpMv+/62IL/Ah+jsJ1b/qqGI4FPsNsIha+cMc6e0alyYabRZSgt3f5
VinhiZ4dkj1V6jjvtPSpaambq6+uP2ZXEqLu6fsMD8oU+2mcDLYb3N8eMX8jK5h3
oeRBhCXxhYDW8IST2Q6i6jQeWVgiI06Dffee792YZyh8X2iS6mN0i9oKcKloH0At
NNIu9YXmGmH9DKg7XYHf8DM2yyn5R6L3ywDDvlBYTp5Xa4Qp/FigX5Aujdy4pG4S
l8g5kRQPrN6/4nONKKs2jAwZWBY1BrkM+fdCf4GZokKVnnl7nJulwJ45Wx9M/lmG
oiRcfKcgI9ZKbjDPqw6CMb4Fosm+K1UxcX4ou+vLodO1Vvw/VeFYTSpdKKPomKW+
9wMSmAeZ2qAv7TVs+z9N
=FKuY
-END PGP SIGNATURE-


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



Accepted vinagre 3.8.3-1 (source amd64)

2013-08-22 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 16:15:57 +0200
Source: vinagre
Binary: vinagre
Architecture: source amd64
Version: 3.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 vinagre- remote desktop client for the GNOME Desktop
Changes: 
 vinagre (3.8.3-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 cd22b0b30d96b8dadc21d950936a578f7b283bc8 2423 vinagre_3.8.3-1.dsc
 867337f75e3a851b9c50316214691d264d6308a1 1062796 vinagre_3.8.3.orig.tar.xz
 e3378fba82a4f936fa374238726ba8ff4076fa72 7781 vinagre_3.8.3-1.debian.tar.gz
 eb0deaf8596b750d59125a3461dd682878f0cc2e 855050 vinagre_3.8.3-1_amd64.deb
Checksums-Sha256: 
 0e06b934723d8486804cbf8e8b7fdbf488c97e3d7dd7e66770b63e62f409ed48 2423 
vinagre_3.8.3-1.dsc
 0d862429307d28333f17afa40cf81f6006903e1aa134a8bc430079a9db40b1c6 1062796 
vinagre_3.8.3.orig.tar.xz
 5df71d1d57a393aaef95f16ca196dba507e365da7735545a73b01a995ab5d874 7781 
vinagre_3.8.3-1.debian.tar.gz
 49345e0c6762c6b2198692f7d725db0725b81dbdd0a30e87749646a8c1983fe8 855050 
vinagre_3.8.3-1_amd64.deb
Files: 
 9fac11a3f8aa26dd8d66b28fd22251c5 2423 gnome optional vinagre_3.8.3-1.dsc
 938582bb705a3ecdd285c460a36411bc 1062796 gnome optional 
vinagre_3.8.3.orig.tar.xz
 781fd3870deb846e404fd71cbfcff272 7781 gnome optional 
vinagre_3.8.3-1.debian.tar.gz
 da8640fba13f86b6cc95873e23ce514a 855050 gnome optional 
vinagre_3.8.3-1_amd64.deb

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

iQIcBAEBCAAGBQJSFiBBAAoJEGrh3w1gjyLcy2EP/3xIB2qlY+jTdug0kZjzBKCr
Fj6A94mmbQJRUX1wFsk4UEwWWzrAJyfiGmb85xGj+U1GdDvA16kP+CxFL0mn16GY
itnrvjf7cy583bAs3vOWwqO4Gcj/0nEubTYvfmBlnWk93A6jiOpdU5+EnaiKMV7/
0e3684NF7nckIHA9aVwGgvp9qgHS7tmiZDO7daV6BMyp6BCpZnwhEW7pgEuf6ar8
IBTdIkeBJOoRL1piH7q35+Y1XeA5pGA+PuVdY7uRG+tGAu+NISEAQjMJF4dpDvex
hbycnn6ebPviT0J7vXnR2XYJZ7SEM5MwR/YpOpBR2aM0F6JeMQiAnzF9R4JbEW2W
Ip/Bk2qFvoZMHlq14kCsLS9L+46S8lqNG5ydfhPxxIdYjcryfsvmXR1dzwN0ALXl
n/WEn6raQsggPQL5DBOgsDnf09W1K8xWj2zjMq/H6ekIV8q07FudOX1nuIEobh8d
4cSYMVmkB5x8OXeFvrAnvXKAHrsHsYk2SJD13PhZZ/tQ3v/k0lC602borvgnEWx6
xaxHyK6LsZmZ+36rjhbgr1ReE1l/Pt6guLNf2GNJypuKyjuRRPfxYMBTNNdNVP1l
FpSoEWmHPdxZkXPI4UmUdNGEnDPD9jOdSpupmCja41v3/O4wdS0ecsWTl6yetA9n
mf2IBKVgHw7Lx+XGsMuO
=1on+
-END PGP SIGNATURE-


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



Accepted stda 1.2.1-1 (source all)

2013-08-22 Thread Dimitar Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 21 Aug 2013 17:21:31 +0200
Source: stda
Binary: stda
Architecture: source all
Version: 1.2.1-1
Distribution: sid
Urgency: low
Maintainer: Dimitar Ivanov dimitar.iva...@mirendom.net
Changed-By: Dimitar Ivanov dimitar.iva...@mirendom.net
Description: 
 stda   - simple tools for data analysis (stda)
Changes: 
 stda (1.2.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 8bacc7c109338d5948c744dd6f9575e0c67db904 1672 stda_1.2.1-1.dsc
 f0e10b4f3c38bf49ef30f2882ae89158fcf2d07d 39952 stda_1.2.1.orig.tar.gz
 b9b09e6caf0f02193e5d8008f43bb78a6865bd29 2453 stda_1.2.1-1.debian.tar.gz
 25752456067ac248ba7850ec1b9762cff2a3ac00 31596 stda_1.2.1-1_all.deb
Checksums-Sha256: 
 c523c6d2a49e997b6d5d46568b3ea4401195795bfb0f703476fdfa7f7479b4a1 1672 
stda_1.2.1-1.dsc
 49b41b02fc19d48c054e65d0fe518b08dbe5f84e0979a7443cace8b2292ce09e 39952 
stda_1.2.1.orig.tar.gz
 60113e2cd2f57e8a018360574d185eff2be295a13cd564c68b7e981d7d5bac7d 2453 
stda_1.2.1-1.debian.tar.gz
 35eb35d19c33a7dd831039f1688e378db345dd7549e5961c75506b3340428c98 31596 
stda_1.2.1-1_all.deb
Files: 
 d7db600a7d39ea94281afd98a42f14c2 1672 math extra stda_1.2.1-1.dsc
 bc789a7ffc5b7390739e163dee67f20b 39952 math extra stda_1.2.1.orig.tar.gz
 961027ec6e58b3b69deb0b146dcaeafc 2453 math extra stda_1.2.1-1.debian.tar.gz
 e9fb2d4cf8f2ce9bf0ac2711a34411fb 31596 math extra stda_1.2.1-1_all.deb

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

iQIcBAEBCgAGBQJSFiyeAAoJEOCD7BUSMcRlljEP/i821mwQtztLQa/nQSnpbdN7
Np5sfoYnFx2HO4ER9xY1eipLgRtO2m4vV5bQnNaTm3A10SVY0q+jtwjmbnbHP6wY
s7yHXKhmmeL7oA8VwiAG8J6g71rwLQTpkcJzY3kNaSPMvsRF4Q+fGLr0jvCZYgz1
SpoLhdhTsVe+Li1dgwlhkD0V6nsnlx1U0GevAJSug9HqZW6VWpUGo4iHx7AtnZDw
gEdTZF2ya64xj5eiqkmfoWpWo6hCXAUGNEgNeLIeiWO2pGFfnhrQrISwjxebg+qp
ge1vLngDcscNgjQPwEL8ek1xgMAnLCho1lUUKBcd+aUDnVybFLU+nHsDXf7fzqID
TGuXlexo4DEpyzHGorS/5S1sQQpY6UwSWzKBmpMN0hPtS/5NvWNsidMY8dXXuE0Z
NKphocoTumlAd6w3unBJ0xGLmP00LHk9hHMOHJICoT47qAurEZMuqzXsX+xYtUZD
D7Kr90IquOE5FMb0WiL7mgFwglmqVtbcJoxhpbjtJyNwhppt7IwEcKVjjeKJTQ0m
eXqvMCi/OHYcYhIP99DTP/fVW9fuCPOR+gKQd5MU0tsUY7sHkpgK3zdEYcEkfzPC
tILMvYuY23aWZ3GmZyts7s50Q+UpqgYMcbH4/8J/qozFL19Rifd5uNruZRLXfmQY
99zSGfbp1la/z/WKr6OZ
=6wPK
-END PGP SIGNATURE-


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



Accepted turnserver 0.7.3-2 (source amd64)

2013-08-22 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 17:24:08 +0200
Source: turnserver
Binary: turnserver
Architecture: source amd64
Version: 0.7.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Daniel Pocock dan...@pocock.com.au
Description: 
 turnserver - server for ICE/STUN/TURN, NAT traversal for SIP and Jabber
Changes: 
 turnserver (0.7.3-2) unstable; urgency=low
 .
   * Add extra autotools dependencies
Checksums-Sha1: 
 a84969957268ed6724e762b95e68f01ca72fe90a 2019 turnserver_0.7.3-2.dsc
 3fd20d294fc153440f6920d7a0a77a036c795c3e 5311 turnserver_0.7.3-2.debian.tar.gz
 e930b62681d06c9fe3408346d708da5de603b302 56026 turnserver_0.7.3-2_amd64.deb
Checksums-Sha256: 
 120815626f0408e0a6e09c30b8e1d2b45ce52a5c088cf80f5f1221b74b674f32 2019 
turnserver_0.7.3-2.dsc
 66569831b05b586f7737241237c6ce1c4ebb25c4daf19cc417d49e7a7529e741 5311 
turnserver_0.7.3-2.debian.tar.gz
 85b9d48a8ec815f4aaf1bb287ba91a5b185006972993fdf44cbe06778440f2dd 56026 
turnserver_0.7.3-2_amd64.deb
Files: 
 e9a6c233d08db4cfc3b93cc0d4b02a7a 2019 net extra turnserver_0.7.3-2.dsc
 96e299f676794be489e66f639a381936 5311 net extra 
turnserver_0.7.3-2.debian.tar.gz
 b09dffdfc69560fea45d06e83035850f 56026 net extra turnserver_0.7.3-2_amd64.deb

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

iQIcBAEBCAAGBQJSFi9qAAoJEOm1uwJp1aqDCMIQAIQYkFK+SFiyrBaoW5sJXGev
+Rb+ZvwvD2Qd2pXo2Wuz8+DfFvWsoxsj2SusUBPf52KnevxEpLbWjJtDkDDTXe2q
u9MvmJTI4iAvqQpSBTm5a1Oq3XnCNso92o+rZLGYTvlyrH5ObiFvNXJ0xmOf2y7m
JcmyH4vzAd9vmcAYWY+1/YpNtGGj/qV/qCAYvZNFatx8svRx0LYsr9E5+pNI2MaS
3aSrH5NdmSO8AdLapOkmnEA2z6am/qFsECwO7p+u1c22IFmGGVZKrTiCES8Pkt5K
yUnz4VrrUYtSQTgdy8AhWdL/R/odt+O/cDerY9/4C3PhOKOgFMk9/ptDPJ+btMpD
zTgsz9Wxu1vypf9WOxlJlQHo/pME+mJ9WG0CNnDo1T0c3ZWkcZZ+PoPrBh51cxhF
uNa2FiEqW9AcfoVNsfBWL/19HStn4mGBenqvkJzt3GGrna6UfTqHgg4sZ2cpXNLC
c5vTVKDUF50BhJMRycuz9CorDhjh1rKRcA7h+eF3s5tY5Fv7mX0UPRDnj8LgP0B5
BHHOVGQYYQ0VKuxWr/8hUf7ieRGW7F+TfRRIJ7xtP1tkOfkr5vidOMoVVSDAOg48
tC6VgeazhYTHBmXysZOQ9zirkqe/WkBf4LD56EGre44M/EcwPkBe9rrkIjH/2faO
1rkvwzgQGHud9Vp44S8T
=xltj
-END PGP SIGNATURE-


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



Accepted handlersocket 1.1.0-7-g1044a28-1.1 (source amd64 all)

2013-08-22 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 17:09:39 +0200
Source: handlersocket
Binary: handlersocket-mysql-5.5 handlersocket-doc libhsclient-dev 
libnet-handlersocket-perl
Architecture: source amd64 all
Version: 1.1.0-7-g1044a28-1.1
Distribution: unstable
Urgency: low
Maintainer: Clint Byrum cl...@ubuntu.com
Changed-By: gregor herrmann gre...@debian.org
Description: 
 handlersocket-doc - HandlerSocket command line client
 handlersocket-mysql-5.5 - HandlerSocket plugin for MySQL 5.5
 libhsclient-dev - HandlerSocket client library
 libnet-handlersocket-perl - HandlerSocket perl client library.
Closes: 713580
Changes: 
 handlersocket (1.1.0-7-g1044a28-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS: config.status: error: cannot find input file:
 `handlersocket/Makefile.in':
 add patch automake-1.12.patch from upstream git  to work with
 automake = 1.12
 (Closes: #713580)
Checksums-Sha1: 
 0664ac5864142dbfe9636a60c4bb9b2ee6de0809 2330 
handlersocket_1.1.0-7-g1044a28-1.1.dsc
 bd5cbe1d228064d12d6f389e6321be17e82075f5 4219 
handlersocket_1.1.0-7-g1044a28-1.1.debian.tar.gz
 be6d240f9a7f188992f45958a66717b4b5c5d56c 546590 
handlersocket-mysql-5.5_1.1.0-7-g1044a28-1.1_amd64.deb
 5cb5b042e97a75cb3957f9b57b3faf0c6f16131e 17786 
handlersocket-doc_1.1.0-7-g1044a28-1.1_all.deb
 4a4867b89c0ab149a6274e2af41818d2b742af56 27560 
libhsclient-dev_1.1.0-7-g1044a28-1.1_amd64.deb
 71dab64ad5bfbbe4694c3a9993283ea7c0357ebc 38520 
libnet-handlersocket-perl_1.1.0-7-g1044a28-1.1_amd64.deb
Checksums-Sha256: 
 85a8dc5663103d04f7a628a3750d6d05fd186c4f8b9c78359b6c4d104e652d0d 2330 
handlersocket_1.1.0-7-g1044a28-1.1.dsc
 2bbffaaca2f53ba6d82d27a1eec18d1c0a80ce393a7ff4944d36f6b5f9d55160 4219 
handlersocket_1.1.0-7-g1044a28-1.1.debian.tar.gz
 23aa3007eb2366f5145f0dd8d33cf020bf421aece4446657de7033eedd1d19af 546590 
handlersocket-mysql-5.5_1.1.0-7-g1044a28-1.1_amd64.deb
 246cf864d158c5685259d14515a58b06665e1bc1587cd57a5b0fb49ae590fb30 17786 
handlersocket-doc_1.1.0-7-g1044a28-1.1_all.deb
 de343ab045221e6d31a6c26d0dfe915ab5c04ec26c12b617e5074227641719f2 27560 
libhsclient-dev_1.1.0-7-g1044a28-1.1_amd64.deb
 81aa921ba0a34f4adabc9df792d2dae13291ddc2264385ddef8dfb942eac1217 38520 
libnet-handlersocket-perl_1.1.0-7-g1044a28-1.1_amd64.deb
Files: 
 799e00a69a8007e16ebb1d77fa1270bc 2330 database extra 
handlersocket_1.1.0-7-g1044a28-1.1.dsc
 4b80cc93355446a54f0e8117b3a1b99c 4219 database extra 
handlersocket_1.1.0-7-g1044a28-1.1.debian.tar.gz
 528b82c32e235bc9e8cc7146730f9498 546590 database extra 
handlersocket-mysql-5.5_1.1.0-7-g1044a28-1.1_amd64.deb
 8aa08445abb2f6db59a8e756747e3592 17786 doc extra 
handlersocket-doc_1.1.0-7-g1044a28-1.1_all.deb
 51234c97885c8a37fa8387657f55d088 27560 libdevel extra 
libhsclient-dev_1.1.0-7-g1044a28-1.1_amd64.deb
 7e486259515bbfcfbf6f1101aa4367c9 38520 perl extra 
libnet-handlersocket-perl_1.1.0-7-g1044a28-1.1_amd64.deb

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

iQIcBAEBCAAGBQJSFioMAAoJELs6aAGGSaoGoagP/RdfQh4YUg9g9LSe9M3Qezzz
QZZDJHDQjmVcMliLiWi8nH0ks376EoJKbM5GvnHcLLLDLQgSgTyj598whb4UQSwe
A2CtFUamgyeb59Brfmq8qBKJ2GMIVkMMOQUGs8nWFA9JIPnSAyTMY/s78bYAhjNN
/ew1n9J3Pp7eTPG/GkB5BRVlOqmE86BvT4tnPxOb0L6VU8mV7cicY07mC/Nca3Yo
ysIzwhgNpMJ4GQWDOxXIEb1qq8700bA+YOlwQ2tXr6I9eNmC6ItX+pJGFZYiZ/ob
BDryYwBaK2YwK5ldUizg2zqSVtd8agHpU97vkH9+jDhI+EyGHJXxLaX61b+376cy
Zn/noMPgQc2HDuPMAHUovrrZ5AN2ceNrJSQMZuovT/TUO+z9PScnSpUIxS+jiLv1
90A13CFRfTkBoe3TIayFcTjSzJay3D5nRBO1Mm/gjx30HYILsSHPQgznSi82HkfD
qqH4pcQID7ajuD00pRhLLG/VBKzvqt4MJm1psYvdNYqt1owqiDn2Dclpm8bf3R2F
beZCdTELuGv8pc1nPy8r7dyxqBaab0uh3p3Mvr8bTZeF0LneJkq/qEhJFYvjN4eb
8Epmpy59tuC2omBAqcy5BVHHqp2g+3YFidxv2GTT9d1FSngxqa9ax9ocbGYovZH8
cLCHBGhjWuyE5kpxXzXm
=B30r
-END PGP SIGNATURE-


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



Accepted pdfcube 0.0.5-1 (source amd64)

2013-08-22 Thread Andreas Moog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 17 Jul 2013 15:33:06 +0200
Source: pdfcube
Binary: pdfcube pdfcube-dbg
Architecture: source amd64
Version: 0.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Andreas Moog am...@ubuntu.com
Changed-By: Andreas Moog am...@ubuntu.com
Description: 
 pdfcube- PDF document viewer with 3D effects
 pdfcube-dbg - PDF document viewer with 3D effects - debug symbols
Changes: 
 pdfcube (0.0.5-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: Standards version is 3.9.4
   * debian/patches: Removed all patches, integrated upstream
   * debian/copyright: Updated
   * debian/patches/0001-hyphen.patch: New patch:
 - Don't use hyphen as minus in manpage
   * debian/rules: Use dh_installman to install manpage to correct location
Checksums-Sha1: 
 0268a35fbd26060a186d35d6558f2d2506e3256b 1987 pdfcube_0.0.5-1.dsc
 21ff2c50e0f84652d423e0d66f727210bb5cb9a2 115343 pdfcube_0.0.5.orig.tar.gz
 ad3c6dea8604d60ff7b6f67cb6dd24e0c3b24274 3106 pdfcube_0.0.5-1.debian.tar.gz
 7ce7dc3ea494c297a059ade7e9ba901c60afef8d 36774 pdfcube_0.0.5-1_amd64.deb
 5d3386edadbee2ca4bd828c6b43155bfe1fa4dde 195146 pdfcube-dbg_0.0.5-1_amd64.deb
Checksums-Sha256: 
 1a2ccfd1be6ad00d6f38eb32f46d4487df5fef2d70d00e0542861c19ad4375bf 1987 
pdfcube_0.0.5-1.dsc
 4de88667bcf3c850f860bb567e7dcfda6b24d1b9135607f7d8438638119eddc3 115343 
pdfcube_0.0.5.orig.tar.gz
 1458271a1543966c33f5419fc034121471d50430fd079acf45a7d48b9692d8cd 3106 
pdfcube_0.0.5-1.debian.tar.gz
 1e08a75d6e123fd02378b2c616e2eca0a5f975678b88eb0c07dacb630a66503e 36774 
pdfcube_0.0.5-1_amd64.deb
 18a9cf6b9b95823cea4cc5682cdda149ea1f4f7058301ce528a3f962ee30dc3f 195146 
pdfcube-dbg_0.0.5-1_amd64.deb
Files: 
 85de5af6047c33abf931e24c0e96f6cc 1987 text optional pdfcube_0.0.5-1.dsc
 0f376612b0e6a3c0a2b0aefeb5b9ac55 115343 text optional pdfcube_0.0.5.orig.tar.gz
 14caad05b75973d782338970945646c6 3106 text optional 
pdfcube_0.0.5-1.debian.tar.gz
 03908d612074290e435ff840835c7854 36774 text optional pdfcube_0.0.5-1_amd64.deb
 5dabe075d72595e41b41b1c5cea03c09 195146 debug extra 
pdfcube-dbg_0.0.5-1_amd64.deb

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

iQIcBAEBCAAGBQJSFjmOAAoJEGny/FFupxmTuGMQAMoNddPIAEvVYi842lasW+S7
CdWea4D5Q4P2y1MRY0miJ2/eARnPEsUdiU+OGAqU+Nya41boMqN2T2PQRwm4ycnI
h/q2Vx12Y0eno6XPREd1E4s0DSJlBDt2cwb3cSYriiROWZAo2y1roK3QUQxVndAC
hgzoj0Mt3eBKwlHIsxfneWzh3Ez6W3+GAjt4L81KeLC3UGrp72LUzf6ok7EWeX2y
ZC4Hk5MTWq+4HRL8ZuSjq/kU5RxSKlww6mw43JrXXwBIPup6joSiaBgPIJKoEO6C
INQhSA5gqBLGOHZSxnmtf0olS9R385YsJYues1MILe9ynHl3KeB9UqkqYu5/uEfh
+pd3gxqC7YE/X2oxkxoPchhcxwFTboarKXEqsJ+yEyexLyh72sLP/bX7W48aOQPw
soi+WvaXNrwiYQtotSwYgnXNsCJCtbaF75FhBJyk2dcCElyfXfOaHF8e4gm6EZu8
tS6nSzScWPzvR70scstxhJWcLDYDCjReM/uvj1J63AJHAkm8NEOGCupbCjcm3y3b
mF9taeLnLUHOVvT2AR28/N64RRkg4hubVob+ED1ZjXJcf6y5vo1iJIwDhnd/29sn
SLt4C2Gm5JGkYYkBqa/LfSEXhH4POWKyn+q68AWAy2dNYUhhayZ+zHf5pjwGf5Mq
xfNUNJsHVTUx8bBbWQPO
=NwqA
-END PGP SIGNATURE-


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



Accepted xorg-server 2:1.12.4-6.2 (source all amd64)

2013-08-22 Thread Michael Stapelberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 22 Aug 2013 18:34:21 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg 
xserver-common
Architecture: source all amd64
Version: 2:1.12.4-6.2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Michael Stapelberg stapelb...@debian.org
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Changes: 
 xorg-server (2:1.12.4-6.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Cherry-pick Julien Cristau’s commits from debian-experimental:
 Use libbsd-overlay to get missing declarations on kfreebsd and fix FTBFS.
 02_improve-posix-saved-ids-check.diff
Checksums-Sha1: 
 b0888a6ede3b8ee53288355eb126ed3de8db48c6 4152 xorg-server_1.12.4-6.2.dsc
 873c62832fbcfa52ff941bcbdcca688902905d89 91810 xorg-server_1.12.4-6.2.diff.gz
 4c0f37cb87898fbb4c558750897221bbd5886b36 1392080 
xserver-common_1.12.4-6.2_all.deb
 591460400e5a4a4e6668d90011dc275a6624cdd3 1360744 
xserver-xorg-core_1.12.4-6.2_amd64.deb
 b39b7eaa20b759146dd9a4963e3e4a7f3f25f135 858338 
xserver-xorg-core-udeb_1.12.4-6.2_amd64.udeb
 ab595ca59238437e3afabe9862fd67b244e58384 243282 
xserver-xorg-dev_1.12.4-6.2_amd64.deb
 f9d0160bceac05f6d03d5f4582be7ba9063cc4f3 754192 xdmx_1.12.4-6.2_amd64.deb
 15caa6d36438cd9cc203c5f038cf916f1fb572d8 91686 xdmx-tools_1.12.4-6.2_amd64.deb
 23eebdcbd48c8009b5eccb55083153bc5d15e835 660668 xnest_1.12.4-6.2_amd64.deb
 c337f986076c768530f9c57ce5e3b18584322c38 746758 xvfb_1.12.4-6.2_amd64.deb
 bb6f90d1260e963323871bfb7e5faad76b295ead 818398 
xserver-xephyr_1.12.4-6.2_amd64.deb
 1b0f9b3c32842836d943813d2d03178bf4fe0e01 756744 
xserver-xfbdev_1.12.4-6.2_amd64.deb
 c007ce7c0afa1a1fdba4060e4e8a3f68439a2946 4155546 
xserver-xorg-core-dbg_1.12.4-6.2_amd64.deb
Checksums-Sha256: 
 b8b828e2b781aefa7ff429917aa00a0a7281ef0439c709f78273aa00fb0cb352 4152 
xorg-server_1.12.4-6.2.dsc
 f7defeb740bc6e67ff362b57aca0ee42b91390fb2a60c9196d528eaaab161117 91810 
xorg-server_1.12.4-6.2.diff.gz
 f4112c1e50a92754730b4b0139c4b4f3cda919bfa1b50107c5b3cbb5b20c3bea 1392080 
xserver-common_1.12.4-6.2_all.deb
 fd298ddf708cb4749a0981d837a4adda1214f949c346662f9eba1ce640906678 1360744 
xserver-xorg-core_1.12.4-6.2_amd64.deb
 a81b4e499f23dac9156d68965c65e01ca6ee9339305190c06173ef839151bc3f 858338 
xserver-xorg-core-udeb_1.12.4-6.2_amd64.udeb
 27e30aee0c269d560b04cd05a55ce24afd061d00f5ed856d0cd03a36b8337ea8 243282 
xserver-xorg-dev_1.12.4-6.2_amd64.deb
 e1b41515b02f0be9bb13498aa9f0dd6f82f1bd89e06f10d56f3916b01dc4114c 754192 
xdmx_1.12.4-6.2_amd64.deb
 9f13262a6cf82d581a31c8a3fbf507213db0ee454ed87c3a5b01148e0780cc22 91686 
xdmx-tools_1.12.4-6.2_amd64.deb
 2c88c894f7f718da122cd7ac24d11a1f8ce4bd44324329972a83d30c4e501960 660668 
xnest_1.12.4-6.2_amd64.deb
 64a3a87a5d52f4f2c1e0f6389f11019877a195770581f760d009d6d8f2e8d49e 746758 
xvfb_1.12.4-6.2_amd64.deb
 5a6f7c5bf0c69940f9ff6e4fb606f5e355720118f8591c4165c9ce95a9a2cef8 818398 
xserver-xephyr_1.12.4-6.2_amd64.deb
 a5b89541ade9aaae8ee074be3ddedf8e21d34533c6c318454f0c79ee7f6c84de 756744 
xserver-xfbdev_1.12.4-6.2_amd64.deb
 6cd86e3c305e0f62838da0a92883dfa1a71ffe174bc24f6f1b1aacf21412fa01 4155546 
xserver-xorg-core-dbg_1.12.4-6.2_amd64.deb
Files: 
 7c3c24ed60bd6ba898ed8f3ff648f2be 4152 x11 optional xorg-server_1.12.4-6.2.dsc
 86f2eec1077f37a6b5aa3b6fd9a5fb72 91810 x11 optional 
xorg-server_1.12.4-6.2.diff.gz
 3d7e2f63e657fb05929b761533e589a6 1392080 x11 optional 
xserver-common_1.12.4-6.2_all.deb
 1a6eec3886f82149b802968705749eae 1360744 x11 optional 
xserver-xorg-core_1.12.4-6.2_amd64.deb
 4cbc146a164f907655c69273c9af1e02 858338 debian-installer optional 
xserver-xorg-core-udeb_1.12.4-6.2_amd64.udeb
 a6f88ecf241e1375ec9984f3eea6cd4e 243282 x11 optional 
xserver-xorg-dev_1.12.4-6.2_amd64.deb
 07fb8bf7b8e97be3044111c80dad7f35 754192 x11 optional xdmx_1.12.4-6.2_amd64.deb
 332db17855961c30ec13e1de3a76a05e 91686 x11 optional 
xdmx-tools_1.12.4-6.2_amd64.deb
 7a704adb28d8bc1712481fe388caee0e 660668 x11 optional xnest_1.12.4-6.2_amd64.deb
 8bed36d549c43a4bd1a8b0519e402ba4 746758 x11 optional xvfb_1.12.4-6.2_amd64.deb
 e80b3914cc52a09d34d84cc9d4e4c00b 818398 x11 optional 
xserver-xephyr_1.12.4-6.2_amd64.deb
 31e9b969501bee332de3585ba0110d0a 756744 x11 optional 
xserver-xfbdev_1.12.4-6.2_amd64.deb
 7dca9fe14c04fa8aef4844302dfaadf7 4155546 debug extra 

Accepted swaks 20130209.0-3 (source all)

2013-08-22 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 22 Aug 2013 19:29:49 +0200
Source: swaks
Binary: swaks
Architecture: source all
Version: 20130209.0-3
Distribution: unstable
Urgency: medium
Maintainer: Andreas Metzler ametz...@debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 swaks  - SMTP command-line test tool
Closes: 720500
Changes: 
 swaks (20130209.0-3) unstable; urgency=medium
 .
   * Fix pod compatibility with perl 5.18 by using =item 0Z instead of
 =item 0. Closes: #720500
   * Point vcs* to anonscm.debian.org.
Checksums-Sha1: 
 cf170f4b69cefa645708a3facf5cd931dd3b585f 1245 swaks_20130209.0-3.dsc
 b2e67f130354469c2a931b6ac4075b44e13c 5915 swaks_20130209.0-3.debian.tar.gz
 df7f661687fe1200404b354b500ae5947b243a91 80350 swaks_20130209.0-3_all.deb
Checksums-Sha256: 
 cf09f0b1cca231399c1cac54a336b21f3d0f09b03d83c2835410c7ca1051c6d8 1245 
swaks_20130209.0-3.dsc
 8fafb5981ca8de050571cbb03f5b2d645f11a4a7aa86fabe59dd7a52a6df73a5 5915 
swaks_20130209.0-3.debian.tar.gz
 8191de85d405a81687e61d955ac33a869d1aca3d6bcf1283599b6c48dbb4ee2b 80350 
swaks_20130209.0-3_all.deb
Files: 
 30414b95941acd8b5b8a4686d113cf79 1245 mail optional swaks_20130209.0-3.dsc
 90fe9ae0da2a21712804501e1c92f51e 5915 mail optional 
swaks_20130209.0-3.debian.tar.gz
 a7e6c6d439ed8c4c20b2d1892ff2b670 80350 mail optional swaks_20130209.0-3_all.deb

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

iEYEAREDAAYFAlIWTGIACgkQHTOcZYuNdmOgpwCgoSCBoh6xRMxgg9pACll/GvfB
gxgAoI4Bi0Cl0DKfyECEe91DW3UC0aC8
=QFNg
-END PGP SIGNATURE-


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



Accepted dgit 0.7 (all source)

2013-08-22 Thread Ian Jackson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 18:29:10 +0100
Source: dgit
Binary: dgit
Architecture: all source
Version: 0.7
Distribution: unstable
Urgency: low
Maintainer: Ian Jackson ijack...@chiark.greenend.org.uk
Changed-By: Ian Jackson ijack...@chiark.greenend.org.uk
Description: 
 dgit   - git interoperability with the Debian archive
Changes: 
 dgit (0.7) unstable; urgency=low
 .
   * If dak ls, or rmadison, reports multiple versions, look for them
 all, and pick the newest .dsc that doesn't give 404.
   * Manpage formatting fix.
   * Name the local remote tracking branch remotes/dgit/dgit/suite
 so that we avoid a warning from git about ambiguous branch names.
Checksums-Sha1: 
 ec5ea89c6c28a72c2c73241f4b2a51e0844e14ff 18092 dgit_0.7_all.deb
 31b83581c815fa4393e0ec2a46b3090ff9eb6a5d 1036 dgit_0.7.dsc
 041e4376585e5a8e0ada4c525e0f57c340744532 18270 dgit_0.7.tar.gz
Checksums-Sha256: 
 f7906331cf70a4dcc54028cd1b69bc36906340c639cfa66987cd9989181b17ee 18092 
dgit_0.7_all.deb
 d256c2fef2a82d0292601cffa34d276b4ed3c8580a2b065616e3c1237760 1036 
dgit_0.7.dsc
 a22b39dc30cbdbe9670535e3dd1440bf2b1c9f846625bc4a01b528358a1d248a 18270 
dgit_0.7.tar.gz
Files: 
 d5590d373377a3452d10b4956efff5f9 18092 devel optional dgit_0.7_all.deb
 7f7c63724ea4496fc1eafbfe740282a3 1036 devel optional dgit_0.7.dsc
 ecfb37281818eee62b8479f8cfc0a39f 18270 devel optional dgit_0.7.tar.gz

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

iQEcBAEBCAAGBQJSFkslAAoJEOPjOSNItQ05cdQH/jeuVI7EFmChhPfTALXY7MsD
E50YZ5i4Oo8I7ARu4RLUZf/HDVStKGYhSNlPHPzAhy8xzGShJJNgZVx+aLOerGTv
T+xMm/JFJ85VnnyNcuFkoPDj8Xs/jjLaW117LmwCDe+1ZriVQsbgt9yd8F4Z+vJ+
Osfm4NXxqlc4tbTiyntq8yOSN+i6iAitIeT6QL0SX7nhMKsk7VqwFAKYPqxc7RFt
sF85TCHsgiHfWjCGNnGWeHyTr7i6MlBr3Wd5f42WsRYWTTXCXhXaOXvkwGwSNudS
U/vhoUH8QjBPrsGnpBGZWCReZ5A9lYBp6gZFdeTmicGgZ41XNhg/+/dEYRjZ08o=
=W+d3
-END PGP SIGNATURE-


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



Accepted neon27 0.30.0-1 (source amd64)

2013-08-22 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 19:11:29 +0200
Source: neon27
Binary: libneon27 libneon27-dev libneon27-dbg libneon27-gnutls 
libneon27-gnutls-dev libneon27-gnutls-dbg
Architecture: source amd64
Version: 0.30.0-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.org
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.org
Description: 
 libneon27  - HTTP and WebDAV client library
 libneon27-dbg - Detached symbols for libneon27
 libneon27-dev - Header and static library files for libneon27
 libneon27-gnutls - HTTP and WebDAV client library (GnuTLS enabled)
 libneon27-gnutls-dbg - Detached symbols for libneon27 (GnuTLS enabled)
 libneon27-gnutls-dev - Header and static library files for libneon27 (GnuTLS 
enabled)
Closes: 702554
Changes: 
 neon27 (0.30.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove disabled_SSLv2_support.patch (closes: #702554), this release
 contains it.
Checksums-Sha1: 
 489e1504006ff9587e4dc6ce21b371b58bf54945 1508 neon27_0.30.0-1.dsc
 9e6297945226f90d66258b7ee05f757ff5cea10a 909989 neon27_0.30.0.orig.tar.gz
 b961665595165db4363691f0edd7274243c10183 9530 neon27_0.30.0-1.debian.tar.gz
 fbab524fb77be3c07a36d2e8136e2f9363b3456c 160034 libneon27_0.30.0-1_amd64.deb
 ab449661fb20c518b339485e54e3b32220c567f2 421258 
libneon27-dev_0.30.0-1_amd64.deb
 24d8258f93a699b043ec66a53bb1e0b26e2b81cc 214946 
libneon27-dbg_0.30.0-1_amd64.deb
 34c8faafba0763b2665bfd61b17f2eb5299fdb68 131694 
libneon27-gnutls_0.30.0-1_amd64.deb
 706ba7ab58c588237b9028228c9122130ae17ac4 394156 
libneon27-gnutls-dev_0.30.0-1_amd64.deb
 d454bd04b467d729254bdcd0c6db61eac50ba954 196184 
libneon27-gnutls-dbg_0.30.0-1_amd64.deb
Checksums-Sha256: 
 9b97814b91c2a9a687c91d3d079276594175fcdb24c78637d82987bf332fb568 1508 
neon27_0.30.0-1.dsc
 2962cfcb5d30f3272e3d2fa0e473434419770a3801afe3d46e5d1650787990c2 909989 
neon27_0.30.0.orig.tar.gz
 f53da0f6fbc086c4b7898878526a38436663538c04e56d825b9cdb96e7ffc29b 9530 
neon27_0.30.0-1.debian.tar.gz
 488d9c99cbde04a46fd25c7fbb95b10248a3ac96082d658f6630f047aea68a58 160034 
libneon27_0.30.0-1_amd64.deb
 03602e5f90eb3893e3dca3137e241b81d25570f271f5dcd526af25bd435e79ed 421258 
libneon27-dev_0.30.0-1_amd64.deb
 c48e71935c98a586e571e37a4ccc9126bfbb2936c4f590a744691a0f0f0b1714 214946 
libneon27-dbg_0.30.0-1_amd64.deb
 f698ae3ad536be4c8a41e89985838081ac763c31f9237444f49d49a1f11a719f 131694 
libneon27-gnutls_0.30.0-1_amd64.deb
 289f111b850e84539cc05bee4f540657479dc53f401e46030bc13e15a8c0c06c 394156 
libneon27-gnutls-dev_0.30.0-1_amd64.deb
 43ef1cb695d9317c093a5c8419bd145ffb1af77cdcfc9ad69fa58015333db4d2 196184 
libneon27-gnutls-dbg_0.30.0-1_amd64.deb
Files: 
 5ba2707422ef0ffc1d6d044ec35b5537 1508 net optional neon27_0.30.0-1.dsc
 fb60b3a124eeec441937a812c456fd94 909989 net optional neon27_0.30.0.orig.tar.gz
 11b51dde659c6c3a1ffee728c801c60b 9530 net optional 
neon27_0.30.0-1.debian.tar.gz
 304d4fc39903f9e9f9b3b5571a9e87ac 160034 libs optional 
libneon27_0.30.0-1_amd64.deb
 08eeeb7f3ec059ea0138dd1f57f334d9 421258 libdevel optional 
libneon27-dev_0.30.0-1_amd64.deb
 ba21acef8a5be33b8dcaa865e59e45a9 214946 debug extra 
libneon27-dbg_0.30.0-1_amd64.deb
 3c898c1e79cc09032b2dd9004f122b28 131694 libs optional 
libneon27-gnutls_0.30.0-1_amd64.deb
 0abde546a74190dd82bcc79bef171e4a 394156 libdevel optional 
libneon27-gnutls-dev_0.30.0-1_amd64.deb
 3bc13072a41f05cf6afacbe16dce0cbc 196184 debug extra 
libneon27-gnutls-dbg_0.30.0-1_amd64.deb

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

iEYEARECAAYFAlIWTuIACgkQMDatjqUaT90qwgCeN+u5zn1jAgFMiJkzP/YTFJ6l
9BwAoJIOjOPWykl2OfYcStbQ00GLKOlb
=T+dz
-END PGP SIGNATURE-


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



Accepted tiff 4.0.3-2 (source all amd64)

2013-08-22 Thread Jay Berkenbilt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 11:52:58 -0400
Source: tiff
Binary: libtiff5 libtiffxx5 libtiff5-dev libtiff5-alt-dev libtiff-tools 
libtiff-opengl libtiff-doc
Architecture: source all amd64
Version: 4.0.3-2
Distribution: unstable
Urgency: high
Maintainer: Jay Berkenbilt q...@debian.org
Changed-By: Jay Berkenbilt q...@debian.org
Description: 
 libtiff-doc - TIFF manipulation and conversion documentation
 libtiff-opengl - TIFF manipulation and conversion tools
 libtiff-tools - TIFF manipulation and conversion tools
 libtiff5   - Tag Image File Format (TIFF) library
 libtiff5-alt-dev - Tag Image File Format library (TIFF), alternative 
development fil
 libtiff5-dev - Tag Image File Format library (TIFF), development files
 libtiffxx5 - Tag Image File Format (TIFF) library -- C++ interface
Closes: 719303
Changes: 
 tiff (4.0.3-2) unstable; urgency=high
 .
   * Incorporated fixes to security issues CVE-2013-4231, CVE-2013-4232.
 (Closes: #719303)
Checksums-Sha1: 
 3536331c83b561b3e6a511e6289581c404e87c88 2139 tiff_4.0.3-2.dsc
 176db38ad7a64a49921d181182e6dbdcacdbe24d 21926 tiff_4.0.3-2.debian.tar.gz
 100f7abd527cef9b6dd7c6dd598b5901443ce2a5 361976 libtiff-doc_4.0.3-2_all.deb
 08d5081f0e075bd59e3394f67cfa4a6325bb3cc7 207180 libtiff5_4.0.3-2_amd64.deb
 cd4073598ee445326c26931ea5949d573410d619 73432 libtiffxx5_4.0.3-2_amd64.deb
 01aa323337cf78d53ea67f0ccddff0ba7c638e49 330408 libtiff5-dev_4.0.3-2_amd64.deb
 d2eb5926a73813862ce5bf2022d64c1c8b39850f 242490 
libtiff5-alt-dev_4.0.3-2_amd64.deb
 6c51357da9aa60cca8c613944abe170fd5aa6f12 282154 libtiff-tools_4.0.3-2_amd64.deb
 de6656e07cd17f8381d4e6888584cb592657c8d9 78562 libtiff-opengl_4.0.3-2_amd64.deb
Checksums-Sha256: 
 8103e1bcfc95a9eb835fe90619c29d45704ca0150f2daf7621e3959d73e73280 2139 
tiff_4.0.3-2.dsc
 4bd8919436c9845dd1d2935d1ec7c40cfce677703bbae963a58c1db9cba88511 21926 
tiff_4.0.3-2.debian.tar.gz
 55037af0b5ef4f78891916a714e92caaeee9cd930030b3b6cc179acff9aa2c2c 361976 
libtiff-doc_4.0.3-2_all.deb
 1e9db4d46f8776fd1346febe8f9c931264720730329935959588a23caa7960cf 207180 
libtiff5_4.0.3-2_amd64.deb
 15468786c1e8dc0d527495a964133879b083a23bbd1bfce42d3c22a4f5b41f0b 73432 
libtiffxx5_4.0.3-2_amd64.deb
 64ae6cfd1ff8de3f16ba2c4126a986ecf5cc1c58836db2d48b14b46b832947ec 330408 
libtiff5-dev_4.0.3-2_amd64.deb
 aabc6308ef57b44f0dae323c7dd30c44377d883d53cde01dde45f4651f9aa498 242490 
libtiff5-alt-dev_4.0.3-2_amd64.deb
 b709d56c52bb2a273584e17c150c1a84d7429931355c01728b57101ca3dc510c 282154 
libtiff-tools_4.0.3-2_amd64.deb
 477384a14cfb647e11bfc917f2f15bb1630f4b8baab884e3ad0d8f98ce05d1b0 78562 
libtiff-opengl_4.0.3-2_amd64.deb
Files: 
 557ed883225c152971c18ef2aa3ecce7 2139 libs optional tiff_4.0.3-2.dsc
 7d8a0ee33180bbd0ec8fdabad37e88db 21926 libs optional tiff_4.0.3-2.debian.tar.gz
 c2a5ff3fcd8d88cf8a728eff39a2d097 361976 doc optional 
libtiff-doc_4.0.3-2_all.deb
 df1d34cea38b389bdbe53c23c043fd7f 207180 libs optional 
libtiff5_4.0.3-2_amd64.deb
 9978a6bc389e3ebfaf7bb23b2ff9e1c0 73432 libs optional 
libtiffxx5_4.0.3-2_amd64.deb
 25049ec8940b01e39f3c42f4611b980d 330408 libdevel optional 
libtiff5-dev_4.0.3-2_amd64.deb
 fa5238cfed8b75b42b86b08332ffb80b 242490 libdevel optional 
libtiff5-alt-dev_4.0.3-2_amd64.deb
 7795aa72524fa83bd233e08472f61aad 282154 graphics optional 
libtiff-tools_4.0.3-2_amd64.deb
 1a30f4a71b4c0561d68aa46c977c9433 78562 graphics optional 
libtiff-opengl_4.0.3-2_amd64.deb

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

iQIcBAEBAgAGBQJSFk5yAAoJEIp10QmYASx+0D8P/iC8+4tvDSUNJsVslRaMC3DK
W4fylNFIqJstEpH3LGf15XnjKSicKco7jq/gieX+lT6YWaOOZnkchLYNrU/CMb9W
wVTj02Pnsd2BGL+eSLHWVLhoEQ664WN8jeLnyzhhW5bvG+0L7zBF8CT7BzJjrNR/
bz5vH3AsZqjKpEcWdYo2Cxo8Jor1FGUHdjirZLr82wiirffxmGQxs8zoJRPjloYV
6mBFN3IeCxbsvlYGBwaiWaXKpaFkGbaL4drzM28n1MgyN8JgPrc26k4Mg0BYgX19
APGOUCdNwQ2D1pL5BJA/sqD7NtfFW9UlEioWYPP+XJnET6Mna7/FJv5aJTaHiucn
YrZbAlGTahPvgE1t/ENiqC0W8uMbjZSSLbjQyu8pBknp9PY40dOuAWy5fcPnNxkW
wtFFn85GdBrTLbnpCpIig1Kf+KNhcGY4GrZ8rJ2sS/tOw1eUXX1evxeJ9c6wG785
ELJhlK/qdUSXfUIg0FX/geGJ/4p3+VZEgeWEfa2HKN10bx3GEetpY8P/JZP3tsst
MgFGMJnahQhnXQYunox+LqYkbmqZZ4BUxzKmdXpN/6RUiwOgvUz/i6tjz6qZXLcR
SYZkMoMVwEyQTYurY3WnGibWq0WMeN+fX+EMeXNrIM4Vo5ZsW/lBAvebGK4Hp9Kh
VPB/CDqbNVKgFFhxKsZx
=1zq7
-END PGP SIGNATURE-


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



Accepted webkitgtk 2.1.4-2 (source all amd64)

2013-08-22 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Aug 2013 23:13:58 -0300
Source: webkitgtk
Binary: libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-1.0-dev 
libjavascriptcoregtk-1.0-0-dbg gir1.2-javascriptcoregtk-1.0 libwebkitgtk-1.0-0 
libwebkit-dev libwebkitgtk-dev libwebkitgtk-1.0-common libwebkitgtk-1.0-0-dbg 
gir1.2-webkit-1.0 libjavascriptcoregtk-3.0-0 libjavascriptcoregtk-3.0-dev 
libjavascriptcoregtk-3.0-0-dbg gir1.2-javascriptcoregtk-3.0 libwebkitgtk-3.0-0 
libwebkitgtk-3.0-dev libwebkitgtk-3.0-common libwebkitgtk-3.0-0-dbg 
gir1.2-webkit-3.0 libwebkit2gtk-3.0-25 libwebkit2gtk-3.0-dev 
libwebkit2gtk-3.0-25-dbg gir1.2-webkit2-3.0
Architecture: source all amd64
Version: 2.1.4-2
Distribution: experimental
Urgency: low
Maintainer: Debian WebKit Maintainers 
pkg-webkit-maintain...@lists.alioth.debian.org
Changed-By: Gustavo Noronha Silva k...@debian.org
Description: 
 gir1.2-javascriptcoregtk-1.0 - GObject introspection data for the GTK+-based 
JavaScriptCore libr
 gir1.2-javascriptcoregtk-3.0 - GObject introspection data for the GTK+-based 
JavaScriptCore libr
 gir1.2-webkit-1.0 - GObject introspection data for the WebKit library
 gir1.2-webkit-3.0 - GObject introspection data for the WebKit library
 gir1.2-webkit2-3.0 - GObject introspection data for the GTK+ port of the 
WebKit2 libra
 libjavascriptcoregtk-1.0-0 - Javascript engine library for GTK+
 libjavascriptcoregtk-1.0-0-dbg - Javascript engine library for GTK+
 libjavascriptcoregtk-1.0-dev - Javascript engine library for GTK+
 libjavascriptcoregtk-3.0-0 - Javascript engine library for GTK+
 libjavascriptcoregtk-3.0-0-dbg - Javascript engine library for GTK+
 libjavascriptcoregtk-3.0-dev - Javascript engine library for GTK+
 libwebkit-dev - Transitional package for the development files of WebKitGTK+
 libwebkit2gtk-3.0-25 - Web content engine library for GTK+
 libwebkit2gtk-3.0-25-dbg - Web content engine library for GTK+ - Debugging 
symbols
 libwebkit2gtk-3.0-dev - Web content engine library for GTK+ - Development files
 libwebkitgtk-1.0-0 - Web content engine library for GTK+
 libwebkitgtk-1.0-0-dbg - Web content engine library for GTK+ - Debugging 
symbols
 libwebkitgtk-1.0-common - Web content engine library for GTK+ - data files
 libwebkitgtk-3.0-0 - Web content engine library for GTK+
 libwebkitgtk-3.0-0-dbg - Web content engine library for GTK+ - Debugging 
symbols
 libwebkitgtk-3.0-common - Web content engine library for GTK+ - data files
 libwebkitgtk-3.0-dev - Web content engine library for GTK+ - Development files
 libwebkitgtk-dev - Web content engine library for GTK+ - Development files
Changes: 
 webkitgtk (2.1.4-2) experimental; urgency=low
 .
   * debian/rules:
   - merge build and install rules so we can install right after building
 each flavor, and save space by cleaning up the build
   - clean *.pyc files in the clean target, to allow multiple builds in the
 same source tree again
   * debian/rules:
   - disable debug symbols sparc, and use stabs for armel, like we already
 do for armhf; their buildds are too constrained in terms of hardware
 resources
Checksums-Sha1: 
 753e06e1ac770c0f7a87751efe4fe4ab05c82aef 4032 webkitgtk_2.1.4-2.dsc
 442da3d79eea8057210cc4894bf8c69241131a5b 84422 webkitgtk_2.1.4-2.debian.tar.gz
 04dd949ed6008e53ce166748cbec19685f8acfb1 1031318 
libwebkitgtk-1.0-common_2.1.4-2_all.deb
 0356b1c4c3df39f44fa0d7485991e71c6ea68d25 1031694 
libwebkitgtk-3.0-common_2.1.4-2_all.deb
 d7e1b31067e6ba5593d7ec91582916655c28a4c4 1613962 
libjavascriptcoregtk-1.0-0_2.1.4-2_amd64.deb
 9f1eeeb9ad06fa692915505c394977233280aed8 108728 
libjavascriptcoregtk-1.0-dev_2.1.4-2_amd64.deb
 ced67109755044c0864296db3bf003b73f789f42 6935998 
libjavascriptcoregtk-1.0-0-dbg_2.1.4-2_amd64.deb
 1644d69302609e755bcde03951697aa172df18b4 96476 
gir1.2-javascriptcoregtk-1.0_2.1.4-2_amd64.deb
 e2f7015ec83c8ca829ca95493e09e89dd17a1a6f 5773594 
libwebkitgtk-1.0-0_2.1.4-2_amd64.deb
 3550b21eecd12f5a73d6d787176dad84b3f0979a 96120 libwebkit-dev_2.1.4-2_amd64.deb
 7718852f3bc1ba687bd597498ff0b48a31befb98 319832 
libwebkitgtk-dev_2.1.4-2_amd64.deb
 18e22bb5f25eec4ff539671bf745fb7bc748c44f 49942732 
libwebkitgtk-1.0-0-dbg_2.1.4-2_amd64.deb
 60d865b775ee08c0ecea9ffdc2c494a64ea0 143776 
gir1.2-webkit-1.0_2.1.4-2_amd64.deb
 7424c7477ac55898567e514a421fcef0addd8fc9 1613460 
libjavascriptcoregtk-3.0-0_2.1.4-2_amd64.deb
 67826e4449a5f112c0108db988ed599304b7d35e 108730 
libjavascriptcoregtk-3.0-dev_2.1.4-2_amd64.deb
 883ffe8b85eba26efe55a9fa558cd2bb8e7665a4 6938010 
libjavascriptcoregtk-3.0-0-dbg_2.1.4-2_amd64.deb
 4ab24a79e0d1f3be8aca6f53ff964f5a73ddf7d2 96472 
gir1.2-javascriptcoregtk-3.0_2.1.4-2_amd64.deb
 1e2a77c518ee9cda88ba265eda857d6fd29339a6 5762976 
libwebkitgtk-3.0-0_2.1.4-2_amd64.deb
 d3ce1ccd61516a13a2e8b74f6a546b6c8a47524c 319780 
libwebkitgtk-3.0-dev_2.1.4-2_amd64.deb
 b3840388071eac0d7d75bf5ce93ca67dbd50bd5a 49759178 
libwebkitgtk-3.0-0-dbg_2.1.4-2_amd64.deb
 

Accepted apt-setup 1:0.82 (source all)

2013-08-22 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 15:28:33 +0200
Source: apt-setup
Binary: apt-setup-udeb apt-mirror-setup apt-cdrom-setup
Architecture: source all
Version: 1:0.82
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 apt-cdrom-setup - set up a CD in sources.list (udeb)
 apt-mirror-setup - set up a mirror in sources.list (udeb)
 apt-setup-udeb - Configure apt (udeb)
Closes: 691651
Changes: 
 apt-setup (1:0.82) unstable; urgency=low
 .
   [ Jérémy Bobbio ]
   * Add support for backports. Closes: #691651
 .
   [ Updated translations ]
   * Bulgarian (bg.po) by Damyan Ivanov
   * French (fr.po) by Christian Perrier
   * Japanese (ja.po) by Kenshi Muto
   * Slovak (sk.po) by Ivan Masár
   * Tajik (tg.po) by Victor Ibragimov
   * Thai (th.po) by Kiatkachorn Ratanatharathorn
   * Uyghur (ug.po) by Abduqadir Abliz
Checksums-Sha1: 
 8ec1c3ed6f87df43db7e8837f2913a35abea 1748 apt-setup_0.82.dsc
 757f93372d3db85298bb32ca1ddec4703f2c750e 323094 apt-setup_0.82.tar.gz
 ab9e93d0e65f4321a12873667087385d0819f2b7 48780 apt-setup-udeb_0.82_all.udeb
 c164ba821f30ca0dcf9f5797367a076caae14663 74112 apt-mirror-setup_0.82_all.udeb
 d1a42ee8718bf7d865d78980200458c40a3dd7cd 97308 apt-cdrom-setup_0.82_all.udeb
Checksums-Sha256: 
 6c52210c56cfd7276531fec5ec86fec6733e2aff1e2463c51dc008f2cf37f53f 1748 
apt-setup_0.82.dsc
 02e4e9511b10dadecfb3a5df048c9b1a1430f2b1d2e548f295821468f0d41ab1 323094 
apt-setup_0.82.tar.gz
 12e5732842ca22f8cf3f0bae2a335c8f275104f50f9b2075c525eff83898d27e 48780 
apt-setup-udeb_0.82_all.udeb
 0551c6d7ece822e9e8e880380ebc0e61cb1cbc9135c62ffd87943a9cd5b1046f 74112 
apt-mirror-setup_0.82_all.udeb
 256449a66aede9935b75cdb45537bc8c216ca13b66f046121b6d25e07fce 97308 
apt-cdrom-setup_0.82_all.udeb
Files: 
 3b101b3a9d7b6b29ffe642879d55138b 1748 debian-installer extra apt-setup_0.82.dsc
 aa87e1c8fded97029fc88f17db6c3353 323094 debian-installer extra 
apt-setup_0.82.tar.gz
 5f1b7e46be17383553e860bf5c7fbb20 48780 debian-installer standard 
apt-setup-udeb_0.82_all.udeb
 49af0c7c1b5a8417b788f8fb25918349 74112 debian-installer extra 
apt-mirror-setup_0.82_all.udeb
 8ef81448c2a053b282a522db6348bad1 97308 debian-installer extra 
apt-cdrom-setup_0.82_all.udeb

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

iQIVAwUBUhZUAocvcCxNbiWoAQL6Ig//Un5nd639sw1sg8F//nNxj+/bak/R64/0
a7TvHeUHsYzO6IkkzvYdlVW1Ui0wHRYSeHjDQOg6enZEgxEiDtOAv5VKZ/EtkIAV
Eun9fGq0EEwQDMEHW/kN5Oj5xuO0/BOF+FeN1j4UchxYgrdSjbB7dZXh/Cj0iNbG
Hoz6EhnXI4hxdbxOgdT5bS5q07FLWmunp6sfvAXvXZ9VCkx3O2FEqc6zimzGUT/+
5hHjp9hiEQe8+ePF7PshTHKojW5pjKph74P6X6RJTGoSUVwTpsckBLuqRtoLTAWg
VTzlr1tNATSryR7Enmwz4VuNKn/8VJm2UPklDHhtLhSkuNlIaYQeELpMBRfvSGj0
t1/JTjMapTVUHYigLbS+ikGgn0bI7aPRnF7pKGUMPTmXyN1kvtd8h7tVf5UGuBEB
QO38rFwDUrdws8RoBImKEytIbLvRRvpHwvVsa0h84z7i8O2W6AD9HvgSnOyxJGQs
qBAvz6/zlSXo5X+Oda0GISw5wKQQCJ11eYJwQJg2/mORJ1sayDFb9Lx/OkNXFa0B
15tsKc7tgovAzZwL0qidScDV8RNkzNxC0NjQsFQoGhU4x3r74GvEW6RERKt1oxXn
yFz931mksSglvxi8Q6KJTMO9tSKdNyhVesVXTioZ0TcezEpmD3mINETTb/h27hw4
pV2dkvWZGUc=
=xtp2
-END PGP SIGNATURE-


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



Accepted libkiokudb-perl 0.54-1 (source all)

2013-08-22 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 20:48:19 +0200
Source: libkiokudb-perl
Binary: libkiokudb-perl
Architecture: source all
Version: 0.54-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libkiokudb-perl - Perl module for object persistence
Closes: 711664 720267
Changes: 
 libkiokudb-perl (0.54-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ gregor herrmann ]
   * Explicitly (build-)depend on Module::Pluggable::Object.
 (Closes: #711664)
 .
   * New upstream release.
 Fixes FTBFS with perl 5.18: test failures (Closes: #720267)
   * debian/copyright: switch formatting to Copyright-Format 1.0.
   * Drop obsolete Suggests (satisfied by perl in oldstable).
   * Declare compliance with Debian Policy 3.9.4.
   * Update Vcs-Git field.
   * Add a patch to fix a spelling mistake.
Checksums-Sha1: 
 34a7f25e7638fb48f5b918e7a8221101d5720e94 2613 libkiokudb-perl_0.54-1.dsc
 3e33c7a90afbfe20379e64471a8770f1d01d54d8 149960 
libkiokudb-perl_0.54.orig.tar.gz
 aec4412708de657734af1f68a4f8938e5308a098 2703 
libkiokudb-perl_0.54-1.debian.tar.gz
 cf4bd807c3079f6fd6e64cc9d8f17aa13b00fbad 285138 libkiokudb-perl_0.54-1_all.deb
Checksums-Sha256: 
 0b91129e8d866997e5c5ed854dd9f2e16abee54aa694e4630b8957c0f8f9f8c5 2613 
libkiokudb-perl_0.54-1.dsc
 3c6c8c5a9f49229c028b35aff470f9b3fc75ec1ce66b3c449e3fa6fc31877728 149960 
libkiokudb-perl_0.54.orig.tar.gz
 7006b81556406c5a5bf0d33e55a0e96f47b8ae76601ac892d2da15a81a48717b 2703 
libkiokudb-perl_0.54-1.debian.tar.gz
 4f044ff68ba782643286c8019707fa525aa257436f20fcc91ef35429e99616b7 285138 
libkiokudb-perl_0.54-1_all.deb
Files: 
 696b0e3e9745734ef6f7f6086169bcf5 2613 perl optional libkiokudb-perl_0.54-1.dsc
 7c7f1092da82e0e4134a06a3948b2354 149960 perl optional 
libkiokudb-perl_0.54.orig.tar.gz
 83bbe01a75e674c8bc34cea21d1332b5 2703 perl optional 
libkiokudb-perl_0.54-1.debian.tar.gz
 9c185eca927b90b8ec66ffb35e91ac27 285138 perl optional 
libkiokudb-perl_0.54-1_all.deb

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

iQIcBAEBCAAGBQJSFl0fAAoJELs6aAGGSaoGQ/IP/j8ZRmurlRsaJiF7bAbd+nbG
MWjYndNI0Yqg6IiHYrhFAXkt3Rv1sPFM0r7aJIPy7MXay5to69JiwnWGKUyAgJah
etCUCml7QsCVsTb7xxbgfnP1kh1Za+Fo63VQ9vTHpoS8pGfcImkkPBOw+zXp2iYp
MenmH6u9/mtSqUi9tZZiT+POWTszhuvzWzKpLO7iFnJVPe9/bpZiPS14Oi6XlrBy
RV1iayw+FQCpRbo6DIdZAVL4aYMpKtPOZoTh0GgxCPD6trQ9mrLFC2kJMGmv0Ucq
SivTcCkni7C1xdgOs3Ia1s53Ambb2VgT1f0FzjXxX902oe4C3mHfWZTElZ9YYQR3
YolSieZAlq0/cuJW7UmdnSpNmBCGsl4PK9tYUobH37lXnOhyaTbp5pjMMJisnf/W
Iomro/UTZ4lxo+gkHyhrxUO3yHWcrYnuf8C50z8YGeIejJEKNpQkJZui1FcYemIW
KhbAFBlNZ4edGM38U+s01zVD2Td6jY4Uefx5SWpBek2X/RznQVSK1TVqLUTFyC8g
bSMIpCPz+7wNOWBxouI861Hv0MQRPWzq/fi4McCqK3skKQtiqI7E2TBwn/b+rkuv
WP3l6lWhQ5/Qs4bbkjqQLitHcfXYbl2LA05TiSk96iDNqywxLEIxZjnBrlBX8mo9
PkiemU57wikhvESseIZP
=pska
-END PGP SIGNATURE-


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



Accepted buildbot 0.8.7p1-2 (source all)

2013-08-22 Thread Andriy Senkovych
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Aug 2013 17:12:23 +0300
Source: buildbot
Binary: buildbot
Architecture: source all
Version: 0.8.7p1-2
Distribution: unstable
Urgency: low
Maintainer: Andriy Senkovych jolly_ro...@itblog.org.ua
Changed-By: Andriy Senkovych jolly_ro...@itblog.org.ua
Description: 
 buildbot   - system to automate the compile/test cycle
Closes: 715471 716650
Changes: 
 buildbot (0.8.7p1-2) unstable; urgency=low
 .
   * Rebuild to update dependency on pyhton-sqlmigrate (Closes: #715471).
   * Fix TextClient module path (Closes: #716650).
Checksums-Sha1: 
 ebab1a8ff46a439a94575c4730177fad33193bd4 2052 buildbot_0.8.7p1-2.dsc
 b2e8dce543b52a6742bc53636266b2547ad6c54e 8123 buildbot_0.8.7p1-2.debian.tar.gz
 275ba482e4960e29ed29083e914e380541b702bd 1673392 buildbot_0.8.7p1-2_all.deb
Checksums-Sha256: 
 76adb5d8751599e21cfd169cb324c48923a690ff54a0702cc09d52670a936fbe 2052 
buildbot_0.8.7p1-2.dsc
 f6d41620a5797105075a226a009ffb5687a16d7a942549a97fec7bd18ee3e451 8123 
buildbot_0.8.7p1-2.debian.tar.gz
 0644f617f9e4b8b2fe0be17aff7f7594c3149dcd6400d01691b425e7deb5d89f 1673392 
buildbot_0.8.7p1-2_all.deb
Files: 
 86535b0c4fc8a659542a9f17d9400124 2052 devel optional buildbot_0.8.7p1-2.dsc
 6a998f90720f6438b108f434a3ddbe79 8123 devel optional 
buildbot_0.8.7p1-2.debian.tar.gz
 671b82781ec14a655c7e3a1b23d4bc58 1673392 devel optional 
buildbot_0.8.7p1-2_all.deb

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

iQIcBAEBCgAGBQJSFmK6AAoJEK728aKnRXZFRgEQAKlsf2LAtcQNYKseSsU8kj4/
tJVxLfoyS3YrKNvPeIUdNJk2+BeTMFlN/nXbc2ss5lUL+FfxlBtIAojTxa7zpRJW
GG5WkF1+QC1NG+NuyeKOjVjHqQzd7XTCAvMEfIqHc5hkIWs6KMmB5lweIcZ812CB
tBMgghVWuCGiIymwX2toUtxeDRtmzYI8Y59mYkJngBzblmufCH7TzhQVPMeD/j17
KkOp/wm9tqOk38cUgSS+9eVfnGpf+HnLgUgd0zCrWgaA+ydsn1EEo+nB9CGVl5Eq
V1eA3lDs9sXOVdkrd7d2MbRafbVP7f/W2TVMfQPfImboz+Sw6M/zSgvFnrH3lVRN
yVYnRCSdwl6KJBO+hOm1rk6YinOcus2kg0kfrhbrhLyRBRN1yY0EaDYFTOLt9j/4
46nGWJ5TUGoqIbkdLo/7tO4nrfZrkk21HMeqyIa9JzXP34FDIcJugWf8E1tSygLN
Kn6tIF/5TLHP9NI2/X8uncrXKImyMv/RFpXv4xAXFhC4yrC16epe+iLzo4KswT2h
oo2gSLIa2ukpIilayfSqXp0A1I4NCJUNO/gRAsvzLYjyRaCk812q52oDG1K132Uy
FcmTRNggAZLIaVuLIcXznZCrEnZza9FcC1sxATSNAGk0jD4l/iWj+yeu4WFu56Wb
Zc8GnIGKFZd97y4LhkoN
=gKd7
-END PGP SIGNATURE-


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



Accepted buildbot-slave 0.8.7p1-2 (source all)

2013-08-22 Thread Andriy Senkovych
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 07 Aug 2013 16:14:47 +0300
Source: buildbot-slave
Binary: buildbot-slave
Architecture: source all
Version: 0.8.7p1-2
Distribution: unstable
Urgency: low
Maintainer: Andriy Senkovych jolly_ro...@itblog.org.ua
Changed-By: Andriy Senkovych jolly_ro...@itblog.org.ua
Description: 
 buildbot-slave - system to automate the compile/test cycle
Changes: 
 buildbot-slave (0.8.7p1-2) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 2ccb88958ab2761e828a25183bfd1868dd827cc1 1889 buildbot-slave_0.8.7p1-2.dsc
 3678adad2cea5047815e565a76ef082689423345 5991 
buildbot-slave_0.8.7p1-2.debian.tar.gz
 a3cfb936a82014e7e8cf91a5341f7d916db91c96 84632 buildbot-slave_0.8.7p1-2_all.deb
Checksums-Sha256: 
 2382f8e397caeddebc71fae9ff1fd519a459fbc8b2d993373671f9e1928cfa5b 1889 
buildbot-slave_0.8.7p1-2.dsc
 9f03a5b1ec20493d572be561ea74c375eb9f333697ceb65e4ddd7dcafe020757 5991 
buildbot-slave_0.8.7p1-2.debian.tar.gz
 e1049b879e3874d502ac3769ee7507d02834dd95d9a50cfae8fe3ba4d685d031 84632 
buildbot-slave_0.8.7p1-2_all.deb
Files: 
 1c4365646f75e45669e1ef96d8fc15d5 1889 devel optional 
buildbot-slave_0.8.7p1-2.dsc
 b06a463c7c534fa126a9c977e7fbb2f2 5991 devel optional 
buildbot-slave_0.8.7p1-2.debian.tar.gz
 85b5d8fc810e83841c8153a3c42b5f2a 84632 devel optional 
buildbot-slave_0.8.7p1-2_all.deb

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

iQIcBAEBCgAGBQJSFmP+AAoJEK728aKnRXZFKkkP+QH4toseunkMHzO/7axYibBv
s+qSPrQ647fVcZkFFAZKPVKVfEJc36HvyuTqU5WZk6rr4//Vi1mwk6a/ZhtcIWwe
3pRMTIqVya9xH3HdcJdiAjGxsIWiUltJPv341s6uzr5oQT93cr3zzSC2DGS8dxn/
MgFCksfynezA2Sdq8mbOy5ou8A+dcAAHFDJGJ9pshqL45AqLTze+VvAFx5OWvOHm
j/ZCn8embVJzFbs1tGW7VHxSDtDw9W7wixfyZXzG0NUMn9m/goQYH1mfFf7YSHmU
w8GJ2eEMgbX6gXuR7u9ierH3NX95YzgJ11AkpOLg5rRuiOWZoviJovTL61Pu6pXr
1EcX9UY4Kqd4DEGRm2xBg97jxewOoKAn5VDXkAxoFEKvNjOW8218MayJLY4hqw/S
d6VCmchIzs6ibmCzCLt5rTDye1gaHZnhDczeurUaK6I4lEU0254zmrFw+UQyiZR0
3lWlNmI3Mrd6nhYRgAX/eqEfniRkoBt0gnsM1WMEGL83Sd0cEqWK6k7e+b5orarj
BODpt2N/hrhKyz5M4f56bpRIe5ibwzXUXOvvF6ndk1frGHeYXo1CY3yjOrEp1LET
WMa2fCtBCI+Div7tWULutIffkrTNA34GH/gkPREs4bybvwgBDjSKF4GOdzD34yVE
kh8aKB5H9Gxj4eHCcge7
=Ozan
-END PGP SIGNATURE-


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



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

2013-08-22 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 15:54:58 +0200
Source: libjoda-time-java
Binary: libjoda-time-java libjoda-time-java-doc
Architecture: source all
Version: 2.3-1
Distribution: unstable
Urgency: low
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)
Closes: 667724
Changes: 
 libjoda-time-java (2.3-1) unstable; urgency=low
 .
   * New upstream release (Closes: #667724)
   * Added a patch to remove the prerequisite on Maven 3
   * Ignore the Github's site-maven-plugin
   * debian/control:
 - Updated the Homepage field
 - Removed libclirr-maven-plugin-java from the build dependencies
   and added clirr-maven-plugin to the list of ignored plugins
 - Use canonical URLs for the Vcs-* fields
 - Improved the package description
   * debian/rules: Install the upstream changelog
   * debian/copyright: Updated the copyright year
   * debian/orig-tar.sh: Fixed a warning when building the tarball
   * Removed the unused lintian overrides
Checksums-Sha1: 
 93870aa8efe73c90ede7d7fe933d9665967eda94 2335 libjoda-time-java_2.3-1.dsc
 1b8ed909bc401bbbac5e217640fad8c3f8481ac8 997767 
libjoda-time-java_2.3.orig.tar.gz
 461f2a6ace67ef5ab72f04cc3ef60aa19521c28a 4853 
libjoda-time-java_2.3-1.debian.tar.gz
 baeb74f496b761d5aa7747fe99455a4a5fc3ca48 556024 libjoda-time-java_2.3-1_all.deb
 1fa419fb233b0eda5f5f753924b81bd7de157d83 1553958 
libjoda-time-java-doc_2.3-1_all.deb
Checksums-Sha256: 
 7e0a44b86ae951216ffcacd35a814a2862face7ab6664f9dff69649b3a5ea89f 2335 
libjoda-time-java_2.3-1.dsc
 3dcba1425421d8a78d2bcb5095687e961cf44421536f9502c9f1a7de80f58ca3 997767 
libjoda-time-java_2.3.orig.tar.gz
 7b31e54bce28c69c97c538fac1385d74451488f90a36e52ca7af5f04ca2deff3 4853 
libjoda-time-java_2.3-1.debian.tar.gz
 da36e1f3795a8f85362f9321d51fb364b27131606a4943ecf46ebfa1db742e89 556024 
libjoda-time-java_2.3-1_all.deb
 c650a7e6351c8628b4cf381a3bf18a3444545cb6d92898fc7508259ca63d8c70 1553958 
libjoda-time-java-doc_2.3-1_all.deb
Files: 
 5512934d50464be314298ed809a21e2d 2335 java optional libjoda-time-java_2.3-1.dsc
 ec7e95b508e7d8368057e3b736283f08 997767 java optional 
libjoda-time-java_2.3.orig.tar.gz
 c9e2d51fe62794150253f0478e583f93 4853 java optional 
libjoda-time-java_2.3-1.debian.tar.gz
 215af83cfefdf4baefa872febaa26704 556024 java optional 
libjoda-time-java_2.3-1_all.deb
 f55ed3938bf760f84f8c07ff018f9e8a 1553958 doc optional 
libjoda-time-java-doc_2.3-1_all.deb

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

iQIcBAEBAgAGBQJSFnkRAAoJEPUTxBnkudCsxgIP/jRRaVOr6jq67jFe9CFtP73l
K+e6IsoxDZh7bIfBBiqihVIzLky22i7bVT3XJVrfQZdjrjkbOIU7SnCt05OQzdBe
2R9ygq/06J3BgKp9U27atlK0nGbWIYlfXcPyHPxxVaNnT01DDR4LsKGkA3rL0xO0
Kpy9uSB0F33drVj/ZpLaoGPoI+P383e8LbRtvv+kmb7l1UWEXJ6Yk8I1ggfRw24H
sL5is2/IAChPlC4R+wYI/f/GfytZKDMdikrErUkoPvoQIkYnXP8Q143HUmP/uk2+
5AnPY15xe2SZ7om7UkQOdL/FfOk3tU9VBtx7ba0EGLEG1npoLRY6k6tM4GgvqOyM
uBPBTi9wAxpUX58xFZg7MWJqjOyB4VaLIfeveUDWpwrllNOY+cU6OZswnrAT3KzP
aKWBxsQsPltNB3qsnAVIH8C3EFe0GLr4HrlRB/thtbdrK+km9suqFPc8zBEykD9p
B6nTx5UC0iMtotv6ef4gnYbExDC6CKcUM3Hnm9Ov0JWlUleZCdgFZKfEEk8nz02i
pRvPLpTf4kRjJRZOatZqwZcBj9qe4Vl3b1+zA4tJzAvs5v/b3c5eVOrSGsNQ8lrp
0s0jxcsOk7f2mdESn67YjzIlGu5N24Wa0gkXceUUQLdkxCfsO6zh7EGAEagEqKa9
N5yT1JPiaSU4uAyebHBl
=0eu8
-END PGP SIGNATURE-


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



Accepted kfreebsd-10 10.0~svn254663-1 (source all kfreebsd-amd64)

2013-08-22 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 18:50:23 +0200
Source: kfreebsd-10
Binary: kfreebsd-source-10.0 kfreebsd-headers-10.0-0 
kfreebsd-image-10.0-0-686-smp kfreebsd-image-10-686-smp 
kfreebsd-headers-10.0-0-686-smp kfreebsd-headers-10-686-smp 
kfreebsd-image-10.0-0-amd64 kfreebsd-image-10-amd64 
kfreebsd-headers-10.0-0-amd64 kfreebsd-headers-10-amd64 
kernel-image-10.0-0-amd64-di nic-modules-10.0-0-amd64-di 
nic-wireless-modules-10.0-0-amd64-di nic-shared-modules-10.0-0-amd64-di 
serial-modules-10.0-0-amd64-di usb-serial-modules-10.0-0-amd64-di 
ppp-modules-10.0-0-amd64-di cdrom-modules-10.0-0-amd64-di 
scsi-core-modules-10.0-0-amd64-di scsi-modules-10.0-0-amd64-di 
scsi-extra-modules-10.0-0-amd64-di plip-modules-10.0-0-amd64-di 
floppy-modules-10.0-0-amd64-di loop-modules-10.0-0-amd64-di 
ipv6-modules-10.0-0-amd64-di nls-core-modules-10.0-0-amd64-di 
ext2-modules-10.0-0-amd64-di isofs-modules-10.0-0-amd64-di 
reiserfs-modules-10.0-0-amd64-di fat-modules-10.0-0-amd64-di 
zfs-modules-10.0-0-amd64-di nfs-modules-10.0-0-amd64-di 
nullfs-modules-10.0-0-amd64-di
 md-modules-10.0-0-amd64-di parport-modules-10.0-0-amd64-di 
nic-usb-modules-10.0-0-amd64-di sata-modules-10.0-0-amd64-di 
acpi-modules-10.0-0-amd64-di i2c-modules-10.0-0-amd64-di 
crypto-modules-10.0-0-amd64-di crypto-dm-modules-10.0-0-amd64-di 
mmc-core-modules-10.0-0-amd64-di mmc-modules-10.0-0-amd64-di 
sound-modules-10.0-0-amd64-di zlib-modules-10.0-0-amd64-di 
kfreebsd-image-10.0-0-486 kfreebsd-image-10-486 kfreebsd-headers-10.0-0-486 
kfreebsd-headers-10-486 kfreebsd-image-10.0-0-686 kfreebsd-image-10-686 
kfreebsd-headers-10.0-0-686 kfreebsd-headers-10-686 kfreebsd-image-10.0-0-xen 
kfreebsd-image-10-xen kfreebsd-headers-10.0-0-xen kfreebsd-headers-10-xen 
kernel-image-10.0-0-486-di nic-modules-10.0-0-486-di 
nic-wireless-modules-10.0-0-486-di nic-shared-modules-10.0-0-486-di 
serial-modules-10.0-0-486-di usb-serial-modules-10.0-0-486-di 
ppp-modules-10.0-0-486-di cdrom-modules-10.0-0-486-di 
scsi-core-modules-10.0-0-486-di scsi-modules-10.0-0-486-di
 scsi-extra-modules-10.0-0-486-di plip-modules-10.0-0-486-di 
floppy-modules-10.0-0-486-di loop-modules-10.0-0-486-di 
ipv6-modules-10.0-0-486-di nls-core-modules-10.0-0-486-di 
ext2-modules-10.0-0-486-di isofs-modules-10.0-0-486-di 
reiserfs-modules-10.0-0-486-di fat-modules-10.0-0-486-di 
zfs-modules-10.0-0-486-di nfs-modules-10.0-0-486-di 
nullfs-modules-10.0-0-486-di md-modules-10.0-0-486-di 
parport-modules-10.0-0-486-di nic-usb-modules-10.0-0-486-di 
sata-modules-10.0-0-486-di acpi-modules-10.0-0-486-di i2c-modules-10.0-0-486-di 
crypto-modules-10.0-0-486-di crypto-dm-modules-10.0-0-486-di 
mmc-core-modules-10.0-0-486-di mmc-modules-10.0-0-486-di 
sound-modules-10.0-0-486-di zlib-modules-10.0-0-486-di 
kfreebsd-image-10.0-0-malta kfreebsd-image-10-malta 
kfreebsd-headers-10.0-0-malta
 kfreebsd-headers-10-malta
Architecture: source all kfreebsd-amd64
Version: 10.0~svn254663-1
Distribution: experimental
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 acpi-modules-10.0-0-486-di - ACPI support modules (udeb)
 acpi-modules-10.0-0-amd64-di - ACPI support modules (udeb)
 cdrom-modules-10.0-0-486-di - Esoteric CDROM drivers (udeb)
 cdrom-modules-10.0-0-amd64-di - Esoteric CDROM drivers (udeb)
 crypto-dm-modules-10.0-0-486-di - devicemapper crypto module (udeb)
 crypto-dm-modules-10.0-0-amd64-di - devicemapper crypto module (udeb)
 crypto-modules-10.0-0-486-di - crypto modules (udeb)
 crypto-modules-10.0-0-amd64-di - crypto modules (udeb)
 ext2-modules-10.0-0-486-di - EXT2 filesystem support (udeb)
 ext2-modules-10.0-0-amd64-di - EXT2 filesystem support (udeb)
 fat-modules-10.0-0-486-di - FAT filesystem support (udeb)
 fat-modules-10.0-0-amd64-di - FAT filesystem support (udeb)
 floppy-modules-10.0-0-486-di - Floppy driver (udeb)
 floppy-modules-10.0-0-amd64-di - Floppy driver (udeb)
 i2c-modules-10.0-0-486-di - i2c support modules (udeb)
 i2c-modules-10.0-0-amd64-di - i2c support modules (udeb)
 ipv6-modules-10.0-0-486-di - IPv6 driver (udeb)
 ipv6-modules-10.0-0-amd64-di - IPv6 driver (udeb)
 isofs-modules-10.0-0-486-di - ISOFS filesystem support (udeb)
 isofs-modules-10.0-0-amd64-di - ISOFS filesystem support (udeb)
 kernel-image-10.0-0-486-di - kFreeBSD binary image for the Debian installer 
(udeb)
 kernel-image-10.0-0-amd64-di - kFreeBSD binary image for the Debian installer 
(udeb)
 kfreebsd-headers-10-486 - header files for kernel of FreeBSD 10 (meta-package)
 kfreebsd-headers-10-686 - header files for kernel of FreeBSD 10 (meta-package)
 kfreebsd-headers-10-686-smp - header files for kernel of FreeBSD 10 
(transitional package)
 kfreebsd-headers-10-amd64 - header files for kernel of FreeBSD 10 
(meta-package)
 kfreebsd-headers-10-malta - header files for kernel of FreeBSD 10 
(meta-package)
 kfreebsd-headers-10-xen - header files for kernel of FreeBSD 10 

Accepted python-scrypt 0.6.1-5 (source amd64)

2013-08-22 Thread Micah Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 22 Aug 2013 16:01:24 -0400
Source: python-scrypt
Binary: python-scrypt
Architecture: source amd64
Version: 0.6.1-5
Distribution: unstable
Urgency: low
Maintainer: Micah Anderson mi...@debian.org
Changed-By: Micah Anderson mi...@debian.org
Description: 
 python-scrypt - Python bindings for the scrypt key derivation function library
Changes: 
 python-scrypt (0.6.1-5) unstable; urgency=low
 .
   * Remove dependency on libscrypt0, it requires porting
Checksums-Sha1: 
 bc0eb48eb60958874946c5a03bd6ea6b45f870b8 1827 python-scrypt_0.6.1-5.dsc
 424172f9d2fc6f08e59fd7a4d8763dad53355e10 2347 
python-scrypt_0.6.1-5.debian.tar.gz
 39eb53265e0d09ec2d08c01c6543a070cc6c78d6 17254 python-scrypt_0.6.1-5_amd64.deb
Checksums-Sha256: 
 5be0b992a927f68b0a1b580821d8449d1b6c4067e1e1fc6146d140cd6146b9e4 1827 
python-scrypt_0.6.1-5.dsc
 3062a7815361223cb3bda5d6644406486ef5da99adb2f21755e2af83be274ecf 2347 
python-scrypt_0.6.1-5.debian.tar.gz
 a7bfd1917259fc943bec2eba1639a491ced143392034de7781cf199686a60c23 17254 
python-scrypt_0.6.1-5_amd64.deb
Files: 
 619c35ef5a51fb90e3e4897b01b7962b 1827 python optional python-scrypt_0.6.1-5.dsc
 ad28643171f6f51ac5ea0e46689a722d 2347 python optional 
python-scrypt_0.6.1-5.debian.tar.gz
 00569912cf6b50fd968a0a6d80412018 17254 python optional 
python-scrypt_0.6.1-5_amd64.deb

-BEGIN PGP SIGNATURE-

iQJ8BAEBCgBmBQJSFnMHXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0Nzc3NTM1RkU1NDcxNTYyNjI2MDc3QjU4
Q0JGOUEzMjI4NjFBNzkwAAoJEIy/mjIoYaeQZ/EP/21o7kZ5aNQ9g0iqbFOLtCn5
bWe9JQBHqYt/T9mFvayX3YhOtuBwwdpWZK8WPJ6tpJQSQ23TbZBwH7kNFi2pcDdw
5qQ5N+6q7gHgObtZ3p7tI0z0apeR9ZC+Y9gOqyiFO/ZEmPWkqmmsul1lAU3FiVQd
k65IHnByrxSUdXnvJFa607waq9bOyoM0J8AK0PfxHR4cXsFXmWz2G69BqmtomZzl
eR6bgdcXGn+Y/EVXSAw1hoGlz7hnDq94KnxVwjkc5cgle1ZZvBRucA/GeW8NnlTa
d6gdfiRz31nGjjXZhZSpwJsGZcMk+GGJdDUFHR5zXffnmQS5GAzDKjOWKwyHoidS
X9m8l+kG+02uZ+YklumhzKLvsqSAQVdU9OgiWqonvOO0noFhqvmw4G5wFpmMA3IB
MIly57KoJyVUwbqMyLj3iiZeVA9rxED0Q62JmH6e+RBZO4ZP3+KeFtJx5xPShv+r
VlEbul1CpNC/QELENq2+qwc5JCwPXc1BuE7gxGg6gMFx2p3P0NT/2bRxGPH3FOqR
BEJ5xDpX4sFF2VQXdBPSegn+6wxPf0YMGHr7qQWwBELHWmDc2KRwJffbTXYdkK37
65NFe3pQdaSO99SIRV9iwNB3B40s5Z21ReN3E94TM6Qkiw4pbUbDIwzUDJZ3uxYb
ydJiNGYV83aRQAcOwVep
=AwTt
-END PGP SIGNATURE-


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



Accepted netgen 4.9.13.dfsg-7 (source all amd64)

2013-08-22 Thread Dmitrijs Ledkovs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 20:50:56 +0100
Source: netgen
Binary: netgen netgen-doc libnglib-dev libnglib-4.9.13 netgen-headers
Architecture: source all amd64
Version: 4.9.13.dfsg-7
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Dmitrijs Ledkovs dmitrij.led...@ubuntu.com
Description: 
 libnglib-4.9.13 - Automatic 3d tetrahedral mesh generator shared library
 libnglib-dev - Automatic 3d tetrahedral mesh generator development files
 netgen - Automatic 3d tetrahedral mesh generator
 netgen-doc - Automatic 3d tetrahedral mesh generator documentation
 netgen-headers - Automatic 3d tetrahedral mesh generator internal headers
Closes: 713306
Changes: 
 netgen (4.9.13.dfsg-7) unstable; urgency=low
 .
   * Drop quilt.mk and quilt build-depends, as otherwise patches are
 unapplied before autoreconf and thus this package FTBFS, as without
 patches autoreconf fails. Closes: #713306
Checksums-Sha1: 
 26dcaabaf9880926ba8891ff08b5d5b14a35f4d8 2635 netgen_4.9.13.dfsg-7.dsc
 95eab8ab2f8ead3737586755b0f8100ce8301531 1829916 netgen_4.9.13.dfsg.orig.tar.gz
 5f6172edf12525b68cf0b1497ebaa8ecb6c36ba9 26176 
netgen_4.9.13.dfsg-7.debian.tar.gz
 ea97f4b814e528b545671b3f9ef7164c6b9bd2e9 155560 
netgen-doc_4.9.13.dfsg-7_all.deb
 6fe3c41b6c52e1460a0e3935d2171a6b7b508758 1263032 netgen_4.9.13.dfsg-7_amd64.deb
 52b496a27198fbc66ac1c9d9e02364d4681911d2 14924 
libnglib-dev_4.9.13.dfsg-7_amd64.deb
 2845f257b720dce776e1d8d43531eba499a41802 1092960 
libnglib-4.9.13_4.9.13.dfsg-7_amd64.deb
 394db48d6f593f3dc61962c8c6772d1ec13fd4d8 125618 
netgen-headers_4.9.13.dfsg-7_amd64.deb
Checksums-Sha256: 
 5f1718267fa9590177a4d69563b02f1d8eddd75a67ffa525d1095ef66c83e686 2635 
netgen_4.9.13.dfsg-7.dsc
 a5f188bb0fafc0536389314efb8fe6d294b93512b54f2b67c9a3e5431c3b0412 1829916 
netgen_4.9.13.dfsg.orig.tar.gz
 4217d3658ac4e8f683008fd4da7f777a26278809fc8124a0efbe7ad39ca8209f 26176 
netgen_4.9.13.dfsg-7.debian.tar.gz
 5801cf8fc1866b05434291a40cdedd23f1ac29ebccfaf20edc0e3757b3084b19 155560 
netgen-doc_4.9.13.dfsg-7_all.deb
 e62c3346d4f2abf2ed9606a6c67b7cc8dd510203817d0073ed0be5d73135fd97 1263032 
netgen_4.9.13.dfsg-7_amd64.deb
 cb4e2508ecf6e2a755399d3cb09db654dbdd559cce7119769c7eb26a309d702d 14924 
libnglib-dev_4.9.13.dfsg-7_amd64.deb
 80d0f5dfa6a5e2265126f352fe7eb4971d0f0bf3f9a201af25f79a3eab0c0b3e 1092960 
libnglib-4.9.13_4.9.13.dfsg-7_amd64.deb
 2fea03dac6d469f00b3b8c4b82642f991a7a74af2472b46933e66e7c76fddb50 125618 
netgen-headers_4.9.13.dfsg-7_amd64.deb
Files: 
 0eafa437daa5203c9b75bb4eef39bc8a 2635 math optional netgen_4.9.13.dfsg-7.dsc
 2d56642ca673106837bcd08ff9913d57 1829916 math optional 
netgen_4.9.13.dfsg.orig.tar.gz
 67d5c52a0e167dfc7d7d356ae8fc9aa1 26176 math optional 
netgen_4.9.13.dfsg-7.debian.tar.gz
 5404a6d658ad333d87e05e027df1172c 155560 doc optional 
netgen-doc_4.9.13.dfsg-7_all.deb
 d3730d919d8fc3297cff7a4a50b62108 1263032 math optional 
netgen_4.9.13.dfsg-7_amd64.deb
 b3a171a8aa70fd9580fd4e0d4bbcd665 14924 libdevel optional 
libnglib-dev_4.9.13.dfsg-7_amd64.deb
 af11df59e1b30b6af1f5eb5d7037826e 1092960 libs optional 
libnglib-4.9.13_4.9.13.dfsg-7_amd64.deb
 8c15882f05e2bcebb6a5420b23226f16 125618 libdevel optional 
netgen-headers_4.9.13.dfsg-7_amd64.deb

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

iQIcBAEBCAAGBQJSFm5xAAoJEIh7YGGLPBauYVEQAKLDD5lOd4CyDS7DCXArc7iN
S7dNalik7ruPALrn3qL0Nym8lOfGiHeIJMeQkj/AbOd1ny99kDv7cy7VBGtScLHa
TXyHuvvFVg/txKBRF0dlw1oCRMyc5oigYgCRTuEp7oPegbNrGoNzbDqgWBkuvzdm
Kbef+gCXrswsUqXG/B10EJZvPNfJCqn8nzUScRyhWWZc2GjalOvbAtYM8lop801h
3EOGMS6L4x3JjaZDam2VpQ4JJkWqiwROcUwGUCrYtX1ZaZlA5wx6Z7N2xh3pfEHz
Um1izT0X6zrosYFEtNo9zQOaDId3+MovrJp6HQsgI7frt12cgGGhSMmXranr5dyB
miy7HQMTDjNBNOrzkPYV1wt8DKXpgK+XPP8LTjGzebXiF+irh089Sz7EOlkKMB5z
B8wUCNWlUENJAI/9XjNQSIazAzGXbS/J5K18uHv4h54QBodm4caSLnlK+araaXOp
A/YILzpKGIUVkd9frdN/v6NANMSAiNp2Hpib/PYiSF5N3ousC+2EVhE0gI6LHXzN
Ouq71TRenFtamF6m5TJ8SmXyOo8mZmUDA2U4bsuvBSdte/T6cDui8gFDNr+Fm6s9
xuMFpOEhkcl8qDpxFHlV8s9rbdQhzkPX0ZPKlJfCR0W7exf78OHR3Qtizh8IB6eG
cKUD4CweMAeBzvHy/epr
=OaW4
-END PGP SIGNATURE-


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



Accepted zabbix 1:2.0.8+dfsg-1 (source amd64 all)

2013-08-22 Thread Dmitry Smirnov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 23 Aug 2013 05:37:20 +1000
Source: zabbix
Binary: zabbix-agent zabbix-frontend-php zabbix-proxy-mysql zabbix-proxy-pgsql 
zabbix-proxy-sqlite3 zabbix-server-mysql zabbix-server-pgsql
Architecture: source amd64 all
Version: 1:2.0.8+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Haas h...@debian.org
Changed-By: Dmitry Smirnov only...@debian.org
Description: 
 zabbix-agent - network monitoring solution - agent
 zabbix-frontend-php - network monitoring solution - PHP front-end
 zabbix-proxy-mysql - network monitoring solution - proxy (using MySQL)
 zabbix-proxy-pgsql - network monitoring solution - proxy (using PostgreSQL)
 zabbix-proxy-sqlite3 - network monitoring solution - proxy (using SQLite3)
 zabbix-server-mysql - network monitoring solution - server (using MySQL)
 zabbix-server-pgsql - network monitoring solution - server (using PostgreSQL)
Changes: 
 zabbix (1:2.0.8+dfsg-1) unstable; urgency=low
 .
   * New upstream release [August 2013].
   * Build with unixodbc-dev and --with-unixodbc.
   * frontend-php to Recommend php5-ldap which is needed for LDAP auth.
   * Dropped ZBX-5924.patch (applied-upstream).
Checksums-Sha1: 
 2bdcb015d623d845f90b55af4fc80ec2a479c403 2486 zabbix_2.0.8+dfsg-1.dsc
 7889e93e2295178aaf619478920b5c59be17d743 5314732 zabbix_2.0.8+dfsg.orig.tar.xz
 0e901bf88121783d3fe8c32fa4c792fd6dc27755 32776 
zabbix_2.0.8+dfsg-1.debian.tar.xz
 efa3dd77a47569c212a1a3d765e2889862afac87 268524 
zabbix-agent_2.0.8+dfsg-1_amd64.deb
 c8a0753539dd71669a1885b18ee92ef4f8accf9b 2331504 
zabbix-frontend-php_2.0.8+dfsg-1_all.deb
 0eaf4d199fa3543db9b7fe4d6912f1170a2b1e48 451200 
zabbix-proxy-mysql_2.0.8+dfsg-1_amd64.deb
 cff6ec6c8c6dbbff1cb92a56e9cfe8dc1c3e9370 451304 
zabbix-proxy-pgsql_2.0.8+dfsg-1_amd64.deb
 a7205b43407ce256c71a4096f1026a6146f1a1e6 427108 
zabbix-proxy-sqlite3_2.0.8+dfsg-1_amd64.deb
 26504fe8469f65bcec06c4dc3964ebd016691d1c 1619218 
zabbix-server-mysql_2.0.8+dfsg-1_amd64.deb
 2916a680caac3af34c7ff7f03b6f0b061c2ef5ad 1619388 
zabbix-server-pgsql_2.0.8+dfsg-1_amd64.deb
Checksums-Sha256: 
 6ff9f599e16b444665dbd08af911131a00201287de11eb29048f8fce261d2c73 2486 
zabbix_2.0.8+dfsg-1.dsc
 0a6f5d1ff7dc0a2d72629e231a1a1318efca8bc44ff0a63b5b8e9e882ad27f15 5314732 
zabbix_2.0.8+dfsg.orig.tar.xz
 b2fa33303f5d47d096a270d6244efa13c20b6bc0507842e9b1758d2e9cb9 32776 
zabbix_2.0.8+dfsg-1.debian.tar.xz
 a7a7f7dfb64b46973939ec1f6915c607fa60edadf35bfb77f9687708b04a39f8 268524 
zabbix-agent_2.0.8+dfsg-1_amd64.deb
 bf070ed7cac2f043e1599f34c78f66889930ad32523d230dff12ee7aed0e894b 2331504 
zabbix-frontend-php_2.0.8+dfsg-1_all.deb
 bd2d2b0dcca6bd9741b50f89c548aef17079c4c01702d0db0e444257bb459776 451200 
zabbix-proxy-mysql_2.0.8+dfsg-1_amd64.deb
 1b7f2288eee36a18ad10593d928e96bc3d429895752c3b8b6591f5f9136eecc9 451304 
zabbix-proxy-pgsql_2.0.8+dfsg-1_amd64.deb
 79cb73b1e06db7115b418c99e4437102fd4451b4446a994e025b9bdcd5647ccd 427108 
zabbix-proxy-sqlite3_2.0.8+dfsg-1_amd64.deb
 bb982199e6d7f6a04b993b1a4465110994129dad547107653899560d14650fa1 1619218 
zabbix-server-mysql_2.0.8+dfsg-1_amd64.deb
 16c6f04f05d13e950504953d87c83dd867899d927a3e408a13a1c529a435fcd6 1619388 
zabbix-server-pgsql_2.0.8+dfsg-1_amd64.deb
Files: 
 4e36defeebbff2fab5fb02c5ab52d513 2486 net optional zabbix_2.0.8+dfsg-1.dsc
 e5d99ad4f73b5e34b6808de8b3c8f86f 5314732 net optional 
zabbix_2.0.8+dfsg.orig.tar.xz
 95d1d1a38039f2de851b1e5a78d46484 32776 net optional 
zabbix_2.0.8+dfsg-1.debian.tar.xz
 3dfcc415fc1c8b936fe46df058dfb239 268524 net optional 
zabbix-agent_2.0.8+dfsg-1_amd64.deb
 253453f046b0f54248a7d1d84a6fa1ea 2331504 net optional 
zabbix-frontend-php_2.0.8+dfsg-1_all.deb
 73454a8d404788bc91e728e48c89bca4 451200 net optional 
zabbix-proxy-mysql_2.0.8+dfsg-1_amd64.deb
 a80f27cfdf648664bdebcf5d726f9b3c 451304 net optional 
zabbix-proxy-pgsql_2.0.8+dfsg-1_amd64.deb
 4d1afe2358590954a477a1b855e7031f 427108 net optional 
zabbix-proxy-sqlite3_2.0.8+dfsg-1_amd64.deb
 0988653197431592527c22afac26a3dd 1619218 net optional 
zabbix-server-mysql_2.0.8+dfsg-1_amd64.deb
 94fd97ef5108d2f8804400e8e2f96f4f 1619388 net optional 
zabbix-server-pgsql_2.0.8+dfsg-1_amd64.deb

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

iQIcBAEBAgAGBQJSFmrtAAoJEFK2u9lTlo0beiAQAJa+a9i92/wHcb4YeHfao48t
gG/FQ8s7th2u4h6FX4g6eJm8LbpRbSO3zAbpc6u9oMPhjOhNQ+cUfNkwEZLGvgDX
5lg46ECCSH3dOTINfHcIZDEngrz0nhAzwNS+BQ3cPzbTvSvtdPlMYnTKi02X+MYF
JUxzDOgGMTg6koCU3puVXsNgOZw3P1vNpZY6/O5xsiN5Pi/TM1xwgqJolBiCUlRq
UUftwROMLHy/CykM6pNNuy69aYuyqK177uIb97eMy3Uc26p9mD1Oj5N7+6KFQ8lx
tjNVVoToGznYzvDww2byBD/VrVITNbNOAcLt9lcfXxQwL1Ouut+df7eoyQv611oQ
M1ZwwpVzKk/xvNsWDu42eMkpQKiZeEE0Jh6WeirVIgcr7gA8EnE/a3l8p6R60LN4
bzEHMvchSrwFkVevTGdkGnuWL78myUtKdJA/GgvIAG6rcu/pyKqo9igH19Qqq/ZP
lMzum/GlnDloSKsi8MiPQoKOg9wP5zcEj1oa+NCZWc2d6WWcZ89C1SXrnkhSeuaH
QaL8y1P1XTPONkttDmYLEj2QMxJQZc5zS782yp0eyVwP7kT75DRM1T9fJscEX5MV
TW17RHDoQxRdnlRv/jpUpnN9Q0NL1Xtn8K05YKAmy62Lrcb2wpi00dyoUS866Fvd
02Z41AH4JZkhlPc7BIVq
=U1/G

Accepted gnome-shell 3.4.2-15 (source all amd64)

2013-08-22 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 22:29:45 +0200
Source: gnome-shell
Binary: gnome-shell gnome-shell-common gnome-shell-dbg
Architecture: source all amd64
Version: 3.4.2-15
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 gnome-shell - graphical shell for the GNOME desktop
 gnome-shell-common - common files for the GNOME graphical shell
 gnome-shell-dbg - Debugging symbols for GNOME Shell
Changes: 
 gnome-shell (3.4.2-15) unstable; urgency=low
 .
   * Add patches from upstream to replace custom shader (which is causing
 problems with recent clutter versions) with builtin ClutterEffects:
 - 0001-windowManager-Remove-unused-function.patch
 - 0002-windowManager-Remove-animate-parameter-from-un-dimWi.patch
 - 0003-windowManager-Replace-custom-shader-with-builtin-Clu.patch
 (First two patches are included only to make the third one apply)
Checksums-Sha1: 
 d3295b92f7425f23188ade16379a00b0782b3921 3315 gnome-shell_3.4.2-15.dsc
 8351a04c6803c30e38a2bb147e56d23fe68eb7e5 40235 
gnome-shell_3.4.2-15.debian.tar.gz
 d7ccb325ae32fecddac1156973d22199c0142656 665454 
gnome-shell-common_3.4.2-15_all.deb
 7edfd947f1f2fc276fed541f51498ac21c44b440 276164 gnome-shell_3.4.2-15_amd64.deb
 8e3a34e275745cfaa7aa0f42fb826093894dfc32 709996 
gnome-shell-dbg_3.4.2-15_amd64.deb
Checksums-Sha256: 
 40cab1ab0b866bcb0a303ef17edd56cc56888123d2a71d5a433b0e163aa2aa02 3315 
gnome-shell_3.4.2-15.dsc
 35c3f9feaf7c75801114503350d71d505a31183a28aa49df293318500910c822 40235 
gnome-shell_3.4.2-15.debian.tar.gz
 66e2f345e7a1a000aa19ca32b4e23c51c32586d289d7101d7edf406094c2bdd8 665454 
gnome-shell-common_3.4.2-15_all.deb
 297b85ec9805b0c803e6a0002f789ca242bb1d3bbffd2a19688198d3ad1c8507 276164 
gnome-shell_3.4.2-15_amd64.deb
 df835d986ac1a10fe0f3a2bd8ae30dbb74eff7b3c22c10f6d79b61add5184530 709996 
gnome-shell-dbg_3.4.2-15_amd64.deb
Files: 
 f55b0899408e553da80d129a58fcc20d 3315 gnome optional gnome-shell_3.4.2-15.dsc
 0568593b08fd5f23ac3471d5dfb5e9df 40235 gnome optional 
gnome-shell_3.4.2-15.debian.tar.gz
 3415e550873777b623c8b7987bba42d2 665454 gnome optional 
gnome-shell-common_3.4.2-15_all.deb
 dd5608050a3c3a6cb11b219e34c375e4 276164 gnome optional 
gnome-shell_3.4.2-15_amd64.deb
 8d43b81326fff450e9f58f5246ff6062 709996 debug extra 
gnome-shell-dbg_3.4.2-15_amd64.deb

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

iQIcBAEBCAAGBQJSFnY5AAoJEGrh3w1gjyLcLa4P/0k65imZ1HFR1c70uuJ77JOT
Rm+pcLJCikL+LWu7C5gIo8ZZvLM9bOL46hCTaL00KAy1ZULCQ0hEWbVsoGcQQBtH
E8hYnOHXQnrPaCEDsIkGF6ppPdBS3ESQaj4NqPYtZB41PnLuL+/3Z3LZZciB237q
+uvTJ7K6x/4oS3pTvCtOWr0EiMPnofXufKeRwqlBGP1NkwBCYbNJrOguCnsZVrC3
6SAzR8uO5jxkgoDuJ/zvR5yKgUcT3hogL58m0tsvT2So2LfQHSvWFH5KRjWnTO0k
H8ewdb/yIChF2Q4yPflYWNBJ6x/Dmm+syJSBhYuvdJ5CXdQkTXGkdhVFp4muFjOj
lhLWWZia4O/8NE48bQG4hU0aK1ECtl2gL1tKZ20ugPJoSFLLtatQ2p9cks7+3+jF
ufwvvgep+1yr3LdoMtd/EvGkFH/tu4A5TiRGkFv35PuW9AkWCcnrVMBv2nyt+XOE
jsuk3FxQip7O3P9tlJIaETMeqO8ZOG57qoYsgAmiPbQE0TCpGljBz9OE6icMHoPx
8TM8E6GJuzEe6G9vcAH/KjwvR74BDARCkt6yd0nyNoarrXJ+Jg1U6eBNYUqQqSKA
CrzLA4p0b2ciRf8rrPdrYTY0/CLk3HGKOM25JkZ0jQZEiPnXJ8l1q6VO2TF0Ro99
9annIesl1NaFjEOCGBRV
=sL5i
-END PGP SIGNATURE-


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



Accepted pycryptopp 0.6.0.20120313-1 (source amd64)

2013-08-22 Thread Micah Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 22 Aug 2013 16:31:55 -0400
Source: pycryptopp
Binary: python-pycryptopp python-pycryptopp-dbg
Architecture: source amd64
Version: 0.6.0.20120313-1
Distribution: unstable
Urgency: low
Maintainer: Bert Agaz berta...@ptitcanardnoir.org
Changed-By: Micah Anderson mi...@debian.org
Description: 
 python-pycryptopp - Python wrappers for the Crypto++ library
 python-pycryptopp-dbg - Python wrappers for the Crypto++ library (debug 
extension)
Changes: 
 pycryptopp (0.6.0.20120313-1) unstable; urgency=low
 .
   * Update debian/watch
   * Refresh patches
   * Import new upstream version
   * Fix installation of README, renamed to README.rst
Checksums-Sha1: 
 4dc0971fd33e070192497879fdbb3c79ede8cf93 2231 pycryptopp_0.6.0.20120313-1.dsc
 773008d41d5c135a5bd899cd4c4a51ee54a97e39 2009822 
pycryptopp_0.6.0.20120313.orig.tar.gz
 5a4542a8f8fd620214e2dc47943fedebb02b3948 5297 
pycryptopp_0.6.0.20120313-1.debian.tar.gz
 ce7d1460410dc12c5f297483815e34c90e0bbfad 1416532 
python-pycryptopp_0.6.0.20120313-1_amd64.deb
 3b7a963ddcdfbd1c6f14b3d78eb0b682243cca31 974822 
python-pycryptopp-dbg_0.6.0.20120313-1_amd64.deb
Checksums-Sha256: 
 1755743c4f88762c2e31b9197d5eecf63a85095f2bfdf8fcf70c0662018b2f1c 2231 
pycryptopp_0.6.0.20120313-1.dsc
 116158917bd243da2701cfeba9a6374854bc9a599d1466e1a2dbadf37c802059 2009822 
pycryptopp_0.6.0.20120313.orig.tar.gz
 c221189323dfd834998defd93734fb082939efbd6bb866ed490a405249df7668 5297 
pycryptopp_0.6.0.20120313-1.debian.tar.gz
 527c41a9f144e835c37287577e78b60a080ab2f241684a20fa92b6dd778d0525 1416532 
python-pycryptopp_0.6.0.20120313-1_amd64.deb
 46bf999530dfc384adc62758bab87e1eebdd20031c19ac1c2b8d48b9c474aea1 974822 
python-pycryptopp-dbg_0.6.0.20120313-1_amd64.deb
Files: 
 a5c128a8ddbe5fea34cb6327e151e333 2231 python optional 
pycryptopp_0.6.0.20120313-1.dsc
 ce38fbe03705d27da408c78b56eb1947 2009822 python optional 
pycryptopp_0.6.0.20120313.orig.tar.gz
 db6a92e98ad8a8b4e7122c9c0945dea1 5297 python optional 
pycryptopp_0.6.0.20120313-1.debian.tar.gz
 c4f7af45036b39f9935ffbce09cb23db 1416532 python optional 
python-pycryptopp_0.6.0.20120313-1_amd64.deb
 d3ad2fb58ad6147b224a32d1f74553e6 974822 debug extra 
python-pycryptopp-dbg_0.6.0.20120313-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJ8BAEBCgBmBQJSFn5fXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0Nzc3NTM1RkU1NDcxNTYyNjI2MDc3QjU4
Q0JGOUEzMjI4NjFBNzkwAAoJEIy/mjIoYaeQUVsQAJMfm3FRw/qnBS+qQbXEUII5
jNCuaQ+vhCvZYqyGL7Anl0NuEfcwdtepXCSovHIOst9hq2cbIwo3mHa42W5lQXWJ
CENgS+oQtwCKff69Sx1eb4SiUuRZSNqTtfKpzWECGNZSXvT7PJiLLbWdE1wsz5da
3ewpHqtQov6NnHJATTr4wPLvi11DGGblj3+BeYrzleYfz4T3CmzfrWDmV5r6kh36
Oq0Q9ZdWIGAQJUtEhFxPbKY8MshSJfnf8DqRoJcJlBcJiiqDE3ZRIBs8O+zIWOQo
yGt30U9myc6F4pZWlshH3klobkFflkGzqBM8OHLcHJPlHlLNsp2zicHttBbocGM8
yomouE1Mr6BNEFyaa9PHj4sapZjEuuQma/zVae4/dlijtCsdrnB5ZxGjWtV35lOT
1uHuyFmVGVNkv0cdifH/H3Ltw8Zbiov4PcLkAma1CRWhxHOpdG/oFOpzlv21/vZE
UHvlhQsLC6by7kPPStRieZbhmgpZCn7cfKjIotU38pjjbiZ/2PSLXeHoQxWTpNE8
VrsrvSOgTWVgs3VKh7NkBWrBMGeM2T/ROWoZV+BxdVA0pj7vzmo3N1vfNuqLr3Oa
zvaXMA0qgBC5i02fHL9yByhI3quUcfTk+Fc8GhYILqTRiSK6WaY9b9x0RtVgVHF3
CcXUCgcJ7AFwg3TrGdUw
=jYau
-END PGP SIGNATURE-


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



Accepted libgpg-error 1.12-0.1 (source amd64)

2013-08-22 Thread Daniel Leidert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Aug 2013 22:49:55 +0200
Source: libgpg-error
Binary: libgpg-error-dev libgpg-error0 libgpg-error0-udeb
Architecture: source amd64
Version: 1.12-0.1
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo js...@debian.org
Changed-By: Daniel Leidert dleid...@debian.org
Description: 
 libgpg-error-dev - library for common error values and messages in GnuPG 
components
 libgpg-error0 - library for common error values and messages in GnuPG 
components
 libgpg-error0-udeb - library for common error values and messages in GnuPG 
components (udeb)
Closes: 689604 689621 711995
Changes: 
 libgpg-error (1.12-0.1) unstable; urgency=low
 .
   * NMU
   * New upstream release (closes: #711995).
   * debian/clean, debian/*.dirs: Removed unused file.
   * debian/control: Added generic Vcs-Browser and Vcs-Svn.
 (Standards-Version): Bumped to 3.9.4.
 (Build-Depends): Added versioned autotools-dev (closes: #689621).
   * debian/copyright: Updated.
   * debian/docs, debian/libgpg-error0.docs: Removed. Installed files via
 debian/rules.
   * debian/libgpg-error0.install.in: Renamed to debian/libgpg-error0.install
 and dropped sed stuff.
   * debian/libgpg-error0.symbols: Added.
   * debian/libgpg-error-dev.links.in: Put into debian/rules.
   * debian/rules: Rewritten for dh 7+. Enabled hardening. Dropped linking.
   * debian/watch: Minor update.
   * debian/patches/: Removed patches and dpatch leftovers (closes: #689604).
   * debian/patches/l10n_update.patch: Dropped (shipped with new release).
   * debian/patches/series: Emptied.
Checksums-Sha1: 
 88ed6dde68d1258e8d9d16fd768fd4872a928218 1485 libgpg-error_1.12-0.1.dsc
 259f359cd1440b21840c3a78e852afd549c709b8 489266 libgpg-error_1.12.orig.tar.bz2
 9524a7adbce65487ba7809877e2481fa9ca63077 6013 
libgpg-error_1.12-0.1.debian.tar.gz
 2c3d74486a8f917f6fbddf528a4d92881748d30b 28026 
libgpg-error-dev_1.12-0.1_amd64.deb
 5bd3272ff80e68fbb1154e3e60caba65dbf5f9d8 56388 libgpg-error0_1.12-0.1_amd64.deb
 a9f419e943c370df6735d06d3dfa0ca809b97b78 6050 
libgpg-error0-udeb_1.12-0.1_amd64.udeb
Checksums-Sha256: 
 00de6b50f5cb1dba4182053c2d1e59cb12d889ecde7f0c86a1567ec2c332ded8 1485 
libgpg-error_1.12-0.1.dsc
 cafc9ed6a87c53a35175d5a1220a96ca386696eef2fa059cc0306211f246e55f 489266 
libgpg-error_1.12.orig.tar.bz2
 c10c871eec166eae5437c4204cab7e9390e49ebba04a35561585431bf4fd3c60 6013 
libgpg-error_1.12-0.1.debian.tar.gz
 e03c59d3eeb0fe83a6e899136a2d350c3f940c90d6780446ed53f8a81e767818 28026 
libgpg-error-dev_1.12-0.1_amd64.deb
 fe496dc91b6ddbe8cc489a311dc14b6ed15ab091b823eb2d4cd9e11e08d67126 56388 
libgpg-error0_1.12-0.1_amd64.deb
 21a000fdb112a0a610758ed5982e10b11d8279dc7c7ffa312f362e45f62c1d0a 6050 
libgpg-error0-udeb_1.12-0.1_amd64.udeb
Files: 
 e489e335f541ed0052a0355d4fcf8bd6 1485 libs standard libgpg-error_1.12-0.1.dsc
 8f0eb41a344d19ac2aa9bd101dfb9ce6 489266 libs standard 
libgpg-error_1.12.orig.tar.bz2
 e4d73639fc0f598bc44e46aed194c643 6013 libs standard 
libgpg-error_1.12-0.1.debian.tar.gz
 0a14f0f43c5fac8dfd724610cfd455b0 28026 libdevel optional 
libgpg-error-dev_1.12-0.1_amd64.deb
 114ece3c8af4a4047a12499906049b47 56388 libs standard 
libgpg-error0_1.12-0.1_amd64.deb
 4c1bc58eb544983d38c1f798ae715372 6050 debian-installer optional 
libgpg-error0-udeb_1.12-0.1_amd64.udeb

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

iEYEARECAAYFAlIJTT8ACgkQm0bx+wiPa4xmngCfYp+iot/o5Rgya3amqaXQ4tlD
MFQAoNYcGQ7YgC/XUNWSi2ydownXVdjy
=Zsy9
-END PGP SIGNATURE-


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



Accepted clutter-gst-2.0 2.0.6-1 (source all amd64)

2013-08-22 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 23:33:12 +0200
Source: clutter-gst-2.0
Binary: libclutter-gst-2.0-0 libclutter-gst-2.0-dev libclutter-gst-2.0-dbg 
libclutter-gst-2.0-doc gir1.2-clutter-gst-2.0 gstreamer1.0-clutter
Architecture: source all amd64
Version: 2.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gir1.2-clutter-gst-2.0 - Gobject introspection data for Clutter GStreamer 
elements
 gstreamer1.0-clutter - Clutter PLugin for GStreamer 1.0
 libclutter-gst-2.0-0 - Open GL based interactive canvas library GStreamer 
elements
 libclutter-gst-2.0-dbg - Open GL based interactive canvas library GStreamer 
elements (debu
 libclutter-gst-2.0-dev - Open GL based interactive canvas library GStreamer 
elements (deve
 libclutter-gst-2.0-doc - Open GL based interactive canvas library GStreamer 
elements (docu
Changes: 
 clutter-gst-2.0 (2.0.6-1) unstable; urgency=low
 .
   [ Iain Lane ]
   * Add Build-Dep on libcogl-dev, per configure.ac.
 .
   [ Michael Biebl ]
   * New upstream release.
   * Upload to unstable.
   * Bump Standards-Version to 3.9.4. No further changes.
Checksums-Sha1: 
 5b311afc95b14c64e4bb86e520b6af52f3392776 2738 clutter-gst-2.0_2.0.6-1.dsc
 107fe6323a837a47d1e86a92a5d9df3f8f9347c2 355128 
clutter-gst-2.0_2.0.6.orig.tar.xz
 f413c4333114d10729c62325369fcf94cef7913c 5196 
clutter-gst-2.0_2.0.6-1.debian.tar.gz
 77b49222c1bc64a136d9d758313704275709bd64 24742 
libclutter-gst-2.0-doc_2.0.6-1_all.deb
 0c79155304fff3822b3bbc12dacf144ce7e14724 34614 
libclutter-gst-2.0-0_2.0.6-1_amd64.deb
 fda47016d13aec8bcf0241c2b77a7988fb4a4f1b 75488 
libclutter-gst-2.0-dev_2.0.6-1_amd64.deb
 0bfc44ab02ef90a6ceaa4c68b6156c988c24e563 104856 
libclutter-gst-2.0-dbg_2.0.6-1_amd64.deb
 71dd7d36f6f5980f251aaa39794a0d61319a790f 11028 
gir1.2-clutter-gst-2.0_2.0.6-1_amd64.deb
 e39542737a27a877b04b490f337a5c228a8bd2ce 24362 
gstreamer1.0-clutter_2.0.6-1_amd64.deb
Checksums-Sha256: 
 15f3256904129368bc4c666abb002c303ebdc68ed2fd54c2806fc4d384e949e3 2738 
clutter-gst-2.0_2.0.6-1.dsc
 0ecc5630b0578968201802b831a75904a26e6ffe38fb8b60209ef9da51f8b258 355128 
clutter-gst-2.0_2.0.6.orig.tar.xz
 0d1962dc58616b7b75b105ffe03c36b7a699010ef2218b0a306fc6b5bdf33935 5196 
clutter-gst-2.0_2.0.6-1.debian.tar.gz
 f7814c2cb9ac29bdf91820434863b9c4b3361f070fb5c19ec30ee45c8d02f58f 24742 
libclutter-gst-2.0-doc_2.0.6-1_all.deb
 0b0f6dd9020d81b8d5a4c80e91358a8aace4a7f7ecc727916f71a16cb52d32f3 34614 
libclutter-gst-2.0-0_2.0.6-1_amd64.deb
 03f8b7c97ef2c7d2c50c34f254efbaeca146f1743323b42d91497a5732e4e548 75488 
libclutter-gst-2.0-dev_2.0.6-1_amd64.deb
 1deb27ddd2485775d36c988a9f77d825ef10cc8af029444d774f108747c88dcf 104856 
libclutter-gst-2.0-dbg_2.0.6-1_amd64.deb
 d26486cf367eea3c7abce869980630ad4e7efdc092c7e362d0e33f493123f56d 11028 
gir1.2-clutter-gst-2.0_2.0.6-1_amd64.deb
 dcc1987c2f0dc5681e1e7dddeae23842a9290a20fbac1e1b2d753a84f09682a5 24362 
gstreamer1.0-clutter_2.0.6-1_amd64.deb
Files: 
 70b4175e3bb7757f974ed4e5b55597b5 2738 libs optional clutter-gst-2.0_2.0.6-1.dsc
 35f67cfc75c4aa545db0f8b0a1f0e7a0 355128 libs optional 
clutter-gst-2.0_2.0.6.orig.tar.xz
 9ba60eaebbb483c4bd0b39ba56845bfb 5196 libs optional 
clutter-gst-2.0_2.0.6-1.debian.tar.gz
 aa2df40d47fcbaf990b95b4d6f90c16d 24742 doc optional 
libclutter-gst-2.0-doc_2.0.6-1_all.deb
 c4ee4ff780c759400b9513c82eb7e5e4 34614 libs optional 
libclutter-gst-2.0-0_2.0.6-1_amd64.deb
 d5d7855fda71f00a25ea6cfa3699c13d 75488 libdevel optional 
libclutter-gst-2.0-dev_2.0.6-1_amd64.deb
 1b58c0b789c6d9f150729185a5d09298 104856 debug extra 
libclutter-gst-2.0-dbg_2.0.6-1_amd64.deb
 37a51e4ef3e5592542978f1ca6c46b25 11028 introspection optional 
gir1.2-clutter-gst-2.0_2.0.6-1_amd64.deb
 7baeb440a5aee317e3ec8c2b3237d488 24362 libs optional 
gstreamer1.0-clutter_2.0.6-1_amd64.deb

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

iQIcBAEBCAAGBQJSFoUYAAoJEGrh3w1gjyLcmXsP/jAUjmK9ZTY7xtGvSbIDRXJu
oRnv88MOdopjnnWCdMwoa8NBm1+GgsarUjD2nPwiJMu6bQwNhLAvUTStUyUNf+Nd
pB8sfQ7WFFkoFysSIduvFitn1NFPO7sQ3fUALK5fSt8UmO9MUe+gc7X24obrDF3a
2yAiru59Xio1NKsInEOlX0QePi3BsK2mF5fw0XD+q/e/kyozwJAw45W0ksZSw1Xx
zuh4LfoVTPQUdval89Hz5gIJnWOi8bBy623vWLUB/vdoVuztcRAM7drefYdUgFSo
iG63vD89bhCJZR+kjneMtnSZZVszJBIU/tPcWiKEpHOAmBVP9SV4W3Y7cUYd0IxL
hxRryxNmSST25W7lHHD8/a3wxCrq7zH26u25XGn44I3j+peRdd3ZHUS5sjE8Umis
UDg/sb5yB4/xoeEzx1I70om6Bx1j7NYjiGwD59CmtfSU5ZVON5tmDhmn+xIru/Yg
5bBas+KaYmSLryav/0vTOEVuC06hcS0MEm5CCzVPGJnIJVHn0Izsxv0GWzxmsWpV
ULLpiOMxStldoVs6dBFQQrbazxs2GeaWE+S9RJsJNxWv1PAQ4IDcZ3A5ITNxbqwp
7agMSo20sunnQ7L55rgPgn3dso7HWa5rPw26luYIiN/Ro8j3Ja0K8I908C4XtHGE
+QkKJ108soJEu7XL7dLq
=1B/8
-END PGP SIGNATURE-


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



Accepted boinc 7.2.11+dfsg-1exp3 (source all amd64)

2013-08-22 Thread Gianfranco Costamagna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 23:14:34 +0200
Source: boinc
Binary: boinc libboinc7 boinc-nvidia-cuda boinc-amd-opencl boinc-client 
boinc-manager boinc-dev libboinc-app-dev libboinc-app7 boinc-server-maker 
boinc-app-examples boinc-dbg boinc-server-dbg boinc-cgi-stripchart
Architecture: source all amd64
Version: 7.2.11+dfsg-1exp3
Distribution: experimental
Urgency: low
Maintainer: Debian BOINC Maintainers pkg-boinc-de...@lists.alioth.debian.org
Changed-By: Gianfranco Costamagna costamagnagianfra...@yahoo.it
Description: 
 boinc  - metapackage for the BOINC client and the manager
 boinc-amd-opencl - metapackage for AMD/ATI OpenCL-savvy BOINC client and 
manager
 boinc-app-examples - example binaries for BOINC servers
 boinc-cgi-stripchart - CGI script for plotting basic statistical graphs
 boinc-client - core client for the BOINC distributed computing infrastructure
 boinc-dbg  - debugging symbols for BOINC binaries
 boinc-dev  - development files to build applications for BOINC projects
 boinc-manager - GUI to control and monitor the BOINC core client
 boinc-nvidia-cuda - metapackage for CUDA-savvy BOINC client and manager
 boinc-server-dbg - debugging symbols for BOINC server binaries
 boinc-server-maker - BOINC server applications and data files
 libboinc-app-dev - development files to build applications for BOINC projects
 libboinc-app7 - libraries for BOINC's scientific applications
 libboinc7  - libraries of BOINC the client depends on
Changes: 
 boinc (7.2.11+dfsg-1exp3) experimental; urgency=low
 .
   * Tweaked again hurd patches, now the missing
 MAXPATHLEN should have been addressed
Checksums-Sha1: 
 00514958219ee01ad5b4bd40da7b463a152c134c 2867 boinc_7.2.11+dfsg-1exp3.dsc
 1145aeacd4c8e9c63e29b6e8630b81119460926d 548438 
boinc_7.2.11+dfsg-1exp3.debian.tar.gz
 d8c509e3b6a70cc4582b6f43f77a3900493c440e 39216 boinc_7.2.11+dfsg-1exp3_all.deb
 9d8d2b87f682c899e33b34051881727e91531b93 155838 
libboinc7_7.2.11+dfsg-1exp3_amd64.deb
 8d64b883fe12ebd60d45f913cd5598368b53443f 39182 
boinc-nvidia-cuda_7.2.11+dfsg-1exp3_amd64.deb
 1214ea9ca67220a02acaca9fef1f8ae528261803 39294 
boinc-amd-opencl_7.2.11+dfsg-1exp3_amd64.deb
 0d53111877cab5257f652cf9000875b1e02378ab 362800 
boinc-client_7.2.11+dfsg-1exp3_amd64.deb
 02f39335f05190f769e3b26fba9a73749072ddbd 1177226 
boinc-manager_7.2.11+dfsg-1exp3_amd64.deb
 3b03ffbf8b2e40cd159d479eebed01192b39b9d2 38874 
boinc-dev_7.2.11+dfsg-1exp3_all.deb
 8de355a92fcd0ac650e7778722db71fe15f5b39b 119466 
libboinc-app-dev_7.2.11+dfsg-1exp3_all.deb
 acd24c29d23f6317a2f7eea508ca5a7a3e6404cc 70562 
libboinc-app7_7.2.11+dfsg-1exp3_amd64.deb
 76c9692fb9590d9d920e2a83adc35a4bb9e2ff22 3601570 
boinc-server-maker_7.2.11+dfsg-1exp3_amd64.deb
 09fc321a23435219a0990ee4d86e60f2e03c9b65 340920 
boinc-app-examples_7.2.11+dfsg-1exp3_amd64.deb
 ce76d7a94376caf52543c74a98313c8fb6665403 13988908 
boinc-dbg_7.2.11+dfsg-1exp3_amd64.deb
 49a7e943001fed26f12bcbdec06b196b4db20de0 39046 
boinc-server-dbg_7.2.11+dfsg-1exp3_amd64.deb
 65dbb739e89577243d4259853fbae9abec6695a9 49410 
boinc-cgi-stripchart_7.2.11+dfsg-1exp3_all.deb
Checksums-Sha256: 
 34d2e3a85e54bb624589e85ce58b7d8c6f1146f2b15be7ab0dfe0419c9b4cc46 2867 
boinc_7.2.11+dfsg-1exp3.dsc
 fd106b0e810d5fe82a59c05662c9691350575b55e6e361b2d475b9ef732b9e42 548438 
boinc_7.2.11+dfsg-1exp3.debian.tar.gz
 19150abd10ec3419295672fd5d5183aac14fa13c497539d9fb3a0cc88ac5c7b6 39216 
boinc_7.2.11+dfsg-1exp3_all.deb
 0b21848cbc9d3d769be17cc2c0bb2f8f7dd4adf8e568ab05dcd89e4bf70206fe 155838 
libboinc7_7.2.11+dfsg-1exp3_amd64.deb
 d1b9d57f82ac1920107f12e33157f1680429a18dce409af9fd6ea26a63e7e89b 39182 
boinc-nvidia-cuda_7.2.11+dfsg-1exp3_amd64.deb
 5246e4d1fd3e03fcb4aaa980f46b052c26626aca79f985f481e8721961b48c8d 39294 
boinc-amd-opencl_7.2.11+dfsg-1exp3_amd64.deb
 964f9f8eb72f66e26fe2f64a01c120fe21e2c67b18e8abe9decf260d6c20d856 362800 
boinc-client_7.2.11+dfsg-1exp3_amd64.deb
 4548c758071ce58862ac23de65b01025c845173e7d2925ed7e1986a6553d71c3 1177226 
boinc-manager_7.2.11+dfsg-1exp3_amd64.deb
 3662728789926a8d4b8c93db178184930b9d2d2626e48e314795f5c008092bb7 38874 
boinc-dev_7.2.11+dfsg-1exp3_all.deb
 843e2a52eec2ad497e727d9101ef3f34f06ce14533af857f19bdb351e0f5f109 119466 
libboinc-app-dev_7.2.11+dfsg-1exp3_all.deb
 8dac1b7a6f071db726ba0615a02d89e24a0989e0099096be093cd74068a8ca11 70562 
libboinc-app7_7.2.11+dfsg-1exp3_amd64.deb
 4d63b4f928ccf970eed9ab5f4af82d464905ebd41af7162636083b22340d9a12 3601570 
boinc-server-maker_7.2.11+dfsg-1exp3_amd64.deb
 a3744de9cd4825d67d0008350c104783af8c07238511cb09e94ca299ee20d393 340920 
boinc-app-examples_7.2.11+dfsg-1exp3_amd64.deb
 8595aed23c7ed6aa124a24663a5456efa7b6b86e95780f0023ef99d64a443291 13988908 
boinc-dbg_7.2.11+dfsg-1exp3_amd64.deb
 35f2b937a40ebc65393cbdfa9a2d257b4e868edd1d1f47e7a46d7f283f37a5eb 39046 
boinc-server-dbg_7.2.11+dfsg-1exp3_amd64.deb
 2db5f688db154ff41da2c23d0f4aaad79f6414d3365fae530e0d97374c5e2d71 49410 
boinc-cgi-stripchart_7.2.11+dfsg-1exp3_all.deb

Accepted librdf-ns-perl 20130816-1 (source all)

2013-08-22 Thread Florian Schlichting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 23:49:20 +0200
Source: librdf-ns-perl
Binary: librdf-ns-perl
Architecture: source all
Version: 20130816-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Florian Schlichting f...@debian.org
Description: 
 librdf-ns-perl - just use popular RDF namespace prefixes from prefix.cc
Closes: 718116
Changes: 
 librdf-ns-perl (20130816-1) unstable; urgency=low
 .
   * Team upload
 .
   * Import Upstream version 20130816 (closes: #718116)
   * Update upstream copyright holder's name according to the change in POD
   * Bump Standards-Version to 3.9.4, without packaging changes
   * Update VCS-Git field to the canonical (according to lintian) value
Checksums-Sha1: 
 bc5a77cdd13045890bdcded8a39729e569bf96d6 2128 librdf-ns-perl_20130816-1.dsc
 08e0ab8487dd5f5c7d7a8ecb3d10da4f6f9f0f77 32578 
librdf-ns-perl_20130816.orig.tar.gz
 ba604eaf5d35e06b24eab017ed15f442ef156318 3951 
librdf-ns-perl_20130816-1.debian.tar.gz
 6e3d1e9914341b081006e21413da72a435538b6e 38712 
librdf-ns-perl_20130816-1_all.deb
Checksums-Sha256: 
 0842cd33942a7f71848e9b380de99370c3d3b62bd8ba9f4be6744c5c13e22e90 2128 
librdf-ns-perl_20130816-1.dsc
 acec88eaab28e9ebdb1f624e60848bc4072b0d84a32f88d841a6c5e64a3490cb 32578 
librdf-ns-perl_20130816.orig.tar.gz
 0f10dec9658462c80071e28508af89f0fa497259df9fa04481b10ba52450766b 3951 
librdf-ns-perl_20130816-1.debian.tar.gz
 33c9423f9f3c3a5e4e0f4c68a9745fd1671d416285799f1ead0d6d1f6bee9104 38712 
librdf-ns-perl_20130816-1_all.deb
Files: 
 6b88182838d8c2c3a8e99268686f0eb8 2128 perl optional 
librdf-ns-perl_20130816-1.dsc
 b6fe9fc455faad958c3fb24033ef639f 32578 perl optional 
librdf-ns-perl_20130816.orig.tar.gz
 3703446632e533fd1ea83b8cc5277b56 3951 perl optional 
librdf-ns-perl_20130816-1.debian.tar.gz
 0a2d3c5da7e92fec0280050436bedbe9 38712 perl optional 
librdf-ns-perl_20130816-1_all.deb

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

iQIcBAEBCAAGBQJSFoeRAAoJEBKXO25y3Ae1pI8P/3gTz9XA1N6VZmB4ISaHGH2r
hg6yD7tfYtCd9uwInGR7ZUEfKEUOZsSU5rKigedx4aqsJYH19yK3jbNDQ3GWZiET
VfKccwSZ2mgBAUY9aKbT4B/Vjh/FmAzom8bNxdioW2Kn78Lc+HM949paiJ1MW8PQ
MhvRTTfz9hbGlJhKFjXNKqqbP7ZNEIzy3rt7Do5PpoVtiiD+5yUlnj5dbeakIhwt
Dfaw4IbaLeCir+K4T2PDUMM66DAwuTTdnaQq+up32u8Lh2yh6O1Aez0RrJYBuftR
BilqNlO+5/Nna2vwiSHadoCd8CCNTU42qCLKVZ02cVw2V9T+1tpwfnV737R1WZbU
bJn5GXoAnNwDeIFW+QOeP79G1eehdxkwfCXsEneJGZ6vPa9pvXBC+9QPDlQRJDtb
6Fk9d8xqD3dzzgxmcR1wQm+xF1+14NOH/Vbl+cgsKGP1X2YYp7cLzFc0NiwuQhl/
uivxvt0kMXbrWODEo5TvcZ2Poo3BYsz/U1LD2TfCaImP5p4tNE+6BACcimhwEw0e
8rBKj4Jwk39kAGYQnkdcbRSta7aGX/c7zgsXuxlcrpVrtKrNj70FfUHJGY+3Ea5h
nsMloaVu/yZoP9KVVqiUbdMwLRN5yzd8jr93nTa7uDggjO/ZzImi3JL4xTQsj4Wn
EJLadcIuKYrgG4p54Zpm
=cyrk
-END PGP SIGNATURE-


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



Accepted libhtml-template-compiled-perl 1.001-1 (source all)

2013-08-22 Thread Florian Schlichting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 23 Aug 2013 00:09:11 +0200
Source: libhtml-template-compiled-perl
Binary: libhtml-template-compiled-perl
Architecture: source all
Version: 1.001-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Florian Schlichting f...@debian.org
Description: 
 libhtml-template-compiled-perl - Perl template system compiling HTML::Template 
files to Perl code
Closes: 719995
Changes: 
 libhtml-template-compiled-perl (1.001-1) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Florian Schlichting ]
   * Import Upstream version 1.001 (closes: #719995)
   * Drop spelling.patch, applied upstream
   * Drop no longer recommended Data::TreeDumper* dependencies
   * Add myself to uploaders and copyright
Checksums-Sha1: 
 075a05031531ffeece29cb0cc64fdfdb32f08be8 2437 
libhtml-template-compiled-perl_1.001-1.dsc
 41632bd6e1a0e99b25526a950a30077336371d31 131540 
libhtml-template-compiled-perl_1.001.orig.tar.gz
 bf71d4c5f45bd1add5d148058f0de686d333e1f8 2704 
libhtml-template-compiled-perl_1.001-1.debian.tar.gz
 b9b8e2bdaa8a1ff89cd34f1a2e4298936191836d 115418 
libhtml-template-compiled-perl_1.001-1_all.deb
Checksums-Sha256: 
 7c9ff6315eef3e3e6ea7563afedcf0635f70d77193ccc3309c787a4f236816ef 2437 
libhtml-template-compiled-perl_1.001-1.dsc
 c9befcd9349778bee99443148efef7441ea52ba7efa7ce64faf76b453993d50b 131540 
libhtml-template-compiled-perl_1.001.orig.tar.gz
 39b21194acd6c17500db5fe165848f1b4813d6d0cce9e9b01e48c9856df0558c 2704 
libhtml-template-compiled-perl_1.001-1.debian.tar.gz
 d93a69ace7a9fd9cb4d4ea9782f1c1c7f8f9e2cc9d48f217ebd49208e50bea71 115418 
libhtml-template-compiled-perl_1.001-1_all.deb
Files: 
 2df422ba4a6c0675f1f0daa3160650fb 2437 perl optional 
libhtml-template-compiled-perl_1.001-1.dsc
 ecb8134ed682a0be3cb3ae9e7e6e0cc4 131540 perl optional 
libhtml-template-compiled-perl_1.001.orig.tar.gz
 4b23cf3f71d5523b6ba394f6772168a5 2704 perl optional 
libhtml-template-compiled-perl_1.001-1.debian.tar.gz
 f59cbf1e814deb1f197eeeaabfe73f45 115418 perl optional 
libhtml-template-compiled-perl_1.001-1_all.deb

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

iQIcBAEBCAAGBQJSFozbAAoJEBKXO25y3Ae1KKcP/2e8rIj1jHttYhPdxKfQi+Kj
NQyOk+33dX5+EoZYmoBR4BE1FyK2KT8FL1GteBave/QXqcyNreesp4tX3nAT5njF
Xg4eplUV8j6PLhvRrXtK1g+NLJuDVObfUBJg8lTch8RhEEV+eGsLH0yOlwRxD+cw
OaCYX/djILpEudou6GXYA/M05dQT9p22LkJIxi76aT3v2QNMZ2SRHt9eRz1RlYPH
rRv4YevFdOg6wa/oV+3672hRnVarr75Ggi5rrn/ZzGNWAKaFSrCpr7IPyFWGzCdL
M8yORToeTCTG8sbWUutjlSJfKRYy5yXyEQS0o1uNxvXdixCMQtT242NISeDQvt9f
HSqcfsf3HZHMp3yrEtE+QfFBkoETQ0HNG4Z/oz4jjORB+XKuL46u/HOm6663kPD9
JlPd19hWVVL3+fqGgtgViO4acgF/0i0o0bKZJfgQwffXeOYQ81tPd/HXzlZr66Me
wmViE/yINfue14hyKhd+GMhdMNZ+dlh2hvaLHgEzaF0zIyfhBbWqFJ2EwexSmi0b
zrbnCBVtHXdfyhhby8CGXWQhIJ+EnjmWqiTQ22CBge1Jki7M4Rn+1WX8J8MfoV1L
tF8IOkLYgfY/p6Y2jWFPhIH+YRcZiCL1Ajon8m5k+CpFB7NtK9LNTBlrY+T6NM0o
QlkutGzu4chUmq19/Wsx
=YXvK
-END PGP SIGNATURE-


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



Accepted kfreebsd-9 9.2~svn254368-2 (source all kfreebsd-amd64)

2013-08-22 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 22:47:02 +0200
Source: kfreebsd-9
Binary: kfreebsd-source-9.2 kfreebsd-headers-9.2-1 kfreebsd-image-9-686-smp 
kfreebsd-headers-9-686-smp kfreebsd-image-9.2-1-amd64 kfreebsd-image-9-amd64 
kfreebsd-headers-9.2-1-amd64 kfreebsd-headers-9-amd64 
kernel-image-9.2-1-amd64-di nic-modules-9.2-1-amd64-di 
nic-wireless-modules-9.2-1-amd64-di nic-shared-modules-9.2-1-amd64-di 
serial-modules-9.2-1-amd64-di ppp-modules-9.2-1-amd64-di 
cdrom-modules-9.2-1-amd64-di scsi-core-modules-9.2-1-amd64-di 
scsi-modules-9.2-1-amd64-di scsi-extra-modules-9.2-1-amd64-di 
plip-modules-9.2-1-amd64-di floppy-modules-9.2-1-amd64-di 
loop-modules-9.2-1-amd64-di ipv6-modules-9.2-1-amd64-di 
nls-core-modules-9.2-1-amd64-di ext2-modules-9.2-1-amd64-di 
isofs-modules-9.2-1-amd64-di ntfs-modules-9.2-1-amd64-di 
reiserfs-modules-9.2-1-amd64-di xfs-modules-9.2-1-amd64-di 
fat-modules-9.2-1-amd64-di zfs-modules-9.2-1-amd64-di 
nfs-modules-9.2-1-amd64-di nullfs-modules-9.2-1-amd64-di 
md-modules-9.2-1-amd64-di parport-modules-9.2-1-amd64-di
 sata-modules-9.2-1-amd64-di acpi-modules-9.2-1-amd64-di 
i2c-modules-9.2-1-amd64-di crypto-modules-9.2-1-amd64-di 
crypto-dm-modules-9.2-1-amd64-di mmc-core-modules-9.2-1-amd64-di 
mmc-modules-9.2-1-amd64-di sound-modules-9.2-1-amd64-di 
zlib-modules-9.2-1-amd64-di kfreebsd-image-9.2-1-486 kfreebsd-image-9-486 
kfreebsd-headers-9.2-1-486 kfreebsd-headers-9-486 kfreebsd-image-9.2-1-686 
kfreebsd-image-9-686 kfreebsd-headers-9.2-1-686 kfreebsd-headers-9-686 
kfreebsd-image-9.2-1-xen kfreebsd-image-9-xen kfreebsd-headers-9.2-1-xen 
kfreebsd-headers-9-xen kernel-image-9.2-1-486-di nic-modules-9.2-1-486-di 
nic-wireless-modules-9.2-1-486-di nic-shared-modules-9.2-1-486-di 
serial-modules-9.2-1-486-di ppp-modules-9.2-1-486-di cdrom-modules-9.2-1-486-di 
scsi-core-modules-9.2-1-486-di scsi-modules-9.2-1-486-di 
scsi-extra-modules-9.2-1-486-di plip-modules-9.2-1-486-di 
floppy-modules-9.2-1-486-di loop-modules-9.2-1-486-di ipv6-modules-9.2-1-486-di 
nls-core-modules-9.2-1-486-di
 ext2-modules-9.2-1-486-di isofs-modules-9.2-1-486-di ntfs-modules-9.2-1-486-di 
reiserfs-modules-9.2-1-486-di xfs-modules-9.2-1-486-di fat-modules-9.2-1-486-di 
zfs-modules-9.2-1-486-di nfs-modules-9.2-1-486-di nullfs-modules-9.2-1-486-di 
md-modules-9.2-1-486-di parport-modules-9.2-1-486-di sata-modules-9.2-1-486-di 
acpi-modules-9.2-1-486-di i2c-modules-9.2-1-486-di crypto-modules-9.2-1-486-di 
crypto-dm-modules-9.2-1-486-di mmc-core-modules-9.2-1-486-di 
mmc-modules-9.2-1-486-di sound-modules-9.2-1-486-di zlib-modules-9.2-1-486-di 
kfreebsd-image-9.2-1-malta kfreebsd-image-9-malta kfreebsd-headers-9.2-1-malta
 kfreebsd-headers-9-malta
Architecture: source all kfreebsd-amd64
Version: 9.2~svn254368-2
Distribution: unstable
Urgency: high
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 acpi-modules-9.2-1-486-di - ACPI support modules (udeb)
 acpi-modules-9.2-1-amd64-di - ACPI support modules (udeb)
 cdrom-modules-9.2-1-486-di - Esoteric CDROM drivers (udeb)
 cdrom-modules-9.2-1-amd64-di - Esoteric CDROM drivers (udeb)
 crypto-dm-modules-9.2-1-486-di - devicemapper crypto module (udeb)
 crypto-dm-modules-9.2-1-amd64-di - devicemapper crypto module (udeb)
 crypto-modules-9.2-1-486-di - crypto modules (udeb)
 crypto-modules-9.2-1-amd64-di - crypto modules (udeb)
 ext2-modules-9.2-1-486-di - EXT2 filesystem support (udeb)
 ext2-modules-9.2-1-amd64-di - EXT2 filesystem support (udeb)
 fat-modules-9.2-1-486-di - FAT filesystem support (udeb)
 fat-modules-9.2-1-amd64-di - FAT filesystem support (udeb)
 floppy-modules-9.2-1-486-di - Floppy driver (udeb)
 floppy-modules-9.2-1-amd64-di - Floppy driver (udeb)
 i2c-modules-9.2-1-486-di - i2c support modules (udeb)
 i2c-modules-9.2-1-amd64-di - i2c support modules (udeb)
 ipv6-modules-9.2-1-486-di - IPv6 driver (udeb)
 ipv6-modules-9.2-1-amd64-di - IPv6 driver (udeb)
 isofs-modules-9.2-1-486-di - ISOFS filesystem support (udeb)
 isofs-modules-9.2-1-amd64-di - ISOFS filesystem support (udeb)
 kernel-image-9.2-1-486-di - FreeBSD kernel binary image for the Debian 
installer (udeb)
 kernel-image-9.2-1-amd64-di - FreeBSD kernel binary image for the Debian 
installer (udeb)
 kfreebsd-headers-9-486 - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-686 - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-686-smp - header files for kernel of FreeBSD 9 
(transitional package)
 kfreebsd-headers-9-amd64 - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-malta - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-xen - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9.2-1 - Common architecture-specific header files for kernel 
of FreeBSD 9
 kfreebsd-headers-9.2-1-486 - header files for kernel of FreeBSD 9.2
 kfreebsd-headers-9.2-1-686 - header files 

Accepted liblog-agent-perl 1.000-1 (source all)

2013-08-22 Thread Florian Schlichting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 23 Aug 2013 00:36:51 +0200
Source: liblog-agent-perl
Binary: liblog-agent-perl
Architecture: source all
Version: 1.000-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Florian Schlichting f...@debian.org
Description: 
 liblog-agent-perl - Perl module providing helper logging routines
Closes: 711575
Changes: 
 liblog-agent-perl (1.000-1) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
 perl (= 5.6.0-{12,16}) with an unversioned dependency on perl (as
 permitted by Debian Policy 3.8.3).
 .
   [ Ansgar Burchardt ]
   * Update my email address.
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Florian Schlichting ]
   * Import Upstream version 1.000 (closes: #711575)
   * Switch to source format 3.0 (quilt)
   * Bump Standards-Version to 3.9.4 (update to copyright-format 1.0, directly
 link GPL-1)
   * Bump dh compatibility to level 8 (no changes necessary)
   * No longer ship redundant README
   * Bump upstream copyright years and license version
   * Update and forward pod-errors.patch
   * Install upstream changelog to /u/s/d instead of as pod and manpage
   * Add myself to uploaders and copyright
Checksums-Sha1: 
 f6ced30d1599ea4c23f05fd6908521a69ad2247f 2127 liblog-agent-perl_1.000-1.dsc
 8e38a4f82eab78a7d8df92e7d6a873a4bc34e85c 55407 
liblog-agent-perl_1.000.orig.tar.gz
 ef46580abd2eedb5e946b3234f4957dbc298095b 7574 
liblog-agent-perl_1.000-1.debian.tar.gz
 c8b386d213f1eda26f99e5f2f1b6793bbf6f3eb5 118782 
liblog-agent-perl_1.000-1_all.deb
Checksums-Sha256: 
 e7482310526fe8f1729ebf2916f63ecc930cf69c6044a30b0a26175cc5ff0f9d 2127 
liblog-agent-perl_1.000-1.dsc
 c25be2fcc9be011ad0b0a5a84d767cac8489c0a791c7961c4ee809ee9509f373 55407 
liblog-agent-perl_1.000.orig.tar.gz
 fe9fc4bc401345cf6ad88305aafe5c8eae2900431f46850b4215469beecbaa5d 7574 
liblog-agent-perl_1.000-1.debian.tar.gz
 aee99e09781f5142fd4211e8e914265bf28d42003aa6eb32f3009713c0eb1f54 118782 
liblog-agent-perl_1.000-1_all.deb
Files: 
 ea5c1ff2a0126df47b122cc3e75d61be 2127 perl optional 
liblog-agent-perl_1.000-1.dsc
 b8c8c335cdeca0a7c8bb92e22028403e 55407 perl optional 
liblog-agent-perl_1.000.orig.tar.gz
 551eb35c46b2e8fb8a4d69da08a3fc86 7574 perl optional 
liblog-agent-perl_1.000-1.debian.tar.gz
 e5adac18e5209d74d68626b461c25da9 118782 perl optional 
liblog-agent-perl_1.000-1_all.deb

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

iQIcBAEBCAAGBQJSFpn/AAoJEBKXO25y3Ae1t7gP/jX7FUTulY6y16HHUOtdqma9
Jk3pqTgKY34RwJ2Wy+RtPmkV8CGU+Wya0gnMrCOMBtcB0aqKnzgIRlRyGHOeQsgD
gShMOf5UKeeI+QtMUXyW28U1spE5PWKCic82xyWbYYDW3iIsMdYVX9rvbwWzZG3w
YFGf86yuMiqYvEfs7BpHAj+jeJQnb+a+YFi948ZT25rHgR5QQhmf8pWEAeCRkEwT
zZ1/MfaJef53b+6jCGBbm7Qx8bLxw3tgeF+XvmClcpLwM1iSDp0e17ZtHZeszzAW
zH1KgMLZsO6THsYB2sDfnOP+XFGxBnWNQj756OMwYZ6EPw3G93g90emYix/iM7gN
lba077l+3tqm6vNCmq/7ugwe4+vBDxY3l3shbDiCLhuTdKRHZUYdzHPrztuPZdLO
gIPA5oTxbq/JGhXwXo/DRvgL6osDh9SlbVjLQ0jKI4q3vCxujpznqhhqqEl+S3+I
Ljss4YzPhjF//94Mvt9oi/D8ii3i1udkGCVs7xSZo51gJf6g6TbAbCcg7ei9gI2+
aWuOJrJGnB8dije33ACXwdE8xxM4mV5QUJLAUAV/GR+jLG7P6UKgWbv3v1h1LqHl
y8d8A2OCSLMvyp7gIKHbTRYCRaMSc2jn1+52VEw3V2ULCC2s8VBBd1HN9H8Hk/kp
CVbsjwT0FXiDBZ8hCtB7
=pgRK
-END PGP SIGNATURE-


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



Accepted dh-ada-library 5.4 (source amd64)

2013-08-22 Thread Nicolas Boulenguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 Aug 2013 00:44:25 +0200
Source: dh-ada-library
Binary: dh-ada-library
Architecture: source amd64
Version: 5.4
Distribution: unstable
Urgency: low
Maintainer: Nicolas Boulenguez nico...@debian.org
Changed-By: Nicolas Boulenguez nico...@debian.org
Description: 
 dh-ada-library - Debian helper for Ada libraries
Changes: 
 dh-ada-library (5.4) unstable; urgency=low
 .
   * Do not link /usr/share/doc/dbg_pkg - lib_pkg because replacing a
 directory with a symbolic link causes upgrade problems.
   * Configure gnatprj to understand Ada separate units (gtkada).
   * Set installed files read-only (templates_parser).
   * Handle versioned -dbg package names (xmlada templates_parser),
 until they can obey the Ada policy.
   * Handle package where the library name contains an underscore and
 the package name a minus sign (templates-parser).
   * Adapt generated project to source naming exceptions (templates_parser).
Checksums-Sha1: 
 b176edd69c0e0832103a0e85ce8f39f99c102bf0 1631 dh-ada-library_5.4.dsc
 26fbbcaad297363eb16371962cd4cbf4ab4ec92d 26993 dh-ada-library_5.4.tar.gz
 89c5e76feb97c85bc770cf537edb2fcce2ecb524 112772 dh-ada-library_5.4_amd64.deb
Checksums-Sha256: 
 233b9088618f5a773a655ae3cc0b16c87a6d0f04e631d7b271d731e46db30069 1631 
dh-ada-library_5.4.dsc
 83224182f8471891a19dd73f7507a446af6412f318767a1c749257dd8c75914d 26993 
dh-ada-library_5.4.tar.gz
 1519d04e67bad30a3a95b876c3f0f21a32d9d495cd67a4b6d407e1449353bbc3 112772 
dh-ada-library_5.4_amd64.deb
Files: 
 48d370d19fee8062674b186ce1a2fd07 1631 devel optional dh-ada-library_5.4.dsc
 b1dc847c7303ae617467d3056826c397 26993 devel optional dh-ada-library_5.4.tar.gz
 f9ef491939405c3d0a7c0f4925c7b320 112772 devel optional 
dh-ada-library_5.4_amd64.deb

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

iQIcBAEBCAAGBQJSFtnyAAoJELUqnPRJDfyN9K0P/3xNV77x7oP4T7ZCNdc0siQo
MP+TyzCjywwt7VXat3ljZfAj1lZOm649qrRcfMNOTjcYGtG7gUfg4BzpcDk4Z6Gf
3nkUjEB9R08GOwgRHFKAkjV5cKQIGXq4WMwJ9ISz1lpBLilJQ2vQNKCeGAr2UkZf
Lr4VU2guemmkHnNuINhaJT0WX0KIxJ+gTAAqaNYrmbSvo2uT89W0fBZqOhpm27wj
L3XmZ3dmf3mRyYIM2IFqwl/3KeWp+V/BfHUFhS97yXFHnkK8z4AKOWhBz0B5Mwty
aJqQF8d9rYAwbesLDw2KtcMF94avK22xTzjtz0ZEXwpf6aAJxGRDjiFDbeX6BvJF
DqTaugPE+IAb7vqGioC4ejWhxag0vPVZkMlqohTilW4oqp0/oSmGScGdmdX8q+0Y
jPjZ4QQYp71//A9UiOU7h1IE9MP6M69jAyYPlcu0adUO0Lmc3Mvx6DC9xRru0Ngo
Oj52WmZTh+9PhCRxYwzQjxHR5GWz5wqWXCK2AO+Dpu+PpuccGTnjDsW7/UxFhmd/
/QsJnVFFRMFMtrOpSGx0nx3F2SCtjWSd8bujyEkhVE4/HIzond3F6y08NWXCENeB
/FwFEhTZT/xiWkA87b+f3C+KcaUjpT+xgGd9PSIQKQgpVsxyvy1uq9JBRU810xBp
x3ewQG8qEmQwh3VpWvCi
=TBWm
-END PGP SIGNATURE-


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



Accepted c++-annotations 9.7.3-1 (source all)

2013-08-22 Thread Frank B. Brokken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 13:21:10 +0200
Source: c++-annotations
Binary: c++-annotations c++-annotations-html c++-annotations-txt 
c++-annotations-latex c++-annotations-pdf c++-annotations-ps 
c++-annotations-dvi c++-annotations-contrib
Architecture: source all
Version: 9.7.3-1
Distribution: unstable
Urgency: low
Maintainer: Frank B. Brokken f.b.brok...@rug.nl
Changed-By: Frank B. Brokken f.b.brok...@rug.nl
Description: 
 c++-annotations - Extensive tutorial and documentation about C++
 c++-annotations-contrib - Extensive tutorial and documentation about C++ - 
contributed file
 c++-annotations-dvi - Extensive tutorial and documentation about C++ - DVI 
output
 c++-annotations-html - Extensive tutorial and documentation about C++ - html 
output
 c++-annotations-latex - Extensive tutorial and documentation about C++ - LaTeX 
output
 c++-annotations-pdf - Extensive tutorial and documentation about C++ - PDF 
output
 c++-annotations-ps - Extensive tutorial and documentation about C++ - 
Postscript outpu
 c++-annotations-txt - Extensive tutorial and documentation about C++ - text 
output
Changes: 
 c++-annotations (9.7.3-1) unstable; urgency=low
 .
   * New upstream release, fixing several typos.
Checksums-Sha1: 
 02c50b480794c1cce77d5bbc3cb7284995c0a9bd 2649 c++-annotations_9.7.3-1.dsc
 db6366129f2c8d2595d1374abad2afa07cf69e7e 1481450 
c++-annotations_9.7.3.orig.tar.gz
 6b2d6f2168ff540c2a91477866941f294a57490b 7060 
c++-annotations_9.7.3-1.debian.tar.gz
 95fbdf5c64e58e316a74d911dc8c9f9271a05ac7 111648 c++-annotations_9.7.3-1_all.deb
 55402c9c161036374fa26143e4d342990babfdfb 623922 
c++-annotations-html_9.7.3-1_all.deb
 812ef7b9a3f41c724c2675c4fe0312faef37be7b 519290 
c++-annotations-txt_9.7.3-1_all.deb
 75bdfa65b679b906625f6aa60684cbf3f2fe1524 1117820 
c++-annotations-latex_9.7.3-1_all.deb
 ddc7407382db8c5ab120c82520aa0e196023899d 8522266 
c++-annotations-pdf_9.7.3-1_all.deb
 ffc36049c3a959d26590202aae07199b583e70d8 4003576 
c++-annotations-ps_9.7.3-1_all.deb
 76d6520e8ebb4ac9c5f4a268c610c1ee934c4866 1873254 
c++-annotations-dvi_9.7.3-1_all.deb
 6b8a0819f8d6cfe10b65ee8446861700be4dbcbe 21880 
c++-annotations-contrib_9.7.3-1_all.deb
Checksums-Sha256: 
 3cbc129e052d0434564c5e4457a080aad2c3fb4c330da0df572f2484b6cb09f0 2649 
c++-annotations_9.7.3-1.dsc
 a69b6aa0f283fcc6a97b1852674eb5011b5d6d2dca3f6fb64b98ac61c0fa5ecf 1481450 
c++-annotations_9.7.3.orig.tar.gz
 dfb53e16b0065cbc7cb0b25c9cc3acc2bf851fe22e165219aa0a0de00e8442a6 7060 
c++-annotations_9.7.3-1.debian.tar.gz
 9e94400a6efc3007a0a07587808a82460aeea5cffd6a24e04615591cfe94dd8a 111648 
c++-annotations_9.7.3-1_all.deb
 89fdfc4775f68b208c2fd964e9a9ebe3719be50e9b55d4dfa8f96ffa22733d3d 623922 
c++-annotations-html_9.7.3-1_all.deb
 7561a0b5d03bed7831a061199835dea53b5290349b491fb343db56c92a9c94c1 519290 
c++-annotations-txt_9.7.3-1_all.deb
 198e920e24e1b46c536d28ca570e46f5311da0a7bfadd9728ea4466f77932731 1117820 
c++-annotations-latex_9.7.3-1_all.deb
 6ca21c84429e8c0ab5bc5718241ecb10e03b82c4b4332ed740e2cc202a5971c7 8522266 
c++-annotations-pdf_9.7.3-1_all.deb
 4880c0b77f5e256d7faec2aeda1a52909a1306e5a04919210b3db2d9b70b3bfc 4003576 
c++-annotations-ps_9.7.3-1_all.deb
 4080477c348af8e98248519ed31aa6c8f474bee1c93f2c7c2a3346df462cf542 1873254 
c++-annotations-dvi_9.7.3-1_all.deb
 89d3f7e86775f13df357bdcddcfdb90309bef6fb5eeb3a2c40813b6721584e8d 21880 
c++-annotations-contrib_9.7.3-1_all.deb
Files: 
 f23fdcbeb5c52856fd4b18313059205e 2649 doc optional c++-annotations_9.7.3-1.dsc
 b54589a27ee29d1376846f39e282bfad 1481450 doc optional 
c++-annotations_9.7.3.orig.tar.gz
 10622c7372bbbd61b5dec62a79b52cf5 7060 doc optional 
c++-annotations_9.7.3-1.debian.tar.gz
 e695d9c6008be5e1edc944973966236e 111648 doc optional 
c++-annotations_9.7.3-1_all.deb
 d3fb3406fcac65255343832a4d714c79 623922 doc optional 
c++-annotations-html_9.7.3-1_all.deb
 bbb0154ca577e5fde3905b538e48879b 519290 doc optional 
c++-annotations-txt_9.7.3-1_all.deb
 c131d75942206b47446fdf8bc053b426 1117820 doc optional 
c++-annotations-latex_9.7.3-1_all.deb
 d8d6e1b637a5abaa89342b8a24b9c6dc 8522266 doc optional 
c++-annotations-pdf_9.7.3-1_all.deb
 922d7ce24b3214dae694abc5074655bd 4003576 doc optional 
c++-annotations-ps_9.7.3-1_all.deb
 6988408196c2b04e78c6aaf4a73aa49d 1873254 doc optional 
c++-annotations-dvi_9.7.3-1_all.deb
 a11aac8363cd04692af86c3bb8a39042 21880 doc optional 
c++-annotations-contrib_9.7.3-1_all.deb

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

iQIcBAEBAgAGBQJSFu/eAAoJECHSBYmXSz6WPk0P+gPjmKUZfpWt1CbCDF/DT2es
GE3MvNS80frYyuCFhn82J3YCU02zPliQVmEAeRatbqu9Xu/3SiRdT75jSFMPSBEw
ALRgLKrxi81mOB5WXknxu4uRCDyAkCvgk8HNVhurctp+PBnmb072wZLBgmbcppQY
50RgT90qC6wInc4jk2nBwUZZvW+pKwa0jCH6knvIkcvFYf2LqnEo+ArCuoFb7E/J
NBVxgT1oFj8RrRlnn9OO3pBaet5Ekw/Ze+wjdFeh1g84Ux0cdpFaMVhaIN1SvJD7
bx+Co1c/yJHCiHvJUzHb2jsXz23kQZTqZFeoZgrlbppnOUTAzzE0bOfTB1gCGJih
Lxj9v4N+WbMynAdl8tXvvwZMoF7BEEjMeA+UIn4Ytfcq0lJc9EFptSwXmwTR8ZNy

Accepted mednafen 0.9.29-wip-1 (source i386)

2013-08-22 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 22 Aug 2013 22:52:47 +0200
Source: mednafen
Binary: mednafen
Architecture: source i386
Version: 0.9.29-wip-1
Distribution: experimental
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Stephen Kitt sk...@debian.org
Description: 
 mednafen   - multi-platform emulator, including NES, GB/A, Lynx, PC Engine
Changes: 
 mednafen (0.9.29-wip-1) experimental; urgency=low
 .
   * New upstream WIP version. Follow upstream naming scheme strictly;
 thanks to Bart Martens for the discussion concerning this.
   * New watch file provided by Bart.
   * Switch to my Debian address.
   * Use canonical VCS URIs.
   * Standards-Version 3.9.4, no further change required.
Checksums-Sha1: 
 75cd120e3b843f48eb89c5dccbdbc3ec5b830cd6 2242 mednafen_0.9.29-wip-1.dsc
 30acb665d129a84a25fcbfa63b3271cd1f9e2427 4187441 
mednafen_0.9.29-wip.orig.tar.bz2
 47588d3b8a51f48e9c9742e56ad1dc0ab1a75ca8 14811 
mednafen_0.9.29-wip-1.debian.tar.gz
 e6e7064a8789575ce0f3b11c4fd825e381f1c736 2305472 mednafen_0.9.29-wip-1_i386.deb
Checksums-Sha256: 
 834919928a58c01334b4dcafe383421df8e21b50e9fa80506c2f4ab6bb577e83 2242 
mednafen_0.9.29-wip-1.dsc
 81b0da4e1e29216ac716071e6acfaf92914fad044d30b848792625c326f8209a 4187441 
mednafen_0.9.29-wip.orig.tar.bz2
 417ee5773598037437a615b74e82805bb57f3cfdeb7c16aac80f310d06fe9746 14811 
mednafen_0.9.29-wip-1.debian.tar.gz
 3e1ef67ee35844c7b6b25072f016247f20e3367106bf479997c56ac1a89aabc0 2305472 
mednafen_0.9.29-wip-1_i386.deb
Files: 
 fbb99ef531a70f60a1576d04f0b831f1 2242 games extra mednafen_0.9.29-wip-1.dsc
 f3b840c5b832160a5908c7640308ab03 4187441 games extra 
mednafen_0.9.29-wip.orig.tar.bz2
 8497bcffed30825e260e7fdfb3038a17 14811 games extra 
mednafen_0.9.29-wip-1.debian.tar.gz
 bb7f75da7aa2ab8450a659183ec02404 2305472 games extra 
mednafen_0.9.29-wip-1_i386.deb

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

iQIcBAEBCAAGBQJSFvAoAAoJEHWXeKmja0lPlhwQAKWBPl+CIY9HnEBW6pnduk/G
6zPCwlMs2BsAV78QycZw4pJwfvvDOswUDNYYOu/guyO5ShEDgztFPdP4aIUU1Y96
/fNGCX9BVVtiA2PXjyRnUKHG6aPW/anVv3Ml0MmxXo9WYQojC8/62QXzh4Dbwd2L
380jOLsDybkxMWv+Z/dukNkgIzOmpVSEQL9ARI5+xCtaaMAonFWtg6iwOfBobbrZ
5p4rsSMx3i0q21L0686tGPsRCKm/urKMNp8SU4O/QCzpu0HMbGBJNs4EbEOQj2jP
hHcIyb8dfsIxzBGBGgr6en3pTZkjoNidpvcb3WTa6DMAHSaymgxELgkBBQAruf+b
StBrvwo9fl40/HgUs5Il7qPrO/S+Fc1K/WPWKuA+67lCzlIsN8lD6HBKtWRUL4ne
5IE3Oa0+IpqRdVym7Zh4IoIrcBiw/XPc8hDuTRsq5czCbPpV1uEtvsacrNzrbEIn
441O1xnl/TbSzIXk34gVA5eydy40XW/YjlxNRxG47AtjcZCk8SmE4xv7kNcwFogb
0ki7iyuXdHb1Y5nkDu/nEfJuN5QFOUeHfhXa60vhSAV4MpZHvgwrwmvNZxAQlAtK
280WMrixd+VcMZS5JNZKMf0Q0a3RR9+b4rCMzIO0OzBlUtEyBu1sFv7vJ4gnwQ0p
hztiqkuT02TJ8Vc1AdkK
=AS/C
-END PGP SIGNATURE-


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



Accepted enna 0.4.1~r3557-2.2 (source amd64 all)

2013-08-22 Thread Matthias Klumpp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 22 Aug 2013 21:28:42 -0700
Source: enna
Binary: enna enna-dbg enna-theme
Architecture: source amd64 all
Version: 0.4.1~r3557-2.2
Distribution: unstable
Urgency: low
Maintainer: Davide Cavalca dav...@geexbox.org
Changed-By: Matthias Klumpp m...@debian.org
Description: 
 enna   - powerful MediaCenter application based on EFL
 enna-dbg   - debugging symbols for enna
 enna-theme - data files for Enna, a MediaCenter application
Closes: 641673 717461
Changes: 
 enna (0.4.1~r3557-2.2) unstable; urgency=low
 .
   * Non-maintainer upload
   * Fix minor grammar/spelling issues in description (Closes: #641673)
   * Add fix-linking.patch: Add missing libraries to linker flags
 to fix FTBFS with current toolchain
   * Add fix-default-theme.patch: Fix FTBFS due to changes
 in Edje (Closes: #717461)
Checksums-Sha1: 
 6a72a13368377300720fb3d45931d7ccc42eda6f 2405 enna_0.4.1~r3557-2.2.dsc
 795a10193a41b7135da3cbefc91554524ca51f15 5884 
enna_0.4.1~r3557-2.2.debian.tar.gz
 c2bf78c59f1165feac7fd73e2b0db5ddb6ab8a46 148862 enna_0.4.1~r3557-2.2_amd64.deb
 8c8a2d58fbf15da2bc4f68b4d84afe0411f3468f 268542 
enna-dbg_0.4.1~r3557-2.2_amd64.deb
 aaff49584da8042369a967321844fcb81f388fd7 4284980 
enna-theme_0.4.1~r3557-2.2_all.deb
Checksums-Sha256: 
 5efd370a967a72667592bf93329a2785fa54a3718515aa43d08dc17a6228cf99 2405 
enna_0.4.1~r3557-2.2.dsc
 88e9b6712f1fe91139fa8071886f3887060c22ed028a12db77e2992ff1e67179 5884 
enna_0.4.1~r3557-2.2.debian.tar.gz
 3444697db1176acf890cf39a12aad29ddef767a41a0b0149e0aa2e68deae7b4f 148862 
enna_0.4.1~r3557-2.2_amd64.deb
 e6d21662c713c34ec0ab30d311d74897965b576cdcb050cf99859d16618c1619 268542 
enna-dbg_0.4.1~r3557-2.2_amd64.deb
 7926baf6497db914045a62359d93337d55e74657229e8acbfe1d5a7eb50f23ee 4284980 
enna-theme_0.4.1~r3557-2.2_all.deb
Files: 
 f893d5b9e3099527e1cae28a77aa2c77 2405 video optional enna_0.4.1~r3557-2.2.dsc
 c87493c934de573b1512bf44c07b135e 5884 video optional 
enna_0.4.1~r3557-2.2.debian.tar.gz
 71eba41ad65a34f810720d8ec8c4c039 148862 video optional 
enna_0.4.1~r3557-2.2_amd64.deb
 924deae2fd9411ebf1e6a4800e39fa71 268542 debug extra 
enna-dbg_0.4.1~r3557-2.2_amd64.deb
 5976c0cfb32b8a63b335ddd1b5bb3b0d 4284980 video optional 
enna-theme_0.4.1~r3557-2.2_all.deb

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

iQIcBAEBAgAGBQJSFvZtAAoJEElMil+/Tezr0H0P/iaUvyV8LHj+UqwLcj0c1/Jl
dHoui7SlDq44yKy5m4KTXH/rLaFuDv8xXfkbAIYfTZ/nmE03eAQ8wDTaamUdI74U
M2fGpT/F3MYHUSnXOSPyWGAxeEcfxAwR5tjsa+5lC69eVb03pp+tuA/2EpzvQ9V0
/cH3Wh1BJh6BLZFGr57tQIXU7tfyKHNJtNL6YClOuNK+/02scygu/YRkj3XaZwYW
eIsjxF/DAfoitOsIbZ0dZgdZZF2dWY8AYo9rS2aKjFmqhGn8Cxg2qVszsMYObjA0
2VGUsxtcKmUjHXH/8qxRyqf2zDORoHy/w/JqJF0jZ2C+LHQcqiRnCVahakfoacOB
U1XnYfZ9jCUp1C24Y2nohr6XkDYURA2gMmpSM2a3ZtPocMoMF/2ZYsYMXP7RLDpy
ZUKy+GScshnTgP21BthMv85IKfVbB68nZs+O++91Iiw1s03AjCi+Kby2H0pAZMMF
gdWhA6ugifsWiT92br8UKfX8roMqIQNQMBzKQBhkaCq9H/CSAuFISBaOF6oHly34
53iauYvdRlo2tt3+ZOM7do619/nuHnkCkvn48Ctw76Z7W+udR68f9mu3BWhmu8uA
oQsSwsEyaDDftFi8uD7nHUMhsuXthMqpBxBBeNW1M5qDSScm8tAq6H4Gt38zEdRa
OH9DOJUVjPjA6aJZhun9
=gfSI
-END PGP SIGNATURE-


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