Re: Problème avec tasksel

2011-12-11 Thread HacKurx
Désolé pour la réponse un peu tardive (c'est le weekend lol).
apt-get install gnome devrait marcher mais le problème avec les
méta-paquets c'est que si on désinstale un des paquets contenu dans sa
liste, apt-get autoremove va vouloir virer tout le reste :/

exemple si je désinstalle network-manager (pour mettre wicd) les
paquets suivants seront supprimé :
gnome gnome-core network-manager network-manager-gnome task-gnome-desktop

Et si juste derrière je fais un autoremove 195 paquets seront enlever
(presque tout gnome) normal on pourra me dire, néanmoins si un novice
sous debian utilise le logiciel bleachbit en root le redémmarage
risque de lui faire tout drôle ^^

J'ai vu que sous ubuntu si je vire network-manager et que je fais un
autoremove rien ne se passe et ça c'est agréable.

La solution sera peut-être de ma faire un meta paquet ^^

Merci


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



Re: Reviving timidity sourceforge project and doing a new official release

2011-12-11 Thread Hans de Goede

Hello TAMUKI and a lot of others

(Cc: Various Debian people involved in $subject)

On 12/03/2011 01:09 PM, TAMUKI Shoichi wrote:

Hello Hans,
(Cc: TiMidity++ developers)

From: Hans de Goedehdego...@redhat.com


snip


So now I've a nice and polished version of timidity, and given
that the latest official release has been 6 years ago I think
it would be good to do a new official release.


Thank you for your great effort to maintain TiMidity++ package for
Fedora project.  I looked into your patches, and I think they are
almost fine.



Thanks you for taking the time to look into all my patches and to
merge most of them!

And I must also say I'm very happy to see one of the original timidity
developers back in action. You very likely know the timidity internals
a lot better then me.


The patch 0004 (thanks to Debian) fixes a number of typos in the man
pages, but the hunks related to FILES and SEE ALSO will be omitted
to leave them just as they are.



Ok.


Sorry, the patch 0005 seems to be ad hoc, so this will be omitted.
I think that cases may be solved by the packagers' workaround and/or
users' operation.


Well it cannot be fixed by the users operation, unless they use scripts
to move one config file out of place and another in to place whenever
they start one of the involved apps. The fundamental problem is that
now a days we've multiple apps using timidity.cfg and all but one
of them expect timidity.cfg to point to GUS format patches.

Anyways I'll start a separate email thread for this mostly aimed at
explaining the problem to the Debian developers and try to come up with
a solution which can be shared between Debian and Fedora. Once we (Debian
and Fedora) have a consensus on how to handle this, I hope you will
re-consider merging our solution.


The patch 0011 will be also omitted.  These shebang paths need to be
corrected by packagers for now.  TiMidity++ is conventionally designed
for casual users' convenience. (i.e. ./configure with default prefix)
:-)


I see in a later mail in this thread that you've merged it after all
in a slightly different version, thanks for that!


For the patch 0013, autoreconf vs INSTALL issue should be solved by
the packagers workaround as needed, so this patch will be omitted.


I agree that my solution for this was not pretty, so instead I've
now created a new autogen.sh file (attached), which takes care of
re-generating *all* the autofoo related files while keeping INSTALL
intact. Please add this to the cvs tree, and be sure to chmod +x it
before adding it!

While on the subject of all the autofoo generated files, must FOSS
projects do not keep these in CVS/git instead users of the CVS/git
tree are expected to run ./autogen.sh after a checkout. This avoids
cluttering the history with changes to autogenerated files.
I strongly believe we should adopt the same practice for timidity.


With the patch 0018, I got a undefined reference to error during
linking, so this patch will be also omitted.


Patch 0018 should not be omitted it is definitively a correct patch,
if timidity is build without any X11 based userinterfaces build in,
it should not be linked against libX11, this is important for
distributions, otherwise the cmdline only timidity package will depend
on X11 for no good reason.

I believe the undefined reference to error you got during linking
means that you've build in a X11 based userinterface, and that we've
a bug in the Makefiles where enabling that ui does not cause -lX11
to be added to the LIBS. But the code patch 0018 removes causes
lX11 to be added to the LIBS always, iow independent of which UI's
are enabled and that is just wrong.

Can you please give me the ./configure line you were using which
causes the undefined reference to errors when building with
patch 0018? Then I'll try to reproduce and come up with a proper
fix.



As such I would like to ask you to become an admin for the
sf.net timidity project, once that is done I plan to:
1) Create a (sf.net hosted) git tree based on converting CVS to
git
2) Add my patches
3) Bump the release to 2.14, bake a tarbal, release
4) profit?


That's not a bad idea to convert CVS to git, but we are not in trouble
for now, so please let us keep the current environment.

FYI, TiMidity++ hourly tarballs and released tarballs are created with
attached shell scripts respectively.  All files in the tar ball keep
mtime as committed to see easily which files are newer or older.  Note
that some files was given wrong access perms when the initial commit.
Therefore, their access perms should be corrected after cvs co.


I would *really really* prefer to move to git, as once you get the
hang of it is just so much easier and better then CVS. For example in
git you can change permissions of files after there initial adding to
the repository :)


About your other mails, I've read through them all to, thanks for
the updates. I'm going to reply to some of the things in there here,
to avoid spamming everybody with 4 mails 

Bug#651683: ITP: pythontoolkit -- interactive environment for Python

2011-12-11 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia ales...@debian.org

* Package name: pythontoolkit
  Version : 11.4.06
  Upstream Author : T.Charrett to...@users.sourceforge.net
* URL : http://pythontoolkit.sourceforge.net/
* License : GPL-3
  Programming Lang: Python
  Description : interactive environment for Python

 PythonToolkit (PTK) is an interactive environment for Python. It was
 originally designed to provide a Python based environment similar to
 Matlab for scientists and engineers when used together with the numpy,
 scipy and matplotlib Python packages. However it can also be used as a
 general purpose interactive Python environment especially for
 interactive gui programming.
 .
 It is built around a console window and simple Python source editor
 and a Tool plugin system so that extra features and support for Python
 packages can be easily added.
 .
 Main features:
  * Console window with support for multiple Python interpreters
(Engines).
  * Engines are external processes so that each engine is completely
separated from the others and the PTK interface.
  * Interactively program with different GUI toolkits (wxPython,
TkInter, pyGTK, pyQT4 and PySide).
  * Builtin Python debugger integrated with tools and editor.
  * Object auto-completions and calltips.
  * Multi-line command editing.
  * Command history (previous/next and search for partially typed
commands).
  * Simple editor for code testing and scripting or everyday work.
  * Set, edit and clear debugger breakpoints via the editor.
  * A matlab style namespace/workspace browser tool that can be extended
to support new types and classes.
  * A path manager tool to easily change the current working directory
and manage the Python search paths.
  * A Python object inspector tool showing object docstring, code, and
values.
  * GUI viewers for Python data types.
  * Python object importer/exporter system to save and load data easily.



-- 
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/2011122052.29623.12817.reportbug@alessio-laptop



Bug#651697: ITP: python-fftw -- FFTW bindings for python

2011-12-11 Thread Jerome Kieffer
Package: wnpp
Severity: wishlist
Owner: Jerome Kieffer jerome.kief...@esrf.fr

Package name: python-fftw
Version : 0.2.2
Upstream Author : Jochen Schroedercycoma...@gmail.com
URL : https://launchpad.net/pyfftw
License : GPL
Programming Lang: Python
Description : Python bindings to the FFTW3 C-library for computing discrete
Fourier transforms.
Python bindings to the FFTW3 Fastest Fourier Transform in the West. C-library
(http://www.fftw.org/) for computing discrete Fourier transforms.
PyFFTW are python bindings for the FFTW3 C-routines, using numpy and ctypes. It
includes a somewhat pythonic interface to the FFTW routines,
but leaves the concept of creating plans and executing these plans intact.



-- 
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/20111211130549.8036.42033.report...@patagonia.fournet.lan



Re: Work-needing packages report for Dec 9, 2011

2011-12-11 Thread Goswin von Brederlow
Russ Allbery r...@debian.org writes:

 Goswin von Brederlow goswin-...@web.de writes:

 But there is no way to find bugs taged help given a skillset. So unless
 you specifically think Lets fix something in grub today and go looking
 for grub bugs tagged help you never find them.

 Say today you want to write some manpages. How do you find a RFH bug
 about adding or fixing manpages?

 That sounds great, and like something there's no way anyone's going to
 have time to do.  If we had time to classify any significant number of
 bugs that way, we would have been able to resolve them, particularly the
 easy ones.  :)

 It takes a lot of effort to maintain that level of metadata.  We struggle
 with keeping up with the basic fixed or not fixed bug metadata.

I envision this not so much for actual bugs but as a way for projects to
attract new members. For things that would be nice to have but don't
make the package unsuitable for release if they aren't done. Like
getting rid of legacy functions. Or other small issues that aren't
pressing but will be done by the team eventually if time frees up.

If a package / team gets to the point where they are only keeping up (or
falling behind) with the basic fixed or not fixed bug metadata then
one could say it is already too late. But lets say they do keep up with
it, barely. Then how are they going to improve? A RFH: please take over
developing dselect in wnpp is not going to help as history shows. The
task is just to big for anyone new to take over. And anyone already
involved in dpkg doesn't need the wnpp bug to see dselect needs help.

Give them some bait and get them hooked before springing monumental
tasks on them. Think of it as a kind of advertising.

MfG
Goswin


-- 
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/87aa6z9p6p.fsf@frosties.localnet



Re: Red Hat is moving from / to /usr/

2011-12-11 Thread Darren Salt
I demand that Stephan Seitz may or may not have written...

 On Wed, Dec 07, 2011 at 11:34:34AM +0100, Marco d'Itri wrote:
 Actually, Red Hat's goal *is* to support a separate /usr, they just want
 to have the initramfs mount it.

 But as was seen in the last discussion, not everyone *has* an initramfs,
 because it is not needed in many cases or sometimes even not supported on
 the platform.

On any box for which I've built a kernel, there's no initramfs and (except in
one case – netbook) there's a separate /usr. I'd quite like to keep it this
way...

/ (without /usr) is often enough for rescue purposes (and if it isn't, it's
enough to get /usr mounted). And if / is broken, then you have larger
problems anyway.

This mount-/usr/-in-initramfs looks to me like a means of reducing choice.

-- 
|  _  | Darren Salt, using Debian GNU/Linux (and Android)
| ( ) |
|  X  | ASCII Ribbon campaign against HTML e-mail
| / \ | http://www.asciiribbon.org/

Take my advice, I'm not using it right now.


--
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/52455ef1f4%li...@youmustbejoking.demon.co.uk



Re: Red Hat is moving from / to /usr/

2011-12-11 Thread Goswin von Brederlow
Darren Salt li...@youmustbejoking.demon.co.uk writes:

 I demand that Stephan Seitz may or may not have written...

 On Wed, Dec 07, 2011 at 11:34:34AM +0100, Marco d'Itri wrote:
 Actually, Red Hat's goal *is* to support a separate /usr, they just want
 to have the initramfs mount it.

 But as was seen in the last discussion, not everyone *has* an initramfs,
 because it is not needed in many cases or sometimes even not supported on
 the platform.

 On any box for which I've built a kernel, there's no initramfs and (except in
 one case – netbook) there's a separate /usr. I'd quite like to keep it this
 way...

To be honest most systems will have /usr localy and mounting it is no
problem at all. So even with moving stuff from / to /usr it should not
be a problem for them to mount /usr verry early during boot and have
stuff keep working.

I don't think anyone is considering moving /bin/mount just jet.

 / (without /usr) is often enough for rescue purposes (and if it isn't, it's
 enough to get /usr mounted). And if / is broken, then you have larger
 problems anyway.

 This mount-/usr/-in-initramfs looks to me like a means of reducing choice.

Or as a way to keep choices without complicating the standard case. If
you do want to have a /usr mounted as NFS4 over wlan then you need an
initramfs. If you have it as local partition then you don't. Consider it
from that point of view.


I'm still not for moving / to /usr but lets say I am less opposed now
than I was at the initial mail. If it breaks less than 1% of setups
and they need to use an initramfs to keep working then that is probably
ok. Or another process that moves things to the / filesystem on a need
by need basis. It MUST keep working though. Requiring that people
repartition is no an option.

MfG
Goswin


-- 
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/87y5uj89gy.fsf@frosties.localnet



Help with package

2011-12-11 Thread Rodolfo kix Garcia
Hi,

I know that this mail list is not debian-mentors. I am so sorry for this
mail, but I sent a lot of mails to upload the package wmaker and I
don't know what to do. Some DD help me with the package [thanks a lot],
first Anibal, Paul (DM) and Lisandro, but the package was not uploaded.
Why? Is a big/complicated package, with many changes, they don't use
wmaker, Paul cannot upload the package because is DM,... (but they help
me a lot with the package!).

Please, can somebody help me to maintain/upload the package?

Thanks a lot, sorry for the Off Topic, but I don't know what to do with
wmaker.

On the other hand, I am trying to be DM. I worked in wmaker, uswsusp,
wmmixer and wmmoonclock packages. If somebody can upload the package, I
will be so glad if s/he can sponsor me.

Best Regards,

kix.

p.s. The package is at mentors:
http://mentors.debian.net/debian/pool/main/w/wmaker/wmaker_0.95.0-1.dsc
p.p.s Anibal, Lisandro, Paul, if you want to add anything to this mail,
feel free. Thanks for your help.

Rodolfo.


-- 
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/4ee51578.1060...@kix.es



Re: Help with package

2011-12-11 Thread Lisandro Damián Nicanor Pérez Meyer
On Sun 11 Dec 2011 17:41:28 Rodolfo kix Garcia escribió:
 Hi,
 
 I know that this mail list is not debian-mentors. I am so sorry for this
 mail, but I sent a lot of mails to upload the package wmaker and I
 don't know what to do. Some DD help me with the package [thanks a lot],
 first Anibal, Paul (DM) and Lisandro, but the package was not uploaded.
 Why? Is a big/complicated package, with many changes, they don't use
 wmaker, Paul cannot upload the package because is DM,... (but they help
 me a lot with the package!).
 
 Please, can somebody help me to maintain/upload the package?

I can add that Rodolfo is doing a great effort for trying to adopt
wmaker. If some DD is interested in maintaining wmaker will find in
him a great team mate. He still needs to learn some stuff, but he is
very proactive to it.
 
 On the other hand, I am trying to be DM. I worked in wmaker, uswsusp,
 wmmixer and wmmoonclock packages. If somebody can upload the package, I
 will be so glad if s/he can sponsor me.

I have been chaging some lines with Rodolfo here, I'll continue to happily
sponsor his other packages.

Kinds regards, Lisandro.

-- 
“If you want to finish university, you should take care about getting on
with the teachers. The result are submissive citizens that won’t face
authority even if they know they’re right, in order to avoid problems“
  Miriam Ruiz, http://www.miriamruiz.es/weblog/?p=187

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


--
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/201112111828.50510.lisan...@debian.org



Bug#651766: ITP: instead-game-toilet3in1 -- quest/puzzle game

2011-12-11 Thread Sam Protsenko
Package: wnpp
Severity: wishlist
Owner: Sam Protsenko joe.s...@gmail.com

* Package name: instead-game-toilet3in1
  Version : 1.0
  Upstream Author : Peter Kosyh p.ko...@gmail.com
* URL : http://toilet.syscall.ru
* License : CC-BY-3.0
  Programming Lang: Lua
  Description : quest/puzzle game

 Escape The Toilet: Triple Flush
 .
 Quest and puzzle game, in which you need to escape from
 the toilet.
 .
 This package already contains three versions of this game.
 .
 You don't remember how you got here. You have not really woken up.
 The only thing that you are currently able to comprehend is that
 you are in your own toilet... A key feature of the game:
 you can get out of the toilet only by yourself! And not necessary
 today. You can escape it tomorrow for example - on a fresh mind.
 .
 The game contains 3D graphics that was made in Blender and quite
 pretty tracker music and sound effects.



-- 
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/20111212004405.7788.14684.report...@joe-pc.joe-network.org



Re: Getting dh_install to do what we need

2011-12-11 Thread Nicolas Boulenguez
If I understand well, this thread deals, among other things, with
different ways to transmit a variable from debian/rules to dh_install.
- via override_dh_install: and command line arguments
- via debian/*.install static content
- via debian/*.install.in content, preprocessed (with environment variables)
- via debian/*.install execution output (based on environment)

1/ From this point of view, FOO_SOVERSION is similar to
DEB_HOST_MULTIARCH. As the soversion is mentioned in the library
binary package name, only the first solution applies to it, unless the
file is preprocessed *and renamed*.

override_dh_install:
 dh_install --package=libfoo$(FOO_SOVERSION) lib/libfoo.so.$(FOO_SOVERSION) 
usr/lib/$(DEB_HOST_MULTIARCH)
 dh_install

2/ As a novice packager, I had a hard time figuring the execution flow
of the debhelper tools, and specially variable values transmission
across the hierarchy of subprocesses, even if each step is well
documented. It is quite instructive to read, in this very thread,
experimented DD arguing whether some dpkg-buildflag variable is
available to a particular program called by a dh_tool at a specific
compatibility level, and having to run the program once to know for
sure… The first solution provides, in debian/rules, the equivalent of
a method call with an explicit list of named actual parameters. In
this analogy, environment variables are global variables, and should
be avoided when possible.

3/ The way debhelper splits its work in small tools does not always
fit the separation of human concerns. For example, the following is
IMHO more readable that generating/executing a single debian/*.install
file in which each line deals with a different library.

# foo stuff
override_dh_install::
 dh_install --package=libfoo$(FOO_SOVERSION) lib/libfoo.so.$(FOO_SOVERSION) 
usr/lib/$(DEB_HOST_MULTIARCH)
override_dh_link::
 dh_link --package=libfoo-dev 
usr/lib/$(DEB_HOST_MULTIARCH)/libfoo.so.$(FOO_SOVERSION) 
usr/lib/$(DEB_HOST_MULTIARCH)/libfoo.so
… more foo stuff

# bar stuff
override_dh_install::
 dh_install --package=libbar$(BAR_SOVERSION) lib/libbar.so.$(BAR_SOVERSION) 
usr/lib/$(DEB_HOST_MULTIARCH)
… more bar stuff

# At the end
override_dh_install::
 dh_install --remaining-packages
override_dh_link::
 dh_link --remaining-packages
… and so on

In short, I think that debian/*.install dynamic content should be
discouraged.


-- 
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/20111212013038.GA2955@pegase



Re: Red Hat is moving from / to /usr/

2011-12-11 Thread Karl Goetz
On Thu, 08 Dec 2011 10:40:36 +0100
Goswin von Brederlow goswin-...@web.de wrote:

 Igor Pashev pashev.i...@gmail.com writes:
 
  07.12.2011 04:43, Marco d'Itri пишет:
  http://git.kernel.org/?p=linux/hotplug/udev.git;a=commitdiff;h=12a362be5c1982f80dbfb75bda070208a2c99cdf
  
  Discuss.
  
  I don't see any reason to move all into /usr from /,
  and make initrd for minimal system:

 The initramfs on the other hand is made to fit. So if /usr isn't on a
 networking filesystem (NFS) then you won't get networking stuff in the
 initramfs. No raid then mdadm isn't included. No lvm and the initramfs
 gets smaller again. And only select modules for one kernel are in
 there. Huge space saving again. So an initramfs will/can be minimal.

I assume this means it will be impossible to swap the hdd from one
system to another without rebuilding the initramfs? Seems like a step
backwards for flexability.

thanks,
kk

-- 
Karl Goetz, (Kamping_Kaiser / VK7FOSS)
http://www.kgoetz.id.au
No, I won't join your social networking group


signature.asc
Description: PGP signature


Bug#651789: ITP: pentobi -- A clone of Blokus, a strategy board game based on the concept of polyominoes.

2011-12-11 Thread Dean Evans
Package: wnpp
Severity: wishlist
Owner: Dean Evans d...@codemonkies.net
X-Debbugs-CC: debian-devel@lists.debian.org

Package name: pentobi
Version : 0.3
Upstream Author : Markus Enzenberger e...@users.sourceforge.net
URL : http://pentobi.sourceforge.net/
License : GPL3
Programming Lang: C++
Description : Pentobi is a clone of Blokus, a strategy board game
based on the concept of polyominoes.

Pentobi features 5 game versions; Classic, Classic Two-Playr, Duo,
Trigon and Trigon Two-Player.
Multiple levels of computer opponent difficulty.
Game board save files in Smart Game Format including comments and move
variations.


Classic Gameplay: [1]

The game is played on a square board divided into 20 rows and 20
columns, for a total of 400 squares. There are a total of 84 game
tiles, organized into 21 shapes in each of four colors: blue, yellow,
red, and green. The 21 shapes are based on free polyominoes, from one
to five squares (one monomino, one domino, two trominoes/triominoes,
five tetrominoes, and 12 pentominoes).

The standard rules of play for all variations of the game are as
follows:

Order of play is based on color, with blue going first, followed by
yellow, red, and green. The first piece played of each color is placed
in one of the board's four corners. Each new piece played must be
placed so that it touches at least one piece of the same color, with
only corner-to-corner contact allowed - edges cannot touch. However,
edge-to-edge contact is allowed when two pieces of different color are
involved. When a player cannot place a piece, he or she passes, and
play continues as normal. The game ends when no one can place a piece.

When a game ends, the score is based on the number of squares in each
player's unplayed pieces; a player loses one point for each square
(e.g. a tetromino is worth -4 points). If a player played all of his or
her pieces, he or she gets a bonus score of +20 points if the last
piece played was a monomino, +15 points otherwise.

[1] http://en.wikipedia.org/wiki/Blokus



-- 
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/20111212195350.63cca995@sidspace



Re: Red Hat is moving from / to /usr/

2011-12-11 Thread Reinhard Tartler
On Mo, Dez 12, 2011 at 05:36:41 (CET), Karl Goetz wrote:

[...]

 The initramfs on the other hand is made to fit. So if /usr isn't on a
 networking filesystem (NFS) then you won't get networking stuff in the
 initramfs. No raid then mdadm isn't included. No lvm and the initramfs
 gets smaller again. And only select modules for one kernel are in
 there. Huge space saving again. So an initramfs will/can be minimal.

 I assume this means it will be impossible to swap the hdd from one
 system to another without rebuilding the initramfs? Seems like a step
 backwards for flexability.

Trimming the initramfs is an *optional* feature.

cf. /etc/initramfs-tools/initramfs.conf

Cheers,
Reinhard

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


-- 
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/87obve1cxw@faui43f.informatik.uni-erlangen.de



Accepted lxterminal 0.1.11-2 (source amd64)

2011-12-11 Thread 魏銘廷
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 16:08:29 +0800
Source: lxterminal
Binary: lxterminal
Architecture: source amd64
Version: 0.1.11-2
Distribution: unstable
Urgency: low
Maintainer: Debian LXDE Packaging Team 
pkg-lxde-maintain...@lists.alioth.debian.org
Changed-By: Yao Wei (魏銘廷) m...@lxde.org
Description: 
 lxterminal - desktop independent vte-based terminal emulator
Changes: 
 lxterminal (0.1.11-2) unstable; urgency=low
 .
   * fix DEP-5 compliance
   * Add upsream feature to disable Alt+n mnemonics. Closes LP#830683 as well.
Checksums-Sha1: 
 c44477839c599140dafda935579be9f4057b45f3 1439 lxterminal_0.1.11-2.dsc
 347a8a249f9c19a501e0462cfbf76562ce485fbe 12101 
lxterminal_0.1.11-2.debian.tar.bz2
 24b6c045b352d02d04371ea86c2e4b0e03862eed 108526 lxterminal_0.1.11-2_amd64.deb
Checksums-Sha256: 
 ae5ab4fa8f54470297ef8b0ff16815b595da40762b40bd4df91318f6c6174655 1439 
lxterminal_0.1.11-2.dsc
 8ec50a4c0a0de402c7fd8cab0a1cfa4b53f703a0036487841cde77167942eba6 12101 
lxterminal_0.1.11-2.debian.tar.bz2
 402e42efab4ce607bb6f6ced6429bcf82924b78619469ead5fa0c8c7e2d0ed44 108526 
lxterminal_0.1.11-2_amd64.deb
Files: 
 c8ec1dea6eb9c2141ff1dc4f17db2f0c 1439 x11 extra lxterminal_0.1.11-2.dsc
 9a68e41d2015d54d62f3f287091b172f 12101 x11 extra 
lxterminal_0.1.11-2.debian.tar.bz2
 34f10688a89fddd4f5a09f0789d41f7b 108526 x11 extra lxterminal_0.1.11-2_amd64.deb

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

iEYEARECAAYFAk7kaDsACgkQnQYz4bYlCYWpdgCfQplvUW+g4dJy6B0pQ0qAsBAR
jYUAn26ZNNo7bc9bEev8NORWuJehMuw9
=iQ/d
-END PGP SIGNATURE-


Accepted:
lxterminal_0.1.11-2.debian.tar.bz2
  to main/l/lxterminal/lxterminal_0.1.11-2.debian.tar.bz2
lxterminal_0.1.11-2.dsc
  to main/l/lxterminal/lxterminal_0.1.11-2.dsc
lxterminal_0.1.11-2_amd64.deb
  to main/l/lxterminal/lxterminal_0.1.11-2_amd64.deb


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



Accepted pdftoipe 20110916-1 (source amd64)

2011-12-11 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 02:00:30 -0600
Source: pdftoipe
Binary: pdftoipe
Architecture: source amd64
Version: 20110916-1
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins s...@debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 pdftoipe   - converts arbitrary PDF file to XML file readable by Ipe
Changes: 
 pdftoipe (20110916-1) unstable; urgency=low
 .
   * New upstream.  Upstream renamed parseargs.c to parseargs.cc, so remove
 the rename from debian/rules.
Checksums-Sha1: 
 948bb30742b07bda6ac7a5a8bdf7d89e804147bc 1091 pdftoipe_20110916-1.dsc
 2cd4f70ebafa0310bbc3a0217f7d6acad2eda10f 105648 pdftoipe_20110916.orig.tar.gz
 1a8d3d103794f522772b85654b87a8d361218eeb 1797 pdftoipe_20110916-1.debian.tar.gz
 6eba4ff3522e3ffea35ab4039f560332d41c5cd5 24322 pdftoipe_20110916-1_amd64.deb
Checksums-Sha256: 
 5adfe592c135aabd3cff05381f873373dda3df4d1574b1ff96f75cbd80466217 1091 
pdftoipe_20110916-1.dsc
 0c331d7d5ce7d0cca5d64e5f26a3a24934810896cdcbb4a18ce30b9245bdcfae 105648 
pdftoipe_20110916.orig.tar.gz
 dfe53e54da0e54945852a4e7a5663f9bd3578a47d91c5787955d5e460f7ff3cf 1797 
pdftoipe_20110916-1.debian.tar.gz
 bb8c3c5ed638cf069d57622720ec995f5cabbbce0dbc17ab857ad07f6ce41db2 24322 
pdftoipe_20110916-1_amd64.deb
Files: 
 342ff2beea10fc37e4166ef6b2914a79 1091 graphics optional pdftoipe_20110916-1.dsc
 3835546c22c50b84f1e6ea5f9fd5a9e0 105648 graphics optional 
pdftoipe_20110916.orig.tar.gz
 3e2e2f90aa1ab28309570b5515e6dd05 1797 graphics optional 
pdftoipe_20110916-1.debian.tar.gz
 0e8b03d4fcbfb8b66cc9d25a59fd597c 24322 graphics optional 
pdftoipe_20110916-1_amd64.deb

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

iD8DBQFO5GbA0i2bPSHbMcURAjuQAJsH0xaQXYWPNWhxTX3VXQeoaDe+/wCffkr3
w4EyYl2tazxk9NSQrRj03e8=
=IRF0
-END PGP SIGNATURE-


Accepted:
pdftoipe_20110916-1.debian.tar.gz
  to main/p/pdftoipe/pdftoipe_20110916-1.debian.tar.gz
pdftoipe_20110916-1.dsc
  to main/p/pdftoipe/pdftoipe_20110916-1.dsc
pdftoipe_20110916-1_amd64.deb
  to main/p/pdftoipe/pdftoipe_20110916-1_amd64.deb
pdftoipe_20110916.orig.tar.gz
  to main/p/pdftoipe/pdftoipe_20110916.orig.tar.gz


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



Accepted soqt 1.5.0-2 (source amd64)

2011-12-11 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 02:57:02 -0600
Source: soqt
Binary: libsoqt4-20 libsoqt-dev-common libsoqt4-dev
Architecture: source amd64
Version: 1.5.0-2
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins s...@debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 libsoqt-dev-common - Qt GUI component toolkit for Inventor - common 
development files
 libsoqt4-20 - Qt4 GUI component toolkit for Inventor - runtime
 libsoqt4-dev - Qt4 GUI component toolkit for Inventor - development
Closes: 633323
Changes: 
 soqt (1.5.0-2) unstable; urgency=low
 .
   * Switch to source format 3.0 (quilt).
 .
   * rules: Empty dependency_libs from .la files.  Closes: #633323.
Checksums-Sha1: 
 bc8ab9532e9685adb67697a008b7fcec1c65a2c9 1212 soqt_1.5.0-2.dsc
 a66a2881ed4ef886f0503cf25b35fb964368e860 8882 soqt_1.5.0-2.debian.tar.gz
 bd57f7a277713b51c913323c62a21b0d8eb861cd 289492 libsoqt4-20_1.5.0-2_amd64.deb
 946cbf16e1dd12a734f2279fc63241fd96110d1e 495514 
libsoqt-dev-common_1.5.0-2_amd64.deb
 ddcccefe41a00f5858400bb519712209bc1b08b6 392788 libsoqt4-dev_1.5.0-2_amd64.deb
Checksums-Sha256: 
 7c431bc50c18cc609e9c18bc00dad6886ce3003fc6eb056ed7f442e941c24e70 1212 
soqt_1.5.0-2.dsc
 c40dee9a5a26dede9dd92da34fbb9ef7560b09babe21ac63c42c6f79785968db 8882 
soqt_1.5.0-2.debian.tar.gz
 c49a08a2fd98a26e8b0cc5c8ae8b69390bbb423abfc806108a9391ba93071490 289492 
libsoqt4-20_1.5.0-2_amd64.deb
 b236b8dad01c48a1eba6b9bf73f03c9b195f56e345e25636c86741b57e882a35 495514 
libsoqt-dev-common_1.5.0-2_amd64.deb
 5a7c8fda6be7c4b97bdcc4ddc61f1225400f440ca474004f8a879db18720e1db 392788 
libsoqt4-dev_1.5.0-2_amd64.deb
Files: 
 22ae7914232bb79c12069c82079f01e9 1212 graphics optional soqt_1.5.0-2.dsc
 097e59414c1d025b1853ba86fe22a970 8882 graphics optional 
soqt_1.5.0-2.debian.tar.gz
 e56d034ea099cce1b9b07c7e365418c4 289492 libs optional 
libsoqt4-20_1.5.0-2_amd64.deb
 aa5ab80c0504982bcfec44c0ca0f4f35 495514 libdevel optional 
libsoqt-dev-common_1.5.0-2_amd64.deb
 abdf5f8a35a250e7c2187baa98264f0d 392788 libdevel optional 
libsoqt4-dev_1.5.0-2_amd64.deb

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

iD8DBQFO5HiG0i2bPSHbMcURAhwxAKCJnLsZdBGwaq8SInWiIolmYD3FcQCgtx36
n1pwkRA2gAkeQupgoI9HoQU=
=dp4A
-END PGP SIGNATURE-


Accepted:
libsoqt-dev-common_1.5.0-2_amd64.deb
  to main/s/soqt/libsoqt-dev-common_1.5.0-2_amd64.deb
libsoqt4-20_1.5.0-2_amd64.deb
  to main/s/soqt/libsoqt4-20_1.5.0-2_amd64.deb
libsoqt4-dev_1.5.0-2_amd64.deb
  to main/s/soqt/libsoqt4-dev_1.5.0-2_amd64.deb
soqt_1.5.0-2.debian.tar.gz
  to main/s/soqt/soqt_1.5.0-2.debian.tar.gz
soqt_1.5.0-2.dsc
  to main/s/soqt/soqt_1.5.0-2.dsc


-- 
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/e1rzg08-0007es...@franck.debian.org



Accepted dkopp 6.0-1 (source amd64)

2011-12-11 Thread Leo Iannacone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 11:01:21 +0100
Source: dkopp
Binary: dkopp
Architecture: source amd64
Version: 6.0-1
Distribution: unstable
Urgency: low
Maintainer: Leo Iannacone l...@ubuntu.com
Changed-By: Leo Iannacone l...@ubuntu.com
Description: 
 dkopp  - Full and incremental backup to DVD
Closes: 650446
Changes: 
 dkopp (6.0-1) unstable; urgency=low
 .
   * Imported Upstream version 6.0
   * Refresh 01-desktop_file.patch
   * Refresh 02-makefile.patch
   * Drop patch 03-nonlinux_ftbfs.patch. Changes are now in upstream
   * New maintainer (Closes: #650446)
Checksums-Sha1: 
 19d78273d3e072c551f1ebc73295315ed28cbab5 1189 dkopp_6.0-1.dsc
 ab2331819c48b893ac438130a3e1323dc926c81a 828892 dkopp_6.0.orig.tar.gz
 6cc112d9a6c31b940c3e36bedffc6bcf845a360e 3781 dkopp_6.0-1.debian.tar.gz
 50e66b1622be157a8a89dc2f344ecedf0d2f4f88 672924 dkopp_6.0-1_amd64.deb
Checksums-Sha256: 
 83b6ac33076e52f1334f8d450a5277a293df5c1511ce5efd8a57f6148ce514b5 1189 
dkopp_6.0-1.dsc
 ce757b8f9bf79cd553bfd798259ecaf87418bf5d28f56f7d03c68dfb31cd3aea 828892 
dkopp_6.0.orig.tar.gz
 60366fd06f93e2767b3c2ecdeac88cc2a50c573df6fdcb73a420c2a45a3ad737 3781 
dkopp_6.0-1.debian.tar.gz
 88050df5e3e71a99390a7655fea544c32ef983d5650618aa21030b47ab915131 672924 
dkopp_6.0-1_amd64.deb
Files: 
 d8dbbb7c215c4792c13b9827d9d84a4d 1189 admin optional dkopp_6.0-1.dsc
 188b58329610047fd8cf2d69acee99a6 828892 admin optional dkopp_6.0.orig.tar.gz
 3a09d86e3a348575171a9df79883b459 3781 admin optional dkopp_6.0-1.debian.tar.gz
 7e91ed6f71449bb4e94292c013eec506 672924 admin optional dkopp_6.0-1_amd64.deb

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

iEYEARECAAYFAk7kgNUACgkQRdSMfNz8P9C6IgCdHvvNS5N5dClRLndMBP/OSjDG
KVYAn1+0r+0b/UuJ+AQijZEIWa7pyI5+
=LW81
-END PGP SIGNATURE-


Accepted:
dkopp_6.0-1.debian.tar.gz
  to main/d/dkopp/dkopp_6.0-1.debian.tar.gz
dkopp_6.0-1.dsc
  to main/d/dkopp/dkopp_6.0-1.dsc
dkopp_6.0-1_amd64.deb
  to main/d/dkopp/dkopp_6.0-1_amd64.deb
dkopp_6.0.orig.tar.gz
  to main/d/dkopp/dkopp_6.0.orig.tar.gz


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



Accepted unetbootin 565-3 (source i386 all)

2011-12-11 Thread Muneeb Shaikh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 04:56:56 +0530
Source: unetbootin
Binary: unetbootin unetbootin-translations
Architecture: source i386 all
Version: 565-3
Distribution: unstable
Urgency: low
Maintainer: Muneeb Shaikh iammun...@gmail.com
Changed-By: Muneeb Shaikh iammun...@gmail.com
Description: 
 unetbootin - installer of Linux/BSD distributions to a partition or USB drive
 unetbootin-translations - translations for unetbootin distribution installer
Closes: 635013 649102
Changes: 
 unetbootin (565-3) unstable; urgency=low
 .
   * Reverted to debhelper 7.
 .
 unetbootin (565-2) unstable; urgency=low
 .
   * debian/control
 - Bumped debhelper version to 8 which should be required in future.
 - Removed version from libqt4-dev as it doesn't need a version
   to be specified.
 .
 unetbootin (565-1) unstable; urgency=low
 .
   * New upstream release.
   * Menu entry with icon. (Closes: 635013)
   * Only build for architectures where syslinux is available. (Closes: 649102)
   * debian/copyright
 - Updated headers to machine readable format and updated license.
Checksums-Sha1: 
 bc75f4a6b2791361a57e27d519fc5ce64da6edd1 1310 unetbootin_565-3.dsc
 6c1151cb6a8630263510aba450a320f3ccc72320 715383 unetbootin_565.orig.tar.gz
 927ac153dde686f1e7eb585e11f53a2405b1025c 6284 unetbootin_565-3.debian.tar.gz
 99d038708b767e165aa5eee2ff1c2a9537d77aec 293620 unetbootin_565-3_i386.deb
 0647ea0b84a77b5a058d949e3763af82db60cc61 539362 
unetbootin-translations_565-3_all.deb
Checksums-Sha256: 
 fd41fb9aca20ab450b8a2f03f147112ce279f733c3cfe2954448d86b71e50005 1310 
unetbootin_565-3.dsc
 cfb29ca0e145774e1ecc95be95aebc68bcb5de2f9a8ffb25104f3059f99a713e 715383 
unetbootin_565.orig.tar.gz
 f839b567d551f6673cbacff2f9f4b136aea77528673eed49d825f996b5441b53 6284 
unetbootin_565-3.debian.tar.gz
 73404d76e6302c927014a0ea9abec84db5b48292d57d4fffbf44501aa1f59d5f 293620 
unetbootin_565-3_i386.deb
 c2d746c51265b14c33b1dd59e6f5a0ae290b1117f5f90c224885317fd51911fd 539362 
unetbootin-translations_565-3_all.deb
Files: 
 7c4a8f1f33eb2ccb855b7491ea2da49d 1310 utils optional unetbootin_565-3.dsc
 6f200870406a229598c8db2573738c6b 715383 utils optional 
unetbootin_565.orig.tar.gz
 f2047ce06540d1108f2b28d23256aa75 6284 utils optional 
unetbootin_565-3.debian.tar.gz
 fa80ce70bdf93142f1470907e92298a1 293620 utils optional 
unetbootin_565-3_i386.deb
 49eb839bf5b7ccab228a1efa078ca7f0 539362 utils optional 
unetbootin-translations_565-3_all.deb

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

iEYEARECAAYFAk7khTMACgkQchorMMFUmYwwIgCghMfYnQbswiFuy1ysdSkKBczN
F14An0ol9vWX4a2TjPsmhej2YwA8RBem
=QegZ
-END PGP SIGNATURE-


Accepted:
unetbootin-translations_565-3_all.deb
  to main/u/unetbootin/unetbootin-translations_565-3_all.deb
unetbootin_565-3.debian.tar.gz
  to main/u/unetbootin/unetbootin_565-3.debian.tar.gz
unetbootin_565-3.dsc
  to main/u/unetbootin/unetbootin_565-3.dsc
unetbootin_565-3_i386.deb
  to main/u/unetbootin/unetbootin_565-3_i386.deb
unetbootin_565.orig.tar.gz
  to main/u/unetbootin/unetbootin_565.orig.tar.gz


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



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

2011-12-11 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Dec 2011 22:36:42 +0100
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.11.2.902-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Cyril Brulebois k...@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.11.2.902-1) unstable; urgency=low
 .
   [ Julien Cristau ]
   * New upstream release candidate (1.11.3 RC2)
Checksums-Sha1: 
 167f59c643bb6fb537142b33780f1fc055f967e7 3488 xorg-server_1.11.2.902-1.dsc
 bbb7864a59189d77c749e4c598820264749ec1ed 6630915 
xorg-server_1.11.2.902.orig.tar.gz
 e46b263c784a8f88957c666006ef0d05acc5f421 396482 
xorg-server_1.11.2.902-1.diff.gz
 53cd406c8b1fd915e8012a23b68587c47ce52dd6 1278594 
xserver-common_1.11.2.902-1_all.deb
 67acc98645f49aeb8894bc8a54fda7bfa5671434 1756706 
xserver-xorg-core_1.11.2.902-1_amd64.deb
 649cf6a28e063298fe9ad316283e25bbc6591202 1066670 
xserver-xorg-core-udeb_1.11.2.902-1_amd64.udeb
 69a5f20a705478f094d4e1e6b490b0464404d2a5 310786 
xserver-xorg-dev_1.11.2.902-1_amd64.deb
 9bd3c46317f13c349fe0c2aee9c161189e54c3f1 917972 xdmx_1.11.2.902-1_amd64.deb
 07326f7913a92f76d7a1d25c9d98d57f830cbe55 123644 
xdmx-tools_1.11.2.902-1_amd64.deb
 559fba854b67fbd0e7ac3c5c24b6e948c8aca93a 814892 xnest_1.11.2.902-1_amd64.deb
 e5b8eea3f65458bba29457dd2a4280707b6ddb76 915404 xvfb_1.11.2.902-1_amd64.deb
 e219d4a49707e178f5e2443ba6260055090fc192 1009628 
xserver-xephyr_1.11.2.902-1_amd64.deb
 edfce588e38eb7e01aaddaf449144dc65827e254 930098 
xserver-xfbdev_1.11.2.902-1_amd64.deb
 6655db7875768717a2df75510bb023c94b065553 6216908 
xserver-xorg-core-dbg_1.11.2.902-1_amd64.deb
Checksums-Sha256: 
 856c9d0a4117b18dfdd1e4501d0b5f79eddd220183485e853bf4f35ebefdb553 3488 
xorg-server_1.11.2.902-1.dsc
 5a14200b6cd5506ee218506ac05fbe451039eaccab044033acccf38d286b6bd4 6630915 
xorg-server_1.11.2.902.orig.tar.gz
 a49af74998d232831fece7cb4140cc950bc6757f799baf6ba1a38aed4312e9e4 396482 
xorg-server_1.11.2.902-1.diff.gz
 429d570f13f5b7737e17d6fb3ff1eae324743556d0f8dae7cfcb2ebe00458bf1 1278594 
xserver-common_1.11.2.902-1_all.deb
 42bb195c154a39ea8a18f9d81093607f0304d8c6fd0ccd30e763e4eac77da82c 1756706 
xserver-xorg-core_1.11.2.902-1_amd64.deb
 c363c7bb60c094ac0f01cb26585739e4da4e9d32469ad909eb9a8d0f426f9d56 1066670 
xserver-xorg-core-udeb_1.11.2.902-1_amd64.udeb
 170ca080f5a5205e8f9c201c03a659156a3102b59e727dad2c87e026dffccf2f 310786 
xserver-xorg-dev_1.11.2.902-1_amd64.deb
 491db51cc51215030742536901804e800da177533217a72d88505b8c2fcc5593 917972 
xdmx_1.11.2.902-1_amd64.deb
 371eb2f40140fc91da6eb1932cb51b37c822a30b5e995295fd0b7bef844daf91 123644 
xdmx-tools_1.11.2.902-1_amd64.deb
 954c6baba23bb730b1825dab584892c62c82c48b1e96d8354265ea2eadb155c8 814892 
xnest_1.11.2.902-1_amd64.deb
 ec6c6942f7aab966fe497beab900f6c4d9e1ff276a146fb0798df65a222478d6 915404 
xvfb_1.11.2.902-1_amd64.deb
 41490fe62e8b485560a5c7c5a2bf28fd85c1d8c4970a5e6949ab0ac12ed08e38 1009628 
xserver-xephyr_1.11.2.902-1_amd64.deb
 6426cb557b84a1dcf0d4865b6ad7ae731d916246299ab6cde670361cc2223619 930098 
xserver-xfbdev_1.11.2.902-1_amd64.deb
 a6f0c22ecbd7d1c4f3032917ea2c30ab76c5aa00a16d13a7c52413017f32feb6 6216908 
xserver-xorg-core-dbg_1.11.2.902-1_amd64.deb
Files: 
 09998720c02d7b32807912b322c7b6e3 3488 x11 optional xorg-server_1.11.2.902-1.dsc
 0f86a16d4e1e899170a087d51cee4df1 6630915 x11 optional 
xorg-server_1.11.2.902.orig.tar.gz
 98fff751dcf49fdc4a4f20ac4b6b5cfd 396482 x11 optional 
xorg-server_1.11.2.902-1.diff.gz
 7498209c4ce998c1a932b84299d89f16 1278594 x11 optional 
xserver-common_1.11.2.902-1_all.deb
 3af1adf1b4e236eec0c0ed4e7537f891 1756706 x11 optional 
xserver-xorg-core_1.11.2.902-1_amd64.deb
 cd513b33e404d1ea33c5604eb7c0b166 1066670 debian-installer optional 
xserver-xorg-core-udeb_1.11.2.902-1_amd64.udeb
 158488e2e6f8fda42c893f160abfbda4 310786 x11 optional 
xserver-xorg-dev_1.11.2.902-1_amd64.deb
 8984dade09ddbfb70c42a52fcc998ed8 917972 x11 optional 
xdmx_1.11.2.902-1_amd64.deb
 07bf0eba5f29053fe13cb982f712c3de 123644 x11 optional 
xdmx-tools_1.11.2.902-1_amd64.deb
 50a4d390512a152d8f9a338a73736c81 814892 x11 optional 
xnest_1.11.2.902-1_amd64.deb
 cb6bd4f7b87b99082b82fcfe7994d866 915404 x11 optional 
xvfb_1.11.2.902-1_amd64.deb
 0957b84a5a6fb2d7316dda977cef4cf1 

Accepted python-pynast 1.1-3 (source all)

2011-12-11 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Nov 2011 11:22:19 +0100
Source: python-pynast
Binary: pynast
Architecture: source all
Version: 1.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 pynast - alignment of short DNA sequences
Changes: 
 python-pynast (1.1-3) unstable; urgency=low
 .
   [ Steffen Moeller ]
   * Rendering Tim's fixes available for Debian
   * Moving pynast from contrib to main. The dependency cogent
 got its non-freeness resolved.
   * Changing name from python-pynast to pynast.
 .
   [ Andreas Tille ]
   * debian/control:
 - Added myself and Tim Booth tbo...@ceh.ac.uk to Uploaders
 - Fixed Vcs fields
 - Removed duplicated ${misc:Depends}
 - Removed unneeded ${shlibs:Depends}
 - Depends: libjs-jquery, libjs-underscore
 - Moved citation information from long description to
   upstream-metadata.yaml
 - Moved information about previous versions from long description
   to README.Debian
 - Provides/Replaces/Conflicts: python-pynast to enable smooth
   upgrades after renaming the package
   * debian/copyright: DEP5
   * Dephelper 8 (control+compat)
   * debian/links: Link packages JavaScript libraries
   * debian/rules: remove incomplete links to JavaScript libraries
   * debian/doc-base: created docbase file
   * debian/pynast.1: escape hyphen character
   * debian/upstream-metadata.yaml: Citation information
   * debian/README.Debian: Replaced outdated and useless content by
 some information about previous upstream versions (previosely
 mentioned in long description)
Checksums-Sha1: 
 fe542a678d3fc9c09fe461200bdf78a81c51d5e0 1470 python-pynast_1.1-3.dsc
 69932b10807535084f8c9daed02a928719883361 4501 python-pynast_1.1-3.debian.tar.gz
 0012df70983af5e443af746790db3ffc8126df98 42226 pynast_1.1-3_all.deb
Checksums-Sha256: 
 9ff6c56c2a2087c88277fe58f5312870b11cf3617e6b06d835dd81cee6e21d85 1470 
python-pynast_1.1-3.dsc
 f0caecc891b7a1d0ca616422042fde38e24996297fc4c64eba1009a9eb47cd38 4501 
python-pynast_1.1-3.debian.tar.gz
 e2151834ffa7a1d19605cb012237168e4fdbc198ebf3c66af3a397f7f41a15bd 42226 
pynast_1.1-3_all.deb
Files: 
 0f543bfd5b94f7267f80a1ed5832725c 1470 python extra python-pynast_1.1-3.dsc
 e96351ae4582b98c37c3a6fb01e43b9a 4501 python extra 
python-pynast_1.1-3.debian.tar.gz
 00a22c2d031c3a02a2ea61d6472fbe94 42226 python extra pynast_1.1-3_all.deb

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

iEYEARECAAYFAk7U1rcACgkQYDBbMcCf01obIACdF47HZsN1eqsQ3fE6EVZ4gYyC
VGUAnRujITr3x1lfNCEPYpXs13ULYk5R
=2bPi
-END PGP SIGNATURE-


Accepted:
pynast_1.1-3_all.deb
  to main/p/python-pynast/pynast_1.1-3_all.deb
python-pynast_1.1-3.debian.tar.gz
  to main/p/python-pynast/python-pynast_1.1-3.debian.tar.gz
python-pynast_1.1-3.dsc
  to main/p/python-pynast/python-pynast_1.1-3.dsc


-- 
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/e1rzhdy-0003mu...@franck.debian.org



Accepted qiime 1.3.0-2 (source all amd64)

2011-12-11 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Nov 2011 09:23:18 +0100
Source: qiime
Binary: qiime qiime-doc
Architecture: source amd64 all
Version: 1.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 qiime  - Quantitative Insights Into Microbial Ecology
 qiime-doc  - Quantitative Insights Into Microbial Ecology (tutorial)
Closes: 639389
Changes: 
 qiime (1.3.0-2) unstable; urgency=low
 .
   * debian/control:
 - Added myself to uploaders
 - moved from contrib/science to science because there are
   no non-free components used any more
 - Removed duplicated entry ${misc:Depends}
 - Extra package qiime-doc arch all to avoid
 - Provides/Replaces/Conflicts denoiser
 - Fix Vcs fields
 - DM-Upload-Allowed: yes
 - Build-Depends:
+ python-all-dev (= 2.6) (instead of python-central)
+ python-sphinx to create python documentation
   * debian/rules:
 - short dh notation instead of cdbs
   Closes: #639389
 - allow overriding python2 by environemnt which helps backporters
   like Tim for BioLinux
 - use calculated $(pkg) variable instead of fixed string 'qiime'
   * debian/{rules,qiime.install}: Adapted to new binary package layout
   * debian/qiime.{doc,links}: Move documentation into place and use
 packaged JavaScript libraries
   * debian/qiime-doc.doc-base
   * debian/upstream-metadata.yaml
Checksums-Sha1: 
 4af4e6c4eb1cbc3d1d6502ca0af5cbb78dab0372 1520 qiime_1.3.0-2.dsc
 03656439d79692b92e7ffd15b2b29a8b906f7f96 10351 qiime_1.3.0-2.debian.tar.gz
 361ef608537b7b6d27a7522559ef9af2d850db82 499466 qiime_1.3.0-2_amd64.deb
 0f1dad78f03dd7c24143187c55d4c446df402c38 4953542 qiime-doc_1.3.0-2_all.deb
Checksums-Sha256: 
 f4eede7f0e79a5bac37e8a33b7709492e8cdc2fa7f7ef84a24d83c186b6e9ba5 1520 
qiime_1.3.0-2.dsc
 6f05ecf902912482876bc938b5f9d4c864654c16fab3121be865773190046f26 10351 
qiime_1.3.0-2.debian.tar.gz
 c91b7f48795e45c0aed778315fc2f098286dbbcc70de05d96925ceee83e0adde 499466 
qiime_1.3.0-2_amd64.deb
 d9f3b14838ef200e740cd4396118061f35d3e0278f6a4c81e118d9fc0f58bd23 4953542 
qiime-doc_1.3.0-2_all.deb
Files: 
 96cf876a3edeaf8bfe53c8176e010b8b 1520 science extra qiime_1.3.0-2.dsc
 aa895531f2cc5047967717a925bdb4cd 10351 science extra 
qiime_1.3.0-2.debian.tar.gz
 f86fe1f87be1bcfb72e5e517afe7daec 499466 science extra qiime_1.3.0-2_amd64.deb
 c18f1b4819a2f014b1e426faf42e8c80 4953542 doc extra qiime-doc_1.3.0-2_all.deb

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

iEYEARECAAYFAk7U8bYACgkQYDBbMcCf01otPACfR/bhBFcYyC2Bs12NcwwJbZJU
pQsAn1Z8XWHWzfd7uB1iSKjDPm5B9rgX
=OvHF
-END PGP SIGNATURE-


Accepted:
qiime-doc_1.3.0-2_all.deb
  to main/q/qiime/qiime-doc_1.3.0-2_all.deb
qiime_1.3.0-2.debian.tar.gz
  to main/q/qiime/qiime_1.3.0-2.debian.tar.gz
qiime_1.3.0-2.dsc
  to main/q/qiime/qiime_1.3.0-2.dsc
qiime_1.3.0-2_amd64.deb
  to main/q/qiime/qiime_1.3.0-2_amd64.deb


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



Accepted ocrfeeder 0.7.7-1 (source all)

2011-12-11 Thread Alberto Garcia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Dec 2011 18:21:56 +0200
Source: ocrfeeder
Binary: ocrfeeder
Architecture: source all
Version: 0.7.7-1
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Alberto Garcia agar...@igalia.com
Description: 
 ocrfeeder  - Document layout analysis and optical character recognition system
Closes: 646605
Changes: 
 ocrfeeder (0.7.7-1) unstable; urgency=low
 .
   * New upstream release (Closes: #646605).
   * debian/watch: scan for .xz files, upstream no longer uses bz2.
   * debian/copyright: rewrite using the machine-readable format.
   * debian/control: add build dependency on python-reportlab.
   * 03_missing-help-file.patch: upstream forgot to add this file.
Checksums-Sha1: 
 676a44a8eb0f0a329b85682793b7299c9f23946b 2175 ocrfeeder_0.7.7-1.dsc
 ddb86d69c02fc68b94f3209d6fd30ca04cae2401 738952 ocrfeeder_0.7.7.orig.tar.xz
 c54695e5a8302319f4503aa3a3474f81935942ec 4131 ocrfeeder_0.7.7-1.debian.tar.gz
 2d1deaf916acf3eab75911538288597060f5d0d9 733470 ocrfeeder_0.7.7-1_all.deb
Checksums-Sha256: 
 1f3d7969a8de8a8cb46dfd8255a0cedf246576cd63a5fa4c4847c45b6bc088ad 2175 
ocrfeeder_0.7.7-1.dsc
 09bb021dca7997b52b080ba34ec4cc2a649ea0c6bdd4c37f58fe269ed8387e97 738952 
ocrfeeder_0.7.7.orig.tar.xz
 601de7e13653b82886c0ccb8837ccc310ded406e83ef683a1f216e89a3a7e34a 4131 
ocrfeeder_0.7.7-1.debian.tar.gz
 7ac466688199fddd885dc76f9852d84d1901b53584941c109778ca2b5fc4d334 733470 
ocrfeeder_0.7.7-1_all.deb
Files: 
 3795bf590706e6b2f3054b64181caf7e 2175 graphics optional ocrfeeder_0.7.7-1.dsc
 66cbfed490288c330001412c84d16df0 738952 graphics optional 
ocrfeeder_0.7.7.orig.tar.xz
 c2858bf781fd7698a64ed20f1e04dbae 4131 graphics optional 
ocrfeeder_0.7.7-1.debian.tar.gz
 5052fca5736ef5f04c5955ce1888fef8 733470 graphics optional 
ocrfeeder_0.7.7-1_all.deb

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

iQIVAwUBTuSeS74yGa8+1BNBAQiVNw/7BHTQ++A/Ou41hB9P4D9yK93X1PRab0JX
P00MZPXcqHPlOkB4qRVwVAWZXwFx3G09zJmO5ckPDxcF4gQJuv2fVvEOXZqMDRnZ
bwH0YM7+xkhtemRmli2ScduufUQQRQm6S3LS1eL36FXULefjcCTi0815XWnkrnVo
UqUvsclVVVtgDXg48g7huPH5vqL5uJpOL5ESAHTwvGN2O4wJSiGCLMZY5/6K5jdn
/D/06CHnN9hqkqSZnYkt6jvA2BPqIusaDgRpIlMvXWQ38yPIoosGudGnXea/gs0Z
N+O+XMr/5nK/yLCbi4j4MTKAbWaJzuuwHd7rgFJ5YTtuuy2C5GhPkZPs1Jy5+or8
VxpnNGWAkB4LZxmFP1a2Kgpb1P4XSFDx93bUfjgUktIqCBcaPjr1mhuXuYOYdEnz
QsciZTuxuHDgwnDcS1ZLsX6J6/H0mS6b+DIvSq0OZx2HE9Ia2N8fivzpCVn8hGja
gVba3+hlraa8pF3Qsxk+me07nVnV7oJrrvN0Jc4E0K6+gimigs8xkMnlFmXH5x+X
tcy5Gw+lYWifgNrtmgwIy0KDrjd+pmrb8GTB0OAPboWRcXs0UyNO/g7a+wWUIl2c
Wtxd1vEDdg88WYf7MFZnaXPEEb7+7U4vtF6EfeepG/UOLEEF01opXKZrmDQ/b3mi
8di1IOnyDns=
=J1Pb
-END PGP SIGNATURE-


Accepted:
ocrfeeder_0.7.7-1.debian.tar.gz
  to main/o/ocrfeeder/ocrfeeder_0.7.7-1.debian.tar.gz
ocrfeeder_0.7.7-1.dsc
  to main/o/ocrfeeder/ocrfeeder_0.7.7-1.dsc
ocrfeeder_0.7.7-1_all.deb
  to main/o/ocrfeeder/ocrfeeder_0.7.7-1_all.deb
ocrfeeder_0.7.7.orig.tar.xz
  to main/o/ocrfeeder/ocrfeeder_0.7.7.orig.tar.xz


-- 
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/e1rzizk-000352...@franck.debian.org



Accepted exaile 0.3.2.2-2 (source all)

2011-12-11 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 02 Dec 2011 21:11:06 -0800
Source: exaile
Binary: exaile exaile-plugin-contextinfo exaile-plugin-ipod 
exaile-plugin-moodbar
Architecture: source all
Version: 0.3.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Vincent Cheng vincentc1...@gmail.com
Changed-By: Vincent Cheng vincentc1...@gmail.com
Description: 
 exaile - flexible, full-featured audio player
 exaile-plugin-contextinfo - Exaile plugin for contextual information
 exaile-plugin-ipod - Exaile plugin for iPod support
 exaile-plugin-moodbar - Exaile plugin for moodbar
Changes: 
 exaile (0.3.2.2-2) unstable; urgency=low
 .
   * Drop libgtk2.0-dev, intltool, intltool-debian from build dependencies.
   * Split contextinfo, ipod, and moodbar plugins into separate binary
 packages (and add debian/NEWS file to mention this change).
   * Merge Exaile's list of dependencies in Debian and Ubuntu:
 - Debian: remove dependency on python-sqlite2, libgstreamer0.10-0,
   gstreamer0.10-plugins-base, gstreamer0.10-alsa | gstreamer0.10-esd,
   python-glade2, python-pyvorbis, python-feedparser; remove recommends on
   python-gamin, python-gtkmozembed.
 - Ubuntu: remove depends/recommends on hal, python-sexy; remove suggests
   on gstreamer0.10-plugins-{ugly,bad}-multiverse.
   * Remove debian/patches/makefile_prefix.patch; use an override target in
 debian/rules instead to change prefix path.
   * Backport 128x128 icon from upstream to avoid displaying a pixelated icon
 in Unity's Dash.
 - Import debian/patches/20_dash_icon.patch from Ubuntu to not install
   48x48 icon.
Checksums-Sha1: 
 7e467bf4ed6330fc14c697155a4e948d7c8cb3dc 2140 exaile_0.3.2.2-2.dsc
 06cee40c80b5ee5de71738e3ed3dc565ced25978 24233 exaile_0.3.2.2-2.debian.tar.gz
 83f922489187d42e2443e06893d80f788e05 1171620 exaile_0.3.2.2-2_all.deb
 0ded61bda181878838e6b28a7c45a2be0a4ca4fa 58450 
exaile-plugin-contextinfo_0.3.2.2-2_all.deb
 2cd66850e6bc1f21b194e9bbec15868e6745b5bb 10240 
exaile-plugin-ipod_0.3.2.2-2_all.deb
 2edd27d77db46add45357c6ba2d79e7513bf4893 14788 
exaile-plugin-moodbar_0.3.2.2-2_all.deb
Checksums-Sha256: 
 8c2c849a732f4975d634b6768d8aa4f7bc9e46e9d168c2b1f4dca47d50f02cc9 2140 
exaile_0.3.2.2-2.dsc
 27dd9e517e3618b0651a9d962fe540ae994032943eced086cea04ffcc14d8f84 24233 
exaile_0.3.2.2-2.debian.tar.gz
 243986cd29107a7e0e67f24bba8f361aeaefd87fcf73c9b6bf79e1a0df4c3329 1171620 
exaile_0.3.2.2-2_all.deb
 b23838a8830ebc71bc96e9d1cf25819ee49bb5ab0aaf783f368fb95229ca4318 58450 
exaile-plugin-contextinfo_0.3.2.2-2_all.deb
 803ba1cf05ec837ba111a9574fbf7f855864ba16d7124a4a8b105f2d40a45e3f 10240 
exaile-plugin-ipod_0.3.2.2-2_all.deb
 48e4d58aad23f923de8ad3242ef1883972fc7192469b55e365484e79b075be56 14788 
exaile-plugin-moodbar_0.3.2.2-2_all.deb
Files: 
 d12a069ebffa23d0fcdebfa34dd201b6 2140 sound optional exaile_0.3.2.2-2.dsc
 cd417d6a7e2ad478602dfd26355a0c3d 24233 sound optional 
exaile_0.3.2.2-2.debian.tar.gz
 fa0cb5bc1555ea5a1e518b8a8ed70b99 1171620 sound optional 
exaile_0.3.2.2-2_all.deb
 683850eedb3296f45482a27c75bceafe 58450 sound optional 
exaile-plugin-contextinfo_0.3.2.2-2_all.deb
 a79b77adc2f97538dd1d6b2a407a24b4 10240 sound optional 
exaile-plugin-ipod_0.3.2.2-2_all.deb
 1a629c39efb56bfb8bc755c5be0f3fdd 14788 sound optional 
exaile-plugin-moodbar_0.3.2.2-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Signed by Ana Guerrero

iQIcBAEBCAAGBQJO47vJAAoJELNGT4lqoVlIXT4QAL3xqkKMGHYypGJjADpIGZQP
TyVk+R48rp6+zfQpLFjDIb+nS2s+C04Yfr525b8h5BOLtJj7mwrGeJXqK7bVH8t5
A9VeKMwjZ238xcVsSa5qxtv36R2aIVjsNNN8A3g6sr3XK0HWGUzjpxmzwCwP8gNZ
1xIZF5iz27Txq+flgHwnsmQ5gkjiSjLnfHuGBDqVs4g58CfBlOxh5/hL0rRhxwRD
07vwFKzbwKy3saYPA6V77CpO8KQHrCU20WdLJeP0bBdUXEmuSHDAVoNSnpeZZxz+
UlPMqFSU1qj2yhlMubCnjs0R6afjjcPPT+oJwERSV4WlUM05RL0v2jT+78MtjeY6
3y5vMjBqpiP58V9KwycK6L8ksYnLD2k5xNgeqVBhILY2bymsDl0fS7oyw0+6BlD+
qDl2yxuo0EuVNlngbAmRBgX04/bz6xqgAwrxEpgtuZ6NcHwLNV3VUVtKpPxWRgsr
XwvBndVtUGMPDvCcVjvBwYSOkXmfbvfAB4q0NJYnOOqNokoSKvG+SrRJkAHWC402
jHiHcw5VqGMrlErx0/xZlg8/vndI4NU0PnClKeDRMOlOUPeDLQ7GLKfo7uVV0S8a
rRVbFoCKFTbzj/lqnIldleYGVuouCCvhM5J3Uto6t/IALebVKZAAeern8kVqiy3Y
hJnkLJAh7ZBNs/Y8lMdB
=krVL
-END PGP SIGNATURE-


Accepted:
exaile-plugin-contextinfo_0.3.2.2-2_all.deb
  to main/e/exaile/exaile-plugin-contextinfo_0.3.2.2-2_all.deb
exaile-plugin-ipod_0.3.2.2-2_all.deb
  to main/e/exaile/exaile-plugin-ipod_0.3.2.2-2_all.deb
exaile-plugin-moodbar_0.3.2.2-2_all.deb
  to main/e/exaile/exaile-plugin-moodbar_0.3.2.2-2_all.deb
exaile_0.3.2.2-2.debian.tar.gz
  to main/e/exaile/exaile_0.3.2.2-2.debian.tar.gz
exaile_0.3.2.2-2.dsc
  to main/e/exaile/exaile_0.3.2.2-2.dsc
exaile_0.3.2.2-2_all.deb
  to main/e/exaile/exaile_0.3.2.2-2_all.deb


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



Accepted fonts-arphic-ukai 0.2.20080216.2-1 (source all)

2011-12-11 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Dec 2011 12:43:35 +0100
Source: fonts-arphic-ukai
Binary: fonts-arphic-ukai ttf-arphic-ukai ttf-arphic-ukai-mbe
Architecture: source all
Version: 0.2.20080216.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 fonts-arphic-ukai - AR PL UKai Chinese Unicode TrueType font collection 
Kaiti style
 ttf-arphic-ukai - transitional dummy package
 ttf-arphic-ukai-mbe - transitional dummy package
Closes: 649827
Changes: 
 fonts-arphic-ukai (0.2.20080216.2-1) unstable; urgency=low
 .
   * Team upload
 .
   [ Arne Goetje ]
   * debian/control: move package to section fonts
   * debian/control: change maintainer to Debian Fonts Task Force
 and set myself as uploader; update my e-mail address
   * bump up standards version to 3.9.2
   * remove defoma dependency, update the debian/preinst script
 Closes: #649827
   * Switch to dpkg-source 3.0 (quilt) format
   * debian/control: remove unnecessary Depends and Recommends entries
   * rename package to fonts-arphic-ukai to fit the Font Packages Naming
 Policy
   * debian/rules: use lzma compression when building on Ubuntu,
 otherwise bzip2
   * Upstream changes: remove the 'ttf-' from the fontconfig file names
Checksums-Sha1: 
 4c60c87d7186327c823f5fbca2a6afd7ce6cd6e7 2207 
fonts-arphic-ukai_0.2.20080216.2-1.dsc
 4e3751305909c0c49bec888bc4c38a70af5a4324 9665579 
fonts-arphic-ukai_0.2.20080216.2.orig.tar.bz2
 3dcc9d5b6b0bc2243ae69c560bf8b44f95bed6b6 10152 
fonts-arphic-ukai_0.2.20080216.2-1.debian.tar.gz
 6c57601bc30487badd471436e35172ffc15fe89a 10275544 
fonts-arphic-ukai_0.2.20080216.2-1_all.deb
 a8fae818c68bc031c1161eeb5dc040916212d814 9532 
ttf-arphic-ukai_0.2.20080216.2-1_all.deb
 1ea871978f914937f522e5eec16cd66cef72de5c 9534 
ttf-arphic-ukai-mbe_0.2.20080216.2-1_all.deb
Checksums-Sha256: 
 c17fb132d79cd2a1f98ad6755c70f5cc61227cd2a4bdee1733892f4883ff724d 2207 
fonts-arphic-ukai_0.2.20080216.2-1.dsc
 b4968d73519f4f8747e85548fb85d21b665da1bf1ba900a7c499976e6a8ae3d2 9665579 
fonts-arphic-ukai_0.2.20080216.2.orig.tar.bz2
 d9bde19c498988f6c2f2c16352a51e1abf012c3048cdfcc0e750b9b4345d5258 10152 
fonts-arphic-ukai_0.2.20080216.2-1.debian.tar.gz
 c4f9c8928a6dd8e841ce795ca55adcd1c3a3b73e1d80eb220184907f21ca3d19 10275544 
fonts-arphic-ukai_0.2.20080216.2-1_all.deb
 e8fe57c5cb577f9aab7eee8202c9b86c4257519053f00700e609d86f0415f73c 9532 
ttf-arphic-ukai_0.2.20080216.2-1_all.deb
 357f73666b3d95fb5daa9132b46b992427896b4c974f9551e3ea9ac095be5b53 9534 
ttf-arphic-ukai-mbe_0.2.20080216.2-1_all.deb
Files: 
 d5adb2ccb7425db28a99b2917481055b 2207 fonts optional 
fonts-arphic-ukai_0.2.20080216.2-1.dsc
 82b0d9163e9d10e935cc8fc02a5e68f1 9665579 fonts optional 
fonts-arphic-ukai_0.2.20080216.2.orig.tar.bz2
 e6b5b8d7f374c03bf27289bb7aa0d24b 10152 fonts optional 
fonts-arphic-ukai_0.2.20080216.2-1.debian.tar.gz
 9d19abba292ff524def066d66f6afae3 10275544 fonts optional 
fonts-arphic-ukai_0.2.20080216.2-1_all.deb
 387eced58f23cfc333db48769b2e 9532 oldlibs extra 
ttf-arphic-ukai_0.2.20080216.2-1_all.deb
 e0332d222021fb667dbca448fb58fae1 9534 oldlibs extra 
ttf-arphic-ukai-mbe_0.2.20080216.2-1_all.deb

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

iQIVAwUBTuNLOocvcCxNbiWoAQLokw/9G911xWunNQefFX9BLXkb1cbBhVOU3TEz
6iW6NoBj1EGawNdPe7IwyZ4X7Aj8CC93jIvdNSL1FbPBWPwMBs/4qx0TyJPIDFJs
W0pgEmkOBXn6HW2OFDhB9gJlViJqqJBqVhIhXku1JF7vxkyap9QrMA6CYvIUOQ0R
P0z189DVV4yc6YhLpyLmGOO+0zFgu03UHDaSLEDo+taE24+x1FntzXVHdvd7k+9U
wIGNAAXjEnmeegWZDCeHFDBfQgqei502aYi7Bwv9/bml35xZ70CDjeHOhGhsMYkO
Nf8lkvB0wsng/QAO1woSF1pcEUprNtnZiiRqiDKweCXwaAoIcyIGpDNO1vfYZwly
NVDNeRUedLEVBCclz3U5Z6CitH3qegYWZWN5GmPQKanNUyMNf2vkQfT7Ab9sTKTM
q5yNepBflzeg/zhEOBWoQWZRw/LNFKUf2N5G4OPj8X1lf/kNexbWIAVYDd26Lcyc
fz90kc+Fqub7VbljopMDPkGm54Dsk4y4gujh/LX9zLYysjk8w2OBdDm+Wt3QHyTc
s1tsRqekqknkLf8HvxsMkghhewSiiIt3NLHbQYQFL09wDzExGAkoEl3e7BwQ/w0I
p4Coubp5j2qzqZMU7otCZKW2PG4PDTvqghglbO4K0FFC+AaeJkttyzcNnOfPbVpa
tsMEeQ4xDo8=
=+g+s
-END PGP SIGNATURE-


Accepted:
fonts-arphic-ukai_0.2.20080216.2-1.debian.tar.gz
  to main/f/fonts-arphic-ukai/fonts-arphic-ukai_0.2.20080216.2-1.debian.tar.gz
fonts-arphic-ukai_0.2.20080216.2-1.dsc
  to main/f/fonts-arphic-ukai/fonts-arphic-ukai_0.2.20080216.2-1.dsc
fonts-arphic-ukai_0.2.20080216.2-1_all.deb
  to main/f/fonts-arphic-ukai/fonts-arphic-ukai_0.2.20080216.2-1_all.deb
fonts-arphic-ukai_0.2.20080216.2.orig.tar.bz2
  to main/f/fonts-arphic-ukai/fonts-arphic-ukai_0.2.20080216.2.orig.tar.bz2
ttf-arphic-ukai-mbe_0.2.20080216.2-1_all.deb
  to main/f/fonts-arphic-ukai/ttf-arphic-ukai-mbe_0.2.20080216.2-1_all.deb
ttf-arphic-ukai_0.2.20080216.2-1_all.deb
  to main/f/fonts-arphic-ukai/ttf-arphic-ukai_0.2.20080216.2-1_all.deb


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

Accepted gnokii 0.6.31+dfsg-1 (source all amd64)

2011-12-11 Thread Leo Costela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Dec 2011 13:13:09 +0100
Source: gnokii
Binary: gnokii gnokii-common gnokii-cli xgnokii gnokii-smsd gnokii-smsd-mysql 
gnokii-smsd-pgsql libgnokii7 libgnokii-dev
Architecture: source all amd64
Version: 0.6.31+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Leo Costela cost...@debian.org
Changed-By: Leo Costela cost...@debian.org
Description: 
 gnokii - Datasuite for mobile phone management
 gnokii-cli - Datasuite for mobile phone management (console interface)
 gnokii-common - Datasuite for mobile phone management (base files)
 gnokii-smsd - SMS Daemon for mobile phones
 gnokii-smsd-mysql - SMSD plugin for MySQL storage backend
 gnokii-smsd-pgsql - SMSD plugin for PostgreSQL storage backend
 libgnokii-dev - Gnokii mobile phone interface library (development files)
 libgnokii7 - Gnokii mobile phone interface library
 xgnokii- Datasuite for mobile phone management (X interface)
Closes: 634712 643136 651228
Changes: 
 gnokii (0.6.31+dfsg-1) experimental; urgency=low
 .
   * [4af2ae65] Imported Upstream version 0.6.31 (closes: #643136, #651228)
   * [38189bcd] bump soname to 7
   * [a9c8b353] update watch to conform to my less-than-consistent versioning
 scheme
   * [86ca8686] build with sqlite support
   * [30eae2d8] debian/rules: add build-arch/build-indep targets
   * [3bc114d6] patches: remove change_configfile_order.patch (merged upstream)
   * [722b10f9] patches: add fix_xgnokii_detection.patch to enable xgnokii
 building
   * [3ac8b04f] use wildcard build-deps for linux-specific stuff (Closes: 
634712)
Checksums-Sha1: 
 3cd1b339c8d39a193f74179810c168ba485cf0c9 1877 gnokii_0.6.31+dfsg-1.dsc
 f7aea8c4cc47b81605e526e58da3e187926a961c 1668830 gnokii_0.6.31+dfsg.orig.tar.gz
 f95380f90213e0ba7ae3d96643e6c1639a8c00e6 16829 
gnokii_0.6.31+dfsg-1.debian.tar.gz
 a227fab4483d335d235a099f6de8d26c193cd784 878 gnokii_0.6.31+dfsg-1_all.deb
 782915e445643973f17f677e59ed93155b7a26e2 189016 
gnokii-common_0.6.31+dfsg-1_all.deb
 37f8908ce7c436c5a8ad9eccbeb5bdb573c8a6b4 295032 
gnokii-cli_0.6.31+dfsg-1_amd64.deb
 f8b41e03c77dfb54079f5b547083ea3e8a61ffab 151038 xgnokii_0.6.31+dfsg-1_amd64.deb
 0640f88a02a5703cd2f2ed440b80a7366c8521f7 35718 
gnokii-smsd_0.6.31+dfsg-1_amd64.deb
 462e98ef75384255e06cc833057dc8045d79b306 21104 
gnokii-smsd-mysql_0.6.31+dfsg-1_amd64.deb
 7cd356d6730bd6cd84207ea62775ff0c75b3b501 21406 
gnokii-smsd-pgsql_0.6.31+dfsg-1_amd64.deb
 5bd0e2d314a38104f0d964f96bb4761b1c99c784 280184 
libgnokii7_0.6.31+dfsg-1_amd64.deb
 7257ef7a6cbb26b2ed1038aa46b4a7254736f5f3 394754 
libgnokii-dev_0.6.31+dfsg-1_amd64.deb
Checksums-Sha256: 
 dc72ed510f10bc32eb872d6e9bc56dc7cf38b20d8de267e5105cc0afad0ea8b7 1877 
gnokii_0.6.31+dfsg-1.dsc
 4455e70ab968df435ae21a0dff302df87d726811181ce124c6d01d4fb34711b3 1668830 
gnokii_0.6.31+dfsg.orig.tar.gz
 e3a6ef2cb8832fc95b39f96a20e806853e2ccb8b416f9da8c1c8ea3c835420ac 16829 
gnokii_0.6.31+dfsg-1.debian.tar.gz
 b6567ebcb7080f45d373c42ed4beca884e20e51c010eb32173db8e9c247c9727 878 
gnokii_0.6.31+dfsg-1_all.deb
 1567d78827379f22f65a2fa994bfc1cc6a4d7b06dd2c69a17759ba859c251499 189016 
gnokii-common_0.6.31+dfsg-1_all.deb
 8d76ac1106b3341611fb3868a999d9e5866509b6412982c4528dbd5fa9d01bb5 295032 
gnokii-cli_0.6.31+dfsg-1_amd64.deb
 337cba5ed7a393475aed41d94e90de09f865e9fbf68c9dba8ada4269ba2b3709 151038 
xgnokii_0.6.31+dfsg-1_amd64.deb
 c488c0f7423649b8c629223b7163800c8984f1972ba2ab2cc5d3d3b11e48ac02 35718 
gnokii-smsd_0.6.31+dfsg-1_amd64.deb
 5a16a08a353f9022a3c4bb7620202d5c00282b9008fe3a94a7219decbaac568f 21104 
gnokii-smsd-mysql_0.6.31+dfsg-1_amd64.deb
 4f272ce02522937dbab6c47f76b0cc4a596ccc6975045bb8d4cbbf8efab54486 21406 
gnokii-smsd-pgsql_0.6.31+dfsg-1_amd64.deb
 73d0f30417be41dfba111ab53fef727508d000eff5b73caeae2d54ad33834c0d 280184 
libgnokii7_0.6.31+dfsg-1_amd64.deb
 7a65a16493035b2ee038c3951135d806d98ead1d7da19178651c8905b1592271 394754 
libgnokii-dev_0.6.31+dfsg-1_amd64.deb
Files: 
 c655ad565015c82b9cac228699fb249f 1877 comm optional gnokii_0.6.31+dfsg-1.dsc
 c18c9cc0d29eec7c8e32590c20e3c1a1 1668830 comm optional 
gnokii_0.6.31+dfsg.orig.tar.gz
 a456fa158e522ecf71033cf7ea5642f6 16829 comm optional 
gnokii_0.6.31+dfsg-1.debian.tar.gz
 6a86c8643bdec0df244a1a2f5fa4c113 878 comm optional gnokii_0.6.31+dfsg-1_all.deb
 523761b71a4382134cfde8ca065413a8 189016 comm optional 
gnokii-common_0.6.31+dfsg-1_all.deb
 d4ecaed968f12566b170128ef5c14649 295032 comm optional 
gnokii-cli_0.6.31+dfsg-1_amd64.deb
 734c1823a2ce5caddcd650cc63686d53 151038 comm optional 
xgnokii_0.6.31+dfsg-1_amd64.deb
 4c3b57ae1197688224e563a9e4b39529 35718 comm extra 
gnokii-smsd_0.6.31+dfsg-1_amd64.deb
 340209b3301f3bb16d6db63be751d0a0 21104 comm extra 
gnokii-smsd-mysql_0.6.31+dfsg-1_amd64.deb
 83d9d9d78ba750539bbc730805509d1a 21406 comm extra 
gnokii-smsd-pgsql_0.6.31+dfsg-1_amd64.deb
 8275736898a9a8d46204d13355a87617 280184 libs optional 
libgnokii7_0.6.31+dfsg-1_amd64.deb
 7030f67318a7c81d0458c1c2db6efa8d 394754 libdevel 

Accepted gridsite 1.7.16-1 (source all amd64)

2011-12-11 Thread Mattias Ellert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Dec 2011 09:00:40 +0100
Source: gridsite
Binary: gridsite libgridsite1.7 gridsite-clients gridsite-gsexec 
libgridsite-dev gridsite-doc gridsite-dbg
Architecture: source all amd64
Version: 1.7.16-1
Distribution: unstable
Urgency: low
Maintainer: Mattias Ellert mattias.ell...@fysast.uu.se
Changed-By: Mattias Ellert mattias.ell...@fysast.uu.se
Description: 
 gridsite   - Grid Security for the Web, Web platforms for Grids
 gridsite-clients - Clients to gridsite: htcp, htrm, htmv
 gridsite-dbg - Debugging symbols for gridsite
 gridsite-doc - Developers Documentation for gridsite
 gridsite-gsexec - Setuid gsexec tools for gridsite
 libgridsite-dev - Developers tools for gridsite
 libgridsite1.7 - Run time libraries for mod_gridsite and gridsite-clients
Changes: 
 gridsite (1.7.16-1) unstable; urgency=low
 .
   * Latest upstream release
   * Use dpkg's build flags
   * Add debug package
   * Add debian/watch file because the default watch rule fails
   * Split the binary rule for arch and indep
   * Drop patch gridsite-make-deps.patch (fixed upstream)
Checksums-Sha1: 
 126329c72bacc2b40d9e0b9b5949c576a13ca602 2275 gridsite_1.7.16-1.dsc
 42eee4be08fe7292c36e2dc810b4bb07ea223dd8 258387 gridsite_1.7.16.orig.tar.gz
 214f33c12dc26d5bb719193b0ece332a05cb4e96 17293 gridsite_1.7.16-1.debian.tar.gz
 8b1a1bd8223f786f779610de9168d3ab670dcb3e 154726 gridsite-doc_1.7.16-1_all.deb
 718ad3a4187b6f1ff24e3a1795d152c47304adad 93768 gridsite_1.7.16-1_amd64.deb
 a6157187fa4e652abb5526826a9a681133dfcd9e 40592 
libgridsite1.7_1.7.16-1_amd64.deb
 ba34ea849422f2f0c8806c12e683e2db7eba6038 28316 
gridsite-clients_1.7.16-1_amd64.deb
 9ff32d8ad249c862c3a9357e9bdb220cf5976b7c 13396 
gridsite-gsexec_1.7.16-1_amd64.deb
 7b71ac918c7e094a79725a2a6284ad56945c7a47 47702 
libgridsite-dev_1.7.16-1_amd64.deb
 4755a7bc8075c0e12833469ce9bc1e25112b6313 195932 gridsite-dbg_1.7.16-1_amd64.deb
Checksums-Sha256: 
 e271b5c43864c981fa8e7650a9ba8950473b126cd66c5385955d047b3d51ee44 2275 
gridsite_1.7.16-1.dsc
 0604758fb6e8a53e97b090f22952d8b0e2779f0d6e6a7ae3bed8de5dce17185e 258387 
gridsite_1.7.16.orig.tar.gz
 491d6d09feb9928c9fd52c7c74e0c92bb771841d679b6228b0ea49627d182af2 17293 
gridsite_1.7.16-1.debian.tar.gz
 2802f1e7042692460d07695e50b63675a871a98097099e7369bf5f5322ac83a9 154726 
gridsite-doc_1.7.16-1_all.deb
 0fff1e37436810d5c7795295f8c01cf0baaff12c901b267be6ee088756997f8c 93768 
gridsite_1.7.16-1_amd64.deb
 041ffd7a97cf3cb8afc5815cf496d6dfce19dbb9a2b530674d1816b4c7e26e2e 40592 
libgridsite1.7_1.7.16-1_amd64.deb
 0cfa23be1517f85d189636416dc2cdc1ddaa60c9b878ca83a0f587ccb36c80a8 28316 
gridsite-clients_1.7.16-1_amd64.deb
 a30d0809dd67ab580811cedc381be71c9854b75ed1cf7594c93da4469824eb12 13396 
gridsite-gsexec_1.7.16-1_amd64.deb
 548dd6f850ad047b82f7d8f34f267b0ab78488ff0cd78b8d90b65f75dc5cd564 47702 
libgridsite-dev_1.7.16-1_amd64.deb
 27595db44eaeae279b7d1bf70b62bfd8dda64970ce6b761d7337f708ec457caa 195932 
gridsite-dbg_1.7.16-1_amd64.deb
Files: 
 520983c517a5455f9566fa82dc29d88a 2275 net optional gridsite_1.7.16-1.dsc
 4e9914ac143c4a6616d1362a1cc7e969 258387 net optional 
gridsite_1.7.16.orig.tar.gz
 14386bf8aad93c8601bbd45800cf8f64 17293 net optional 
gridsite_1.7.16-1.debian.tar.gz
 a73a772d237807f85738a7da89ae01ce 154726 doc optional 
gridsite-doc_1.7.16-1_all.deb
 7322d320d65ea67078f4deb35229e418 93768 net optional gridsite_1.7.16-1_amd64.deb
 3c610d4a4af2e93bcf68acf397973094 40592 libs optional 
libgridsite1.7_1.7.16-1_amd64.deb
 1678cd412ff4f25492b05cfec738c86a 28316 net optional 
gridsite-clients_1.7.16-1_amd64.deb
 5043aeab4256949e690d59762ab30554 13396 net optional 
gridsite-gsexec_1.7.16-1_amd64.deb
 c9af5bdbde516edd10d0a617bec802fd 47702 libdevel optional 
libgridsite-dev_1.7.16-1_amd64.deb
 cfe8002cac168d4f19df6235aadf4808 195932 debug extra 
gridsite-dbg_1.7.16-1_amd64.deb

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

iQIcBAEBAgAGBQJO5EzRAAoJEOiuwv874alL6XEP/jHzU+0Ej7xoEOTATdd60kWH
S2vEGde+K8SuOj5dSkzyjfwQwe/BphM1Z6s7Y6n2XvUuHwoKDp2Mr5yS1kChhrBq
ggMqaBpLw6yE2hW7UD/TX1bCOkg7wSWS8GHH8LCi4/gapOqc9bCcSoUGUwmFAX/K
gQp1wQj0CF61P7MREt31bkUImx9QnO3JEcptLBC7hDjvQ/CipSr98wzkVm6fPkA5
F80XrwhaLN613B5k2fJ8qyZ4ks7GrTDSmXuk1lQYZyR4QCj6lGk4JV0ClFcfgn/d
pYntB+axGf4v/J2sGNOfiFuRizWRm9gdflsS6LZDP/21j5pAkzUzWhMN8ezvcl1q
6EpxrZjKJKWjuKAReyB2tZ6IBEy+xDN6YQPtEFL/A/M42hKuEstYzD5mMpA3DHUv
gD+GbRRzFEf2trmMr699lcRCGo7gjpa7WDP+EdwOR7NYa6Qbt6v5zsJkeoIlerln
NUXjW+06OpTYcI3ORt+h5iBGTrydEpUXtKKT4NDdEXrvTC0Bge3QnrbcFihv3CGq
ulXRx4HpRiZe4hNe1S7ahHeQDYIQlKaGlw8DHBJZuVUo+umFP3kfpqqqXZbWnttH
4c5MUSsRgeUwu2i/Cav8BW7o176dZgB43sYURUuwu8DDy+ilo0/PviL04tIE1zu7
HnLAci2coO412Foc5P6i
=jHm2
-END PGP SIGNATURE-


Accepted:
gridsite-clients_1.7.16-1_amd64.deb
  to main/g/gridsite/gridsite-clients_1.7.16-1_amd64.deb
gridsite-dbg_1.7.16-1_amd64.deb
  to main/g/gridsite/gridsite-dbg_1.7.16-1_amd64.deb
gridsite-doc_1.7.16-1_all.deb
  to main/g/gridsite/gridsite-doc_1.7.16-1_all.deb

Accepted ipe 7.1.1-1 (source amd64)

2011-12-11 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Dec 2011 16:55:09 -0600
Source: ipe
Binary: ipe libipe7.1.1 libipe-dev
Architecture: source amd64
Version: 7.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 ipe- drawing editor for creating figures in PDF or PS formats
 libipe-dev - Ipe library used by ipelets (developer files)
 libipe7.1.1 - Ipe library used by ipelets
Closes: 641082 651594
Changes: 
 ipe (7.1.1-1) unstable; urgency=low
 .
   * New upstream.
 - Re-enabled compilation of omitted image ipelet.  Closes: #651594
 .
   * debian/patches/fPIC.patch: New.  Build using -fPIC instead of -fpic.
 Closes: #641082.
Checksums-Sha1: 
 03d591b8b3ad123a55d871559a280eba70c9fdcb 1474 ipe_7.1.1-1.dsc
 a4e85a50c0488721d68eb10bf3f8c5b3c99d4689 1283803 ipe_7.1.1.orig.tar.gz
 b7ca5f47dc87e50e7b694f65f491da2938bc83d2 9276 ipe_7.1.1-1.debian.tar.gz
 c974bf1dcb889c94862ec98cfaee2dce5eacf385 1122942 ipe_7.1.1-1_amd64.deb
 4c3628912a22b04f6e2e9dea866dda0abf4da99a 428730 libipe7.1.1_7.1.1-1_amd64.deb
 7dbd74a694ddbcfc47ecbe0894794fcec157044a 37514 libipe-dev_7.1.1-1_amd64.deb
Checksums-Sha256: 
 a423d71bf31b687837dc608293a3d43e83a7ebd32625a83db051b40cb5ccfdbb 1474 
ipe_7.1.1-1.dsc
 749d916c0d9f2af9f92d09e2a9b79cba8f6e262ebb7ce8c806ddc0549ef2fdde 1283803 
ipe_7.1.1.orig.tar.gz
 0df7117279cd086a53d2fbb5bc80c33d797d700dc7b11b599b1f30ca508c5340 9276 
ipe_7.1.1-1.debian.tar.gz
 80970efd01a231500a22ef8ce2cbfe5ccddbc03276d24633d41cfd8bacdb8106 1122942 
ipe_7.1.1-1_amd64.deb
 308e7b0518337ad82aa146bf85a9120a50012367285422d37c1e0f2fdfda0c7f 428730 
libipe7.1.1_7.1.1-1_amd64.deb
 56aaba7ab4616464a025d8113d1b5251b2d8413d7b45e6885ab62bf8db407c5a 37514 
libipe-dev_7.1.1-1_amd64.deb
Files: 
 74fe7664e8f40c557a37e60d9ec659d8 1474 graphics optional ipe_7.1.1-1.dsc
 0b15be5a0c12274c36e2805c0da94e27 1283803 graphics optional 
ipe_7.1.1.orig.tar.gz
 db01d4d75cec3b4819859eec466da2c0 9276 graphics optional 
ipe_7.1.1-1.debian.tar.gz
 7496149e1ecd597c3fd666de7a24b166 1122942 graphics optional 
ipe_7.1.1-1_amd64.deb
 970d802230f7e6c81bfe0e3bc4ac306b 428730 libs optional 
libipe7.1.1_7.1.1-1_amd64.deb
 f9bd13b7436c18a7b6136f5271c35542 37514 libdevel optional 
libipe-dev_7.1.1-1_amd64.deb

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

iD8DBQFO4+vM0i2bPSHbMcURAi7uAKCqW3o0Q8yN2nZ2MFJZNK2fbaIH0gCgntM9
a+fa8xnsrKRK+eEba4XELEQ=
=cErh
-END PGP SIGNATURE-


Accepted:
ipe_7.1.1-1.debian.tar.gz
  to main/i/ipe/ipe_7.1.1-1.debian.tar.gz
ipe_7.1.1-1.dsc
  to main/i/ipe/ipe_7.1.1-1.dsc
ipe_7.1.1-1_amd64.deb
  to main/i/ipe/ipe_7.1.1-1_amd64.deb
ipe_7.1.1.orig.tar.gz
  to main/i/ipe/ipe_7.1.1.orig.tar.gz
libipe-dev_7.1.1-1_amd64.deb
  to main/i/ipe/libipe-dev_7.1.1-1_amd64.deb
libipe7.1.1_7.1.1-1_amd64.deb
  to main/i/ipe/libipe7.1.1_7.1.1-1_amd64.deb


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



Accepted xen 4.1.2-2 (source all amd64)

2011-12-11 Thread Bastian Blank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Dec 2011 19:13:25 +
Source: xen
Binary: xen-docs-4.1 libxen-4.1 libxenstore3.0 libxen-dev xenstore-utils 
libxen-ocaml libxen-ocaml-dev xen-utils-4.1 xen-hypervisor-4.1-amd64 
xen-hypervisor-4.1-i386
Architecture: source amd64 all
Version: 4.1.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xen Team pkg-xen-de...@lists.alioth.debian.org
Changed-By: Bastian Blank wa...@debian.org
Description: 
 libxen-4.1 - Public libs for Xen
 libxen-dev - Public headers and libs for Xen
 libxen-ocaml - OCaml libraries for controlling Xen
 libxen-ocaml-dev - OCaml libraries for controlling Xen (devel package)
 libxenstore3.0 - Xenstore communications library for Xen
 xen-docs-4.1 - Documentation for Xen
 xen-hypervisor-4.1-amd64 - Xen Hypervisor on AMD64
 xen-hypervisor-4.1-i386 - Xen Hypervisor on i386
 xen-utils-4.1 - XEN administrative tools
 xenstore-utils - Xenstore utilities for Xen
Changes: 
 xen (4.1.2-2) unstable; urgency=low
 .
   [ Jon Ludlam ]
   * Import (partially reworked) upstream changes for OCaml support.
 - Rename the ocamlfind packages.
 - Remove uuid and log libraries.
 - Fix 2 bit-twiddling bugs and an off-by-one
   * Fix build of OCaml libraries.
   * Add OCaml library and development package.
   * Include some missing headers.
Checksums-Sha1: 
 a254f94398548c8891887bf73fd04df375cf1bc1 2192 xen_4.1.2-2.dsc
 c0163990a15d655a5a26420a94b25b7709f8987e 98113 xen_4.1.2-2.debian.tar.gz
 1c0fd4ffa3ed65a9010c0c21aee6eef738019f7b 743390 
xen-hypervisor-4.1-amd64_4.1.2-2_amd64.deb
 f7d6545ef601f796c028d9c22c4ce42094d8036e 1155366 xen-docs-4.1_4.1.2-2_all.deb
 6d06acadb183d3906ef7de3b6a751f498f59b02f 288306 libxen-dev_4.1.2-2_amd64.deb
 59573bdc71e08e7ddda4faadc8614dec25a676ac 85940 
libxen-ocaml-dev_4.1.2-2_amd64.deb
 73263a529278f1d8fc1ba1bad364623b6a0a71d8 136988 libxen-4.1_4.1.2-2_amd64.deb
 3a6c4527ceecbe98e06918b18cff83b2370f9303 26688 libxenstore3.0_4.1.2-2_amd64.deb
 b02166862d760278c2b86519dd611bf15257b025 59780 libxen-ocaml_4.1.2-2_amd64.deb
 43815a5300abeaaf6109f64ffe175f485900d587 24028 xenstore-utils_4.1.2-2_amd64.deb
 ea3bdfa470c75cddf1729ea979cd73823c91dc7c 1606996 
xen-utils-4.1_4.1.2-2_amd64.deb
Checksums-Sha256: 
 0cb2929d65828ec2a654464083ee719e3439cb31fd9c3b127c90c1fbe698855a 2192 
xen_4.1.2-2.dsc
 7bab1c5bbec9be3ce88023e3167db3f3786f06834798b1b480ff4ac77c01e08c 98113 
xen_4.1.2-2.debian.tar.gz
 adcd6a2534d83c02d04443a379e7231f9774adb9c7fe8efd70ccefad6e81240d 743390 
xen-hypervisor-4.1-amd64_4.1.2-2_amd64.deb
 35cbfee3baa895141c5ad92c92797f57902f97853c2306619b8de29c826a8c41 1155366 
xen-docs-4.1_4.1.2-2_all.deb
 69ac868c146731a6b17df5e33f9260bbf610016b71b314b9c098e0d9b7ba5772 288306 
libxen-dev_4.1.2-2_amd64.deb
 dd8034ee8c372323056433b19890ea40c4da269a54498562aaed1aeda98a1828 85940 
libxen-ocaml-dev_4.1.2-2_amd64.deb
 63e3bf6650ed792b1da921595b69cf2a206cfd6b2ccc525a551f2cf7d2aba9dd 136988 
libxen-4.1_4.1.2-2_amd64.deb
 52bcda027ccc312bacd1b3af40b58c4f47c755e4170e60424671aac5d7048504 26688 
libxenstore3.0_4.1.2-2_amd64.deb
 b73d4ebe8d0befacf1820c46dc1f160cef92b5d791b390cafdd5778952aee4dc 59780 
libxen-ocaml_4.1.2-2_amd64.deb
 cedca456b29ed04c6bb076c368818070a2a269fe0dff189644c52ce95e18cac8 24028 
xenstore-utils_4.1.2-2_amd64.deb
 2a01fc789e8d6c3f4e79ca438f542613c3334021ddd467e8bf5415f0ebc9532b 1606996 
xen-utils-4.1_4.1.2-2_amd64.deb
Files: 
 7368f136892f41abe9900d00e2ee6abc 2192 kernel optional xen_4.1.2-2.dsc
 f539efe96f11d4f2c134de0812aef84a 98113 kernel optional 
xen_4.1.2-2.debian.tar.gz
 69dff4b80cbdc2b79b9dfa79416dba12 743390 kernel optional 
xen-hypervisor-4.1-amd64_4.1.2-2_amd64.deb
 38075599204c95f400bcce6850c5ae16 1155366 doc optional 
xen-docs-4.1_4.1.2-2_all.deb
 08c354c57924b59250be0cd17aca040b 288306 libdevel optional 
libxen-dev_4.1.2-2_amd64.deb
 38f9c2de1925a80f1a0b134aee6477d8 85940 ocaml optional 
libxen-ocaml-dev_4.1.2-2_amd64.deb
 d22557327aa4e1fb34e417015cc85062 136988 libs optional 
libxen-4.1_4.1.2-2_amd64.deb
 46c6068b97e4b0af125e31bf05003fb1 26688 libs optional 
libxenstore3.0_4.1.2-2_amd64.deb
 387d0c39eccfde9b00a47f3c33de4035 59780 ocaml optional 
libxen-ocaml_4.1.2-2_amd64.deb
 cb43cbf82aafc7ccd6678a2a870b0c0a 24028 admin optional 
xenstore-utils_4.1.2-2_amd64.deb
 c21426e82b694a03d7564e07dbdf810f 1606996 kernel optional 
xen-utils-4.1_4.1.2-2_amd64.deb

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

iEYEARECAAYFAk7jvEEACgkQLkAIIn9ODhHrygCgvM/h9wnkNodgznLBYdbDxjr6
dSAAoI/oC9N7Y9ky9s5ol02Tr857MPQQ
=7Ky0
-END PGP SIGNATURE-


Accepted:
libxen-4.1_4.1.2-2_amd64.deb
  to main/x/xen/libxen-4.1_4.1.2-2_amd64.deb
libxen-dev_4.1.2-2_amd64.deb
  to main/x/xen/libxen-dev_4.1.2-2_amd64.deb
libxen-ocaml-dev_4.1.2-2_amd64.deb
  to main/x/xen/libxen-ocaml-dev_4.1.2-2_amd64.deb
libxen-ocaml_4.1.2-2_amd64.deb
  to main/x/xen/libxen-ocaml_4.1.2-2_amd64.deb
libxenstore3.0_4.1.2-2_amd64.deb
  to main/x/xen/libxenstore3.0_4.1.2-2_amd64.deb

Accepted cufflinks 1.2.1-1 (source amd64)

2011-12-11 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Dec 2011 12:07:02 +0900
Source: cufflinks
Binary: cufflinks
Architecture: source amd64
Version: 1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 cufflinks  - Transcript assembly, differential expression and regulation for R
Closes: 627799
Changes: 
 cufflinks (1.2.1-1) unstable; urgency=low
 .
   [ Alexandre Mestiashvili ]
   * New upstream release
   * added patch to fix bam.h location .
   * debian/rules invoke autoreconf
   * debian/rules added overrides for dh_auto_clean and dh_clean
   * added missing dependency - quilt .We use dh_quilt_patch,
 dh_quilt_unpatch helpers
   * debian/control added dependency python (=2.6.6-3~) for source package
   * debian/control added dependency python (=2.6.6-3~) for binary package
 .
   [ Andreas Tille ]
   * Added myself to uploaders
   * Debhelper 8 (control+compat)
   * debian/watch: removed dh-make template from watch file
   * debian/rules: invoke autotools_dev
 .
   [ Charles Plessy ]
   * Switch to non-free section because of the locfit license (debian/control).
   * Added myself to Uploaders (debian/control).
   * Compress binary package with xz (debian/rules).
   * Pre-depend on dpkg (= 1.15.6) for xz compression (Ubuntu LTS).
 .
 cufflinks (1.0.3-1) UNRELEASED; urgency=low
 .
   [ Alex Mestiashvili ]
   * added docs
   * added missing dependency
   * libbam-dev provides necessary headers only from 0.1.16 version .
 Fixed in control file.
 .
   [ Charles Plessy ]
   * Add debian/gbp.conf to show the package is managed with git-buildpackage.
   * Converted Debian copyright file to machine-readable format (DEP 5).
   * Reviewed copyright and license notices, and found that locfit is non-free…
 .
   [ Alex Mestiashvili ]
   * Imported Upstream version 1.0.3 (bugfix)
 .
 cufflinks (1.0.2-1) UNRELEASED; urgency=low
 .
   * Initial release (Closes: #627799)
Checksums-Sha1: 
 4a8c5a4bff46780f49925bea1e8d5a90309362b8 2201 cufflinks_1.2.1-1.dsc
 6439059aafd2bbbce582f027e2283f5886559d9d 673097 cufflinks_1.2.1.orig.tar.gz
 7b1b8adef9197957e9c43f7c726a61291cf618f4 11462 cufflinks_1.2.1-1.debian.tar.gz
 82b778d27077b8a045993694bc3a00897c6cf2fd 1002762 cufflinks_1.2.1-1_amd64.deb
Checksums-Sha256: 
 70b7b04ed32e54a8382182c87b60c42896d91fb85b670c6cfd3d01b2ad2b6e5f 2201 
cufflinks_1.2.1-1.dsc
 aaf4ded5d255b554faf651e3d29e3ad3315314a21347db5d91f300dcaa1c334f 673097 
cufflinks_1.2.1.orig.tar.gz
 4d49d636025fdf26cc1189bfdefc94016f9a4b9d27c1f59de6a40952bb3ab02e 11462 
cufflinks_1.2.1-1.debian.tar.gz
 f258643f18d5fb5220167fbf4afd4834b2f5ed939f0f6df02561884b6dfdd42a 1002762 
cufflinks_1.2.1-1_amd64.deb
Files: 
 0607a493f9dafb87261032b9f573d61f 2201 non-free/science optional 
cufflinks_1.2.1-1.dsc
 e99e208eedc8bb42136c0077b6cfc5c0 673097 non-free/science optional 
cufflinks_1.2.1.orig.tar.gz
 f365c08b47ad5400745688ae8224c279 11462 non-free/science optional 
cufflinks_1.2.1-1.debian.tar.gz
 164328360e1d7658c2d2eaee1e69f137 1002762 non-free/science optional 
cufflinks_1.2.1-1_amd64.deb

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

iQIcBAEBCAAGBQJO5ChHAAoJEMW9bI8ildUCVUAP/0SpWBgGmd5vxv/k06RxS1yI
ivSJVMMzpxjADNoPMr0g/XAhQfgCLNxRwziYlrOty9YpW87IAiXlhvA8f5hyh3Pm
0lhiZe2sw+RFIIK4uJBF4YBY5y7yi+m+s74ysliRP0OUWZSYmKpwabA50S+L6/Fq
OG1FOMv7kp5i9GCl/M+fHigAo+d75LH6cSoY4eG06MqN/ImZflmb5QycJ1Z4m0lB
JeIxL/1gqNO6drwzR8m1AMO4mzPTSJ9dPo11oUENSkvJpLLXCMsbJxrkDmfMCxhB
37agCuRy10MpQn2wo6ZCJJVm6rgprkNIdRLs56jxHImH9qwIqbYQip6Zw9jCNVUp
lfKuWOVMwPHrCRjiu60rC4KHQZclK7iFjpFs+RLO+LcfbLhH1fCycsZZNkVsBng4
ClXy42wYDnLVDgXFtB0WweH2y7wymZl/Uj8K3Zkpsiql04zWuTvBJ9zW/TCACOpK
CHxZaoZtQd+34t6s+4oc8mKe4yp/pQs2P7JADWCt8bcX49u2K2WOfX2QZuF5vzXO
D4RaAVN/z9WY4GuAWGCFD9YLO6LhGNDsS9DB355lltYHY6HbcYsshgIpnPl+o3nj
0I6jMDBIjM4tgmrNiLBJPSqGsw5E+Mcxk0+Qm44mWRK/St+WDg7I6NyEoi5Hyqny
nLOgNgysXgvmqZEwwwWT
=RlBr
-END PGP SIGNATURE-


Accepted:
cufflinks_1.2.1-1.debian.tar.gz
  to non-free/c/cufflinks/cufflinks_1.2.1-1.debian.tar.gz
cufflinks_1.2.1-1.dsc
  to non-free/c/cufflinks/cufflinks_1.2.1-1.dsc
cufflinks_1.2.1-1_amd64.deb
  to non-free/c/cufflinks/cufflinks_1.2.1-1_amd64.deb
cufflinks_1.2.1.orig.tar.gz
  to non-free/c/cufflinks/cufflinks_1.2.1.orig.tar.gz


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



Accepted esorex 3.9.0-1 (source amd64)

2011-12-11 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Nov 2011 12:08:00 +0200
Source: esorex
Binary: esorex
Architecture: source amd64
Version: 3.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Ole Streicher deb...@liska.ath.cx
Description: 
 esorex - Execution Tool for European Southern Observatory pipelines
Closes: 641634
Changes: 
 esorex (3.9.0-1) unstable; urgency=low
 .
   * New package. Closes: #641634
Checksums-Sha1: 
 c9d60319ea1d1dab86b3e2618ad1e686c14d4abb 1392 esorex_3.9.0-1.dsc
 e3c2fb3de9582651be2e99f7a4b2b1d2a7b415b9 748335 esorex_3.9.0.orig.tar.gz
 187ca9b90f541e1ce9b04c274028de61dcfb6c40 6660 esorex_3.9.0-1.debian.tar.gz
 461816e019bece27538e8fc182243c2d82ba7709 51934 esorex_3.9.0-1_amd64.deb
Checksums-Sha256: 
 9cdc439f1718a263f037553a2382ea69720713d9ded9b639be15b80eb13e6478 1392 
esorex_3.9.0-1.dsc
 23c17ba9b56ac26765dd63555b278901c08f8a52a90e48e52e335e5cd18103d2 748335 
esorex_3.9.0.orig.tar.gz
 4448705819ad915c20e445b5ea3d37fcef6371aec782866ed5097c43724585d9 6660 
esorex_3.9.0-1.debian.tar.gz
 a98406cd72e51f82ec4f3966fcc11d798d9c59a097bb06f4a664e068a9bb3e00 51934 
esorex_3.9.0-1_amd64.deb
Files: 
 13e80c5bc783d55b449ea64ee5b1439d 1392 science optional esorex_3.9.0-1.dsc
 a6a0da17663c09fb6a728664e9ae013b 748335 science optional 
esorex_3.9.0.orig.tar.gz
 715157f204884424ff7dd75ff6945ab1 6660 science optional 
esorex_3.9.0-1.debian.tar.gz
 5f764f7d1aea892f1439d1b461def532 51934 science optional 
esorex_3.9.0-1_amd64.deb

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

iEYEARECAAYFAk7jj4UACgkQiOXXM92JlhB4cACgtMlEmkozDKD5SfK07TuIeY3t
6YIAoJLgn6gFZfKobevA1JjqwzLr2g7R
=y3Qg
-END PGP SIGNATURE-


Accepted:
esorex_3.9.0-1.debian.tar.gz
  to main/e/esorex/esorex_3.9.0-1.debian.tar.gz
esorex_3.9.0-1.dsc
  to main/e/esorex/esorex_3.9.0-1.dsc
esorex_3.9.0-1_amd64.deb
  to main/e/esorex/esorex_3.9.0-1_amd64.deb
esorex_3.9.0.orig.tar.gz
  to main/e/esorex/esorex_3.9.0.orig.tar.gz


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



Accepted libnet-citadel-perl 0.02-1 (source all)

2011-12-11 Thread Robert James Clay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Dec 2011 22:30:57 -0500
Source: libnet-citadel-perl
Binary: libnet-citadel-perl
Architecture: source all
Version: 0.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Robert James Clay j...@rocasa.us
Description: 
 libnet-citadel-perl - Citadel.org protocol coverage
Closes: 649410
Changes: 
 libnet-citadel-perl (0.02-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #649410)
Checksums-Sha1: 
 bee30a6f9a340641159703ea700a5f33fc922479 2101 libnet-citadel-perl_0.02-1.dsc
 a7cfd4bd5d2661e952c069d000f19b24321232be 6564 
libnet-citadel-perl_0.02.orig.tar.gz
 8cb0b48c057671c863d118deab436046d04e6303 1784 
libnet-citadel-perl_0.02-1.debian.tar.gz
 ea979aa448bd9fb7a0f7342d9c334d0a4c0e2832 10546 
libnet-citadel-perl_0.02-1_all.deb
Checksums-Sha256: 
 e666a10c7eb3e579ee94b4c63c674b857be858f4ebec75f0fadd3d086e2c80db 2101 
libnet-citadel-perl_0.02-1.dsc
 ca87bd31f27ac4b450270ca3acf8ac1e32b4a619083161cd73ae0595e42fa107 6564 
libnet-citadel-perl_0.02.orig.tar.gz
 5fc46cc8b76fdb01269ee79c14fe1967a81c8f6e479c84997f08482f1fcb8424 1784 
libnet-citadel-perl_0.02-1.debian.tar.gz
 8f30306e7ef2c2ee94290730aa39aa4161fd9b379d5ac89bf445c22dabee5177 10546 
libnet-citadel-perl_0.02-1_all.deb
Files: 
 d7baa85482f3a5c3f5f2df6021159e72 2101 perl optional 
libnet-citadel-perl_0.02-1.dsc
 699253e07b41a504a08bb7e8d7e36d79 6564 perl optional 
libnet-citadel-perl_0.02.orig.tar.gz
 fcfcf54c18f4f8d9b4cc1b834dd305d2 1784 perl optional 
libnet-citadel-perl_0.02-1.debian.tar.gz
 3779186f3859adf379bcde6e03a4f287 10546 perl optional 
libnet-citadel-perl_0.02-1_all.deb

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

iQIcBAEBCAAGBQJO5CbmAAoJELs6aAGGSaoGpL4QAJquNX0V+4WOqeI7QU6ZcVWI
1/g9UqDOpQJFXVHHfzGVPIyhl8VkLZT54fVmhAhMwzGOtj40Hn6lai83uuyBQo9F
YiLyCm9Gh5tyz+bAAqPc/tPtV5lyKT0vtFb9MXiKdDB/Jr1f61oM0Lv8sXZelrAB
w1Dto2tVewbJRr3AWL/DOS45xBvsB5NeZT7NvnkvY+mWP1JAOm/YVOLWOSfHSbR6
X1N94Co1vStMSfGEFJhxOrP7Z0wBWUzxe/MSoBsJeGlHrdyeG05byneS3JbEr7e5
DEWg7FE9ob8z1ZcI7VVbBHc5N9At/vkBqTFkQNZYeESnNWCqxhoxVruTgZ5TwG7b
EQAcG2WSe3blRlbOM/mZCM/5Xqgc8Yz7v8HqTC9Et2HROTsh2Yob0UjBtQctcaHX
1QRmxMxpufQwipyBxaVCXJ2lnmP688sdH59eZA1lLPT6n/Y8W4umYmMqZ03g8Ztd
2Ga5C3fJ7k+7/MZ5yVoAy+jKTMzs42VqBmATxIffHEyJARYqMHQZb/JbKI7FIHNo
iop3fMSQmbqCoKnQ8YgLWeAdccOVl/LRtr/UUophvJUZDCxJhR98tEsxPI9d5bZu
5CfluvFh3T9hGqpA9Ey5TQeUchss6VLkOF8mvHfvp44mPEQgHQ9RJMjnEZpc9rzy
Ez9YJJmBm1QixI3OPUws
=scfU
-END PGP SIGNATURE-


Accepted:
libnet-citadel-perl_0.02-1.debian.tar.gz
  to main/libn/libnet-citadel-perl/libnet-citadel-perl_0.02-1.debian.tar.gz
libnet-citadel-perl_0.02-1.dsc
  to main/libn/libnet-citadel-perl/libnet-citadel-perl_0.02-1.dsc
libnet-citadel-perl_0.02-1_all.deb
  to main/libn/libnet-citadel-perl/libnet-citadel-perl_0.02-1_all.deb
libnet-citadel-perl_0.02.orig.tar.gz
  to main/libn/libnet-citadel-perl/libnet-citadel-perl_0.02.orig.tar.gz


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



Accepted stud 0.3-1 (source amd64)

2011-12-11 Thread Vincent Bernat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 09 Dec 2011 19:53:41 +0100
Source: stud
Binary: stud
Architecture: source amd64
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian stud Maintainers 
pkg-stud-maintain...@lists.alioth.debian.org
Changed-By: Vincent Bernat ber...@debian.org
Description: 
 stud   - scalable TLS unwrapping daemon
Closes: 636072
Changes: 
 stud (0.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #636072)
Checksums-Sha1: 
 7bba2ce2294e92b56bc4979c8faecc316bb80d3b 1536 stud_0.3-1.dsc
 bf041a1422a477c4066f1fa6ac81ba3f2f96d7ae 48279 stud_0.3.orig-ebtree.tar.gz
 b356245f66463c5415a343f8c3d25644637b502e 18353 stud_0.3.orig.tar.gz
 2d9d5b4238694b9268674aac2f3bacdc3fa95f83 5703 stud_0.3-1.debian.tar.gz
 d3e3eb391a030c85b7c5c80b475d04a5a0587622 27834 stud_0.3-1_amd64.deb
Checksums-Sha256: 
 8e2b7c73227f59dfc99b6ac607d20637dda39050fad4be2671bf4bcea8abb90e 1536 
stud_0.3-1.dsc
 8da834788952216f9b3fb97dbea563b235cacc1a7f9cea3e285c0316c738cf02 48279 
stud_0.3.orig-ebtree.tar.gz
 938b0fac6b95b1f57c10a4b055194e965a64c21319a924db09fcf7434ef42503 18353 
stud_0.3.orig.tar.gz
 7688fc6783026e1db934d9045badc04bb0bb915c07e147c22a3ec5eeebf5b4e2 5703 
stud_0.3-1.debian.tar.gz
 8e7e2d83a47c57bb12319bd909f42e37ac36c70baee15dbff2895d7bf0f67e1a 27834 
stud_0.3-1_amd64.deb
Files: 
 4d69353914d3efa8578aec4eeaa1bd6b 1536 net extra stud_0.3-1.dsc
 0e75888645ec9de9db4bf593706d734a 48279 net extra stud_0.3.orig-ebtree.tar.gz
 7ec24c0ba14e38ba78f5a7b2dea819d0 18353 net extra stud_0.3.orig.tar.gz
 4a3dd9ab5d8f1882faa1d45abca7fc02 5703 net extra stud_0.3-1.debian.tar.gz
 ed8b1eeb0b9b7f52ff315cf64b924a88 27834 net extra stud_0.3-1_amd64.deb

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

iEYEARECAAYFAk7jaUkACgkQKFvXofIqeU7BbACeOt0MUOeT/cGOfRQgntGHQlq1
cm8AoLTz6G0dqank7Mc+cFppde8IYcGK
=tQ6S
-END PGP SIGNATURE-


Accepted:
stud_0.3-1.debian.tar.gz
  to main/s/stud/stud_0.3-1.debian.tar.gz
stud_0.3-1.dsc
  to main/s/stud/stud_0.3-1.dsc
stud_0.3-1_amd64.deb
  to main/s/stud/stud_0.3-1_amd64.deb
stud_0.3.orig-ebtree.tar.gz
  to main/s/stud/stud_0.3.orig-ebtree.tar.gz
stud_0.3.orig.tar.gz
  to main/s/stud/stud_0.3.orig.tar.gz


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



Accepted svgtoipe 20100608-1 (source amd64)

2011-12-11 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 04:04:43 -0600
Source: svgtoipe
Binary: svgtoipe
Architecture: source amd64
Version: 20100608-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 svgtoipe   - converts SVG figures to an XML file readable by Ipe
Changes: 
 svgtoipe (20100608-1) unstable; urgency=low
 .
   * Initial upload.
Checksums-Sha1: 
 10aa4af558165d5a2fed7661bb7e4a5a322bad05 1332 svgtoipe_20100608-1.dsc
 7c7af21eaa7273f74ac44570bbc659f674e01322 19675 svgtoipe_20100608.orig.tar.gz
 874164e3e7c52f2238fab717d39f77884c3342df 1361 svgtoipe_20100608-1.debian.tar.gz
 3c9495e99bc59fd064937f93c286085d238a06e9 9242 svgtoipe_20100608-1_amd64.deb
Checksums-Sha256: 
 dcf9e402a205da3c1d924c49511697fa10fbb9ada24c126ae16f5fe89467df9b 1332 
svgtoipe_20100608-1.dsc
 b9635ff13c4c84efc0ad1552814223b448597ec30d0800962696e9466316ae43 19675 
svgtoipe_20100608.orig.tar.gz
 739da17b300729f6fc70842ddc0dce6be9ae823782a9c811987ce8e8a5c8e19d 1361 
svgtoipe_20100608-1.debian.tar.gz
 c5298b411a822375f5d7beea4e5f7a37814a3d07dde3f1aa8b154a9aaf475ebe 9242 
svgtoipe_20100608-1_amd64.deb
Files: 
 0084d611e05b09b17d19b38deca1ed09 1332 graphics optional svgtoipe_20100608-1.dsc
 da05b41f9ce7be0f0dbd14c5ffe08e45 19675 graphics optional 
svgtoipe_20100608.orig.tar.gz
 d263cf7d2435c2a138dcefce6c684909 1361 graphics optional 
svgtoipe_20100608-1.debian.tar.gz
 f76b426628c94330b53d669f5e2c3968 9242 graphics optional 
svgtoipe_20100608-1_amd64.deb

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

iD8DBQFO5IMI0i2bPSHbMcURAp4oAKCTboiCauV+QizyvExFJEjgDs43wACfSKyj
C1bKVvlcZof5v+TTKxsabsg=
=Tw2R
-END PGP SIGNATURE-


Accepted:
svgtoipe_20100608-1.debian.tar.gz
  to main/s/svgtoipe/svgtoipe_20100608-1.debian.tar.gz
svgtoipe_20100608-1.dsc
  to main/s/svgtoipe/svgtoipe_20100608-1.dsc
svgtoipe_20100608-1_amd64.deb
  to main/s/svgtoipe/svgtoipe_20100608-1_amd64.deb
svgtoipe_20100608.orig.tar.gz
  to main/s/svgtoipe/svgtoipe_20100608.orig.tar.gz


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



Accepted virtaal 0.7.0-2 (source all)

2011-12-11 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 14:02:55 +0100
Source: virtaal
Binary: virtaal
Architecture: source all
Version: 0.7.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian l10n developers debian-l10n-de...@lists.alioth.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 virtaal- graphical localisation editor
Closes: 612218 651667
Changes: 
 virtaal (0.7.0-2) unstable; urgency=low
 .
   [ Omar Campagne ]
   * debian/control: Drop quilt from build-depends. Not necessary.
   * debian/control: Drop python-simplejson. Virtaal automatically checks
 and defaults to built-in python 2.6 json if python-simplejson is not
 installed. Closes: #612218
 .
   [ Christian Perrier ]
   * Depend on libreoffice-common instead of openoffice.org-common
 Closes: #651667
Checksums-Sha1: 
 7271e0304cbf2d0fb635115a93f235585e0825a7 2098 virtaal_0.7.0-2.dsc
 df4de05a82eb75d8e185ff2bef5372b9bef8f3b1 1568974 virtaal_0.7.0.orig.tar.bz2
 a02eb692e92a154a6c71ada44963e86613e49e42 7569 virtaal_0.7.0-2.debian.tar.gz
 e1482ced8b2bc1c2aac7cecb8870a85137011295 1029190 virtaal_0.7.0-2_all.deb
Checksums-Sha256: 
 7bb58a8b79cda6481818dbc99e2fcfda78c22542176e452d2c1f3f2989e47d47 2098 
virtaal_0.7.0-2.dsc
 95d66af318e7e56ebfd161f4e9fe4280df0ed56481cb7cbd606ae2504224cb61 1568974 
virtaal_0.7.0.orig.tar.bz2
 af4b601a6651905dbc2664a9f66f1dd52a1b54034c73638fba803748841509de 7569 
virtaal_0.7.0-2.debian.tar.gz
 ea8b6814ece0b150e069bb1aca23863fef121beb4039f3611f8ed44d00e0d056 1029190 
virtaal_0.7.0-2_all.deb
Files: 
 1e9c1745963abba9aada050fec89e46f 2098 devel optional virtaal_0.7.0-2.dsc
 f1da3f8677b1c70b30564c889fd62652 1568974 devel optional 
virtaal_0.7.0.orig.tar.bz2
 ff7ec268bf5bfb1727cb13bb2305d741 7569 devel optional 
virtaal_0.7.0-2.debian.tar.gz
 62f1d012a2e2252a2777213f574c2600 1029190 devel optional virtaal_0.7.0-2_all.deb

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

iQIVAwUBTuSt3YcvcCxNbiWoAQK5Tg/8Cfq+JRJWPFRCMe0znRCICmYe6AaQDkuH
oUjeW9MFd5vuDgVVoyGhIhQ3jr1TTznRYP7Knkf3G+IVylevhS6SLQBeGTGZEviY
uZvAEUveI7lVfKS3E/GBB4n24n7DaRCx2rmXRHkJYgRwaJhKqSoV+P513wmSEgkB
zgT/p6ODKsAAei3QK909/zzDJEKkGvnBlansY/yuuffCJ6j2gTJlAkEYKFaVxleQ
o2Q/vD7T4Wg0AMfYIchbPFdt1k6mm2LVqOUXY+dBYXUecXLU/1uDHNdqneMpph36
E7vjSdwodVOp7S3lNydlNOZnykbTm5V3h1EculOuwyAtKCP+sYjLgpOh5jYpugXQ
BL3X7VDr0vr3euOJyYCXl9RsrqcF45AOtmp3T3YmmblTAFZlCqdRalHOahDQCGTG
xDy+sYJOE8wqH+uK5GGaqAvZpDwinv0F45CNKnYmHRvXVy9jOw03l7W4uivCvlJP
rErmYCLbCd6FtrrIGMhssqzfBnz2m/Xpc1ZV6OLbZXomjiJ2j5Em760MFBifhNjw
R7BNg6amsbuthtcToiw5jnI+f04yDOWu8oGXbKFqkfhg/M2cZ/+7sj6RzAcTmJuY
FySJvC/vyB+Q/m/orVJM1fKAa5czLxPed2Iv8BzKGL0cSj9Jide8e/Vo/J+XwQQs
1sXFG0SKpOE=
=bAts
-END PGP SIGNATURE-


Accepted:
virtaal_0.7.0-2.debian.tar.gz
  to main/v/virtaal/virtaal_0.7.0-2.debian.tar.gz
virtaal_0.7.0-2.dsc
  to main/v/virtaal/virtaal_0.7.0-2.dsc
virtaal_0.7.0-2_all.deb
  to main/v/virtaal/virtaal_0.7.0-2_all.deb


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



Accepted batmand 0.3.2-11 (source i386)

2011-12-11 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 11 Dec 2011 14:09:48 +0100
Source: batmand
Binary: batmand batmand-dbg
Architecture: source i386
Version: 0.3.2-11
Distribution: unstable
Urgency: low
Maintainer: Holger Levsen hol...@debian.org
Changed-By: Sven Eckelmann s...@narfation.org
Description: 
 batmand- better approach to mobile adhoc networking
 batmand-dbg - better approach to mobile adhoc networking (debug files)
Changes: 
 batmand (0.3.2-11) unstable; urgency=low
 .
   * Update Vcs-* fields to new anonscm.debian.org URLs in debian/control
   * Mark all targets in debian/rules as phony
   * Remove hardening-includes which are now integrated in dpkg-
 buildflags
   * Use debian packaging manual URL as format identifier in
 debian/copyright
   * Let dh_installinit handle the installation of /etc/default/batmand
   * debian/patches:
 - Add non_parallel_build.patch, Don't start parallel build for
   environments disallowing it
 - Add build_rules.patch, Use make like build rules to support all
   flags provided through dpkg-buildflags
 - Add install_manpage.patch, Directly install manpage by build script
 - Add version_info.patch, Allow to add debian revision to the version
   string
Checksums-Sha1: 
 17b1dddc95214d800163cae90ea0ba1af98b4139 1941 batmand_0.3.2-11.dsc
 ed753cfcfeaa0c71449acd45745dd48aec128e7e 14021 batmand_0.3.2-11.debian.tar.gz
 9338d51d51f7e6ecc16826e548264abdcfb8edb8 62798 batmand_0.3.2-11_i386.deb
 cf3a203ba62b428086be7cbfb4bca27d8f0b3fdd 83886 batmand-dbg_0.3.2-11_i386.deb
Checksums-Sha256: 
 639a515443c815594fa9970fca9eed7457c6554c6f3af92ff22c27c75643e8c5 1941 
batmand_0.3.2-11.dsc
 7892778b77f6ab442539eab6b554e102af5c5ea5f8a2b1edd5f18600e50f12de 14021 
batmand_0.3.2-11.debian.tar.gz
 db9989d0a73e98e07e801b5e707bc4d11ec7c9e056b096ca8ce33a156130ce70 62798 
batmand_0.3.2-11_i386.deb
 92743af71f6f399158f31874e07b6da85c951a548b43dc932adc0a2a9d2bd06c 83886 
batmand-dbg_0.3.2-11_i386.deb
Files: 
 61fa1a8f496a13a09c05e3ba8cdc9386 1941 net extra batmand_0.3.2-11.dsc
 f2a55253590d85a1786eb066915c4616 14021 net extra batmand_0.3.2-11.debian.tar.gz
 09278a2ef0ea75e21b89c75ed59c7172 62798 net extra batmand_0.3.2-11_i386.deb
 d7faba848fed8f63ba0b528338486cb7 83886 debug extra 
batmand-dbg_0.3.2-11_i386.deb

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

iQIcBAEBCgAGBQJO5LmEAAoJEF2HCgfBJntG1u0P/0d7CXUkcQ0cyOCA6mmfSKMt
g5TkA6iELCruBCXPmqhhusNjgmGe9s46+Z2WVku1ikmG97Sy4ltsbADACspmQoIy
8lhFBiQVcex7fWQw8gAR3LQ7UP5gNey7vQ4F5LiDdhExouryl8pzvRRf1LJdzf8e
aFRFZt02/6DXxc8JJcMc4HSuODByVc2RevqQyINzGd4X8oGaL3CQcVChAkfiTxo3
Rz7xAxzy8tYZRxQyorxJMCw6zF4ZTREEinDDmK8mHPHcVakO++3Gqgt7WwDMqiL6
tp7rN6UiGQDQUsC66a9q/FfOR15RsXvX55wr2bmXXLy6qVVmPP2NjSnQNp4einam
3uB9EpdELgE7AxFnHzIGEh+NnouGzdcidvzdio8PnrJd0YnLKdKOjxmMlvAIRINb
PcS61Jf3c12W5LpUO7i0Z13tFizu+X0n16/DxW9Qmi/FEzB11APoxKOT5/7vX1tK
TFFKkq++5LYghPIBuLbmNLzpWCcYUCo0vUv0ZZGkyZK7zqdd9jQbDPFv96nic0tm
xPrO1kfUPAOudsSw1gWN01ap5/Z4P3E+rx97zrOketfp7cP/SZ15AYL4yFKJi4ir
y4L4IwMuj4nRAvsm1EkQ+GHov41lU/gd2HPN272HzlMZymvFKXoHHKbgNVMITJvB
ZtRpdCztog+iGiZz1hLs
=6CZ8
-END PGP SIGNATURE-


Accepted:
batmand-dbg_0.3.2-11_i386.deb
  to main/b/batmand/batmand-dbg_0.3.2-11_i386.deb
batmand_0.3.2-11.debian.tar.gz
  to main/b/batmand/batmand_0.3.2-11.debian.tar.gz
batmand_0.3.2-11.dsc
  to main/b/batmand/batmand_0.3.2-11.dsc
batmand_0.3.2-11_i386.deb
  to main/b/batmand/batmand_0.3.2-11_i386.deb


-- 
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/e1rzkus-0005hj...@franck.debian.org



Accepted fakechroot 2.16-1 (source all amd64)

2011-12-11 Thread Piotr Roszatycki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 13:30:18 +0100
Source: fakechroot
Binary: fakechroot libfakechroot
Architecture: source all amd64
Version: 2.16-1
Distribution: unstable
Urgency: low
Maintainer: Piotr Roszatycki dex...@debian.org
Changed-By: Piotr Roszatycki dex...@debian.org
Description: 
 fakechroot - gives a fake chroot environment - utilities
 libfakechroot - gives a fake chroot environment - runtime
Closes: 476528
Changes: 
 fakechroot (2.16-1) unstable; urgency=low
 .
   * New upstream release:
 - Library path is added to ld.so.conf.
 - Chroot ld.so.conf is added to LD_LIBRARY_PATH.  Closes: #476528.
   * debootstrap works with default, buildd and minbase variants.
Checksums-Sha1: 
 3627b6a9959503abbd1102d92640b327395194b3 1230 fakechroot_2.16-1.dsc
 fba344ddfe7582c5f988cbab9d66cd15110f16e7 422254 fakechroot_2.16.orig.tar.gz
 f00647da4e519ad695a85df340f1050c5cde8801 8254 fakechroot_2.16-1.debian.tar.gz
 b497644089e46c0d18d8944aaa3855635dd2ef1b 26218 fakechroot_2.16-1_all.deb
 d6edd3f817238f9f18a516f27a725e59a8b9ebe2 43138 libfakechroot_2.16-1_amd64.deb
Checksums-Sha256: 
 d737efd310b80672c5795169390363c2f595233fabd6ea559152c2bad041c7e5 1230 
fakechroot_2.16-1.dsc
 81c105e0878b55fbcf430235badcb31249d86ac435297910f411d9955dadf9c6 422254 
fakechroot_2.16.orig.tar.gz
 9f4af39bf1c805c53e17b5333157ce8541f1cafe272fb931f16cd00fe0c422c6 8254 
fakechroot_2.16-1.debian.tar.gz
 3bd15d08858be7f10d8c1fb8311e8321e50de966010d892162abab5dcadc2a27 26218 
fakechroot_2.16-1_all.deb
 b532785482c2ac7010f6213bebc1e790e466e60756b3a3e16db84d5c8a291101 43138 
libfakechroot_2.16-1_amd64.deb
Files: 
 b612f18d936b20e247201ced456c4cae 1230 utils optional fakechroot_2.16-1.dsc
 3ea5efb76664e787450e0cfcefc1b807 422254 utils optional 
fakechroot_2.16.orig.tar.gz
 6ec851e3732b34ec7e770ea1325e482a 8254 utils optional 
fakechroot_2.16-1.debian.tar.gz
 e28b6a4e17dfbef2f14b01ed254d83c1 26218 utils optional fakechroot_2.16-1_all.deb
 911be38bd998642fea4abcb6401d8472 43138 libs optional 
libfakechroot_2.16-1_amd64.deb

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

iEYEARECAAYFAk7kuIsACgkQhMHHe8CxClvP5gCffdd0WjJHLwG1vgQQ8hfwppFQ
nVIAoI36TSxtLIhnseNowIIkCefY22IF
=nETq
-END PGP SIGNATURE-


Accepted:
fakechroot_2.16-1.debian.tar.gz
  to main/f/fakechroot/fakechroot_2.16-1.debian.tar.gz
fakechroot_2.16-1.dsc
  to main/f/fakechroot/fakechroot_2.16-1.dsc
fakechroot_2.16-1_all.deb
  to main/f/fakechroot/fakechroot_2.16-1_all.deb
fakechroot_2.16.orig.tar.gz
  to main/f/fakechroot/fakechroot_2.16.orig.tar.gz
libfakechroot_2.16-1_amd64.deb
  to main/f/fakechroot/libfakechroot_2.16-1_amd64.deb


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



Accepted lyx 2.0.2-1 (source i386 all)

2011-12-11 Thread Per Olofsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 14:36:17 +0100
Source: lyx
Binary: lyx lyx-common ttf-lyx
Architecture: source i386 all
Version: 2.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian LyX Maintainers pkg-lyx-de...@lists.alioth.debian.org
Changed-By: Per Olofsson pe...@debian.org
Description: 
 lyx- document processor
 lyx-common - architecture-independent files for LyX
 ttf-lyx- TrueType versions of some TeX fonts
Closes: 647373 650583
Changes: 
 lyx (2.0.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Update debian/watch to point to 2.0.x series ftp directory.
 Closes: #650583.
   * Remove menu from Suggests. Closes: #647373.
Checksums-Sha1: 
 36d5fb2c18d64cf1d6e639f2904e4bd9ac576ccc 1573 lyx_2.0.2-1.dsc
 ed462fa6144d909993265c7cbec79e8d379a323c 18742720 lyx_2.0.2.orig.tar.gz
 ac123e928f1ff768dfdd8082349190eb23bd9f10 26157 lyx_2.0.2-1.debian.tar.gz
 8970663edd502384c26094361abddf88655148ac 3190506 lyx_2.0.2-1_i386.deb
 ae2bebd805df964cc4c809cfaf866b84e5e52975 5841728 lyx-common_2.0.2-1_all.deb
 68ecc5f8edd243307463efb5f34d6c6bd5ed8523 166712 ttf-lyx_2.0.2-1_all.deb
Checksums-Sha256: 
 e8383b5990cd4c204cd003f36f767dc2bf53393af6b51eb7038c990607f6117b 1573 
lyx_2.0.2-1.dsc
 94fd01f36b58494c3d14fd95f42dd70fbdfd4da3248d22dc78e05ca811301a52 18742720 
lyx_2.0.2.orig.tar.gz
 9df734d8ff67c2c3c0e2c835ecf781c0e21bf37cd05977e64a43e51ed615f59d 26157 
lyx_2.0.2-1.debian.tar.gz
 a2bd3e723652372b2d80958599bb403e39189e1aca95e9fc1a994d4b0ef617c6 3190506 
lyx_2.0.2-1_i386.deb
 7f78f975311e299c917207c3e27fba5d730faf370c411e2d47490ac524441041 5841728 
lyx-common_2.0.2-1_all.deb
 5931416d055bf39781da2708e69a2982f4626ec7b73997708707d61e363a5e8e 166712 
ttf-lyx_2.0.2-1_all.deb
Files: 
 7246d337533e3b37438a3d730e89a5ac 1573 editors optional lyx_2.0.2-1.dsc
 ff26f28d3b9ed9f3c45162b17e675842 18742720 editors optional 
lyx_2.0.2.orig.tar.gz
 9e39cecccb3cf18475bcaf4b48baff96 26157 editors optional 
lyx_2.0.2-1.debian.tar.gz
 581491de800c4e9764d091ecb18b4f66 3190506 editors optional lyx_2.0.2-1_i386.deb
 232e1589881ca3d6d4128b0a4ffdf562 5841728 editors optional 
lyx-common_2.0.2-1_all.deb
 136ee3e5c0ce91dc006915c296483896 166712 fonts optional ttf-lyx_2.0.2-1_all.deb

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

iEYEARECAAYFAk7ks9kACgkQeDAsS42/7C8RtwCgiAuzJyeIBV/iBe2nNhFnW7R9
ficAn1NRoWYMaxOE7excbr97BXafIfYE
=oc6L
-END PGP SIGNATURE-


Accepted:
lyx-common_2.0.2-1_all.deb
  to main/l/lyx/lyx-common_2.0.2-1_all.deb
lyx_2.0.2-1.debian.tar.gz
  to main/l/lyx/lyx_2.0.2-1.debian.tar.gz
lyx_2.0.2-1.dsc
  to main/l/lyx/lyx_2.0.2-1.dsc
lyx_2.0.2-1_i386.deb
  to main/l/lyx/lyx_2.0.2-1_i386.deb
lyx_2.0.2.orig.tar.gz
  to main/l/lyx/lyx_2.0.2.orig.tar.gz
ttf-lyx_2.0.2-1_all.deb
  to main/l/lyx/ttf-lyx_2.0.2-1_all.deb


-- 
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/e1rzkxq-0005sn...@franck.debian.org



Accepted pydf 10 (source all)

2011-12-11 Thread Radovan Garabík
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 15:06:41 +0200
Source: pydf
Binary: pydf
Architecture: source all
Version: 10
Distribution: unstable
Urgency: low
Maintainer: Radovan Garabík gara...@kassiopeia.juls.savba.sk
Changed-By: Radovan Garabík gara...@kassiopeia.juls.savba.sk
Description: 
 pydf   - colourised df(1)-clone
Closes: 577453 577454 577595 579936 582462
Changes: 
 pydf (10) unstable; urgency=low
 .
   * normal_colour was not interpreting colour codes properly
 (thanks to Juhapekka Tolvanen and Norman Rasmussen for
  pointing this out)
 (closes: #577595, #582462)
   * if termios reports zero for terminal width, use fallback
 (closes: #577454)
   * added devtmpfs to the list of special filesystems
 (closes: #577453), both bugreports thanks to Romain Francoise
   * use subprocess or commands depending on major python version
 (closes: #579936), patch thanks to Emmanuel Bouthenot
   * remove parentheses in class definition, to enable
 python2.4 compatibility (thanks to Clint Savage)
   * add patch for /dev/mapper links, thanks to Ernest Beinrohr
Checksums-Sha1: 
 015a3f15f7300599ea6720d3082e071211687158 704 pydf_10.dsc
 805d7fae5148e9bbba1d283c2d37d2d111dcf58e 13430 pydf_10.tar.gz
 e28ef602e8f47d2c68102ff85db021a887ad8196 13936 pydf_10_all.deb
Checksums-Sha256: 
 3b3327b947afb51b9eb6d399f35d9802481fa47d12d8fb7c991a437784c90ee5 704 
pydf_10.dsc
 71be682c86a352afbafcf612cbc236f6f5810d80635685869a9c9b320203e241 13430 
pydf_10.tar.gz
 43e8d5180e3cc37381b9e8a21294a23a3980af28af4ac0af42ffd258ccac83ca 13936 
pydf_10_all.deb
Files: 
 f312e746e1236702732626284a0ceb7d 704 utils optional pydf_10.dsc
 7f7eeafa90cad534875b2cb23aa3b2f1 13430 utils optional pydf_10.tar.gz
 2c0643f0259d202d3f972b614708bdc9 13936 utils optional pydf_10_all.deb

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

iEYEARECAAYFAk7kvrkACgkQUBQJxqD+WLjmIwCeJ/Tn/Vzs5UrYlo7MKBGZeuoX
4GwAn3yXPBcpJB+N2UIhjAaNlzwfzkso
=aqZY
-END PGP SIGNATURE-


Accepted:
pydf_10.dsc
  to main/p/pydf/pydf_10.dsc
pydf_10.tar.gz
  to main/p/pydf/pydf_10.tar.gz
pydf_10_all.deb
  to main/p/pydf/pydf_10_all.deb


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



Accepted vxl 1.14.0-13 (source amd64)

2011-12-11 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Dec 2011 12:22:27 +0100
Source: vxl
Binary: libvxl1.14 libvxl1-dev
Architecture: source amd64
Version: 1.14.0-13
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 libvxl1-dev - C++ Libraries for Computer Vision Research
 libvxl1.14 - C++ Libraries for Computer Vision Research
Closes: 651464
Changes: 
 vxl (1.14.0-13) unstable; urgency=low
 .
   * Fix videodev2.h compilation on kFreeBSD. Closes: #651464
Checksums-Sha1: 
 19c10acc18437f19b8ff907df2232646a3ce80f4 2353 vxl_1.14.0-13.dsc
 e52d445192f0f184afb862a334974e00528d97f7 23345 vxl_1.14.0-13.debian.tar.gz
 3c4a6b0df5c45e888c7c5404fe020dfc992cc274 11642204 
libvxl1.14_1.14.0-13_amd64.deb
 9f694f89cb95fbd87ad81d636ddef4fd5eecd843 2189426 
libvxl1-dev_1.14.0-13_amd64.deb
Checksums-Sha256: 
 0159a2c1336903dacf71e00bc7b809ba717fe0d693d6a3d36f965c64ac145ea8 2353 
vxl_1.14.0-13.dsc
 be6bd8f5264ccae9adc9a24891cfbf57df98d4dc81a1c68fe7d638e2d2bcc698 23345 
vxl_1.14.0-13.debian.tar.gz
 c9cf1f138357c406f517b39873b662cad16d719890897d7b730d11a6095c3716 11642204 
libvxl1.14_1.14.0-13_amd64.deb
 6165fa55018cddf63e71b5f0fa611796462e380ed7e575dc5dcdc9a3dee9b420 2189426 
libvxl1-dev_1.14.0-13_amd64.deb
Files: 
 14663d2c95a74ac2b646203e6402e9fe 2353 science optional vxl_1.14.0-13.dsc
 d70174ad5dbfe12ae538cd24ee97e535 23345 science optional 
vxl_1.14.0-13.debian.tar.gz
 f7a9924e8a22875fb67eba3625eae417 11642204 libs optional 
libvxl1.14_1.14.0-13_amd64.deb
 24e081a0881d2072411eb759275b749a 2189426 libdevel optional 
libvxl1-dev_1.14.0-13_amd64.deb

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

iQIcBAEBCAAGBQJO5LpVAAoJEAFx4YKK4JNFZBMP/2gfBGHRT+iuBrOQC3ZI5Oc4
STfYUrI1kJzBiE20f3fAQuBFFUo45iEapxILUEJ6TAvMot4/ju7Z8VhI27rT110d
LWlbmPoH0svCRxs4UAAfVLAMjPgXWhPj7CY1CfGaP2xMmsWcySdvs1e2Su5ezAi3
XbcQ6ytEw9phyqTqSaf6EzpyOcuRRj5bLevmkdUJYhPPvwxgJ9vQ195ybWG0cVHQ
zvFudCgQZa0I26FY0ulH8w3a2roM5ysO0lssXja8/Ji0/NUzCwHNEfvtrQPWQ2YM
cmO8FFEiJERlkiML3xFuhL5CPxI689N6iOlwZ1bv9xxcZIGhgdVwkvRCNJj96ReX
39d6RAGYwCRzzc8sZnLh5ea1bu3D8bz+54CoUDYpXOW1/KjAJ8pN8OD6JrLnBlTB
W8+oNdpQesgN4hb0Ft5ndvfqfyBpbSt5CsfL7cfmkbDGI/HTcf2HjbrAs7fR3y5M
UZCrfQeNerK0U4WxYtq/Ydp3dcxbiBwBebv6phbTE0MKfYMu84EfKFvEdR/wBfpE
609clloEpVAYg+UgibNWo/bB+TpmI4kx3amBlXHvZBhIgYe6RaObKgMiqBLQzegd
CPrOCaiX4YIJX80akNOZs5F2AdDCM5FNICiqCVXBYwQasDnhOvjcsekUU0rwYBJA
Kz3KCG3AH+hgVaGJETTx
=sVep
-END PGP SIGNATURE-


Accepted:
libvxl1-dev_1.14.0-13_amd64.deb
  to main/v/vxl/libvxl1-dev_1.14.0-13_amd64.deb
libvxl1.14_1.14.0-13_amd64.deb
  to main/v/vxl/libvxl1.14_1.14.0-13_amd64.deb
vxl_1.14.0-13.debian.tar.gz
  to main/v/vxl/vxl_1.14.0-13.debian.tar.gz
vxl_1.14.0-13.dsc
  to main/v/vxl/vxl_1.14.0-13.dsc


-- 
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/e1rzl0k-0006jc...@franck.debian.org



Accepted xtables-addons 1.40-1 (source i386 all)

2011-12-11 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Dec 2011 22:10:25 +0100
Source: xtables-addons
Binary: xtables-addons-common xtables-addons-dkms xtables-addons-source
Architecture: source i386 all
Version: 1.40-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier pol...@debian.org
Changed-By: Pierre Chifflier pol...@debian.org
Description: 
 xtables-addons-common - Extensions targets and matches for iptables [tools, 
libs]
 xtables-addons-dkms - Extensions targets and matches for iptables
 xtables-addons-source - Extensions targets and matches for iptables [modules 
sources]
Closes: 638061 648083
Changes: 
 xtables-addons (1.40-1) unstable; urgency=low
 .
   [ Pierre Chifflier ]
   * Add patch to avoid calling depmod during build
   * Add VCS links
   * Change license for packaging files to GPL-2+ (with agreement of all
 authors).
   * Add Dmitry Smirnov as co-maintainer
 - Merge all changes
   * Imported Upstream version 1.40 (2011-11-30)
 Fixes:
 - build: the code actually requires at least iptables 1.4.5
   (would yield a compile error otherwise), make sure configure
   checks for it; update INSTALL
 - xt_ECHO: fix kernel warning about RTAX_HOPLIMIT being used
 - xt_ipv4options: fix an infinite loop
 Changes:
 - xt_ECHO: now calculates UDP checksum
 - Linux kernel versions below 2.6.32 are no longer officially
   supported, and will not be part of compilation testing.
 - update to ipset 6.10
 Enhancements:
 - xt_ECHO: IPv6 support
 .
   [Dmitry Smirnov] only...@member.fsf.org
   * Major repackaging (Closes: #638061)
 * Obsolete ipset_v4 replaced with new ipset_v6 (Closes: #648083)
 * debian/copyright updated for DEP5 compatibility
 * debian/control updated
   - Standards version update
   - Depends update
   - Build-depends tightening
 * debian/watch fixed
 * debian/rules rewrite
   - get-orig-source target added
   - build-time cleanup (make clean) is fixed
   - second build do not fail
   - offload most tasks to debhelper (with minimum overrides)
   - standalone debian/rules for xtables-addons-source
   - using CFLAGS/Hardening if provided by DPKG
   - dynamically prepare DKMS config during build
   - configure for Kbuild only if headers available
 * lintianization
   - override for package-name-doesnt-match-sonames
 * DKMS package cleanup
   - broken post-init script removed
   - only clean source is packaged
   - improved configuration
 * source package cleanup
   - module-assistant rules use debhelper more
   - using CFLAGS if provided by DPKG
 * lintian override
 * DKMS config sanitation (all argument in double quotes)
 * patch to avoid build-time depmod invocation
   * Imported Upstream version 1.39 (2011-09-21)
 - libxt_ACCOUNT: fix compilation after missing libxtables_CFLAGS
 - build: fix compilation after missing libxtables_CFLAGS in submodules
 - build: add missing linux/version.h includes where needed
 - Remove unsupported ipset 4.x from the Xtables-addons distribution
 - ipset: move ipset_errcode from src to library to avoid undefined 
reference
 - update to ipset 6.9.1
 - xt_CHECKSUM: abort build when the feature is already provided by mainline
 - xt_SYSRQ: fix UDPLITE header lookup in IPv6
 - xt_TARPIT: fix kernel warning about RTAX_HOPLIMIT being used
 - xt_TEE: abort build when the feature is already provided by mainline
 - xt_ipp2p: support UDPLITE
 - xt_pknock: support UDPLITE
 - xt_psd: restore functionality with UDP
 - xt_psd: support UDPLITE
 - support for Linux 3.1
Checksums-Sha1: 
 b77825c067dd848bb51fee22d74f4811ba021263 2169 xtables-addons_1.40-1.dsc
 28ccd844ce1c2deb35ca75f279a5464af6d784b2 380488 xtables-addons_1.40.orig.tar.xz
 ab21af75e655c1341bf253e1e6f6daf3036c8a80 9025 
xtables-addons_1.40-1.debian.tar.gz
 a8c446797241b948486b290367dd2c91d8e72f09 119784 
xtables-addons-common_1.40-1_i386.deb
 be39462803823668e1068a0087fad193bafa7162 275522 
xtables-addons-dkms_1.40-1_all.deb
 16821850fd59fc555604b3909d57ac5b279621c9 216654 
xtables-addons-source_1.40-1_all.deb
Checksums-Sha256: 
 6b22024507c866723ef5363d93db4552bae3335f1a58edddbc0f0225ba1b4423 2169 
xtables-addons_1.40-1.dsc
 c57cd71e936c1bcd14492b49a5a24ef6ab5b6e8698cf301a08b5a4b158e6efbe 380488 
xtables-addons_1.40.orig.tar.xz
 33d2433791c8a03a11477662e75d02579b2269de6a0cde250aa6fd7941608b39 9025 
xtables-addons_1.40-1.debian.tar.gz
 59c466f7d77f868a43cce2fec633f89da9c25c4cde1b8642e6f5d628df36dbd1 119784 
xtables-addons-common_1.40-1_i386.deb
 8af57bc11b4ba7c063e4a3463e93ac8b2b0a907c5e25a84d9fb75a3765af1462 275522 
xtables-addons-dkms_1.40-1_all.deb
 160453152c634b8d188ddfabbe8b7505f9340721c8076eab82f8d403e54b6129 216654 
xtables-addons-source_1.40-1_all.deb
Files: 
 1c9962a72caf5c8f14a22f7f0f1fabf9 2169 admin extra xtables-addons_1.40-1.dsc
 

Accepted zita-convolver 3.0.3-3 (source amd64)

2011-12-11 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 15:01:43 +0100
Source: zita-convolver
Binary: libzita-convolver-dev libzita-convolver3
Architecture: source amd64
Version: 3.0.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libzita-convolver-dev - Development files (headers) for libzita-convolver 
library
 libzita-convolver3 - C++ library implementing a real-time convolution matrix
Closes: 651674
Changes: 
 zita-convolver (3.0.3-3) unstable; urgency=low
 .
   * Update debian/libzita-convolver3.symbols to append s390x to the list
 of 64-bit architectures (Closes: #651674).
Checksums-Sha1: 
 784fdcabf70c59be3a3d7edcf02badae7798111b 1597 zita-convolver_3.0.3-3.dsc
 d593d10c044eb44965b26ea61992c9dd45568731 4389 
zita-convolver_3.0.3-3.debian.tar.gz
 b781e1fb81d70ab2c4314c4b93554a74b8d2d65e 9170 
libzita-convolver-dev_3.0.3-3_amd64.deb
 5f45ee5788e4fdc72b9b0575f774693b85eaf968 20328 
libzita-convolver3_3.0.3-3_amd64.deb
Checksums-Sha256: 
 db069a300d5cdd463cc11f2d31bd9c30dee6e1f2eb37e9ca80f9c0adaaeb9deb 1597 
zita-convolver_3.0.3-3.dsc
 99e14b392df633059169a10f4ccdff7e34acf626ddb9437203c28f56e645d34a 4389 
zita-convolver_3.0.3-3.debian.tar.gz
 2b5b9578c066eacb5d57f059acb5e61570dd7c50e843720311c843d13a088e6c 9170 
libzita-convolver-dev_3.0.3-3_amd64.deb
 1d8b419d987bb24c2d00dc739af0929b1cfbd8c873d9968123c6b30b1267853a 20328 
libzita-convolver3_3.0.3-3_amd64.deb
Files: 
 753ae88af576c1f10a5bf5f542139487 1597 sound optional zita-convolver_3.0.3-3.dsc
 89a3297756b67532fc93212be76065d9 4389 sound optional 
zita-convolver_3.0.3-3.debian.tar.gz
 e9f12c034642895eb2621c5f0d489330 9170 libdevel optional 
libzita-convolver-dev_3.0.3-3_amd64.deb
 e458627d5634f71c7874bbeb475f191a 20328 libs optional 
libzita-convolver3_3.0.3-3_amd64.deb

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

iEYEARECAAYFAk7kuRoACgkQRdSMfNz8P9C+oACdGDXFGslOZXugleP/AQNha1nn
/uwAn3SLaDsC6jmlcbkCb1ut0RfFmEwW
=pY06
-END PGP SIGNATURE-


Accepted:
libzita-convolver-dev_3.0.3-3_amd64.deb
  to main/z/zita-convolver/libzita-convolver-dev_3.0.3-3_amd64.deb
libzita-convolver3_3.0.3-3_amd64.deb
  to main/z/zita-convolver/libzita-convolver3_3.0.3-3_amd64.deb
zita-convolver_3.0.3-3.debian.tar.gz
  to main/z/zita-convolver/zita-convolver_3.0.3-3.debian.tar.gz
zita-convolver_3.0.3-3.dsc
  to main/z/zita-convolver/zita-convolver_3.0.3-3.dsc


-- 
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/e1rzl1k-0006yd...@franck.debian.org



Accepted bzr-svn 1.1.2-1 (source all)

2011-12-11 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 15:29:35 +0100
Source: bzr-svn
Binary: bzr-svn
Architecture: source all
Version: 1.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-svn- Bazaar plugin providing Subversion integration
Changes: 
 bzr-svn (1.1.2-1) unstable; urgency=low
 .
   * Update copyright file to match DEP5.
   * New upstream release.
+ Fixes compatibility with newer versions of bzr. LP: #902539
+ Better error message when a commit fails. LP: #890529
Checksums-Sha1: 
 ff4b2f5d1a9d0c8ca17b632aa05d12b1d1ad3482 1474 bzr-svn_1.1.2-1.dsc
 4ff202a70d71585eb2902880913f345a74b63d4b 295828 bzr-svn_1.1.2.orig.tar.gz
 f0534ee093bb4f16895961508b39c67dcf1044de 6599 bzr-svn_1.1.2-1.debian.tar.gz
 2e726b83bbfe91129528b289615c328ee5f948ae 267764 bzr-svn_1.1.2-1_all.deb
Checksums-Sha256: 
 c0dbd8891773cd0f10886d2cb696ab0138e454a0b7fd531a53b2aad10ae5e6a1 1474 
bzr-svn_1.1.2-1.dsc
 973e137bbc21d166ef1812e21c9b96536b7680aa4b39ab177a70ec6cc003cffa 295828 
bzr-svn_1.1.2.orig.tar.gz
 dd0a0a3f3e50eb27a6c32c318798f31261dca06eb43d6fab83da7b973f987e30 6599 
bzr-svn_1.1.2-1.debian.tar.gz
 ab9b9eb2b814c2b22dfddde95d295d9ee277056949005e98939a078ee76539be 267764 
bzr-svn_1.1.2-1_all.deb
Files: 
 b1bb63ca1ab11e20a837bd57c74c8a5f 1474 vcs optional bzr-svn_1.1.2-1.dsc
 489ed0976480b12665e8c1200875c3e8 295828 vcs optional bzr-svn_1.1.2.orig.tar.gz
 71b419293dcb122a4a023a2b40a66779 6599 vcs optional 
bzr-svn_1.1.2-1.debian.tar.gz
 cc51767d9ea9855f4916a243a321e2bb 267764 vcs optional bzr-svn_1.1.2-1_all.deb

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

iEYEARECAAYFAk7kxfkACgkQPa9Uoh7vUnZ4LACfen7+OGawTe3wY3dAVFgoH3bN
9ZwAn2PVd7YlGSqw1BR+q2ql6Jf8KmCG
=if8i
-END PGP SIGNATURE-


Accepted:
bzr-svn_1.1.2-1.debian.tar.gz
  to main/b/bzr-svn/bzr-svn_1.1.2-1.debian.tar.gz
bzr-svn_1.1.2-1.dsc
  to main/b/bzr-svn/bzr-svn_1.1.2-1.dsc
bzr-svn_1.1.2-1_all.deb
  to main/b/bzr-svn/bzr-svn_1.1.2-1_all.deb
bzr-svn_1.1.2.orig.tar.gz
  to main/b/bzr-svn/bzr-svn_1.1.2.orig.tar.gz


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



Accepted cryptkeeper 0.9.5-4 (source amd64)

2011-12-11 Thread Francesco Namuri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 15:31:08 +0100
Source: cryptkeeper
Binary: cryptkeeper
Architecture: source amd64
Version: 0.9.5-4
Distribution: unstable
Urgency: low
Maintainer: Francesco Namuri france...@namuri.it
Changed-By: Francesco Namuri france...@namuri.it
Description: 
 cryptkeeper - EncFS system tray applet for GNOME
Closes: 650144
Changes: 
 cryptkeeper (0.9.5-4) unstable; urgency=low
 .
   * debian/control: restored architecture field to any. Now encfs is available
 again on all architecture. (Closes: #650144)
   * Added headers on all patches.
Checksums-Sha1: 
 6a597544749ad550e344ef25e2cbf09c8c9af387 1224 cryptkeeper_0.9.5-4.dsc
 d637b7124add70d6ca26fa91b6613bb0dd8210a6 56087 
cryptkeeper_0.9.5-4.debian.tar.gz
 676ca0274a3133252dcacf42d07a57862cfcdf02 51422 cryptkeeper_0.9.5-4_amd64.deb
Checksums-Sha256: 
 012f3e5237e9b3221990383e9c3b9dc60895e6de6d955817a44e33e5a781cb03 1224 
cryptkeeper_0.9.5-4.dsc
 bf331834b02d824a8ccbc2b0a91677869fd20089d1f3e9ae8c9523cc6e68fc1c 56087 
cryptkeeper_0.9.5-4.debian.tar.gz
 1f9c831587b67e60383907c9b9a95118aac45bf74d226dd37533ac0bac40dc29 51422 
cryptkeeper_0.9.5-4_amd64.deb
Files: 
 89ee22ef02af91b09d6836c3c201d489 1224 admin optional cryptkeeper_0.9.5-4.dsc
 34008344c883fd3de55e8cf0d0c86b63 56087 admin optional 
cryptkeeper_0.9.5-4.debian.tar.gz
 6a7a690ab810b2b679e3e343cf2262af 51422 admin optional 
cryptkeeper_0.9.5-4_amd64.deb

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

iEYEARECAAYFAk7kxPoACgkQjidkNzsw60RPqgCfSAQkavSuQ4UnjtTKzbu/KbHX
9oEAoLjhJA/p6BhKSmUe/qtpLJenZcYN
=nHFZ
-END PGP SIGNATURE-


Accepted:
cryptkeeper_0.9.5-4.debian.tar.gz
  to main/c/cryptkeeper/cryptkeeper_0.9.5-4.debian.tar.gz
cryptkeeper_0.9.5-4.dsc
  to main/c/cryptkeeper/cryptkeeper_0.9.5-4.dsc
cryptkeeper_0.9.5-4_amd64.deb
  to main/c/cryptkeeper/cryptkeeper_0.9.5-4_amd64.deb


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



Accepted emoslib 000382+dfsg-2 (source i386)

2011-12-11 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Dec 2011 14:33:21 +
Source: emoslib
Binary: libemos0d libemos-dev libemos-data
Architecture: source i386
Version: 000382+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 libemos-data - Data files for the ECMWF Interpolation library
 libemos-dev - ECMWF Interpolation Library - development
 libemos0d  - ECMWF Interpolation Library
Changes: 
 emoslib (000382+dfsg-2) unstable; urgency=low
 .
   * Don't hardcode quadmath; it breaks on some archs. Instead let it be
 pulled in by -lgfortran.
Checksums-Sha1: 
 145b686761d31614a1cde96de8210f0aaa0886f3 1964 emoslib_000382+dfsg-2.dsc
 a98f4595d70d8e505bacf176d3e41fe4f0a2cc66 12236 
emoslib_000382+dfsg-2.debian.tar.gz
 9af2048bb13fb6bf5648fa4adf95eeab27fb4b94 1538134 
libemos0d_000382+dfsg-2_i386.deb
 58c139f448c43215bf3686ba718756c407e5521d 2059072 
libemos-dev_000382+dfsg-2_i386.deb
 5ce53ccda327b3ffca854b37aaa83bfbc6f380b3 1230264 
libemos-data_000382+dfsg-2_i386.deb
Checksums-Sha256: 
 de71279d22f193fbffce313128eed52ae7f0d9d5913a09b46940961956386983 1964 
emoslib_000382+dfsg-2.dsc
 6a0a40a28d0a3cab62606a1d3fa82879ee9c86d7752236e4f85d6a273e8b3400 12236 
emoslib_000382+dfsg-2.debian.tar.gz
 5224ede1cdff5bda10b3cbdf3ebbdf5a9aadf36d131793c709521022c27f9ab3 1538134 
libemos0d_000382+dfsg-2_i386.deb
 be333aaec5d8ebb8d26749769ba195fe67c64584fee7f93701c11cd65546749b 2059072 
libemos-dev_000382+dfsg-2_i386.deb
 7a755219f43519a0be3539eebaf992d45b7c1831de433b71f960e915efb36e16 1230264 
libemos-data_000382+dfsg-2_i386.deb
Files: 
 0666a44d29980ab2fd15f0594f99ebe4 1964 utils optional emoslib_000382+dfsg-2.dsc
 6277980d389b7e5f39d277a69a5a7f14 12236 utils optional 
emoslib_000382+dfsg-2.debian.tar.gz
 8f04790af0c8ec025c1d41fdd4299e64 1538134 libs optional 
libemos0d_000382+dfsg-2_i386.deb
 11155228265675dda4b22df87e33cdf8 2059072 libdevel optional 
libemos-dev_000382+dfsg-2_i386.deb
 9b8a3c9a257e778e39d56994bba05e29 1230264 utils optional 
libemos-data_000382+dfsg-2_i386.deb

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

iQIcBAEBCAAGBQJO5MenAAoJEN9LdrZRJ3QsEvAP/3IZOm4e/NOKJPXdxpHKQ2fe
Q5a6Bc/BFAh/japxchv04Y5raRjZCFEnjhhrrIFP2pTf3x9J35qHuDs8FZ+mUcPN
MOGSN0qMAczhH5nfQocqg4ieEg62enekF5IBmr2QbYPfOtzBtOHsNnK5FxwXcWPL
sP8HHX6acU1KLtey/cht0/0nzmmSVyE7tuBJLJr5Ik7WC6Bux2ZUYeOdHpgijfWw
qDyWHfqO1FJQ9Er4LCCoAgAxhNE2ECYH5bHU3jFKYcjfQl8NaG11iZN8t/SMNBDJ
PToHtU0YOaRumJXT+05ox49vEtALPCfSLHCGiSnMbVhHpy/qFBRqi0/4byp/2Oxa
nuqGSOfqXF/KbVKIniXYE0pnccLT7X934eqiNeL+VqzFN+IRv6Yaq96usSVzm87o
M9oMJHO0gAaf3DV8FYL6//iSjR3YAb5Z9x2wm9XcUu96WU9ZNaGaPiBUP0zvsv6D
yV4BeGa7BAVmkEi/vlw3hYrB+4IDYzbbd+nOutQNhn59IEp0OwiVlRqywiGiz5Qd
YcQsp+C5DJlZTs9txyUpoBFBXdFbvMN99A6DnZt1ND2uunWwNXpjHamH7xVqMzFM
OR/3op0cW2jRkaHKeZ2p0el+0fT/jmnY0FfzimQaHgg8Y/bpKT1dCJ5vwJ9FqkKu
/+n6ZLq+An8MtCQROsBn
=laH/
-END PGP SIGNATURE-


Accepted:
emoslib_000382+dfsg-2.debian.tar.gz
  to main/e/emoslib/emoslib_000382+dfsg-2.debian.tar.gz
emoslib_000382+dfsg-2.dsc
  to main/e/emoslib/emoslib_000382+dfsg-2.dsc
libemos-data_000382+dfsg-2_i386.deb
  to main/e/emoslib/libemos-data_000382+dfsg-2_i386.deb
libemos-dev_000382+dfsg-2_i386.deb
  to main/e/emoslib/libemos-dev_000382+dfsg-2_i386.deb
libemos0d_000382+dfsg-2_i386.deb
  to main/e/emoslib/libemos0d_000382+dfsg-2_i386.deb


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



Accepted libgetopt-lucid-perl 1.00-1 (source all)

2011-12-11 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Dec 2011 16:20:00 +0100
Source: libgetopt-lucid-perl
Binary: libgetopt-lucid-perl
Architecture: source all
Version: 1.00-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libgetopt-lucid-perl - module for parsing command line arguments
Changes: 
 libgetopt-lucid-perl (1.00-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
 .
   [ gregor herrmann ]
   * New upstream release.
   * Update years of upstream copyright.
   * Bump Standards-Version to 3.9.2 (no changes).
   * Add /me to Uploaders.
   * Make libexception-class-perl (build) dependency unversioned, nothing
 older in the archive.
   * Add a patch to fix a tiny spelling mistake.
Checksums-Sha1: 
 b2ac43c1d0b6dcefad78aed74c31f0df3bc522c4 2168 libgetopt-lucid-perl_1.00-1.dsc
 9fc07a7ac34bdf37ba83659791f728811559c8cb 42712 
libgetopt-lucid-perl_1.00.orig.tar.gz
 4bda38d3909d1b22d26329a217a23b45ad8eb5cc 2448 
libgetopt-lucid-perl_1.00-1.debian.tar.gz
 90e6b65d88a21f6470cf49c53649b61a9c86b490 33992 
libgetopt-lucid-perl_1.00-1_all.deb
Checksums-Sha256: 
 44d3bb8a170559e605850ccaa86376c10e6abb1ec1877efe495883c7100cdcb1 2168 
libgetopt-lucid-perl_1.00-1.dsc
 c4582990b805a204d79d63c6ac4a0742d855718086054b8c5f92a45aad4b11b8 42712 
libgetopt-lucid-perl_1.00.orig.tar.gz
 d8bfa105a20c02686d6c5c812f019777f25267c4764284ad0f340653273b6c60 2448 
libgetopt-lucid-perl_1.00-1.debian.tar.gz
 f04328c80e4c27f3ebeba08c7a4a716375fa1455153d2ba09b2a776f205071d7 33992 
libgetopt-lucid-perl_1.00-1_all.deb
Files: 
 d3e51a5e838e3c0bc81b45cc07dd5745 2168 perl optional 
libgetopt-lucid-perl_1.00-1.dsc
 69b5b1dce626757eb80ef70f1393a807 42712 perl optional 
libgetopt-lucid-perl_1.00.orig.tar.gz
 cc627df9d928c97886f782ee7d6691a2 2448 perl optional 
libgetopt-lucid-perl_1.00-1.debian.tar.gz
 d92e658b60517d281fe4fd5105d165bf 33992 perl optional 
libgetopt-lucid-perl_1.00-1_all.deb

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

iQIcBAEBCAAGBQJO5MpjAAoJELs6aAGGSaoGz1kP/jMBT2EmXbQjGFSbobIySkrH
DAEsN281AHqpZg+zpFcY3KqlTb0v5gKAWyT6+ffUdRoYKA2Ebsry1sZ2CE0rwagn
41Z9h6/UMF13kIa0tjqloEUBGPifMGtXiVlN9ex34sFXqV3wkgjGwjSgNbYa3kgo
c4fA0dgpTQFowY3nsvrGFYqEH3qNv7U7j9Y2QdRPWBh4d+6otX/h8LDqZSYALwg0
bE3qQ7oUrugKf6+Z9nFVO/pCtJ37rya+V8BwDGZGeLoQ0akM3pbizYUfJB8VbgJo
7sfk/L5YvxP6zrHppbdiA3dgpKEVAy3f5nM+j06reMWmQ/B+Yktci0J79Jhi9AKt
tqpaaWVoszMXGnpcIhuQeHpeZWun8tQDJmkQ6Y9o8AdjntleSh4UgjtSnf8M+WNa
G7H18nB73ha4BQYZV7NltYmXslKP8wNl4JA65wklP1FprLr4qZCl5/Rr3HrxTH+O
GEib7l4a2i+ljMYaVwhxowmDNFV799l+58TtS4Kp0qlFLjYdlVt0Z07cq6g2T8d2
wtPi2WoA5kLq65KAh8nrmLaodoWZv5FU3oSls6THk+Rw0Bjj3DtuYQzyOIA+fdpf
ysZ4qsQbt+yLHu3gdMToNTqwyE/B91Qa3H1rgDD9/5b4ZSRJAxNGNSSf4srbHRjH
MWoBQnuwMH7jKMsnjH3a
=6wFG
-END PGP SIGNATURE-


Accepted:
libgetopt-lucid-perl_1.00-1.debian.tar.gz
  to main/libg/libgetopt-lucid-perl/libgetopt-lucid-perl_1.00-1.debian.tar.gz
libgetopt-lucid-perl_1.00-1.dsc
  to main/libg/libgetopt-lucid-perl/libgetopt-lucid-perl_1.00-1.dsc
libgetopt-lucid-perl_1.00-1_all.deb
  to main/libg/libgetopt-lucid-perl/libgetopt-lucid-perl_1.00-1_all.deb
libgetopt-lucid-perl_1.00.orig.tar.gz
  to main/libg/libgetopt-lucid-perl/libgetopt-lucid-perl_1.00.orig.tar.gz


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



Accepted sffview 0.4.1-2 (source amd64)

2011-12-11 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Dec 2011 02:45:40 +
Source: sffview
Binary: sffview
Architecture: source amd64
Version: 0.4.1-2
Distribution: sid
Urgency: low
Maintainer: Olly Betts o...@survex.com
Changed-By: Olly Betts o...@survex.com
Description: 
 sffview- Structured Fax File (SFF) Viewer
Closes: 645159
Changes: 
 sffview (0.4.1-2) unstable; urgency=low
 .
   * Add Recommends: libgnomeprintui2.2-0 which is required for printing to
 work, and which libwxgtk2.8-0 only suggests.  (Closes: #645159)
Checksums-Sha1: 
 1bfcd6a3adc0a0922b1a79cc6c3bdf1b7ae5f9ba 1762 sffview_0.4.1-2.dsc
 c94d0271972400489b810c7b5654e0b7da66c19f 5059 sffview_0.4.1-2.debian.tar.gz
 d2d4ab8d305954f1deae56f81582dce28690540a 48732 sffview_0.4.1-2_amd64.deb
Checksums-Sha256: 
 30be034a2db0fadb46654c182a4b0195028e5d614504b0ae463bc91ff2418f00 1762 
sffview_0.4.1-2.dsc
 ca66712ba0fa103b9b2c3af07979b90189c7b4ab00ec6a5ffd68dd079a1d633e 5059 
sffview_0.4.1-2.debian.tar.gz
 0189c9e5806bc872ba1527549bc92a4837a74002777cd463c0d2cffb6a24dad4 48732 
sffview_0.4.1-2_amd64.deb
Files: 
 42759ac2b88fbe5ef04cfcf983731c27 1762 graphics optional sffview_0.4.1-2.dsc
 a5691ebe83800dd5b692377409339f93 5059 graphics optional 
sffview_0.4.1-2.debian.tar.gz
 a1c59f14842824a6320809fd89664d02 48732 graphics optional 
sffview_0.4.1-2_amd64.deb

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

iQIcBAEBCAAGBQJO5Mr7AAoJEBgUewc7rSsHvVgP/2Uk323nirDgem6hM/h5DBFP
HTzHciDlnkCO1tsNXgujnbjzUbtOJHrZe4wtH/et2VWroVvwNqpPM3b61XyXd0HN
/v9ZvADLmUhu5upy07wWdh9lljZLoxCu5nny0OxsYbVoP0NS50RfZeDEu4tY5Nmh
OUaS22WDz3ZdUuBYKaZm7e8hbhkscIxDx1/3PayhiGm9kOud+u/GE5MpotSnGGMJ
jkyVZegiBA9KwdtnkaijiQhItfHYBC2QYsEYa3EYHWgfP6yBAcNnzgQo4xDv+fmu
aMmki1TQSVEEnR4ZtrY49uKftmB9gU26hM2EpZIe8idDbf0hh9mKBIi+dpn4R16T
BlWTJGg4l0sEeTQzJMQwhct0ORUDIQ6fwwdLNxvrqxIH5L5UdPjyQ8nQTgKj6hW+
L5OlYKS5nMdmHV/PC8P2nQZ9OnGjrXCBOBqw55BRALd8bi77hMbs9cXnfKTVBCeW
T+zcubTFBb0LheYG3pyskSvG09et7Laz+smKCX4twUPgdLN/f94BvKyF9Km6XVRE
yyLlqy90CGBXF6HQjXTAQyWtW76Uqc1fYsu0pu8/PlQ9PJ7hy22QTrs8aV4RRFpH
8OX7uumCc2yk7hJllpkFTB7yevRCDm03SSiAf5c1+45ECUj9+QyElGt65CAbdZOR
6HM38Na4wv9mglpt51Af
=nezB
-END PGP SIGNATURE-


Accepted:
sffview_0.4.1-2.debian.tar.gz
  to main/s/sffview/sffview_0.4.1-2.debian.tar.gz
sffview_0.4.1-2.dsc
  to main/s/sffview/sffview_0.4.1-2.dsc
sffview_0.4.1-2_amd64.deb
  to main/s/sffview/sffview_0.4.1-2_amd64.deb


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



Accepted w-scan 20111203-1 (source amd64)

2011-12-11 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 16:08:56 +0100
Source: w-scan
Binary: w-scan
Architecture: source amd64
Version: 20111203-1
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team pkg-vdr-dvb-de...@lists.alioth.debian.org
Changed-By: Tobias Grimm et...@debian.org
Description: 
 w-scan - Channel scanning tool for DVB and ATSC channels
Changes: 
 w-scan (20111203-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 11952672caaf38c59aa7700a0acf62e5bc55c21d 1295 w-scan_20111203-1.dsc
 1a220e642da83991390cb5e25b8cb82a48850d44 483525 w-scan_20111203.orig.tar.bz2
 b4f398c5a641f1df90849f3cc1332038e4df1a66 3497 w-scan_20111203-1.debian.tar.bz2
 bc4084abbf9335b00040909416af764cb11cbbe9 103196 w-scan_20111203-1_amd64.deb
Checksums-Sha256: 
 bd028b13870d668a30939776726dbc50a0fd138c644efdf16cfe0c3954e09cac 1295 
w-scan_20111203-1.dsc
 d51d8718dc9bebf2fecf5fde869adf1b8f30f366d07c0a6e2c983a4b8d2800cd 483525 
w-scan_20111203.orig.tar.bz2
 762e2aaae278dcc46d34b35c2a5b86d74740a06087f350164d2e29cf883fb4af 3497 
w-scan_20111203-1.debian.tar.bz2
 4690bbdb492b126ce137f4924f109b08c6cd33886c10eb86134e85f9f02bf590 103196 
w-scan_20111203-1_amd64.deb
Files: 
 26640219905a1eac5a116375ab687365 1295 video extra w-scan_20111203-1.dsc
 8c6014793b5f00c152b44a18bab97ed1 483525 video extra 
w-scan_20111203.orig.tar.bz2
 8be8090a41ed879847c1e53a997f4629 3497 video extra 
w-scan_20111203-1.debian.tar.bz2
 62ee94ca456bd4d273fbcfe0e2da93a8 103196 video extra w-scan_20111203-1_amd64.deb

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

iEYEARECAAYFAk7kyLIACgkQ9xgNJq7apkLbTwCcDbX4HsZdGcSECJuFoQG2FeJH
rYQAn2JxyE2TUM9ZB03M4MNL8Z6h4zA2
=7+aU
-END PGP SIGNATURE-


Accepted:
w-scan_20111203-1.debian.tar.bz2
  to main/w/w-scan/w-scan_20111203-1.debian.tar.bz2
w-scan_20111203-1.dsc
  to main/w/w-scan/w-scan_20111203-1.dsc
w-scan_20111203-1_amd64.deb
  to main/w/w-scan/w-scan_20111203-1_amd64.deb
w-scan_20111203.orig.tar.bz2
  to main/w/w-scan/w-scan_20111203.orig.tar.bz2


-- 
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/e1rzlow-0001d3...@franck.debian.org



Accepted gtkhtml3.14 3.32.2-2.1 (source all i386)

2011-12-11 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Dec 2011 16:11:03 +0100
Source: gtkhtml3.14
Binary: libgtkhtml3.14-19 libgtkhtml3.14-dev libgtkhtml3.14-dbg 
libgtkhtml-editor-3.14-0 libgtkhtml-editor-3.14-common 
libgtkhtml-editor-3.14-dev
Architecture: source all i386
Version: 3.32.2-2.1
Distribution: unstable
Urgency: low
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libgtkhtml-editor-3.14-0 - HTML rendering/editing library - editor widget
 libgtkhtml-editor-3.14-common - HTML rendering/editing library - editor widget 
data
 libgtkhtml-editor-3.14-dev - HTML rendering/editing library - editor widget 
development files
 libgtkhtml3.14-19 - HTML rendering/editing library - runtime files
 libgtkhtml3.14-dbg - HTML rendering/editing library - debug files
 libgtkhtml3.14-dev - HTML rendering/editing library - development files
Closes: 640444
Changes: 
 gtkhtml3.14 (3.32.2-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS: gtkhtml.c:1541: undefined reference to `sqrt':
 apply patch from peter green: adds -lm to LDFLAGS in debian/rules.
 (Closes: #640444)
Checksums-Sha1: 
 2dbc9c1e680456c93285fa8d042ecc91fe2bf64c 2859 gtkhtml3.14_3.32.2-2.1.dsc
 c5229fb4c335f10bf68a20d9cba57af963b2a6be 12561 
gtkhtml3.14_3.32.2-2.1.debian.tar.gz
 72a2c26a98855ae902a2f6216c1cd01765e4a8a0 98370 
libgtkhtml-editor-3.14-common_3.32.2-2.1_all.deb
 3fb442c7833e8c4baa353e22c79324758a98ddb4 908544 
libgtkhtml3.14-19_3.32.2-2.1_i386.deb
 c97259f6e04bdda762855fa1824aa93d6eab6dc9 502870 
libgtkhtml3.14-dev_3.32.2-2.1_i386.deb
 2b36530003eb1afd9e6571e6c49ab1e3aa1745b7 1294992 
libgtkhtml3.14-dbg_3.32.2-2.1_i386.deb
 245d660c94679667112a46140428e097bf7172a1 129860 
libgtkhtml-editor-3.14-0_3.32.2-2.1_i386.deb
 0a430657b8a879d5d1320fd589555c7825c03373 155008 
libgtkhtml-editor-3.14-dev_3.32.2-2.1_i386.deb
Checksums-Sha256: 
 20e0e9078aea2043b9b514ea6235b3572cd605348d410eb598b6b66637fef9a9 2859 
gtkhtml3.14_3.32.2-2.1.dsc
 b5e91d142957190ff72829b208e80a8296515318c010b30b51130650bdc2ae6c 12561 
gtkhtml3.14_3.32.2-2.1.debian.tar.gz
 ad0dac5d723f5643995f0161b30d939191d8fe02afbfec4ee705b9e605a23ee8 98370 
libgtkhtml-editor-3.14-common_3.32.2-2.1_all.deb
 6cc3b072a4011c056b4b72d0f740e5f8b468f69287cf23168ba7fa2f2e2b567f 908544 
libgtkhtml3.14-19_3.32.2-2.1_i386.deb
 38c9e10efa23d33909ecc8a300a373a9654cfb6ac8532d8d6a8b744641130adf 502870 
libgtkhtml3.14-dev_3.32.2-2.1_i386.deb
 7ffe712040d08ed30e17524052619e37bb25e87a3730a7303a5ea6630326320e 1294992 
libgtkhtml3.14-dbg_3.32.2-2.1_i386.deb
 ee0bbd4d02c7134cdfdccf53d5595815a4879787211c3b5b5abda0489df266fb 129860 
libgtkhtml-editor-3.14-0_3.32.2-2.1_i386.deb
 8df8698f23f26189698c3e6f1417852d0e4dc8dbd7f178f2d9b236fbcd3e7732 155008 
libgtkhtml-editor-3.14-dev_3.32.2-2.1_i386.deb
Files: 
 86632c7b1a61538e59a0d3081416cd84 2859 gnome optional gtkhtml3.14_3.32.2-2.1.dsc
 b319d34da7827f3b7a4ad25ed7d5e202 12561 gnome optional 
gtkhtml3.14_3.32.2-2.1.debian.tar.gz
 31b6c7b519b1489dc1c3ac94659d1342 98370 libs optional 
libgtkhtml-editor-3.14-common_3.32.2-2.1_all.deb
 27225d07ef7a4f2248ee461f14e21371 908544 libs optional 
libgtkhtml3.14-19_3.32.2-2.1_i386.deb
 11bd0b108f51e4c0b805bf2e46a8856a 502870 libdevel optional 
libgtkhtml3.14-dev_3.32.2-2.1_i386.deb
 f92a4da884dd701cfdf895623aea711f 1294992 debug extra 
libgtkhtml3.14-dbg_3.32.2-2.1_i386.deb
 05afceaae82436850870a0b89abd0371 129860 libs optional 
libgtkhtml-editor-3.14-0_3.32.2-2.1_i386.deb
 2b49f4f9276233c91b92558b679789e6 155008 libdevel extra 
libgtkhtml-editor-3.14-dev_3.32.2-2.1_i386.deb

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

iQIcBAEBCAAGBQJO4ic7AAoJELs6aAGGSaoGj3IQALSM+6pIY/lW3gupbqXHuDuM
6ZqunTcuZUTeet+PAg/knd4v7c+xCrMIC6FLsWzgRo9/FiGpSF6+vJTWapaixrlI
B68fbWZ/sswT856kPmbobqCesUpp6ebTdisaLOe936HvrbgM/jYWdmvP5Bf3qXvU
SlbCuNtjScKqzeh/PcpLQxuvGGbaSdNiQsKWZ+Mle3vGeMhTmRoA8h88j0jlGt3z
DcyYB9TQRY0ohkDMAuSoMRBdz7ZN4l8bdTIMqY+1kV6ZhLx+N9KGmq7qU22tlXD2
ap4uCVPrsV/o7kgIuzOlfs7uxL+syk5y8WhT9dJRFFVjNpTHkusegv/8UcYfa8/K
qGJOeZp9/21vDlZV2wRr1U1jMeDcRlZg03H095+HfABcdamV5vlkY7teoFh+BNrW
Jy7DU5pa2vEPDkmh1A3Ich7qobrtHtG22vXgdyp9NZGcSZ6eS+FdA7gj22+7lF1d
Q77j/cIzsAaA8s4XhZXf30CVohHk1lEc3yJruOETZpJyLY79EJbpz6SLu44uQ/82
iA1ot0NqrJ6H66YW3qwNvhUq32QqgwKMDW5IweanCuut8VkTtSiUfhLVfZxK9h46
/LhgX4FjF5AqtDy4Hnx4xfncmZF6JQ3xTpGOLVgElUSu84NRaalnPInaylCkLwDG
iAEIiEC0HRW45i5obv+V
=3Lqy
-END PGP SIGNATURE-


Accepted:
gtkhtml3.14_3.32.2-2.1.debian.tar.gz
  to main/g/gtkhtml3.14/gtkhtml3.14_3.32.2-2.1.debian.tar.gz
gtkhtml3.14_3.32.2-2.1.dsc
  to main/g/gtkhtml3.14/gtkhtml3.14_3.32.2-2.1.dsc
libgtkhtml-editor-3.14-0_3.32.2-2.1_i386.deb
  to main/g/gtkhtml3.14/libgtkhtml-editor-3.14-0_3.32.2-2.1_i386.deb
libgtkhtml-editor-3.14-common_3.32.2-2.1_all.deb
  to main/g/gtkhtml3.14/libgtkhtml-editor-3.14-common_3.32.2-2.1_all.deb
libgtkhtml-editor-3.14-dev_3.32.2-2.1_i386.deb
  to 

Accepted liblocale-maketext-fuzzy-perl 0.11-1 (source all)

2011-12-11 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Dec 2011 16:39:01 +0100
Source: liblocale-maketext-fuzzy-perl
Binary: liblocale-maketext-fuzzy-perl
Architecture: source all
Version: 0.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 liblocale-maketext-fuzzy-perl - Maketext from already interpolated strings
Changes: 
 liblocale-maketext-fuzzy-perl (0.11-1) unstable; urgency=low
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Ansgar Burchardt ]
   * Email change: Ansgar Burchardt - ans...@debian.org
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ gregor herrmann ]
   * New upstream release.
   * Switch to 3.0 (quilt) source format.
   * Use tiny debian/rules file.
   * debian/copyright: update formatting and upstream licensing terms.
   * Bump Standards-Version to 3.9.2; remove version from perl build
 depency.
   * Switch to debhelper compatibility level 8.
   * Mention module name in long description.
Checksums-Sha1: 
 810900af766a641adf7f9d98de078576db720d2a 2250 
liblocale-maketext-fuzzy-perl_0.11-1.dsc
 5e3c3b53ca8ecf28feb4c2fac3e5b60c245f795d 29793 
liblocale-maketext-fuzzy-perl_0.11.orig.tar.gz
 d808d6de9543f63f8d3c37f21a10731cdf99e10c 5042 
liblocale-maketext-fuzzy-perl_0.11-1.debian.tar.gz
 62695aa0af4a0f6c1fd0f6d1f53713b310adf34a 15586 
liblocale-maketext-fuzzy-perl_0.11-1_all.deb
Checksums-Sha256: 
 eca759b4c628999abfe8fcba5792987a80090bdc9be6017b1e1f4828fb0d8efd 2250 
liblocale-maketext-fuzzy-perl_0.11-1.dsc
 3785171ceb78cc7671319a3a6d8ced9b190e097dfcd9b2a9ebc804cd1a282f96 29793 
liblocale-maketext-fuzzy-perl_0.11.orig.tar.gz
 bc01795dc27bc16521b719b628d0253291a4d0614188b61fcd6a2bbe0b2ec9c0 5042 
liblocale-maketext-fuzzy-perl_0.11-1.debian.tar.gz
 a4bfddf6f13605da8aee8cd5c42ab19c32302c9ca1a3b202d0112baf1393e772 15586 
liblocale-maketext-fuzzy-perl_0.11-1_all.deb
Files: 
 6e840cfdadc7d5c6892a080b650a60c0 2250 perl optional 
liblocale-maketext-fuzzy-perl_0.11-1.dsc
 623d791f1b57c076e18e5090d0cb2aca 29793 perl optional 
liblocale-maketext-fuzzy-perl_0.11.orig.tar.gz
 1cdb6a37f43d1d07d931abd3eee30705 5042 perl optional 
liblocale-maketext-fuzzy-perl_0.11-1.debian.tar.gz
 e7c348e1de8c5abdc41808b79deeebfe 15586 perl optional 
liblocale-maketext-fuzzy-perl_0.11-1_all.deb

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

iQIcBAEBCAAGBQJO5M8NAAoJELs6aAGGSaoGS6cQAL7JUHoOB9oAh5KQ7qm4sD7W
hk8kzcsIgEbFXwS8DXGpJiS+5gG9wXoGZNLDX7UyE1R3AJZz/Okkh/uHIEsHZ2BO
MOXPa6FtAZlqYHoeEil9vhVN158LbAabbKbReYUr9yXowaNhMB9KwP0wuGTT9A2/
dn40/n30KlsmfBIhWfl+3co5kGn5hunDRxcbC6lPGyllZhUVL/eui5ofUB1vLPLx
DFUOiD54QEsYAPExm3xJFq0YHQI79RjmZvubzthTFqxrb2FwoGeGQ3O76vqx4m2p
2+K4PduFT51W53YCi/q1UDFIrqYJ17Cl8TA+iS/LBOpCDCAcRRAELk0bGvbjBxdw
mBug6pknRC/vUCiVp68AxzFdccETZgGWjm3TJT/UW9K27AwMDO5u38BsX4PNp2JB
vD6YyVqDuk7/4BJNH8x6lKIRN5V/QkzfOYd2cVwfb2txJ77YEy6+UMAe4uRqxtBJ
wbNWCVD7NeTq3+tL7hRZgr8i5v0rgBLDfa5OA0n+XsRDCL5q/eFi0AW8oSPdnr1c
5/tt9zZtvRR/qZN5xcHvsV+4/XyNtUaTEc6Tz4/BkncVdaRK5gnOjcixDdA4iVml
6e54GitneL9ZQTM3QVCfk3Ay3b8mPy1gHFiHf9W5vS35ETLAxbWXkpkBuWHElc82
6TUxIfa4IEacG5qtv+Hk
=VQOM
-END PGP SIGNATURE-


Accepted:
liblocale-maketext-fuzzy-perl_0.11-1.debian.tar.gz
  to 
main/libl/liblocale-maketext-fuzzy-perl/liblocale-maketext-fuzzy-perl_0.11-1.debian.tar.gz
liblocale-maketext-fuzzy-perl_0.11-1.dsc
  to 
main/libl/liblocale-maketext-fuzzy-perl/liblocale-maketext-fuzzy-perl_0.11-1.dsc
liblocale-maketext-fuzzy-perl_0.11-1_all.deb
  to 
main/libl/liblocale-maketext-fuzzy-perl/liblocale-maketext-fuzzy-perl_0.11-1_all.deb
liblocale-maketext-fuzzy-perl_0.11.orig.tar.gz
  to 
main/libl/liblocale-maketext-fuzzy-perl/liblocale-maketext-fuzzy-perl_0.11.orig.tar.gz


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



Accepted pdftoipe 20110916-2 (source amd64)

2011-12-11 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 09:16:23 -0600
Source: pdftoipe
Binary: pdftoipe
Architecture: source amd64
Version: 20110916-2
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins s...@debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 pdftoipe   - converts arbitrary PDF file to XML file readable by Ipe
Closes: 651151
Changes: 
 pdftoipe (20110916-2) unstable; urgency=low
 .
   * patches/poppler.patch: New.  Fix to build with upcoming poppler 0.18
 (thanks, Pino Toscano).  Closes: #651151.
Checksums-Sha1: 
 7ecc5f2701abc208c5be533d1bfd6cb5627bfb9a 1091 pdftoipe_20110916-2.dsc
 ddaf31092870ba6c2b9785fedeebe34f35db325c 2116 pdftoipe_20110916-2.debian.tar.gz
 38f06e860f583a88f4463cbba81cd3545ce57309 24390 pdftoipe_20110916-2_amd64.deb
Checksums-Sha256: 
 17d325716dc1837186d29560572814572d3c45879dfcb214a7758bad0120df70 1091 
pdftoipe_20110916-2.dsc
 c895c5d4d588c54cea498568b3cec72a01645d5a9ffc2383db432f0370f3fa48 2116 
pdftoipe_20110916-2.debian.tar.gz
 eb73d1bb608151865c21709576ca2387ab172901918d3a0f2887ae0816bc9408 24390 
pdftoipe_20110916-2_amd64.deb
Files: 
 8dff48307794125abbe1f0eb6620ade5 1091 graphics optional pdftoipe_20110916-2.dsc
 45cbb60ffb91b0443a2198abdedd6de8 2116 graphics optional 
pdftoipe_20110916-2.debian.tar.gz
 2d4175f93566b424c0c497fff8de920f 24390 graphics optional 
pdftoipe_20110916-2_amd64.deb

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

iD8DBQFO5MxL0i2bPSHbMcURAlhoAJ9db4sK4UKjjSyOQhdfcYeM6neI7wCdHvYZ
fUFGWZWPw3LYhbbEJHoS0cI=
=SeBM
-END PGP SIGNATURE-


Accepted:
pdftoipe_20110916-2.debian.tar.gz
  to main/p/pdftoipe/pdftoipe_20110916-2.debian.tar.gz
pdftoipe_20110916-2.dsc
  to main/p/pdftoipe/pdftoipe_20110916-2.dsc
pdftoipe_20110916-2_amd64.deb
  to main/p/pdftoipe/pdftoipe_20110916-2_amd64.deb


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



Accepted libregexp-common-perl 2011121001-1 (source all)

2011-12-11 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Dec 2011 16:49:28 +0100
Source: libregexp-common-perl
Binary: libregexp-common-perl
Architecture: source all
Version: 2011121001-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libregexp-common-perl - module with common regular expressions
Changes: 
 libregexp-common-perl (2011121001-1) unstable; urgency=low
 .
   * New upstream release.
   * Update fix-pod-spelling.patch.
   * Update years of upstream and packaging copyright.
Checksums-Sha1: 
 5592bd9fa51dbb561780677ceede73c0fb8c5982 2300 
libregexp-common-perl_2011121001-1.dsc
 9fba14d863212bf0b251e0b3de87fb0ce5e6775b 114141 
libregexp-common-perl_2011121001.orig.tar.gz
 912e7ee3967adeeecae07e566a233148da9f9ec5 8486 
libregexp-common-perl_2011121001-1.debian.tar.gz
 69d856b6ee092cceabced297f043ddd71651866e 169032 
libregexp-common-perl_2011121001-1_all.deb
Checksums-Sha256: 
 38d0cf22cccdf145a5e1dfd07afa659994e745c3fad88193880219548208b779 2300 
libregexp-common-perl_2011121001-1.dsc
 0bf9c2f40c64c05889f7bc16922bb01ca737410180949e088d6974e739e06b39 114141 
libregexp-common-perl_2011121001.orig.tar.gz
 cff497596926ee861a0d26ca3bb67ee644512ae9be7b3233a2d1e06755db6c7e 8486 
libregexp-common-perl_2011121001-1.debian.tar.gz
 ad9a788d25209dd81d5a0d1f60d3cad4805aa5b62539ea65ebbfe4a5ff1659bf 169032 
libregexp-common-perl_2011121001-1_all.deb
Files: 
 8a0fe3cf2f7e0bd16402deda4f6da9a9 2300 perl optional 
libregexp-common-perl_2011121001-1.dsc
 9e6a8fed514017589f44cde02b947ac5 114141 perl optional 
libregexp-common-perl_2011121001.orig.tar.gz
 612ddd6f77855f4bd2dd3f21de4ba51e 8486 perl optional 
libregexp-common-perl_2011121001-1.debian.tar.gz
 376e6ca7d040f0bc9e610ba744aa5eba 169032 perl optional 
libregexp-common-perl_2011121001-1_all.deb

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

iQIcBAEBCAAGBQJO5NHuAAoJELs6aAGGSaoG2MIQAJ/OWJgSemORVXXiK9qzYbkw
Jmk743GQav7DcJ18+SudOklaDPExtQIRJkLuiWmKxNQwZP+EIU9lt1QbMwWYl5Ea
VkV3lRC35cjODZL3iQjvBzvyoKKJFT5ej81NT9ty76cs4i2IMTskX0KDu1xXhWFV
vb9jORcTejAFkkP0hQqC4uxetbiHqYOyVkQos+/xYjpHeZpb+Sl3YTZ27ACfqAEW
tXYqgFWyrvgwPsvJs+kFdBGbCbk1fi1pY0clGnPxwKhnAtW2K19ihL/bRiPhFTpo
PEiiy1I1hwuy9oUfUJHHkCBNMUX5A/ALcjbwzD+ZNPhCIeEOgj2X7lAgOwBxdykf
A1LACLzXoxP+D6/8PyQcwK46mdoVWv0tZ6IVoB95rQ0yRg9yr3C9bfrVnbMsl5kX
dI6xZmBJQo7CTYuP9m0gfUCX3+YfJgvGN9ypcrm789lIemsnnxqe/SBCjdXy/UeP
/Wo5kt58e2iamD2mZLdj67cQAryk0AILkhC5uW8l2vTHcpC441F8RFOyh929uCfo
ASctYG+vQndV9MyWN1/bAbjNxilnXV7EW3kPyFb4mUQ/3HBw9zhScq+5oP4tyEVS
+UXM4bnpNm79QW5UTFbleR+1SMpM278TvLD9oC0wUtmtE3F9Krmg2enUcplpWom6
g2dZwugHnonMvynSP0TB
=r/1Q
-END PGP SIGNATURE-


Accepted:
libregexp-common-perl_2011121001-1.debian.tar.gz
  to 
main/libr/libregexp-common-perl/libregexp-common-perl_2011121001-1.debian.tar.gz
libregexp-common-perl_2011121001-1.dsc
  to main/libr/libregexp-common-perl/libregexp-common-perl_2011121001-1.dsc
libregexp-common-perl_2011121001-1_all.deb
  to main/libr/libregexp-common-perl/libregexp-common-perl_2011121001-1_all.deb
libregexp-common-perl_2011121001.orig.tar.gz
  to 
main/libr/libregexp-common-perl/libregexp-common-perl_2011121001.orig.tar.gz


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



Accepted libgtkada 2.24.0-3 (source all amd64)

2011-12-11 Thread Nicolas Boulenguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Dec 2011 22:36:52 +0100
Source: libgtkada
Binary: libgtkada2.24.0-dev libgnomeada2.24.0-dev libgtkglada2.24.0-dev 
libgtkada-dbg libgnomeada-dbg libgtkglada-dbg libgtkada2.24.0 libgnomeada2.24.0 
libgtkglada2.24.0 libgtkada-bin libgtkada-doc
Architecture: source amd64 all
Version: 2.24.0-3
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta lbre...@debian.org
Changed-By: Nicolas Boulenguez nicolas.bouleng...@free.fr
Description: 
 libgnomeada-dbg - Ada binding for the GNOME GUI (debugging symbols)
 libgnomeada2.24.0 - Ada binding for the GNOME GUI (dynamic library)
 libgnomeada2.24.0-dev - Ada binding for the GNOME GUI (development files)
 libgtkada-bin - Ada binding for the GTK+ GUI (development utilities)
 libgtkada-dbg - Ada binding for the GTK+ GUI (debugging symbols)
 libgtkada-doc - Ada binding for the GTK+ GUI (documentation)
 libgtkada2.24.0 - Ada binding for the GTK+ GUI (dynamic library)
 libgtkada2.24.0-dev - Ada binding for the GTK+ GUI (development files)
 libgtkglada-dbg - Ada binding for GTK+ OpenGL extensions (debugging symbols)
 libgtkglada2.24.0 - Ada binding for GTK+ OpenGL extensions (dynamic library)
 libgtkglada2.24.0-dev - Ada binding for GTK+ OpenGL extensions (development 
files)
Changes: 
 libgtkada (2.24.0-3) unstable; urgency=low
 .
   * rules: typo (gcc was used instead of gnatgcc)
   * README.*, libgtkada-doc.examples, source/local-options:
 restored four files ignored by mtn
   * .mtn-ignore: patched to avoid this from now on
   * watch: style in comment
Checksums-Sha1: 
 53660bb85ff519d4f90bf5806166546a5c22d691 2874 libgtkada_2.24.0-3.dsc
 134f29b5beb95c56f12ef99f9b11224c19d648a1 22674 
libgtkada_2.24.0-3.debian.tar.bz2
 9dbd0ed55bc34bd08b65fff25ff05353fd72f207 4089028 
libgtkada2.24.0-dev_2.24.0-3_amd64.deb
 1682ee3630e459ea1ef7b2fc15335f132cba0032 286658 
libgnomeada2.24.0-dev_2.24.0-3_amd64.deb
 7dd30b8906b78c0a29d33a70ba3fd17a4798a82f 95710 
libgtkglada2.24.0-dev_2.24.0-3_amd64.deb
 43caa63e871e285b37550898a7ae2b8cff75ed2d 2713174 
libgtkada-dbg_2.24.0-3_amd64.deb
 85b8ee9c79d8f8a9323fc9c17c4aeb52df21fb85 231956 
libgnomeada-dbg_2.24.0-3_amd64.deb
 efe44394428a1bcdf2321d0b94ca223e0573ab94 63252 
libgtkglada-dbg_2.24.0-3_amd64.deb
 359a9b441a8846ccdd2b9db5e4d937687ef2fa8e 1365380 
libgtkada2.24.0_2.24.0-3_amd64.deb
 c2e9cb8e6c16d614189cc94fed150954d94558df 106236 
libgnomeada2.24.0_2.24.0-3_amd64.deb
 c7c7fdd1487f9e04da37dda7924c701c74ed1aac 32972 
libgtkglada2.24.0_2.24.0-3_amd64.deb
 019a270df08d59ec6771d42c949db8ac4bbb0d0d 14950 libgtkada-bin_2.24.0-3_amd64.deb
 cbf1f56a2dc9b10b5806dcff59584216dfc0665f 1119274 libgtkada-doc_2.24.0-3_all.deb
Checksums-Sha256: 
 a9c1da96f0b152377514c9f2ca0fb47b24fbc92e9007441c8e5e9a110b825653 2874 
libgtkada_2.24.0-3.dsc
 5375cad1a1d75a5a1a3ac81b3e6fbdcc280be7c7d2001ed98f7e5ae35c79eb89 22674 
libgtkada_2.24.0-3.debian.tar.bz2
 4e4652a837337e2b3c7902ebe3d6752920bbc00553d6c9a95e210f9cab862fe4 4089028 
libgtkada2.24.0-dev_2.24.0-3_amd64.deb
 92cab7c6fdf551fc0cc8abdaecb2b9b4159ebc45dd4ab9e23577234adeab15a1 286658 
libgnomeada2.24.0-dev_2.24.0-3_amd64.deb
 b0f3ae1ab1c6311a0028ff13d0307ea0dee68068aa83ec732040902c2f674df2 95710 
libgtkglada2.24.0-dev_2.24.0-3_amd64.deb
 5649fccc52655d53c1893575a53939d82bfb9ad5117236996a83eb966f0ba842 2713174 
libgtkada-dbg_2.24.0-3_amd64.deb
 ef6809a7670b172acd0558a4208bad24f91eb55d868816abffbd273e278bc6b9 231956 
libgnomeada-dbg_2.24.0-3_amd64.deb
 26d161432d1036d633da09ced84ac7b2e9a510e9a0df56b36cb5ea026ab2ae97 63252 
libgtkglada-dbg_2.24.0-3_amd64.deb
 17bf587f81b5bd6c64d8becd7afaef781985356aba5a4e094a9a5ef40d999288 1365380 
libgtkada2.24.0_2.24.0-3_amd64.deb
 6160fc087ad4f14ffc46bece53343db13b048c2c8411d56043b4e5cb8c1a4483 106236 
libgnomeada2.24.0_2.24.0-3_amd64.deb
 db548e08a12bbfffc4f365f8b1c1f5eb80e72dadb2b71adbd9130502dc560816 32972 
libgtkglada2.24.0_2.24.0-3_amd64.deb
 29eebd5848edca6051d3dad5710ea8c89d8ecebc0199186899df6b4466f1cede 14950 
libgtkada-bin_2.24.0-3_amd64.deb
 fd6354e8da35caa3aee10ebf2d72f839ae70e8a5e93e65d2c1cb905468fb059f 1119274 
libgtkada-doc_2.24.0-3_all.deb
Files: 
 6049266d9f5252e0672df7cb4f94f3e0 2874 libs optional libgtkada_2.24.0-3.dsc
 7f2bfb8be789b33810eb78ec0da44f7a 22674 libs optional 
libgtkada_2.24.0-3.debian.tar.bz2
 f8565d2e33309f07367b89924750230d 4089028 libdevel optional 
libgtkada2.24.0-dev_2.24.0-3_amd64.deb
 775e897aa6fa8ad6b6b8902317388943 286658 libdevel optional 
libgnomeada2.24.0-dev_2.24.0-3_amd64.deb
 3dae6bb8f08c7439fb52b6334ce6f285 95710 libdevel optional 
libgtkglada2.24.0-dev_2.24.0-3_amd64.deb
 4b8e7c580a2e8af244ce3db742d327d1 2713174 debug extra 
libgtkada-dbg_2.24.0-3_amd64.deb
 6dd27e68cf5278ddaf216ce02fb12ceb 231956 debug extra 
libgnomeada-dbg_2.24.0-3_amd64.deb
 604e026080f94df8792fe60a1814c8f0 63252 debug extra 
libgtkglada-dbg_2.24.0-3_amd64.deb
 da3cac16df4380d3c92dab4b364c5dd8 1365380 libs optional 
libgtkada2.24.0_2.24.0-3_amd64.deb
 

Accepted pymongo 2.1-1 (source all amd64)

2011-12-11 Thread Janos Guljas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Dec 2011 02:05:08 +0100
Source: pymongo
Binary: python-pymongo python-pymongo-doc python-gridfs python-bson
Architecture: source amd64 all
Version: 2.1-1
Distribution: unstable
Urgency: low
Maintainer: Federico Ceratto federico.cera...@gmail.com
Changed-By: Janos Guljas ja...@resenje.org
Description: 
 python-bson - Python implementation of BSON for MongoDB
 python-gridfs - Python implementation of GridFS for MongoDB
 python-pymongo - Python interface to the MongoDB document-oriented database
 python-pymongo-doc - Python interface to the MongoDB document-oriented 
database (docum
Changes: 
 pymongo (2.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Add libjs-underscore dependency to python-pymongo-doc.
   * Use unversioned copyright format uri in debian/changelog.
Checksums-Sha1: 
 e5779ace2b66b97041f3faa20e57333af17d4219 2132 pymongo_2.1-1.dsc
 5900ac2708a5c18107ed510b90f965b3475d678e 197271 pymongo_2.1.orig.tar.gz
 4a72ab406fa05c4c33c16a498000c70ee1ced2b0 3506 pymongo_2.1-1.debian.tar.gz
 f3e005974d923531f5d8831063c6b18fb91c7008 115906 python-pymongo_2.1-1_amd64.deb
 ca3fd80db2cd447adac6d2cfa417d23e4d8770a2 801622 
python-pymongo-doc_2.1-1_all.deb
 b4768b95bcbcc1450fc295dcf6872b7302204273 21626 python-gridfs_2.1-1_all.deb
 d16ee943a311f134009b92df031081b3e967a83b 60734 python-bson_2.1-1_amd64.deb
Checksums-Sha256: 
 39167d6b81c9b5a18cab49b2c7506631bd03fa1e5a194d27d1f5c5e389073eb6 2132 
pymongo_2.1-1.dsc
 49dbefef8d37fc0b09c0383b71ac9eab23c05170ea95f51a86bd8ffd20dd5bee 197271 
pymongo_2.1.orig.tar.gz
 8664e85226953bd5f6d1ad20953839ff3c9380afa409feb9c49c347b9b5bea69 3506 
pymongo_2.1-1.debian.tar.gz
 974831352aafe34165795b2ccb958fbbff6989000979b7df8021438e262995fa 115906 
python-pymongo_2.1-1_amd64.deb
 fc2fbdd365af182e99f8bb45c242ef7ed0e5c89b7dac2c50a86a34d931d94a13 801622 
python-pymongo-doc_2.1-1_all.deb
 cb8df786d422e6048f009a66874f7a672f02150606fb84b2556cae46539055d4 21626 
python-gridfs_2.1-1_all.deb
 89d6e0c7deb135754cc13bdba0019786f7e4e5992b5a05a439c16cbcf57600ad 60734 
python-bson_2.1-1_amd64.deb
Files: 
 a0c798ed95f93e4979f12ff1e88e73a2 2132 python optional pymongo_2.1-1.dsc
 40f8c8be0edcea398ba41d5d3ba5e8b0 197271 python optional pymongo_2.1.orig.tar.gz
 bb9296f7c9812d43955ce4cd2bf47f39 3506 python optional 
pymongo_2.1-1.debian.tar.gz
 77fd753d35b342c4ad88f78776bc3101 115906 python optional 
python-pymongo_2.1-1_amd64.deb
 8093685851ad8f72e3e57b03fd6af590 801622 doc optional 
python-pymongo-doc_2.1-1_all.deb
 5de5fea42f13a6806243f01def0eef57 21626 python optional 
python-gridfs_2.1-1_all.deb
 2511604e75251a38de73a6be656c4b53 60734 python optional 
python-bson_2.1-1_amd64.deb

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

iQIcBAEBCAAGBQJO5Ny/AAoJEJ5QnJPSbfnT5HkP/3CM1nHJbVpbys4LcjKy6hhk
80BHluWpa5gUAT7vSaZgfJk8/ZaF7XPfLLmYUkvDegqQjXc2PGoQ1fpPXSFidM2o
wQ9Vlp7Hu8JXAyYTFNrSHtG6gI6IqEJufpl1b/Z4+w881ZvayDp0jt4io6pkINxZ
JKlpyXs7Rm1lS6dwOtHCQd2HVM9jwiLK4zSGdRPGeyhuq2o1FO/zM3f53ITDKTdF
Gg40r4VxDdtMtFwWLi719oELwqmxOni/RyTCWicVJVg7YptSsP9e7i174TyC7aaC
TPZpDGc6AGY1WaIooFYRJ0p93YTD/q0HabzACPE7OTJ7Q7o9NAzYVRXjLbPci9bL
T1TsvP5O1YWbKBeOaPkhBYMcbwt9bzAqsW0Pynf1gD9mtP/NkXqXpMkBZTfu0WMO
icXyfZY14E7Scr72SgtqmADAeSzFYf4F1uLahN7ctttXRfFtqZB5Dv2t+Azwccqw
hHelzduCmesRi5FyYHN+WxQWAdvRzP6IdTYTaLpYT5DAIqCQDU0LnenxbdGAIYTf
la4X+pSP1hTS+k+SLXlC11E+Mzi4B2U98mZxGmXQSiTW4RjGE4iOaxfArVFW8Gps
eyBNFg8XLP1pSDRv1UcPBb+EYkHQoDGLwfyPdUiGz+ITQem30f9NJIokgfFpmjnK
bn0qKE51ysmMOcxvQBSt
=qBbn
-END PGP SIGNATURE-


Accepted:
pymongo_2.1-1.debian.tar.gz
  to main/p/pymongo/pymongo_2.1-1.debian.tar.gz
pymongo_2.1-1.dsc
  to main/p/pymongo/pymongo_2.1-1.dsc
pymongo_2.1.orig.tar.gz
  to main/p/pymongo/pymongo_2.1.orig.tar.gz
python-bson_2.1-1_amd64.deb
  to main/p/pymongo/python-bson_2.1-1_amd64.deb
python-gridfs_2.1-1_all.deb
  to main/p/pymongo/python-gridfs_2.1-1_all.deb
python-pymongo-doc_2.1-1_all.deb
  to main/p/pymongo/python-pymongo-doc_2.1-1_all.deb
python-pymongo_2.1-1_amd64.deb
  to main/p/pymongo/python-pymongo_2.1-1_amd64.deb


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



Accepted clang 3.0-3 (source amd64)

2011-12-11 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Dec 2011 19:24:38 +0100
Source: clang
Binary: clang libclang1 libclang-dev
Architecture: source amd64
Version: 3.0-3
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 clang  - Low-Level Virtual Machine (LLVM), C language family frontend
 libclang-dev - clang library - Development package
 libclang1  - clang library
Closes: 645731 651454
Changes: 
 clang (3.0-3) unstable; urgency=low
 .
   * 23-strlcpy_strlcat_warning_removed.diff: strlcat and strlcpy does not exist
 in Debian (Closes: #651454)
   * 21-searchPathHeaders.diff: Update to include also the path to clang headers
 (Closes: #645731)
Checksums-Sha1: 
 c27cf8ece8097b65fa8023fda7bc8706b458084b 1650 clang_3.0-3.dsc
 393158b513b5af843dd1ebc8d12b11fa3abe8f70 19913 clang_3.0-3.debian.tar.gz
 2332f48b4a91ef14e8c0a9cd903d86c9b8886cf6 4973670 clang_3.0-3_amd64.deb
 2ac2ac13bbc4210c3cfa67e4216d5fbb9b1c7698 3361282 libclang1_3.0-3_amd64.deb
 6c98632c0a432950d06183fc2ee8933ec05811eb 1053638 libclang-dev_3.0-3_amd64.deb
Checksums-Sha256: 
 89cb3bf1a21fa13bab4ed73f28dbe028dbe72f565b696683402efa0ca86c9486 1650 
clang_3.0-3.dsc
 4c45c9a2fe621cad2a8dda8d387ee41efbd618cc37c0b079723503da29ea29d9 19913 
clang_3.0-3.debian.tar.gz
 d0e604afae560da7e924c7bff387f5de48c85f4e5eb2aef98154cd6d5d60e5f2 4973670 
clang_3.0-3_amd64.deb
 885f746cf1fd10d8f1876ae0a418b991353b7b8ccbd788f21cef766e97666e7e 3361282 
libclang1_3.0-3_amd64.deb
 b819f8f82dc04c4c2aa084421eee786f1aa7427c08bf84aef8dbabbe6e9736ee 1053638 
libclang-dev_3.0-3_amd64.deb
Files: 
 6e61919f86838f37ff0c93093edf0196 1650 devel optional clang_3.0-3.dsc
 d0581b225b2b75812aeac4b02dc8318e 19913 devel optional clang_3.0-3.debian.tar.gz
 c87d417feb2c0ee774c777ce811bb95f 4973670 devel optional clang_3.0-3_amd64.deb
 c85ce862b160c5ed3573060baa73e951 3361282 devel optional 
libclang1_3.0-3_amd64.deb
 0ec24fc2b1a67690f72889d849c44cb4 1053638 libdevel optional 
libclang-dev_3.0-3_amd64.deb

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

iEYEARECAAYFAk7k3jkACgkQiOXXM92JlhAzYwCePdkNzxB14+IQkUBLXg54Xen7
9WMAoIMPg0tTTbHo7x7T2wsZ3tjasdyQ
=Rb+p
-END PGP SIGNATURE-


Accepted:
clang_3.0-3.debian.tar.gz
  to main/c/clang/clang_3.0-3.debian.tar.gz
clang_3.0-3.dsc
  to main/c/clang/clang_3.0-3.dsc
clang_3.0-3_amd64.deb
  to main/c/clang/clang_3.0-3_amd64.deb
libclang-dev_3.0-3_amd64.deb
  to main/c/clang/libclang-dev_3.0-3_amd64.deb
libclang1_3.0-3_amd64.deb
  to main/c/clang/libclang1_3.0-3_amd64.deb


-- 
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/e1rzmnj-0001o3...@franck.debian.org



Accepted rjava 0.9-3-1 (source i386)

2011-12-11 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 10:33:28 -0600
Source: rjava
Binary: r-cran-rjava
Architecture: source i386
Version: 0.9-3-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-rjava - GNU R low-level interface to Java
Changes: 
 rjava (0.9-3-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 e45b53079891c497f573a678e167223139d3cff8 1071 rjava_0.9-3-1.dsc
 2d7fadc61517f1f499f6ae254d2c3825340f03c8 537153 rjava_0.9-3.orig.tar.gz
 a4e9ff1d9ea6ed5cc80d2d72676edff88d5494e6 2106 rjava_0.9-3-1.diff.gz
 bb02ad0677d998ede73db4e5d40cc4543321815b 560256 r-cran-rjava_0.9-3-1_i386.deb
Checksums-Sha256: 
 0e56b1aaace03f8162597649b24bc968ba427485c7840e9ef8e4193abf074098 1071 
rjava_0.9-3-1.dsc
 4ac7fdd849f502b84c02b66a3924b0cba9174a7d769ace17a49e4e4645dcd049 537153 
rjava_0.9-3.orig.tar.gz
 3972413efd235ca51cc2e7a10d8e7ffe000dd93546ea75fc4a16a658c5cac298 2106 
rjava_0.9-3-1.diff.gz
 3ac1b650e1e1f80e873170a8795cc816ccd0c738dba2333fd4852688df1c9c91 560256 
r-cran-rjava_0.9-3-1_i386.deb
Files: 
 19c26edf69d3df2ff0ad9b18caf8089b 1071 gnu-r optional rjava_0.9-3-1.dsc
 b3376127006ea978253988f2d5dc8249 537153 gnu-r optional rjava_0.9-3.orig.tar.gz
 3ceb6de7138a03f06f934dedac5ca92e 2106 gnu-r optional rjava_0.9-3-1.diff.gz
 c58fd50768f4fa013813a643f07c7d2f 560256 gnu-r optional 
r-cran-rjava_0.9-3-1_i386.deb

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

iD8DBQFO5NwvCZSR95Gw07cRAgC+AJ9mZUKJsQylTAJEpuOBzejQ3kTJWQCePe0t
QqILEMQTna/kc5+BfjYgn7U=
=fGnu
-END PGP SIGNATURE-


Accepted:
r-cran-rjava_0.9-3-1_i386.deb
  to main/r/rjava/r-cran-rjava_0.9-3-1_i386.deb
rjava_0.9-3-1.diff.gz
  to main/r/rjava/rjava_0.9-3-1.diff.gz
rjava_0.9-3-1.dsc
  to main/r/rjava/rjava_0.9-3-1.dsc
rjava_0.9-3.orig.tar.gz
  to main/r/rjava/rjava_0.9-3.orig.tar.gz


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



Accepted rserve 0.6-6-1 (source i386)

2011-12-11 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 10:35:20 -0600
Source: rserve
Binary: r-cran-rserve
Architecture: source i386
Version: 0.6-6-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-rserve - GNU R Rserve tcp/ip server and sample clients
Changes: 
 rserve (0.6-6-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
Checksums-Sha1: 
 53b090ca49d0e912c5ce631e0c1535ad18d6a5e2 1056 rserve_0.6-6-1.dsc
 6c0d7a93aae9dadcb205054a6d98a59c81febaa5 378630 rserve_0.6-6.orig.tar.gz
 4905da3728fd8610e52ddfdd8eb67859ea9a4fe2 2182 rserve_0.6-6-1.diff.gz
 85107aad8a5aec035fc0e5886c371138f2291a34 186898 r-cran-rserve_0.6-6-1_i386.deb
Checksums-Sha256: 
 77c9667dec70d19e3ecde48f5a37b89cc419d65b4db9790597c0e2036c5f1521 1056 
rserve_0.6-6-1.dsc
 80fa9d105bdbde6d7eb858cf09b9ee47efae2476affefaed4d6cfb51e32927c3 378630 
rserve_0.6-6.orig.tar.gz
 bcc43c0b924d53f28737f9ab97e9acb1336284926d52b1d5862b3fe669cc7d93 2182 
rserve_0.6-6-1.diff.gz
 cd9f10cf5e1be57a93af6b03239ec139c3955c50b03044357046eef5a50e086c 186898 
r-cran-rserve_0.6-6-1_i386.deb
Files: 
 10a30f5caa368443d2e6b839345a1b13 1056 gnu-r optional rserve_0.6-6-1.dsc
 aaa3ca95962ee218fa40592efdf64dcc 378630 gnu-r optional rserve_0.6-6.orig.tar.gz
 b27824673d091459d4e87485ab655e18 2182 gnu-r optional rserve_0.6-6-1.diff.gz
 a2591e882bfc05a80fc538bea3c81966 186898 gnu-r optional 
r-cran-rserve_0.6-6-1_i386.deb

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

iD8DBQFO5N3tCZSR95Gw07cRAsZNAJ9fR16nGS4TpB5PLuDJ7nanUYiHyACfeKfM
rstTf8ySGIqd9fpOOS3pBoA=
=wEjr
-END PGP SIGNATURE-


Accepted:
r-cran-rserve_0.6-6-1_i386.deb
  to main/r/rserve/r-cran-rserve_0.6-6-1_i386.deb
rserve_0.6-6-1.diff.gz
  to main/r/rserve/rserve_0.6-6-1.diff.gz
rserve_0.6-6-1.dsc
  to main/r/rserve/rserve_0.6-6-1.dsc
rserve_0.6-6.orig.tar.gz
  to main/r/rserve/rserve_0.6-6.orig.tar.gz


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



Accepted binutils 2.22-2 (source all amd64)

2011-12-11 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 16:30:14 +
Source: binutils
Binary: binutils binutils-dev binutils-multiarch binutils-gold binutils-hppa64 
binutils-spu binutils-doc binutils-source
Architecture: source all amd64
Version: 2.22-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 binutils   - GNU assembler, linker and binary utilities
 binutils-dev - GNU binary utilities (BFD development files)
 binutils-doc - Documentation for the GNU assembler, linker and binary utilities
 binutils-gold - GNU gold linker utility
 binutils-hppa64 - GNU assembler, linker and binary utilities targeted for 
hppa64-li
 binutils-multiarch - Binary utilities that support multi-arch targets
 binutils-source - GNU assembler, linker and binary utilities (source)
 binutils-spu - GNU assembler, linker and binary utilities targeted for spu-elf
Closes: 650064
Changes: 
 binutils (2.22-2) unstable; urgency=low
 .
   * Update from the binutils-2_22-branch 20111211.
   * Fix build failure with make 3.82 (Daniel Schepler). Closes: #650064.
Checksums-Sha1: 
 1be4ef80715080d66c0da667da31f7985ed90e75 1687 binutils_2.22-2.dsc
 f1012f39789aed1172ac4f5e2b6efe24de89a6c6 80042 binutils_2.22-2.diff.gz
 1867d1df2d3dfae771d85a25e1e72b7bfb2a801a 581038 binutils-doc_2.22-2_all.deb
 2f753adf5b6fca7322e2207618e30e36146a0aa8 14676082 
binutils-source_2.22-2_all.deb
 e3ea1bb3fb150e75ac73417c0ff4af1f9ac518a8 4849780 binutils_2.22-2_amd64.deb
 93a6e613724c79f2108792fdd68e57638842678e 4253204 binutils-dev_2.22-2_amd64.deb
 1a5ade5c0400293efcfb3bd3695c820e0dbc6c2a 2212968 
binutils-multiarch_2.22-2_amd64.deb
 0c1dae4b6832b1cb483cb37916b60c56d8eeef01 1388 binutils-gold_2.22-2_amd64.deb
Checksums-Sha256: 
 1464eb7826b00e19127a41367a880059ce6f77640e2db4d3de98be97956bb19e 1687 
binutils_2.22-2.dsc
 7a1e4c29f9fff33c407f2772f9f3c0fbd58bef317ced602f0173c7c08bcfb2a2 80042 
binutils_2.22-2.diff.gz
 68eb3286d70d800af940b8eb25528b80a3a4f2be436bb45c8ac76d4562f5993d 581038 
binutils-doc_2.22-2_all.deb
 376c18fca5eec401e5206e1954e2fa6d5c3bf8dbe0852de858ec3bc6d6bdef84 14676082 
binutils-source_2.22-2_all.deb
 db90eaf327be03140b4a19c4177d7e640e5e34282c85f229fd8549b943ff0f54 4849780 
binutils_2.22-2_amd64.deb
 93c1c887a973f767a0604c1e3663cc827b6ce4b0c918d2c571f09ca4c92e08bb 4253204 
binutils-dev_2.22-2_amd64.deb
 261976affda6d063c9987d1537067184bbf61e61fd771c76af770025dc28e0fc 2212968 
binutils-multiarch_2.22-2_amd64.deb
 e6e091ed89f262f09b99bf971eaaa90f6479facc9ff9da79f2a3485729e952d6 1388 
binutils-gold_2.22-2_amd64.deb
Files: 
 84ffeb83f6b4a4fbcfd6f670875b1c1e 1687 devel optional binutils_2.22-2.dsc
 c75f76179cee86353fde4e79927b5ba0 80042 devel optional binutils_2.22-2.diff.gz
 f13f4c00b92cf101d59299c3ee1b776f 581038 doc optional 
binutils-doc_2.22-2_all.deb
 b1506745b5bdeb4cdf09d335551489a8 14676082 devel optional 
binutils-source_2.22-2_all.deb
 1be7d1a3a678ba31302c1a5f1070a5fc 4849780 devel optional 
binutils_2.22-2_amd64.deb
 a2187546d86d401bf99ecc654b53f20a 4253204 devel extra 
binutils-dev_2.22-2_amd64.deb
 6180df8906384dcdd8f935c8dea43218 2212968 devel extra 
binutils-multiarch_2.22-2_amd64.deb
 d31779c784807951e1a7c535a0f419e1 1388 devel extra 
binutils-gold_2.22-2_amd64.deb

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

iEYEARECAAYFAk7k4iAACgkQStlRaw+TLJxQxACfXlsotsTuvscxQlWCcm4ub+Zp
kVoAn2sjmPfeIwHCfjIbKC+eoTBhoMxQ
=MsIk
-END PGP SIGNATURE-


Accepted:
binutils-dev_2.22-2_amd64.deb
  to main/b/binutils/binutils-dev_2.22-2_amd64.deb
binutils-doc_2.22-2_all.deb
  to main/b/binutils/binutils-doc_2.22-2_all.deb
binutils-gold_2.22-2_amd64.deb
  to main/b/binutils/binutils-gold_2.22-2_amd64.deb
binutils-multiarch_2.22-2_amd64.deb
  to main/b/binutils/binutils-multiarch_2.22-2_amd64.deb
binutils-source_2.22-2_all.deb
  to main/b/binutils/binutils-source_2.22-2_all.deb
binutils_2.22-2.diff.gz
  to main/b/binutils/binutils_2.22-2.diff.gz
binutils_2.22-2.dsc
  to main/b/binutils/binutils_2.22-2.dsc
binutils_2.22-2_amd64.deb
  to main/b/binutils/binutils_2.22-2_amd64.deb


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



Accepted winff 1.4.0-2 (source all i386)

2011-12-11 Thread Paul Gevers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 17:01:17 +0100
Source: winff
Binary: winff winff-dbg winff-doc
Architecture: source all i386
Version: 1.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Paul Gevers p...@climbing.nl
Changed-By: Paul Gevers p...@climbing.nl
Description: 
 winff  - graphical video and audio batch converter using ffmpeg
 winff-dbg  - winff debugging symbols
 winff-doc  - winff documentation
Changes: 
 winff (1.4.0-2) unstable; urgency=low
 .
   * Add patch to prevent Lazarus from updating translation files on
 local use for ease of debugging
   * Add patches and improved upstream commits 584 and 585
 - Fix drag and drop bug (Upstream: #139, 142)
 - Selection menu adds video extensions (Upstream: #140)
 - Updated about window
Checksums-Sha1: 
 4aa61c18d5bfc6f396f3bc281cd03b3c0e019dc6 1354 winff_1.4.0-2.dsc
 1ebfbc7d90dbb6226e13cecfe4e6624660388502 24528 winff_1.4.0-2.debian.tar.gz
 c4bd914c7f73a4e301399f9a317f67490f969015 1318914 winff-doc_1.4.0-2_all.deb
 4a692b532ba03c3202d3213c91adb74e1e5db1bc 2017328 winff_1.4.0-2_i386.deb
 b2a1cb4ecf1ebb967f650863761f4cfa8bb0b123 4494892 winff-dbg_1.4.0-2_i386.deb
Checksums-Sha256: 
 1d5d1ba8e2058b5b5e6c4d2892bde9ce130b4c8f6ae84273e36df7ad57f529b3 1354 
winff_1.4.0-2.dsc
 7ce2f4d91626792092766e3542ac98af5183efc268cbceae26bc10cdac395513 24528 
winff_1.4.0-2.debian.tar.gz
 6ce9aa676597452752aab561228d41beb7a38ce67cb38aa7786a9db82e783aac 1318914 
winff-doc_1.4.0-2_all.deb
 413f8d1350e34a649f358ab82a890858aedf24df99c0c2417cfe645dc9c24b25 2017328 
winff_1.4.0-2_i386.deb
 5afa3d883687977599e5e1f16fce8db0332625317ecd54ad133bac670652d4a6 4494892 
winff-dbg_1.4.0-2_i386.deb
Files: 
 1f8f4e384e44cadc99227771cf412444 1354 video extra winff_1.4.0-2.dsc
 6e74f31ca3eaa0b3d0d3c0414262a63c 24528 video extra winff_1.4.0-2.debian.tar.gz
 ac8a5de52755c27f469c8e7c12ba19d4 1318914 doc extra winff-doc_1.4.0-2_all.deb
 4d834730eef27c68b598f664a81cc733 2017328 video extra winff_1.4.0-2_i386.deb
 1ad8edbc0ed4981b1aa5fea22768af00 4494892 debug extra winff-dbg_1.4.0-2_i386.deb

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

iEYEARECAAYFAk7k4U0ACgkQHNUte6r+CGrMJACbBXfw2fLq+KVN6X44lXFU1oJc
AwMAniaU27OHSppvFRmq31+gl4WHtYjY
=lyIv
-END PGP SIGNATURE-


Accepted:
winff-dbg_1.4.0-2_i386.deb
  to main/w/winff/winff-dbg_1.4.0-2_i386.deb
winff-doc_1.4.0-2_all.deb
  to main/w/winff/winff-doc_1.4.0-2_all.deb
winff_1.4.0-2.debian.tar.gz
  to main/w/winff/winff_1.4.0-2.debian.tar.gz
winff_1.4.0-2.dsc
  to main/w/winff/winff_1.4.0-2.dsc
winff_1.4.0-2_i386.deb
  to main/w/winff/winff_1.4.0-2_i386.deb


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



Accepted kdenlive 0.8.2.1-1 (source all amd64)

2011-12-11 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Dec 2011 17:51:45 +0100
Source: kdenlive
Binary: kdenlive kdenlive-data kdenlive-dbg
Architecture: source all amd64
Version: 0.8.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 kdenlive   - non-linear video editor
 kdenlive-data - non-linear video editor (data files)
 kdenlive-dbg - non-linear video editor (debugging symbols)
Changes: 
 kdenlive (0.8.2.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 b2b9ca233a5ae80e3fa7c336ea71f24df92ee09f 2060 kdenlive_0.8.2.1-1.dsc
 14c3d17ed3388ef6f90a00f4d5f58934307e3e40 5135630 kdenlive_0.8.2.1.orig.tar.gz
 6bce062ca88ac24dd083d19c8d99d021f4936dbd 5850 kdenlive_0.8.2.1-1.debian.tar.gz
 44be1095b9473adb5b708ef0580561d08e503e37 4155784 
kdenlive-data_0.8.2.1-1_all.deb
 a358b17be5a5f1fd20ebb7a8197e7c9f9e5fd9e3 1617260 kdenlive_0.8.2.1-1_amd64.deb
 6a6e72aeedabd7150ed2094921d5abd8623a1c17 14886286 
kdenlive-dbg_0.8.2.1-1_amd64.deb
Checksums-Sha256: 
 f7040d796b8b7173f2f3e3426e894f059281e817b33a27cc6a68be75354130c9 2060 
kdenlive_0.8.2.1-1.dsc
 a454a0659c9673453800df8382dfdbcb87acfb9b174712ffeb46b8304bf00717 5135630 
kdenlive_0.8.2.1.orig.tar.gz
 388e4afebb3560d8ef24ce7ac9d6ef73d12911d6da003e77aef6e9b054cc4073 5850 
kdenlive_0.8.2.1-1.debian.tar.gz
 581ca3632ccd04d19fff9d98fba09e06abf958193fd9fae024466f25d7fe633b 4155784 
kdenlive-data_0.8.2.1-1_all.deb
 25604c59f3e9cdc4394979a7dfe35f55a5198c10c9fcbbc9494a31d84e9b50a1 1617260 
kdenlive_0.8.2.1-1_amd64.deb
 ae9b473b53cb9fd462381f67e70b05bb05b15e03fe11a3f80b4b4b5ce9ea5c5d 14886286 
kdenlive-dbg_0.8.2.1-1_amd64.deb
Files: 
 eea2dc57fce78cddbc7a3d68a23662da 2060 video optional kdenlive_0.8.2.1-1.dsc
 96b39531eba98c77546e7eba45a744ce 5135630 video optional 
kdenlive_0.8.2.1.orig.tar.gz
 ff789553dd415798a447ad649ddcc98e 5850 video optional 
kdenlive_0.8.2.1-1.debian.tar.gz
 89f680cfde05b658fef0f32b65eead9d 4155784 video optional 
kdenlive-data_0.8.2.1-1_all.deb
 c84d972d6b16d8bfb7e57fc2354946d1 1617260 video optional 
kdenlive_0.8.2.1-1_amd64.deb
 01299ddbe0061d45be60b819f0c73b5b 14886286 debug extra 
kdenlive-dbg_0.8.2.1-1_amd64.deb

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

iQIcBAEBCAAGBQJO5OTOAAoJEBLZsEqQy9jkssYP/AvFrT+XRI0WUqfdNmoacGJb
F9uEwt/UdTK6LusQqpvA801fKo6TZZD6qLJDtcawFsMncAxtslYp2Z7hzCMkeHW4
lyq8/Ci0JTdyGek6vcQ7tJCBWVqFN10nNS+FQWKvD7lwBMlPQNFAO/46yyvg/ogz
TPwK8KPlIK10m2KkX4Z3cUFRjPvI6wJuMOizWb8hCyMOwFEoDtixyWgmrKJmCws9
/L8+IRzGm7fMLthW5gjOWLnkkRj19pPd+FGB9zDw/M4Ea125qqu0MU5IwwZvdJML
DnNsm1k4CtOl6s4743CWnWOaLpbsS5spY4aydcIe0JUBPTQWuM/Tw2SW/5s7ez1c
kdg2YW9EtLgYMQLi+qW2E8LUdCfmNJQHtLybqTCbyw6zkIFjvKpo41sjH0wyv9zf
J1o4C9saxQVz6DsDLluWLqg6MIFnvgXyuI+qeIMpXL31OXLIa2Ra/c1mqFBKS9hj
UxTupjlQOQ7EavgliYX6/RB+TD1JDjlRrGnhvlPyBAhvOiCdGzdEeLBEpsdO/NC5
Hhv3rc8ahvl81cYpFOCiUrv01r7LFCUc7gNe2/r0+SXTvM5O8lf3wsNJDvZLWedH
cUx/E/W4zPCHBmGdIROcN8V7i2S8St0ShDCzPvKZBDx5WLYAg2vY5S4ualrS4URr
XwIeV8b3yJf82CJV1OPp
=TcXR
-END PGP SIGNATURE-


Accepted:
kdenlive-data_0.8.2.1-1_all.deb
  to main/k/kdenlive/kdenlive-data_0.8.2.1-1_all.deb
kdenlive-dbg_0.8.2.1-1_amd64.deb
  to main/k/kdenlive/kdenlive-dbg_0.8.2.1-1_amd64.deb
kdenlive_0.8.2.1-1.debian.tar.gz
  to main/k/kdenlive/kdenlive_0.8.2.1-1.debian.tar.gz
kdenlive_0.8.2.1-1.dsc
  to main/k/kdenlive/kdenlive_0.8.2.1-1.dsc
kdenlive_0.8.2.1-1_amd64.deb
  to main/k/kdenlive/kdenlive_0.8.2.1-1_amd64.deb
kdenlive_0.8.2.1.orig.tar.gz
  to main/k/kdenlive/kdenlive_0.8.2.1.orig.tar.gz


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



Accepted lame 3.99.3+repack1-1 (source all amd64)

2011-12-11 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 11:29:01 -0500
Source: lame
Binary: lame lame-doc libmp3lame0 libmp3lame-dev
Architecture: source amd64 all
Version: 3.99.3+repack1-1
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Andres Mejia ame...@debian.org
Description: 
 lame   - MP3 encoding library (frontend)
 lame-doc   - MP3 encoding library (documentation)
 libmp3lame-dev - MP3 encoding library (development)
 libmp3lame0 - MP3 encoding library
Changes: 
 lame (3.99.3+repack1-1) unstable; urgency=low
 .
   * Update copyright.
   * Refresh all patches, remove patches applied upstreamed.
   * Update README.source.
   * Remove commas from Files section in copyright file.
Checksums-Sha1: 
 570f35256fe3af74d827a66112f66cbe37723e13 2237 lame_3.99.3+repack1-1.dsc
 fcb404452c5cf00422055d2194a9187ce0fafcaf 1458763 
lame_3.99.3+repack1.orig.tar.gz
 83e1960eecff67aacf7588ba68fc3382bd71cb73 12904 
lame_3.99.3+repack1-1.debian.tar.gz
 a3f7cb512f502cad40d8556916dc29daceae0443 435138 lame_3.99.3+repack1-1_amd64.deb
 c632986a80c00e35d8c654d68a15e81616875b36 293940 
lame-doc_3.99.3+repack1-1_all.deb
 b0224a800fd6b3fd7241c6569127f5fe5c3c130d 402582 
libmp3lame0_3.99.3+repack1-1_amd64.deb
 c13e7c9b810181cb46843904a03fd3b53d5535c6 438044 
libmp3lame-dev_3.99.3+repack1-1_amd64.deb
Checksums-Sha256: 
 027caacf777f32efbef7edb9cc39d209566a27426ab5d95d00da0df06c98b289 2237 
lame_3.99.3+repack1-1.dsc
 30df6827e721dca5d0c8a1cdc940eaaa9f6377e451250895055694f468aedccf 1458763 
lame_3.99.3+repack1.orig.tar.gz
 6a6444bc70f8a1eb2263457064f3c09da6e80c2ec361fac37d930b5d5c32d68a 12904 
lame_3.99.3+repack1-1.debian.tar.gz
 87ace48615e875fd1f72f3b2d1c6176d39e4f0dbdb76b9c25e258d428a2601dd 435138 
lame_3.99.3+repack1-1_amd64.deb
 46e8861cef0d7ba950b193b9ac92d5302fcecef5cf373ed26257486042e2f10f 293940 
lame-doc_3.99.3+repack1-1_all.deb
 4744dfbc6a8dfd729b757e6dbf81fcc9d212bc414ba32918abb39931dea119ba 402582 
libmp3lame0_3.99.3+repack1-1_amd64.deb
 81027a242092f8825643469bf637b6095637be05f108825b867367f93a8526da 438044 
libmp3lame-dev_3.99.3+repack1-1_amd64.deb
Files: 
 6a78a6c754d9c695360329ca3eff641f 2237 sound optional lame_3.99.3+repack1-1.dsc
 3c7c480ea53e2af4fc351cf90c828b24 1458763 sound optional 
lame_3.99.3+repack1.orig.tar.gz
 3cf07826f014d46160a799662e0baf60 12904 sound optional 
lame_3.99.3+repack1-1.debian.tar.gz
 f8e0a4e1569653b933cf1f762aaaebaa 435138 sound optional 
lame_3.99.3+repack1-1_amd64.deb
 67b83e1ce43ddcf633e7939efb91a06d 293940 doc optional 
lame-doc_3.99.3+repack1-1_all.deb
 8c083f8d6cf1735c4ddc32b11b542b12 402582 libs optional 
libmp3lame0_3.99.3+repack1-1_amd64.deb
 acf1762e9e68b568ea7c2c69c0afc104 438044 libdevel optional 
libmp3lame-dev_3.99.3+repack1-1_amd64.deb

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

iQIcBAEBAgAGBQJO5OiJAAoJED+5x4pTyFTfE/cQALZZNFyMrUwXQku1kWxaGuyS
P3yIpzxxVMs6sXcwArs1O9Hh6VQ8LUNotWFaDZYGVj3/cZg5RuraqJ3ua2Fpayu6
bZsdmaBth8ZWtrywqiiHPIUpX0vXuHeDAyC2P+SGosoxDfWYL2u8bvSPg6aChBEa
j07dRxkQARzdK41/eHLEJ3/7nQvohK0eBAowckZ7L9yEopOT8CNSYe77XfMimhlI
5jBqJkSceksx2VgnHpwSEAeokme3d4wOVCmQQVbHgg+bdSl+iG3SZITQrWzlo2RU
M6id3iyY+SqDBk8QP5PDIz8SRGbWRjv2xC/8QbWzX1xTcIVkq/UigXNE3hTHJq3e
+kfFY/b/khwGNoqOP6Ms27DMII/4Ypmz6NnfOoRLB7s4UVWLTl5sO+3lz87YHUtX
2q0F4SimPh215mDO5GD+4Q3o4XZbxn0fYgL5E51mrDiPt7apE65ZD/fG8JnI7uVV
sUxg3YUIRo6Jolo5PsC+iJEpzrsjL93X8lyFE0soFRUsuF7/TjJCUllWhKxbk+B7
EBG8+O1TdA1fKq/w5j+4PhuasoJzPznO41/z0kyDfyn/ppNIPaYyadF6hxfwrObb
XbyKhC3ODrZG9N4p0U1lEgcXGjecRwFxzMG/JRh8Kt6qP7KhoHgJYfWNkLgjBzVT
PZZvcCalvnBXNbFVoUb0
=232a
-END PGP SIGNATURE-


Accepted:
lame-doc_3.99.3+repack1-1_all.deb
  to main/l/lame/lame-doc_3.99.3+repack1-1_all.deb
lame_3.99.3+repack1-1.debian.tar.gz
  to main/l/lame/lame_3.99.3+repack1-1.debian.tar.gz
lame_3.99.3+repack1-1.dsc
  to main/l/lame/lame_3.99.3+repack1-1.dsc
lame_3.99.3+repack1-1_amd64.deb
  to main/l/lame/lame_3.99.3+repack1-1_amd64.deb
lame_3.99.3+repack1.orig.tar.gz
  to main/l/lame/lame_3.99.3+repack1.orig.tar.gz
libmp3lame-dev_3.99.3+repack1-1_amd64.deb
  to main/l/lame/libmp3lame-dev_3.99.3+repack1-1_amd64.deb
libmp3lame0_3.99.3+repack1-1_amd64.deb
  to main/l/lame/libmp3lame0_3.99.3+repack1-1_amd64.deb


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



Accepted mail-notification 5.4.dfsg.1-3 (source i386)

2011-12-11 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Dec 2011 18:22:28 +0100
Source: mail-notification
Binary: mail-notification mail-notification-evolution
Architecture: source i386
Version: 5.4.dfsg.1-3
Distribution: unstable
Urgency: low
Maintainer: LIU Qi liuq...@gmail.com
Changed-By: Stephen Kitt st...@sk2.org
Description: 
 mail-notification - mail notification in system tray
 mail-notification-evolution - evolution support for mail notification
Closes: 569777 644569
Changes: 
 mail-notification (5.4.dfsg.1-3) unstable; urgency=low
 .
   * Add myself to uploaders and acknowledge NMUs (closes: #569777).
   * Calculate evolution version for dependencies, to allow building with
 Evolution 3.0 and Evolution 3.2 (so a binNMU should do the trick when
 the latter is uploaded to unstable).
   * Drop unused dependency on libgnomeprintui2.2-dev (patch provided by
 Michael Biebl; closes: #644569).
Checksums-Sha1: 
 cda48096fe0385e318b4c4c6ac46a126e7e04d0e 2235 
mail-notification_5.4.dfsg.1-3.dsc
 794a8ea76c5106ed3184f8e942506d0b26c0593e 33185 
mail-notification_5.4.dfsg.1-3.debian.tar.gz
 72d188c48d3dec1869212825536851cae1769ce2 436150 
mail-notification_5.4.dfsg.1-3_i386.deb
 54f5f8531a6cec66c23ead792d9f19a5f49cfdf3 21390 
mail-notification-evolution_5.4.dfsg.1-3_i386.deb
Checksums-Sha256: 
 0fa308fc0cc8467b20c82448d7e90174ed42f900dc0c623ce6b8b4f35e53a46a 2235 
mail-notification_5.4.dfsg.1-3.dsc
 8a91e7a95ff8b307a791973fb73be1be870954e0e0a95e9b217ec8c10ba22120 33185 
mail-notification_5.4.dfsg.1-3.debian.tar.gz
 961f49504c89203983fb892ea925a75b176e3883f18951abba3a82f77786b9a2 436150 
mail-notification_5.4.dfsg.1-3_i386.deb
 b7ba7a308ddcf6744fe8eae3af653e3c0c933bd3b7444094c198d03c86132f19 21390 
mail-notification-evolution_5.4.dfsg.1-3_i386.deb
Files: 
 b6c1f4578e6cecc6d1823d6c2a42a5f9 2235 gnome optional 
mail-notification_5.4.dfsg.1-3.dsc
 9f08d4f6f3cef274a2902d6cea877a33 33185 gnome optional 
mail-notification_5.4.dfsg.1-3.debian.tar.gz
 cc285cd22bb1eafbae311db147a6f2ac 436150 gnome optional 
mail-notification_5.4.dfsg.1-3_i386.deb
 dcd19d93da938b4cfb8a320dc9913dc0 21390 gnome optional 
mail-notification-evolution_5.4.dfsg.1-3_i386.deb

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

iQIcBAEBCAAGBQJO5Oy1AAoJEKbcJNnaJJPRQ2EP/1gS2uUAMlPyh4m79XpnNFTA
zE5AE9iSB6pShkfJ9EvGkXqWikc63FSDhFUW6Puqmi7IHC5voeLO13UHj1E4SsyS
OdUS6G+Kr5ldIy/YaaHTW6kD27g3YTHwGSgv1AYCNE21ENHYdMYnC+ipogTb+42X
GiX0ww1PfrEYLdaSrddAPxbEtNrTLeF4rIP3enM0H2aU8969tV+XzFlejDvbsZ1T
0UmOQhOVj2uTklw/DfUZJ6d/7ZjR2FHRBXaa5zQGvZWABvjKnVakQSDTBz8N7I2K
dWTVIGd47qbGUeNOEXKwmDssgTp/6AlLKEO2uNhBXVVEke5vTzNbPM2FvwCHOt6/
sA6TzvxwldZgR1BCDjQp6TYz96YzfZMDCG0VZ7In571PQ7hacKSUW7YplARr8+/T
vX5BZa9t+jiK56Tw5H62k9vkoY9jkw7lhP0QbhKnZzXoSwTZ79QvhAwXNCretgrH
fLf52f5NbHNk+BEd40+C893vCt8eoRHYZFyvSsXZoKoBXOOcJpzDEBbRE2yH4Y7e
7v7HEMvGA2l7mC481uAs/hORmjoeF1BGYuajfvLEU1zzR1JzNjOY+FGIA/hMDHMP
sbvsHndnDnTI0nwLkqUORdwleADMh5SgN9PvGHM6xrooFHksjK498iH7ve+Ee9oy
4SRWE88KbBguxQfSWo/4
=YLkA
-END PGP SIGNATURE-


Accepted:
mail-notification-evolution_5.4.dfsg.1-3_i386.deb
  to main/m/mail-notification/mail-notification-evolution_5.4.dfsg.1-3_i386.deb
mail-notification_5.4.dfsg.1-3.debian.tar.gz
  to main/m/mail-notification/mail-notification_5.4.dfsg.1-3.debian.tar.gz
mail-notification_5.4.dfsg.1-3.dsc
  to main/m/mail-notification/mail-notification_5.4.dfsg.1-3.dsc
mail-notification_5.4.dfsg.1-3_i386.deb
  to main/m/mail-notification/mail-notification_5.4.dfsg.1-3_i386.deb


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



Accepted bind9 1:9.8.1.dfsg-1.1 (source all i386)

2011-12-11 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 03 Dec 2011 17:22:12 +0100
Source: bind9
Binary: bind9 bind9utils bind9-doc host bind9-host libbind-dev libbind9-80 
libdns81 libisc83 liblwres80 libisccc80 libisccfg82 dnsutils lwresd
Architecture: source all i386
Version: 1:9.8.1.dfsg-1.1
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones lam...@debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 bind9  - Internet Domain Name Server
 bind9-doc  - Documentation for BIND
 bind9-host - Version of 'host' bundled with BIND 9.X
 bind9utils - Utilities for BIND
 dnsutils   - Clients provided with BIND
 host   - Transitional package
 libbind-dev - Static Libraries and Headers used by BIND
 libbind9-80 - BIND9 Shared Library used by BIND
 libdns81   - DNS Shared Library used by BIND
 libisc83   - ISC Shared Library used by BIND
 libisccc80 - Command Channel Library used by BIND
 libisccfg82 - Config File Handling Library used by BIND
 liblwres80 - Lightweight Resolver Library used by BIND
 lwresd - Lightweight Resolver Daemon
Closes: 619302 632006 632016 634886
Changes: 
 bind9 (1:9.8.1.dfsg-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Danish (Joe Hansen).  Closes: #619302
 - Korean (강민지).  Closes: #632006, #632016
 - Serbian (FULL NAME).  Closes: #634886
Checksums-Sha1: 
 45af1bd2d2b797737725fd223db4d1e48aaf9fbc 2567 bind9_9.8.1.dfsg-1.1.dsc
 eabcc4b2d0ef65939692738d511ccbd1cc3fa986 8622049 bind9_9.8.1.dfsg.orig.tar.gz
 652af79f634812b8196a4a9a8cb1dff0b4026e30 500589 bind9_9.8.1.dfsg-1.1.diff.gz
 612fc5653a9b78f59aca3b62aff87d5a34b1dd29 356044 
bind9-doc_9.8.1.dfsg-1.1_all.deb
 bffb6f7235e1db7fb955fbd6019977410265424e 18534 host_9.8.1.dfsg-1.1_all.deb
 4829706b4bf62c4dcaad2297606b7e94bb4833e8 357792 bind9_9.8.1.dfsg-1.1_i386.deb
 47e11bac7368da12a82a96469e7fe6014241bf19 120692 
bind9utils_9.8.1.dfsg-1.1_i386.deb
 a03809b3d6926767b6d013d71047426402d9a11e 69890 
bind9-host_9.8.1.dfsg-1.1_i386.deb
 f6612c7fc8a92a140dcc905b69001e00e589f64a 1599456 
libbind-dev_9.8.1.dfsg-1.1_i386.deb
 706b0394ccfe1cc40b8bcb5e10653334c0a7ef27 40028 
libbind9-80_9.8.1.dfsg-1.1_i386.deb
 cd868c9e2188f293b44a42a399492b617477dc3a 728404 
libdns81_9.8.1.dfsg-1.1_i386.deb
 2515c3af24d56783e534e9bccb185ee13a5cb9a7 178742 
libisc83_9.8.1.dfsg-1.1_i386.deb
 115bfda4f998d48d87c81258e3059cdee062b942 53086 
liblwres80_9.8.1.dfsg-1.1_i386.deb
 f58520180f3b6a859ab4259894b051bdc5996749 34010 
libisccc80_9.8.1.dfsg-1.1_i386.deb
 6a37264b639df3d43dfd316532b164d69cb1c6d9 56806 
libisccfg82_9.8.1.dfsg-1.1_i386.deb
 cdf2d34093669a101ff6a579e8bcab0bc433d79c 160454 
dnsutils_9.8.1.dfsg-1.1_i386.deb
 9b4e4c0dbceeabdff5ee352c961eed19d4d4a8be 241574 lwresd_9.8.1.dfsg-1.1_i386.deb
Checksums-Sha256: 
 aa0a0995bb4f57b7fb8542d9c24bec38411c5b411707c2ea5e90c9f655ea0d8c 2567 
bind9_9.8.1.dfsg-1.1.dsc
 c7b5279efe9b31216a02d33aa06149d8197d4c1340e55cf0345d85e971b2bc0d 8622049 
bind9_9.8.1.dfsg.orig.tar.gz
 dc699913098289609dc59a1a48f023ce457ac70329abf52035167fa350f15b18 500589 
bind9_9.8.1.dfsg-1.1.diff.gz
 2ace2f5891b7df58491d497f137be9222ac63cb5bf6b5ade4d95a5dfacedca7a 356044 
bind9-doc_9.8.1.dfsg-1.1_all.deb
 48e7eaf0181b3933aba3f0aadaf3bf3cb7dcab6166bdcf4a34f4391206a47667 18534 
host_9.8.1.dfsg-1.1_all.deb
 f637443113bc8fcd5a1646041967ebf6e96db8f31334e47f7b6f01831de5a82b 357792 
bind9_9.8.1.dfsg-1.1_i386.deb
 229f8c27ef6a8f9be1329afd29986b71a48137e937837c5967e02e2cf790eca3 120692 
bind9utils_9.8.1.dfsg-1.1_i386.deb
 f8137149238d48b57e9716a03db7f77ee15bfb80d30d8d29431ce7cc5fb1a27e 69890 
bind9-host_9.8.1.dfsg-1.1_i386.deb
 f85eb057c65f1ae374e9869c11a19ddd93d641ad2b84342c48378e36b7702c2f 1599456 
libbind-dev_9.8.1.dfsg-1.1_i386.deb
 cda5f6612e559cd90772fc6735c3e177d59be99f03c98357e33a0878587dc959 40028 
libbind9-80_9.8.1.dfsg-1.1_i386.deb
 308b8fe14ffdfbc8bef0858e3a1daaffad2aac0beeab0750eb71a7beff9eee72 728404 
libdns81_9.8.1.dfsg-1.1_i386.deb
 ca03a403f460c140f08d059edd22ba057706e086c6137acbca214b118d74799b 178742 
libisc83_9.8.1.dfsg-1.1_i386.deb
 e6d3acd938d5fe355c6c2dda7b27886364f737ca4ade5195331e2d9a71e47d76 53086 
liblwres80_9.8.1.dfsg-1.1_i386.deb
 a21b18486bf9b64e3dec988e271c3023f6af2633c66a1dd7c3c5f9b6c8db1295 34010 
libisccc80_9.8.1.dfsg-1.1_i386.deb
 d26b5a9280f740429175337785b25919df203110fe9e12617df0aec68911e41c 56806 
libisccfg82_9.8.1.dfsg-1.1_i386.deb
 4156cb39795d62da46f788b2542ac60e30990d335c0a180b9f3206c03ef83c46 160454 
dnsutils_9.8.1.dfsg-1.1_i386.deb
 edd1682ca1c9e04c0c91ef4334a83ab7522e805fcd026851063dad469b9ca734 241574 
lwresd_9.8.1.dfsg-1.1_i386.deb
Files: 
 a76892041d6bcc677fd5ff4aedb9bdad 2567 net optional bind9_9.8.1.dfsg-1.1.dsc
 4cca61bb6ac84267560debad24da29e2 8622049 net optional 
bind9_9.8.1.dfsg.orig.tar.gz
 9219da60770925e27d48aa438aaf3a61 500589 net optional 
bind9_9.8.1.dfsg-1.1.diff.gz
 4b6a1308ff912160695d5067d58ecaa5 356044 doc optional 
bind9-doc_9.8.1.dfsg-1.1_all.deb
 

Accepted gstreamer0.10 0.10.35.2-1 (source all amd64)

2011-12-11 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 18:52:12 +0100
Source: gstreamer0.10
Binary: libgstreamer0.10-0 libgstreamer0.10-0-dbg libgstreamer0.10-dev 
gstreamer0.10-doc gstreamer0.10-tools gstreamer-tools gir1.2-gstreamer-0.10
Architecture: source all amd64
Version: 0.10.35.2-1
Distribution: experimental
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gir1.2-gstreamer-0.10 - Description: GObject introspection data for the 
GStreamer library
 gstreamer-tools - Tools for use with GStreamer
 gstreamer0.10-doc - GStreamer core documentation and manuals
 gstreamer0.10-tools - Tools for use with GStreamer
 libgstreamer0.10-0 - Core GStreamer libraries and elements
 libgstreamer0.10-0-dbg - Core GStreamer libraries and elements
 libgstreamer0.10-dev - GStreamer core development files
Closes: 633319 647481
Changes: 
 gstreamer0.10 (0.10.35.2-1) experimental; urgency=low
 .
   * New upstream pre-release:
 + debian/control.in:
   - Build-depend on GLib = 2.24.
 + debian/patches/99_ltmain_as-needed.patch:
   - Refreshed to apply cleanly again.
 + debian/libgstreamer.symbols:
   - Update symbols file with new API.
   * debian/rules:
 + Remove all dependency_libs from the .la files (Closes: #633319).
   * debian/control.in:
 + Put GI package into section introspection.
   * debian/compat,
 debian/control.in,
 debian/gir1.2-gstreamer.install,
 debian/libgstreamer-dev.install,
 debian/libgstreamer.install,
 debian/patches/79_multiarch-backwards-compat.patch,
 debian/patches/80_ia32-hack.patch,
 debian/rules:
 + Transition package to multi-arch (Closes: #647481).
   Patch taken from the Ubuntu package.
Checksums-Sha1: 
 dba6f55cb539fbf55c2eaa021b568db861fe0a0e 2361 gstreamer0.10_0.10.35.2-1.dsc
 7a45780f3fafb3cdec4ff65fa3d86ffb3e90d8cf 3628886 
gstreamer0.10_0.10.35.2.orig.tar.bz2
 50768dbc1cd6698181b6ef989ee2909fc01bb525 43257 
gstreamer0.10_0.10.35.2-1.debian.tar.gz
 0ce9c82d4307013b8f76326bfaafb2a129cb2dde 4072546 
gstreamer0.10-doc_0.10.35.2-1_all.deb
 197bd6b524cc2fa2c3e0560b83c547e9e31db3c2 1714994 
libgstreamer0.10-0_0.10.35.2-1_amd64.deb
 0bb80aabc5acb09937c564b7a460624c5051b8b2 2347102 
libgstreamer0.10-0-dbg_0.10.35.2-1_amd64.deb
 b7391edad036ffdcfee9c3c56ec02526e193ce78 1766642 
libgstreamer0.10-dev_0.10.35.2-1_amd64.deb
 eed4733d807fbcd25830f0cf86674efda347c54e 660958 
gstreamer0.10-tools_0.10.35.2-1_amd64.deb
 7bd95175046aaf78717ae1ffb675558f1e7e0d9e 604070 
gstreamer-tools_0.10.35.2-1_amd64.deb
 51206e6bad59ea6e1da92dc07e54ab69bff46963 664898 
gir1.2-gstreamer-0.10_0.10.35.2-1_amd64.deb
Checksums-Sha256: 
 ddc79168c25f5b90b40df841b7a6f6350469f6001a539e80a17919f880b6610b 2361 
gstreamer0.10_0.10.35.2-1.dsc
 1c7651cc7e44ec6f4c6a5679ad02711d2c1304d8e095b4e0ea07de88ca367fa9 3628886 
gstreamer0.10_0.10.35.2.orig.tar.bz2
 cd6e4656aea1c439d06f746b12bd11a7442ffa2f99e51509639e9e77f82aa58b 43257 
gstreamer0.10_0.10.35.2-1.debian.tar.gz
 1ca8b63dde5cb7c395d0e8700a604519da6eb954e36ca1e2cbb492d96d66d602 4072546 
gstreamer0.10-doc_0.10.35.2-1_all.deb
 7eed62668f3d60479ced2b154146efda01beae3aec7e55bb5236659a23f0a4dc 1714994 
libgstreamer0.10-0_0.10.35.2-1_amd64.deb
 d1d99bb73da507dd9c11b85f3f30658465842507cd0ea8e6f8182f860ebfd1fb 2347102 
libgstreamer0.10-0-dbg_0.10.35.2-1_amd64.deb
 cf43e8aae00d4b5f713fd8632a9aa6379018c1dbe5167199a3e658ce86453755 1766642 
libgstreamer0.10-dev_0.10.35.2-1_amd64.deb
 c13dc049bc06fcce76ddf7cd8f291ad19280bd3f40f200f5c58613ab789b200e 660958 
gstreamer0.10-tools_0.10.35.2-1_amd64.deb
 2a0b0e59f91aab8fb2fba3a1fe220346313de3392ae52a32c7dd2207ce2ffd37 604070 
gstreamer-tools_0.10.35.2-1_amd64.deb
 df7bd45c499b0924822a862e6483c36c33db47360c9b9fbccf2f1a1437abfe73 664898 
gir1.2-gstreamer-0.10_0.10.35.2-1_amd64.deb
Files: 
 3a5f6a84374948378775461c456aa511 2361 libs optional 
gstreamer0.10_0.10.35.2-1.dsc
 9750114f596d52c19dda444c84904d06 3628886 libs optional 
gstreamer0.10_0.10.35.2.orig.tar.bz2
 29bde1bb3af5dc787d924d58d4bd240d 43257 libs optional 
gstreamer0.10_0.10.35.2-1.debian.tar.gz
 bbeef9a77c576e4f1343c240692e2e7b 4072546 doc optional 
gstreamer0.10-doc_0.10.35.2-1_all.deb
 d0c755ffcb5b787cde320d2877a734e6 1714994 libs optional 
libgstreamer0.10-0_0.10.35.2-1_amd64.deb
 d318e59668c31fe680ef0b8ed6614c86 2347102 debug extra 
libgstreamer0.10-0-dbg_0.10.35.2-1_amd64.deb
 56ac9a6ffa40a6f18f8fceac3ef95543 1766642 libdevel optional 
libgstreamer0.10-dev_0.10.35.2-1_amd64.deb
 158d789e9a54ff57833b1e0bfd3cbae2 660958 utils optional 
gstreamer0.10-tools_0.10.35.2-1_amd64.deb
 13cd1152fa6d7f932c147e215dfd 604070 utils optional 
gstreamer-tools_0.10.35.2-1_amd64.deb
 345c1fc797ffc0468f08a0b4da11ec43 664898 introspection optional 
gir1.2-gstreamer-0.10_0.10.35.2-1_amd64.deb

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


Accepted libusb-1.0 2:1.0.9~rc3-1 (source amd64)

2011-12-11 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 19:02:43 +0100
Source: libusb-1.0
Binary: libusb-1.0-0 libusb-1.0-0-dev libusb-1.0-0-udeb
Architecture: source amd64
Version: 2:1.0.9~rc3-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 libusb-1.0-0 - userspace USB programming library
 libusb-1.0-0-dev - userspace USB programming library development files
 libusb-1.0-0-udeb - userspace USB programming library (udeb)
Closes: 504781 650823 651294
Changes: 
 libusb-1.0 (2:1.0.9~rc3-1) unstable; urgency=low
 .
   * New upstream release candidate (closes: #650823, #651294).
 - Added a function to convert error codes into strings (closes:
   #504781).
 - Drop patches/01-configure-bashisms.diff (merged upstream).
 - Drop patches/02-pedantic.diff (merged upstream).
 - Drop patches/03-private-libs.diff (merged upstream).
 - Drop patches/04-linux-3.0.diff (merged upstream).
Checksums-Sha1: 
 f961a9b6007a88e895a438ed9a2a422779d97052 1244 libusb-1.0_1.0.9~rc3-1.dsc
 b42f95eb8e98bfd78255a6d0072dbd151da2011f 187629 
libusb-1.0_1.0.9~rc3.orig.tar.gz
 fe2f07c4be62dcca044e52bc6383d24aef1d53e5 197496 
libusb-1.0_1.0.9~rc3-1.debian.tar.xz
 bab5917394ca01dfbcafa1291ab45b6617336134 37500 
libusb-1.0-0_1.0.9~rc3-1_amd64.deb
 5baeb09df8d99ff9502f9d9ae7f8e6798fb40148 167862 
libusb-1.0-0-dev_1.0.9~rc3-1_amd64.deb
 7fb938ef202d44420fbd94bbb2e75d976f87cbac 25854 
libusb-1.0-0-udeb_1.0.9~rc3-1_amd64.udeb
Checksums-Sha256: 
 149639b43045ad885016cc61cf6ce44618f8d7b07fcb2e13045f95bbea6caa66 1244 
libusb-1.0_1.0.9~rc3-1.dsc
 044331270ef3e79f0b4edfa442156fc9aa3fc60cf59e6a45a0d0e170885e6057 187629 
libusb-1.0_1.0.9~rc3.orig.tar.gz
 5bf54d88c34844ae0fee10f4602e50e84caf1d54ee27512bd6a76b3c5e414909 197496 
libusb-1.0_1.0.9~rc3-1.debian.tar.xz
 f9c6ec34e0c2459c35288d5f8ec6d3feb50cede7eb1f7323f3d1770e91f60d5c 37500 
libusb-1.0-0_1.0.9~rc3-1_amd64.deb
 e781b2662c46a78f3696ec5fa73480c7169861ff4c7b5c7b6263adfcc7a5d774 167862 
libusb-1.0-0-dev_1.0.9~rc3-1_amd64.deb
 d2fff1cce82d5465f9823b8de19b585c35a7d984cfa76d29af9c50ea9c6f2318 25854 
libusb-1.0-0-udeb_1.0.9~rc3-1_amd64.udeb
Files: 
 5d8effe5ee67b4ba8f70d52a0e4465ea 1244 libs optional libusb-1.0_1.0.9~rc3-1.dsc
 4cbc8abf1a0cf4a0690d8aa7b8b3029f 187629 libs optional 
libusb-1.0_1.0.9~rc3.orig.tar.gz
 09465b0bf149ab92b02a8ce0212879c2 197496 libs optional 
libusb-1.0_1.0.9~rc3-1.debian.tar.xz
 f619e8b4181eb0214ab424c61899960f 37500 libs optional 
libusb-1.0-0_1.0.9~rc3-1_amd64.deb
 a91e7645d7146ce5a1c41f40c20857b8 167862 libdevel optional 
libusb-1.0-0-dev_1.0.9~rc3-1_amd64.deb
 9ce829c7f20dc858cfb7920ae6e68474 25854 debian-installer optional 
libusb-1.0-0-udeb_1.0.9~rc3-1_amd64.udeb
Package-Type: udeb

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

iD8DBQFO5PF1w3ao2vG823MRAkBqAJ9XTzo6s1u+uhcQl64Pjhafr4/8IwCfWeih
z3+d7F8PTD5larwrrTG1gHQ=
=nF1C
-END PGP SIGNATURE-


Accepted:
libusb-1.0-0-dev_1.0.9~rc3-1_amd64.deb
  to main/libu/libusb-1.0/libusb-1.0-0-dev_1.0.9~rc3-1_amd64.deb
libusb-1.0-0-udeb_1.0.9~rc3-1_amd64.udeb
  to main/libu/libusb-1.0/libusb-1.0-0-udeb_1.0.9~rc3-1_amd64.udeb
libusb-1.0-0_1.0.9~rc3-1_amd64.deb
  to main/libu/libusb-1.0/libusb-1.0-0_1.0.9~rc3-1_amd64.deb
libusb-1.0_1.0.9~rc3-1.debian.tar.xz
  to main/libu/libusb-1.0/libusb-1.0_1.0.9~rc3-1.debian.tar.xz
libusb-1.0_1.0.9~rc3-1.dsc
  to main/libu/libusb-1.0/libusb-1.0_1.0.9~rc3-1.dsc
libusb-1.0_1.0.9~rc3.orig.tar.gz
  to main/libu/libusb-1.0/libusb-1.0_1.0.9~rc3.orig.tar.gz


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



Accepted gst-plugins-base0.10 0.10.35.2-1 (source all amd64)

2011-12-11 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 19:27:10 +0100
Source: gst-plugins-base0.10
Binary: gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-base-doc 
libgstreamer-plugins-base0.10-0 libgstreamer-plugins-base0.10-dev 
gstreamer0.10-alsa gstreamer0.10-gnomevfs gstreamer0.10-plugins-base 
gstreamer0.10-plugins-base-dbg gstreamer0.10-x gir1.2-gst-plugins-base-0.10
Architecture: source all amd64
Version: 0.10.35.2-1
Distribution: experimental
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gir1.2-gst-plugins-base-0.10 - Description: GObject introspection data for the 
GStreamer Plugins
 gstreamer0.10-alsa - GStreamer plugin for ALSA
 gstreamer0.10-gnomevfs - GStreamer plugin for GnomeVFS
 gstreamer0.10-plugins-base - GStreamer plugins from the base set
 gstreamer0.10-plugins-base-apps - GStreamer helper programs from the base set
 gstreamer0.10-plugins-base-dbg - GStreamer plugins from the base set
 gstreamer0.10-plugins-base-doc - GStreamer documentation for plugins from the 
base set
 gstreamer0.10-x - GStreamer plugins for X11 and Pango
 libgstreamer-plugins-base0.10-0 - GStreamer libraries from the base set
 libgstreamer-plugins-base0.10-dev - GStreamer development files for libraries 
from the base set
Closes: 647485
Changes: 
 gst-plugins-base0.10 (0.10.35.2-1) experimental; urgency=low
 .
   * New upstream pre-release:
 + debian/rules,
   debian/build-deps.in:
   - Build-depend on GStreamer core = 0.10.35.2.
   - Build-depend on GLib = 2.24.
   - Build-depend on GTK+ 3.0.
   - Build-depend on zlib.
 + debian/patches/99_ltmain_as-needed.patch:
   - Refresh to apply cleanly again.
 + debian/libgstreamer-plugins-base.symbols:
   - Update symbols file with new API.
   * debian/rules:
 + Remove all dependency_libs from the .la files.
   * debian/control.in:
 + Put GI package into section introspection.
   * debian/build-deps.in,
 debian/compat,
 debian/control.in,
 debian/gir1.2-gst-plugins-base.install,
 debian/gstreamer-alsa.install,
 debian/gstreamer-gnomevfs.install,
 debian/gstreamer-plugins-base.install,
 debian/gstreamer-x.install,
 debian/libgstreamer-plugins-base-dev.install,
 debian/libgstreamer-plugins-base.install,
 debian/rules:
 + Transition package to multi-arch (Closes: #647485).
   Patch taken from the Ubuntu package.
Checksums-Sha1: 
 39ec1c624a4a950a86117fe58184d193ef526782 2980 
gst-plugins-base0.10_0.10.35.2-1.dsc
 624d0b46318e911b36631856bcb96b1f7d3680f6 2950816 
gst-plugins-base0.10_0.10.35.2.orig.tar.bz2
 d5159760e8621e793e624959925b528135dd991a 38852 
gst-plugins-base0.10_0.10.35.2-1.debian.tar.gz
 0e290d1ee370f386a8284a058d6dc1d66a5964ce 977586 
gstreamer0.10-plugins-base-doc_0.10.35.2-1_all.deb
 cfe2666f6fea2912e433845045838bed51afafcd 511026 
gstreamer0.10-plugins-base-apps_0.10.35.2-1_amd64.deb
 decedd5080eff8c47a60c768c8a0e8b90b4b8d03 1098110 
libgstreamer-plugins-base0.10-0_0.10.35.2-1_amd64.deb
 58ba1f03caa843f18ed8561c84771aef1765c523 723742 
libgstreamer-plugins-base0.10-dev_0.10.35.2-1_amd64.deb
 327be95d36e1766917fa1996394601d0a382924b 538204 
gstreamer0.10-alsa_0.10.35.2-1_amd64.deb
 48c4eae8a4567f6566376a828501e63cb545196e 517364 
gstreamer0.10-gnomevfs_0.10.35.2-1_amd64.deb
 a547e98e061b4c3c7f018dd6e7f331ce581ada9f 1254498 
gstreamer0.10-plugins-base_0.10.35.2-1_amd64.deb
 390cfee2c40c0505d895aea1a55c505c41779cd3 3636480 
gstreamer0.10-plugins-base-dbg_0.10.35.2-1_amd64.deb
 18165d1d61915c85f4bd6b5d5c40a3b7f5f40c1e 581302 
gstreamer0.10-x_0.10.35.2-1_amd64.deb
 1ca909ab423c9053c00807dd99ab3c0b5d394390 560838 
gir1.2-gst-plugins-base-0.10_0.10.35.2-1_amd64.deb
Checksums-Sha256: 
 db402b5bcbddd864907b19f5310123e183730a56059b60e7ccdb67f06dfd4bac 2980 
gst-plugins-base0.10_0.10.35.2-1.dsc
 515c0eced099a3b6d8617155acc2ffe357cdbaa975da63f49ad39b1b8f08673b 2950816 
gst-plugins-base0.10_0.10.35.2.orig.tar.bz2
 fce8ec745ca24a7515637bf8eb9fc69f18695cd3dc3adc30f41c631054f41d80 38852 
gst-plugins-base0.10_0.10.35.2-1.debian.tar.gz
 7dce4d90ada8d791435d3032ba0fedc136c41c7c784b4ec30910279fb471103f 977586 
gstreamer0.10-plugins-base-doc_0.10.35.2-1_all.deb
 9fd74fe2eb1b2975ddfe18a3d5cd080c52d02206410be11f2edef02c87f46825 511026 
gstreamer0.10-plugins-base-apps_0.10.35.2-1_amd64.deb
 857a7f9aabf4de14540690ba81b5c329362e51aa3f2b2d1d28e990e37b192423 1098110 
libgstreamer-plugins-base0.10-0_0.10.35.2-1_amd64.deb
 6b3712a1527901e737d2a569ae1284cd09a53564164d8208ccf16f106a53cb6a 723742 
libgstreamer-plugins-base0.10-dev_0.10.35.2-1_amd64.deb
 d0d8870ddf3e064d182df806d6f11422f733b812b308e29022711be3b6c26bde 538204 
gstreamer0.10-alsa_0.10.35.2-1_amd64.deb
 ded2f31990314ec5faa0fdcf0519393832c89380b388f8f05defb1c15cae674d 517364 
gstreamer0.10-gnomevfs_0.10.35.2-1_amd64.deb
 

Accepted libusb-1.0 2:1.0.9~rc3-2 (source amd64)

2011-12-11 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 19:27:03 +0100
Source: libusb-1.0
Binary: libusb-1.0-0 libusb-1.0-0-dev libusb-1.0-0-udeb
Architecture: source amd64
Version: 2:1.0.9~rc3-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 libusb-1.0-0 - userspace USB programming library
 libusb-1.0-0-dev - userspace USB programming library development files
 libusb-1.0-0-udeb - userspace USB programming library (udeb)
Changes: 
 libusb-1.0 (2:1.0.9~rc3-2) unstable; urgency=low
 .
   * Fix .so link.
Checksums-Sha1: 
 b42c6f9fde62adb61997aa289d3b90d23f7a460a 1244 libusb-1.0_1.0.9~rc3-2.dsc
 41e073408f80a51a227d2d061b032cae67d02cb1 197452 
libusb-1.0_1.0.9~rc3-2.debian.tar.xz
 ec17dc4fc55403751984d83414baf80fdae75300 37546 
libusb-1.0-0_1.0.9~rc3-2_amd64.deb
 00141b296f270c19c5d2d376e054c5d39580e209 167906 
libusb-1.0-0-dev_1.0.9~rc3-2_amd64.deb
 62e25cb6df61d6d173b9262cdd25dd9692553c83 25854 
libusb-1.0-0-udeb_1.0.9~rc3-2_amd64.udeb
Checksums-Sha256: 
 805137de62a38bc0f82b48a5e6e4346a76d843a835befd084240e9ab0ce48265 1244 
libusb-1.0_1.0.9~rc3-2.dsc
 d9bf24d1746e44aacb00e24537b336a0107edfc05d5f91abf1dc2534c6efd4f9 197452 
libusb-1.0_1.0.9~rc3-2.debian.tar.xz
 ffb038271287d7ec4da6fa63bbff2c88019bbed1be29c2f5fa8210fea61e43c0 37546 
libusb-1.0-0_1.0.9~rc3-2_amd64.deb
 d9938bdf8ec195569848656542824bd7c8dfbad7c42f3531e28218c8de25b812 167906 
libusb-1.0-0-dev_1.0.9~rc3-2_amd64.deb
 340428a5dff772383639eee8ebfbcf8510614529c2404d84a3c68fef65ecad8b 25854 
libusb-1.0-0-udeb_1.0.9~rc3-2_amd64.udeb
Files: 
 33d2a57bc15d79a298da68662c4cf078 1244 libs optional libusb-1.0_1.0.9~rc3-2.dsc
 85516fc344bf30d566b3aa50ec7c 197452 libs optional 
libusb-1.0_1.0.9~rc3-2.debian.tar.xz
 abce57bc9be2d276f6065eadf6e838cd 37546 libs optional 
libusb-1.0-0_1.0.9~rc3-2_amd64.deb
 1a06ed2d57dc76dd55058e5657722ce7 167906 libdevel optional 
libusb-1.0-0-dev_1.0.9~rc3-2_amd64.deb
 d9a53e300561aec14f10ebbdd62b58e7 25854 debian-installer optional 
libusb-1.0-0-udeb_1.0.9~rc3-2_amd64.udeb
Package-Type: udeb

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

iD8DBQFO5PZGw3ao2vG823MRAsnnAJ0STO6nkpiZAcyeJ5w9B6YT2Y0CEgCeKwzH
x5JFVR5z7Ewu/ITScwGHQ4g=
=TotN
-END PGP SIGNATURE-


Accepted:
libusb-1.0-0-dev_1.0.9~rc3-2_amd64.deb
  to main/libu/libusb-1.0/libusb-1.0-0-dev_1.0.9~rc3-2_amd64.deb
libusb-1.0-0-udeb_1.0.9~rc3-2_amd64.udeb
  to main/libu/libusb-1.0/libusb-1.0-0-udeb_1.0.9~rc3-2_amd64.udeb
libusb-1.0-0_1.0.9~rc3-2_amd64.deb
  to main/libu/libusb-1.0/libusb-1.0-0_1.0.9~rc3-2_amd64.deb
libusb-1.0_1.0.9~rc3-2.debian.tar.xz
  to main/libu/libusb-1.0/libusb-1.0_1.0.9~rc3-2.debian.tar.xz
libusb-1.0_1.0.9~rc3-2.dsc
  to main/libu/libusb-1.0/libusb-1.0_1.0.9~rc3-2.dsc


-- 
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/e1rzort-0007un...@franck.debian.org



Accepted mksh 40.4-1 (source amd64)

2011-12-11 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Sun, 11 Dec 2011 18:51:39 +
Source: mksh
Binary: mksh
Architecture: source amd64
Version: 40.4-1
Distribution: unstable
Urgency: low
Maintainer: Thorsten Glaser t...@mirbsd.de
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 mksh   - MirBSD Korn Shell
Closes: 651615
Changes: 
 mksh (40.4-1) unstable; urgency=low
 .
   * The “not-so-little-any-more brother” upload
   * Update to mksh R40d (release):
 - [tg, Jilles Tjoelker] test(1) built-in behaves exactly as POSIX says
 - [tg] Move compile-time assertions to Build.sh from misc.c#ifdef DEBUG
 - [tg] Invocation documentation is at the bottom of Build.sh
 - [tg] test.sh: verbosely look for perl(1) interpreter to use
 - [tg] New tests for integers (base 1‥36, base unspecified, base OOB)
 - [tg] Correct error paths for typeset -n global state
 - [tg] Deprecate interpreting 010 as octal number, will go
 - [tg] Improvements re. integer handling; more explicit manpage text
 - [tg] Do not use caddr_t on Linux, so dietlibc stops bitching
 - [tg, Jilles Tjoelker] Catch division/modulo overflow 0x8000/-1
 - [tg] Emacs mode ^O regression fix when the fetched lines are edited
   * Add missing upstream code change explanations to the changelog
 entries 40.3-1, 40.2-5, 40.2-4 (in lieu of upstream-changelog)
   * Fix two oversights that might (finally) get us line-buffered I/O
   * Disable use of libutil.h to avoid needing to B-C libbsd-dev
   * Use hardening=+all in DEB_BUILD_MAINT_OPTIONS querying buildflags
   * mtest.t: new brkcontin to catch breakage failing test.sh operation
   * Also, scan the test log and fail the build if the testsuite
 appears not having run at all (Closes: #651615)
Checksums-Sha1: 
 34c982cd809c4c6e347fbfea1220291b55f22745 1992 mksh_40.4-1.dsc
 cd6163e5447a6b604a0e0c4a116c2aeee3690c6a 332484 mksh_40.4.orig.tar.gz
 ec9cea5e5e353378b94dcfbfc09ca7e93839a4c7 60482 mksh_40.4-1.diff.gz
 e3e0985a8ebe995f8729dcd35da52169243292be 427926 mksh_40.4-1_amd64.deb
Checksums-Sha256: 
 e771c0a9f4dde3c83d9f46ee1cd1d88a77f05cd9fa2b5357cfd205b3eea26c5c 1992 
mksh_40.4-1.dsc
 92b7d2fbd0a631011b46856334531e43e530d614006f54cea14823ac94a384be 332484 
mksh_40.4.orig.tar.gz
 92863d0102ebe8be7092a3b10d487427df694b38c2914ccd1e743ac8497df35b 60482 
mksh_40.4-1.diff.gz
 f18b384985a50d79448652621635408f5c31b13407f5e93eaa558e97ea3a5fca 427926 
mksh_40.4-1_amd64.deb
Files: 
 35726be619a263837244a832107e1e96 1992 shells optional mksh_40.4-1.dsc
 ae099f87e2a9faaf390eaaf0578e8963 332484 shells optional mksh_40.4.orig.tar.gz
 0933e9b4803c50601e296dbd4870895b 60482 shells optional mksh_40.4-1.diff.gz
 da13b5ecd417515451f97d214d974394 427926 shells optional mksh_40.4-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MirBSD)

iQIcBAEBCQAGBQJO5QC4AAoJEHa1NLLpkAfgaMoP/3DdAzexgDRhCfzCGDlCHRTH
6x0ebWZ9RrOgj7GRpQYseE2fBfkl5nMTb9OVHMNfiJMBls4kc3MjHXQ60QyNORnm
6zBakHR1k+hm5VoHQbvmU83c9lFOyGTPuJ+XeTOJES0vpCQToXv35gPIXoxnZlqZ
lWrTaVGcorpxDGA1/KGQ3Po+3C+JNUChMpj5iX7IRfP+ELG6xv02THm4OUKkuw00
xsSJfj1JNU8mi4Y4uag476yOJEzC0eo7LkNOg7+43n6PrGUIlh/ICSlFJXS7ZZWd
p4srMbyyDme9B61KDqPcg0OpCkGP4I+KzPAg1KZ5X8M6yCndjfRwNOH/NdRJqIso
gNSPColG1F9s1DHdQjJK+Kjl/1erUkIvWHTrzLQyfhLOKOdwuILUvaubjC1YpA26
NH6BkBoUSYcv74jVGk24GjNF8ucjCWfJmOMceuQVhiyTNbFlInt/a41+d+uw41AG
+x9j2zx6lQWVEkK1Y3iz83LFtCabar0C8kzWpUtvaWjnR9GHUpmFlPSt43zaEZcc
e185aU9whcygN/D/txYpCMJbrKb63fioqebV2cgIJDtSORvx/agsypIibpisTGBX
31ygdk/cDQ2vtBEfeMU+hNVwgNa7fjsHahsqN45tANWBVtmMDoOz7yUIdgbCX5xx
NT+wtaMKTMfZvLoDLzfc
=FuJx
-END PGP SIGNATURE-


Accepted:
mksh_40.4-1.diff.gz
  to main/m/mksh/mksh_40.4-1.diff.gz
mksh_40.4-1.dsc
  to main/m/mksh/mksh_40.4-1.dsc
mksh_40.4-1_amd64.deb
  to main/m/mksh/mksh_40.4-1_amd64.deb
mksh_40.4.orig.tar.gz
  to main/m/mksh/mksh_40.4.orig.tar.gz


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



Accepted rbtools 0.3.4-1 (source all)

2011-12-11 Thread Tzafrir Cohen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 19:31:37 +0200
Source: rbtools
Binary: python-rbtools
Architecture: source all
Version: 0.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Tzafrir Cohen tzaf...@debian.org
Changed-By: Tzafrir Cohen tzaf...@debian.org
Description: 
 python-rbtools - command-line client-side script for Review Board
Closes: 613669 613769
Changes: 
 rbtools (0.3.4-1) unstable; urgency=low
 .
   [ Blair Zajac ]
   * New upstream release.  Closes: #613669.
   * debian/watch: update URL to watch 0.3.x line.
   * debian/patches: delete since upstream fixed missing files from
 0.2 tarball.
 .
   [ Tzafrir Cohen ]
   * Switch to dh_python2.
   * Change section to 'devel' (Closes: #613769).
Checksums-Sha1: 
 2e7f67e543fbd7414a57a3667bbfa4144055262c 1235 rbtools_0.3.4-1.dsc
 351f3d5c79a3b9e30187944b436185c86aeafbbe 50799 rbtools_0.3.4.orig.tar.gz
 0eb394395c88e953717366dc192e4ec4a0ac2e47 4577 rbtools_0.3.4-1.debian.tar.gz
 3b3cf3cabc5063e1257ec1021a4ed1c2c71be520 49430 python-rbtools_0.3.4-1_all.deb
Checksums-Sha256: 
 fed0c94c8fb1ae4627159115e688c4854c0034e9e9698d1cfd873a563ad48895 1235 
rbtools_0.3.4-1.dsc
 6ec51adb8ec6b421235861899329ace03ff4d81480f24cf6403029fc2f1ba71a 50799 
rbtools_0.3.4.orig.tar.gz
 f0d9117227a34fb9343c4a3a01c3ade0ad613c4e4bc218e293a539c74ae94748 4577 
rbtools_0.3.4-1.debian.tar.gz
 2b48c432588367e2af620c7b0758500385ce3caa834462dda809f50f2d98190e 49430 
python-rbtools_0.3.4-1_all.deb
Files: 
 2aabde202a52d0397a181051a8eed96e 1235 devel optional rbtools_0.3.4-1.dsc
 4034c76fcb5c2d6ffb8c09116a942888 50799 devel optional rbtools_0.3.4.orig.tar.gz
 f83c0f392cb62c6d12e655ecd09214af 4577 devel optional 
rbtools_0.3.4-1.debian.tar.gz
 f4b65e72d8dd6f2fbff94e7b359d2548 49430 devel optional 
python-rbtools_0.3.4-1_all.deb

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

iEYEARECAAYFAk7k+ugACgkQxArWdkN9Mou97gCgwPAL0j052XORsptdXrU1cCF8
rLoAnAy+MfNijuaWJmJ4lO8zxxOmkYb5
=i1mQ
-END PGP SIGNATURE-


Accepted:
python-rbtools_0.3.4-1_all.deb
  to main/r/rbtools/python-rbtools_0.3.4-1_all.deb
rbtools_0.3.4-1.debian.tar.gz
  to main/r/rbtools/rbtools_0.3.4-1.debian.tar.gz
rbtools_0.3.4-1.dsc
  to main/r/rbtools/rbtools_0.3.4-1.dsc
rbtools_0.3.4.orig.tar.gz
  to main/r/rbtools/rbtools_0.3.4.orig.tar.gz


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



Accepted sympy 0.7.1.rc1-2 (source all)

2011-12-11 Thread Georges Khaznadar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 20:03:06 +0100
Source: sympy
Binary: python-sympy
Architecture: source all
Version: 0.7.1.rc1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Georges Khaznadar georg...@ofset.org
Description: 
 python-sympy - Computer Algebra System (CAS) in Python
Changes: 
 sympy (0.7.1.rc1-2) unstable; urgency=low
 .
   * added packages texlive-fonts-extra and dvipng to Recommends:
 LP: #742658
Checksums-Sha1: 
 cbb88d05f90569f5abebb13ac9051f13eb0df60b 1377 sympy_0.7.1.rc1-2.dsc
 b85ef95187198ba9525199e90461ca59684b17b3 7388 sympy_0.7.1.rc1-2.debian.tar.gz
 b0f53f9df09e6201b1cb19f80bd0c2288466674a 1694714 
python-sympy_0.7.1.rc1-2_all.deb
Checksums-Sha256: 
 0d79998f15d17e3c2831cf76403aa72b9efd918375e9e7364570f7b830aec925 1377 
sympy_0.7.1.rc1-2.dsc
 2838e490567b20d86b8ec6b5f0eadaf6c3581426a58c8a5d3eb430ac6c46 7388 
sympy_0.7.1.rc1-2.debian.tar.gz
 8173ac78d873052b83c8e04953cf7eb919cd78bb6b8aed20ac4d54446d00361d 1694714 
python-sympy_0.7.1.rc1-2_all.deb
Files: 
 ed7a3bb83aebd83a100612e70f2decec 1377 python optional sympy_0.7.1.rc1-2.dsc
 052421c3e0ff099a88b11d9a02406e6b 7388 python optional 
sympy_0.7.1.rc1-2.debian.tar.gz
 a792bd21cc9bdde811b5631d72add60b 1694714 python optional 
python-sympy_0.7.1.rc1-2_all.deb

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

iD8DBQFO5P9Unfmb2hFpETARAsgHAKCApMbUru4Zuiv6oiHQNOrWLsIqiwCffX+e
bt68Iy8IaN/NjFBClE6oVcU=
=vvwl
-END PGP SIGNATURE-


Accepted:
python-sympy_0.7.1.rc1-2_all.deb
  to main/s/sympy/python-sympy_0.7.1.rc1-2_all.deb
sympy_0.7.1.rc1-2.debian.tar.gz
  to main/s/sympy/sympy_0.7.1.rc1-2.debian.tar.gz
sympy_0.7.1.rc1-2.dsc
  to main/s/sympy/sympy_0.7.1.rc1-2.dsc


-- 
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/e1rzpom-0006zn...@franck.debian.org



Accepted usbutils 1:005-1 (source amd64)

2011-12-11 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 20:26:01 +0100
Source: usbutils
Binary: usbutils usbutils-udeb
Architecture: source amd64
Version: 1:005-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 usbutils   - Linux USB utilities
 usbutils-udeb - Linux USB utilities (udeb)
Changes: 
 usbutils (1:005-1) unstable; urgency=low
 .
   * New upstream release.
   * Update usb.ids.
Checksums-Sha1: 
 6c3b1a8628a69b6dd300ac201c4535078b8181cb 1131 usbutils_005-1.dsc
 e67ae2e6e0b14fb778b2b576c8fb302bfa43d0af 234751 usbutils_005.orig.tar.gz
 62f52cc70500090be0580ea814927b691c3ed0c6 226876 usbutils_005-1.debian.tar.xz
 26c43d6e33aaf0ee34b4d804b3b2ffeacb38fac5 223924 usbutils_005-1_amd64.deb
 483b18c2434a159509b1e24d1b809799f0843a9a 194814 usbutils-udeb_005-1_amd64.udeb
Checksums-Sha256: 
 815af6b6333e229f4976a48ae58bd2ba1b0787283a25f5147140b43bd93c1e0a 1131 
usbutils_005-1.dsc
 2a533e58d59aa2358610e40f807428c318984845864f9427ba48d2b34e9d5d17 234751 
usbutils_005.orig.tar.gz
 7944064bb56a898f2564940b0d51f74be6a7cb24f4137cd6d630c6795891a5b4 226876 
usbutils_005-1.debian.tar.xz
 3efd039c92943b54c3558404353decc4e3a5a12c5e2be6f4495562040acbb7fb 223924 
usbutils_005-1_amd64.deb
 9f8aed690e104c069cb68f6915b442ab5f97f8ce2bcc318e6957bb5d683ce596 194814 
usbutils-udeb_005-1_amd64.udeb
Files: 
 851f9b4d96c1eea118e5820a932c8bce 1131 utils optional usbutils_005-1.dsc
 2e990265d472e2f6f0662356d654683b 234751 utils optional usbutils_005.orig.tar.gz
 6bf39796f8ebc06272be58ff6f4cc415 226876 utils optional 
usbutils_005-1.debian.tar.xz
 b10b0cc64782708702b6dcd749b7b117 223924 utils optional usbutils_005-1_amd64.deb
 72852d6297cd79e041f086ffbf32a55b 194814 debian-installer optional 
usbutils-udeb_005-1_amd64.udeb
Package-Type: udeb

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

iD8DBQFO5Qdow3ao2vG823MRAiFQAJwIYsZZikuRvJct/23SceYj3HCCkACggUHV
DkIC7Q3umpWFIsFILtbxD2Y=
=jNeS
-END PGP SIGNATURE-


Accepted:
usbutils-udeb_005-1_amd64.udeb
  to main/u/usbutils/usbutils-udeb_005-1_amd64.udeb
usbutils_005-1.debian.tar.xz
  to main/u/usbutils/usbutils_005-1.debian.tar.xz
usbutils_005-1.dsc
  to main/u/usbutils/usbutils_005-1.dsc
usbutils_005-1_amd64.deb
  to main/u/usbutils/usbutils_005-1_amd64.deb
usbutils_005.orig.tar.gz
  to main/u/usbutils/usbutils_005.orig.tar.gz


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



Accepted code-saturne 2.1.0-4 (source all amd64)

2011-12-11 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 19:26:58 +0100
Source: code-saturne
Binary: code-saturne code-saturne-bin code-saturne-data code-saturne-include 
code-saturne-doc
Architecture: source all amd64
Version: 2.1.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 code-saturne - General purpose Computational Fluid Dynamics (CFD) software
 code-saturne-bin - General purpose Computational Fluid Dynamics (CFD) software 
- bin
 code-saturne-data - General purpose Computational Fluid Dynamics (CFD) 
software - dat
 code-saturne-doc - General purpose Computational Fluid Dynamics (CFD) software 
- Doc
 code-saturne-include - General purpose Computational Fluid Dynamics (CFD) 
software - inc
Closes: 651672
Changes: 
 code-saturne (2.1.0-4) unstable; urgency=low
 .
   * Fix a as-needed issue. Thanks to Ilya Barygin for the patch
 (Closes: #651672)
Checksums-Sha1: 
 c5eaa37915f1a111ac6c385cf31508b7830fbe29 1935 code-saturne_2.1.0-4.dsc
 12ac9aba7467b8169b39fe78b3b410ef5706df10 5241 
code-saturne_2.1.0-4.debian.tar.gz
 ca58519ab388b6acdf8a2c5ebcbd1c22c70a8c39 1095184 
code-saturne-data_2.1.0-4_all.deb
 76b8b51971c19751d9cbb3f3b4c20ba60d7a172d 12307322 
code-saturne-doc_2.1.0-4_all.deb
 de0c4863e849cb11303a44abee5fc0d82f243e36 111080 code-saturne_2.1.0-4_amd64.deb
 8e0763755f956b5c7d6850d191677bfb9c42843e 2661274 
code-saturne-bin_2.1.0-4_amd64.deb
 654ad8c328c57d6661f77f7cad2971e750b27987 345880 
code-saturne-include_2.1.0-4_amd64.deb
Checksums-Sha256: 
 4594ce4aa20cf3fb5ac51e7c9c48a3675cb7b3078b8f81a034e70fc1b528aa47 1935 
code-saturne_2.1.0-4.dsc
 724f8b591987637c200fd6cb1ddbc245158a8568259e224a046a5cfff516227f 5241 
code-saturne_2.1.0-4.debian.tar.gz
 39a9257a04dae5d535c1a33390b8308662cf0d3e75a1501b35634f661ab5e185 1095184 
code-saturne-data_2.1.0-4_all.deb
 799facb37cee994d0e8907820f8389976262b5df5cce1078372b194260006cd4 12307322 
code-saturne-doc_2.1.0-4_all.deb
 c5b02f9898619311558ecca26c2018068925c207d987b0f49a9aa5dfb1f23ff0 111080 
code-saturne_2.1.0-4_amd64.deb
 27e7add6cdfaf327c634d5a982a57d3923917cc1d11e7b63d8839dc2ac3e79de 2661274 
code-saturne-bin_2.1.0-4_amd64.deb
 43173341cbbb11552e4b68dda0051a87bb6b995e9c1d494da7689e2dae63e84c 345880 
code-saturne-include_2.1.0-4_amd64.deb
Files: 
 de9d2346e62a3e280edb35104a7686f2 1935 science optional code-saturne_2.1.0-4.dsc
 ba411c56932eaf87aca353f24993693b 5241 science optional 
code-saturne_2.1.0-4.debian.tar.gz
 d92b45ec7ff923baae6e0b75fb446723 1095184 science optional 
code-saturne-data_2.1.0-4_all.deb
 5f130b1581f8205abe1821bd13b68026 12307322 doc optional 
code-saturne-doc_2.1.0-4_all.deb
 70a415e8b601dcacc62b98970812aef6 111080 science optional 
code-saturne_2.1.0-4_amd64.deb
 8be1ce162b934f61eca6e3d0c710c6ea 2661274 science optional 
code-saturne-bin_2.1.0-4_amd64.deb
 ca5775dbfe694781dcc6465676ffacae 345880 science optional 
code-saturne-include_2.1.0-4_amd64.deb

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

iEYEARECAAYFAk7lAjoACgkQiOXXM92JlhC64QCeP1I8FG2T4WXZV2+9iI3NoZpG
2jAAniMmepHbrp0kBt0HQxM9I15xOI5U
=gCfm
-END PGP SIGNATURE-


Accepted:
code-saturne-bin_2.1.0-4_amd64.deb
  to main/c/code-saturne/code-saturne-bin_2.1.0-4_amd64.deb
code-saturne-data_2.1.0-4_all.deb
  to main/c/code-saturne/code-saturne-data_2.1.0-4_all.deb
code-saturne-doc_2.1.0-4_all.deb
  to main/c/code-saturne/code-saturne-doc_2.1.0-4_all.deb
code-saturne-include_2.1.0-4_amd64.deb
  to main/c/code-saturne/code-saturne-include_2.1.0-4_amd64.deb
code-saturne_2.1.0-4.debian.tar.gz
  to main/c/code-saturne/code-saturne_2.1.0-4.debian.tar.gz
code-saturne_2.1.0-4.dsc
  to main/c/code-saturne/code-saturne_2.1.0-4.dsc
code-saturne_2.1.0-4_amd64.deb
  to main/c/code-saturne/code-saturne_2.1.0-4_amd64.deb


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



Accepted gnulib 20111211+stable-1 (source all)

2011-12-11 Thread Ian Beckwith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 06:56:11 +
Source: gnulib
Binary: gnulib
Architecture: source all
Version: 20111211+stable-1
Distribution: unstable
Urgency: low
Maintainer: Ian Beckwith i...@debian.org
Changed-By: Ian Beckwith i...@debian.org
Description: 
 gnulib - GNU Portability Library
Changes: 
 gnulib (20111211+stable-1) unstable; urgency=low
 .
   * New upstream stable snapshot.
   * Refresh 01-gnulib-directory.patch.
Checksums-Sha1: 
 4f8ed6228824c1270a0486f38d9760ab91b4e681 1270 gnulib_20111211+stable-1.dsc
 49bf5ba94735c4664f7056dd5cc76a64a31ee346 4947098 
gnulib_20111211+stable.orig.tar.gz
 d0049a0a96331d2629d128b6a4f73492defd84fe 355578 
gnulib_20111211+stable-1.debian.tar.gz
 5f9776d4609d62e9ec73696992f430ab5d4be4c7 6752772 
gnulib_20111211+stable-1_all.deb
Checksums-Sha256: 
 cf799f8e1a15f1d8b03d6199806a1229f9e7d1f06f18d89cfefdbc97be065677 1270 
gnulib_20111211+stable-1.dsc
 360aaea5cdc10b5d22bf5fca215593d44f69754019fe626b5485dccd721fa17c 4947098 
gnulib_20111211+stable.orig.tar.gz
 cac066cb76d85e2c08df47d01c120ae62e00cfaf511bb2eafcbc00a9a8775e2e 355578 
gnulib_20111211+stable-1.debian.tar.gz
 9373fe104a1f93cd76880fbb7436af8627493307c0a85b6325f9862a80fd1907 6752772 
gnulib_20111211+stable-1_all.deb
Files: 
 fac5585c84fd144789533a30a4b0e030 1270 devel optional 
gnulib_20111211+stable-1.dsc
 d963b2ae7a881b4033cc79216d4525b8 4947098 devel optional 
gnulib_20111211+stable.orig.tar.gz
 03206bcd48cc778cdea40f59bc4fc528 355578 devel optional 
gnulib_20111211+stable-1.debian.tar.gz
 98289c89497695f33c815c1c4624cde5 6752772 devel optional 
gnulib_20111211+stable-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: http://erislabs.net/ianb/key/

iEYEARECAAYFAk7k/LoACgkQQOzBVKi6weqdJgCdE1zbdDSE0tSWnmfKpl7JfISf
QqQAnRDCzF46e8mQXILyImL+wGmTFR3L
=ce+R
-END PGP SIGNATURE-


Accepted:
gnulib_20111211+stable-1.debian.tar.gz
  to main/g/gnulib/gnulib_20111211+stable-1.debian.tar.gz
gnulib_20111211+stable-1.dsc
  to main/g/gnulib/gnulib_20111211+stable-1.dsc
gnulib_20111211+stable-1_all.deb
  to main/g/gnulib/gnulib_20111211+stable-1_all.deb
gnulib_20111211+stable.orig.tar.gz
  to main/g/gnulib/gnulib_20111211+stable.orig.tar.gz


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



Accepted grml2usb 0.11.1 (source amd64)

2011-12-11 Thread Michael Prokop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 21:28:12 +0100
Source: grml2usb
Binary: grml2usb
Architecture: source amd64
Version: 0.11.1
Distribution: unstable
Urgency: low
Maintainer: Grml Team t...@grml.org
Changed-By: Michael Prokop m...@grml.org
Description: 
 grml2usb   - install grml system / ISO to usb device
Changes: 
 grml2usb (0.11.1) unstable; urgency=low
 .
   [ Christian Hofstaedtler ]
   * [2534968] Add nokms option to grub menu
   * [e9f7cff] sync grub.cfg menu entries with grml-live templates
Checksums-Sha1: 
 3b6e9fd1a248820a4221b29a4c50e83d3ec6fbbb 1106 grml2usb_0.11.1.dsc
 bab6e7b662c5bb11eb3c890ac9de34ac323a38d1 388599 grml2usb_0.11.1.tar.gz
 2745453dbd8dffd28c9e94e9bdb48726c789daac 214870 grml2usb_0.11.1_amd64.deb
Checksums-Sha256: 
 c44bbdd4bc4506aa9419fe039802c7b06c0e395f31603b9d3481d08a2d98127f 1106 
grml2usb_0.11.1.dsc
 a6c9b531a45e9111f84f0aadd0146bf2f3d63b6cd9573d432d4d1401be215c05 388599 
grml2usb_0.11.1.tar.gz
 47447d375626c78868f8ef07e2f0d2842ccef4ae0a814dd2b8ec342f9055 214870 
grml2usb_0.11.1_amd64.deb
Files: 
 3bcc3ba6060f70395a696ef9aeb8c0d4 1106 admin optional grml2usb_0.11.1.dsc
 4740d9138c02df7eeb26637753afa3b8 388599 admin optional grml2usb_0.11.1.tar.gz
 252754eab02b1297133b54f353e3c11a 214870 admin optional 
grml2usb_0.11.1_amd64.deb

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

iEYEARECAAYFAk7lEr8ACgkQ2N9T+zficuiwhACfZbuaXQguifpuo6jJ3MQAxkJG
tsIAnRuYN98F0fQZZgkNuLyPyZmcYcwP
=ecfi
-END PGP SIGNATURE-


Accepted:
grml2usb_0.11.1.dsc
  to main/g/grml2usb/grml2usb_0.11.1.dsc
grml2usb_0.11.1.tar.gz
  to main/g/grml2usb/grml2usb_0.11.1.tar.gz
grml2usb_0.11.1_amd64.deb
  to main/g/grml2usb/grml2usb_0.11.1_amd64.deb


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



Accepted imms 3.1.0~rc8-3 (source amd64)

2011-12-11 Thread Artur R. Czechowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 20:30:59 +
Source: imms
Binary: imms-common imms-audacious
Architecture: source amd64
Version: 3.1.0~rc8-3
Distribution: unstable
Urgency: low
Maintainer: Artur R. Czechowski artu...@hell.pl
Changed-By: Artur R. Czechowski artu...@hell.pl
Description: 
 imms-audacious - Unobtrusive, automatic, and learning audacious playlist 
manager
 imms-common - Unobtrusive, automatic, and learning playlist manager
Closes: 610810 620918
Changes: 
 imms (3.1.0~rc8-3) unstable; urgency=low
 .
   * new patches already applied in Ubuntu (Closes: #610810, #620918):
 + 03audacious-2.4.patch: fix imms to work with audacious 2.4. Patch taken
   from upstream (http://code.google.com/p/imms/source/detail?r=257)
 + 04utf8-filename-conversion.patch: backport upstream fix to use
g_filename_to_utf8 for filename conversion
Checksums-Sha1: 
 0bf6f0233d570f9eca09035f55e4162bb1e3227a 1375 imms_3.1.0~rc8-3.dsc
 706826cef222f9394d8033918f93155ac05a9a0d 15070 imms_3.1.0~rc8-3.debian.tar.gz
 15bce4bfd5908e7e331b8195e52ddf395ad31b2b 599434 
imms-common_3.1.0~rc8-3_amd64.deb
 ae69349a73169b587cf577ebd9a1a13d80adba02 24692 
imms-audacious_3.1.0~rc8-3_amd64.deb
Checksums-Sha256: 
 efde0f905dcc6edda437984cc62680e02147ec978e6096649a4bbd2d422e8a87 1375 
imms_3.1.0~rc8-3.dsc
 2e85b5abff4961a0c9a0e40794f13208462bfcd1ed46c2a4eeb5cc6007439daf 15070 
imms_3.1.0~rc8-3.debian.tar.gz
 1900788424085bfde7c88a621f6aadfc1dfcdd26c34013c40c7eb806cfae 599434 
imms-common_3.1.0~rc8-3_amd64.deb
 c0d89b628bd440ecaed283a2f3bc9ef16a8b38e5ade7227f16fa286edd0875de 24692 
imms-audacious_3.1.0~rc8-3_amd64.deb
Files: 
 6bcd935f8ec9302de1d6ad4663025ca4 1375 utils optional imms_3.1.0~rc8-3.dsc
 e32c29dd0019c4197fbe629a6a10952e 15070 utils optional 
imms_3.1.0~rc8-3.debian.tar.gz
 cd990c081665bc08b2ff4ee14dc9eaf8 599434 utils optional 
imms-common_3.1.0~rc8-3_amd64.deb
 e7139f2fdcc47b5713300f275a72f66d 24692 utils optional 
imms-audacious_3.1.0~rc8-3_amd64.deb

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

iEYEARECAAYFAk7lFMcACgkQlk0AXAynaGzVrACfaupH11bzcOahm3LO/nTWVH8d
Y1YAn1o3hFPnUMvxIoBUMkJXZIwqjMsJ
=9tcy
-END PGP SIGNATURE-


Accepted:
imms-audacious_3.1.0~rc8-3_amd64.deb
  to main/i/imms/imms-audacious_3.1.0~rc8-3_amd64.deb
imms-common_3.1.0~rc8-3_amd64.deb
  to main/i/imms/imms-common_3.1.0~rc8-3_amd64.deb
imms_3.1.0~rc8-3.debian.tar.gz
  to main/i/imms/imms_3.1.0~rc8-3.debian.tar.gz
imms_3.1.0~rc8-3.dsc
  to main/i/imms/imms_3.1.0~rc8-3.dsc


-- 
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/e1rzqlk-0004xr...@franck.debian.org



Accepted wicd 1.7.1~b3-2 (source all)

2011-12-11 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 20:50:33 +0100
Source: wicd
Binary: wicd wicd-daemon wicd-gtk wicd-curses wicd-cli python-wicd
Architecture: source all
Version: 1.7.1~b3-2
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 python-wicd - wired and wireless network manager - Python module
 wicd   - wired and wireless network manager - metapackage
 wicd-cli   - wired and wireless network manager - scriptable console client
 wicd-curses - wired and wireless network manager - Curses client
 wicd-daemon - wired and wireless network manager - daemon
 wicd-gtk   - wired and wireless network manager - GTK+ client
Closes: 651412
Changes: 
 wicd (1.7.1~b3-2) unstable; urgency=low
 .
   * Don't wipe out configuration files (03-fix_configmanager_bug.patch)
   * Backported upstream fixes (04-backport_upstream_fixes.patch)
 - Fixed mismatch between DBus API and code (Closes: #651412)
 - Fixed typo -- dict being used with ()
Checksums-Sha1: 
 45ca0cd9675e65a5bc4bfe4ba66af3bf1263aed3 1444 wicd_1.7.1~b3-2.dsc
 945a29e27d15a29e922643aabe54590933e403d8 25055 wicd_1.7.1~b3-2.debian.tar.gz
 24320a9bf4817fa740a4e41d368ac09e4176b8ec 14412 wicd_1.7.1~b3-2_all.deb
 8293d73bfdcc0045180e83b8e0d395fc4b969b43 237188 wicd-daemon_1.7.1~b3-2_all.deb
 61bb790a4aa525cb5ac7b7671c20943dc886c7ac 116182 wicd-gtk_1.7.1~b3-2_all.deb
 499a50e2849b491cc8c8b2cd7b56c229afa08b4c 43854 wicd-curses_1.7.1~b3-2_all.deb
 212dd01bfb87c87f3471cc99105164dc87ad0270 17558 wicd-cli_1.7.1~b3-2_all.deb
 db5db74edbf5676e54e83eb8779d3e7a25fda89b 48976 python-wicd_1.7.1~b3-2_all.deb
Checksums-Sha256: 
 5cc66192be98dd7047b868e31722d1b9c36973fe1d0a7bf42b2d828082eded33 1444 
wicd_1.7.1~b3-2.dsc
 7e2b95bbee00b4770fdd6e26a63dd3a399a3338c4f78867b9270365c6d90c5ee 25055 
wicd_1.7.1~b3-2.debian.tar.gz
 3045d92da92a149c5057535f25978d6bac433ed21b30bff77047a7fe27e5b4ee 14412 
wicd_1.7.1~b3-2_all.deb
 5e9bef34de329cfde6d93c726cb2814ddfe38d6bec70b27b530e1435b965ba8e 237188 
wicd-daemon_1.7.1~b3-2_all.deb
 e9d8fa1d8880471ff713f8e297e9633a29d0c3ad6c74ece5b328a96e8c4438d6 116182 
wicd-gtk_1.7.1~b3-2_all.deb
 296a7f76bbffdb3323d154c9c882491166dca92b583bde8c0043817465fe9f06 43854 
wicd-curses_1.7.1~b3-2_all.deb
 36cd79438f95a733a9a2235af518aa1967b76cd8edba9459b614c1534d9360a8 17558 
wicd-cli_1.7.1~b3-2_all.deb
 5c5dc09850dd302676edde3d1ad08be4e7648214556c8ae7a11817c4ff61bef3 48976 
python-wicd_1.7.1~b3-2_all.deb
Files: 
 40f24ae23fc08e1b9fc66eae20d3d508 1444 net optional wicd_1.7.1~b3-2.dsc
 f8a48887dc27167396d11b2cc7c41a0d 25055 net optional 
wicd_1.7.1~b3-2.debian.tar.gz
 6f2f9e5bd8c0e53f10a2d1047c38f7fd 14412 net optional wicd_1.7.1~b3-2_all.deb
 f1706f3b8497fb76a078be4167d4ad66 237188 net optional 
wicd-daemon_1.7.1~b3-2_all.deb
 f85b85dbdd4ce348890d1e051dc822b0 116182 net optional 
wicd-gtk_1.7.1~b3-2_all.deb
 18ebd4214f17b79f7b092adc98f7fbfa 43854 net optional 
wicd-curses_1.7.1~b3-2_all.deb
 99818cbb72e369a38beafa716cf6c882 17558 net optional wicd-cli_1.7.1~b3-2_all.deb
 d9f371f672756acbd22389597aab6c4b 48976 python optional 
python-wicd_1.7.1~b3-2_all.deb

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

iEYEARECAAYFAk7lCo4ACgkQ5qqQFxOSsXRZEACgv1RqXiGlBkST0TPjPvwDKmwK
la4An02iC3MAIbXzVcgMzu2LExkyq4nS
=FcmH
-END PGP SIGNATURE-


Accepted:
python-wicd_1.7.1~b3-2_all.deb
  to main/w/wicd/python-wicd_1.7.1~b3-2_all.deb
wicd-cli_1.7.1~b3-2_all.deb
  to main/w/wicd/wicd-cli_1.7.1~b3-2_all.deb
wicd-curses_1.7.1~b3-2_all.deb
  to main/w/wicd/wicd-curses_1.7.1~b3-2_all.deb
wicd-daemon_1.7.1~b3-2_all.deb
  to main/w/wicd/wicd-daemon_1.7.1~b3-2_all.deb
wicd-gtk_1.7.1~b3-2_all.deb
  to main/w/wicd/wicd-gtk_1.7.1~b3-2_all.deb
wicd_1.7.1~b3-2.debian.tar.gz
  to main/w/wicd/wicd_1.7.1~b3-2.debian.tar.gz
wicd_1.7.1~b3-2.dsc
  to main/w/wicd/wicd_1.7.1~b3-2.dsc
wicd_1.7.1~b3-2_all.deb
  to main/w/wicd/wicd_1.7.1~b3-2_all.deb


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



Accepted partman-zfs 16 (source kfreebsd-i386)

2011-12-11 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 22:06:37 +0100
Source: partman-zfs
Binary: partman-zfs
Architecture: source kfreebsd-i386
Version: 16
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Robert Millan r...@debian.org
Description: 
 partman-zfs - Add to partman support for ZFS (udeb)
Closes: 651720
Changes: 
 partman-zfs (16) unstable; urgency=low
 .
   * Force generation of /boot/zfs/zpool.cache cachefile.
 (Closes: #651720)
 .
   [ Updated translations ]
   * Kannada (kn.po) by Prabodh C P
   * Norwegian Bokmal (nb.po) by Hans Fredrik Nordhaug
   * Dutch (nl.po) by Jeroen Schot
   * Serbian (sr.po) by Karolina Kalic
Checksums-Sha1: 
 adab985b6fd2caeb411a428f6bfb1d0fe9f0056a 958 partman-zfs_16.dsc
 dd812f6a505f3a890de5d741addb11c4077a0576 288651 partman-zfs_16.tar.gz
 66192fb833923368d4f5caf995c37af3a1e1c067 146190 
partman-zfs_16_kfreebsd-i386.udeb
Checksums-Sha256: 
 5dd6b6e2f682bb416f0616d399cece5d9aa61d7a5f35a64abafb64682f83025b 958 
partman-zfs_16.dsc
 71b71730285846e2c4f4d78090c9f7d8ff2a53584a9f135106a07c8e254b47e0 288651 
partman-zfs_16.tar.gz
 9b50f1cc008c007700bb079f97dc927ef100f75aa479352f439af57455b72acd 146190 
partman-zfs_16_kfreebsd-i386.udeb
Files: 
 d4ace885565f8f07897c6d7d29275a91 958 debian-installer standard 
partman-zfs_16.dsc
 6a24a0bf7c1bcc47818c234814689719 288651 debian-installer standard 
partman-zfs_16.tar.gz
 078f603ed08380baa0c36aac14fe7441 146190 debian-installer standard 
partman-zfs_16_kfreebsd-i386.udeb
Package-Type: udeb

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

iEYEARECAAYFAk7lG34ACgkQC19io6rUCv/yfgCfdhE1/i7qVwT/FuXH9WyPqeYL
jngAn0v2+YHn56+NSsUVm5h1sIC+rpyJ
=ocT2
-END PGP SIGNATURE-


Accepted:
partman-zfs_16.dsc
  to main/p/partman-zfs/partman-zfs_16.dsc
partman-zfs_16.tar.gz
  to main/p/partman-zfs/partman-zfs_16.tar.gz
partman-zfs_16_kfreebsd-i386.udeb
  to main/p/partman-zfs/partman-zfs_16_kfreebsd-i386.udeb


-- 
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/e1rzr0w-0001gp...@franck.debian.org



Accepted gxtuner 1.6-1 (source amd64)

2011-12-11 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 21:55:44 +0100
Source: gxtuner
Binary: gxtuner
Architecture: source amd64
Version: 1.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Jaromír Mikeš mira.mi...@seznam.cz
Description: 
 gxtuner- Tuner for Jack
Changes: 
 gxtuner (1.6-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated man page.
Checksums-Sha1: 
 d1c27a6221d7a53316746cf5498bc67fac23af97 2009 gxtuner_1.6-1.dsc
 7ca8f6d26fd7ee18ba59f1d423ddad28e7e7fc13 14509 gxtuner_1.6.orig.tar.bz2
 1a80a1161a679b908c62f9af64544e629760f571 5992 gxtuner_1.6-1.debian.tar.gz
 7385efbc81ad224b385e2779be9033f7edcf6190 24724 gxtuner_1.6-1_amd64.deb
Checksums-Sha256: 
 81c217edd592afab6f9fb3264798bdec4dd5a72bd5ed2996bc7956dfe6a3d1ef 2009 
gxtuner_1.6-1.dsc
 d9c09785a2f4766a42d5c7a614b2bbb4401bef7ac0eeb3198cb69903fdbe5747 14509 
gxtuner_1.6.orig.tar.bz2
 5e078e905c9138512c29094eb957313099f0d2b51e575a29c7c4ef1d8d144072 5992 
gxtuner_1.6-1.debian.tar.gz
 ee882e90e9bcc2620ae07c12c65887cb0d9329521cbef1eaf8c9c7c12133fe08 24724 
gxtuner_1.6-1_amd64.deb
Files: 
 873018d587dbbf4ecd3e644b5d714c12 2009 sound optional gxtuner_1.6-1.dsc
 2f624b290f36a852139786952d4f97d8 14509 sound optional gxtuner_1.6.orig.tar.bz2
 3aab42f9b1ae535a36f3f1fdf01d5728 5992 sound optional 
gxtuner_1.6-1.debian.tar.gz
 74a2ce2a172e2c79ef4bfc1ba686eb6c 24724 sound optional gxtuner_1.6-1_amd64.deb

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

iQIcBAEBAgAGBQJO5SSnAAoJEFsBlFXiuE+lUwAP/RxsCaAIetlFjuVNlOjnnZGc
+IGC8b7n0UrOsbeivPaP5bBr80kHPrXozoO5MxfRHIjOOkuctkDAW7V4iz9C0hzF
m1hWqlVthBxMDGZ1wSLdoLYE8s6yDB/1h18UxbmT+pq7OIr8X3bM/4SRnnM8Q1J0
b1kkpVN4makpMRx2WerrIepb0DoWrfI15C260Wp0T4AiJlv1gqWdKfcuMg8ndBYJ
xGqAL4lc6losVyx8Cc60m/pX5ooZJDe/amK1216k4YluzMGrh4WCiB12/lKFTE3+
UnT0abZOkqogyxXMDkWu/2axDYfKpRPAF2ITZMhBTRcAzxk0P15Of/vP6KdM2CtV
em4/6Jk0hRBr8fMvq+U2m0sbn3aW7RYMAX0BK+SCwKZSF6LGh2sP6PzMPXQBquRE
7s3rK/gorRKjqtkQXavMOUvulifWnLKaAVLlIw4bpuCz+5g5+/Q207lV+gJr4g62
+Aorcto0WMQCOmTw7crXq35hguLgWU9qBU0nDGNcQFF2h6o5DA6RghnnFo9QAC6C
fmP1gQ9PUsTML2Rv8ZzClCv7hc0e8mHbh5W6gtSTtIsPo4hHbO3oexWOVfwz1Lbb
D/q86vDUZuRLqRA4rkNbZxUp/qkOQdAFhMiTlfrZPy8+p9DQkIz/daiaGSWuG1Rm
qlJVxjfkYpGNaEB/jiYg
=F/tu
-END PGP SIGNATURE-


Accepted:
gxtuner_1.6-1.debian.tar.gz
  to main/g/gxtuner/gxtuner_1.6-1.debian.tar.gz
gxtuner_1.6-1.dsc
  to main/g/gxtuner/gxtuner_1.6-1.dsc
gxtuner_1.6-1_amd64.deb
  to main/g/gxtuner/gxtuner_1.6-1_amd64.deb
gxtuner_1.6.orig.tar.bz2
  to main/g/gxtuner/gxtuner_1.6.orig.tar.bz2


-- 
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/e1rzrtv-0005yi...@franck.debian.org



Accepted python-poster 0.8.1-0.1 (source all)

2011-12-11 Thread Emilien Klein
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Dec 2011 21:19:18 +0100
Source: python-poster
Binary: python-poster
Architecture: source all
Version: 0.8.1-0.1
Distribution: unstable
Urgency: low
Maintainer: Robert Collins robe...@robertcollins.net
Changed-By: Emilien Klein emilien+deb...@klein.st
Description: 
 python-poster - Python support for HTTP multipart PUT/POST
Closes: 638707
Changes: 
 python-poster (0.8.1-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release (Closes: #638707)
Checksums-Sha1: 
 4e01a3c7c3e33d7f4cabff11a0af7974464dfd77 1902 python-poster_0.8.1-0.1.dsc
 fd367020d22dc1cb7a8cc8207e2dfa9abb3ec0e6 12274 python-poster_0.8.1.orig.tar.gz
 fe982ae5feacd809a474c4151906aea364e75571 2026 python-poster_0.8.1-0.1.diff.gz
 e95514c2c1f87a71fa4d20c19da260b36b23fe78 13706 python-poster_0.8.1-0.1_all.deb
Checksums-Sha256: 
 1b56eddc068337a6b1e4cbc78c2c6e41bba1f3f917d0686a604b21bdf28c67ae 1902 
python-poster_0.8.1-0.1.dsc
 af5bf45da4a916db2b638cffd9e9d6668b33020e2b8ca9f864db79b49331c6ff 12274 
python-poster_0.8.1.orig.tar.gz
 505c1138672677e62c9c922841d83334817ed2244651c4ed7cf1f1be897300b0 2026 
python-poster_0.8.1-0.1.diff.gz
 bcc1b6b1d2f8c1c9f099e08b1a0c9f2035b538fc6a9c152cf03c64d2beff89c7 13706 
python-poster_0.8.1-0.1_all.deb
Files: 
 490107229651a05416ff2b2430250c29 1902 python optional 
python-poster_0.8.1-0.1.dsc
 2db12704538781fbaa7e63f1505d6fc8 12274 python optional 
python-poster_0.8.1.orig.tar.gz
 66336ce57032012b21b8d6d2a6d9abff 2026 python optional 
python-poster_0.8.1-0.1.diff.gz
 11ab79060a45f1750c524dac1203ae4d 13706 python optional 
python-poster_0.8.1-0.1_all.deb

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

iQIcBAEBCAAGBQJO4oNUAAoJEC1Os6YBVHX1wHgQAJDfh1GfpfVWuoBaqG6FRzWB
f6wU0PR/pnB0TKeq7GES6dGDykzB4xG/IV/ZRpI87Pu7t5QfvR9c0zFln9kNCxS+
ppWFTzT+vFduKGgRkqdmG7V++V4V+p0r5JSUGkvuZE3RLCEUMdlLWWa2enst4oSj
WMutt+nQjLnZdptK/Uier1fZrRKA/6UXjc5FthNH+2uBm2HoU3TG3ifNkVvGPZNd
w/yO2HIt7Wd90YNw3jwHkC15xkQVQuHEX9u2geQZpC380v53kYGggTWUhDt/Snxh
37laqGwRmd5AyltEwep2TXst0NXbizpTXc5mjMkpHejBin3g9B+/6rcoaiBlfd2W
M1upapBzpfVu4XaWE9DGfpUYHSsEFK6k43yURQeyeTKqP6tYI//hPqqDRoDnsdY5
P0BEeSFIFDPKuHFyEJN0AXmijTruv8IyixL5pfPyulSCTEb2mpfJzUDevocO03qo
Om1peq2oPE6AzbrMznLDyrCjRsG4MZ1LPuMLy/8UKz19UqoNb8OaoYFhWwmAucuQ
RiI26Ftm5zoFMJbh6OebqwuxEy9kDLw1Y4gZwBu8ogKO/rAtquVB+6GMvDiUbPHy
V4oey6LEfgy/+NQMImx/eqH23mUlFChCzCKDOXjMW9kR4iSav6V5Wjttg3QB55G4
hKx2xPkH+974xG3i9KHe
=MSCb
-END PGP SIGNATURE-


Accepted:
python-poster_0.8.1-0.1.diff.gz
  to main/p/python-poster/python-poster_0.8.1-0.1.diff.gz
python-poster_0.8.1-0.1.dsc
  to main/p/python-poster/python-poster_0.8.1-0.1.dsc
python-poster_0.8.1-0.1_all.deb
  to main/p/python-poster/python-poster_0.8.1-0.1_all.deb
python-poster_0.8.1.orig.tar.gz
  to main/p/python-poster/python-poster_0.8.1.orig.tar.gz


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



Accepted ethtool 1:3.1-1 (source i386)

2011-12-11 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 11 Dec 2011 22:29:38 +
Source: ethtool
Binary: ethtool
Architecture: i386 source
Version: 1:3.1-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Description: 
 ethtool- display or change Ethernet device settings
Changes: 
 ethtool (1:3.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 20320723b68c75316ec999c6302bc23c830127b8 1889 ethtool_3.1-1.dsc
 60b4f859bd9e55341e9b61a77d37174180623e41 184118 ethtool_3.1.orig.tar.bz2
 2ed96ee45136d92381ea1f98c21efe5924242625 6493 ethtool_3.1-1.debian.tar.bz2
 f49c3df85a9d123c186b53fc2e74f343f7a59257 91800 ethtool_3.1-1_i386.deb
Checksums-Sha256: 
 a4c10e144c573a439eb86529c682dbed976f66f5c34c682acd101a67df31993d 1889 
ethtool_3.1-1.dsc
 8df3150af0b76a207cd0af3a2394ed34b5bf98fd39dfd297b7d216cc0bf8fbf5 184118 
ethtool_3.1.orig.tar.bz2
 61044c54241638a2c272b03f40801fe423e0b6766496fdc09494fcacdda40f41 6493 
ethtool_3.1-1.debian.tar.bz2
 d20b5013e0d04edd884a8767c9bad3f733949b0415e9cd3783ab8f77d33f94f6 91800 
ethtool_3.1-1_i386.deb
Files: 
 db1d62c58845e0d3339f4666af77c7ef 1889 net optional ethtool_3.1-1.dsc
 559ae078dc06569b60e47f4e80523cd5 184118 net optional ethtool_3.1.orig.tar.bz2
 d57da36da8f836ac68bbc3d63482af1b 6493 net optional ethtool_3.1-1.debian.tar.bz2
 4eca62b02589327e5d7ceb1871f51679 91800 net optional ethtool_3.1-1_i386.deb

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

iQIVAwUBTuU1GOe/yOyVhhEJAQqvuxAAspwsEuBImncQmPWyx3XH7w2KxSB/ah55
RTsJBO6O5K1Mxk8cTNQ94DnFSfIw/TnGkWKAljnMRCxb0WUe6Gmm0rQRvNsBvtHV
EZ8HhqTT3IfglKhXnjqVhqqpViNANAB9wS//+2O57hwR+tRNzru03TmazlBQ8yxx
7vDDZqGvBlGMzUsIyGaSOa3SROSVITPWpJUUWKvjCriRoHCqMQndYJnuhv1KvAHm
7n6oKcQw5rlMKxQKd/potSfizvaKRqoYcI+QMAP7ynciAXt8yG9+K1xohdtb/0yF
DCay7DrOynyPllhwurhx3w4EnuInkTgE4KVJ2NHEiTZjfvngt9Pj9R+34PIatbY4
GYxfgQRv1RGsTThzpE3Lr3nq54DwUvIAhtUGJVUVagiHRdl5NX8leD4+iibfJ/RR
5UyAXJiKA4MSR5ZpjAuymwvFIIDM4zQIKofdYbrcsONmvcpwyYeLymA96LpP8PC3
gDrvdngtXWM4tTuyVjMklkuh4CN9Q28QlClVObtEw/JgFllSQQ9CuteU6ZCuhCYL
5sIpFfHeie5/h3qQgfq0ZWu+ie4TIVOrQEvMCZ55DSi94JFrhemb5NyAZ+7+h6nM
cAbB3Cpv6n9J8VdW+ct9q8YA6AHln2QrjxFecU4IMAIbEDeWrxNi/62lZrRFHQaU
dw/YWaNUZOY=
=KTjt
-END PGP SIGNATURE-


Accepted:
ethtool_3.1-1.debian.tar.bz2
  to main/e/ethtool/ethtool_3.1-1.debian.tar.bz2
ethtool_3.1-1.dsc
  to main/e/ethtool/ethtool_3.1-1.dsc
ethtool_3.1-1_i386.deb
  to main/e/ethtool/ethtool_3.1-1_i386.deb
ethtool_3.1.orig.tar.bz2
  to main/e/ethtool/ethtool_3.1.orig.tar.bz2


-- 
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/e1rzsps-0004s6...@franck.debian.org



Accepted libgmpada 0.0.20110925-2 (source amd64)

2011-12-11 Thread Nicolas Boulenguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Dec 2011 23:48:58 +0100
Source: libgmpada
Binary: libgmpada3-dev libgmpada2 libgmpada-dbg
Architecture: source amd64
Version: 0.0.20110925-2
Distribution: unstable
Urgency: low
Maintainer: Nicolas Boulenguez nicolas.bouleng...@free.fr
Changed-By: Nicolas Boulenguez nicolas.bouleng...@free.fr
Description: 
 libgmpada-dbg - Ada binding to the GNU MultiPrecision library: debug symbols
 libgmpada2 - Ada binding to the GNU MultiPrecision library: shared library
 libgmpada3-dev - Ada binding to the GNU MultiPrecision library: development
Changes: 
 libgmpada (0.0.20110925-2) unstable; urgency=low
 .
   * rules: do not strip static archive.
   * lintian-overrides: wildcard instead of an explicit architecture.
   * README.Debian: should not depend on the architecture.
   * rules: get-orig-source and run-tests targets.
   * control (Build-Depends): a gprbuild providing -R option.
   * rules: replaced ALDH subsystem by debhelper overrides for readability.
Checksums-Sha1: 
 2b3a9d9c0784e611c8a6dd028acaf4a1d8f09e8f 2124 libgmpada_0.0.20110925-2.dsc
 68b41cc97d3e27c630f5841d0dcafc1ae97c207e 5398 
libgmpada_0.0.20110925-2.debian.tar.bz2
 dc9a10fff7c76825d1a1b01e8a6ec3ecb9241a96 332340 
libgmpada3-dev_0.0.20110925-2_amd64.deb
 d75918b4ecb5370849f4e39d7b119e42cdcb417a 63014 
libgmpada2_0.0.20110925-2_amd64.deb
 7374467f4789725ae8df8b5f45c5540caabdeaa5 114038 
libgmpada-dbg_0.0.20110925-2_amd64.deb
Checksums-Sha256: 
 46aa73fc4778a715afe9dc85508605acf2a941e35196c5524afa1346c4b40e34 2124 
libgmpada_0.0.20110925-2.dsc
 57ad80a0d22bb97c85f5b5ba22873a33659bbbc3ed03e2f2557c4666a8a7033c 5398 
libgmpada_0.0.20110925-2.debian.tar.bz2
 d06b4405d269ed278b4333bc1b6d2bb77ba3c36f8db48b5079393581a660cedd 332340 
libgmpada3-dev_0.0.20110925-2_amd64.deb
 850964a42acfdb901978a2d0722da6f8a671766434ca7fbe8a91fa56db7e35ed 63014 
libgmpada2_0.0.20110925-2_amd64.deb
 e9f7a29b39a1611b0e3305b074c7b83db269d684e90e5ec7f9fc5f80ccf6022e 114038 
libgmpada-dbg_0.0.20110925-2_amd64.deb
Files: 
 f16d40d58983fb5546f7a7302b61eaf1 2124 libdevel extra 
libgmpada_0.0.20110925-2.dsc
 b475faae7740af35bfac9470a717a532 5398 libdevel extra 
libgmpada_0.0.20110925-2.debian.tar.bz2
 d4eb0c5801c43304ca44401ff87cd7f3 332340 libdevel extra 
libgmpada3-dev_0.0.20110925-2_amd64.deb
 6e65d9580cc23b032d7a2a00054f 63014 libs extra 
libgmpada2_0.0.20110925-2_amd64.deb
 27a426c782839800da1398e15b10898b 114038 debug extra 
libgmpada-dbg_0.0.20110925-2_amd64.deb

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

iQIcBAEBCAAGBQJO5TXEAAoJELUqnPRJDfyNpjYP/3k1W9fvcucsn6WEPclpnFjN
XYJByWt5zYlSQ27kPDWjt+MTdqPsrPDZcH2DIYEv2JscWnTByUmg6pKl89LwwtqC
LtvtYNZQNhs6cp/ud9IWvx58N4kpmGL6Ty5Fu5HFBOMRyW217lE4ntU4ixuovTfK
QQpEUBoJAJbAazjwhnkGTLojb1up9C3tafkWVDF79+qgKQV5mHQqFcTZh1hMXFHR
LzJcqo0p5aTqClVZF3/LOFRENP8GhZ0H6QkYtLLLDXNWwr+5uO3+bqp5vVYyUrvm
Nb77U4oljpc42mn0JBulO2ay4yzTwwvzswmU1DdrGG9iJTFGTN3KqG1AgJFcqAxa
0Uif5ra6Vd8pS05alBYj6TA0a250ccSk7BxlrThsBSdBT7yvz/lo/OEffTeWvX+w
RInpuAE1kOay2s4Z348fvgwODiqoc/W0+cilrSpmOZkJqA2I2fAGiYd+bnCU/9v8
QMyVSFAZGLYf8qG1/ctTQlvnFulCrH8YUM2S7YWeCrjNZANyanp3dEAAGIxtkUGn
yzDUy4b1SmnOJKVM1v4RPJZ6IhqPbm/u4lO6qjaQbUECH580rSeSSMnDu0MXzhGA
NOwWK7g/r1p0ZCz7YoukRhU5qoTk65Vx3Yo+7ZP3nCV1uwK7ZSps2tXrFJPau5Tq
DbEsoEQn1DOzuWNRjnbn
=ZXAZ
-END PGP SIGNATURE-


Accepted:
libgmpada-dbg_0.0.20110925-2_amd64.deb
  to main/libg/libgmpada/libgmpada-dbg_0.0.20110925-2_amd64.deb
libgmpada2_0.0.20110925-2_amd64.deb
  to main/libg/libgmpada/libgmpada2_0.0.20110925-2_amd64.deb
libgmpada3-dev_0.0.20110925-2_amd64.deb
  to main/libg/libgmpada/libgmpada3-dev_0.0.20110925-2_amd64.deb
libgmpada_0.0.20110925-2.debian.tar.bz2
  to main/libg/libgmpada/libgmpada_0.0.20110925-2.debian.tar.bz2
libgmpada_0.0.20110925-2.dsc
  to main/libg/libgmpada/libgmpada_0.0.20110925-2.dsc


-- 
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/e1rzsq2-0004xy...@franck.debian.org



Accepted libguestfs 1:1.15.11-1 (source all amd64)

2011-12-11 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 23:03:37 +0100
Source: libguestfs
Binary: guestfish guestfsd libguestfs-dev libguestfs0 guestmount 
libguestfs-tools libguestfs0-dbg libguestfs-doc python-guestfs libguestfs-perl 
libguestfs-ocaml libguestfs-ocaml-dev erlang-guestfs libguestfs-java 
ruby-guestfs
Architecture: source amd64 all
Version: 1:1.15.11-1
Distribution: experimental
Urgency: low
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description: 
 erlang-guestfs - guest disk image management system - Erlang bindings
 guestfish  - guest disk image management system - file system shell
 guestfsd   - Daemon to access to guest virtual machine through virtio serial
 guestmount - guest disk image management system - FUSE mount utility
 libguestfs-dev - guest disk image management system - development headers
 libguestfs-doc - guest disk image management system - documentation
 libguestfs-java - guest disk image management system - Java bindings
 libguestfs-ocaml - guest disk image management system - OCaml bindings
 libguestfs-ocaml-dev - guest disk image management system - OCaml development 
files
 libguestfs-perl - guest disk image management system - Perl bindings
 libguestfs-tools - guest disk image management system - tools
 libguestfs0 - guest disk image management system - shared library
 libguestfs0-dbg - guest disk image management system - debug symbols
 python-guestfs - guest disk image management system - Python bindings
 ruby-guestfs - guest disk image management system - Ruby bindings
Changes: 
 libguestfs (1:1.15.11-1) experimental; urgency=low
 .
   * New upstream version
   * [797c826] Rebased patch queue
   * [b2aa178] Ported Python-related fixes from unstable branch
   * [c88c9e9] Added fix for recognizing the correct libpython
Checksums-Sha1: 
 835c0ebcda761c21b6b1409ec3c26d2a4b4a2cf7 2766 libguestfs_1.15.11-1.dsc
 1ee9c479668fc2fd01ef01e9e3428431ab3598fa 6264472 libguestfs_1.15.11.orig.tar.gz
 48037d531efa7df3daf71ae8e83a21327001e714 31926 
libguestfs_1.15.11-1.debian.tar.gz
 8240188d51513e5845feb9133d37d6c9db476f85 396992 guestfish_1.15.11-1_amd64.deb
 db002ec1dbcc14ba39b54e4e7b683d7f8402842f 302802 guestfsd_1.15.11-1_amd64.deb
 685738b74c7fddd273e74ba66b3d26c6bf72aacc 461462 
libguestfs-dev_1.15.11-1_amd64.deb
 eadcef98c45ad376c7f5814181bd025a092eab2a 933544 libguestfs0_1.15.11-1_amd64.deb
 b6aa774b5d2a6def07a792e83fdb02f213fcd1b1 200788 guestmount_1.15.11-1_amd64.deb
 153d1cf85bc11f21346c5a1db44df8708ecd0264 1004678 
libguestfs-tools_1.15.11-1_amd64.deb
 8aaa1cb10d70c92f50b6a74b4b8fd9753a6ca875 3019518 
libguestfs0-dbg_1.15.11-1_amd64.deb
 d324c2e3590fa0fb5a63b033f371bff96f786821 171690 
libguestfs-doc_1.15.11-1_all.deb
 635fe5973b7c6cc6aab5faa997c306257c1cb7f7 527286 
python-guestfs_1.15.11-1_amd64.deb
 1aa23932ed0ece870727ac430c0b7f2e9162e034 450200 
libguestfs-perl_1.15.11-1_amd64.deb
 83f92615522d07aa56e71e1d36d728e27e5f0a88 230776 
libguestfs-ocaml_1.15.11-1_amd64.deb
 f70ad8657ff0be09070382c4587e7386af91a609 501676 
libguestfs-ocaml-dev_1.15.11-1_amd64.deb
 ae770ac5b6435f655de308d58b9f89ba849e7aa1 264016 
erlang-guestfs_1.15.11-1_amd64.deb
 67bc1b3736f4219d1afb6147a30dc5b24897601c 337600 
libguestfs-java_1.15.11-1_amd64.deb
 cc1cc178d7b29dc573e79a2f0af7da6b62a7225e 286212 
ruby-guestfs_1.15.11-1_amd64.deb
Checksums-Sha256: 
 762490d029e18b7c826126af387900eb39293ca8226011124480b2432c5d9c8d 2766 
libguestfs_1.15.11-1.dsc
 5e0e546363f17f1a2bc51bc556b69c87021dc0142e70837bc18907786ab6419a 6264472 
libguestfs_1.15.11.orig.tar.gz
 d6b81d08310b2b15497b169c3e14f14031ed6a533fb91fabd15ee93fb5821895 31926 
libguestfs_1.15.11-1.debian.tar.gz
 9b03e590393f785bbee092662b49865ee5af428265660bb1f01875f5293075f4 396992 
guestfish_1.15.11-1_amd64.deb
 82725b32f6cc57103d47f4de37f0cac64f97ed76e8155d2737ca97b2e617d7d9 302802 
guestfsd_1.15.11-1_amd64.deb
 cbdfb57d009fc4fe3048a0b1c4a0ad02f5229878c29917da8620ae4f2d1e1e17 461462 
libguestfs-dev_1.15.11-1_amd64.deb
 333b1cdce85a88361b0261459b97d350586a849a43874a6aa0f7026bd08ce47d 933544 
libguestfs0_1.15.11-1_amd64.deb
 7b6242a994a1bea8148d3c4d45d69f29d95092505db6864b8b05750c1da70d1b 200788 
guestmount_1.15.11-1_amd64.deb
 e41bc051f93b87d210398f593453f59ff25de87e7e47ae138cd522b6f259e9ac 1004678 
libguestfs-tools_1.15.11-1_amd64.deb
 dd33d4c6d62310a8db51b3c1fb527e3cab1a88ca296a2e11c1bb8a01de9243dc 3019518 
libguestfs0-dbg_1.15.11-1_amd64.deb
 6b638d5f8e11cf72ee3d447b4d6be1e0ce327e836c575c1c6eb8cd6f7b6f13a6 171690 
libguestfs-doc_1.15.11-1_all.deb
 cf138562061ff2dd7f43026b70d0fe43fe7744bd635228f9f4b28dda189f3f36 527286 
python-guestfs_1.15.11-1_amd64.deb
 40ee87084d2fe40b5b1d3ce8f621d7da321898c880aa5603c3cf75285edf49ee 450200 
libguestfs-perl_1.15.11-1_amd64.deb
 f1de5a0073d10cd7542be6309e95a365148f7458fe0e57b5b5b702c28714a524 230776 
libguestfs-ocaml_1.15.11-1_amd64.deb
 e7c2c908b29c382d8b76efb8fb862e7e6a895d9f9f46bd809167f914e21271c3 501676 

Accepted python-poppler 0.12.1-5 (source amd64)

2011-12-11 Thread Andrea Gasparini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 09 Dec 2011 15:37:15 +0100
Source: python-poppler
Binary: python-poppler python-poppler-dbg
Architecture: source amd64
Version: 0.12.1-5
Distribution: unstable
Urgency: low
Maintainer: Andrea Gasparini ga...@yattaweb.it
Changed-By: Andrea Gasparini ga...@yattaweb.it
Description: 
 python-poppler - Poppler Python bindings
 python-poppler-dbg - Poppler Python bindings (debug extension)
Closes: 651388
Changes: 
 python-poppler (0.12.1-5) unstable; urgency=low
 .
   * Specified version of GPL in debian/copyright
   * Add poppler-0.18.diff: Drop API which does not exist any more in poppler
 0.18. Thanks to Martin Pitt for the patch.(LP: #900707) (Closes: #651388)
Checksums-Sha1: 
 5d9f93cb5fb51016ba39da36ef1701a2099ac3f7 2358 python-poppler_0.12.1-5.dsc
 7133a301263006ed67c0f2b65808bf393b8c2944 4600 
python-poppler_0.12.1-5.debian.tar.gz
 f4554bedef500f029203e5e636aff50446f14b0e 49282 
python-poppler_0.12.1-5_amd64.deb
 314888d81baf79995a5c66cdbcf572ffb5ff48e0 213518 
python-poppler-dbg_0.12.1-5_amd64.deb
Checksums-Sha256: 
 be7e2d345d4fee38436ae6b80ffde2649a5821ff52e9dcfcf04912362b201e4f 2358 
python-poppler_0.12.1-5.dsc
 572fd6b69c339a2c9bc3ec57ceaf86a162709aea18b4c48dbd8817f7d9b03760 4600 
python-poppler_0.12.1-5.debian.tar.gz
 9446e324a60f2e3c31539baebea0bcd958a6723f10b89282c89d4832c3c27887 49282 
python-poppler_0.12.1-5_amd64.deb
 d3f056de8c8447d57cd8e8e0a9a5e08595058d24a851fd1b6758d63e0c752a38 213518 
python-poppler-dbg_0.12.1-5_amd64.deb
Files: 
 594bdbf367b135a4cc6fbe78549379fc 2358 python optional 
python-poppler_0.12.1-5.dsc
 9897280b90103d6edfab4b0d17df6c2e 4600 python optional 
python-poppler_0.12.1-5.debian.tar.gz
 82d00d36b7c0dbf5f1a54678c8e6b285 49282 python optional 
python-poppler_0.12.1-5_amd64.deb
 3115e4e0cf7786dee039a530b531d7cb 213518 debug extra 
python-poppler-dbg_0.12.1-5_amd64.deb

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

iQIcBAEBCAAGBQJO5TJjAAoJEEkIatPr4vMfx64QAIRvD1iP22+Kfhmfw44ubsGr
RUo+72aSKaRRhNQ7xnfrUaxyg3/gfrZN7/R+yZnN+dgTCBTwJXMT65g793W47/h0
G0SfHZyN+JWq8mGHZvPL+SaYexOjNfyIkuqxqSeXTmIgYN4NsV5yxgsseO50T00J
uBZXlvrXBfPwc7BbcsUQTNJ2KfcpVGnBe4G+6Auzxaeg5KoDImeZIafCI8j5fbHE
AumVIG6h5Amsm5k47eKuH4g9YMiOqG+rUPttstVLH/RN5FTqyeeHD26jatDm9l5i
aCjBYlP6l7U2Yzqt2lOUxJGu5Qrz3vhgaAkkIeNI9DFYwOo00pyIpEjfEdEc/xbh
k1DAV3JxJa+AclBim3IO6/QY/7vZFrlNcZPDjElMl7Tm/0nlkXyqWBloVllnpSfI
GvxlBmAMu8T1I7Zn+A4aVQc3lhl6xTI3bByBnu17fHvy+MR4MmLxcz1ECt11dR7d
bTFjr64nENdKooA67avGjo8EQ5X2HxkfWz/sLfc3W4Sj+wECA4/Li0PqAQcUky70
0+i0GRKtraGnGyz+fBVP2h/hp77tVLMQ3hrF57pvMUpby7QvxWilpAH67RdFnEmx
+MrFZ0N/RL/9X5NGAj6pamUHjV41MdVOho2CxC3j93WgHTuS9qy58MrgD8Y+7EJL
t+VBXPMzGYU/BOznH+6Z
=HLe1
-END PGP SIGNATURE-


Accepted:
python-poppler-dbg_0.12.1-5_amd64.deb
  to main/p/python-poppler/python-poppler-dbg_0.12.1-5_amd64.deb
python-poppler_0.12.1-5.debian.tar.gz
  to main/p/python-poppler/python-poppler_0.12.1-5.debian.tar.gz
python-poppler_0.12.1-5.dsc
  to main/p/python-poppler/python-poppler_0.12.1-5.dsc
python-poppler_0.12.1-5_amd64.deb
  to main/p/python-poppler/python-poppler_0.12.1-5_amd64.deb


-- 
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/e1rzsqf-0005pn...@franck.debian.org



Accepted toshset 1.76-2 (source amd64)

2011-12-11 Thread Paolo Rotolo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Dec 2011 18:28:25 +0100
Source: toshset
Binary: toshset
Architecture: source amd64
Version: 1.76-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Paolo Rotolo paolorot...@ubuntu-it.org
Description: 
 toshset- Access much of the Toshiba laptop hardware interface
Closes: 633555
Changes: 
 toshset (1.76-2) unstable; urgency=low
 .
   * QA upload.
   * Update 08_novatel_3g_suspend.patch: allow suspend / hibernate if
 device doesn't exist, otherwise system may not suspend properly.
 Thanks Brian Murray for the patch (Closes: #633555).
   * Bump Standards-Version to 3.9.2.
Checksums-Sha1: 
 634be22c6d8b88e36caecb9ef6c65f1b83e2751d 1769 toshset_1.76-2.dsc
 3eb9ec5fa36695591e0fc24da2ae7ed5cee2da26 33675 toshset_1.76-2.debian.tar.gz
 75947fdccd3bb69595acf0a509b47c49e08674c5 70234 toshset_1.76-2_amd64.deb
Checksums-Sha256: 
 65d5e1f545528199efc87abf6683657b598ae417322d934f6a8199f4879cee72 1769 
toshset_1.76-2.dsc
 d5f2177ea82056b5319c5ec8d3d0a834977c1d1c3c48a862be6d8423cb918c87 33675 
toshset_1.76-2.debian.tar.gz
 82f59c5fa9292d252e9d590e5cc900187a708fd50637268741e25799ac4e9c11 70234 
toshset_1.76-2_amd64.deb
Files: 
 7bf7f908605d683540eead42ac87b469 1769 utils optional toshset_1.76-2.dsc
 c5f13e5b1b8b4b47beda609431297aa0 33675 utils optional 
toshset_1.76-2.debian.tar.gz
 23a058966a20cc9313b3154f3525a3ae 70234 utils optional toshset_1.76-2_amd64.deb

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

iQIcBAEBCAAGBQJO5TqBAAoJEEkIatPr4vMfElcP/0AGeRgbeaBo+Tooh5O0yx7E
T9lCViFMSw55K0exzgyj+zxJiQRxfgGy12c8kRwWwIpuK0ZahGfQ42YG3jQ5SP+/
lDgw8n3BOnt0TxZrVBEZs1BkrXE1TCLZxfFlY0FuQiit1ETHPgDik4ZxVnARVMBA
p6dHMsOq2J+OVY+u2FfsC4vNGV/BlCNOyKkLGZEpQjnx8jWCMOyvphYk2VZpwmfI
I2/ibvYSnEE0ZIkDkPb50tNJqmlTFXuYW1U4XXHJeD0QrkgroXaI6W/bc2SjhKu7
yQBS0O42/N/jBW15vKbCmgNJJnNN/vw4OIm1axAzDKVc79mKpVlYirkDrVYAJIUX
M3oC7x7+U9RMH3vb7WvhuHNbl4oDZd5fpNm389JvXuUAYSOoT1uoi/oQ8N+J210T
SQtgV7Le/zShks404S3dBMo+CAxr32BZbKAjSL2WyAL5c4lDvMEXjDEpUfsMQwvW
yglMu0F/mHxD/vENXSpb1RjO7LTK5iLP7Nc7uw09+pibnWvTvk2TeOR+ve47gr+A
wP7cJOOebi0ikx+YNEjPyGPwerMiBGCWro1vxYv0GMZ6OawEtLgB5N9NOUip6GeV
ceoTqz0BWg1VHmCllOtswtCpi1ogzx6001fpRM0XSqJJej/vo1PrliANZHi2MfMX
oPsgzyTDlDigxYjZUzrz
=tGnn
-END PGP SIGNATURE-


Accepted:
toshset_1.76-2.debian.tar.gz
  to main/t/toshset/toshset_1.76-2.debian.tar.gz
toshset_1.76-2.dsc
  to main/t/toshset/toshset_1.76-2.dsc
toshset_1.76-2_amd64.deb
  to main/t/toshset/toshset_1.76-2_amd64.deb


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



Accepted hostapd 1:0.7.3-3 (source amd64)

2011-12-11 Thread Kel Modderman
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 11 Dec 2011 20:32:06 +1000
Source: hostapd
Binary: hostapd
Architecture: source amd64
Version: 1:0.7.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu wpasupplicant Maintainers 
pkg-wpa-de...@lists.alioth.debian.org
Changed-By: Kel Modderman k...@otaku42.de
Description: 
 hostapd- user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authentica
Closes: 615821 633026
Changes: 
 hostapd (1:0.7.3-3) unstable; urgency=low
 .
   [ Kel Modderman ]
   * Use /run/sendsigs.omit.d/ for sendsigs omission pid file and depend on
 initscripts (= 2.88dsf-13.3). (Closes: #633026)
   * Migrate existing sendsigs omission pid files from /lib/init/rw to /run.
   * Add a loop to ifupdown.sh to wait for creation of hostapd pid file before
 attempting creation of sensigs omission pid file, in some cases hostapd
 daemon can return before creation of the pid file has been written to disk.
   * Adjust standards version to 3.9.2, no further changes required to
 satisfy that.
   * Only test that DAEMON_CONF is set in init.d script, do not test if what is
 set is readable (which assumes only one configuration file is being used).
 (Closes: #615821)
 .
   [ Stefan Lippers-Hollmann ]
   * use new anonscm URIs for alioth.
Checksums-Sha1: 
 67e632666b199c79b86352dcc63e4f0a3b7d673e 1376 hostapd_0.7.3-3.dsc
 6cddfb7dc3a9500fea1d7fb2f1dce1c67a515763 15394 hostapd_0.7.3-3.debian.tar.gz
 740d168f667cd0603da02e7a15200ea5f689c5db 377902 hostapd_0.7.3-3_amd64.deb
Checksums-Sha256: 
 d73a627c209b74e72c310349452fd754e7ff5903e6d901d444940285d2f9f7fe 1376 
hostapd_0.7.3-3.dsc
 b35ba6d83d5bb08631e42ef39e53a2386237d76970d691520e2ccea938d0119b 15394 
hostapd_0.7.3-3.debian.tar.gz
 959644c27d9f544b3592fdade6eae7f10c62200fe0e74c0aa1e6a4ad3ed3251e 377902 
hostapd_0.7.3-3_amd64.deb
Files: 
 e44a51b0c39806dbe7a8044bd9dedc9d 1376 net optional hostapd_0.7.3-3.dsc
 8d22452e5acc5a5664d9256ac47c27e3 15394 net optional 
hostapd_0.7.3-3.debian.tar.gz
 8496af698c040bab8f92c290841885d5 377902 net optional hostapd_0.7.3-3_amd64.deb

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

iEYEAREDAAYFAk7lQV0ACgkQVcFcaSW/uEgHfwCfReUIHICZHawgAzgRKp1+CVyU
5wcAn3GI+iZ/j7z2jdEQ0gtRyoKGQiU4
=OMwF
-END PGP SIGNATURE-


Accepted:
hostapd_0.7.3-3.debian.tar.gz
  to main/h/hostapd/hostapd_0.7.3-3.debian.tar.gz
hostapd_0.7.3-3.dsc
  to main/h/hostapd/hostapd_0.7.3-3.dsc
hostapd_0.7.3-3_amd64.deb
  to main/h/hostapd/hostapd_0.7.3-3_amd64.deb


-- 
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/e1rztly-0004rt...@franck.debian.org



Accepted ukopp 4.1-1 (source amd64)

2011-12-11 Thread Leo Iannacone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Dec 2011 00:45:30 +0100
Source: ukopp
Binary: ukopp
Architecture: source amd64
Version: 4.1-1
Distribution: unstable
Urgency: low
Maintainer: Leo Iannacone l...@ubuntu.com
Changed-By: Leo Iannacone l...@ubuntu.com
Description: 
 ukopp  - Full and incremental backup to disk or disk-like device
Closes: 650447
Changes: 
 ukopp (4.1-1) unstable; urgency=low
 .
   * Imported Upstream version 4.1
   * Refresh 01-desktop_file.patch
   * Refresh 02-makefile.patch
   * New maintainer (Closes: #650447)
Checksums-Sha1: 
 a5ac9dd8579a4ede404d6b60f0359183c87354fe 1189 ukopp_4.1-1.dsc
 7bd3316824eb801614f2ae5ac2477d64c1b90cb7 258091 ukopp_4.1.orig.tar.gz
 6e96cdcd28f6d8abc3e6b153f51c9c9f801f975d 3277 ukopp_4.1-1.debian.tar.gz
 d45851a4016e44d0fc7abe501f72b7f385a971a2 268428 ukopp_4.1-1_amd64.deb
Checksums-Sha256: 
 38e908b732eacae468de277888120733d37cde43ea34c812c7ef1e8a142a3536 1189 
ukopp_4.1-1.dsc
 d0502de77d4dc546011183ba0ef8d326b74e1fb37e9e9ff7bf87e4b13ffb1c3b 258091 
ukopp_4.1.orig.tar.gz
 99c9c167b670aa5262d0cc4dad31c5980dbaeb7b476030a80230e97d3fc7d83b 3277 
ukopp_4.1-1.debian.tar.gz
 b4d79b85a533c393e1084e8e54f19b3fe5f42b572546b6f868582c1719d31622 268428 
ukopp_4.1-1_amd64.deb
Files: 
 0469e056e8a8b30de55e9119450eb5dd 1189 admin optional ukopp_4.1-1.dsc
 0e44152a0b645cd9e31be8f1a12ca8b8 258091 admin optional ukopp_4.1.orig.tar.gz
 e518e0d5e8a3f14de1323e8865b4f963 3277 admin optional ukopp_4.1-1.debian.tar.gz
 b9322ed9675bc7e0e4ce7fb6211fe009 268428 admin optional ukopp_4.1-1_amd64.deb

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

iEYEARECAAYFAk7lRKkACgkQRdSMfNz8P9AcXgCeMTZX210DTzlL4ix7hkB6mbpi
0kIAni9VIJbzuh/FWaWwmyrybI1JKeTH
=l8iw
-END PGP SIGNATURE-


Accepted:
ukopp_4.1-1.debian.tar.gz
  to main/u/ukopp/ukopp_4.1-1.debian.tar.gz
ukopp_4.1-1.dsc
  to main/u/ukopp/ukopp_4.1-1.dsc
ukopp_4.1-1_amd64.deb
  to main/u/ukopp/ukopp_4.1-1_amd64.deb
ukopp_4.1.orig.tar.gz
  to main/u/ukopp/ukopp_4.1.orig.tar.gz


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



Accepted zathura 0.0.8.5-3 (source amd64)

2011-12-11 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 12 Dec 2011 01:21:19 +0100
Source: zathura
Binary: zathura
Architecture: source amd64
Version: 0.0.8.5-3
Distribution: unstable
Urgency: low
Maintainer: Sebastian Ramacher s.ramac...@gmx.at
Changed-By: Sebastian Ramacher s.ramac...@gmx.at
Description: 
 zathura- PDF viewer with a minimalistic interface
Changes: 
 zathura (0.0.8.5-3) unstable; urgency=low
 .
   * debian/patches: add safe-realloc-fix from upstream to fix crash while
 trying to complete unknown commands.
Checksums-Sha1: 
 c0ffe88a458a11cf4d1d26a46f796ac9a50fcebe 1921 zathura_0.0.8.5-3.dsc
 7e0e2167541b261114b90ecae9ed74b9cc9ab09d 5272 zathura_0.0.8.5-3.debian.tar.gz
 98dbd41c5cb96ad7ba589a39121583b4640be009 50472 zathura_0.0.8.5-3_amd64.deb
Checksums-Sha256: 
 a16e23bb0d7ae3e3bdf848594479c21d982c8d27bbeacbc3857cb02da67e7ff4 1921 
zathura_0.0.8.5-3.dsc
 c7cb91a335ef1e8f5e3d5ad65e9aaa01595206fbae347b120e730ac4e739abc0 5272 
zathura_0.0.8.5-3.debian.tar.gz
 61798b93166f757b0dd9133e90f168df4d37fb03b24eb10c47ced933fec95c00 50472 
zathura_0.0.8.5-3_amd64.deb
Files: 
 b549b6ca7e441eba84c6847b54d695a5 1921 text optional zathura_0.0.8.5-3.dsc
 99be6a372fb8548b8d6e9e428351a846 5272 text optional 
zathura_0.0.8.5-3.debian.tar.gz
 e95d9f1b7ffd13dcaec988dbc5a652d6 50472 text optional 
zathura_0.0.8.5-3_amd64.deb

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

iQIcBAEBCAAGBQJO5UvYAAoJEGny/FFupxmTsbcP/0nPi78hHui2uRmRwJa6iFKE
n6D7yBLqsVVFnHqYvf7ogHRcrA8jmd0yQgfm6BR25B4rEpXzB08IyPHUS/iwz8oh
fTecNAxLdbfCwqmZ2ISUY5PWycHnAvL5KQ8OeOq93nuLYFe6ISgkyjLPElbVPkE9
bVO6DBHqi/law0WDKtbh79lp7lWqvs+x4y6UZ5znTxg+LmLVD1ArOmJ9PsyM9iTT
MQvU8aW/42kzh5kHqTegKwBPGEcrkkdexpMsj1GBebSkfBaQqMUowkRY11CG3z7c
LYdyuntqyhPOIdNDiEkBVM28+yVFXozVDSDK81X4TYO2enbMimcUdklyhMEqXPNb
22O/WuEpP9tOWySVwpAWxRDMzY5Cr6ubVC4J/oOySRu/KTtnK2bIkBLzrJ7x0baC
F3euIoGtWbMPSvfihjImSQ9Hgwe5pyehkSBQxKemhBvK0tNFOFbJZM09jVJDpTD9
ID4Il+m2aD65Fz49PDP9HKTvcGbDL4MDEJubzxgc1bL0TMYUiIcRA36QlLKLl+QT
PWMTC5d9Ii5EhuoH92t6vPyLDZqU0Eg3kYFg4DksitGTFItj1zSjxW22Tgm8WD92
oFWqAakzb3D7mute58LGZEhcogxpubJe9OYE7qHdySnvqkNUX0wSdyR50wV4Fuae
ZP2TpD2MiRR7gXqtcEVN
=Ih1H
-END PGP SIGNATURE-


Accepted:
zathura_0.0.8.5-3.debian.tar.gz
  to main/z/zathura/zathura_0.0.8.5-3.debian.tar.gz
zathura_0.0.8.5-3.dsc
  to main/z/zathura/zathura_0.0.8.5-3.dsc
zathura_0.0.8.5-3_amd64.deb
  to main/z/zathura/zathura_0.0.8.5-3_amd64.deb


-- 
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/e1rzu4b-8o...@franck.debian.org



Accepted mesa 7.11.2-1 (source amd64)

2011-12-11 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 15:43:40 +0100
Source: mesa
Binary: libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libgl1-mesa-swx11-i686 
libgl1-mesa-swx11-dev libgbm1 libgbm1-dbg libgbm-dev libegl1-mesa 
libegl1-mesa-dbg libegl1-mesa-dev libegl1-mesa-drivers libegl1-mesa-drivers-dbg 
libopenvg1-mesa libopenvg1-mesa-dbg libopenvg1-mesa-dev libgles1-mesa 
libgles1-mesa-dbg libgles1-mesa-dev libgles2-mesa libgles2-mesa-dbg 
libgles2-mesa-dev libglapi-mesa libglapi-mesa-dbg libgl1-mesa-glx 
libgl1-mesa-glx-dbg libgl1-mesa-dri libgl1-mesa-dri-dbg 
libgl1-mesa-dri-experimental libgl1-mesa-dri-experimental-dbg libgl1-mesa-dev 
mesa-common-dev libosmesa6 libosmesa6-dev libglu1-mesa libglu1-mesa-dev 
libglw1-mesa libglw1-mesa-dev
Architecture: source amd64
Version: 7.11.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 libegl1-mesa - free implementation of the EGL API -- runtime
 libegl1-mesa-dbg - free implementation of the EGL API -- debugging symbols
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libegl1-mesa-drivers - free implementation of the EGL API -- hardware drivers
 libegl1-mesa-drivers-dbg - free implementation of the EGL API -- driver 
debugging symbols
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgbm1-dbg - generic buffer management API -- debugging symbols
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
 libgl1-mesa-dri-experimental - free implementation of the OpenGL API -- Extra 
DRI modules
 libgl1-mesa-dri-experimental-dbg - Debugging symbols for the experimental Mesa 
DRI modules
 libgl1-mesa-glx - free implementation of the OpenGL API -- GLX runtime
 libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime
 libgl1-mesa-swx11 - free implementation of the OpenGL API -- runtime
 libgl1-mesa-swx11-dbg - free implementation of the OpenGL API -- debugging 
symbols
 libgl1-mesa-swx11-dev - free implementation of the OpenGL API -- development 
files
 libgl1-mesa-swx11-i686 - Mesa OpenGL runtime [i686 optimized]
 libglapi-mesa - free implementation of the GL API -- shared library
 libglapi-mesa-dbg - free implementation of the GL API -- debugging symbols
 libgles1-mesa - free implementation of the OpenGL|ES 1.x API -- runtime
 libgles1-mesa-dbg - free implementation of the OpenGL|ES 1.x API -- debugging 
symbols
 libgles1-mesa-dev - free implementation of the OpenGL|ES 1.x API -- 
development files
 libgles2-mesa - free implementation of the OpenGL|ES 2.x API -- runtime
 libgles2-mesa-dbg - free implementation of the OpenGL|ES 2.x API -- debugging 
symbols
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libglu1-mesa - Mesa OpenGL utility library (GLU)
 libglu1-mesa-dev - Mesa OpenGL utility library -- development files
 libglw1-mesa - free implementation of the OpenGL API -- runtime
 libglw1-mesa-dev - free implementation of the OpenGL API -- development files
 libopenvg1-mesa - free implementation of the OpenVG API -- runtime
 libopenvg1-mesa-dbg - free implementation of the OpenVG API -- debugging 
symbols
 libopenvg1-mesa-dev - free implementation of the OpenVG API -- development 
files
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 mesa-common-dev - Developer documentation for Mesa
Changes: 
 mesa (7.11.2-1) unstable; urgency=low
 .
   * New upstream release:
 - Fix a few intel bugs.
Checksums-Sha1: 
 3243908efb67492f902947105a03413d367c8234 3691 mesa_7.11.2-1.dsc
 54f1ef35efc5431975b7487a340918712f275405 8120138 mesa_7.11.2.orig.tar.gz
 8972b9afe6f1fae856c47dd6c5a93466e7b4ca21 47685 mesa_7.11.2-1.diff.gz
 ed5d69aa04378318fb6f06686bec71fed0ec9802 1232794 
libgl1-mesa-swx11_7.11.2-1_amd64.deb
 c96ca93fe948ad5ef207961f963a3a658e513551 2344200 
libgl1-mesa-swx11-dbg_7.11.2-1_amd64.deb
 b6e7af1a1c24ffa88db2d2ade160252edd673754 1597014 
libgl1-mesa-swx11-dev_7.11.2-1_amd64.deb
 f8f31edaf76c293b9d0b681c4dad7059b7151aea 8836032 libgbm1_7.11.2-1_amd64.deb
 493061f2cea18dfbceddf75fea290ebe8d2efe22 2721552 libgbm1-dbg_7.11.2-1_amd64.deb
 b16e2a0650361fb9a76682c70b8276edfb4193e7 33172 libgbm-dev_7.11.2-1_amd64.deb
 fe6614580177036b7c4b85eabb02765c780478cb 80366 libegl1-mesa_7.11.2-1_amd64.deb
 48616c547640e63e18b7355392b7fe1e219cbe78 136264 
libegl1-mesa-dbg_7.11.2-1_amd64.deb
 440e528538ec08b022ee21541607ca6ac779c137 42594 
libegl1-mesa-dev_7.11.2-1_amd64.deb
 b77d35a6992c8ca4463211ad3eebff4638c40b26 5818472 
libegl1-mesa-drivers_7.11.2-1_amd64.deb
 4576785fc01d8813fa4658c73c611e5aafd5d7df 4843160 
libegl1-mesa-drivers-dbg_7.11.2-1_amd64.deb
 

Accepted git-annex 3.20111211 (source i386)

2011-12-11 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Dec 2011 21:24:39 -0400
Source: git-annex
Binary: git-annex
Architecture: source i386
Version: 3.20111211
Distribution: unstable
Urgency: medium
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 git-annex  - manage files with git, without checking their contents into git
Changes: 
 git-annex (3.20111211) unstable; urgency=medium
 .
   * Fix bug in last version in getting contents from bare repositories.
   * Ensure that git-annex branch changes are merged into git-annex's index,
 which fixes a bug that could cause changes that were pushed to the
 git-annex branch to get reverted. As a side effect, it's now safe
 for users to check out and commit changes directly to the git-annex
 branch.
   * map: Fix a failure to detect a loop when both repositories are local
 and refer to each other with relative paths.
   * Prevent key names from containing newlines.
   * add: If interrupted, add can leave files converted to symlinks but not
 yet added to git. Running the add again will now clean up this situtation.
   * Fix caching of decrypted ciphers, which failed when drop had to check
 multiple different encrypted special remotes.
   * unannex: Can be run on files that have been added to the annex, but not
 yet committed.
   * sync: New command that synchronises the local repository and default
 remote, by running git commit, pull, and push for you.
   * Version monad-control dependency in cabal file.
Checksums-Sha1: 
 11fc3ede330a1fe25f7c9ac9361aa37096b7ee8e 1785 git-annex_3.20111211.dsc
 0bcab2ad853afbcfcf04188ab3ee7b8504848c1e 482943 git-annex_3.20111211.tar.gz
 2b53d270ae00688cfcc336bea8b2aa48ef554ad7 4769884 git-annex_3.20111211_i386.deb
Checksums-Sha256: 
 116dd5cbdd9cf3e9ed0015a88a72eb3657b7f3c5b32f5bcaf498c16c24a7d1b0 1785 
git-annex_3.20111211.dsc
 5741c7b4efba0b62f97aa1e3ca6ee82436b280b86317053be8155f2c26cc55b0 482943 
git-annex_3.20111211.tar.gz
 2fb1e7ce9ffd26d68ffab09d080a43aa41542acde21343b3c7e0af2639e1b2cf 4769884 
git-annex_3.20111211_i386.deb
Files: 
 0377ac00bb9c021be4833851393044b8 1785 utils optional git-annex_3.20111211.dsc
 bb7fa3a78728fcffd10311d92f281338 482943 utils optional 
git-annex_3.20111211.tar.gz
 e11e3229b2b1c050572a9fcccf2e84b3 4769884 utils optional 
git-annex_3.20111211_i386.deb

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

iQIVAwUBTuVfJckQ2SIlEuPHAQgFjhAAiMCvmFE+VTfWVbPPY8tqewpdMNeCYJ33
ZLzO0ynEJcR272w8qtkIJPkOnjGE9l79fpyjF+zeppNwW6xdevEzeo2AxxyryEKt
/FxauBbwJUJKtwj/qg/9yeKIoof7KesXscPquLkrUm4MltHVFXypM2pZgzz6to9k
Nk4Bc6HB64thM/hMa4DpAYs+pIJIEHKvbx5qHNEfnil79jKj2U4+3HOFRKAUjtDP
JUCgxBbPh89szUsEdPRpUAXtiExO5h3irdUz0A6iUfSf6x+UUFLOUPn90344nMk+
WLo5h5VvQoRq0OsI+YQ/OAnRni7/lMa9h5RT+KngrOuce1r2346hWxm0rKJL0t0p
G49G0eeDbu+Yt2WRuOTF497KSOeiwHUVdVpi/83ymxzpYfkKUx2BR3GUguqIigJf
EntJ7SmpNF/KMm6EbDTuhaAfcXZzEWTi4M1eUVXhMqfaieeHH+clxjlS3SqiQ9XC
rl+H9P8OVOiCHSAEdwNdtbp8idSKT691CdA8pv5IOVmjzsiImucB2UrVq7KY2Rdg
nPbsZXsQEVZzCR0pcQSz+fCshq2/pxb0DC9jneoReADV15f35aGQMYt7iNwn3sXE
HBSPnCz/K7obBecE8Jz3n8uWZlt6S9GT5Cuj06OLUwS/DyfInwkEKWhZ16CQjgjr
M7RoknvA+cU=
=HcXg
-END PGP SIGNATURE-


Accepted:
git-annex_3.20111211.dsc
  to main/g/git-annex/git-annex_3.20111211.dsc
git-annex_3.20111211.tar.gz
  to main/g/git-annex/git-annex_3.20111211.tar.gz
git-annex_3.20111211_i386.deb
  to main/g/git-annex/git-annex_3.20111211_i386.deb


-- 
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/e1rzvvt-0005jp...@franck.debian.org



Accepted nipy 0.1.999-1 (source all amd64)

2011-12-11 Thread Yaroslav Halchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Nov 2011 22:06:21 -0500
Source: nipy
Binary: python-nipy python-nipy-lib python-nipy-lib-dbg python-nipy-doc
Architecture: source amd64 all
Version: 0.1.999-1
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Yaroslav Halchenko deb...@onerussian.com
Description: 
 python-nipy - Analysis of structural and functional neuroimaging data
 python-nipy-doc - documentation and examples for NiPy
 python-nipy-lib - Analysis of structural and functional neuroimaging data
 python-nipy-lib-dbg - Analysis of structural and functional neuroimaging data
Closes: 581394 643225 649620
Changes: 
 nipy (0.1.999-1) unstable; urgency=low
 .
   * Alpha release in preparation for upcoming 0.2.0 release (Closes: #581394)
   * No changes within upstream codebase (Closes: #643225)
   * Do not unittest if nocheck is provided (Closes: #649620)
   * Boosted policy compliance to 3.9.2 -- no changes
   * Patch lucid-dsc-patch-nodoc to avoid trying to build -doc on lucid
 due to the failure to install needed build-depends
Checksums-Sha1: 
 a3c301535f9a0736a9084e07332ffbfcd060a3f8 1744 nipy_0.1.999-1.dsc
 a0f2ac914064be16fd1da60441023d88376621c8 1932742 nipy_0.1.999.orig.tar.gz
 1aa14d96c742127c933ed201856cfda76af9295d 7843 nipy_0.1.999-1.debian.tar.gz
 24051bfcf114d7069b8e27823cbbacd1f1f100d7 950106 
python-nipy-lib_0.1.999-1_amd64.deb
 a6db4036562c34791cd6779b2f80fc1ac57dff8b 1171872 
python-nipy-lib-dbg_0.1.999-1_amd64.deb
 18ee33d0cee93832999e6ad5176c49de83cdf07b 743422 python-nipy_0.1.999-1_all.deb
 96e155868295070120de8e80cddc21eb47ccadb0 3555360 
python-nipy-doc_0.1.999-1_all.deb
Checksums-Sha256: 
 23497433ef0d8737487bdf3c9c5fd82a08f7b39fb3743338a373e550a3a828f2 1744 
nipy_0.1.999-1.dsc
 df785e6646a11dead192cbd3cb54fd91309496e38047e2619e9b49fc3c12e5e7 1932742 
nipy_0.1.999.orig.tar.gz
 f9005148de1cc713871269d199decab42f969946e4a1a5795c0e4f82a850ab03 7843 
nipy_0.1.999-1.debian.tar.gz
 d0806960a5454a4ddb16c1a9da8fdd1a0effbbefc46bed2c21d6aeeb67610a73 950106 
python-nipy-lib_0.1.999-1_amd64.deb
 59da2882a7d45cc1751d48a5c79d74ffc95815f565344a4cc5ddd21d6940729d 1171872 
python-nipy-lib-dbg_0.1.999-1_amd64.deb
 153a308c5ec2163af8bc72c4faa640f87ea0fc72f9f01199924c3776b1d6459a 743422 
python-nipy_0.1.999-1_all.deb
 728132008fbc523bdb94c0317b65405162f6c878c80d232f339e39a1d593c244 3555360 
python-nipy-doc_0.1.999-1_all.deb
Files: 
 9f42578566fadc27dd2d43c510319cc3 1744 python extra nipy_0.1.999-1.dsc
 730827f0e8a767866182ccb297550c0e 1932742 python extra nipy_0.1.999.orig.tar.gz
 d42d00529b395eb4b2ff81e6a0462016 7843 python extra nipy_0.1.999-1.debian.tar.gz
 d09d04f09dc7b3f96677820530c5a3fa 950106 python extra 
python-nipy-lib_0.1.999-1_amd64.deb
 f345019d104a6b6368913a80f9602b28 1171872 debug extra 
python-nipy-lib-dbg_0.1.999-1_amd64.deb
 fd6298272a9f9b8b6256f8008816d1d4 743422 python extra 
python-nipy_0.1.999-1_all.deb
 f74afc005467cc1c85e25b1b8b7372a2 3555360 doc extra 
python-nipy-doc_0.1.999-1_all.deb

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

iEYEARECAAYFAk7lYbkACgkQjRFFY3XAJMhTOgCgnzQfVL/cSsdmeUP/f/UsTF+g
1g8AniS1knxso3UkFNGYH/mb4HSoprKq
=zYVk
-END PGP SIGNATURE-


Accepted:
nipy_0.1.999-1.debian.tar.gz
  to main/n/nipy/nipy_0.1.999-1.debian.tar.gz
nipy_0.1.999-1.dsc
  to main/n/nipy/nipy_0.1.999-1.dsc
nipy_0.1.999.orig.tar.gz
  to main/n/nipy/nipy_0.1.999.orig.tar.gz
python-nipy-doc_0.1.999-1_all.deb
  to main/n/nipy/python-nipy-doc_0.1.999-1_all.deb
python-nipy-lib-dbg_0.1.999-1_amd64.deb
  to main/n/nipy/python-nipy-lib-dbg_0.1.999-1_amd64.deb
python-nipy-lib_0.1.999-1_amd64.deb
  to main/n/nipy/python-nipy-lib_0.1.999-1_amd64.deb
python-nipy_0.1.999-1_all.deb
  to main/n/nipy/python-nipy_0.1.999-1_all.deb


-- 
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/e1rzvyu-0005ph...@franck.debian.org



Accepted putty 0.62-1 (source i386 all)

2011-12-11 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 12 Dec 2011 02:05:49 +
Source: putty
Binary: pterm putty putty-tools putty-doc
Architecture: source i386 all
Version: 0.62-1
Distribution: unstable
Urgency: high
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 pterm  - PuTTY terminal emulator
 putty  - Telnet/SSH client for X
 putty-doc  - PuTTY HTML documentation
 putty-tools - command-line tools for SSH, SCP, and SFTP
Changes: 
 putty (0.62-1) unstable; urgency=high
 .
   * New upstream release.
 - [SECURITY] Wipe SSH keyboard-interactive replies from memory after
   authentication.
Checksums-Sha1: 
 d749eafe60ec1813b808f1e833079f9a8fd83c94 2017 putty_0.62-1.dsc
 5898438614117ee7e3704fc3f30a3c4bf2041380 1783106 putty_0.62.orig.tar.gz
 daf71c6cd05b4112283e912c2b2ce5f53497cfe2 11758 putty_0.62-1.debian.tar.gz
 09c33c2f270b10ec89d2d34e15f0fba84c87f411 197060 pterm_0.62-1_i386.deb
 74ab6c5b9be98ecebd93c15c9f7c8cf10b22a764 337088 putty_0.62-1_i386.deb
 5934c605d91a01d42d6d2c2d55f3ff7157f55b30 689096 putty-tools_0.62-1_i386.deb
 370feab43a0fc5b5f7c188a7e8ad7c3e5071a911 173222 putty-doc_0.62-1_all.deb
Checksums-Sha256: 
 8c6442b0aad8eefbf6005f1debf25c460107d4c5fc12ebf2de025e9ca2e9d4e9 2017 
putty_0.62-1.dsc
 8d187e86ee18c839895d263607b61788778564e3720e8d85c5305a04f9da0573 1783106 
putty_0.62.orig.tar.gz
 3eff6c45ac4cbe2ac470111e34709a87c21d01fd830edc5ef208379c8987936b 11758 
putty_0.62-1.debian.tar.gz
 9251badb80c90faf1c9d44aedeb391259537f1caaaec9916e42965aec990fe56 197060 
pterm_0.62-1_i386.deb
 e3c5991fc4a4cfa2e26054cda1df912b0dc00378e5faadbc6e34b1d0dfa54b72 337088 
putty_0.62-1_i386.deb
 b9b59fb8f5324367a63a0b40e7c8101656d60bea16aa430cc6f52c134abf7080 689096 
putty-tools_0.62-1_i386.deb
 153ca35f3bf15ba3c0e6cb6b9fa8fe562754c9afad720a0a82e11aca3430667c 173222 
putty-doc_0.62-1_all.deb
Files: 
 9c778fc7d720475071b3aff1c2487f03 2017 net optional putty_0.62-1.dsc
 1344b606a680a9036df0fc3a05e62e71 1783106 net optional putty_0.62.orig.tar.gz
 181078ed9efc7ef1b3f164c87592487f 11758 net optional putty_0.62-1.debian.tar.gz
 bd15975b4a57e70c971a1a35033125f7 197060 x11 optional pterm_0.62-1_i386.deb
 4aab0c370b0005d46efdca6d619ab51a 337088 net optional putty_0.62-1_i386.deb
 cf30d563f91e63504d2ea7f1cf99c622 689096 net optional 
putty-tools_0.62-1_i386.deb
 dbeb8e0a7b85f655a848bebe916ade93 173222 doc optional putty-doc_0.62-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBTuViVTk1h9l9hlALAQgc9Q//XnmuKVpXzhzs4Z+VfGuPJLZtexkeMOuY
RAhHo1MIe3lxrzmXZ39cf+8UYE0fFFmMmjySjsmp9OJ10R0RCz7mNTUTHb+b9g1R
PcSdefBP0Bde+yqbYiwxHya4oCSAG9Qh2y1MtkdNKcWlfNFbvK1UhUEZuoxv9Z09
2p1LgYNsYzbJk7vH8Wt4bRAsJ40LjjegydgPLDp8CeF7E6wqTTFXj2uIBXF28yLf
5hhkX3tdoHNBawakMJZU+yNHYcDbg1ySyFFjqBJHXGg2yUEdy+sSEHd5gW9WD5XP
fGLZU1Et2AYcZ3nfh5rXH1RlksyskQeNwOdyejfctKo4l9D5Sf9U0z10lTqdwCSX
cVlXlOg1/woFFas2bmw++O7IAQVWP4yjRYsgU7B2Tp/Nd739aPSL9f3TqSsVgNov
5HdVi+4qYO1Qd2hHegYEn/EAaWAZBt8W09PKiyrX4CyHF4Do2ATQf+QlmMH+lm8o
yQkL5emT/ZAa04SKN73qs2sx0wOmcnIt1sln058+hDerTAMO3I60pRmHoUSVw8yP
9r7wCmDCWITQaFuenzmQKMQN6V32aMBEFkXXdZdNDqo6NjsjV/Yls65oCeJpVjxA
AicDkl7ZYU0QOLnu2LGKHKnbO3KFjd6VL1NB45GNHV7I01mfKBD7ND/7k21apArS
a2Z8eXthm9o=
=ewbc
-END PGP SIGNATURE-


Accepted:
pterm_0.62-1_i386.deb
  to main/p/putty/pterm_0.62-1_i386.deb
putty-doc_0.62-1_all.deb
  to main/p/putty/putty-doc_0.62-1_all.deb
putty-tools_0.62-1_i386.deb
  to main/p/putty/putty-tools_0.62-1_i386.deb
putty_0.62-1.debian.tar.gz
  to main/p/putty/putty_0.62-1.debian.tar.gz
putty_0.62-1.dsc
  to main/p/putty/putty_0.62-1.dsc
putty_0.62-1_i386.deb
  to main/p/putty/putty_0.62-1_i386.deb
putty_0.62.orig.tar.gz
  to main/p/putty/putty_0.62.orig.tar.gz


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



Accepted vte 1:0.28.2-4 (source all amd64)

2011-12-11 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Dec 2011 23:04:54 +0100
Source: vte
Binary: libvte9 libvte9-udeb libvte-dev libvte-common python-vte libvte-doc
Architecture: source all amd64
Version: 1:0.28.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 libvte-common - Terminal emulator widget for GTK+ 2.x - common files
 libvte-dev - Terminal emulator widget for GTK+ 2.0 - development files
 libvte-doc - Terminal emulator widget for GTK+ 2.x - documentation
 libvte9- Terminal emulator widget for GTK+ 2.0 - runtime files
 libvte9-udeb - Terminal emulator widget for GTK+ 2.0 - minimal runtime (udeb)
 python-vte - Python bindings for the VTE widget set
Closes: 633798 645104
Changes: 
 vte (1:0.28.2-4) unstable; urgency=low
 .
   * debian/control.in:
 - Remove obsolete Conflicts and Replaces.
   * debian/rules:
 - Correctly pass libexecdir to configure so libvte has the correct path to
   gnome-pty-helper. Closes: #645104
   * Add symbols file for libvte9 for improved shlibs dependencies and bump
 shlibs accordingly. Closes: #633798
Checksums-Sha1: 
 3791dab8a5439d09085eb254ad73884c4a66f0a2 2555 vte_0.28.2-4.dsc
 460fcf52cb8e9e6bab7766286d3a9bd33a10ed39 19515 vte_0.28.2-4.debian.tar.gz
 aface1f1c7521e06d59b42c0b1adb6a2f805ace3 434170 libvte-common_0.28.2-4_all.deb
 0f18acf2077eb4aee64c6a08121e6d6a482866d1 434394 libvte-doc_0.28.2-4_all.deb
 711044ba02ef59842d79cc6e5a10b9c1c76c356f 725918 libvte9_0.28.2-4_amd64.deb
 4fee47a2dbd60d4ae0b6dbfdf5a4bfe90eda82b1 329758 
libvte9-udeb_0.28.2-4_amd64.udeb
 8af8b3dd9f5024214da93a0bfbc5b1da7aee386c 759324 libvte-dev_0.28.2-4_amd64.deb
 e37829195b8f27f4e31e6de49d09c9afa12d879c 413122 python-vte_0.28.2-4_amd64.deb
Checksums-Sha256: 
 543ab39aef3629a1b509b509c440f93a1c8046b51f006536a7afe3c78de27751 2555 
vte_0.28.2-4.dsc
 fa93ed221c71c1ba23509bd412d6c544b2529e25bd329242e77ce5bd7cab4e59 19515 
vte_0.28.2-4.debian.tar.gz
 e2413924cb6e783f00081b6a4fc9ea80743c4929f87fef60b33bf69100daa1de 434170 
libvte-common_0.28.2-4_all.deb
 b6dc9b612654d0d38e99a3fd46248661b62be56edb994dd351ff6af978e631db 434394 
libvte-doc_0.28.2-4_all.deb
 f9bddf26c87bb4d6e2e8465f18e33ce5cec79fef7b944a45c695f4d083020e61 725918 
libvte9_0.28.2-4_amd64.deb
 556764799fc2ca561b9a58eb71cdc07da25b65d485bbe83e99fdac14b0b3f32b 329758 
libvte9-udeb_0.28.2-4_amd64.udeb
 5bda532daca3f551538a51b20419af2e708a214eb72ee3ec72d85b0a059ed99e 759324 
libvte-dev_0.28.2-4_amd64.deb
 e78ce46a9fa3978b8111dd1a4eed4220ed9a73c5ad35fd282d2012423ad60f24 413122 
python-vte_0.28.2-4_amd64.deb
Files: 
 e19b62f09a0a0396f3d744f1e2b8e2f6 2555 libs optional vte_0.28.2-4.dsc
 c474d8c3ee6a6e22e6a615dff9ee9e9a 19515 libs optional vte_0.28.2-4.debian.tar.gz
 87b32e0f436ad0b891b83b358bbc4dfb 434170 libs optional 
libvte-common_0.28.2-4_all.deb
 0a1d1434bfb8b5eb20ed02f18042a4bd 434394 doc optional 
libvte-doc_0.28.2-4_all.deb
 6b725f6bf0b8f580130a2847ad31d0f7 725918 libs optional 
libvte9_0.28.2-4_amd64.deb
 e7184848576730e6c2e21f873ea60206 329758 debian-installer extra 
libvte9-udeb_0.28.2-4_amd64.udeb
 5f3e35e2e9fac90e41e3284463cc50b0 759324 libdevel optional 
libvte-dev_0.28.2-4_amd64.deb
 bfe16e661ca7f4a7f42aba8f4ddbb0d9 413122 python optional 
python-vte_0.28.2-4_amd64.deb
Package-Type: udeb

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

iQIcBAEBCAAGBQJO5TACAAoJEGrh3w1gjyLc/ksP/ReS0Xs+adL57slvIYke4uGa
Be6EPYZcMAKgklPZCeqpX6VRT2o8b9Rp+v59p/CVTTNUHt/L+QmIG09AYXWP76gg
R1mwmwIOLIDjjvjvtgaODYaexIMcGvidNVy1OeIlN7EfoSfNQPWXJVRNHuhSMqYM
LS2iUqpUwCdA2S+puKXvTPP4AtdtGZvLb9cmtd87bFHwptoAWx5P3CMrzMI0k6Ks
9D8cEpihf1mW7NK/nIgLzjLw0mRslK8efqPM2WKWDw1nI/m5oioo7PKDuucAw8PA
PLuMBGk5Cufzpwqw9kweGxrUK1hEBgnn1wvlkgFhucj92PUOaABYqcSb8PUufzSY
ewU+zVOkUz2IOi8P6CDonx4zBKTSmfirvxW9sNxvWj6NzruiGz6Lc/8wjixk6f9I
RN4BNDGd4Z5QNNqdcEFL/PTkPr1nQmc42IrvKfWU8yWTZY+N911gATGE22GeELiw
1XzyPNdG9MT1EejR8ifuK8j4eKmuY5F0UeV6qDNu83XLxNTWyAaH4h/VjzalSKNp
H6AOPTSeoxyr3nqBrAst2LdSDZC6kg91RqtTOHtTcMeaOqrvaPw61KbDYIMCb6vY
M+FdpTV6Ij+neVwBJURqhJ9F6wjiNDgs6RkNTrWbLXSQjzr56xdNimqGFXblfMfO
h71LO16c8GzGiBjZE/Qr
=PYjN
-END PGP SIGNATURE-


Accepted:
libvte-common_0.28.2-4_all.deb
  to main/v/vte/libvte-common_0.28.2-4_all.deb
libvte-dev_0.28.2-4_amd64.deb
  to main/v/vte/libvte-dev_0.28.2-4_amd64.deb
libvte-doc_0.28.2-4_all.deb
  to main/v/vte/libvte-doc_0.28.2-4_all.deb
libvte9-udeb_0.28.2-4_amd64.udeb
  to main/v/vte/libvte9-udeb_0.28.2-4_amd64.udeb
libvte9_0.28.2-4_amd64.deb
  to main/v/vte/libvte9_0.28.2-4_amd64.deb
python-vte_0.28.2-4_amd64.deb
  to main/v/vte/python-vte_0.28.2-4_amd64.deb
vte_0.28.2-4.debian.tar.gz
  to main/v/vte/vte_0.28.2-4.debian.tar.gz
vte_0.28.2-4.dsc
  to main/v/vte/vte_0.28.2-4.dsc


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

Accepted libarchive 2.8.5-4 (source amd64)

2011-12-11 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 21:55:59 -0500
Source: libarchive
Binary: libarchive-dev libarchive1 bsdtar bsdcpio
Architecture: source amd64
Version: 2.8.5-4
Distribution: unstable
Urgency: low
Maintainer: Debian Libarchive Maintainers ah-libarch...@debian.org
Changed-By: Andres Mejia ame...@debian.org
Description: 
 bsdcpio- Implementation of the 'cpio' program from FreeBSD
 bsdtar - Implementation of the 'tar' program from FreeBSD
 libarchive-dev - Multi-format archive and compression library (development 
files)
 libarchive1 - Multi-format archive and compression library (shared library)
Closes: 641265 645403
Changes: 
 libarchive (2.8.5-4) unstable; urgency=low
 .
   [ Andres Mejia ]
   * Improve each packages' long description.
   * Refresh all patches.
 .
   [ Samuel Thibault ]
   * Skip libacl1-dev build dependency on hurd (Closes: #645403)
 .
   [ Andreas Henriksson ]
   * Add 0009-Patch-from-upstream-rev-3751.patch (Closes: #641265)
 + Thanks to Michael Cree for figuring out the details.
Checksums-Sha1: 
 b4ef6f4f70239ddf50c89ad5891532d2e7f1fad5 2223 libarchive_2.8.5-4.dsc
 b87893e1a92f3c473508edd112ecfdf8dc32bc5c 157918 
libarchive_2.8.5-4.debian.tar.gz
 87d6964a0f84050d7013bbd8a18cff4a3fd67a49 234498 
libarchive-dev_2.8.5-4_amd64.deb
 80ca0afdd1253ecc564eaa52115ebb8ed888aad4 121634 libarchive1_2.8.5-4_amd64.deb
 60d5576e6e9efababa66f169c2a6dfd671930077 152666 bsdtar_2.8.5-4_amd64.deb
 12efca38050fd71fc9f5ccf3de9623763b0d0a3e 130252 bsdcpio_2.8.5-4_amd64.deb
Checksums-Sha256: 
 ce8605b7abb6fe4fad0e3371a9ab65a78c9afdc940a03569820d12d82fd6d44b 2223 
libarchive_2.8.5-4.dsc
 10c7ba848b02a4b3659005b865f09444822590b585c1c1b752c08013e601408c 157918 
libarchive_2.8.5-4.debian.tar.gz
 67931a450cb1ad4d189efd55d8eb400e96a2a38dd4350b2d7057d4f0cd9ede3b 234498 
libarchive-dev_2.8.5-4_amd64.deb
 c45cbb472b220ecacbb7f2503b8e770df652ae3ebd04e1a706643db7962fc287 121634 
libarchive1_2.8.5-4_amd64.deb
 b661d9c6d60249ef1a0897e977ae75cd0a35b8972b4d19362cb873c4db2de1e9 152666 
bsdtar_2.8.5-4_amd64.deb
 c795c59a5005db0e30016b2f54f8ce045e0bf242ff0c74ba60febeca415c7120 130252 
bsdcpio_2.8.5-4_amd64.deb
Files: 
 cf1688022ea1671fe561df76100abe94 2223 libs optional libarchive_2.8.5-4.dsc
 51c884e600c95edad8b8e2bd1e04f125 157918 libs optional 
libarchive_2.8.5-4.debian.tar.gz
 fff531281014270fdc13cc8b20dddc7e 234498 libdevel optional 
libarchive-dev_2.8.5-4_amd64.deb
 bf7e8f8f6f20562fbe2f851f453b53ab 121634 libs optional 
libarchive1_2.8.5-4_amd64.deb
 d7ed4a6052f6a0e81b4a750c0b914365 152666 utils optional bsdtar_2.8.5-4_amd64.deb
 89e0834d1b7d8dfe1c769b4e548d0517 130252 utils optional 
bsdcpio_2.8.5-4_amd64.deb

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

iQIcBAEBAgAGBQJO5W9TAAoJED+5x4pTyFTfZVUQAI515MP0Abm89ywp/f1TtiO3
Qh4y33LNcCmflLUsoqaLfII9N7qOktJTu8fRabiGo47oEkRcFFbb9dLrmBYw02x8
7pNQa3A7OGSspSWvCXuwVRZ51LZxQqfWqj+v81it0MG7/iAMqUEKlWZma62lZoFK
lbKQP5AM6T5JoQUoI96Jw1XuQ0AI5MhK+HDI7AbvbVGxInzSVWySBmkJ4yrnslnG
ubWa0yrqCKyuDZNwGysIU/0/pdpxkWO3PJGhRf2j6kUmQNiyweo2Wii9Pv7zjrxw
nd2mYbOj6tFunS9SHAN3qUwrUsaXDI8yHMzt+yj2gRgsvd8YijeANPFnOOIwQESO
gsTN9XK+2xlkpSCnNzhrcPQnCyl+kBZXan8ihQMVpEPJ2aSJ7SIVeiz3VmzjuUvg
VHPZB3HzroHLWifyUwGGq94Rga1qSd7VzKkZsSG0ytUprbLhoiBGf2CWSTsVDtME
NRTeQioqQLkumYffKxwQTl7A88o8t51KpBwE3MSN/DlFps8CdNtapBzUVjKo2Dnv
rpt9YaK+U8a55iIJYOsHRmNdPv/s+inN7RNjm+45oRYL4ecaMWETQ/8y+LmEo1jB
fAH15ON6IjU6Fbc4PQhUNq0yuD1M2lQIndVGV8Y/dq+2g4laq0q7NP97fMr7Wat3
zLMH0aEiOeD5giVY0XdU
=JMBG
-END PGP SIGNATURE-


Accepted:
bsdcpio_2.8.5-4_amd64.deb
  to main/liba/libarchive/bsdcpio_2.8.5-4_amd64.deb
bsdtar_2.8.5-4_amd64.deb
  to main/liba/libarchive/bsdtar_2.8.5-4_amd64.deb
libarchive-dev_2.8.5-4_amd64.deb
  to main/liba/libarchive/libarchive-dev_2.8.5-4_amd64.deb
libarchive1_2.8.5-4_amd64.deb
  to main/liba/libarchive/libarchive1_2.8.5-4_amd64.deb
libarchive_2.8.5-4.debian.tar.gz
  to main/liba/libarchive/libarchive_2.8.5-4.debian.tar.gz
libarchive_2.8.5-4.dsc
  to main/liba/libarchive/libarchive_2.8.5-4.dsc


-- 
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/e1rzwpd-00017x...@franck.debian.org



Accepted sgt-puzzles 9306-1 (source i386)

2011-12-11 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 12 Dec 2011 02:40:18 +
Source: sgt-puzzles
Binary: sgt-puzzles
Architecture: i386 source
Version: 9306-1
Distribution: unstable
Urgency: low
Maintainer: Ben Hutchings b...@decadent.org.uk
Changed-By: Ben Hutchings b...@decadent.org.uk
Description: 
 sgt-puzzles - Simon Tatham's Portable Puzzle Collection - 1-player puzzle games
Changes: 
 sgt-puzzles (9306-1) unstable; urgency=low
 .
   * New upstream version
   * Update German translation, thanks to Helge Kreutzmann
   * Update policy version to 3.9.2; no changes required
   * Update description to include the puzzles added in 8853-1 and 9109-1
Checksums-Sha1: 
 c11b94bd0db7e9e1927c214bc0b3f9c7c2b812e8 1926 sgt-puzzles_9306-1.dsc
 503317611d7deaa6092ecb244b2d04e07a166e0b 2975188 sgt-puzzles_9306.orig.tar.gz
 281315f4b73141ab3cb2a9fbe1eb0a23952892b3 144793 
sgt-puzzles_9306-1.debian.tar.gz
 9c1c25a4087b5556487f15263af3212616830a1a 1332926 sgt-puzzles_9306-1_i386.deb
Checksums-Sha256: 
 8b9020e702654e74f84dce2b92cc76460e0631e66271f8bce47bf932e49d72f9 1926 
sgt-puzzles_9306-1.dsc
 aadbce18ed56f2974056a749d88c7c00f6e231b8cc2e3f06797634bb642da35a 2975188 
sgt-puzzles_9306.orig.tar.gz
 f4fede990f8cdf461e0014e467e167dd5d533a1f895bef0563abf68fd9f9e657 144793 
sgt-puzzles_9306-1.debian.tar.gz
 178dd2d0117fde41bbc2ee1b87df2abd84585d238cacb114fb264be5be833b4a 1332926 
sgt-puzzles_9306-1_i386.deb
Files: 
 12cf30b6940b5fb4a742249d5221d3ee 1926 games extra sgt-puzzles_9306-1.dsc
 6961cd09a649c601ec598b4abc926bf5 2975188 games extra 
sgt-puzzles_9306.orig.tar.gz
 9aaba987e52372b3535d5b0323f3a718 144793 games extra 
sgt-puzzles_9306-1.debian.tar.gz
 e3aa54a3bc56d43af838b207210d785f 1332926 games extra 
sgt-puzzles_9306-1_i386.deb

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

iQIVAwUBTuVvEOe/yOyVhhEJAQpK5BAAyjgradwxzijZMkvcwoH0VYl3qikjPF0T
HMOT1JNhQT8xIZpHJftzPeSIc3G7aPzgrvET4y7iAGbSJcGhezL4/0IIWLGg/dhQ
rF3KUb/TUNBvwKpbQjFn+eUsvaUcBtu5sCgqeL84Vo+gl8MZZOgSTmp93OEk59lF
Jxovi29VHL2ZeELAZoIE69bLySPR5oJipbdJ2a0bI2TtrK4hEUPKblQgqoN/1R5f
338xz57Y3Mwf++qHfhla0JdtmpZ3f0m0+BtngHXlou3E+MHIjMZCmPWFq/DMMfCW
1cFfx7a0epkwg48UEV74ORrtszzOEpIHI7/3IortueFUdMxUJBtZQUKF74q/LMfw
hbcPOygOlMo9Nx2CkFykNxXS2AKXdT9KDXXoiK7CpqOSgVKPvglI84xIAC9wmOF6
QFMo9CSHIqUxAS9gw/anotPPvw3YAhzIx0GppTkShV+Z2lNC641B3vRsaRCm595k
zYvmiay4MQ5zvJ6VnsOf/c0v+nFnAgtJK1AKGrRw3bzL0RPolbc9Eg47QKS2exfd
18spQLUlF2byiYGn7EIT/lY+YKnuaCZYolPirt5wBhmOV3lHEpLBQj1j+iVWaKbn
O0tW1zRtxhQAzc7GuWrco3nUgHQ3+kVYmuS5P7q9dAa+MugJOEFWXEFZhUOxxy6d
BYw0yC3Lre4=
=4fSM
-END PGP SIGNATURE-


Accepted:
sgt-puzzles_9306-1.debian.tar.gz
  to main/s/sgt-puzzles/sgt-puzzles_9306-1.debian.tar.gz
sgt-puzzles_9306-1.dsc
  to main/s/sgt-puzzles/sgt-puzzles_9306-1.dsc
sgt-puzzles_9306-1_i386.deb
  to main/s/sgt-puzzles/sgt-puzzles_9306-1_i386.deb
sgt-puzzles_9306.orig.tar.gz
  to main/s/sgt-puzzles/sgt-puzzles_9306.orig.tar.gz


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



Accepted opencv 2.3.1-1 (source all amd64)

2011-12-11 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 12 Dec 2011 12:06:57 +0900
Source: opencv
Binary: opencv-doc libcv-dev libcv2.3 libhighgui-dev libhighgui2.3 libcvaux-dev 
libcvaux2.3 libopencv-dev libopencv-core-dev libopencv-core2.3 libopencv-ml-dev 
libopencv-ml2.3 libopencv-imgproc-dev libopencv-imgproc2.3 libopencv-video-dev 
libopencv-video2.3 libopencv-objdetect-dev libopencv-objdetect2.3 
libopencv-gpu-dev libopencv-gpu2.3 libopencv-highgui-dev libopencv-highgui2.3 
libopencv-calib3d-dev libopencv-calib3d2.3 libopencv-flann-dev 
libopencv-flann2.3 libopencv-features2d-dev libopencv-features2d2.3 
libopencv-legacy-dev libopencv-legacy2.3 libopencv-contrib-dev 
libopencv-contrib2.3 python-opencv
Architecture: source all amd64
Version: 2.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 libcv-dev  - Translation package for libcv-dev
 libcv2.3   - computer vision library - libcv* translation package
 libcvaux-dev - Translation package for libcvaux-dev
 libcvaux2.3 - computer vision library - libcvaux translation package
 libhighgui-dev - Translation package for libhighgui-dev
 libhighgui2.3 - computer vision library - libhighgui translation package
 libopencv-calib3d-dev - development files for libopencv-calib3d
 libopencv-calib3d2.3 - computer vision Camera Calibration library
 libopencv-contrib-dev - development files for libopencv-contrib
 libopencv-contrib2.3 - computer vision contrib library
 libopencv-core-dev - development files for libopencv-core
 libopencv-core2.3 - computer vision core library
 libopencv-dev - development files for opencv
 libopencv-features2d-dev - development files for libopencv-features2d
 libopencv-features2d2.3 - computer vision Feature Detection and Descriptor 
Extraction libra
 libopencv-flann-dev - development files for libopencv-flann
 libopencv-flann2.3 - computer vision Clustering and Search in 
Multi-Dimensional spaces
 libopencv-gpu-dev - development files for libopencv-gpu
 libopencv-gpu2.3 - computer vision GPU Processing library
 libopencv-highgui-dev - development files for libopencv-highgui
 libopencv-highgui2.3 - computer vision High-level GUI and Media I/O library
 libopencv-imgproc-dev - development files for libopencv-imgproc
 libopencv-imgproc2.3 - computer vision Image Processing library
 libopencv-legacy-dev - development files for libopencv-legacy
 libopencv-legacy2.3 - computer vision legacy library
 libopencv-ml-dev - development files for libopencv-ml
 libopencv-ml2.3 - computer vision Machine Learning library
 libopencv-objdetect-dev - development files for libopencv-objdetect
 libopencv-objdetect2.3 - computer vision Object Detection library
 libopencv-video-dev - development files for libopencv-video
 libopencv-video2.3 - computer vision Video analysis library
 opencv-doc - OpenCV documentation and examples
 python-opencv - Python bindings for the computer vision library
Changes: 
 opencv (2.3.1-1) unstable; urgency=low
 .
   * Upload to unstable.
   * Update debian/control.
 Switch Build-Depends from libong62-dev to libpng-dev.
Checksums-Sha1: 
 4023941d0daaf9fdc347d2bec1a14cad15bfb4a8 4392 opencv_2.3.1-1.dsc
 e2364610235bf9863614d48b2c34c3d7859bd86c 21951 opencv_2.3.1-1.debian.tar.gz
 2d909b1cf3166d330cf95cf2734909247a1d7fbe 13591742 opencv-doc_2.3.1-1_all.deb
 3f30df2011820d665101580e32f4e090dea7be92 11612 libcv-dev_2.3.1-1_amd64.deb
 f90b3ce0f369bdf6f6389dc7104291b7d368716f 9884 libcv2.3_2.3.1-1_all.deb
 2f327bac9c780aec43919b99f63dfa24639a1bc6 10162 libhighgui-dev_2.3.1-1_amd64.deb
 c2493da59a3ab020efa246606d6e539a548bdbbc 9836 libhighgui2.3_2.3.1-1_all.deb
 655af1f5ec787dce0eb7a286b184854d1feda086 10506 libcvaux-dev_2.3.1-1_amd64.deb
 65c65aa2fc0b188ad930397d721d5215b84cf64d 9878 libcvaux2.3_2.3.1-1_all.deb
 d31211a8a12fb23294d1332dc43959f535eaaa9f 9734 libopencv-dev_2.3.1-1_amd64.deb
 f4f6bad58ccbbe2009a804c4ca1738db10ce5c0e 3480252 
libopencv-core-dev_2.3.1-1_amd64.deb
 2dcc2b3922443e2eb4d0aa262e9c287f09e9dd6e 733920 
libopencv-core2.3_2.3.1-1_amd64.deb
 b5d4178522da8790b5c8de00eebe02c485dbf372 278994 
libopencv-ml-dev_2.3.1-1_amd64.deb
 77109b2799252bce276224e0771fec4df8367c19 209592 
libopencv-ml2.3_2.3.1-1_amd64.deb
 04f25f94f0975b4e36226f8c3d4a12046f9c85f7 870292 
libopencv-imgproc-dev_2.3.1-1_amd64.deb
 037fe8ce75babc27b79655b299a65806a5cd9f25 711648 
libopencv-imgproc2.3_2.3.1-1_amd64.deb
 8a2ab7cf4e7ac3a16ea875ef32f9e760ebb837b8 144578 
libopencv-video-dev_2.3.1-1_amd64.deb
 f67750c47827e0c3de4e92bb21dce8d76a8e8b52 116140 
libopencv-video2.3_2.3.1-1_amd64.deb
 5d028e6e8b7680fec99a5c18e06fe07e387b9239 212424 
libopencv-objdetect-dev_2.3.1-1_amd64.deb
 a19451c2a321ae983f341ac424cbabf4cc3312b9 177606 
libopencv-objdetect2.3_2.3.1-1_amd64.deb
 2d4af8704972dc6c426b18f3734248f9f96c6a09 96064 
libopencv-gpu-dev_2.3.1-1_amd64.deb
 00dccfcac8f9898b40e8eddfe0da7f4901c5da9b 

Accepted libmail-gnupg-perl 0.17-1 (source all)

2011-12-11 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 12 Dec 2011 07:29:30 +0100
Source: libmail-gnupg-perl
Binary: libmail-gnupg-perl
Architecture: source all
Version: 0.17-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libmail-gnupg-perl - Perl module for processing email with GPG
Changes: 
 libmail-gnupg-perl (0.17-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
 svn.debian.org to anonscm.debian.org URL.
   * Imported Upstream version 0.17
   * Refresh 02_doc-meme-sigs-verification.patch (offset)
   * Bump Standards-Version to 3.9.2
   * Update debian/copyright file.
 Update copyright years for debian/* packaging.
   * Add gnupg-agent to Build-Depends-Indep
Checksums-Sha1: 
 acacd2c91dda7a81713f8927733f84c798ce0333 2260 libmail-gnupg-perl_0.17-1.dsc
 5d8f9a856d894eed9d59e46a9c8885311fbaa2be 59990 
libmail-gnupg-perl_0.17.orig.tar.gz
 96a4cd803ed98cd3e60953db598822a6d0ae1649 3521 
libmail-gnupg-perl_0.17-1.debian.tar.gz
 481044d07641f8fc171b502c6f15a8266a90d18a 17382 
libmail-gnupg-perl_0.17-1_all.deb
Checksums-Sha256: 
 68665ac3b74a67132849665bdc547a6a456788f488a639589c17ac5fc19facbe 2260 
libmail-gnupg-perl_0.17-1.dsc
 4ebcbae4fdb8fbb3af97e07127a7854fe4eeabf8e7e5f4970c3fa28ab8818024 59990 
libmail-gnupg-perl_0.17.orig.tar.gz
 6531fdb8e669c7e4a6d803ef7fc372b314ce7922e1d9e5720e38c8f3fc486f88 3521 
libmail-gnupg-perl_0.17-1.debian.tar.gz
 9800ef39224e086d91a2d4ccfcc3be4ce22e4c14509b56589fb96c7ef923f992 17382 
libmail-gnupg-perl_0.17-1_all.deb
Files: 
 083d454af8ee09b7c3dd291e2b50fbf4 2260 perl optional 
libmail-gnupg-perl_0.17-1.dsc
 b6c94307bcac31a4f6c7a47aa8065bd9 59990 perl optional 
libmail-gnupg-perl_0.17.orig.tar.gz
 356de30b5c0324029ce4097fcb7ae3a4 3521 perl optional 
libmail-gnupg-perl_0.17-1.debian.tar.gz
 a0521ed723ae079de61fb120991f2ae0 17382 perl optional 
libmail-gnupg-perl_0.17-1_all.deb

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

iQIcBAEBCAAGBQJO5aBpAAoJEHidbwV/2GP+6uAP/3ljs+t6GBeOiXkfUdus2Req
KOZyaQG7T6f+WuIbvRs9cR/z3S65ygdUqFieSkLkYqIY+gFb1/hEheekFpdCg/q8
BSqAPmplZbAe1QO8DEs4GstEshn31TCoOjAq+JXGY4gz+qM66Y7oKVu7Y8y2dl4V
+kz2NMmWh3HVmuq9zZ+KtbyaPQiw3WVji+L7gFM1rpA/H74Rg6kg98r/awXZUs7r
ja3aAU7p3r1Fo4uxUsbqYqsO8pZSt+zP/yTeL4Q3UBWUT8+4Dhb0l4BThdn1a5Mw
w+9zWnGDVGroa1QeaPuFgkG2UNEvi9omXPEbcG34R8SD2ylvrERSBfa8V9y15TzA
fs5xcw4R8cHHAQzMTijpvb+ySM5XrICRneVt0n5vIi9bIjjA6Qf6MMwqd69uzIq+
i3BHivoZ/HLsaLwMukUTJgcVbRrvjcdWUMOAI1MmvaKNDgZEvRK6Gqr9mk7nT7v+
IQ1UNfK2WEF6dzOtqwMgMQhabfEOA7hsU9cc8rB97/rNlI8uYZ5APIO8omNxcnPU
mt31jwR4Z/U+hDGBeeeovKXRozOpYgFBsw3ifbFDbZi1T2JE0iunPuaP4DZygxfl
uu3a7HAYWeq+U9sdp05cFljHzkZbictmYRLtRbG/jp0iI82dHvk8bz/AJRou3Jdo
KJe9ymNPFrhP+x1ll0p6
=5hzB
-END PGP SIGNATURE-


Accepted:
libmail-gnupg-perl_0.17-1.debian.tar.gz
  to main/libm/libmail-gnupg-perl/libmail-gnupg-perl_0.17-1.debian.tar.gz
libmail-gnupg-perl_0.17-1.dsc
  to main/libm/libmail-gnupg-perl/libmail-gnupg-perl_0.17-1.dsc
libmail-gnupg-perl_0.17-1_all.deb
  to main/libm/libmail-gnupg-perl/libmail-gnupg-perl_0.17-1_all.deb
libmail-gnupg-perl_0.17.orig.tar.gz
  to main/libm/libmail-gnupg-perl/libmail-gnupg-perl_0.17.orig.tar.gz


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



Accepted commons-math 2.2-2 (source all)

2011-12-11 Thread Miguel Landaeta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 09 Dec 2011 20:47:07 -0430
Source: commons-math
Binary: libcommons-math-java libcommons-math-java-doc
Architecture: source all
Version: 2.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libcommons-math-java - Java lightweight mathematics and statistics components
 libcommons-math-java-doc - Java lightweight mathematics and statistics 
components - document
Closes: 651403
Changes: 
 commons-math (2.2-2) unstable; urgency=low
 .
   [ Miguel Landaeta ]
   * Team upload.
   * Bump Standards-Version to 3.9.2. No changes were required.
   * Fix lintian warning with copyright file.
 .
   [ James Page ]
   * Fix FTBFS with OpenJDK7 (LP: #888931) (Closes: #651403):
 - d/ant.properties: Specify source/target as 1.5 for javac and
   javadoc ant tasks to ensure backwards compatibility and work
   around Java 7 encoding errors.
Checksums-Sha1: 
 baf6940c4d4f28179692785a4fe26aecfba9386b 2113 commons-math_2.2-2.dsc
 2a18d9f2e4c121860bccdcf8630f9c7a6ade4961 5843 commons-math_2.2-2.debian.tar.gz
 89a780ba4084a343e89474680a6fce152b904947 895722 
libcommons-math-java_2.2-2_all.deb
 6fc891b544df392e263a6cb59cfe069c60f75a3d 1766810 
libcommons-math-java-doc_2.2-2_all.deb
Checksums-Sha256: 
 8d67347b0164820aeaa583add4b5e5ccffefd197be90bbfcf61eb7fac87d0ef1 2113 
commons-math_2.2-2.dsc
 795dc80d4d9f0502e1f337bcbe1bda4ba0dead64f855896eea0dc4b8d4d8c1f5 5843 
commons-math_2.2-2.debian.tar.gz
 fc393849fbfd22824e51eab75c7f67a22454ae467cc3ea2693646d55ef74612b 895722 
libcommons-math-java_2.2-2_all.deb
 2b070637682eea681bb880a1d015d1f715d62c32ee67057d22f418fad2180c26 1766810 
libcommons-math-java-doc_2.2-2_all.deb
Files: 
 4fe00e56c6c8596dae8a42ec3b038e9b 2113 java optional commons-math_2.2-2.dsc
 84a05782730b6c0d378a51904285d588 5843 java optional 
commons-math_2.2-2.debian.tar.gz
 3456388136a860468ec951b8a05c531f 895722 java optional 
libcommons-math-java_2.2-2_all.deb
 6c28e123a5969ac14cbde205e206dbba 1766810 doc optional 
libcommons-math-java-doc_2.2-2_all.deb

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

iQIcBAEBAgAGBQJO5akqAAoJECHSBYmXSz6WM0sQAL5hhwOKnlspXn+Vg9PHVSdJ
TIpyYnD8WJdg8LKk+vNQHZFf+SIoN5F0xCUrEezP6HhvsyueGCrZpP6XfYet8s+/
zufvowAsM9k75qtZ4/7pO0NX610NcJq9VrCvYBgnX5XzYvUF3dF1r09K8trkZeCn
xrv3+Yk86ywUq3i4P9mSogFvVdF1IzuI5UB2m6KusZNxGWubCtHZwFin5hdnz+TO
QdOjtetJEYymHICiqAsyLqMiFG4BXbt/2YXClOwjtMKjoLMPzKrzeWEI7ExQHLRl
FM9aOXfAP8OmkjBIXn64UtFla1w2Xim0t7p3D3Ao31wt3xIkuF8tjoU8shhzLkxH
R4tCpo+lCueLizcVFpoVDV5rqoX4+NcgVNsQDh6hrfgJbFyQRW3jNdNktrWvijO1
cvO+3AQGAHZlI7RiPbqD2pTrW1BpW2HqMuj5iROUb/BydF4uF55sFMZcYCuQfN9k
vGXl7jRh1OzDGExpP1VQ0sgo6jfRYzLs2hNsBKqdquZ0oAHNFa+gfwzzACvbwh9R
CyU3rwjcoOobiOD3rqf9hsivzEPEczC97Z5R+2gJj6MVd7kBN5wi8eYfG28Tv0lL
D/siScFwQJExzUDyr/qfCGe4iAlyJHm7x8g5vug4D1scuw0r0nUPDIkmyM+5TNs/
YEKvz+M6W0vLqC3P7gxM
=Mo83
-END PGP SIGNATURE-


Accepted:
commons-math_2.2-2.debian.tar.gz
  to main/c/commons-math/commons-math_2.2-2.debian.tar.gz
commons-math_2.2-2.dsc
  to main/c/commons-math/commons-math_2.2-2.dsc
libcommons-math-java-doc_2.2-2_all.deb
  to main/c/commons-math/libcommons-math-java-doc_2.2-2_all.deb
libcommons-math-java_2.2-2_all.deb
  to main/c/commons-math/libcommons-math-java_2.2-2_all.deb


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



Accepted texworks 0.5~svn952-1 (source i386 all)

2011-12-11 Thread Atsuhito KOHDA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Dec 2011 15:44:20 +0900
Source: texworks
Binary: texworks texworks-scripting-lua texworks-scripting-python 
texworks-help-en
Architecture: source i386 all
Version: 0.5~svn952-1
Distribution: unstable
Urgency: low
Maintainer: Atsuhito KOHDA ko...@debian.org
Changed-By: Atsuhito KOHDA ko...@debian.org
Description: 
 texworks   - Environment for authoring TeX (LaTeX, ConTeXt, etc) documents
 texworks-help-en - English help files for TeXworks
 texworks-scripting-lua - Plugin to bring Lua scripting to TeXworks
 texworks-scripting-python - Plugin to bring Python scripting to TeXworks
Changes: 
 texworks (0.5~svn952-1) unstable; urgency=low
 .
   * New Upstream Release (rev 952).
Checksums-Sha1: 
 e8a08d957f9aa50169d344799ce5e94aa02064ff 1362 texworks_0.5~svn952-1.dsc
 d429907bf2a26a8defce83d02247567f25d4b1d8 7295336 
texworks_0.5~svn952.orig.tar.gz
 28b80bad2eeda781ccd450f0bc259a4f84f98a66 5778 texworks_0.5~svn952-1.diff.gz
 14f23ee19fb6465d73c5188d450e06d8533364dc 2384730 texworks_0.5~svn952-1_i386.deb
 777a9115d41b96f22a0890b6a06725b6e63384dc 317248 
texworks-scripting-lua_0.5~svn952-1_i386.deb
 52ca4ad8bff234aaa9313b9dcc7a1b0c7116c155 318736 
texworks-scripting-python_0.5~svn952-1_i386.deb
 57d62da8b4bd1a824670e0b2c51fe1592da4d660 1926904 
texworks-help-en_0.5~svn952-1_all.deb
Checksums-Sha256: 
 92e2a276ab2fc470d152d5bcaeb18e9a922d501d55d2faa23a6f94896d0d6594 1362 
texworks_0.5~svn952-1.dsc
 1c13003b612ea7556e1c7fdca79c79a3d0ba11d32dde4b66bbdce76d4f6749c7 7295336 
texworks_0.5~svn952.orig.tar.gz
 615c752c597e133d91d604c6cd6ffea55f62d31ac9f94e5887a42942f58c8ae8 5778 
texworks_0.5~svn952-1.diff.gz
 64a4373eff59961e0ed9196f0ded2e3041a11d3829f69ba2ed0fec41508efcf7 2384730 
texworks_0.5~svn952-1_i386.deb
 88c35482d3dadd722129e3d48c5a5af5641251eb3ac290b5474b34531b8ecf6c 317248 
texworks-scripting-lua_0.5~svn952-1_i386.deb
 22fb7b9c90077556a964be2b6726231dd8f201b1b5232d079366ca7071d423ef 318736 
texworks-scripting-python_0.5~svn952-1_i386.deb
 752b701bc4838f672b827bf2f552641016c4d178f5f5d2cdd95514a587e91816 1926904 
texworks-help-en_0.5~svn952-1_all.deb
Files: 
 4381027ae4bc452b180ce6a988696cf8 1362 editors extra texworks_0.5~svn952-1.dsc
 56916cc4e5d93992f5f7f9f48879a140 7295336 editors extra 
texworks_0.5~svn952.orig.tar.gz
 e4e5a1d25bc9db1a4447e7d39345b7d9 5778 editors extra 
texworks_0.5~svn952-1.diff.gz
 39f490b66f22378dc90656be5cb54934 2384730 editors extra 
texworks_0.5~svn952-1_i386.deb
 6984e31cb331408b3c8d6fa2a1066b2b 317248 editors extra 
texworks-scripting-lua_0.5~svn952-1_i386.deb
 36623ca51b1be85dd5f99fc9299ff796 318736 editors extra 
texworks-scripting-python_0.5~svn952-1_i386.deb
 3e301589084ba035ce03053865ebe96b 1926904 editors extra 
texworks-help-en_0.5~svn952-1_all.deb

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

iEYEARECAAYFAk7lrL4ACgkQ1IXdL1v6kOyHTgCcDtF/aevpRPZvndQP3IsJsKB+
VZsAn2rMMaDd19xKl26tDsxikeDBTZGF
=xycd
-END PGP SIGNATURE-


Accepted:
texworks-help-en_0.5~svn952-1_all.deb
  to main/t/texworks/texworks-help-en_0.5~svn952-1_all.deb
texworks-scripting-lua_0.5~svn952-1_i386.deb
  to main/t/texworks/texworks-scripting-lua_0.5~svn952-1_i386.deb
texworks-scripting-python_0.5~svn952-1_i386.deb
  to main/t/texworks/texworks-scripting-python_0.5~svn952-1_i386.deb
texworks_0.5~svn952-1.diff.gz
  to main/t/texworks/texworks_0.5~svn952-1.diff.gz
texworks_0.5~svn952-1.dsc
  to main/t/texworks/texworks_0.5~svn952-1.dsc
texworks_0.5~svn952-1_i386.deb
  to main/t/texworks/texworks_0.5~svn952-1_i386.deb
texworks_0.5~svn952.orig.tar.gz
  to main/t/texworks/texworks_0.5~svn952.orig.tar.gz


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



Accepted shutter 0.88.1-1 (source all)

2011-12-11 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Dec 2011 23:32:58 -0800
Source: shutter
Binary: shutter
Architecture: source all
Version: 0.88.1-1
Distribution: unstable
Urgency: low
Maintainer: Ryan Niebur r...@debian.org
Changed-By: Ryan Niebur r...@debian.org
Description: 
 shutter- feature-rich screenshot program
Closes: 584310 595710
Changes: 
 shutter (0.88.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #595710)
 - new version preserves configuration changes (Closes: #584310)
 - add Depends on libgtk2-unique-perl, libproc-processtable-perl,
   procps, xdg-utils, libpath-class-perl, libjson-perl, libjson-xs-perl
 - move libgoo-canvas-perl to Recommends
 - add Suggests on libnet-dropbox-api-perl, libimage-exiftool-perl,
   and libnet-dbus-glib-perl
 - remove Depends on libfile-desktopentry-perl, libfile-mimeinfo-perl,
   and libfile-homedir-perl
   * install share/icons to /usr/share/
   * update debian/copyright
   * move git repository to collab-maint
   * use quilt (3.0) source format
   * update Standards-Version to 3.9.2
Checksums-Sha1: 
 c920cbe35e9cc2f92c46d826e3ccb4f992d27f3f 1149 shutter_0.88.1-1.dsc
 d9b79047be00b1b594692b19299db41bf740aafb 3021779 shutter_0.88.1.orig.tar.gz
 815e9b2af9daf4c7786d4a9a9ee64cc871d164eb 4123 shutter_0.88.1-1.debian.tar.gz
 2367bdd5433da5d17ade2346c195eb9962576051 3083718 shutter_0.88.1-1_all.deb
Checksums-Sha256: 
 8af5760392e2d0493d40e71e6e724f43eb9d97bc37d6efcbed0d20c06e483291 1149 
shutter_0.88.1-1.dsc
 f4aa0b8df260caf6a557902dccffd5add72172a5f5c1d50d2e8634c1f74edb9e 3021779 
shutter_0.88.1.orig.tar.gz
 4330ab466f107014830915bcbfc34535ac440124ab083cf2c7f1c22501e62ab2 4123 
shutter_0.88.1-1.debian.tar.gz
 b2233be1ab4f073f9c5710b451810e79a54a2c71da8445ee07c1a11f4a266d4c 3083718 
shutter_0.88.1-1_all.deb
Files: 
 b9ab47a4c17d5fab903c71b0ad310bbb 1149 graphics optional shutter_0.88.1-1.dsc
 bc927f5f191c9854b42782edd9c74b60 3021779 graphics optional 
shutter_0.88.1.orig.tar.gz
 63e7d2534937b9d7ba520be507b40675 4123 graphics optional 
shutter_0.88.1-1.debian.tar.gz
 b29607aca0831edc0ba03196ca79b48a 3083718 graphics optional 
shutter_0.88.1-1_all.deb

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

iEYEARECAAYFAk7lruMACgkQMihv+PacasUDpwCePMZTefSenYbLv2W77oAEeHMi
9dkAn1/KKhoALtv7OFtCcNa3J/y16sEJ
=6LiZ
-END PGP SIGNATURE-


Accepted:
shutter_0.88.1-1.debian.tar.gz
  to main/s/shutter/shutter_0.88.1-1.debian.tar.gz
shutter_0.88.1-1.dsc
  to main/s/shutter/shutter_0.88.1-1.dsc
shutter_0.88.1-1_all.deb
  to main/s/shutter/shutter_0.88.1-1_all.deb
shutter_0.88.1.orig.tar.gz
  to main/s/shutter/shutter_0.88.1.orig.tar.gz


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