Bug #680861 - change postinst or bug in debhelper?

2012-07-19 Thread Reinier Haasjes
Hi All,

I'm trying to resolve bug #680861 where the problem is that if the
config of aiccu is incorrect and thus the program can't start it breaks
the upgrade.

In the aiccu.postinst i have the line: #DEBHELPER#, debhelper replaces
this with:
# Automatically added by dh_installinit
if [ -x /etc/init.d/aiccu ]; then
update-rc.d aiccu defaults /dev/null
invoke-rc.d aiccu start || exit $?
fi
# End automatically added section

The problem is invoke-rc.d aiccu start || exit $? which exits the
postinst with an error if aiccu fails to start and thus brakes the upgrade.

I want to change this to invoke-rc.d aiccu start || true but then I
have to remove the #DEBHELPER# line and do it 'manually', ofcourse
this isn't the problem but I prefer to use debhelper as much as possible.

The problem is that if I (/aiccu) have this problem than other packages
should have the same problem and this would be a debpacker bug.
Is this a debhelper bug and should I report a bug or should I just
replace the code so it works for aiccu?

Thanks in advance for you advise.

Regards,

Reinier


-- 
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/5007beb0.8070...@haasjes.com



Re: Bug #680861 - change postinst or bug in debhelper?

2012-07-19 Thread Michael Biebl
On 19.07.2012 10:00, Reinier Haasjes wrote:
 Hi All,
 
 I'm trying to resolve bug #680861 where the problem is that if the
 config of aiccu is incorrect and thus the program can't start it breaks
 the upgrade.

If the configuration is incorrect and aiccu fails because of that, I
think it is also correct if the postinst fails. Otherwise this problem
would go unnoticed.

 I want to change this to invoke-rc.d aiccu start || true but then I
 have to remove the #DEBHELPER# line and do it 'manually', ofcourse
 this isn't the problem but I prefer to use debhelper as much as possible.
 
 The problem is that if I (/aiccu) have this problem than other packages
 should have the same problem and this would be a debpacker bug.
 Is this a debhelper bug and should I report a bug or should I just
 replace the code so it works for aiccu?
 

You can use dh_installinit's --error-handler option for that.

But as said, I don't think it is a good idea to hide errors.


Michael

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



signature.asc
Description: OpenPGP digital signature


Re: Bug #680861 - change postinst or bug in debhelper?

2012-07-19 Thread kix

El 2012-07-19 10:00, Reinier Haasjes escribió:

Hi All,

I'm trying to resolve bug #680861 where the problem is that if the
config of aiccu is incorrect and thus the program can't start it 
breaks

the upgrade.

In the aiccu.postinst i have the line: #DEBHELPER#, debhelper 
replaces

this with:
# Automatically added by dh_installinit
if [ -x /etc/init.d/aiccu ]; then
update-rc.d aiccu defaults /dev/null
invoke-rc.d aiccu start || exit $?
fi
# End automatically added section

The problem is invoke-rc.d aiccu start || exit $? which exits the
postinst with an error if aiccu fails to start and thus brakes the 
upgrade.


Hi Reinier,

probably you could check the reasons why the aiccu start script can 
fail and catch them. For example, if aiccu needs a file or device that 
don't exists, the start script could show a info message like The file 
x was not found. Not starting aiccu but don't return an error.


Regards.
kix


I want to change this to invoke-rc.d aiccu start || true but then I
have to remove the #DEBHELPER# line and do it 'manually', ofcourse
this isn't the problem but I prefer to use debhelper as much as 
possible.


The problem is that if I (/aiccu) have this problem than other 
packages

should have the same problem and this would be a debpacker bug.
Is this a debhelper bug and should I report a bug or should I just
replace the code so it works for aiccu?

Thanks in advance for you advise.

Regards,

Reinier


--
Rodolfo García Peñas (kix)
http://www.kix.es


--
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/df6633be3b632330215739de38f53...@mail.kix.es



Re: Improving our response to duplicate packages in Debian

2012-07-19 Thread Tomasz Rybak
Dnia 2012-07-01, nie o godzinie 08:24 -0400, Kevin Mark pisze:
 On Sun, Jul 01, 2012 at 08:34:01AM +1000, Craig Small wrote:
  I'd go even further and say that the reason why people start on
  something generally in Free Software projects is to scratch their itch
  which in Debian could well mean packaing your favourite piece of
  software.

Sorry for resurrecting old thread, but I want to give perspective of
someone who is maintaining leaf projects.  I am maintaing 3 python
packages. I have started in 2010 (beginning with pytools, then pyopencl)
and in 2011, after nvidia-cuda-toolkit landed in Debian, pycuda.
Recently I have added support for Python 3 in pytools and pyopencl.  I
am cooperating with upstream. Most of uploads were sponsored by Piotr
Ożarowski (except for one, uploading pyopencl 0.92-1 during Squeeze
freeze).  You can say I have stable situation: cooperating with one
upstream, having usual sponsor. Now I am in the process of becoming DM.

 
 Has anyone quantized the % of tasks that a DD/DM does that are outside of 
 their
 pet projects? Meaning, once they get their itch scratched, how far outside of
 their main reason for joining Debian, do they explore? Would it be useful to
 game-ify people's efforts outside their 'comfort zone' (eg. a perl packager
 working on Haskell, or doing debian-www work) ?
 If people just work on their pet projects, is that the most typical behavior
 throughout Debian's history? Do people explore more as they become more
 comfortable/familiar over a number of years?

Currently I am not reaching very far outside my comfort zone.  I am not
sure whether gamification would help here; maybe some list of easy tasks
to try, to decide whether I like them or not?  I am not sure whether my
situation reflects others, but when going into new territory in the
beginning I need few easy steps and feeling that I can ask someone
without interrupting him/her.  Then, as situation progresses, I feel
more eager to experiment.  I do not feel I can see _the step_ between
managing own packages and doing something more core.  When I read
about helping with core I do not even know where to start.  How to
decide what is this other activity that should be done and I'll feel
confident enough to try?

Best regards.

-- 
Tomasz Rybak tomasz.ry...@post.pl GPG/PGP key ID: 2AD5 9860
Fingerprint A481 824E 7DD3 9C0E C40A  488E C654 FB33 2AD5 9860
http://member.acm.org/~tomaszrybak


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


Re: Have NetworkManager disabled by default when...

2012-07-19 Thread Marvin Renich
* Michael Biebl bi...@debian.org [120718 17:31]:
 On 18.07.2012 22:54, Matt Zagrabelny wrote:
 
  Why are people not a aware of that update-rc.d interface? Is this a
  general documentation problem?
  
  I've been under the impression that future upgrades to the package
  would re-enable the symlinks whereas /etc/default is not touched by
  upgrades.
 
 No, this is not true.
 
 You are probably thinking of update-rc.d service remove, which
 simply removes the start symlinks, wheres disable renames them from S??
 to K??. This change is preserved during upgrades and invoke-rc.d
 correctly handles such services and does't try to start them when
 disabled this way.

While update-rc.d service disable correctly disables a service, what
most sysadmins want (or so I believe) when they disable a service in
this manner is to put the service in manual mode, which this does not
do, at least not completely.  In manual mode, changes to the runlevel,
other than halt and reboot, do not stop or start that service.  The
above command only acts as manual mode as long as the system never
changes runlevel.

To correctly put the service in manual mode you must manually remove the
symlinks from runlevels S 2 3 4 5, leaving the K symlinks for runlevels
0 and 6.  update-rc.d will not do this, as its remove command will only
remove _all_ symlinks, and is really only intended for postrm scripts on
package purge.

...Marvin


-- 
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/20120719111929.gg5...@cleo.wdw



Re: Have NetworkManager disabled by default when...

2012-07-19 Thread Michael Biebl
On 19.07.2012 13:19, Marvin Renich wrote:
 * Michael Biebl bi...@debian.org [120718 17:31]:

 You are probably thinking of update-rc.d service remove, which
 simply removes the start symlinks, wheres disable renames them from S??
 to K??. This change is preserved during upgrades and invoke-rc.d
 correctly handles such services and does't try to start them when
 disabled this way.
 
 While update-rc.d service disable correctly disables a service, what
 most sysadmins want (or so I believe) when they disable a service in
 this manner is to put the service in manual mode, which this does not
 do, at least not completely.  In manual mode, changes to the runlevel,
 other than halt and reboot, do not stop or start that service.  The
 above command only acts as manual mode as long as the system never
 changes runlevel.


A service which has been disabled via update-rc.d service disable is
not started or stopped when you change runlevels.


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



signature.asc
Description: OpenPGP digital signature


Bug#682084: ITP: totalopenstation -- download and process data from total station devices

2012-07-19 Thread Matteo F. Vescovi
Package: wnpp
Severity: wishlist
Owner: Matteo F. Vescovi mfv.deb...@gmail.com

* Package name: totalopenstation
  Version : 0.3
  Upstream Author : Stefano Costa st...@iosa.it
* URL : http://tops.iosa.it/
* License : GPL-3+
  Programming Lang: Python
  Description : download and process data from total station devices

Total Open Station (TOPS for friends) is a free software program
for downloading and processing data from total station devices.

This is a task which is usually done by proprietary, dedicated and
Windows™-only software, but TOPS is different by nature, because:

 - it is free software released under the GNU GPLv3 license;
 - it works on any operating system, including mobile platforms like OpenMoko;
 - it is designed to support as many devices and formats as possible,
   all within the same program, opposed to having one program per device.

Every model has its own quirks, but TOPS uses a modular structure and keeps
the downloading of data logically separated from its processing, thus enabling
exporting data to a variety of output formats, even at a later moment.
Archiving of raw data is made easy by using plain text files.


-- 
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/20120719124509.GA12315@localhost



Re: tech-ctte help needed: main dependencies on non-free/contrib

2012-07-19 Thread Ian Jackson
Eugene V. Lyubimkin writes (Re: tech-ctte help needed: main dependencies on 
non-free/contrib):
 On 2012-07-17 10:35, Russ Allbery wrote:
  Could someone who has the time and the tools available do a check on all
  the dependencies in main for dependencies on non-free/contrib?  This
  information would be very helpful in evaluating tech-ctte bug #681419.  In
  particular: [...]
 
 I wrote a small program to list them, please find the (hopefully
 awk'able and hopefully correct) output in attachment.

Thanks a lot.

To turn this into an answer to Russ's questions:

  * How many total dependencies are there?  (We're only interested in
Depends or Recommends for this purpose, not Suggests.)

79.

  * Are all of those dependencies alternative dependencies of the form:
  
Depends: foo | foo-nonfree
  
or are there other cases?  A list of the other cases would be very
interesting.  (Some may just be bugs, but we may not have thought of
some other possible pattern.)

Reading your Depends as including Recommends, there is also:
Recommends/Depends: virtual-package
where virtual-package is provided both in main and outside, or
Recommends/Depends: something | virtual-package
likewise.  This is what you were proposing to change everything to.

In general the non-free packages don't have names that call them out,
so while your pattern says `foo-nonfree' in fact it's more like
`foo | forkle'.

We also have this:
  gscan2pdf: Recommends: 'cuneiform' [choice 1: cuneiform from non-free]
which looks like a bug, which I have filed.

And this:
  yagf: Depends: 'cuneiform | tesseract-ocr' [choice 1: cuneiform from non-free]
which is also a bug but a less serious one.

So in summary, excepting one clearly buggy package, the pattern you
give, and the pattern you are proposing to make universal, are the
only ones in existence.

  * Are any of these dependencies versioned?  One of the things we're
evaluating is whether it would always be possible to replace those
dependencies with a straight dependency on foo, with foo-nonfree
Providing foo.

No.  Only one of the entries in Eugene's list mentions a version
number and then only in an irrelevant limb of the dependency.

Ian.


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



Bug#682107: ITP: libcamitk3 -- Computer Assisted Medical Intervention Tool Kit - runtime

2012-07-19 Thread Emmanuel Promayon
Package: wnpp
Severity: wishlist
Owner: Emmanuel Promayon emmanuel.proma...@imag.fr

* Package name: libcamitk3
  Version : 3.0.2
  Upstream Author : Emmanuel Promayon emmanuel.proma...@imag.fr, Celine
Fouard celine.fou...@imag.fr
* URL : http://camitk.imag.fr/
* License : LGPL
  Programming Lang: C++
  Description : Computer Assisted Medical Intervention Tool Kit - runtime
 Helps researchers and clinicians to easily and rapidly collaborate in
 order to prototype CAMI applications, that feature medical images,
 surgical navigation and biomechanical simulations.
 .
 This package contains the shared libraries needed to run CamiTK applications.


-- 
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/20120719142143.28586.30990.reportbug@milsean



Bug#682109: ITP: camitk-imp -- flagship application for the CamiTK library

2012-07-19 Thread Emmanuel Promayon
Package: wnpp
Severity: wishlist
Owner: Emmanuel Promayon emmanuel.proma...@imag.fr

* Package name: camitk-imp
  Version : 3.0.2
  Upstream Author : Emmanuel Promayon emmanuel.proma...@imag.fr, Celine
Fouard celine.fou...@imag.fr
* URL : http://camitk.imag.fr
* License : LGPL
  Programming Lang: C++
  Description : flagship application for the CamiTK library
 CamiTK Helps researchers and clinicians to easily and rapidly collaborate in
 order to prototype CAMI applications, that feature medical images,
 surgical navigation and biomechanical simulations.
 .
 imp is the CamiTK flagship application.


-- 
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/20120719142717.28615.51071.reportbug@milsean



Bug#682110: ITP: libcamitk3-dev -- Computer Assisted Medical Intervention Tool Kit - development

2012-07-19 Thread Emmanuel Promayon
Package: wnpp
Severity: wishlist
Owner: Emmanuel Promayon emmanuel.proma...@imag.fr

* Package name: libcamitk3-dev
  Version : 3.0.2
  Upstream Author : Emmanuel Promayon emmanuel.proma...@imag.fr, Celine
Fouard celine.fou...@imag.fr
* URL : http://camitk.imag.fr/
* License : LGPL
  Programming Lang: C++
  Description : Computer Assisted Medical Intervention Tool Kit -
development
 Helps researchers and clinicians to easily and rapidly collaborate in
 order to prototype CAMI applications, that feature medical images,
 surgical navigation and biomechanical simulations.
 .
 This package contains development files needed to build CamiTK applications.
 This package also provides the CamiTK wizard to create new extensions.


-- 
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/20120719143122.29051.38410.reportbug@milsean



Bug#682112: ITP: libcamitk3-data -- Computer Assisted Medical Intervention Tool Kit - data

2012-07-19 Thread Emmanuel Promayon
Package: wnpp
Severity: wishlist
Owner: Emmanuel Promayon emmanuel.proma...@imag.fr

* Package name: libcamitk3-data
  Version : 3.0.2
  Upstream Author : Emmanuel Promayon emmanuel.proma...@imag.fr, Celine
Fouard celine.fou...@imag.fr
* URL : http://camitk.imag.fr/
* License : LGPL
  Programming Lang: C++
  Description : Computer Assisted Medical Intervention Tool Kit - data
 Helps researchers and clinicians to easily and rapidly collaborate in
 order to prototype CAMI applications, that feature medical images,
 surgical navigation and biomechanical simulations.
 .
 This package contains the example and test data for CamiTK.


-- 
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/20120719143451.29084.13688.reportbug@milsean



Bug#682113: ITP: libcamitk3-doc -- Computer Assisted Medical Intervention Tool Kit - documentation

2012-07-19 Thread Emmanuel Promayon
Package: wnpp
Severity: wishlist
Owner: Emmanuel Promayon emmanuel.proma...@imag.fr

* Package name: libcamitk3-doc
  Version : 3.0.2
  Upstream Author : Emmanuel Promayon emmanuel.proma...@imag.fr, Celine
Fouard celine.fou...@imag.fr
* URL : http://camitk.imag.fr/
* License : LGPL
  Programming Lang: C++
  Description : Computer Assisted Medical Intervention Tool Kit -
documentation
 Helps researchers and clinicians to easily and rapidly collaborate in
 order to prototype CAMI applications, that feature medical images,
 surgical navigation and biomechanical simulations.
 .
 This package contains the documentation for CamiTK.


-- 
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/20120719143707.29105.30495.reportbug@milsean



Bug#682114: ITP: python-jenkinsapi -- bindings for Python usage of the Jenkins remote API

2012-07-19 Thread Al Stone
Package: wnpp
Severity: wishlist
Owner: Al Stone a...@debian.org

* Package name: python-jenkinsapi
  Version : 0.1.11
  Upstream Author : Salim Fadhley s...@stodge.org
* URL : https://github.com/salimfadhley/jenkinsapi
* License : MIT
  Programming Lang: Python
  Description : bindings for Python usage of the Jenkins remote API

  Jenkins is the market leading continuous integration system, originally
  created by Kohsuke Kawaguchi. This API makes Jenkins even easier to use
  by providing an easy to use conventional python interface.

  Jenkins (and its predecessor Hudson) are useful projects for automating
  common development tasks (e.g., unit-testing, production batches) - but
  they are somewhat Java-centric. Thankfully the designers have provided
  an excellent and complete REST interface. This library wraps up that
  interface as more conventional Python objects in order to make most
  Jenkins-oriented tasks simpler.


-- 
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/20120719144245.20036.94297.reportbug@mongo.ahs3



Re: Bug#682107: ITP: libcamitk3 -- Computer Assisted Medical Intervention Tool Kit - runtime

2012-07-19 Thread Thomas Goirand
On 07/19/2012 10:21 PM, Emmanuel Promayon wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Emmanuel Promayon emmanuel.proma...@imag.fr

 * Package name: libcamitk3
   Version : 3.0.2
   Upstream Author : Emmanuel Promayon emmanuel.proma...@imag.fr, Celine
 Fouard celine.fou...@imag.fr
 * URL : http://camitk.imag.fr/
 * License : LGPL
   Programming Lang: C++
   Description : Computer Assisted Medical Intervention Tool Kit - runtime
  Helps researchers and clinicians to easily and rapidly collaborate in
  order to prototype CAMI applications, that feature medical images,
  surgical navigation and biomechanical simulations.
  .
  This package contains the shared libraries needed to run CamiTK applications.
   
Hi Emmanuel,

It seems to me that you are sending one ITP per binary package.
Normally, you should send only a single ITP for a source package,
not one for each of the binaries it generates.

Please merge or close all but one of your open ITP, if you have
only a single source package that generates multiple binaries
(I have no way to know if that is the case, but that seems very
probable, seeing the names of the packages you are sending an
ITP for).

I hope that helps.

Cheers,

Thomas Goirand (zigo)


-- 
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/500829fc.1050...@debian.org



ARM port(s) BoF at DebConf

2012-07-19 Thread Steve McIntyre
[ Please note the cross-post and Reply-To ]

Hi folks,

Here's a summary of what we discussed in the ARM ports BoF [1] last
week (10th July). Thanks to the awesome efforts of the DebConf video
team, the video of the session is already online [2] in case you
missed it. I've also attached the Gobby notes that were taken during
the session. Again, thanks to the people who took part - we had a very
useful discussion. Slides are up on my website [3].

armel
=

First released with Lenny. Soft-float EABI, Software floating point
assumed by default. v4t which also runs smaller-size thumb instruction
set. Targeting old hardware like openmoko. Discussed (again!) moving
forwards from v4. Declared that v5 is no faster than v4t, but there
are doubts elsewhere in the community. Later discussion suggests
moving to v5te would be worth it. Some good benchmarks would help -
volunteers welcome!

armhf
=

First release will be Wheezy. Targets ARMv7 (latest released version
of the ARM family), VFPv3-D16, hard-float version of EABI, assumes
hardware floating point unit. Benchmarks show that you get anything
from 0 to 20% improvement in real-life code, depending on workload. In
any case, you should lose nothing. New agreed standard for ARM Linux,
in use across all the distros supporting ARM. Mono does not do useful
floating point (yet!), still looking for somebody to help here. libffi
issues with variadic functions using floating point.

buildds
===

Both armel and armhf are doing well, covering ~96% of the archive. We
don't have any ARM server hardware yet, so we're stuck using
development boards as build machines. They work, but they're a PITA
for hosting and they're not designed for 24x7 usage like we're doing
so they're not that reliable. armel currently using a load of Marvell
Feroceon dev boards (v5), armhf on Freescale imx53 dev boards. Both
sets of machines are limited in terms of memory, meaning the common
large C++ apps are painful to build - linking in swap!

elsewhere (starting close, moving further out)
==

  Raspbian
  
  Unofficial Debian port for the Raspberry Pi. Built (mostly) using
  Debian source packages, but targeting ARMv6 hard-float. Works well
  and forwards-compatible with official (v7) armhf. Not being
  considered for inclusion into the main Debian archive - we already
  have two ARM ports. Great work from the folks involved, and we'd
  love to work with them and help wherever possible. Pi is problematic
  for kernel and non-free graphics drivers...

  Ubuntu
  --
  Ubuntu has 2 ARM ports released with 12.04 (LTS): armhf for v7
  hard-float and armel for v7 soft-float. armel is slowly being
  re-targeted / rebuilt for v5 instead (no point in having both ports
  on v7 only).

  OpenSUSE
  
  OpenSUSE developers are doing 2 ARM ports. Concentrating on v7
  hard-float, with a lower priority v5 soft-float port. Hoping for a
  release with 12.2.

  Fedora
  --
  Fedora developers are doing 2 ARM ports. Concentrating on v7
  hard-float, with a lower priority v5 soft-float port. Did a release
  of F17 with ARM, but beware of linker path issues. Ongoing
  discussions in Fedora about whether or not ARM will end up becoming
  a primary architecture. As/when/if it does, expect a RedHat
  release for ARM.

  Mageia, Gentoo, ChromeOS, Android also doing ARM Linux work with
  varying amounts of overlap with what we're doing in Debian.

New stuff
=

Newer versions of ARM hardware and software are coming, with new
features and requirements that will be useful and we should look into
supporting:

  * virtualisation extensions

  * LPAE (large physical address extensions) - allows for a 32-bit
system but with larger amounts of memory available on the
system. Each process still limited to 4GiB address space, but
along with virtualisation could be very useful for large servers

  * UEFI: standard boot architecture and boot loaders. Device tree and
ACPI coming too. Should be able to use a single kernel image to
support most new hardware once this work filters down. Very useful
as commodity ARM-powered machines become more readily available
instead of application-specific setups like phones.

  * ARMv8 - 64-bit capable. More information in the next talk!

[1] http://penta.debconf.org/dc12_schedule/events/870.en.html
[2] 
http://meetings-archive.debian.net/pub/debian-meetings/2012/debconf12/high/870_ARM_ports_update.ogv
[3] http://www.einval.com/~steve/talks/Debconf12-arm-ports/

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Every time you use Tcl, God kills a kitten. -- Malcolm Ray
Please take notes here
(not an official ARM talk)

armel
=
 First released with Lenny. soft-float EABI. v4t which also runs smaller-size
thumb instruction set. Targetting old hardware like openmoko.
v5 is no faster than v4t. Software floating point assumed.

armhf
=
 First release will 

Re: tech-ctte help needed: main dependencies on non-free/contrib

2012-07-19 Thread Ivo De Decker
Hi,

On Thu, Jul 19, 2012 at 02:51:14PM +0100, Ian Jackson wrote:
 We also have this:
   gscan2pdf: Recommends: 'cuneiform' [choice 1: cuneiform from non-free]
 which looks like a bug, which I have filed.

There's also these:

capi4hylafax: Recommends: 'isdnactivecards' [choice 1: isdnactivecards from 
contrib]
deutex: Recommends: 'doom-wad' [choice 1: doom-wad-shareware from non-free]
rt4-apache2: Recommends: 'libapache2-mod-fastcgi' [choice 1: 
libapache2-mod-fastcgi from non-free]
task-serbian: Recommends: 'opendict-plugins-lingvosoft' [choice 1: 
opendict-plugins-lingvosoft from contrib]

In all these cases, apt-get installs a package from non-free or contrib when
installing a package from main with non-free or contrib enabled. I have filed
bugs for these packages.

 And this:
   yagf: Depends: 'cuneiform | tesseract-ocr' [choice 1: cuneiform from 
 non-free]
 which is also a bug but a less serious one.

Why is this less serious? When you install yagf (with non-free enabled),
apt-get installs cuneiform, which is non-free.

Cheers,

Ivo


-- 
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/20120719180756.ge3...@ugent.be



Re: Bug#681419: tech-ctte help needed: main dependencies on non-free/contrib

2012-07-19 Thread Ian Jackson
Ivo De Decker writes (Bug#681419: tech-ctte help needed: main dependencies on 
non-free/contrib):
 There's also these:
 
 capi4hylafax: Recommends: 'isdnactivecards' [choice 1: isdnactivecards from 
 contrib]
 deutex: Recommends: 'doom-wad' [choice 1: doom-wad-shareware from non-free]
 rt4-apache2: Recommends: 'libapache2-mod-fastcgi' [choice 1: 
 libapache2-mod-fastcgi from non-free]
 task-serbian: Recommends: 'opendict-plugins-lingvosoft' [choice 1: 
 opendict-plugins-lingvosoft from contrib]
 
 In all these cases, apt-get installs a package from non-free or contrib when
 installing a package from main with non-free or contrib enabled. I have filed
 bugs for these packages.

Thanks.  I don't know how I missed those.

  And this:
yagf: Depends: 'cuneiform | tesseract-ocr' [choice 1: cuneiform from 
  non-free]
  which is also a bug but a less serious one.
 
 Why is this less serious? When you install yagf (with non-free enabled),
 apt-get installs cuneiform, which is non-free.

It's less serious because the package is installable without non-free
enabled, AFAICT.  (I have only read the output from the script, not
followed up with the Packages files.)

Ian.


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



Re: tech-ctte help needed: main dependencies on non-free/contrib

2012-07-19 Thread Russ Allbery
Ivo De Decker ivo.dedec...@ugent.be writes:
 On Thu, Jul 19, 2012 at 02:51:14PM +0100, Ian Jackson wrote:

 And this:
   yagf: Depends: 'cuneiform | tesseract-ocr' [choice 1: cuneiform from 
 non-free]
 which is also a bug but a less serious one.

 Why is this less serious? When you install yagf (with non-free enabled),
 apt-get installs cuneiform, which is non-free.

It's less serious in that it's possible for the software to work without
non-free packages, which comes closer to satisfying the requirement in
Policy.  The trend of opinion in the tech-ctte at the moment, however, is
that it's still a bug if a package in main pulls in a package from
non-free by default when non-free is enabled.

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


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



Re: ARM port(s) BoF at DebConf

2012-07-19 Thread Luke Kenneth Casson Leighton
On Thu, Jul 19, 2012 at 6:35 PM, Steve McIntyre st...@einval.com wrote:

 Both armel and armhf are doing well, covering ~96% of the archive. We
 don't have any ARM server hardware yet, so we're stuck using
 development boards as build machines. They work, but they're a PITA
 for hosting and they're not designed for 24x7 usage like we're doing
 so they're not that reliable.

 there was a post on the arm-netbook mailing list about a 7W quad-core
tegra3-based mini ITX motherboard which could take up to 2gb of RAM.
whether it's the usual
let's-put-something-out-there-see-if-anyone-is-actually-interested
style of vapourware or actual reality i'd strongly suggest someone
gets onto them and considers putting together a group buy / bulk order
just to make it worthwhile their time making a batch, because it's
literally the first ARM-based machine i've ever heard about that can
actually take 2gb of RAM.

 oh: also the motherboards have eSATA and uPCI-e, hm let me find the
post here you go:

 http://lists.phcomp.co.uk/pipermail/arm-netbook/2012-July/005127.html

 btw, steve: it's not the c++ doing linking in swap that's the
problem, it's trying to do *debug* builds of c++ applications that's
the problem.  webkit for example requires a minimum of 1.4gb of
resident RAM for the linker phase if you enable debug builds.  i have
mentioned a number of times that it's debug builds that are the
problem, and that all you have to do is disable debugging (*1) and the
build will complete within 15 minutes instead of 15 hours, but as
usual because it's that fucking moron lkcl telling us what the fuck
to do nobody bothers to listen.  well, keep on not listening for as
long as you (plural) find it useful to do so: i'm not the one with a
PITA for having to wait 18 hours for a debug build of a c++ app to
complete, am i, eh? *eyebrows-arched*

l.

(*1) and if someone _really_ wants a debug build of that particular
problematic package, on a build and distro port that's still
experimental, well, surely they can compile it themselves, using their
own resources, yes?


-- 
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/CAPweEDzD1sVfWTUFrt64=drral2fntoagjaqmm8oabyag7d...@mail.gmail.com



Re: ARM port(s) BoF at DebConf

2012-07-19 Thread Adam D. Barratt
On Thu, 2012-07-19 at 20:09 +0100, Luke Kenneth Casson Leighton wrote:
 On Thu, Jul 19, 2012 at 6:35 PM, Steve McIntyre st...@einval.com wrote:
  Both armel and armhf are doing well, covering ~96% of the archive. We
[...]
 (*1) and if someone _really_ wants a debug build of that particular
 problematic package, on a build and distro port that's still
 experimental, well, surely they can compile it themselves, using their
 own resources, yes?

Neither wheezy nor the armhf port contained in it are experimental.  If
that's not what you meant, please be clearer.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1342728935.2846.16.ca...@jacala.jungle.funky-badger.org



Bug#682158: ITP: sublime-text -- sophisticated text editor for code, markup and prose

2012-07-19 Thread Artem Leshchev
Package: wnpp
Severity: wishlist
Owner: Artem Leshchev w...@gwerewolf.ru

* Package name: sublime-text
  Version : 2.0.1
  Upstream Author : Jon Skinner
* URL : http://www.sublimetext.com/
  License : EULA
  Programming Lang: C++, Python
  Description : sophisticated text editor for code, markup and prose

Sublime Text is a cross-platform non-free text and source code editor. The 
license (which available from http://www.sublimetext.com/eula ) don't say about 
repackaging, but author is not against existing repack for Ubuntu.


-- 
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/20120719203451.5811.67774.reportbug@localhost



Re: debian-cd BoF at DebConf

2012-07-19 Thread Paul Wise
On Wed, Jul 18, 2012 at 10:19 AM, Steve McIntyre st...@einval.com wrote:

 Here's a summary of what we discussed in the debian-cd BoF [1] last
 week (9th July). Thanks to the awesome efforts of the DebConf video
 team, the video of the session is already online [2] in case you
 missed it. I've also attached the Gobby notes that were taken during
 the session. Again, thanks to the people who took part - we had a very
 useful discussion.

Was there any discussion about integration of Debian Pure Blends into
d-i and Debian Live?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Bug#682158: ITP: sublime-text -- sophisticated text editor for code, markup and prose

2012-07-19 Thread Salvo Tomaselli


 Sublime Text is a cross-platform non-free text and source code editor. The
 license (which available from http://www.sublimetext.com/eula ) don't say
 about repackaging, but author is not against existing repack for Ubuntu.

from the website:

Sublime Text 2 may be downloaded and evaluated for free, however a license 
must be purchased for continued use. There is currently no enforced time limit 
for the evaluation.
-- 
Salvo Tomaselli


-- 
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/201207192353.16947.tipos...@tiscali.it



Re: ARM port(s) BoF at DebConf

2012-07-19 Thread Luke Kenneth Casson Leighton
On Thu, Jul 19, 2012 at 9:15 PM, Adam D. Barratt
a...@adam-barratt.org.uk wrote:
 On Thu, 2012-07-19 at 20:09 +0100, Luke Kenneth Casson Leighton wrote:
 On Thu, Jul 19, 2012 at 6:35 PM, Steve McIntyre st...@einval.com wrote:
  Both armel and armhf are doing well, covering ~96% of the archive. We
 [...]
 (*1) and if someone _really_ wants a debug build of that particular
 problematic package, on a build and distro port that's still
 experimental, well, surely they can compile it themselves, using their
 own resources, yes?

 Neither wheezy nor the armhf port contained in it are experimental.  If
 that's not what you meant, please be clearer.

 yes i used the wrong word: apologies.  i was trying to convey the
following in a concise way, and chose the word experimental, which i
realise in hindsight doesn't cover half of it: doesn't yet have as
many users as e.g. i386/amd64, hasn't been around as long as
i386/amd64, hasn't got hardware that the average user can buy at a
spec approaching that of i386/amd64 yet, and doesn't have as many
packages successfully and reliably building as i386/amd64.

 btw continuing on the thread on debian-arm (only) i put forward a
[temporary!] procedure for review which is an interactive balancing
act to relieve the burden of having excessive linker-related loads,
moving it down instead to later inconvenience for users.  of course,
if the package is perfect and there *aren't* any bugreports then the
interim proposed procedure has done its job.
http://lists.debian.org/debian-arm/2012/07/msg00073.html

 l.


-- 
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/CAPweEDxPpxZsPjHf7R=nzem5jibfa1snjsve5hk-b167xqu...@mail.gmail.com



Bug#682171: ITP: libalgorithm-functional-bfs-perl -- Function-oriented breadth-first search for Perl

2012-07-19 Thread cwetherbee
Package: wnpp
Severity: wishlist
Owner: cwether...@gmail.com


* Package name: libalgorithm-functional-bfs-perl
  Version : 0.01
  Upstream Author : Colin Wetherbee cwether...@gmail.com
* URL : https://github.com/cww/algorithm-functional-bfs-perl
* License : MIT
  Programming Lang: Perl
  Description : Function-oriented breadth-first search for Perl

A function-oriented breadth-first search module for Perl that allows the user
to specify callbacks to provide the module with information about a particular
node in a graph.  This algorithm supports cyclic and acyclic graphs but does
not support edge or vertex weights.


-- 
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/20120719231244.27485.27816.reportbug@pony



Re: ARM port(s) BoF at DebConf

2012-07-19 Thread Hideki Yamane
Hi,

On Thu, 19 Jul 2012 18:35:44 +0100
Steve McIntyre st...@einval.com wrote:
 buildds
 ===
 
 Both armel and armhf are doing well, covering ~96% of the archive. We
 don't have any ARM server hardware yet, so we're stuck using
 development boards as build machines. They work, but they're a PITA
 for hosting and they're not designed for 24x7 usage like we're doing
 so they're not that reliable. 

 As I've posted during DebConf(*), Maybe OpenBlocks can solve this problem.
 It has 2GB RAM, reliable production use and we can buy it NOW.
 
 *) http://lists.debian.org/debian-arm/2012/07/msg7.html

 I'll continue to communicate with that company, so if you have any questions/
 comments/suggestions/request/discount;), please tell me whether on-list or
 privately.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


-- 
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/20120720085407.c6a160a418086d0a38d7c...@debian.or.jp



Re: Mostly solved (was Re: Filed (Re: Preinstalled package manager(s) for PCs (wheezy)))

2012-07-19 Thread Filipus Klutiero

On 2012-06-27 11:34, Filipus Klutiero wrote:

On 2012-04-05 20:20, Filipus Klutiero wrote:
This didn't generate as much feedback as I hoped, but I filed a 
ticket asking task-desktop to install synaptic: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667703


Joey Hess changed tasks to bring Synaptic in KDE, LXDE and Xfce. Only 
the GNOME situation is unchanged (Josselin Mouette alleged that gnome 
already pulls in Synaptic).


I tested d-i last week and accidentally installled GNOME. This allowed 
me to confirm that GNOME does not pull Synaptic in testing.



tasksel 3.10 should migrate to testing shortly.


tasksel 3.11 has now migrated to testing.


--
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/5008a4d8.8090...@gmail.com



Work-needing packages report for Jul 20, 2012

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

Total number of orphaned packages: 456 (new: 0)
Total number of packages offered up for adoption: 146 (new: 0)
Total number of packages requested help for: 64 (new: 0)

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



No new packages have been orphaned, but a total of 456 packages are
orphaned.  See http://www.debian.org/devel/wnpp/orphaned
for a complete list.



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



For the following packages help is requested:

   apt-xapian-index (#567955), requested 899 days ago
 Description: maintenance tools for a Xapian index of Debian packages
 Installations reported by Popcon: 55046

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

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

   balsa (#642906), requested 298 days ago
 Description: An e-mail client for GNOME
 Installations reported by Popcon: 258

   bastille (#592137), requested 712 days ago
 Description: Security hardening tool
 Installations reported by Popcon: 222

   boinc (#511243), requested 1288 days ago
 Description: BOINC distributed computing
 Installations reported by Popcon: 1667

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

   chromium-browser (#583826), requested 781 days ago
 Description: Chromium browser
 Installations reported by Popcon: 10228

   debtags (#567954), requested 899 days ago
 Description: Enables support for package tags
 Installations reported by Popcon: 2484

   doc-central (#566364), requested 908 days ago
 Description: web-based documentation browser
 Installations reported by Popcon: 199

   elvis (#432298), requested 1837 days ago
 Description: powerful clone of the vi/ex text editor (with X11
   support)
 Installations reported by Popcon: 293

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

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

   freeipmi (#628062), requested 420 days ago
 Description: GNU implementation of the IPMI protocol
 Installations reported by Popcon: 1725

   gnat-4.4 (#539633), requested 1556 days ago
 Description: backport bug fixes from trunk (GCC 4.5)
 Installations reported by Popcon: 1652

   gnat-gps (#496905), requested 1421 days ago
 Description: co-maintainer needed
 Installations reported by Popcon: 428

   gnokii (#677750), requested 33 days ago
 Description: Datasuite for mobile phone management
 Installations reported by Popcon: 2478

   gnupg (#660685), requested 150 days ago
 Description: GNU privacy guard - a free PGP replacement
 Installations reported by Popcon: 122235

   golang (#668870), requested 95 days ago
 Description: Go programming language compiler - metapackage
 Installations reported by Popcon: 239

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

   grub2 (#248397), requested 2992 days ago
 Description: GRand Unified Bootloader
 Installations reported by Popcon: 112800

   hfsprogs (#557892), requested 967 days ago
 Description: mkfs and fsck for HFS and HFS+ file systems
 Installations reported by Popcon: 1152

   hotkey-setup (#483107), requested 1514 days ago
 Description: auto-configures laptop hotkeys
 Installations reported by Popcon: 3620

   irssi-scripts (#663577), requested 129 days ago
 Description: collection of scripts for irssi
 Installations reported by Popcon: 1028

   isdnutils (#661110), requested 146 days ago
 Description: ISDN utilities
 Installations reported by Popcon: 8002

   jove (#470185), requested 1593 days ago
 Description: Jonathan's Own Version of Emacs - a compact, powerful
   editor
 Installations reported by Popcon: 1101

   lesstif2 (#551853), requested 1002 days ago
 Description: OSF/Motif 2.1 implementation released under LGPL
 Installations reported by Popcon: 16923

   libapache2-mod-python 

[VAC] now - ?

2012-07-19 Thread Jose Luis Rivas
Hey people,

I'm moving from Barquisimeto to Caracas - Venezuela, tomorrow. Don't know when I
will have internet in my new home and as is Caracas I'll mostly not be at home
but for sleep-time. I need to setup all my things, my kid and all that stuff so
probably will be unresponsive for a few months while I adapt.

All my packages are co-maintained/group-maintained, so this email is just
intended to anyone trying to contact me so I can do something for them within
Debian. I'll be available anyway for key-signing within Caracas if anyone is
passing by.

Cheers!
-- 
Jose Luis Rivas - GPG: 0x7C4DF50D / 0xCACAB118
The Debian Project Developer
Venezuela




signature.asc
Description: OpenPGP digital signature


Re: ARM port(s) BoF at DebConf

2012-07-19 Thread Nobuhiro Iwamatsu
Hi,

2012/7/20 Hideki Yamane henr...@debian.or.jp:
 Hi,

 On Thu, 19 Jul 2012 18:35:44 +0100
 Steve McIntyre st...@einval.com wrote:
 buildds
 ===

 Both armel and armhf are doing well, covering ~96% of the archive. We
 don't have any ARM server hardware yet, so we're stuck using
 development boards as build machines. They work, but they're a PITA
 for hosting and they're not designed for 24x7 usage like we're doing
 so they're not that reliable.

  As I've posted during DebConf(*), Maybe OpenBlocks can solve this problem.
  It has 2GB RAM, reliable production use and we can buy it NOW.

Note: This device can carry 2 GB of memory at the maximum. It is 1 GB at first.
It does not necessarily have this 2 GB from first.


  *) http://lists.debian.org/debian-arm/2012/07/msg7.html

  I'll continue to communicate with that company, so if you have any questions/
  comments/suggestions/request/discount;), please tell me whether on-list or
  privately.



Well, I already taking about this.
And the kernel of this machine has not been supported by upstream yet.
We have some problems which should be solved.

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


-- 
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/cabmqnvkkmu9viwgyitdlgifjz2jk4izkm+5c-xdkn8pc+od...@mail.gmail.com



Accepted iceweasel 14.0.1-2 (source all amd64)

2012-07-19 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 19 Jul 2012 08:03:16 +0200
Source: iceweasel
Binary: iceweasel iceweasel-dbg xulrunner-14.0 libmozjs14d libmozjs-dev 
libmozjs14d-dbg spidermonkey-bin xulrunner-dev xulrunner-14.0-dbg 
iceweasel-l10n-all iceweasel-l10n-af iceweasel-l10n-ak iceweasel-l10n-ar 
iceweasel-l10n-as iceweasel-l10n-ast iceweasel-l10n-be iceweasel-l10n-bg 
iceweasel-l10n-bn-bd iceweasel-l10n-bn-in iceweasel-l10n-br iceweasel-l10n-bs 
iceweasel-l10n-ca iceweasel-l10n-cs iceweasel-l10n-csb iceweasel-l10n-cy 
iceweasel-l10n-da iceweasel-l10n-de iceweasel-l10n-el iceweasel-l10n-en-gb 
iceweasel-l10n-en-za iceweasel-l10n-eo iceweasel-l10n-es-ar 
iceweasel-l10n-es-cl iceweasel-l10n-es-es iceweasel-l10n-es-mx 
iceweasel-l10n-et iceweasel-l10n-eu iceweasel-l10n-fa iceweasel-l10n-ff 
iceweasel-l10n-fi iceweasel-l10n-fr iceweasel-l10n-fy-nl iceweasel-l10n-ga-ie 
iceweasel-l10n-gd iceweasel-l10n-gl iceweasel-l10n-gu-in iceweasel-l10n-he 
iceweasel-l10n-hi-in iceweasel-l10n-hr iceweasel-l10n-hu iceweasel-l10n-hy-am 
iceweasel-l10n-id iceweasel-l10n-is
 iceweasel-l10n-it iceweasel-l10n-ja iceweasel-l10n-kk iceweasel-l10n-km 
iceweasel-l10n-kn iceweasel-l10n-ko iceweasel-l10n-ku iceweasel-l10n-lg 
iceweasel-l10n-lij iceweasel-l10n-lt iceweasel-l10n-lv iceweasel-l10n-mai 
iceweasel-l10n-mk iceweasel-l10n-ml iceweasel-l10n-mr iceweasel-l10n-nb-no 
iceweasel-l10n-nl iceweasel-l10n-nn-no iceweasel-l10n-nso iceweasel-l10n-or 
iceweasel-l10n-pa-in iceweasel-l10n-pl iceweasel-l10n-pt-br 
iceweasel-l10n-pt-pt iceweasel-l10n-rm iceweasel-l10n-ro iceweasel-l10n-ru 
iceweasel-l10n-si iceweasel-l10n-sk iceweasel-l10n-sl iceweasel-l10n-son 
iceweasel-l10n-sq iceweasel-l10n-sr iceweasel-l10n-sv-se iceweasel-l10n-ta 
iceweasel-l10n-ta-lk iceweasel-l10n-te iceweasel-l10n-th iceweasel-l10n-tr 
iceweasel-l10n-uk iceweasel-l10n-vi iceweasel-l10n-zh-cn iceweasel-l10n-zh-tw
 iceweasel-l10n-zu
Architecture: source all amd64
Version: 14.0.1-2
Distribution: experimental
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 iceweasel  - Web browser based on Firefox
 iceweasel-dbg - debugging symbols for iceweasel
 iceweasel-l10n-af - Afrikaans language package for Iceweasel
 iceweasel-l10n-ak - Akan language package for Iceweasel
 iceweasel-l10n-all - All language packages for Iceweasel (meta)
 iceweasel-l10n-ar - Arabic language package for Iceweasel
 iceweasel-l10n-as - Assamese language package for Iceweasel
 iceweasel-l10n-ast - Asturian language package for Iceweasel
 iceweasel-l10n-be - Belarusian language package for Iceweasel
 iceweasel-l10n-bg - Bulgarian language package for Iceweasel
 iceweasel-l10n-bn-bd - Bengali (Bangladesh) language package for Iceweasel
 iceweasel-l10n-bn-in - Bengali (India) language package for Iceweasel
 iceweasel-l10n-br - Breton language package for Iceweasel
 iceweasel-l10n-bs - Bosnian language package for Iceweasel
 iceweasel-l10n-ca - Catalan language package for Iceweasel
 iceweasel-l10n-cs - Czech language package for Iceweasel
 iceweasel-l10n-csb - Kashubian language package for Iceweasel
 iceweasel-l10n-cy - Welsh language package for Iceweasel
 iceweasel-l10n-da - Danish language package for Iceweasel
 iceweasel-l10n-de - German language package for Iceweasel
 iceweasel-l10n-el - Modern Greek language package for Iceweasel
 iceweasel-l10n-en-gb - English (United Kingdom) language package for Iceweasel
 iceweasel-l10n-en-za - English (South Africa) language package for Iceweasel
 iceweasel-l10n-eo - Esperanto language package for Iceweasel
 iceweasel-l10n-es-ar - Spanish (Argentina) language package for Iceweasel
 iceweasel-l10n-es-cl - Spanish (Chile) language package for Iceweasel
 iceweasel-l10n-es-es - Spanish (Spain) language package for Iceweasel
 iceweasel-l10n-es-mx - Spanish (Mexico) language package for Iceweasel
 iceweasel-l10n-et - Estonian language package for Iceweasel
 iceweasel-l10n-eu - Basque language package for Iceweasel
 iceweasel-l10n-fa - Persian language package for Iceweasel
 iceweasel-l10n-ff - Fulah language package for Iceweasel
 iceweasel-l10n-fi - Finnish language package for Iceweasel
 iceweasel-l10n-fr - French language package for Iceweasel
 iceweasel-l10n-fy-nl - Western Frisian (Netherlands) language package for 
Iceweasel
 iceweasel-l10n-ga-ie - Irish (Ireland) language package for Iceweasel
 iceweasel-l10n-gd - Scottish Gaelic language package for Iceweasel
 iceweasel-l10n-gl - Galician language package for Iceweasel
 iceweasel-l10n-gu-in - Gujarati (India) language package for Iceweasel
 iceweasel-l10n-he - Hebrew language package for Iceweasel
 iceweasel-l10n-hi-in - Hindi (India) language package for Iceweasel
 iceweasel-l10n-hr - Croatian language package for Iceweasel
 iceweasel-l10n-hu - Hungarian language package for Iceweasel
 iceweasel-l10n-hy-am - Armenian (Armenia) language package for 

Accepted aces3 3.0.6-5 (source i386)

2012-07-19 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 19 Jul 2012 02:08:21 +0200
Source: aces3
Binary: aces3
Architecture: source i386
Version: 3.0.6-5
Distribution: unstable
Urgency: low
Maintainer: Michael Banck mba...@debian.org
Changed-By: Michael Banck mba...@debian.org
Description: 
 aces3  - Advanced Concepts in Electronic Structure III
Closes: 680397
Changes: 
 aces3 (3.0.6-5) unstable; urgency=low
 .
   [ Michael Banck ]
   * debian/rules (override_dh_auto_clean, override_dh_auto_configure): New
 rules, moving away duplicate lapack/blas source files in the dup/
 subdirectory on configure and putting them back in place on clean
 (Closes: #680397).
   * debian/patches/testsuite_prepare.patch: Further cut down the testsuite to
 only test case 1.1.1.1 in order to relief slower buildds.
 .
   [ Daniel Leidert ]
   * debian/watch: Added.
Checksums-Sha1: 
 6f6962c00e2385444d8f7b66370af8cd53b13eb1 1311 aces3_3.0.6-5.dsc
 47807b288ea936b4a07bfc2de4808a2e3b6f8e39 9011 aces3_3.0.6-5.debian.tar.gz
 e440174d8b6cf4e321439e2b5868f34bb2247559 12513984 aces3_3.0.6-5_i386.deb
Checksums-Sha256: 
 763eff31440b4ed5985bf67e824e9bf7fd27e5c122570dda9139c66678d9ba8b 1311 
aces3_3.0.6-5.dsc
 e2cbd85e6b642d726683f6ca1da6ca7096afac1b5b405b1ba342ff1290f7235c 9011 
aces3_3.0.6-5.debian.tar.gz
 d613d31dcd09e92e55c9952dcb4d22504f4743c06f63e70b61286afefc541409 12513984 
aces3_3.0.6-5_i386.deb
Files: 
 ee8edd0fe6db8b3a77f3886aee27a2b6 1311 science optional aces3_3.0.6-5.dsc
 bceac88be8c796df71c5bca96ecfb59b 9011 science optional 
aces3_3.0.6-5.debian.tar.gz
 291b8bc5d612d351446201f91c673f3b 12513984 science optional 
aces3_3.0.6-5_i386.deb

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

iD8DBQFQB8M8mHaJYZ7RAb8RAzuzAKDGsL4HLrI3FQm579YjewjjoHL02QCffGdv
evDboW3/2vShbw8+uczJBSE=
=xJjZ
-END PGP SIGNATURE-


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



Accepted brewtarget 1.2.4+dfsg-1.1 (source i386)

2012-07-19 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Jul 2012 23:02:23 +0100
Source: brewtarget
Binary: brewtarget
Architecture: source i386
Version: 1.2.4+dfsg-1.1
Distribution: unstable
Urgency: medium
Maintainer: Philip G. Lee rocketman...@gmail.com
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 brewtarget - GUI beer brewing software
Closes: 679437
Changes: 
 brewtarget (1.2.4+dfsg-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Addressed copyright accuracy and non-DFSG issues (Closes: #679437)
 - corrected format of debian/copyright to be fully DEP-5
 - removed images with non-DFSG copyright licenses (images/flag*.png
   and images/restore.png)
 - created debian/images with replacement .png and .xcf files
 - added lines to debian/rules to move the contributed files into
   place before configure and removed after clean
Checksums-Sha1: 
 c6adfd62797eec5d8e8cdc0ff8fe788da7af3721 1866 brewtarget_1.2.4+dfsg-1.1.dsc
 9ff353041d3dd744137b76157986a957eeb3a0d3 8644966 
brewtarget_1.2.4+dfsg.orig.tar.gz
 50906d0ab7c6e17c291b0812438e3718c0163107 43396 
brewtarget_1.2.4+dfsg-1.1.debian.tar.gz
 a9b11215c5ad3972959668a7fb36462ddaaeddae 1548986 
brewtarget_1.2.4+dfsg-1.1_i386.deb
Checksums-Sha256: 
 fecfa7b6360db158f18e3b5e97211a1df51e711cb813007ffca7d1f9013978f2 1866 
brewtarget_1.2.4+dfsg-1.1.dsc
 f651995888316ddc426835827e685f21e570bf575575cd2cc3f3c69c789dba34 8644966 
brewtarget_1.2.4+dfsg.orig.tar.gz
 a5bcd178137a7c8f06747bb1dbf59fc718b4cc4b9ee4e19b5188b0d29d3a3147 43396 
brewtarget_1.2.4+dfsg-1.1.debian.tar.gz
 1190930691614ab018c05a480edde6d675927563c081ff62957b5520821ecb05 1548986 
brewtarget_1.2.4+dfsg-1.1_i386.deb
Files: 
 df840dd4a9c0b6ceeb111610bdce31ce 1866 misc optional 
brewtarget_1.2.4+dfsg-1.1.dsc
 f4b5a0376653a402c4f73c1f2d81d929 8644966 misc optional 
brewtarget_1.2.4+dfsg.orig.tar.gz
 2a377aed16fdfbe462da97037ce92dd1 43396 misc optional 
brewtarget_1.2.4+dfsg-1.1.debian.tar.gz
 5e07f3119db63e6764100d7a59d60fc3 1548986 misc optional 
brewtarget_1.2.4+dfsg-1.1_i386.deb

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

iQIcBAEBCAAGBQJQARwnAAoJELbE2bY7/+c8YpIQANrkITFsozLYBlezQvfRAWEO
wqzkA38khJl/EMaEyq12f1eDeiRZedP2xPGX2SLh4foGUW52TEb7EU1tWYbe+c52
lL/inofGRVanefkzWrBMdk3anvAmhEqsrJliHhYIEUgTf6/gUyMBrETn5C/jT2zR
MajfdDX02L7CoxWNgzBL9ssv/+cShgHkIdjH3zjXPwvKDOLo24k0cfY85ni5XSFv
/TOZJ8XRv5JmE9V32kT7y+7PeiMHiB1xa6FErc6Y9Jp2Cvm6PsS2XSodjLirNp1V
CuC1SbBpK3ZfsqWzLvBJIwUvdstvpaI1Hij3ml5ITRQL+mDzGCx9sJPma/Si8h/5
x6YpD8hwaAuRc2O6nGmX80ZawjStBm46pc9OMciZ1FYwEKZQ2mrOYyt2eZpTOm5E
RzLEOOvSbRs7/TG+pTTzS3fI5pbt1LH4xbYWxQE4fTBDuEjZxYdcLHn4sG+Izv6r
8qhXry5pc/El06a4khy0J8zmeKFOlVHdGIjOrNRwatQ6i41x+xbUW284QRSk4gai
QnTG4My7HtZWHCK2HtEoUSX4rnSF/FRzD84tJQkdpphHil+BjP4miau1ubkZ5OSS
3pFX4D28xTJb2lYMbsx2u7Gw44xfzeXelO+e0O+5svRDbc/lpJKOUALrDppsIX6i
bTrNjwk6X5RouTuz53MI
=6eSJ
-END PGP SIGNATURE-


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



Accepted texmaker 3.4-1 (source all amd64)

2012-07-19 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 08:56:48 +0200
Source: texmaker
Binary: texmaker texmaker-data
Architecture: source amd64 all
Version: 3.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 texmaker   - cross-platform LaTeX editor
 texmaker-data - Texmaker LaTeX editor -- arch-independent files
Changes: 
 texmaker (3.4-1) unstable; urgency=low
 .
   * New upstream version
   * debian/rules:
  - replace the --before/--after magic by override_*
  - enable hardening
Checksums-Sha1: 
 7344c36745e1cde2a975fb2b0cd8f56868efca69 1488 texmaker_3.4-1.dsc
 b97ac74b4587307302a86da5bd9f285d7424039e 13059853 texmaker_3.4.orig.tar.bz2
 dd4090f3fd6c8190b3c159085ea6e4124380c593 10394 texmaker_3.4-1.debian.tar.bz2
 730c96eddf4a84e866c2cb2c61a7c912a28f2d13 2125640 texmaker_3.4-1_amd64.deb
 59fac1099c06f0ae634bd495653b96e2d85c9322 1850998 texmaker-data_3.4-1_all.deb
Checksums-Sha256: 
 333e41bc822f7487fd26439e0104dbff56de356a2d6eb35a2570a272cc35ed54 1488 
texmaker_3.4-1.dsc
 0075128ab2e3342722900b3ee2b2870638ea333837d3beb2fadb9ebd0fdf6310 13059853 
texmaker_3.4.orig.tar.bz2
 ff77a6f9fc2d0213f4f3dfd174b5794fe13e6e2b90fc3fd73499d88e35598b98 10394 
texmaker_3.4-1.debian.tar.bz2
 372a5ec7e3de1add4267a5447b4a826c72421e7a5e2b1370687f78f0935a0152 2125640 
texmaker_3.4-1_amd64.deb
 f848a69007dd92c974cfc3fe1b53a3b4580268c58d01c1fccbff38992f0f36c6 1850998 
texmaker-data_3.4-1_all.deb
Files: 
 e9b9b41b3ffeb16571280c864e51a9d7 1488 tex optional texmaker_3.4-1.dsc
 f77f2d6d89b409b0c5992bd83f299cd8 13059853 tex optional 
texmaker_3.4.orig.tar.bz2
 c2bd9c5357caa9beaf5e8b983ca8fa63 10394 tex optional 
texmaker_3.4-1.debian.tar.bz2
 99d5db0c3c038f932a9d8b5fbec4fd23 2125640 tex optional texmaker_3.4-1_amd64.deb
 b1c6e03beb6dabc25e28653a73d7a3fd 1850998 tex optional 
texmaker-data_3.4-1_all.deb

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

iEYEARECAAYFAlAH32AACgkQYDBbMcCf01qGSwCePyQywkkrPhCHF7M0fpEm7GJ/
iTUAn1aHPD0/jO8KAB0YapC3E592fFzz
=vTLB
-END PGP SIGNATURE-


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



Accepted fex 20120718-1 (source all)

2012-07-19 Thread Kilian Krause
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 11:25:16 +0200
Source: fex
Binary: fex fex-utils
Architecture: source all
Version: 20120718-1
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano iucul...@debian.org
Changed-By: Kilian Krause kil...@debian.org
Description: 
 fex- web service for transferring very large files
 fex-utils  - web service for transferring very large files (utils)
Closes: 656631 676589 678211
Changes: 
 fex (20120718-1) unstable; urgency=low
 .
   * New upstream version 20120718
- F*IX removed (Closes: #678211)
- License changed from GPL to AGPL
- anonymous uploads (optional)
- better wget support
- minor bug fixes
   * Update README.Debian to explain F*IX upstream situation (Closes: #656631)
   * Depend on ssmtp | mail-transport-agent to make sure we can send email
 (LP#938322)
   * Fix /etc/fex/fex.ph permissions (Closes: #676589)
   * Move fex.pl to /etc/fex/ to allow personalized HTML contents.
   * Update manpages - big thanks to Michael Bussmann deb...@mb-net.net!
Checksums-Sha1: 
 78f47551796cf814db43cbafe22439b4ca02008f 1244 fex_20120718-1.dsc
 7a725d4318568d7a8832e3b9cef9f683c6186f4e 317916 fex_20120718.orig.tar.gz
 b0500b1881bb40fdd86c074d7913f9e561b2a785 30701 fex_20120718-1.debian.tar.gz
 9cefb39bb13b27f2ec6d741a82fb0f7246d88b75 524962 fex_20120718-1_all.deb
 0caa70dc33f90505b3947ab917c057683ee9222b 64728 fex-utils_20120718-1_all.deb
Checksums-Sha256: 
 668fc66d607a902b05ca014ec13de8543f146743c1a5dc5035d5f8c971d95e49 1244 
fex_20120718-1.dsc
 d8c9887ceef655159a1261e2d605acc7450b0081851909eb1f96aff4bc2a5a8d 317916 
fex_20120718.orig.tar.gz
 84e5b340c48f034cf0bfefee6b03f57c572a9d3ddfa5263b41dee4a037fddab2 30701 
fex_20120718-1.debian.tar.gz
 4179d196c736792787d25c9f96f209a0690efbb663f16fbd9826437456236b29 524962 
fex_20120718-1_all.deb
 6b9f4a0048f878b8544280598bcab56c92421e4b975181ac44c891d07e1129b7 64728 
fex-utils_20120718-1_all.deb
Files: 
 f32ab9abeb49a4e3e43e3106f3ad6bd5 1244 web optional fex_20120718-1.dsc
 abce098c80814895d106ab5ddff4d43d 317916 web optional fex_20120718.orig.tar.gz
 620bb1f832a8889d8ce338174407d99e 30701 web optional 
fex_20120718-1.debian.tar.gz
 cf6e111f63d7483dbec217f9349675ca 524962 web optional fex_20120718-1_all.deb
 a73c5840106cfba45f5345b1df26bb50 64728 web optional 
fex-utils_20120718-1_all.deb

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

iD8DBQFQB+8avdkzt4X+wX8RAhMvAJsH2nEHzvmEYCjbNrQxG9k9SjsH2QCfV9Lb
kdUCWMNBW9CkeboNgOGfbfc=
=M5nA
-END PGP SIGNATURE-


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



Accepted rgl 0.92.892-1 (source i386)

2012-07-19 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 06:46:59 -0500
Source: rgl
Binary: r-cran-rgl
Architecture: source i386
Version: 0.92.892-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-rgl - GNU R package for three-dimensional visualisation using OpenGL
Changes: 
 rgl (0.92.892-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 64828748223fb588005daf0635a6b382599b0590 1128 rgl_0.92.892-1.dsc
 439eb0e5867f2fd8963cd0d44d815de9a4a2 1713881 rgl_0.92.892.orig.tar.gz
 b3441ca5bed0766609043ec9bdd705270ebc1c58 4099 rgl_0.92.892-1.diff.gz
 be9c3994fb0acbeacc26d959965ff30d747a07a1 1633018 r-cran-rgl_0.92.892-1_i386.deb
Checksums-Sha256: 
 08b25dcdc75bd607d00ca879f8002f025a9592c8fee48dbbc83103c1d591bc23 1128 
rgl_0.92.892-1.dsc
 bfd28cc903f666f90fd84468ee560208d98d1f99dac33a46983c9318506a7231 1713881 
rgl_0.92.892.orig.tar.gz
 18a7849448b99f8b3acd3e70e3857354d2589de9f25e535ea807cd61c802e42b 4099 
rgl_0.92.892-1.diff.gz
 31ed9993700d8695192a6a743d8aaf061ba6515628237364d23b13048a8971c0 1633018 
r-cran-rgl_0.92.892-1_i386.deb
Files: 
 12c5bd7ba1f02e16fd2666c139c37961 1128 gnu-r optional rgl_0.92.892-1.dsc
 84f00f465dfedfaf8cb0e3cc499ee660 1713881 gnu-r optional 
rgl_0.92.892.orig.tar.gz
 9803e8bdb6f02012443b95e162dc50ad 4099 gnu-r optional rgl_0.92.892-1.diff.gz
 113becc1cc973ecec7d263322d60ef39 1633018 gnu-r optional 
r-cran-rgl_0.92.892-1_i386.deb

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

iD8DBQFQB/P7CZSR95Gw07cRAiMPAJ9c/Y22a1Izm2mXWs6jAz5xCVGsvwCfcEZQ
zAzlXaYIWXAC3i3nMfxVFng=
=1Ff7
-END PGP SIGNATURE-


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



Accepted nsd3 3.2.12-1 (source all amd64)

2012-07-19 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 15:06:15 +0200
Source: nsd3
Binary: nsd3 nsd
Architecture: source amd64 all
Version: 3.2.12-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 nsd- authoritative name domain server (transitional package)
 nsd3   - authoritative domain name server (3.x series)
Changes: 
 nsd3 (3.2.12-1) unstable; urgency=low
 .
   * Imported Upstream version 3.2.12
- Fix for VU#624931 CVE-2012-2978: NSD denial of service
  vulnerability from non-standard DNS packet from any host
  on the internet as discovered by Marek Vavrusa and Lubos
  Slovak from CZ.NIC Labs
  http://www.nlnetlabs.nl/downloads/CVE-2012-2978.txt
Checksums-Sha1: 
 2e612afd226a8d975b2032f8540751f149dc83e5 1230 nsd3_3.2.12-1.dsc
 dd8606a05525f6a493dfacb7ddfa7e1fa3c6a85b 889490 nsd3_3.2.12.orig.tar.gz
 47436123fa998c23c8d3c5fddee81092468e0fe4 11998 nsd3_3.2.12-1.debian.tar.gz
 0717577d2316594f21dd672ccf5d2d87fb90559c 971042 nsd3_3.2.12-1_amd64.deb
 62bd42612aad592cf9a1a8fb052227ff8e28af30 40442 nsd_3.2.12-1_all.deb
Checksums-Sha256: 
 5c0fd5f07d078eefb8ab009d56071ebd569407cd119df162c322419509b471c3 1230 
nsd3_3.2.12-1.dsc
 73d78e3de88efdf5ebb0106fe3580cb887f5d2adc9ab147d15cf835de7de508e 889490 
nsd3_3.2.12.orig.tar.gz
 066fe2364ad41dd8dffd1337cf3ea6628dd44baf3ac213afeab69ac4ab4387eb 11998 
nsd3_3.2.12-1.debian.tar.gz
 4d01d301ffde877cb72f63afda4c6a8167d7797a23e2bc14d48eb5579a86cbc5 971042 
nsd3_3.2.12-1_amd64.deb
 8dfcd4a21fd28908d95a2568941077cfa435f6aab9c78208d4f42e0db8becdc0 40442 
nsd_3.2.12-1_all.deb
Files: 
 301a8a8c4ecfd65aad66e4f268dd6ac0 1230 net extra nsd3_3.2.12-1.dsc
 19f12299b624819cd770eab84f177989 889490 net extra nsd3_3.2.12.orig.tar.gz
 3326fa825b57aa73a429c801deaaea52 11998 net extra nsd3_3.2.12-1.debian.tar.gz
 51aaf4b6d6a83e9c94465e380c41b542 971042 net extra nsd3_3.2.12-1_amd64.deb
 a71dd310182836513b644c88bf0541e8 40442 oldlibs extra nsd_3.2.12-1_all.deb

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

iEYEARECAAYFAlAICg4ACgkQ9OZqfMIN8nPdaACfW9jrjaUv8iWQUdjihfs7Xp5r
wVYAnjPEzPHk4Neg28IUql8o2Jax9qeH
=ate+
-END PGP SIGNATURE-


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



Accepted php5 5.4.4-3 (source all amd64)

2012-07-19 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 21 Jun 2012 11:22:05 +0200
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi 
php5-cli php5-fpm libphp5-embed php5-dev php5-dbg php-pear php5-curl 
php5-enchant php5-gd php5-gmp php5-imap php5-interbase php5-intl php5-ldap 
php5-mcrypt php5-mysql php5-mysqlnd php5-odbc php5-pgsql php5-pspell 
php5-recode php5-snmp php5-sqlite php5-sybase php5-tidy php5-xmlrpc php5-xsl
Architecture: source amd64 all
Version: 5.4.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian PHP Maintainers pkg-php-ma...@lists.alioth.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 libapache2-mod-php5 - server-side, HTML-embedded scripting language (Apache 2 
module)
 libapache2-mod-php5filter - server-side, HTML-embedded scripting language 
(apache 2 filter mo
 libphp5-embed - HTML-embedded scripting language (Embedded SAPI library)
 php-pear   - PEAR - PHP Extension and Application Repository
 php5   - server-side, HTML-embedded scripting language (metapackage)
 php5-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php5-cli   - command-line interpreter for the php5 scripting language
 php5-common - Common files for packages built from the php5 source
 php5-curl  - CURL module for php5
 php5-dbg   - Debug symbols for PHP5
 php5-dev   - Files for PHP5 module development
 php5-enchant - Enchant module for php5
 php5-fpm   - server-side, HTML-embedded scripting language (FPM-CGI binary)
 php5-gd- GD module for php5
 php5-gmp   - GMP module for php5
 php5-imap  - IMAP module for php5
 php5-interbase - interbase/firebird module for php5
 php5-intl  - internationalisation module for php5
 php5-ldap  - LDAP module for php5
 php5-mcrypt - MCrypt module for php5
 php5-mysql - MySQL module for php5
 php5-mysqlnd - MySQL module for php5 (Native Driver)
 php5-odbc  - ODBC module for php5
 php5-pgsql - PostgreSQL module for php5
 php5-pspell - pspell module for php5
 php5-recode - recode module for php5
 php5-snmp  - SNMP module for php5
 php5-sqlite - SQLite module for php5
 php5-sybase - Sybase / MS SQL Server module for php5
 php5-tidy  - tidy module for php5
 php5-xmlrpc - XML-RPC module for php5
 php5-xsl   - XSL module for php5
Closes: 678371
Changes: 
 php5 (5.4.4-3) unstable; urgency=low
 .
   * Update ucf/ucfr scripts to not conflict between mysql and mysqlnd
 extension (Closes: #678371)
Checksums-Sha1: 
 8bd3c6329480b19a55cccad16390b639e70cf7f5 3706 php5_5.4.4-3.dsc
 b9a4b66d4adcc3fd1b52882800ea2a38463bc43a 180985 php5_5.4.4-3.diff.gz
 acf238bf5c6abb7e598a9646d64d98741ef313fa 582788 php5-common_5.4.4-3_amd64.deb
 d1d80c75d5869199ba9d336ee1b6e9725b0b2373 2663432 
libapache2-mod-php5_5.4.4-3_amd64.deb
 f4ef8df7740a711a211982bcb507dc3d80c57d54 2662646 
libapache2-mod-php5filter_5.4.4-3_amd64.deb
 a20ccd6c5a471ab97799be166c43eae71ee06e47 5096480 php5-cgi_5.4.4-3_amd64.deb
 6f6bb2dc63329889e37b2ff31e750c597794c305 2556466 php5-cli_5.4.4-3_amd64.deb
 6b11291b4305ffc926e7d988f7db1ba8e97d6d14 2587666 php5-fpm_5.4.4-3_amd64.deb
 9b5f4539f6882a644c2b1b49b092e1de7b699929 2661514 
libphp5-embed_5.4.4-3_amd64.deb
 7ef5773690ae5c646b0408d6accdc0532a27a247 497716 php5-dev_5.4.4-3_amd64.deb
 0b1a07f9ccb934636ae01677ffa238cd5efd 15952266 php5-dbg_5.4.4-3_amd64.deb
 f065329ac7e2d613a056ccf28162f499ab6ca18d 29070 php5-curl_5.4.4-3_amd64.deb
 86a14f3982f867a7bc60f853d3366d235429a190 9916 php5-enchant_5.4.4-3_amd64.deb
 b042fb7f084195e2dbcce2f9026c441df32c8ef2 35692 php5-gd_5.4.4-3_amd64.deb
 bec25c824d34c20a39c74448e75644323abe213c 17148 php5-gmp_5.4.4-3_amd64.deb
 6ee32ecea89c01516bfeb4f8ff677727c23acf3f 35592 php5-imap_5.4.4-3_amd64.deb
 6008fea586ac358d57b95a8a1e7b9178b1dfa855 49590 php5-interbase_5.4.4-3_amd64.deb
 356563af232748847d29fca162a8ac91e6e3c40f 71898 php5-intl_5.4.4-3_amd64.deb
 852b19c9be9ff0cea5f48b657eecdeaa4f2d515a 21754 php5-ldap_5.4.4-3_amd64.deb
 ce96b11caa09af7f63a31d988868eba3aaa34755 16066 php5-mcrypt_5.4.4-3_amd64.deb
 eb394c851c7de7f916f99448d0cf8d6ca3389c73 80842 php5-mysql_5.4.4-3_amd64.deb
 b8152e5f5f8d157409c40ee049230275663f6f6c 162374 php5-mysqlnd_5.4.4-3_amd64.deb
 0227adb6901c347e29b934d4baf064234c059509 36652 php5-odbc_5.4.4-3_amd64.deb
 864bc93858df004b0f677a5fd3a63c87e6325758 61444 php5-pgsql_5.4.4-3_amd64.deb
 91e3d89e8ca7f66f0ad558a778eddbb8da90e158 8890 php5-pspell_5.4.4-3_amd64.deb
 4399f5796be686d44ba887f41349507f4ef2ecdc 5186 php5-recode_5.4.4-3_amd64.deb
 81233e9218ae14757d038b8eead6e56ce0558a65 21794 php5-snmp_5.4.4-3_amd64.deb
 5b15c42c365b1b4c35eeeb57c0e5e973adbe6fd2 30342 php5-sqlite_5.4.4-3_amd64.deb
 1b78eebf641560a3e60092ac04ef1316964b8721 28170 php5-sybase_5.4.4-3_amd64.deb
 b941ae2f1834b1d780cce5313865ecf5d90f35b5 19580 php5-tidy_5.4.4-3_amd64.deb
 dd638d94735dea156fa496baa6b1643bc1d1731b 36270 php5-xmlrpc_5.4.4-3_amd64.deb
 cc19fee1124a248b4d3abd50a7426756ea90184d 15402 php5-xsl_5.4.4-3_amd64.deb
 

Accepted scirenderer 0.5.1-1 (source all)

2012-07-19 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 16 Jul 2012 12:01:41 +0200
Source: scirenderer
Binary: libscirenderer-java libscirenderer-java-doc
Architecture: source all
Version: 0.5.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libscirenderer-java - Java rendering library based on JOGL
 libscirenderer-java-doc - Java rendering library based on JOGL - doc
Changes: 
 scirenderer (0.5.1-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 b4bb364b34c6f29b47398045a6f5526ec4c74cf7 1515 scirenderer_0.5.1-1.dsc
 cf55e7ecfdcc317561e41ca7cee02daaa0ce5af3 108309 scirenderer_0.5.1.orig.tar.gz
 69d62c4f6fd4854ab1ba10a02341a0947e2d8dea 8943 scirenderer_0.5.1-1.debian.tar.gz
 012918396c1671d8738292963120ffd982e5854d 202666 
libscirenderer-java_0.5.1-1_all.deb
 85ed18bde46f30866377bf586240efc9c8d3d28a 350662 
libscirenderer-java-doc_0.5.1-1_all.deb
Checksums-Sha256: 
 947f0b0997457bd475b4d74856b71007b0a4d7df793cf776830ce7de0438d9e0 1515 
scirenderer_0.5.1-1.dsc
 6a8b426eab7e6be5d67ed1dd43f4688772d1cc054f06a5e2783d438918af6a4c 108309 
scirenderer_0.5.1.orig.tar.gz
 22dbde734a3548c1e3cca25a30a70711271a70e8e9253d7ac7894c4625588fa0 8943 
scirenderer_0.5.1-1.debian.tar.gz
 60cb96085628a1aa04c4f09a342795f96fc8c12524a879ca94e7a8897ec1f1a9 202666 
libscirenderer-java_0.5.1-1_all.deb
 a5614bf6b0d7d22388a1ff331b982b84d645ddb47d64d34ddde8ed0e50b0ad93 350662 
libscirenderer-java-doc_0.5.1-1_all.deb
Files: 
 07093a9b222be009256c1e4b49a23fb1 1515 java optional scirenderer_0.5.1-1.dsc
 7674af96ac97f34caeb0ab2110b617c6 108309 java optional 
scirenderer_0.5.1.orig.tar.gz
 845fda640ac92677116fe0489a4e5d2a 8943 java optional 
scirenderer_0.5.1-1.debian.tar.gz
 169463643895e1a766af92048d840f89 202666 java optional 
libscirenderer-java_0.5.1-1_all.deb
 b7ef494caeaf068e3948d0feb277f622 350662 doc optional 
libscirenderer-java-doc_0.5.1-1_all.deb

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

iEYEARECAAYFAlAIE8MACgkQiOXXM92JlhBNCQCgjvoJIIxrmesfM1mPF91kZNE9
YYwAoM4QVqQbczIxPH5Gk/MwTcjoW1hC
=8pnr
-END PGP SIGNATURE-


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



Accepted bdfresize 1.5-8 (source i386)

2012-07-19 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 19 Jul 2012 23:03:54 +0900
Source: bdfresize
Binary: bdfresize
Architecture: source i386
Version: 1.5-8
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 bdfresize  - tool for resizing BDF format font
Changes: 
 bdfresize (1.5-8) unstable; urgency=low
 .
   * debian/rules: Use dpkg-buildflags to enable hardening flags
   * Revert the previous debhelper bump
Checksums-Sha1: 
 79b432915b202f016e3d5c6185853a4e48df9393 1688 bdfresize_1.5-8.dsc
 8770e936d723f6d8d81d5686ffe9f4f30820de2d 2831 bdfresize_1.5-8.debian.tar.gz
 25e1f7589ab32b1d48a58e56d78f7df97f779019 13430 bdfresize_1.5-8_i386.deb
Checksums-Sha256: 
 7ebe6ae370fe375c66f2f4c28d41921c5596eac5fd3e1ef653cc2969fb5e6ee0 1688 
bdfresize_1.5-8.dsc
 296c11e1eca3286c702c3b5c6aa1a6b974c3a3516401a50e92cebad498b91936 2831 
bdfresize_1.5-8.debian.tar.gz
 02f285c988f65392afe5f2ed7c5316a8601fb67e0dbcf0bfe42ba9b4bb141070 13430 
bdfresize_1.5-8_i386.deb
Files: 
 4eaf81c96b10d8ed3c63a836afe1fa35 1688 x11 optional bdfresize_1.5-8.dsc
 0b93f3dfdf82fada8062db7e055b41cc 2831 x11 optional 
bdfresize_1.5-8.debian.tar.gz
 2c9106f979c9b094e92947232b93b834 13430 x11 optional bdfresize_1.5-8_i386.deb

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

iQIcBAEBCAAGBQJQCCOPAAoJEOXvq5AIDqY8+ZwP/i7HOthWfPRvdVnkVql32vQF
0N2raWDH91FJq5Wfd2bxYRYAdU9RRi8X0KimN3z1hH4k6QDFCeVv4/jGcR8cjcRl
jY+/GatPIopqrc1/q/CodP6JGlwWkK4i5D6HEG9OXo5E1TMoukH2C4+liGPai6lJ
kMgxwFOA112MeK7+L4Bfg8SlHXAVAsaYup9hG3HdibWOiWYxiF5/vkMvfBcIXzpw
r8HZmqBTOwglGKRsQEA7fAVmMGmUCIaQR2WcPAFwFs+oXI0TJBvi7R0lmWyFuPcZ
VMvItHSSNLPUOmk7hJFTVet1/DQPOwNiprdpHyYvkxKwhAwosb3lwTSXT47MWJWU
yuz5kBFD8DVwrTGzZUfnuLGt39CmF1g9JCFzW6gJ87fGHU073Yvr9mbXRF0iJ7Dd
UnpIe9aNmfIMKEFWF3XvR9jr7hWRUM0ueNOV9XxXk5vmxJO4z190hKFMnzccxnq/
k5ogkwEhkEkVsuyFh+VNRnkW5VJGDgRcGDRaanMoWmR20gmq+o3LTwCwa4hVjM2k
RPHYcbRkjXQKzzh5ktQWLHXIzbRyCTnZavQFDbX/VFgjx1X7ONxfIjlpfzYPmC70
MyZrbiyOyyqVBn/s9OxWrKXhAbtr4ReR4391iato7h91kxw+khysl4W2zWtT7FdJ
Ft37bgyp7/EXMVnn4rw8
=r3hT
-END PGP SIGNATURE-


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



Accepted clamav 0.97.5+dfsg-5 (source all i386)

2012-07-19 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 10:51:59 -0400
Source: clamav
Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav6 
clamav-daemon clamav-testfiles clamav-freshclam clamav-milter
Architecture: source all i386
Version: 0.97.5+dfsg-5
Distribution: unstable
Urgency: low
Maintainer: ClamAV Team pkg-clamav-de...@lists.alioth.debian.org
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 clamav - anti-virus utility for Unix - command-line interface
 clamav-base - anti-virus utility for Unix - base package
 clamav-daemon - anti-virus utility for Unix - scanner daemon
 clamav-dbg - debug symbols for ClamAV
 clamav-docs - anti-virus utility for Unix - documentation
 clamav-freshclam - anti-virus utility for Unix - virus database update utility
 clamav-milter - anti-virus utility for Unix - sendmail integration
 clamav-testfiles - anti-virus utility for Unix - test files
 libclamav-dev - anti-virus utility for Unix - development files
 libclamav6 - anti-virus utility for Unix - library
Changes: 
 clamav (0.97.5+dfsg-5) unstable; urgency=low
 .
   * Drop /var/run/clamav from the directories shipped in clamav-base (policy
 9.1.4) and trust it will get cleaned up on boot
 - Thanks to Andreas Beckmann for the cluebat
Checksums-Sha1: 
 a0843156867629b5f6f6380e48b372dccdaa3e32 1933 clamav_0.97.5+dfsg-5.dsc
 8b6814d80071fc1b81e5447314746e1e8a6d1015 292468 clamav_0.97.5+dfsg-5.diff.gz
 191c1f68842b8d171acb536f8f282c96205a3180 307560 
clamav-base_0.97.5+dfsg-5_all.deb
 bbac75273e9bba379946b71b15244bcf7f16377f 5261578 
clamav-testfiles_0.97.5+dfsg-5_all.deb
 ddb2f97a4a034a9d88faa6de8c524a89f97db81d 1296794 
clamav-docs_0.97.5+dfsg-5_all.deb
 46adf8f5968462da97b784fab2856a5d29823801 4367572 
libclamav6_0.97.5+dfsg-5_i386.deb
 eef28ad5e55e1f466548bebde3d9d92f1ffcd647 334416 clamav_0.97.5+dfsg-5_i386.deb
 ebf70f853b39d968da4b79f00db58bcbea4fd4be 428102 
clamav-daemon_0.97.5+dfsg-5_i386.deb
 219135fc914bf320787d0a1b2524990c208ad2f3 320934 
clamav-freshclam_0.97.5+dfsg-5_i386.deb
 bb6e6af5ad62025fc3e590778d1e9fe48bef84a1 357892 
clamav-milter_0.97.5+dfsg-5_i386.deb
 3eb039f36acba03b4325919b404ac8e4c67a50ed 220616 
libclamav-dev_0.97.5+dfsg-5_i386.deb
 30ed23dfce56e925f5597c48f0b33e5d3a684041 35505154 
clamav-dbg_0.97.5+dfsg-5_i386.deb
Checksums-Sha256: 
 c5acb740fd1e3f161865d984c208f4408cdc58a0ccecf4c9b3ae5f3d734680e6 1933 
clamav_0.97.5+dfsg-5.dsc
 9c195d57533a4672e771e3012f1d0778a5e7d529702970fcc6c2c04c601552c7 292468 
clamav_0.97.5+dfsg-5.diff.gz
 a7f2a526a5ee80612c7d4042457bb8426f164654a229cf415d3382e9d1c844da 307560 
clamav-base_0.97.5+dfsg-5_all.deb
 4ce09a8cb953e2dcc8afc8e8c029e0ad856ed2f08764ba2b9d71115d0376a8a4 5261578 
clamav-testfiles_0.97.5+dfsg-5_all.deb
 e8364ba8258885cddf464ad3ec54dc75153b5bc5ad6b8a5ac1400ceaa8a8cf19 1296794 
clamav-docs_0.97.5+dfsg-5_all.deb
 9296406c0d30297c3a5ce30170a77827611aebce9c785ad969d26a86300ab327 4367572 
libclamav6_0.97.5+dfsg-5_i386.deb
 7159561ec70928e03d5f99bd2746cd08c9cf0454bd8d3c118c46ffe9c26ce446 334416 
clamav_0.97.5+dfsg-5_i386.deb
 73044cc0ebcb49f0fca69d544eac32b36441bf00692768ee114314ad2d1d1e68 428102 
clamav-daemon_0.97.5+dfsg-5_i386.deb
 032eaebe993857c9b2b26518e68e074c0d6114265bd029dd23c39377331f97d7 320934 
clamav-freshclam_0.97.5+dfsg-5_i386.deb
 35e4f34b6aaf2065e862922343ce395c492318878546c00c98106d43d8baa047 357892 
clamav-milter_0.97.5+dfsg-5_i386.deb
 b005715f7aace3728be497fb4cbaea4b83e0d93b670f720d759e0d3d7b66b0fa 220616 
libclamav-dev_0.97.5+dfsg-5_i386.deb
 386ed916da35272daa10d75f0a8ebcae24cf3aa48351f03596b5f678dbcc059b 35505154 
clamav-dbg_0.97.5+dfsg-5_i386.deb
Files: 
 2fa1a215b8845a6d687afc5302d88035 1933 utils optional clamav_0.97.5+dfsg-5.dsc
 75bed9464ec27c23717e96fe099cec59 292468 utils optional 
clamav_0.97.5+dfsg-5.diff.gz
 a6dcecffd8cbd7536e8a690c8a7bf675 307560 utils optional 
clamav-base_0.97.5+dfsg-5_all.deb
 709a32ba09032fe210e6779310696a36 5261578 utils optional 
clamav-testfiles_0.97.5+dfsg-5_all.deb
 4ff00e74fb643d29ad99a353e4bd9fd4 1296794 doc optional 
clamav-docs_0.97.5+dfsg-5_all.deb
 8054953274448b66b472d21f308e6114 4367572 libs optional 
libclamav6_0.97.5+dfsg-5_i386.deb
 9072a71582710f9f646c180679fcc597 334416 utils optional 
clamav_0.97.5+dfsg-5_i386.deb
 1ae58dae05b96c3ae67859c4a3aa4a2b 428102 utils optional 
clamav-daemon_0.97.5+dfsg-5_i386.deb
 d6e1d3e442ebf7760bbe489ae94a0fd5 320934 utils optional 
clamav-freshclam_0.97.5+dfsg-5_i386.deb
 4bdc4921ba3116542ca839b7c173a222 357892 utils extra 
clamav-milter_0.97.5+dfsg-5_i386.deb
 358e68697934dd5a31ef51fd005ba1ee 220616 libdevel optional 
libclamav-dev_0.97.5+dfsg-5_i386.deb
 fbe31479e97141e45f1c65f5469ab3f4 35505154 debug extra 
clamav-dbg_0.97.5+dfsg-5_i386.deb

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

iEYEARECAAYFAlAIJ8UACgkQHajaM93NaGrX1wCfVZwqc/ZSKOx5YdB4g3JCuruX
KUgAnRLrWvL+xz623PLqNLhfwrXLfELs
=D/uB
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to 

Accepted tftp-hpa 5.2-4 (source i386)

2012-07-19 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 16:33:37 +0200
Source: tftp-hpa
Binary: tftp-hpa tftpd-hpa
Architecture: source i386
Version: 5.2-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 tftp-hpa   - HPA's tftp client
 tftpd-hpa  - HPA's tftp server
Closes: 544089
Changes: 
 tftp-hpa (5.2-4) unstable; urgency=low
 .
   * Adding note to readme about ipv6 kernel support (Closes: #544089).
Checksums-Sha1: 
 5da4c0ee5e81df0e239b4025fcf26e97118a36d1 1206 tftp-hpa_5.2-4.dsc
 434954f644f7660eae4779f3207a3398c2991dc1 21652 tftp-hpa_5.2-4.debian.tar.xz
 97272bba94f1c0b2d42a757a3737331b754ff59e 26732 tftp-hpa_5.2-4_i386.deb
 429d3640f524fa2fa1fbfee771044cac4e6272d8 47090 tftpd-hpa_5.2-4_i386.deb
Checksums-Sha256: 
 e28f3a6345496d0b9d8f4985e1f4290a760ab46419e4eccd621adfb16f4245f2 1206 
tftp-hpa_5.2-4.dsc
 a3cb5eb07e89d3db8ebdf47690908e3e1ba6a91277619087ac70476bb8195a48 21652 
tftp-hpa_5.2-4.debian.tar.xz
 7569cfc21684276624d9a94a1d0aef6fa2f37f8aaa1b5d60c81cfae49b717289 26732 
tftp-hpa_5.2-4_i386.deb
 1f9ea26c47a311e686eb330e081e9ad4bf1fa026daf2b629e1adfd156258f880 47090 
tftpd-hpa_5.2-4_i386.deb
Files: 
 54c4fac48f397cb42e9daaee4d4129e9 1206 net extra tftp-hpa_5.2-4.dsc
 a40ae996d9f9e5d636f3bc3328b126bd 21652 net extra tftp-hpa_5.2-4.debian.tar.xz
 45742dfb53472ee5c3eecdf684c424ae 26732 net extra tftp-hpa_5.2-4_i386.deb
 a4409a07230b54113c8459aa71347aad 47090 net extra tftpd-hpa_5.2-4_i386.deb

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

iEYEARECAAYFAlAIMQEACgkQ+C5cwEsrK57GEQCdHoZar84QLuPBWFOAosjVASYk
sggAn1PYkL23ahMBhEWa6uNu5mwz7il3
=8k+J
-END PGP SIGNATURE-


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



Accepted arduino 1:1.0.1+dfsg-4 (source all)

2012-07-19 Thread Scott Howard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 13:51:07 -0400
Source: arduino
Binary: arduino arduino-core
Architecture: source all
Version: 1:1.0.1+dfsg-4
Distribution: unstable
Urgency: low
Maintainer: Scott Howard show...@debian.org
Changed-By: Scott Howard show...@debian.org
Description: 
 arduino- AVR development board IDE and built-in libraries
 arduino-core - Code, examples, and libraries for the Arduino platform
Closes: 682079
Changes: 
 arduino (1:1.0.1+dfsg-4) unstable; urgency=low
 .
   * Fixed French translation of Copy in Edit menu (Closes: #682079)
Checksums-Sha1: 
 745d1244a58157117715834ba217fa34e83156ee 1370 arduino_1.0.1+dfsg-4.dsc
 13d8c670567381db7874d42d87ca0fa687540a84 87047 
arduino_1.0.1+dfsg-4.debian.tar.gz
 fbdfdb46d8618c69d1e74bfff7e7b675110baa25 1123484 arduino_1.0.1+dfsg-4_all.deb
 0b539f86255b252c101c79826e71f76f9fa98ad7 717424 
arduino-core_1.0.1+dfsg-4_all.deb
Checksums-Sha256: 
 af9b28177cdf17711baef2b61c948838e94561343f9bd4af3e0d7de63b7e37ad 1370 
arduino_1.0.1+dfsg-4.dsc
 f3e00934a1da493692a4a732d8fba5d23f2c501c441831ea7ed46ce4f4ea4b02 87047 
arduino_1.0.1+dfsg-4.debian.tar.gz
 4805ec93ab1b1e2924412610c49a9f65ff45b7056863536210b7404dd59801f2 1123484 
arduino_1.0.1+dfsg-4_all.deb
 aee4eaa078440acb4320ad1ed0584f770c435b286cbc730704b1195b7f778b96 717424 
arduino-core_1.0.1+dfsg-4_all.deb
Files: 
 e395395e1de87446b22e6ca0c375ae6b 1370 electronics extra 
arduino_1.0.1+dfsg-4.dsc
 63f56d853722ff028e3473d128c5f94f 87047 electronics extra 
arduino_1.0.1+dfsg-4.debian.tar.gz
 e5e02534dc965a1d83de801f38ac7d60 1123484 electronics extra 
arduino_1.0.1+dfsg-4_all.deb
 bff4192ba4334998279815fdb811cae5 717424 electronics extra 
arduino-core_1.0.1+dfsg-4_all.deb

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

iEYEARECAAYFAlAIS0wACgkQuqVp0MvxKmqOTgCeMAHtrjDbQz5U8ms5pZ4xQ+mv
HjkAniuFBywoo1XgN/NS/DT6INbpEnNn
=IYg6
-END PGP SIGNATURE-


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



Accepted fritzing 0.7.4b+dfsg-5 (source all amd64)

2012-07-19 Thread georgesk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 20:00:05 +0200
Source: fritzing
Binary: fritzing fritzing-data
Architecture: source all amd64
Version: 0.7.4b+dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Enrique Hernández Bello ehbe...@gmail.com
Changed-By: georg...@ofset.org
Description: 
 fritzing   - Easy-to-use electronic design software
 fritzing-data - Easy-to-use electronic design software (data files)
Closes: 679588
Changes: 
 fritzing (0.7.4b+dfsg-5) unstable; urgency=low
 .
   * applied a patch from peter green. Closes: #679588
Checksums-Sha1: 
 8e622fa8ddccdeb1e34f60260417f263ccd6bc91 1407 fritzing_0.7.4b+dfsg-5.dsc
 5476ce74eeec68a4d31d6f4c75dad9a3bec7 16705 
fritzing_0.7.4b+dfsg-5.debian.tar.gz
 a506f1a50bb3c2ca146cac1931cdab7bb0b19a2f 7352266 
fritzing-data_0.7.4b+dfsg-5_all.deb
 04a403cb5ac08bbd7829d4ccdb6c858826544dfc 3816160 
fritzing_0.7.4b+dfsg-5_amd64.deb
Checksums-Sha256: 
 13adc296c008b652a420eef03963c2dff81cffcd55d510a3979b2c331cd655af 1407 
fritzing_0.7.4b+dfsg-5.dsc
 56f17448723741bc4dce447d4f6b97e4da3011e2e6caf35ddfed0d78b1f8c0c4 16705 
fritzing_0.7.4b+dfsg-5.debian.tar.gz
 b4bddc14618aa8f6bb6c1ddd0e4b2b3db96678ef5d24c07d345699825df4680b 7352266 
fritzing-data_0.7.4b+dfsg-5_all.deb
 bc26f462095037c5cc06a3dd2da776558325f54785867bb551863604d74e488b 3816160 
fritzing_0.7.4b+dfsg-5_amd64.deb
Files: 
 385f474efa432fec445f96d4ed0f93f2 1407 electronics optional 
fritzing_0.7.4b+dfsg-5.dsc
 ef3648fea4b38ebc04e4293eb6cf8907 16705 electronics optional 
fritzing_0.7.4b+dfsg-5.debian.tar.gz
 6143962771d83b4c8e642d30e5311889 7352266 electronics optional 
fritzing-data_0.7.4b+dfsg-5_all.deb
 900bb5c3ef97187ce1798b09cd6b7bad 3816160 electronics optional 
fritzing_0.7.4b+dfsg-5_amd64.deb

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

iD8DBQFQCFDznfmb2hFpETARAsHFAJ9sPfJQkKK22ilc615625PlJ6VAkwCfeVYe
LfYNSZS3iu05mXrQl0ailWY=
=CYT+
-END PGP SIGNATURE-


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



Accepted juju 0.5.1+bzr559-1 (source all)

2012-07-19 Thread Clint Byrum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 11:01:09 -0700
Source: juju
Binary: juju
Architecture: source all
Version: 0.5.1+bzr559-1
Distribution: experimental
Urgency: low
Maintainer: Clint Byrum spam...@debian.org
Changed-By: Clint Byrum spam...@debian.org
Description: 
 juju   - next generation service orchestration system
Changes: 
 juju (0.5.1+bzr559-1) experimental; urgency=low
 .
   * New upstream snapshot
   * Use new environment variable to raise test timeout since
 5s may be too low on some buidlds. (LP: #1026714)
Checksums-Sha1: 
 4981527d9a297cdec26aa171e8797e0510771464 1562 juju_0.5.1+bzr559-1.dsc
 19c51f7302b3fd1458735c2d641bddf08485fbb9 527549 juju_0.5.1+bzr559.orig.tar.gz
 5496c92b9ec73bd4ec3b8feddbb6e4f3a6b61667 16045 
juju_0.5.1+bzr559-1.debian.tar.gz
 28ab870b76cf0821d24b2207bb6f04e291e58da7 553590 juju_0.5.1+bzr559-1_all.deb
Checksums-Sha256: 
 d8f4ee7f3ed06e4a144fae9a9cb3d58c44afbc9b06acaaae0b5aed2546b9883a 1562 
juju_0.5.1+bzr559-1.dsc
 51b8e6428b0850916164d64c5d222730f33578859a29af0c9e49eea2a4103c2a 527549 
juju_0.5.1+bzr559.orig.tar.gz
 6043f487126265d33b736b6dccf0dbab7e24ce13af0911bdec3a7b5a26aefb29 16045 
juju_0.5.1+bzr559-1.debian.tar.gz
 587b2c1b50246e9f6b4e032e6ad4b97f4ecac7ebd7a902602513c1635e4b1fe5 553590 
juju_0.5.1+bzr559-1_all.deb
Files: 
 2e2247d1f8588d44c9ca8381a172e7f9 1562 net optional juju_0.5.1+bzr559-1.dsc
 ec86c8780925abf74ed9a250d3c8fe6c 527549 net optional 
juju_0.5.1+bzr559.orig.tar.gz
 a532867a0f4580058d65a664fc37ecf2 16045 net optional 
juju_0.5.1+bzr559-1.debian.tar.gz
 444189ee1c84b7665cd78df261a58dbc 553590 net optional 
juju_0.5.1+bzr559-1_all.deb

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

iQEcBAEBAgAGBQJQCFBdAAoJEFOMB2b0vLOOE0kH/0OJMbXQYx+2sGbTYBrS9bse
4w+WP9etqtBkvtugvh8wZiZDfRHBcxYIYGngfuvuNEYlIhky066RMFMENkMode8W
2YcoT3ClKo/BzPptWtusoLlaHO9mTbL/x6To7wkkg8O/9IoY9CDgF+lI67fIt0Nx
ATih3MjoD3gJKdOJlBaUsF6TDLe4BLObFeNYVcWFq6ahY6qSVd1YQLuPULX9OltY
+1XlCsIds+nfvZX+1tinnRyn2Wr0haeUTqKDVJRa7aaCTvM4BAvIGehfKUVLxw51
stxSyDcQqhA8yb/UWCmkKw9CNaqZtTie8A7sbIpB1wyLoC24NpwXHMz03MgOX2Q=
=WLmc
-END PGP SIGNATURE-


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



Accepted gmsh 2.6.1.dfsg-1 (source all amd64)

2012-07-19 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 19:31:25 +0200
Source: gmsh
Binary: gmsh libgmsh2 libgmsh-dev gmsh-doc python-gmsh libjava-gmsh2
Architecture: source amd64 all
Version: 2.6.1.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Anton Gladky gladky.an...@gmail.com
Description: 
 gmsh   - Three-dimensional finite element mesh generator
 gmsh-doc   - Three-dimensional finite element mesh generator. Documentation
 libgmsh-dev - Three-dimensional finite element mesh generator. Development file
 libgmsh2   - Three-dimensional finite element mesh generator. Shared library
 libjava-gmsh2 - Three-dimensional finite element mesh generator. Documentation
 python-gmsh - Three-dimensional finite element mesh generator. Documentation
Changes: 
 gmsh (2.6.1.dfsg-1) unstable; urgency=low
 .
   * [6e78479] Imported Upstream version 2.6.1.dfsg
   * [27552ae] Refresh patches.
Checksums-Sha1: 
 14a54dc1c5f7c27b0a6e2938001fcaa334c54d79 2984 gmsh_2.6.1.dfsg-1.dsc
 071333ff9f212026f0a9608f8957d1a94eb1e4ce 3769280 gmsh_2.6.1.dfsg.orig.tar.xz
 ecc3b7edba9708b5d805fb8d6fe21947bff40ad4 36180 gmsh_2.6.1.dfsg-1.debian.tar.gz
 55c2999b817e71ab5e6c4e0cc4fc5fab90f26488 5374810 gmsh_2.6.1.dfsg-1_amd64.deb
 9cda40fc57052a6f9810c0c9d03bf075cafb1862 5318114 
libgmsh2_2.6.1.dfsg-1_amd64.deb
 69996dc24805c129ca6521f92b18800af407413b 158358 
libgmsh-dev_2.6.1.dfsg-1_all.deb
 612a7462d54db6f034530369b6b8b4d67e61e516 1268312 gmsh-doc_2.6.1.dfsg-1_all.deb
 cf8209ba1e68f7d501aba4ae725eca972d9782bc 1501378 
python-gmsh_2.6.1.dfsg-1_amd64.deb
 db231a1f8c32dc7afbc99a865e992217d2486438 571718 
libjava-gmsh2_2.6.1.dfsg-1_amd64.deb
Checksums-Sha256: 
 8f50e2e5eb599b16a236d7005f13bdc7ca871bfeeb32832e7212329908d841d3 2984 
gmsh_2.6.1.dfsg-1.dsc
 40187c78d6974228a0e4c482605fb6a844ae32c74d95ada7c1dcb4a62428cb39 3769280 
gmsh_2.6.1.dfsg.orig.tar.xz
 4090f4eff90d103cf6150ebb2ea774d817c8750f72dbe609eb50b52c736f1b6b 36180 
gmsh_2.6.1.dfsg-1.debian.tar.gz
 91970429a6687f75404c2f3ddfa79572525d611647af4e9232453c4e037646c7 5374810 
gmsh_2.6.1.dfsg-1_amd64.deb
 743bf2d535b30c01ad7a494ab4145d69aeeba1c3f74d4eb3e815180d12c1cfb2 5318114 
libgmsh2_2.6.1.dfsg-1_amd64.deb
 2d0cb6d51a5ecd89339ff99c968a956b8a5ea87695c8c6a2fc548c172c93d523 158358 
libgmsh-dev_2.6.1.dfsg-1_all.deb
 e3b3b310a04990aeba79afcfb4fc804b23dcbea3944c8704f8263654de207609 1268312 
gmsh-doc_2.6.1.dfsg-1_all.deb
 0d7d219ba700444205372d819170959971e227939bd9568fd955895e7ecce31f 1501378 
python-gmsh_2.6.1.dfsg-1_amd64.deb
 38371ca0cc5ce61a42caba3f1eaca5b13db4380e1e1f9c48ec8eda0fbab99b1f 571718 
libjava-gmsh2_2.6.1.dfsg-1_amd64.deb
Files: 
 af5be0cfe773e0b71b88c311e1129fbc 2984 math optional gmsh_2.6.1.dfsg-1.dsc
 6a75f49d08de3b2231fc479de3bf08ab 3769280 math optional 
gmsh_2.6.1.dfsg.orig.tar.xz
 1d3d26daa32893b539d68272851e4278 36180 math optional 
gmsh_2.6.1.dfsg-1.debian.tar.gz
 fe6ddc2e3b60bab460835fd1dd1292f7 5374810 math optional 
gmsh_2.6.1.dfsg-1_amd64.deb
 79c3a8489385fca960c915e586464192 5318114 math optional 
libgmsh2_2.6.1.dfsg-1_amd64.deb
 d500e57a258e681013a6c5bbcf68a94e 158358 libdevel optional 
libgmsh-dev_2.6.1.dfsg-1_all.deb
 a0f0e16a9fca5a3ce452a3ee843856b7 1268312 doc optional 
gmsh-doc_2.6.1.dfsg-1_all.deb
 37941513e9d7641f01232401960ef399 1501378 python optional 
python-gmsh_2.6.1.dfsg-1_amd64.deb
 017ba3412f5afcfde35bde72697e3359 571718 java optional 
libjava-gmsh2_2.6.1.dfsg-1_amd64.deb

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

iQIcBAEBAgAGBQJQCFHXAAoJENPhc4PPp/8GoI0P/3LDlaD/tIRWogB9vGw693H4
6zGfisR47TyKNCvnmW3zBQmXZgEzlHYi/ymNmu1qlhYJCBLOl8t5mARR77//4Fxh
DOXgmbiNx7hnD/RZI4T6qwHDUjD25+oAOleqGkMn2IDTbAnZ+KsiaJ7Fb8/b2xRB
2H7U4fv13t3PJjLlF/vBq+mLiEXtJqLZCTLGjvVUIr+8SqZC4H2ExRTgXdnz93OQ
hHTSoRaz//speSKhtbcj4K60sns7xSOK9bki6uZmdcIDeoCgo8gLC31V8GuqHiSj
QkLNhbSj0Bk8/7ziv7EFuRwQcGUhRSowQAd6AcevaWg6OhyI3gW1GKxQbiBIRVRl
CmXNX6rGFh0599e2RZ3+K81rlQ0Q1craQnBRp9pQ/YCU9+rkZUjPLWBwRscvAUsK
A0epsqdjEfVA8w9AM+iJXoV1DEZVLCBnvcg+KprzVfO39RgJ6HAGutp5eId2DqWp
b3KbOXUPJqjyD7VaJhDaA+J3iz4FYZDTSvCAZa9NTFNTpUeX6RKptanwU6mx5CHp
Hnfx7k9KkR1nw+0o4ECRyyX9HBEGnOhG6Zg/ybPLy/8wwsq4HTIztp5RZUmkloH3
+egyjJnP/8L9tPLvVFGF3gDQ4/PnC4gv7Op/fE6NfKo+YWyRyz937ybJiw1k7+XX
LF/a85P+eo2tXM0H+IU+
=x9vu
-END PGP SIGNATURE-


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



Accepted libhtml-defang-perl 1.04-1 (source all)

2012-07-19 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 19 Jul 2012 20:55:11 +0200
Source: libhtml-defang-perl
Binary: libhtml-defang-perl
Architecture: source all
Version: 1.04-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libhtml-defang-perl - cleans HTML and CSS of scripting, executable contents 
and XSS att
Changes: 
 libhtml-defang-perl (1.04-1) unstable; urgency=low
 .
   * Friendly takeover (via Debian Perl Group).
 Thanks to Ivan for past contributions.
   * Repackage using CDBS.
 Build-depend on cdbs, devscripts and dh-buildinfo.
 Relax to build-depend unversioned on debhelper.
   * Bump standards-version to 3.9.3.
   * Bump debhelper compatibility level to 8.
   * Use dpkg source format 3.0 (quilt).
   * Add git-buildpackage config enabling pristine-tar and signed tags.
 Git-ignore quilt .pc subdir.
   * Shorten short description, and rewrap long description at 72 chars.
   * Add Vcs-* paragraphs.
   * Rewrite copyright file using format 1.0.
Checksums-Sha1: 
 2ffb333c74170ccfeaf8048cfa3fea537e447a37 2066 libhtml-defang-perl_1.04-1.dsc
 7123982392f342060b224265d3d9b4547bb4ef77 43084 
libhtml-defang-perl_1.04.orig.tar.gz
 382622b412dad41f900569c1baf421df1d534d7b 2921 
libhtml-defang-perl_1.04-1.debian.tar.gz
 0b68a0f764a9d8369f336d4d15342ce119690bf7 36522 
libhtml-defang-perl_1.04-1_all.deb
Checksums-Sha256: 
 36211d4570fe3002550ad67bde5e82eac65cce9a27affe7a7db1a2929d1d5a50 2066 
libhtml-defang-perl_1.04-1.dsc
 28656b0c26ae61d11ee049225814db5d8365a17abbe5e1c19ef4c0b2a6e450a1 43084 
libhtml-defang-perl_1.04.orig.tar.gz
 95dc78c2daa72454062a48a2675b2ad44945400cbd7d6910c04ff98e84de36d0 2921 
libhtml-defang-perl_1.04-1.debian.tar.gz
 6c473b015231578695140ab28b1ea0cd687531500132f9bb915aafa8db89fe62 36522 
libhtml-defang-perl_1.04-1_all.deb
Files: 
 46b91e13fd30bb2a3f9f63d41fdb4943 2066 perl optional 
libhtml-defang-perl_1.04-1.dsc
 c26fb25f458a913447e584e8fe97af9c 43084 perl optional 
libhtml-defang-perl_1.04.orig.tar.gz
 7fc65df552b70c5a5c4f36fcf53491a3 2921 perl optional 
libhtml-defang-perl_1.04-1.debian.tar.gz
 8e9e9e530e53839847a08371fff582ec 36522 perl optional 
libhtml-defang-perl_1.04-1_all.deb

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

iQIcBAEBCgAGBQJQCFrfAAoJECx8MUbBoAEhriQP/1m15zG53UVBhVOcNp/S45JN
Em58Po/2Elr9YxIqupuJX/uhk/UCa2MMLqHOhoYLU+TZqp0wUJoZK17S5kqQVQ2l
2rh2MggJ8P73JOpFHY2F87/LrtE611MX5gDzxbNWiK827BX08IQ0vEL8C5OjqbO5
9NBsMGuvj+6uPC5+1c1AmM7Xkg6xOVAtACyEITbvGqNiQWHPlgBGvKfFb3L7GLdl
JRlEkkxhLMNZ8xhy4sZnBbJYLrvHKcAHCyD/861mnReUD15x98DtMHr/Q054T4dK
Q1DLtMC/gbUYzZnDSTRiIYLWbjkyvCVJMx3LsYR7+WoEpex+lkWV+vey/lBuxuj6
D/CPioErqP9qJpu8VuFb8COYA4rB8/GKfhMAhb93ZSW5oMvD2zJtNKoPxcAu4b7I
gB0leE4e2Ygq9EMEMSdwYYwTfuO4jB5zRKLYPBE4t4mHazFKKGgnnMwnr3CaZsdR
aCKQxHKMwx+GzXXQ+4CrQAPlvu6VhI5UidpP25YB5hMOXbZY4zI4c9xXGmgnNQsa
WhKFfaiEcbi4Lu5DN3I9MEMdYOc7dObAEIHgvpQRcNMhjqyGtaVY+jz3TTu6NbID
lwLDJaH3LTibn78dQbM0Rh5p+LjrIjm5t0fQw/dIXexNopYhgfGZDNJ0uhpaNmRd
fei6mrRJXxF6KsuuNllG
=UFuF
-END PGP SIGNATURE-


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



Accepted mdds 0.6.0-1 (source all)

2012-07-19 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 19 Jul 2012 21:05:12 +0200
Source: mdds
Binary: libmdds-dev
Architecture: source all
Version: 0.6.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian OpenOffice Team debian-openoff...@lists.debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 libmdds-dev - Multi Dimension Data structure library -- headers
Changes: 
 mdds (0.6.0-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 1dbd8d4031a424c30241cff65b275daa2f0f1630 1798 mdds_0.6.0-1.dsc
 c2d07bf4668599b9bad80ca985ad74423c338630 123325 mdds_0.6.0.orig.tar.bz2
 520be829f7e3c9c5ef492726cec693a2e714bd2f 3777 mdds_0.6.0-1.debian.tar.gz
 d536a2959c2c7fec41d494aa9d5ebf04c3de7c26 73412 libmdds-dev_0.6.0-1_all.deb
Checksums-Sha256: 
 9fc49358b7c1fd1bf90ff317a94cd4cc5654f112ed219c5b1cf19524515a4847 1798 
mdds_0.6.0-1.dsc
 846200f5c8ddf34f86747fd4dc5feb5fea90e753639a7d5dbd3ccdce4467a67b 123325 
mdds_0.6.0.orig.tar.bz2
 1ed4410931f571edaeded69abbb9cda78a3ca41accb70f3291603187b7e6b71c 3777 
mdds_0.6.0-1.debian.tar.gz
 66dc43c0831ccd54fd2bfd9a35b2179e26a198943c33a48a96e392578c1f96fd 73412 
libmdds-dev_0.6.0-1_all.deb
Files: 
 79647bd87028ccb5cdeb1f4bb09feb67 1798 libdevel optional mdds_0.6.0-1.dsc
 3e89a35f253a4f1c7de68c57d851ef38 123325 libdevel optional 
mdds_0.6.0.orig.tar.bz2
 60c77df4e197d1e50abf5451d1e0c324 3777 libdevel optional 
mdds_0.6.0-1.debian.tar.gz
 d6865c3a5d12ca3e76dbae63dfefe44f 73412 libdevel optional 
libmdds-dev_0.6.0-1_all.deb

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

iQIcBAEBCAAGBQJQCFqlAAoJEAqgRXHQPj5wkjEP/3MbyNbutc+isPK7USH9k/3E
yBHAOoZ4WRPkSdA9rgU5PY0Gip66VpZAWB+mTahWj8Fgt03O8fej9VH53uIeD3t0
Elvg/Wf6mJVR0rfMWQBUCimjduRNl21hRdKPuWOOh6FY7tvL0bqghg987VPgzMO/
3VX1uLZ8eBK7zlfsI3qQiyiizOAyKaPV0F6UJoSbhnDtFWS2SNWXowHnQlWhuEaS
bvST41yJEKYiV/PqaIXjNakMm8LZEopK0arQWDhezxP6pXds7LXRNIFxLLTcgQNs
T0DF6z0ctEAFtCbVJ6jh/Lxm1InsvWk0p4Ydl1JdRWFeUQ0fZvPTpFt+Vwadp7s3
VpBLF49CVZRDgGaTX9UOf4n+3CU1J0r243GeiNt14LFX58Tr2FuxuTEqGoSY220i
Wqy5nZ340sRp8JO3DGEJwNVjkBHCTTTelcWdi3BalI72Vcr03yX18AHdjOO/h+FY
FKQLSl1Q48j7LzgkV1aQQuLD8o25n/B/t9zQ1uigl2s0aFCjjhEc4tf9VNxeg25j
koPCee9MD/4HZ3SnGqmfxMdFAgEDcJCfkBUp7NmJ0EAnIdZi9IWwdGhKvXisjN6N
NoQ/i+e/HmiA3SoxuL9G1w3MNhg/FV82SqSYoLcgDZ2t/rsJ/Lk3SYBAVSWMW01o
eAQjuce9IWS13Q7iKKTC
=CNoR
-END PGP SIGNATURE-


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



Accepted ciderwebmail 1.04+20120717-2 (source all)

2012-07-19 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 19 Jul 2012 21:14:56 +0200
Source: ciderwebmail
Binary: ciderwebmail
Architecture: source all
Version: 1.04+20120717-2
Distribution: experimental
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 ciderwebmail - IMAP webmail service
Changes: 
 ciderwebmail (1.04+20120717-2) experimental; urgency=low
 .
   * Fix tighten build-dependency on libhtml-defang-perl, and stop
 skipping testsuite when targeted experimental.
Checksums-Sha1: 
 26159415dc1e8a96bc3de7e2b52f27a62b5d94ea 3054 ciderwebmail_1.04+20120717-2.dsc
 a47e7f57d0c32b528155256a9537214f53486410 9844 
ciderwebmail_1.04+20120717-2.debian.tar.gz
 1cf80f9df86ad817e57a8c98728498280725d1d8 201764 
ciderwebmail_1.04+20120717-2_all.deb
Checksums-Sha256: 
 ffa252981e85e56155d116e191de6c70428eba25176eb426bc3cae252003be93 3054 
ciderwebmail_1.04+20120717-2.dsc
 aa3e704a5fbad2a516de5e3e557be88e8d53572f2956e62c2f95ea6f79d68a36 9844 
ciderwebmail_1.04+20120717-2.debian.tar.gz
 cc9fa9182d67751ccf5faa21a6a45989930fc6e81f9a2b47155800f7aa26423e 201764 
ciderwebmail_1.04+20120717-2_all.deb
Files: 
 73a1c47458f27027f1953459f90cede0 3054 web optional 
ciderwebmail_1.04+20120717-2.dsc
 531b3b06e5d7592c0ff6552217d1696d 9844 web optional 
ciderwebmail_1.04+20120717-2.debian.tar.gz
 b7761c5cecb01bfe2ec2f16bd026a0e6 201764 web optional 
ciderwebmail_1.04+20120717-2_all.deb

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

iQIcBAEBCgAGBQJQCF4XAAoJECx8MUbBoAEhEEkQAKg2wO9x/AboD6rBjCWzETLF
QzybbEDzrWDJgukN39/6iP3cbfSz26vbUEBVKw1fqSlxm3hFEZ9ZIuHuCuPT8bii
jIvW5x7LoyGGApZpD39Ernf8gj6xLom7PKCB0kuFCA2MHdxwJCbRs2b8Tn4yHKJS
vUjXXZGbMgzL4XdCA8miwSEOc+HCAwSE21hkzNRYXNp2DHX6selxz55Z5Rua0YRK
4S2sD9JjY8edqYU4ArLijtmtgVwdMrPy+NiYxENJSzUwuflSXuQe9BzDishmT9ui
qOPJpjlL4oVlmeXRV9GbTa1RmmrB9RDn15S3z7IrIS4CbE75oV0ZRtKO52nOKQ9j
GaZUT5suBcu2JHl4UjNdTq8AB8XaU4kDqVqzgHZOQKYN2oZC0le1CFWyPO765OOw
zvHMDzQTjRgyXfLamOoBOeCSpLhFIhHgUwPnYtKDZVP/UkA3vCj0j+OTgVb8b5R0
N6HNraHEtlITAf+7VTjAVwyi3ghZzJwAx805U4Ohn+Qgi8nwJCCjQfPzaOd8UcPT
JlKmW13uBWZqpmNcOpm59rSIDFy1glf4N6R1CvSL3FkiNNjo8T24mKLGYFP5iEtS
89d1+LuAYbc7EwD3kE5Y1uVStXRxWk3JEQCmRHNsSU4dIVYjfF2/mPdSH5SgPGa9
/cwGsXHOJD3Iy9l2vbEQ
=aWQG
-END PGP SIGNATURE-


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



Accepted couchdb 1.2.0-2 (source amd64)

2012-07-19 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 20:13:25 +0200
Source: couchdb
Binary: couchdb
Architecture: source amd64
Version: 1.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 couchdb- RESTful document oriented database
Closes: 681549
Changes: 
 couchdb (1.2.0-2) unstable; urgency=low
 .
   * Make couchdb user own its run directory (closes: #681549).
Checksums-Sha1: 
 4920877da0f0b45c0d6232c941194cf00e2f48b4 1243 couchdb_1.2.0-2.dsc
 75c15a4f603f9d02019a5c5916394d7f50a99790 8798 couchdb_1.2.0-2.debian.tar.gz
 00d9541882dd72ef2afcc070e5d6dcc12fb9199b 1026526 couchdb_1.2.0-2_amd64.deb
Checksums-Sha256: 
 8fc11bb97b16318207f20d9d4d71f2d4bce7abb5a4dc1bd04fa193255b660eb4 1243 
couchdb_1.2.0-2.dsc
 b47eeb5e882d0964f8b34c5e25986b01d4f8224263ae2ace2cb57e2021f83813 8798 
couchdb_1.2.0-2.debian.tar.gz
 270b5f9b31694113928c73c4ccedca21458476f2930a240681346d0984a860b1 1026526 
couchdb_1.2.0-2_amd64.deb
Files: 
 f24d7dad84a5b8fa2414163d83b965b8 1243 misc optional couchdb_1.2.0-2.dsc
 82b582c6a61c6469b58a3192ce52c2f6 8798 misc optional 
couchdb_1.2.0-2.debian.tar.gz
 4e706346196272a681280a0682f56dae 1026526 misc optional 
couchdb_1.2.0-2_amd64.deb

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

iEYEARECAAYFAlAIXWAACgkQMDatjqUaT93ZugCfZLlC6ygpV1HUPNaRNozEEB65
ITAAnixJg0t5umVRIbkLUdb0W6b+vrbS
=wBFn
-END PGP SIGNATURE-


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



Accepted gprbuild 2011-3 (source all amd64)

2012-07-19 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 21:23:10 +0200
Source: gprbuild
Binary: gprbuild gprbuild-doc
Architecture: source all amd64
Version: 2011-3
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta lbre...@debian.org
Changed-By: Ludovic Brenta lbre...@debian.org
Description: 
 gprbuild   - multi-language extensible build tool
 gprbuild-doc - multi-language extensible build tool (documentation)
Closes: 673015
Changes: 
 gprbuild (2011-3) unstable; urgency=low
 .
   [Svante Signell]
   * debian/patches/hurd-i386.patch: new, add support for hurd-i386.
 Closes: #673015.
Checksums-Sha1: 
 1a0441cd6868b639c34358ac44e6d9982048c878 1295 gprbuild_2011-3.dsc
 00c5f33d3bd5a09579f5f6f778922c397d390de6 15009 gprbuild_2011-3.debian.tar.gz
 1745183ad3ad7709d7427aa878cc4faae70242d8 689938 gprbuild-doc_2011-3_all.deb
 c81c15b4854b195bec5a7c30d2bbb041dc6db7cd 3413848 gprbuild_2011-3_amd64.deb
Checksums-Sha256: 
 8bf4bab7825869e1f1bd70773c84b63e87b14c0b59d29b7b104115712c057fb7 1295 
gprbuild_2011-3.dsc
 15c3f1744e1051c30573d0324916ac9744d2498c39487bdfa412eaca75f87427 15009 
gprbuild_2011-3.debian.tar.gz
 84b087d612fe146b239d2650b8a1fcb2bcb415e4073f9be1d5aa6b662b6c8ca2 689938 
gprbuild-doc_2011-3_all.deb
 967d981baab47c5d53176849f101d6b02735aabb763b488f41a6ca68c13577f7 3413848 
gprbuild_2011-3_amd64.deb
Files: 
 8038c78cec5cc804b846c6608579bfd8 1295 devel optional gprbuild_2011-3.dsc
 b6f9c42b974ed9221f2a5a0d686fc9eb 15009 devel optional 
gprbuild_2011-3.debian.tar.gz
 a94799382e6e1dd52b87ba6d091ad980 689938 doc optional 
gprbuild-doc_2011-3_all.deb
 df709270e8d88c66c3b6e51ce63f7d1b 3413848 devel optional 
gprbuild_2011-3_amd64.deb

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

iD8DBQFQCGCax9kwJZ3/qtQRAswbAJ9PqdnOFNk1nxD90TxhSKoegA8wmQCfQJ5p
9jJNqkxBSOLKc4exN/pUcjU=
=HZez
-END PGP SIGNATURE-


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



Accepted datapm 0.10-1.1 (source amd64)

2012-07-19 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 22:07:11 +0200
Source: datapm
Binary: datapm
Architecture: source amd64
Version: 0.10-1.1
Distribution: unstable
Urgency: low
Maintainer: J. Félix Ontañón fonta...@emergya.es
Changed-By: Evgeni Golov evg...@debian.org
Description: 
 datapm - Data packaging system and utilities
Closes: 681901 682053
Changes: 
 datapm (0.10-1.1) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer approval.
   * Add Depends on python-pkg-resources.
 Closes: #681901
   * Add *.egg-info/* to debian/clean to fix FTBFS if built twice in a row.
 Closes: #682053
Checksums-Sha1: 
 1cf080286dc476841e10fcc7ec033555f2896141 1155 datapm_0.10-1.1.dsc
 79477468e81a7dca4afecb497bd9468cb4e047c8 5250 datapm_0.10-1.1.debian.tar.gz
 7c621dada8bd433b791179589b8c9c05adf0f1c1 42196 datapm_0.10-1.1_amd64.deb
Checksums-Sha256: 
 e74cbfbbfd20418febcaf177f4ed42ddf19b9d9a895eab040c269974687d7d98 1155 
datapm_0.10-1.1.dsc
 6585c0900ee3ed3161805ddc51a7aa1f370997afd90156bfe05b9a13a67a5b4c 5250 
datapm_0.10-1.1.debian.tar.gz
 2c12813948a20a34a08f0dc79c2fd8e513ab0be48f7c28b8c01f4a178cb6b59e 42196 
datapm_0.10-1.1_amd64.deb
Files: 
 d49206deb7b5cd7f82c71f7c7e26e3a4 1155 text optional datapm_0.10-1.1.dsc
 642e83f92140b72b114a36ef58c1cb2d 5250 text optional 
datapm_0.10-1.1.debian.tar.gz
 e0dc887f0a84d69781bda8cb16e0d1b7 42196 text optional datapm_0.10-1.1_amd64.deb

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

iEYEARECAAYFAlAIa7YACgkQJKAUGKwVtQyRugCeMAwPP2wp0YfTJVQzQHUX8y6P
MUwAn2ThofLWIglvTcMctO4TRfZYAB/C
=2H8k
-END PGP SIGNATURE-


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



Accepted gscan2pdf 1.0.4-4 (source all)

2012-07-19 Thread Jeffrey Ratcliffe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 22:16:51 +0200
Source: gscan2pdf
Binary: gscan2pdf
Architecture: source all
Version: 1.0.4-4
Distribution: unstable
Urgency: low
Maintainer: Jeffrey Ratcliffe j...@debian.org
Changed-By: Jeffrey Ratcliffe j...@debian.org
Description: 
 gscan2pdf  - GUI to produce PDFs or DjVus from scanned documents
Closes: 682100
Changes: 
 gscan2pdf (1.0.4-4) unstable; urgency=low
 .
   * Recommend tesseract OR gocr OR cuneiform, rather than AND
 Closes: #682100 gscan2pdf Recommends cuneiform which is in non-free
Checksums-Sha1: 
 af1c4944c659e8cf2ae4760a5f9aca3913e5e9c1 1287 gscan2pdf_1.0.4-4.dsc
 2e89ed163ca876212cb18901598c67d0163afce9 5547 gscan2pdf_1.0.4-4.diff.gz
 607df6d4ba26bd05d7b8333e28bd18757cda0794 400082 gscan2pdf_1.0.4-4_all.deb
Checksums-Sha256: 
 00c26a6cb54246e7e950fd313de0976cab577044c5f2ce8712e98843cae45c8e 1287 
gscan2pdf_1.0.4-4.dsc
 e21ed0151b2dbee7c2a8ead029ae2f89e9561d1e450aaaf1b365b06a83f54663 5547 
gscan2pdf_1.0.4-4.diff.gz
 bb663b8c96202a0eaa2ee620d8baaa151dc985cefd1f6d4496d5957980a27129 400082 
gscan2pdf_1.0.4-4_all.deb
Files: 
 4dd1deefd42de291862a349c60fceef8 1287 utils optional gscan2pdf_1.0.4-4.dsc
 d58c897d666928da92a8e2bf9047b64b 5547 utils optional gscan2pdf_1.0.4-4.diff.gz
 5c3f6c14dc5e806a8ff3d52fa65afac1 400082 utils optional 
gscan2pdf_1.0.4-4_all.deb

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

iEYEARECAAYFAlAIb/EACgkQVDAgnE3XzJOj6wCgpPtfvr8xsGMqWmHjhcm2ypKk
+isAoJtuDVYB5x52ujln+3cp6xrmrBWt
=5OlV
-END PGP SIGNATURE-


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



Accepted python-mode 1:6.0.10-1.1 (source all)

2012-07-19 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 16 Jul 2012 20:50:45 +0200
Source: python-mode
Binary: python-mode
Architecture: source all
Version: 1:6.0.10-1.1
Distribution: unstable
Urgency: low
Maintainer: Barry Warsaw ba...@python.org
Changed-By: Hilko Bengen ben...@debian.org
Description: 
 python-mode - Python mode for GNU Emacs and XEmacs
Closes: 679591
Changes: 
 python-mode (1:6.0.10-1.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * Fixed upgrade failure: Symlinks are sufficient (Closes: #679591)
Checksums-Sha1: 
 92c9a774430d018c3b9b3c114214b006a9334f7e 1292 python-mode_6.0.10-1.1.dsc
 da142d1dac04b58b7d34455df042a6b11359606a 5822 
python-mode_6.0.10-1.1.debian.tar.gz
 c129a266b0de3982fbbb4a621e8531bf8990f807 133554 python-mode_6.0.10-1.1_all.deb
Checksums-Sha256: 
 20325ec545c28c0920bc1389dc92f9b29906f0da882b51505428dd23365c8eb0 1292 
python-mode_6.0.10-1.1.dsc
 dfd2bf716da1118d2175a63bdd543ea5d8281dd3db85e47c1fdff1690cff0eb1 5822 
python-mode_6.0.10-1.1.debian.tar.gz
 1df8588d69593189058b40d4908cbbb9d90ea739bdfc1e562924c04ee238114d 133554 
python-mode_6.0.10-1.1_all.deb
Files: 
 788e7bf502374452c56565c92df54036 1292 python optional 
python-mode_6.0.10-1.1.dsc
 c8e421930ee72668bf5d0ef09889b921 5822 python optional 
python-mode_6.0.10-1.1.debian.tar.gz
 57c10b8c88876060934cb46cf8dd0c78 133554 python optional 
python-mode_6.0.10-1.1_all.deb

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

iEYEARECAAYFAlAEZNsACgkQUCgnLz/SlGjJDQCg7uQ/RG8RelfQeoE3ak9IJpjR
8o0AnizAJ594mkVmvsau+EolmA1jjALA
=F6sc
-END PGP SIGNATURE-


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



Accepted urwid 1.0.2-1 (source amd64)

2012-07-19 Thread Ian Ward
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 13 Jul 2012 21:56:33 +
Source: urwid
Binary: python-urwid python3-urwid
Architecture: source amd64
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Ian Ward i...@excess.org
Description: 
 python-urwid - curses-based UI/widget library for Python
 python3-urwid - curses-based UI/widget library for Python 3
Changes: 
 urwid (1.0.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 1070e1fbece4ae1657f191a34ceb58d3825dc7af 2176 urwid_1.0.2-1.dsc
 1f689120731c6e7eb44bf7a724b86265c89f6600 285489 urwid_1.0.2.orig.tar.gz
 0c4333630b01e673b60baa8fe18eb49312916118 4751 urwid_1.0.2-1.debian.tar.gz
 428e8a19ca64f1d37dd020872c758eed9aa0b794 285722 python-urwid_1.0.2-1_amd64.deb
 186b11d403869f1a2a5625c2715c6059df337850 184568 python3-urwid_1.0.2-1_amd64.deb
Checksums-Sha256: 
 c79cc9aa81e943fe5cec477a5a418d1a0009b9da376cce56636045c3874cf222 2176 
urwid_1.0.2-1.dsc
 2e13bd98dc8162caeb768263b6805f98a468ccb3bc28f6eed54770c80a514b37 285489 
urwid_1.0.2.orig.tar.gz
 74ee6c22e405ad72103cca82c79aa1a753d8dbbbcd9fb00dcf8925089224af7b 4751 
urwid_1.0.2-1.debian.tar.gz
 9512106483aab43728f6db13d7c7a9095595767b7fbcbf4b9f5f02717a439652 285722 
python-urwid_1.0.2-1_amd64.deb
 339ccf99eab8c03ca443c8b041f38f5e727b01ab928a6383e266dafde8309d41 184568 
python3-urwid_1.0.2-1_amd64.deb
Files: 
 0211b2bed3031f846d5c356898a9d765 2176 python optional urwid_1.0.2-1.dsc
 00542bbd15fae7ea60b02a7570edee2b 285489 python optional urwid_1.0.2.orig.tar.gz
 4242c96dffcbb80570d2d56ef8014b63 4751 python optional 
urwid_1.0.2-1.debian.tar.gz
 d24de04e2b0b905870af1beb2beb16cb 285722 python optional 
python-urwid_1.0.2-1_amd64.deb
 b6dea131ca4a4a54042bc9608e5aa1af 184568 python optional 
python3-urwid_1.0.2-1_amd64.deb

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

iQIcBAEBCgAGBQJQCGsMAAoJEK728aKnRXZFrgEP/R1JlTzDKQN7Qt7iqVEYZ0Ar
tbhBgeaoVr/dgioWB6AhrHlks8ERxZJja8xy5JQpvQh+mwSEY51ZL+Kgshrp7o4b
NG7eJv1TwfSD5fhGwmuVNLnbHRvLqUuV28rZy/eR3GtIDugiqG2DpMwcMUUgf2NN
R8ZLGoM+F1Cn1yZGSO+KIz+/+Lir9hNytlmNFDSCxoRD5bo2BvvSPuY42A3mZrcg
v59LtipTWObm5mYbeTxFtFyrfIdjbi9rZOG5+334d+ZEqPNkkeTQUAg6C+vGTVCo
qFT0hWut455FNqD8c6OD1vLrEcStX+HDA3CEivfscKDBQIYzUv0u5Q+u2tbksY5t
O0LaVx5otKBC1J41O2ADGKn+1ZZvslTXoakQfKSJQyt+VkAzhEQnCznjfvn4wqXY
GVdZMfMghOKFt2/0yGSj9fiTMfn+3T7S6l4liiFbEmAhctk8EIEgTgk50csuEFXE
omzNYTErnfEdkKxwG888m4rzI8YZbdTD48bBQo75kyxku89VMa1PTkaFe6w0QTq7
864ZALdr/FM35eJ2AlP5IPwKUyAVpX30tTjBGdvDJVHkscwgPfN9I/cRvMzwiTZF
06xLDFN2fM7F5EJ3cuy1CMTblBTriVJwX9E/mkJxedCAY7eX2oD9ApTcasrdtFDv
jg/+u7CrkanoRkKm6Cz/
=TylK
-END PGP SIGNATURE-


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



Accepted tickr 0.6.2-1 (source amd64)

2012-07-19 Thread Emmanuel Thomas-Maurin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Jul 2012 22:53:02 +0200
Source: tickr
Binary: tickr
Architecture: source amd64
Version: 0.6.2-1
Distribution: experimental
Urgency: low
Maintainer: Emmanuel Thomas-Maurin manutm...@gmail.com
Changed-By: Emmanuel Thomas-Maurin manutm...@gmail.com
Description: 
 tickr  - GTK-based highly graphically-customizable Feed Ticker
Changes: 
 tickr (0.6.2-1) experimental; urgency=low
 .
   * Non standard feed rank support in OPML file.
 .
   * Add new optional 'feed re-ordering by user' feature.
 .
   * Add in libetm-0.4.4/str_mem.c/h: (int) str_is_num(const char *) and
 (int) str_is_blank(const char *).
 .
   * In feed picker win, 'enter' in (rank_/url_)entry launches 'add/upd'
 (GTK_RESPONSE_ADD) instead of 'ok (single)' (GTK_RESPONSE_SINGLE).
 .
   * Question at program start-up about new feed list format conversion:
 if version = 0.6.2 and feed list exists and feed list backup doesn't
 exist, create backup and convert to new format.
 .
   * In tickr_feedpicker.c: fix 'cancel' action.
 .
   * New func FList *f_list_clone(FList *) in tickr_list/c/h.
 .
   * Use GTK_RESPONSE_CANCEL_CLOSE only.
 .
   * In compute_surface_and_win(), remove:
   if (prm-icon_in_taskbar == 'n')
 gtk_window_deiconify(GTK_WINDOW(env-win));
 from update_win_dims() (why was it there?) to fix 'tickr keeps
 stealing focus' bug. Also replace params_have_been_changed() with
 win_params_have_been_changed(). (LP: #900759, #951452, #1017107)
 .
   * Fix (regression bug) segfault which occurs when opening text file
 and attempting to 'format_resource()' 'not-generated-if-resource-is-
 file' XML_DUMP_EXTRA file.
 .
   * Libetm version 0.4.3 - 0.4.4 (see below.)
 .
   * Add get_appdata-dir_w() in libetm-0.4.4:win32_specific.c and
 get_appdata_dir_utf8() in tickr_resource.c to fix non-ascii (for
 instance cyrillic) user name in app data dir issue on win32.
 Also remove seemingly useless g_win32_locale_filename_from_utf8()
 stuff on win32.
 .
   * If 'item title' and 'item description' both unchecked in pref win,
 warn about 'pointless' setup and ask for confirmation before saving
 config.
 .
   * Add new TickerEnv member (int) mouse_x_in_drwa used to continuously
 tracks (guess what?) mouse x position. Now we have:
 - tooltips with descriptions when ticker displays only titles
 and
 - tooltips with titles when ticker displays only descriptions.
 .
   * Add fp_extra stuff in tickr_feedparser.c to get item titles /
 descriptions (in tooltips and others) when they are no displayed.
 .
   * Remove tmp files when exiting tickr_resource.c:format_resource().
 .
   * Add env-c_surf test in shift2left_callback(). (LP: #1011316)
Checksums-Sha1: 
 f6870aa12728040e7b80495674cfcebb54de4403 1730 tickr_0.6.2-1.dsc
 9c9adda3ce2012bb141e07d883e3dfa6231282e8 727571 tickr_0.6.2.orig.tar.gz
 09324b0fa5d4762d61201ceec44264672845a71f 5827 tickr_0.6.2-1.debian.tar.gz
 33c3cf203855110373e8ab7cdeca927c15e80096 136716 tickr_0.6.2-1_amd64.deb
Checksums-Sha256: 
 d70eef3cee99fb45cfac0048dd0f41e5c1ab5ac0eb9d2b2ae1c4f5ddb2190d10 1730 
tickr_0.6.2-1.dsc
 b61ac6109a8b72f54c4017b8ae21e688e4fd39501fcbc8517838a2b78280b460 727571 
tickr_0.6.2.orig.tar.gz
 4b4d301b3f7b16ecb9507da69e31328a52f7e704d32c100f11228cbf62adc676 5827 
tickr_0.6.2-1.debian.tar.gz
 98af0bb22d592aaef46cbb8fa68dd526b2f07e0efee0bf8714a23461e268b8b7 136716 
tickr_0.6.2-1_amd64.deb
Files: 
 cb8dc0d371202e1ef8219d34b88744e2 1730 net optional tickr_0.6.2-1.dsc
 f9185709ab8b87f3ada338f0e32b8d23 727571 net optional tickr_0.6.2.orig.tar.gz
 deb5844359dbc0bd30d5b0a4e3aaa9c9 5827 net optional tickr_0.6.2-1.debian.tar.gz
 889e5903fa2ad1032836dbbaf73d0191 136716 net optional tickr_0.6.2-1_amd64.deb

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

iQIcBAEBCAAGBQJQCHjIAAoJEEkIatPr4vMfevAQAImJcAfqBuU/6iREVUkw8VPt
YF4zTsGHclwo9mVERt0yEKp1aC5+ZltNv7pxytKga1iX4WqEy2VBXcSTBYQxkoM6
inpSyvT3+5DteON0g0JVlshkr992SMMhV3QSC5OYvz+r141v4/qxyMl6EeO+yGWZ
8c3UCIdm2IcgZoayFmdtG/9QqNFGV+TF1ArIjloAmyHX3BBFNGAwqAXg5EgdAuUk
rdAmru1b5X22DIcQr+qPzATOUmckjaDBq+LJ1OF5jAzILsupWG37uzERn2ifJYBS
sz/KXzRDSpQULHxdu+RJjL5KCzViuPNQtcQe3ZzxdGms6KqzGGdkohvSGKwrqka6
HyvoRkA/lyEeteBB7hEm9G8wXo+fGNf8gu4LeIb3/nby3ZghDTAy/wHpsUI2/8Ya
gizs2DOCova6Aaj+PxiyRJPMQKrBwL9bY2VHcc1WKvLbsghJDSq5Yq+nkdCf8oEA
TzPUlPyG7Z3yB2uyxt1zeW3WyM9XDP9HLWfF0fDWOL+DS6sJ9eNVa0MpOrrBkYZ/
IjCawX5nCN+2IvaGk0899nRXO7ssZxTFdAjskWZKVJYa0X/1dDHItuJsPSf/XshP
YA2f6O9BIibbSwxdglepd/x4ObW7Q6r6JeJaGC+Bb/xGeMKjtZE5z4BxwGoSiUD2
sJEOhITTsqvyklqWXigB
=0lix
-END PGP SIGNATURE-


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



Accepted r-base 2.15.1-4 (source i386 all)

2012-07-19 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 15 Jul 2012 17:56:35 -0500
Source: r-base
Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-doc-pdf 
r-doc-html r-doc-info r-recommended r-base-core-dbg
Architecture: source i386 all
Version: 2.15.1-4
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-base - GNU R statistical computation and graphics system
 r-base-core - GNU R core of statistical computation and graphics system
 r-base-core-dbg - GNU R debug symbols for statistical comp. language and 
environmen
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Closes: 679180
Changes: 
 r-base (2.15.1-4) unstable; urgency=low
 .
   * src/library/tools/R/install.R: Pass perl = TRUE parameter to sub()
 really passing it to sub and not to grep   (Closes: #679180)
Checksums-Sha1: 
 533bddacaab0ed37b340ebea9bbb55d05598143e 2087 r-base_2.15.1-4.dsc
 a94c73d8ad7cd9e0664468f219e6b29eaf98bfa7 86745 r-base_2.15.1-4.diff.gz
 732bbc46009192e3fc13456bcbe98be21e9a8090 20431824 r-base-core_2.15.1-4_i386.deb
 b53d614be715ddd35f2c4713dd2e294958529a88 619932 r-mathlib_2.15.1-4_i386.deb
 4baa79383bf09dd5c516e160060bdc8b3d964a26 3391474 
r-base-core-dbg_2.15.1-4_i386.deb
 4c00ab6e1b6150518e0b558ade51a889b9a90b98 36780 r-base_2.15.1-4_all.deb
 8c18d485597a6e80243e2b1e14321d30a7c127a5 3882 r-base-dev_2.15.1-4_all.deb
 87f1383ce1f89b26e09b2eb9a054d8d526fddc89 90240 r-base-html_2.15.1-4_all.deb
 2072feaa833dc1ac5e27e36b6fcce50ddd1049aa 8429106 r-doc-pdf_2.15.1-4_all.deb
 ddc41e0b5912ceb4a5e0669b6e3a8c3642e217f5 634172 r-doc-html_2.15.1-4_all.deb
 6c035c06d9013604e2794a0c93d1b7345c840bc3 543072 r-doc-info_2.15.1-4_all.deb
 f12849ab7caa495cd5f0c75de6acf627ec0a9c27 2678 r-recommended_2.15.1-4_all.deb
Checksums-Sha256: 
 c6e30cc0a65459bef4c2f6d85dbc1106649f15c1572ef7871ec35f3431f9b193 2087 
r-base_2.15.1-4.dsc
 66393a374f8bf0ee136c4b014df581c7bd3932582279733123e4e175bd36ef4a 86745 
r-base_2.15.1-4.diff.gz
 881eb6247acacb8f6563236d30d13e9691f352ea10390fdf267ae223068d2b32 20431824 
r-base-core_2.15.1-4_i386.deb
 e287bf74206f19ecc0b2efd0660d47ec3f1ca6c95e7a92b7ee35f82a7718d489 619932 
r-mathlib_2.15.1-4_i386.deb
 65a61b5aa1217012f4e4de677513d15bac09ee7fd86e0bac68959087d2d76327 3391474 
r-base-core-dbg_2.15.1-4_i386.deb
 73d30af56ea1beb0f1f04a9628290b35aa0fe092ccb3281b19092cd6c8551eca 36780 
r-base_2.15.1-4_all.deb
 d1db71677a515f2f5a76cfcc0c8f5668998ca67bc52cbdd86bedd81a162f176b 3882 
r-base-dev_2.15.1-4_all.deb
 215ac5973f6975ba4416c84357420b5b76e79c63332541edb4b6a39f9d71 90240 
r-base-html_2.15.1-4_all.deb
 f9463dc10e284793489e391df2b4d02dde040714be8adc185aa545e6dbf78ccc 8429106 
r-doc-pdf_2.15.1-4_all.deb
 2f3c1d0b0bda56edb900f27e68670741fc0bb0c5c1308e160529e796a28b631b 634172 
r-doc-html_2.15.1-4_all.deb
 14b42e6a5e246b335bbd4564debadddbec0863685f6b92fa619b917f454abdb8 543072 
r-doc-info_2.15.1-4_all.deb
 6cfed47668a444ae99b566a341f9fdb6ff9681da3a11ac59334fb7aa6c6ab1bd 2678 
r-recommended_2.15.1-4_all.deb
Files: 
 e0f12ccf7b3ec890369eef18960167bb 2087 gnu-r optional r-base_2.15.1-4.dsc
 68880d6ac81253e359bd1d241568bcab 86745 gnu-r optional r-base_2.15.1-4.diff.gz
 95f1ce2b6610cfd74e2f6e0ebb981a1c 20431824 gnu-r optional 
r-base-core_2.15.1-4_i386.deb
 ec98d9bb227a072515b8712a9bf6c7ce 619932 gnu-r optional 
r-mathlib_2.15.1-4_i386.deb
 75c5a367a39f5bcfdb6adf567eab05b7 3391474 debug extra 
r-base-core-dbg_2.15.1-4_i386.deb
 5ff761b57819419a1653b15aa5e93586 36780 gnu-r optional r-base_2.15.1-4_all.deb
 10b95c2a1d81d73d05331e0cabd6f513 3882 gnu-r optional 
r-base-dev_2.15.1-4_all.deb
 8300216ed7cf7b410139d1f4ee3af4e0 90240 doc extra r-base-html_2.15.1-4_all.deb
 20605f5a35a79600f41666c7bfb6e4bf 8429106 doc optional 
r-doc-pdf_2.15.1-4_all.deb
 4f35ce57f49755b6d7f05250bbb44a95 634172 doc optional 
r-doc-html_2.15.1-4_all.deb
 d51288116d9ea5b90e5ae59d4293fa98 543072 doc optional 
r-doc-info_2.15.1-4_all.deb
 2b8a9842906c9e3e1ef540203a7fe368 2678 gnu-r optional 
r-recommended_2.15.1-4_all.deb

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

iD8DBQFQA0zSCZSR95Gw07cRAo2mAJ9vGLNwobfrx2TaJSmP/riJlhPmxwCbB5eG
0KkyQVNdHSpHc6LYyYQfbz0=
=SuiL
-END PGP SIGNATURE-


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



Accepted hylafax 3:6.0.6-2 (source i386)

2012-07-19 Thread Joachim Wiedorn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 30 Jun 2012 23:00:00 +0200
Source: hylafax
Binary: hylafax-server hylafax-client hylafax-server-dbg hylafax-client-dbg
Architecture: source i386
Version: 3:6.0.6-2
Distribution: unstable
Urgency: medium
Maintainer: Giuseppe Sacco eppes...@debian.org
Changed-By: Joachim Wiedorn ad_deb...@joonet.de
Description: 
 hylafax-client - Flexible client/server fax software - client utilities
 hylafax-client-dbg - Debug symbols for the hylafax client utilities
 hylafax-server - Flexible client/server fax software - server daemons
 hylafax-server-dbg - Debug symbols for the hylafax server
Closes: 661482
Changes: 
 hylafax (3:6.0.6-2) unstable; urgency=medium
 .
   * debian/control:
 - Remove conflict to very old capi4hylafax version.
 - Update dependency to libgnomeprint2.2-data.
 - Move to debhelper (= 9) and compat level 9.
 - Bump to Standards Version 3.9.3 (no changes).
 - Update substvars and optimize sections.
 - Optimize description for hylafax-client-dbg.
   * Add missing hylafax-server.config for debconf support.
   * Update and optimize postinst and postrm scripts. (Closes: #661482)
   * Move manpage typetest.8 into hylafax-client package (same as binary).
   * dh_makeshlibs do not change post* pre* scripts needlessly.
   * Update lintian-overrides files for -client and -server.
   * debian/control: Add myself as uploader.
Checksums-Sha1: 
 a549d2b26023ccf3edb4e5bf5e98c950c828eb4b 1540 hylafax_6.0.6-2.dsc
 290dec1b9dfe8325be2e785cfce5c1296123942e 77788 hylafax_6.0.6-2.debian.tar.gz
 db39895759ecb56d236ad7db37d0ed33588cea29 1196086 
hylafax-server_6.0.6-2_i386.deb
 4618ef6ced546c38e9c84a9c8fb361b1a5864b39 373272 hylafax-client_6.0.6-2_i386.deb
 4fb579e03eb36c87e7342ca15629aec84f87fcea 1908476 
hylafax-server-dbg_6.0.6-2_i386.deb
 1f60d6fafad8580bb44b4c8ae7456766df6265de 560740 
hylafax-client-dbg_6.0.6-2_i386.deb
Checksums-Sha256: 
 b94be2dd64ea499c27952b259c9a36bfb615121242b8f5a6a6cd714ab39c 1540 
hylafax_6.0.6-2.dsc
 2bebb31f466adf35bce2d26b6447d24d8fbc40ab82802505c6e25632ab84f654 77788 
hylafax_6.0.6-2.debian.tar.gz
 2efe23c055e2a0528ce2034b99f7b10b3906baf3ebb1400323e9d1ec86838dd8 1196086 
hylafax-server_6.0.6-2_i386.deb
 760dc57cdc06c1459c3496bb037e56c45d11b39b1061f909587af3de34c8dc2a 373272 
hylafax-client_6.0.6-2_i386.deb
 5ecfcbf8be26db1f23b17dff3b1653bab28244c7043eefa4cc33dbc6de0909ed 1908476 
hylafax-server-dbg_6.0.6-2_i386.deb
 531439647c8aab2819e1905246cf81562bf281b4afba39deb3fc0c0e90fb0e39 560740 
hylafax-client-dbg_6.0.6-2_i386.deb
Files: 
 407964b1c0116c2d153f63b8e865730e 1540 comm extra hylafax_6.0.6-2.dsc
 5e757654bbe2624bc97b46f7960d8baa 77788 comm extra hylafax_6.0.6-2.debian.tar.gz
 c7701b80933c88feab1072fe442fb133 1196086 comm extra 
hylafax-server_6.0.6-2_i386.deb
 f93c674e63a2dabb1c85dd9243582d8d 373272 comm extra 
hylafax-client_6.0.6-2_i386.deb
 65fe6feac458b3d1c74a83e72e76efe0 1908476 debug extra 
hylafax-server-dbg_6.0.6-2_i386.deb
 c5c1d92c18bd8dcba639695baf8134fe 560740 debug extra 
hylafax-client-dbg_6.0.6-2_i386.deb

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

iEYEARECAAYFAlAIcC8ACgkQIgfFlOyXCJ2ooQCdEtTi6RI3n/IhywxRUiX76W7w
gVoAnjlLtjshm7Bft2qbNJQpxllzBpMB
=Xpc7
-END PGP SIGNATURE-


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



Accepted jmock2 2.5.1+dfsg-2 (source all)

2012-07-19 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 18 Jul 2012 19:56:57 +0200
Source: jmock2
Binary: libjmock2-java libjmock2-java-doc
Architecture: source all
Version: 2.5.1+dfsg-2
Distribution: sid
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libjmock2-java - Java library for testing code with mock objects
 libjmock2-java-doc - Documentation for jmock2
Closes: 662811
Changes: 
 jmock2 (2.5.1+dfsg-2) unstable; urgency=low
 .
   * Team upload.
   * Fix FTBFS with new libhamcrest-java = 1.2 by backporting upstream changes
 from 2.6.x release (Closes: #662811).
   * d/control: Bump Standards-Version to 3.9.3: no changes needed.
   * d/copyright: Upgrade from DEP5 to copyright format 1.0.
   * d/control: Remove Depends on JRE as per Java Policy.
Checksums-Sha1: 
 70f80b8abaef6af10fbaf2ebe8b365614d9f9f4e 2159 jmock2_2.5.1+dfsg-2.dsc
 e0f86305d5bc322a95e87946cad7c4710e5ad908 7313 jmock2_2.5.1+dfsg-2.debian.tar.gz
 8c94c65b47930bc505cc9889be9053c2af1c9e13 81142 
libjmock2-java_2.5.1+dfsg-2_all.deb
 b082f87b7ee9a27ae4d4f6472caa512649180ab5 70372 
libjmock2-java-doc_2.5.1+dfsg-2_all.deb
Checksums-Sha256: 
 b3688948fb0155c2db9b8e853242832de350c12ee4716721a5d23d1229c08049 2159 
jmock2_2.5.1+dfsg-2.dsc
 c96cb4c91ffd8c79ef4449909adb79256ac7a0acd2e8068b3f985ac7619bd731 7313 
jmock2_2.5.1+dfsg-2.debian.tar.gz
 9c6aef4f7761e23053388c095d2e3e3daa696dfa28c55b9277e7aee52129e8b8 81142 
libjmock2-java_2.5.1+dfsg-2_all.deb
 30670a1e8cf44ccd005666bd95a564477bc0774ce341763d51c64276616f94df 70372 
libjmock2-java-doc_2.5.1+dfsg-2_all.deb
Files: 
 f4e1240895234686b7c9b05503d75723 2159 java optional jmock2_2.5.1+dfsg-2.dsc
 125be654fc427955ae46012d25ed3c13 7313 java optional 
jmock2_2.5.1+dfsg-2.debian.tar.gz
 a196699680c270ce313a3110872bd8d5 81142 java optional 
libjmock2-java_2.5.1+dfsg-2_all.deb
 df6a03630ec63f059a45740bc280071d 70372 doc optional 
libjmock2-java-doc_2.5.1+dfsg-2_all.deb

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

iQIcBAEBCAAGBQJQCJDHAAoJEHXiDM0z50n8No4P/i8k2eVGKWH9RO8Fdy4GLV6B
BnSC5MeyKJs+ZFjV7xQ+5Y2i+gWySNfVEZGpr18HQeCUCJAo9jNDKXbVebIcFzy6
jFSzMD3PF0HcWjgka8PxxVsXsw2NMxPnn8mADRtcwWYxtB4HjjhUAisAl5ZFz53f
SK7ahjv5Qh0eTVCv6iXiCla0L4S8v9CUnAbJJqZutJE3AcNxhdkh2ViY9aNLdTrr
Iwvpz+g9O/ERWpvTdvYk696WchN1OlDQebIigvEaPkz+dqkd8a432y+eQzNhIuvD
sOBHLu+3cYLYOU5+CpTySvIXvENMgc2jWbdXHiyD54zLayFpA7NOgleel5Dhzmax
j5f3MY4OQRqGioe/Aws/csV+KZb4gAG5cYYk0E7uVEBaWpI6bpn6/GkYrEHzkgoJ
7KVBItTtx0VTdK7W00LL4hy2kF0K1WWUv7YyZ12q+3rraBmSgoQ2BAeuw/F70DBO
5BYZ7TEEo+YTnHLiTSWKlTXzksAuIr9dOHmb87MzoglSaAQTxc4688RojxtQ6hi3
FZ8psYxdlxoQuXwJGVlxVTEoz+7U9dAVXvIzeGSTnP9nl5xNl/gaSQ/YH8+CCVGK
XDuDPiLcYtyvrPf7pOXAdEnG7SpgfU05l1vkPRnuy9N6uOVMPMxDqPzeoO09eNwa
VLcWHr/A0muoAqvJJUWm
=ioOk
-END PGP SIGNATURE-


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



Accepted 389-ds-base 1.2.11.7-4 (source all i386)

2012-07-19 Thread Timo Aaltonen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Jul 2012 23:12:01 +0300
Source: 389-ds-base
Binary: 389-ds 389-ds-base-libs 389-ds-base-libs-dbg 389-ds-base-dev 
389-ds-base 389-ds-base-dbg
Architecture: source all i386
Version: 1.2.11.7-4
Distribution: unstable
Urgency: low
Maintainer: Debian 389ds Team 
pkg-fedora-ds-maintain...@lists.alioth.debian.org
Changed-By: Timo Aaltonen tjaal...@ubuntu.com
Description: 
 389-ds - 389 Directory Server suite - metapackage
 389-ds-base - 389 Directory Server suite - server
 389-ds-base-dbg - 389 Directory Server suite - server debugging symbols
 389-ds-base-dev - 389 Directory Server suite - development files
 389-ds-base-libs - 389 Directory Server suite - libraries
 389-ds-base-libs-dbg - 389 Directory Server suite - library debugging symbols
Closes: 681543
Changes: 
 389-ds-base (1.2.11.7-4) unstable; urgency=low
 .
   * debian/po: Remove, leftover from the template purge. (Closes: #681543)
Checksums-Sha1: 
 97c2e7ad8b1ca2a846a455d15774185fed7dddc2 2580 389-ds-base_1.2.11.7-4.dsc
 07c58ec22d91bfc0060070ac0cb0e2fbf9611d30 18105 
389-ds-base_1.2.11.7-4.debian.tar.gz
 b7d147ad3d8de79d724bc30bab7f362178fab635 14896 389-ds_1.2.11.7-4_all.deb
 3f39363545c9ee7f5a1851c863bdceac6106f4eb 426024 
389-ds-base-libs_1.2.11.7-4_i386.deb
 83829c9fc1deed34b32f64d89f83009d3f9b4911 1221380 
389-ds-base-libs-dbg_1.2.11.7-4_i386.deb
 2d0a05364af97b894b173d3539d24295ae630af2 75382 
389-ds-base-dev_1.2.11.7-4_i386.deb
 cc45bb28a0260b895be45d078da64454801ba81a 1674774 
389-ds-base_1.2.11.7-4_i386.deb
 50c00a264d31b303c4f613137dd21f9439241f8a 4162454 
389-ds-base-dbg_1.2.11.7-4_i386.deb
Checksums-Sha256: 
 10a94960adfb4c6f6cca4896ccbbf9cacf1c38ad14437fc8b4ec1995c84d2f56 2580 
389-ds-base_1.2.11.7-4.dsc
 0b1da7f98893860bfd174bd759f140e3c29722b61582877420f1d58d5e91876a 18105 
389-ds-base_1.2.11.7-4.debian.tar.gz
 fc881c1f0424031505fa0144e2611dc205fa64fac311c116cac81161e15dd9bd 14896 
389-ds_1.2.11.7-4_all.deb
 5ad4af205fc5893d384015e2289b5925196075d79bc37a23f76d0e99acf75fd2 426024 
389-ds-base-libs_1.2.11.7-4_i386.deb
 f3816d74cba7100246a6b04abf1b0b53d13ff2ab2833cb42f178eefe094bb7b7 1221380 
389-ds-base-libs-dbg_1.2.11.7-4_i386.deb
 b3606532a5054e54bf41418f0be4b7b676d8f94addd8aa24b2487201d6e65e45 75382 
389-ds-base-dev_1.2.11.7-4_i386.deb
 e16b7c39d6a8ee84fa2f47929cfaf395643cf28fd888f3b0ba2924e9e81e5056 1674774 
389-ds-base_1.2.11.7-4_i386.deb
 4fc6a9c42be3cae977db08e4333f240f49abd06a5ab295c25faaa3281db06a8a 4162454 
389-ds-base-dbg_1.2.11.7-4_i386.deb
Files: 
 7ada3dc9ceda93c07ac04d24ca34bf85 2580 net optional 389-ds-base_1.2.11.7-4.dsc
 c258e349bf65411a2f2a476080b6a383 18105 net optional 
389-ds-base_1.2.11.7-4.debian.tar.gz
 380eb013314952d9d77677555b00d9d7 14896 net optional 389-ds_1.2.11.7-4_all.deb
 4f2df7a2622f91149536b1cc84e416a2 426024 libs optional 
389-ds-base-libs_1.2.11.7-4_i386.deb
 77bc077110e2a7c66b8c906b8f3867f6 1221380 debug extra 
389-ds-base-libs-dbg_1.2.11.7-4_i386.deb
 845ac6c09e07deecf03339d38b0ddd0a 75382 libdevel optional 
389-ds-base-dev_1.2.11.7-4_i386.deb
 6e4a64e96917d51ee44e652fbebd0e6f 1674774 net optional 
389-ds-base_1.2.11.7-4_i386.deb
 e08f0d6bfda666221a6add8fedbafac0 4162454 debug extra 
389-ds-base-dbg_1.2.11.7-4_i386.deb

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

iQIVAwUBUAipSIcvcCxNbiWoAQIPYw//dwVdr2ivepnQSlM9SFdUOgFg+3T1zdh5
Y2VN3kjLzI5gyFIITsoOsc/PoUM2AFCHKwAqGcSTWPjV0eMOwNSUq45CPC5u4TBB
guU443NTDIReNLKIMy6tNrEZuD4FzBMsuD6E0slUDmS9XmOU1wsdm/sVsEKp0K58
4C0jAbjrK/9CfkyDDT13qkQ6VuY5Uqo4Pg2hSHkDUNF3AYxnZOjLb8BBUBGwlwxo
UuEYpT5EKZnAOoivGH2KRodEQLc2DOCKGpO+bFdfaZ1/lHpSgcBQYVa0nxFD76dv
1k16K7cqFpM8iNWxQee+Ap4QcUrH26rt7AkQMcogVOk8V8EgIZ2/x93/k8Xh6RTh
+hCw7ZWrjepsxO33ae+dFrNUVAUy0dXkA9kYEZfW/RA+tweBBDxMzD07chLDmePG
3WAiIxMdmaeVTbLc3XczpOpr0g+sGjhZ9OS32mYKDpJdEB8Gxbyw+oSQePjKjZip
kqusDMRp11KEehB5QqK/QH8zpnS49zo0QpHIWRAslGgK9NO2ej6JAWeTOTpRDJZY
RrkM20C+At+IQUHFh1v3YLdjuLM5yfcbjrhMlO3it/gHkSuKGwZt59wcgbTBPgQi
vB3sc4Uyd1Uz+4Wgx05mLOqANWwW7BB8LMBAw4u28x1HUPBvhaLdBeIIIHjYxLIW
ZVStOIM29AQ=
=P6yc
-END PGP SIGNATURE-


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



Accepted tzdata 2012d-1 (source all)

2012-07-19 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 19 Jul 2012 22:43:21 -0400
Source: tzdata
Binary: tzdata tzdata-java
Architecture: source all
Version: 2012d-1
Distribution: unstable
Urgency: low
Maintainer: GNU Libc Maintainers debian-gl...@lists.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 tzdata - time zone and daylight-saving time data
 tzdata-java - time zone and daylight-saving time data for use by java runtimes
Closes: 658403 672213 677910
Changes: 
 tzdata (2012d-1) unstable; urgency=low
 .
   [ Debconf translations ]
   * Thai (Theppitak Karoonboonyanan).  Closes: #672213
   * Really add Polish translation. Really Closes: #658403
   * Slovak (Ivan Masár).  Closes: #677910
 .
   [ Clint Adams ]
   * New upstream version.
Checksums-Sha1: 
 7f17566499916526a1347786910bf6c66720d954 1915 tzdata_2012d-1.dsc
 65d98727233bfd3f5d20dceafab0a81ae2cb5527 206219 tzdata_2012d.orig.tar.gz
 7b71efdc76374b72d25466cde4d4c61dcddaf66e 102004 tzdata_2012d-1.debian.tar.xz
 bcd180cd84b2d93e8eea4c54afd6a6f4e0c28b18 482864 tzdata_2012d-1_all.deb
 c1fabc7edf7ed18dae22f44f48dbf21173975903 149822 tzdata-java_2012d-1_all.deb
Checksums-Sha256: 
 666b510f3e1bf012a09fa2aced146899ed3067b20bad2b02fb334df6cc28cf9e 1915 
tzdata_2012d-1.dsc
 46c0e92a7aa89c3cfe571b585ceb6958bb444604aea3e09587f2cbe474c95575 206219 
tzdata_2012d.orig.tar.gz
 050b19c74706a9680df67916cfe2dd270dc0419d94a7c2db0c8a479794228cc0 102004 
tzdata_2012d-1.debian.tar.xz
 ecacc1d99fc11ee951dbf0e0959dfb4c3de41687996948397415a7c23a5e88c1 482864 
tzdata_2012d-1_all.deb
 4631a1fba62286ca4f5d6ce1303b6605df5fb3328a595a1aa8503f302868dfc4 149822 
tzdata-java_2012d-1_all.deb
Files: 
 c2377508f3d7745450dc8fe0b65b0af1 1915 libs required tzdata_2012d-1.dsc
 fc0f54b76054800394f8c366ea1eeea7 206219 libs required tzdata_2012d.orig.tar.gz
 11dbf57881d77d17c04915f53bf05462 102004 libs required 
tzdata_2012d-1.debian.tar.xz
 c4b1fcaad94c602c91dbfaa3afb606ce 482864 libs required tzdata_2012d-1_all.deb
 ccb88fe5cb6321003b5c81d1015cc2c9 149822 java optional 
tzdata-java_2012d-1_all.deb

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

iQIcBAEBCgAGBQJQCMeiAAoJEFWSMx4ZnTio3swP/0bIhbkT4KrxIfeg1RtJ7lAp
LG38HdyspbICCyCBsdfyGUmO9EelA5vLFbUBlF/G/bJo9mBZQWJFgWw0Dc+QN0zO
ist9XRHNNlNKeRTlgXFfyjPSm+dVrjE92bA5vXN2lOHiTwjrtRQRDUEOIDdsy2jL
bz2m3MjiAUXmIV+SqVCNY4ANP2E6ZuaCypWQtRb6uMgOQCeChv7Kh5g9iZ5FaNuP
x7+28AzBx5rD2fYrbBV/jfg07OZEu+dClcVm51phd4d4B1sSn+KE+8v49079ar5A
3Jyr3sXP/9pScBfXKnjcaV5tAuSrXwb4Tj0T1ZA9MVj8u3EDQIy8dxTBK3q2sqLd
f5YC0FDh/2Qgk4793Bira/rBf+8Ut2GavTbAbUgg1ukF2CSJhSVSbvkDVbuJL773
x2S8nnm04ilBtCENp6S0J3reuc2cZRsb0uD1xeanbw4d8nKio9uSdTKvXNoANaI6
6A0lN+qYZwq+YUSYyeyMEnZGldEU3AjCXUJO6XM+McacPVF3lt7VScDY2aqOhAi5
0jRF4hlHJODwr5dW2Z1/DCGxfDarWFh/PpW5sHVFvDv+CSu+2OW3bdBbTEiAGovL
se3GkrjE1iekM+PZUOBpOQU/2+s4yM0YNgqqgDo33NAtPtkxkZMzj4k7TuMMDKnp
XTLW1mVo6uFr1/x5y//9
=u1LE
-END PGP SIGNATURE-


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



Accepted texmacs 1:1.0.7.15-2 (source all i386)

2012-07-19 Thread Atsuhito KOHDA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Jul 2012 12:42:28 +0900
Source: texmacs
Binary: texmacs texmacs-common
Architecture: source all i386
Version: 1:1.0.7.15-2
Distribution: unstable
Urgency: low
Maintainer: Atsuhito KOHDA ko...@debian.org
Changed-By: Atsuhito KOHDA ko...@debian.org
Description: 
 texmacs- WYSIWYG mathematical text editor using TeX fonts
 texmacs-common - WYSIWYG mathematical text editor using TeX fonts
Closes: 666482
Changes: 
 texmacs (1:1.0.7.15-2) unstable; urgency=low
 .
   * Call rsvg-convert instead of rsvg in init-images.scm to allow for
 rsvg to be dropped from the librsvg2-bin package. (Closes: #666482)
Checksums-Sha1: 
 d8e4480bb15905a19efbd70480f172766856fb9d 1422 texmacs_1.0.7.15-2.dsc
 1389eff954841af06dd6a7e07baae86e8272de23 33468 texmacs_1.0.7.15-2.diff.gz
 1ca680d05edeb13c566c00c829841d0a69ea9042 12940704 
texmacs-common_1.0.7.15-2_all.deb
 93db0c0132a12b73cc806711eae5ff56d5810652 2230074 texmacs_1.0.7.15-2_i386.deb
Checksums-Sha256: 
 64f4b740cd0a5590c075f05a9aae771a4188ec040595344a1e86b85333561cfd 1422 
texmacs_1.0.7.15-2.dsc
 fa93bdb6e4187413e58d27ef47414a816b8d66fa034e2e5fafebcc6d9db50a42 33468 
texmacs_1.0.7.15-2.diff.gz
 1c10c16c99771e213aa2c4e2f0fa3ff2a6d052091f15f7fcf2dd641475f36e2e 12940704 
texmacs-common_1.0.7.15-2_all.deb
 c544977504a3cf0e78048d69fcea017d3000f0b58b74d9061900049076039c07 2230074 
texmacs_1.0.7.15-2_i386.deb
Files: 
 deff5b885eaaa696f58766f61ea8bcea 1422 editors optional texmacs_1.0.7.15-2.dsc
 595f83b070f5bf6edb5952d48f158187 33468 editors optional 
texmacs_1.0.7.15-2.diff.gz
 ee785ae5118afe62d12e9fd581bab077 12940704 editors optional 
texmacs-common_1.0.7.15-2_all.deb
 2b31f544f1f92f495071eeed6b99a7fa 2230074 editors optional 
texmacs_1.0.7.15-2_i386.deb

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

iEYEARECAAYFAlAI2NQACgkQ1IXdL1v6kOy3fgCeKKoybczffqB/KOui7lVfsc55
ha0An1SOJ0mR7m3S0QjmO1VjrF+69pFp
=VGzx
-END PGP SIGNATURE-


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