Bug#588891: Policy 8.6 (shlibs files) needs a serious rewrite to cover symbols

2010-07-13 Thread Goswin von Brederlow
Package: debian-policy
Version: 3.8.4.0
Severity: normal

Hi,

Debian Policy 8.6 'Dependencies between the library and other packages
- the shlibs system' seems seriously out of date as it makes no
mentioning of symbols files at all.

Other than the lack of documentation of the superior system I find the
following sentence problematic:

  | Thus, when a package is built which contains any shared libraries,
  | it must provide a shlibs file for other packages to use, ...

A package that provides a symbols file but no shlibs file is fully
functional but would violate a MUST directive. Providing a shlibs file
as well as symbols just duplicates information needlessly (and then
maintainer will forget to change one when they change the other) and
not every library can be entered in shlibs as it requires a specific
SOVERSION pattern. Symbols files on the other hand match the full
SONAME and have no such restriction.

Point being symbols file are a superset of shlibs feature wise and
policy should mention them and allow their use instead (or in
combination with if wanted) shlibs file.

MfG
Goswin

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31.6-xen-2010.02.18 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

debian-policy depends on no packages.

debian-policy recommends no packages.

Versions of packages debian-policy suggests:
ii  doc-base  0.9.5  utilities to manage online documen

-- no debconf information



-- 
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/20100713075819.5803.10172.report...@frosties.localdomain



What's going on in Debian Qt world?

2010-07-13 Thread Fathi Boudra
Hi,

Qt 4.7.0 beta 2 and Qt Creator 2.0.0 have been released upstream. There's some
noticeable changes in our Qt packages compared to Qt 4.6.x series:
 - legacy Qt Assistant (ADP) is removed
 - new Qt declarative module is introduced
 - Qt Multimedia and Qt Webkit aren't being built anymore

In case your package depends on the deprecated Qt Assistant, it is still being
shipped in a separated Qt Assistant compatibility package called
qt-assistant-compat.

Qt Multimedia is now shipped from Qt Mobility API instead of Qt. The module has
been renamed to Qt Mobility MultimediaKit. Qt Mobility delivers a set of APIs
for mobile device functionality.

Qt WebKit is shipped standalone, separated from Qt. Hopefully, it will make
Qt WebKit security support easier.

There are also a new component in the family: Qt Messaging Framework (QMF).
The Qt Messaging Framework, QMF, consists of a C++ library and daemon server
process that can be used to build email clients, and more generally software
that interacts with email and mail servers.

Finally, I have started to ship a snapshot of a new Phonon backend: Phonon VLC,
one backend to rule them all ;)

All the packages can be found in Debian Experimental repository, except
Qt Simulator, a simulator for Qt applications running on Nokia devices.
This package should land soon in Debian archives.

I encourage you to try building your Qt applications against these packages and
please, report any bugs you encounter.

Enjoy.

Cheers,

Fathi
Debian Qt/KDE team

http://packages.qa.debian.org/q/qt4-x11.html
http://packages.qa.debian.org/q/qtcreator.html
http://packages.qa.debian.org/q/qt-assistant-compat.html
http://packages.qa.debian.org/q/qtmobility.html
http://packages.qa.debian.org/q/qtwebkit.html
http://packages.qa.debian.org/q/qmf.html
http://packages.qa.debian.org/p/phonon-backend-vlc.html
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587759


-- 
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/aanlktinqdqwhngm2hhxrvpf8_qcrlyapjps5bhwbo...@mail.gmail.com



Re: [RFC] removing xserver-xorg-video-nv from squeeze

2010-07-13 Thread Cyril Brulebois
Stephen Powell zlinux...@wowway.com (12/07/2010):
 But I can't get the nouveau driver to use my custom 100 Hz
 Interlaced mode, or even the VESA standard 87 Hz Interlaced mode.
 It insists on running the monitor at 60 Hz non-interlaced.  And my
 eyes just won't take that for very long.  At 100 Hz interlaced, I
 can look at the screen all day long with no eye strain.  But at 60
 Hz non-interlaced, my eyes are tired after 30 minutes or so.  I
 assume that that is due to no support for UMS.

Care to share a reference to the bug you reported?

 The intel driver supports both KMS and UMS.

That's no longer correct. http://ikibiki.org/blog/2010/07/04/We_need_you_redux/

 I see no reason why the nouveau people should decide to RAM KMS down
 our throats, whether we want it or not.  And with my present
 hardware, nv appears to be my only viable solution.

What about “less code, less maintenance” for a start?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: dh and dh_installxmlcatalogs

2010-07-13 Thread Bernd Zeimetz
On 07/13/2010 03:47 AM, Jack Bates wrote:
 What's the preferred way to get dh to run dh_installxmlcatalogs?

The best way would be to provide a dh sequence plugin for xml-core, so all you'd
have to do is to run dh --with xmlcatalogs or something like that. See
/usr/share/perl5/Debian/Debhelper/Sequence for examples. Obviously that is not a
quick fix and needs an xml-core upload.


The other way would be to override one of the dh_* calls, for example

override_dh_install:
dh_install
dh_installxmlcatalogs

There are other ways for sure :)

Cheers,

Bernd

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


-- 
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/4c3c334e.10...@bzed.de



Re: [RFC] removing xserver-xorg-video-nv from squeeze

2010-07-13 Thread Ben Hutchings
On Mon, 2010-07-12 at 22:31 -0400, Stephen Powell wrote:
[...]
 But I can't get the nouveau driver
 to use my custom 100 Hz Interlaced mode, or even the VESA standard 87 Hz
 Interlaced mode.  It insists on running the monitor at 60 Hz
 non-interlaced.  And my eyes just won't take that for very long.
 At 100 Hz interlaced, I can look at the screen all day long with no eye
 strain.  But at 60 Hz non-interlaced, my eyes are tired after 30 minutes
 or so.  I assume that that is due to no support for UMS.

I assume you've filed a bug requesting support for custom modes, as
requested by the X maintainers?

  There is no bug number here because
  I'm sure that upstream would consider this a feature and not a bug.  In 
  other
  words, they would consider operation of the driver with KMS off an 
  enhancement
  request.
  
  Indeed you would be wasting your time, upstream deliberately removed all
  UMS support from the nouveau X driver some months ago.
 
 That really annoys me.  I was down on the nv driver because Nvidia decided
 not to add support for newer GPUs to it.  But at least it supports UMS for
 older cards like mine.  If you get rid of the nv driver, it looks like I will
 have to get another monitor or another video card, even though there is 
 nothing
 wrong with either of them.
 
 The intel driver supports both KMS and UMS.

Not any more.

 I see no reason why the nouveau
 people should decide to RAM KMS down our throats, whether we want it or not.

Because UMS is a nasty hack that makes various features impossible, and
it is too much work to maintain both models.

 And with my present hardware, nv appears to be my only viable solution.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.



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


Bug#588924: ITP: r-cran-aplpack -- Another Plot PACKage for GNU R

2010-07-13 Thread Steffen Moeller
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller steffen_moel...@gmx.de

* Package name: r-cran-aplpack
* URL : http://cran.r-project.org/web/packages/aplpack
* License : GPL-2+
  Programming Lang: R
  Description : Another Plot PACKage for GNU R

 The package offers a set of functions for drawing special plots.
 This comprises stem.leaf which plots a stem and leaf plot, the bagplot 
 to plot a 2D variant of boxplots, faces plots chernoff faces,
 spin3R supports the inspection of a 3D point cloud and there are
 slider functions for interactive graphics.



-- 
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/20100713133820.25742.60064.report...@moeller-desktop



Bug#588926: ITP: kbackup -- KDE based system backup tool

2010-07-13 Thread Scott Kitterman
Package: wnpp
Severity: wishlist
Owner: Scott Kitterman sc...@kitterman.com

* Package name: kbackup
  Version : 0.7
  Upstream Author : Martin Koller kol...@aon.at
* URL : 
http://kde-apps.org/content/download.php?content=44998id=1tan=95788587
* License : GPL-2
  Programming Lang: C++
  Description : KDE based system backup tool

 Kbackup is a program that lets you back up any directories or files. It uses
 an easy to use directory tree to select the things to back up and lets you
 save your settings in profile files. These are simple textfiles containing
 definitions for directories and files to be included or excluded from the
 backup process.



-- 
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/20100713134751.19091.75166.report...@scott-laptop



Re: [RFC] removing xserver-xorg-video-nv from squeeze

2010-07-13 Thread Stephen Powell
Cyril Brulebois wrote:
 Care to share a reference to the bug you reported?
Ben Hutchings wrote:
 I assume you've filed a bug requesting support for custom modes, as
 requested by the X maintainers?

As Sven Joachim has pointed out, this would be an exercise in futility.
Upstream deliberately removed support for UMS a while ago.  From their point
of view, this is not a bug, this is a feature.  And that's why I use the
nv driver.  Is KMS supposed to work with custom video modes?  Is the nouveau
driver supposed to work with custom video modes?  If so, then
perhaps it would be worthwhile to file a bug report.  Otherwise, it's a
waste of time.

Stephen Powell wrote:
 The intel driver supports both KMS and UMS.

Cyril Brulebois wrote:
 That's no longer correct. 
 http://ikibiki.org/blog/2010/07/04/We_need_you_redux/

Ben Hutchings wrote:
 Not any more.

As of xserver-xorg-video-intel 2:2.9.1-4, which is current in Squeeze,
and for the i915G chipset, I can still pass

   modeset=0

to the i915 module and the X driver will still work.  Are you saying that
this is going to be taken away from me too?  Oh joy!

Ben Hutchings wrote:
 Because UMS is a nasty hack that makes various features impossible, and
 it is too much work to maintain both models.

I'm beginning to see what I'm up against.
I'm not trying to stand in the way of progress.  I wish I could, however,
stand in the way of regress.  When you take away features that used to
work and now don't anymore, that's not progress.  Whether the actual
mode setting takes place in kernel space or in user space is not my
issue.  I see the advantages of doing it in kernel space.  The problem is
two-fold, as I see it.  (1) The kernel wants to set the mode once and
leave it there, including when switching to a text console.  It doesn't
switch the card into a true hardware text mode.  (2) It appears to me that
the kernel (or video driver) may only support video modes that can be set
by the video BIOS.  Correct me if I'm wrong.  (It wouldn't be the first
time!)  But no-one is listening.  And if I stand in the way of regress,
I'll get run over.  (Sigh.)

Of course, this is not a Debian-specific issue.  Debian is just reacting
to what is going on upstream.  Keeping the nv driver is just delaying the
inevitable, apparently.

So I suppose I'll just have to throw out my monitor and use another one,
even though there's nothing wrong with my existing monitor, because the
video BIOS didn't anticipate my monitor's needs.  Progress.  (If you're
a hardware vendor.)

Cyril Brulebois wrote:
 Mraw,
 KiBi.

If this is supposed to mean something, perhaps you'll be kind enough
to share it with me.  A search of Internet slang did not yield any
results that made sense to me in this context.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
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/765392348.156870.1279033877304.javamail.r...@md01.wow.synacor.com



Re: [RFC] removing xserver-xorg-video-nv from squeeze

2010-07-13 Thread Brice Goglin
Le 13/07/2010 17:11, Stephen Powell a écrit :
 As of xserver-xorg-video-intel 2:2.9.1-4, which is current in Squeeze,
 and for the i915G chipset, I can still pass

modeset=0

 to the i915 module and the X driver will still work.  Are you saying that
 this is going to be taken away from me too?  Oh joy!
   


UMS support was removed in intel driver 2.10 (more than 6 months ago).
Latest Intel is 2.12 now. So 2.9 isn't really maintained upstream anymore...

Brice


-- 
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/4c3c8417.8070...@ens-lyon.org



Re: [RFC] removing xserver-xorg-video-nv from squeeze

2010-07-13 Thread Sven Joachim
On 2010-07-13 04:31 +0200, Stephen Powell wrote:

 Second, I can't seem to get an 80-column virtual console with KMS.
 Yes, I can change the font size, but the traditional 80-column display
 doesn't seem to present itself.  Maybe I just haven't tried hard enough.

It's not possible with a horizontal resolution of 1024, the closest you
can get are 85 columns with a 12 pixel wide font.  You can force a lower
resolution as a kernel parameter, though.  With 800x600 and a 10 pixel
wide font you have 80 columns, for instance.

 Because of that, I still use nv.  That's
 the *only* reason that I still use nv.

 I take that back.  There is a second reason.  But it's related.  nouveau
 ignores my custom video mode and insists on driving my CRT monitor at
 1024x768 resolution (which is what I want) and at 60 Hz vertical refresh
 (which is *not* what I want).  60 Hz vertical refresh produces noticeable
 flicker and really irritates my eyes after only a few minutes.  The only
 VESA standard video modes supported by my monitor for 1024x768 resolution
 are 1024x768 @ 60 Hz and 1024x768 @ 87 Hz Interlaced.  The 87 Hz Interlaced
 mode produces far less perceived flicker and eye irritation than the 60 Hz
 mode, but I designed a custom video mode for 1024x768 @ 100 Hz Interlaced
 that is even better.  (100 Hz is the maximum vertical refresh rate of the
 monitor).  This mode is still within the video bandwidth of the monitor
 (maximum supported pixel clock rate).  I'm very happy with it.

Nouveau supports some hidden cheat codes that may achieve this and are
not mentioned in the driver's modinfo, see
http://nouveau.freedesktop.org/wiki/KernelModeSetting (scroll to the end
of the page).

Sven


-- 
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/87sk3ns8ks@turtle.gmx.de



Re: [RFC] removing xserver-xorg-video-nv from squeeze

2010-07-13 Thread Cyril Brulebois
Stephen Powell zlinux...@wowway.com (13/07/2010):
 Cyril Brulebois wrote:
  Care to share a reference to the bug you reported?
 As Sven Joachim has pointed out, this would be an exercise in
 futility.  Upstream deliberately removed support for UMS a while
 ago.

Guess what, I *know*. And I didn't ask for an UMS-related bug
reference.

 From their point of view, this is not a bug, this is a feature.
 And that's why I use the nv driver.

No need to repeat yourself.

 Is KMS supposed to work with custom video modes?  Is the nouveau
 driver supposed to work with custom video modes?  If so, then
 perhaps it would be worthwhile to file a bug report.  Otherwise,
 it's a waste of time.

What about you stop wasting everybody's time asking questions instead
of reaching for an answer? From nouveau's website[1], [2] is one click
away.

 1. http://nouveau.freedesktop.org/
 2. http://nouveau.freedesktop.org/wiki/KernelModeSetting

 As of xserver-xorg-video-intel 2:2.9.1-4, which is current in
 Squeeze, and for the i915G chipset, I can still pass
 
modeset=0
 
 to the i915 module and the X driver will still work.  Are you saying
 that this is going to be taken away from me too?  Oh joy!

If you read what I pointed to in my first mail, you should be able to
figure out.

 [bla bla bla, the world hates you, bla bla bla]

 Cyril Brulebois wrote:
  Mraw,
  KiBi.
 
 If this is supposed to mean something, perhaps you'll be kind enough
 to share it with me.  A search of Internet slang did not yield any
 results that made sense to me in this context.

Never heard any cat?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: What's going on in Debian Qt world?

2010-07-13 Thread Kelly Clowers
On Tue, Jul 13, 2010 at 01:15, Fathi Boudra f...@debian.org wrote:

 Finally, I have started to ship a snapshot of a new Phonon backend: Phonon 
 VLC,
 one backend to rule them all ;)

You aren't going to drop the GStreamer backend, though, right?


Cheers,
Kelly Clowers


-- 
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/aanlktiloqutnxyywj_zvbrknes0l_fkgklqsd1ovv...@mail.gmail.com



Re: [RFC] removing xserver-xorg-video-nv from squeeze

2010-07-13 Thread Peter Samuelson

 On 2010-07-13 04:31 +0200, Stephen Powell wrote:
  I designed a custom video mode for 1024x768 @ 100 Hz Interlaced
  that is even better.  (100 Hz is the maximum vertical refresh rate
  of the monitor).  This mode is still within the video bandwidth of
  the monitor (maximum supported pixel clock rate).  I'm very happy
  with it.

[Sven Joachim]
 Nouveau supports some hidden cheat codes that may achieve this and are
 not mentioned in the driver's modinfo, see
 http://nouveau.freedesktop.org/wiki/KernelModeSetting (scroll to the end
 of the page).

That wiki page shows how to pass a module parameter to change the video
mode.  But it still doesn't look like it lets you define a custom mode.
The CVT magic may or may not be close enough for what he wants.

I suspect what Stephen really wants is 'fbset --timings'.  The question
is whether nouveaufb supports this.  I don't have a system with
nouveaufb running so I can't say.  But from past experience, I've
learned that not all framebuffer drivers do.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


-- 
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/20100713170912.gd3...@p12n.org



Bug#588946: ITP: wacom-source -- Wacom kernel driver in DKMS format

2010-07-13 Thread Taylor LeMasurier-Wren
Package: wnpp
Severity: wishlist
Owner: Taylor LeMasurier-Wren ripps...@gmail.com


  Package name: wacom-source
  Version : 0.8.8
  Upstream Author : Ping Cheng pi...@wacom.com
  URL : http://www.example.org/
  License : GPL-2
  Programming Lang: C
  Description : Wacom kernel driver in DKMS format

 This package builds an updated Wacom Kernel Module using
 DKMS. This replaces the out-of-date module included with the
 Kernel and rebuilds it whenever a new kernel is installed.



-- 
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/20100713163601.13539.90293.report...@ripps-desktop.eau.wi.charter.com



Re: [RFC] removing xserver-xorg-video-nv from squeeze

2010-07-13 Thread Salvo Tomaselli
On Monday 12 July 2010 20:33:15 Julien Cristau wrote:
 We don't have nvidia hardware, so maybe our perception is flawed.
I would say that you should ask for adoption or help maintaining the package. 

Bye

-- 
Salvo Tomaselli


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


Bug#588948: ITP: wacom-source -- Wacom kernel driver in DKMS format

2010-07-13 Thread Taylor LeMasurier-Wren
Package: wnpp
Severity: wishlist
Owner: Taylor LeMasurier-Wren ripps...@gmail.com


* Package name: wacom-source
  Version : 0.8.8
  Upstream Author : Ping Cheng pi...@wacom.com
* URL : http://linuxwacom.sourceforge.net
* License : GPL-2
  Programming Lang: C
  Description : Wacom kernel driver in DKMS format

 This package builds an updated Wacom Kernel Module using
 DKMS. This replaces the out-of-date module included with the
 Kernel and rebuilds it whenever a new kernel is installed.



-- 
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/20100713170427.14476.57389.report...@ripps-desktop.eau.wi.charter.com



Re: [RFC] removing xserver-xorg-video-nv from squeeze

2010-07-13 Thread Julien Cristau
On Tue, Jul 13, 2010 at 19:41:13 +0200, Salvo Tomaselli wrote:

 On Monday 12 July 2010 20:33:15 Julien Cristau wrote:
  We don't have nvidia hardware, so maybe our perception is flawed.
 I would say that you should ask for adoption or help maintaining the package. 
 
What is this supposed to mean?

Cheers,
Julien


signature.asc
Description: Digital signature


Re: Bug#588946: ITP: wacom-source -- Wacom kernel driver in DKMS format

2010-07-13 Thread Julien Cristau
On Tue, Jul 13, 2010 at 11:36:01 -0500, Taylor LeMasurier-Wren wrote:

 Package: wnpp
 Severity: wishlist
 Owner: Taylor LeMasurier-Wren ripps...@gmail.com
 
 
   Package name: wacom-source
   Version : 0.8.8
   Upstream Author : Ping Cheng pi...@wacom.com
   URL : http://www.example.org/
   License : GPL-2
   Programming Lang: C
   Description : Wacom kernel driver in DKMS format
 
  This package builds an updated Wacom Kernel Module using
  DKMS. This replaces the out-of-date module included with the
  Kernel and rebuilds it whenever a new kernel is installed.
 
If the driver included in mainline is out-of-date then it should be
updated, not worked around by a separate package, IMO.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: Bug#588946: ITP: wacom-source -- Wacom kernel driver in DKMS format

2010-07-13 Thread Julien Cristau
On Tue, Jul 13, 2010 at 13:00:33 -0500, Taylor LeMasurier-Wren wrote:

 I use Ubuntu, but have been having trouble getting any MOTU's or Ubuntu Devs
 to listen to me, so I made this package. If I can get this package into
 debian, than I can get it into Ubuntu, and than hopefully backported to
 Lucid.

So you're not only working around the kernel development process, you're
also working around the Ubuntu development process?  Way to go...

Cheers,
Julien


signature.asc
Description: Digital signature


upcoming issues with python-hulahop, python-xpcom, xulrunner-1.9.2

2010-07-13 Thread Luke Kenneth Casson Leighton
hi folks,

i don't know if you're aware of the ... issues shall we say ...
surrounding xulrunner 1.9.2 but there's a few changes going on.
python-xpcom is being *dropped* from xulrunner as a first class
citizen and is being turned into a third-rate one.  this isn't a
problem right now because debian releases versions of firefox that use
xulrunner-1.9.1.

the rdepends for python-xpcom include python-hulahop and
pyjamas-desktop, epiphany-gecko, sugar-web-activity and so on.
removal of python-xpcom basically screws these projects.

to make matters slightly worse, the mozilla team have dicked with the
xpcom interface c-code as they focus all-out on speed-speed-speed to
the absolute pathological exclusion of all else, in an attempt to
catch up with webkit's increasing mindshare.  this decision is
affecting all the language bindings (such as java-xpcom, python-xpcom
and so on).

so, right now, the situation is as follows:

* if you upgrade firefox to a version which uses xulrunner-1.9.2,
python-xpcom and its rdepends go out the window.

* even if you happen to include the third party module
http://hg.mozilla.org/pyxpcom as it is now known, xulrunner's XPCOM
code has been been brain-damaged to the extent that several key
strategic things such as python bindings to XMLHttpRequest will no
longer work.  todd whiteman has very kindly agreed to look at this,
and to keep up with the brain-damage.

basically i wanted to appraise people of the situation, because, with
xulrunner-1.9 being in debian/testing since pyjamas-desktop was added,
any attempt to follow the mozilla foundation's headless-chicken
meltdown moments means goodbye epiphany-gecko, sugar-web-activity and
pyjamas-desktop.  and... that would be bad :)

yes, you guessed it: ubuntu have indeed been led by the mozilla
foundation on this merry chase, and have indeed just happily ripped
out all the python-xpcom rdepends in the hope that noone would notice.

so... just a heads-up.

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/aanlktime__exg2vv9bbgin5cyrbopavaf_zykwvq_...@mail.gmail.com



Re: Bug#588946: ITP: wacom-source -- Wacom kernel driver in DKMS format

2010-07-13 Thread Joerg Jaspert

   Package name: wacom-source
   Version : 0.8.8
   Upstream Author : Ping Cheng pi...@wacom.com
   License : GPL-2
   Description : Wacom kernel driver in DKMS format
  This package builds an updated Wacom Kernel Module using
  DKMS. This replaces the out-of-date module included with the
  Kernel and rebuilds it whenever a new kernel is installed.

Is there a reason why this isn't simply done inside the kernel? Either
upstream, or if that doesn't work out for whatever reason, inside the
debian kernel tree?

 I use Ubuntu, but have been having trouble getting any MOTU's or Ubuntu Devs
 to listen to me, so I made this package. If I can get this package into
 debian, than I can get it into Ubuntu, and than hopefully backported to
 Lucid.
 So you're not only working around the kernel development process, you're
 also working around the Ubuntu development process?  Way to go...

This is indeed a pretty bad reasoning to put something into
Debian. They don't listen to me, lets force it down their throat this
way. I'm happy for any contribution to Debian, and I even much prefer
it going through Debian first and then move over to ubuntu, but this
looks like ignoring two existing sets of people.

-- 
bye, Joerg
  I. What would you do if a package has no sane default configuration?
 (There is *no* default configuration that works on most systems!)
   The best thing to do would be to add such a default configuration.
[... ARGS ...]


-- 
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/87d3urhtf5@delenn.ganneff.de



Accepted goobox 2.1.1-13 (source alpha)

2010-07-13 Thread Helge Kreutzmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 08:03:20 +0200
Source: goobox
Binary: goobox
Architecture: source alpha
Version: 2.1.1-13
Distribution: unstable
Urgency: low
Maintainer: Helge Kreutzmann deb...@helgefjell.de
Changed-By: Helge Kreutzmann deb...@helgefjell.de
Description: 
 goobox - CD player and ripper with GNOME 2 integration
Changes: 
 goobox (2.1.1-13) unstable; urgency=low
 .
   * Limit maximal compression for flac to 8 instead of 9. Even when
 encoding directly via gst-launch a quality of 9 throws an error.
 Closes LP: #304463 and Closes LP: #304491.
 This is upstream bug 624188, fix taken from upstream git.
   * po/ja.po updated from upstream git.
   * po/sl.po updated from upstream git.
Checksums-Sha1: 
 d379d5b0587b657d41170ecff6d62aa5a3d99bcb 1280 goobox_2.1.1-13.dsc
 8bd1f52e09f330da5c4d054dcb8564adf233b509 121317 goobox_2.1.1-13.debian.tar.gz
 977b35680aa2c81d2ae23590941aa08ac43d2879 318688 goobox_2.1.1-13_alpha.deb
Checksums-Sha256: 
 555c6ac7f92deb17a1c0b9f170d5aae0351e8b1701d371d9417c1deca0e7d3a1 1280 
goobox_2.1.1-13.dsc
 391cfe37f2ea0a849dc1886a2d76d064d1e0d7423565366bdceaa86e02b1bbc5 121317 
goobox_2.1.1-13.debian.tar.gz
 819f20da711b0475523a95ad9fb908572a8d418fb030237cd37c4b94a464d744 318688 
goobox_2.1.1-13_alpha.deb
Files: 
 4eecd98a54a51d86c4ab1334611e 1280 gnome optional goobox_2.1.1-13.dsc
 e3e20e9a1832815702cf56dd544ce908 121317 gnome optional 
goobox_2.1.1-13.debian.tar.gz
 7a600b816cf4f9daabab5131a02d5b42 318688 gnome optional 
goobox_2.1.1-13_alpha.deb

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

iD8DBQFMPAXcRsxcY/MYpWoRAq9KAKCpmRmaeI74GB6WWwUKVJm8+ByX0wCggBBp
+Z4Ieyg4/s7G95kxZJ+IKuU=
=Kd6f
-END PGP SIGNATURE-


Accepted:
goobox_2.1.1-13.debian.tar.gz
  to main/g/goobox/goobox_2.1.1-13.debian.tar.gz
goobox_2.1.1-13.dsc
  to main/g/goobox/goobox_2.1.1-13.dsc
goobox_2.1.1-13_alpha.deb
  to main/g/goobox/goobox_2.1.1-13_alpha.deb


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



Accepted apache-mime4j 0.6-2 (source all)

2010-07-13 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 09:28:28 +0200
Source: apache-mime4j
Binary: libapache-mime4j-java libapache-mime4j-java-doc
Architecture: source all
Version: 0.6-2
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 libapache-mime4j-java - MIME and RFC822 parser for Java
 libapache-mime4j-java-doc - MIME and RFC822 parser for Java - documentation
Changes: 
 apache-mime4j (0.6-2) unstable; urgency=low
 .
   * debian/rules: install the correct jarfile
   * debian/maven.rules and debian/maven.ignoreRules added: use
 mh_patchpom and mh_unpatchpoms in debian/rules, instead of patching
 the pom.xml.
   * debian/patches/00-fix_build.patch refreshed, now using mh_*patchpom*
 for most things
   * debian/docs removed -- RELEASE_NOTES.txt is installed as the
 upstream changelog
Checksums-Sha1: 
 442c8e4690fe15c50ab99c7d10c3f604e1ca4620 1446 apache-mime4j_0.6-2.dsc
 72b0553553e2be6ee5a814e0a28cc67562042493 2821 apache-mime4j_0.6-2.debian.tar.gz
 eaa9ebe00a759537be817728f60d803f2b2a4654 310172 
libapache-mime4j-java_0.6-2_all.deb
 f43605d328aa3b25ec29ee72b1800c78d4578969 233150 
libapache-mime4j-java-doc_0.6-2_all.deb
Checksums-Sha256: 
 05142a5493a62ee368e2556b3209d114a6d9dbfd5a7ede2418a371469bfc9fec 1446 
apache-mime4j_0.6-2.dsc
 309aba1ce738582274f1b0d01a847191ad596ab8b09a37a59e833f8a7287bb48 2821 
apache-mime4j_0.6-2.debian.tar.gz
 8e2d0b68bdea571d9793a0f8b2da61479842a2ecb8f7ef757ac0c4db09632654 310172 
libapache-mime4j-java_0.6-2_all.deb
 45d94b51d02150fba1d23e4739b5d4571da4301b8419ee0e9a3be599a4edc28c 233150 
libapache-mime4j-java-doc_0.6-2_all.deb
Files: 
 ea49624c1880d2231e29a5685a5114ce 1446 java extra apache-mime4j_0.6-2.dsc
 c971038495377747e5c55b86faa2d709 2821 java extra 
apache-mime4j_0.6-2.debian.tar.gz
 04a269b224aa14d94d97f19ef6177edd 310172 java extra 
libapache-mime4j-java_0.6-2_all.deb
 ea5fbbfeb23dbda4cfd70bb50243ffd6 233150 doc extra 
libapache-mime4j-java-doc_0.6-2_all.deb

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

iEYEARECAAYFAkw8FpoACgkQ5qqQFxOSsXTl2wCfTfs2VBvfBpykr837m+kZAdHB
LwkAn1c6Q0xpliB8OcCyOV5aQ0Kffx5F
=xybE
-END PGP SIGNATURE-


Accepted:
apache-mime4j_0.6-2.debian.tar.gz
  to main/a/apache-mime4j/apache-mime4j_0.6-2.debian.tar.gz
apache-mime4j_0.6-2.dsc
  to main/a/apache-mime4j/apache-mime4j_0.6-2.dsc
libapache-mime4j-java-doc_0.6-2_all.deb
  to main/a/apache-mime4j/libapache-mime4j-java-doc_0.6-2_all.deb
libapache-mime4j-java_0.6-2_all.deb
  to main/a/apache-mime4j/libapache-mime4j-java_0.6-2_all.deb


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



Accepted rygel 0.7.2-1 (source amd64)

2010-07-13 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 09:38:10 +0200
Source: rygel
Binary: rygel rygel-1.0-dev rygel-mediathek rygel-tracker rygel-gst-renderer 
rygel-gst-launch
Architecture: source amd64
Version: 0.7.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian Rygel Maintainers ah-ry...@debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 rygel  - GNOME UPnP/DLNA services
 rygel-1.0-dev - GNOME UPnP/DLNA services - plugin development files
 rygel-gst-launch - GNOME UPnP/DLNA services - gst-launch plugin
 rygel-gst-renderer - GNOME UPnP/DLNA services - GStreamer Media Renderer plugin
 rygel-mediathek - GNOME UPnP/DLNA services - Mediathek plugin
 rygel-tracker - GNOME UPnP/DLNA services - Tracker plugin
Changes: 
 rygel (0.7.2-1) experimental; urgency=low
 .
   * Imported Upstream version 0.7.2
   * update debian/copyright: gstrenderer was re-licensed to LGPLv2+.
Checksums-Sha1: 
 a349a55e0fa873966bbb3da5c443f02a47af2e20 1595 rygel_0.7.2-1.dsc
 74ef90a481cf13f6f2fdd1e58c47424069003b5c 1516834 rygel_0.7.2.orig.tar.gz
 0ffd0dd05338eaeabc9e39546eb82dc6b3588895 9037 rygel_0.7.2-1.diff.gz
 489486d03503a586049955998bca2008f01495ef 469534 rygel_0.7.2-1_amd64.deb
 70f5c3759ce318e90fcd702bd78cf02b23283a58 6 rygel-1.0-dev_0.7.2-1_amd64.deb
 0a2748bcc0194f055369ad74335aa2cdc937c933 21750 
rygel-mediathek_0.7.2-1_amd64.deb
 e22654902feb345ffbd16c677e2f49b5dcb5a69a 65442 rygel-tracker_0.7.2-1_amd64.deb
 e2f9518bbb00eaee716d6ec7d03b51e27027306b 32448 
rygel-gst-renderer_0.7.2-1_amd64.deb
 ca32fa0c65812449986dd1402463625fcbc53d14 16570 
rygel-gst-launch_0.7.2-1_amd64.deb
Checksums-Sha256: 
 dda585f8022df0a2d0c1a37b4710090d64f4c9c490f1e4e3c5a3a0af137401b8 1595 
rygel_0.7.2-1.dsc
 d5ef58e04cd63c1bb08e63531a9303fbccaac39a18744f909d3eaa0549bc78cd 1516834 
rygel_0.7.2.orig.tar.gz
 d15d15d5db7763eca7d337ae010f16816060fa45610be5a56485ac876bb971e8 9037 
rygel_0.7.2-1.diff.gz
 fad25cf9a9622c7f38714a21d8641159ea036f61d78ffbb78feefeb34f29adc6 469534 
rygel_0.7.2-1_amd64.deb
 988eaa6cc1b7a0f128239cc53de1be581e79352c52d4f02b64b715d3562f220e 6 
rygel-1.0-dev_0.7.2-1_amd64.deb
 ea7258fc2f5deffebe18dc7ee71a1209e83005cca1fe2789ecba38ab1b9757fa 21750 
rygel-mediathek_0.7.2-1_amd64.deb
 88fbf72ea979225f9b44272cfc412b04695603cfba04196602e3ff152b341e43 65442 
rygel-tracker_0.7.2-1_amd64.deb
 4963d95b19e207abef48167764b288bb205de15eca6b3b37c6605220f0760ead 32448 
rygel-gst-renderer_0.7.2-1_amd64.deb
 efbfab83bdc44fde45dc8d2ebb0a9dc9e789c2af685176bc28cb4988f564e8e7 16570 
rygel-gst-launch_0.7.2-1_amd64.deb
Files: 
 5539ec6ca21ed49727117d7aee7b2d10 1595 net extra rygel_0.7.2-1.dsc
 babac3771b9d52a453dee18d839d82ae 1516834 net extra rygel_0.7.2.orig.tar.gz
 8c8d3efc0ec7a6c860302af48f93902a 9037 net extra rygel_0.7.2-1.diff.gz
 e871cea412a16f969f3e6b5164187e06 469534 net extra rygel_0.7.2-1_amd64.deb
 7404272a8714527d195847c91c9c0450 6 devel extra 
rygel-1.0-dev_0.7.2-1_amd64.deb
 11d37706762798da3382e482146a074c 21750 net extra 
rygel-mediathek_0.7.2-1_amd64.deb
 41e3faad4ad04756b44267a0ebd2a9e4 65442 net extra 
rygel-tracker_0.7.2-1_amd64.deb
 ca850f9291d41ce6280999d9987b022f 32448 net extra 
rygel-gst-renderer_0.7.2-1_amd64.deb
 74ad43a18b56b72cb2b30a8b5c499c84 16570 net extra 
rygel-gst-launch_0.7.2-1_amd64.deb

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

iEYEARECAAYFAkw8GrgACgkQcgQ2cL3l8e5X5QCgo4q5nzJHg7ETBXqkNA3qIx0v
XEcAoMvz9e0fBD23Nmk+aax/nVj1nbU5
=s+12
-END PGP SIGNATURE-


Accepted:
rygel-1.0-dev_0.7.2-1_amd64.deb
  to main/r/rygel/rygel-1.0-dev_0.7.2-1_amd64.deb
rygel-gst-launch_0.7.2-1_amd64.deb
  to main/r/rygel/rygel-gst-launch_0.7.2-1_amd64.deb
rygel-gst-renderer_0.7.2-1_amd64.deb
  to main/r/rygel/rygel-gst-renderer_0.7.2-1_amd64.deb
rygel-mediathek_0.7.2-1_amd64.deb
  to main/r/rygel/rygel-mediathek_0.7.2-1_amd64.deb
rygel-tracker_0.7.2-1_amd64.deb
  to main/r/rygel/rygel-tracker_0.7.2-1_amd64.deb
rygel_0.7.2-1.diff.gz
  to main/r/rygel/rygel_0.7.2-1.diff.gz
rygel_0.7.2-1.dsc
  to main/r/rygel/rygel_0.7.2-1.dsc
rygel_0.7.2-1_amd64.deb
  to main/r/rygel/rygel_0.7.2-1_amd64.deb
rygel_0.7.2.orig.tar.gz
  to main/r/rygel/rygel_0.7.2.orig.tar.gz


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



Accepted ucimf-openvanilla 2.10.11-1 (source amd64)

2010-07-13 Thread Aron Xu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 15:09:32 +0800
Source: ucimf-openvanilla
Binary: ucimf-openvanilla
Architecture: source amd64
Version: 2.10.11-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Aron Xu happyaron...@gmail.com
Description: 
 ucimf-openvanilla - openvanilla input method collection for ucimf
Changes: 
 ucimf-openvanilla (2.10.11-1) unstable; urgency=low
 .
   * New upstream release:
   Tuning Makefile and scripts,
   Function improvements.
   * debian/control:
   Bump std-ver to 3.9.0,
   Change dependency issues stuff to work with openvanilla-modules changes.
   * debian/copyright:
   Update copyright information.
   * debian/watch:
   Update to make it work with code.google.com changes.
Checksums-Sha1: 
 8c5056a2f2dff092c88d7c184038380356dc51f9 1243 ucimf-openvanilla_2.10.11-1.dsc
 f5ecec0ebef5ea74bb93c573a63250902987c56e 329010 
ucimf-openvanilla_2.10.11.orig.tar.gz
 e0d2e4fb5f7b17fb2331bc5d3c37b8531edc58e2 2886 
ucimf-openvanilla_2.10.11-1.debian.tar.gz
 f6ab94368e2921a64dbd2e42977d1be055b388c1 142184 
ucimf-openvanilla_2.10.11-1_amd64.deb
Checksums-Sha256: 
 3b4fbebf063be1b3646291586eab3d853195d702af018922028dd4944f38554d 1243 
ucimf-openvanilla_2.10.11-1.dsc
 aa0cf50b3fa0ebc62ed62072ac0c2791571a67396df43b8a076603eb0c6e783a 329010 
ucimf-openvanilla_2.10.11.orig.tar.gz
 3bcc11f8a5faddf642cf303f4eacdb08b0f6bf47307407afbc6570e95614ddfc 2886 
ucimf-openvanilla_2.10.11-1.debian.tar.gz
 c43f4cf2b27272a87092fa33c9dfba5d9c85178cc333955e7894315899650f4c 142184 
ucimf-openvanilla_2.10.11-1_amd64.deb
Files: 
 251c957d1ab151c9d01d711e8227e57c 1243 utils optional 
ucimf-openvanilla_2.10.11-1.dsc
 8e095b9420c51c5a3855660b20a165d0 329010 utils optional 
ucimf-openvanilla_2.10.11.orig.tar.gz
 02341bfb6d8f96552f8e4ffc1dd92612 2886 utils optional 
ucimf-openvanilla_2.10.11-1.debian.tar.gz
 4f9068737c6087128f5bd0088ee76da6 142184 utils optional 
ucimf-openvanilla_2.10.11-1_amd64.deb

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

iEYEARECAAYFAkw8I+QACgkQ5TUK4GCH0vg40wCeKPxNgLuU+eXJNLRlBGQEap8/
yLMAoKAEfzIDfCqePsfuC9ONof2fMpuM
=Xtnb
-END PGP SIGNATURE-


Accepted:
ucimf-openvanilla_2.10.11-1.debian.tar.gz
  to main/u/ucimf-openvanilla/ucimf-openvanilla_2.10.11-1.debian.tar.gz
ucimf-openvanilla_2.10.11-1.dsc
  to main/u/ucimf-openvanilla/ucimf-openvanilla_2.10.11-1.dsc
ucimf-openvanilla_2.10.11-1_amd64.deb
  to main/u/ucimf-openvanilla/ucimf-openvanilla_2.10.11-1_amd64.deb
ucimf-openvanilla_2.10.11.orig.tar.gz
  to main/u/ucimf-openvanilla/ucimf-openvanilla_2.10.11.orig.tar.gz


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



Accepted postgresql-9.0 9.0~beta3-1 (source all amd64)

2010-07-13 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 10:09:02 +0200
Source: postgresql-9.0
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-9.0 postgresql-client-9.0 postgresql-server-dev-9.0 
postgresql-doc-9.0 postgresql-contrib-9.0 postgresql-plperl-9.0 
postgresql-plpython-9.0 postgresql-pltcl-9.0
Architecture: source all amd64
Version: 9.0~beta3-1
Distribution: experimental
Urgency: low
Maintainer: Martin Pitt mp...@debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 9.0
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-9.0 - object-relational SQL database, version 9.0 server
 postgresql-client-9.0 - front-end programs for PostgreSQL 9.0
 postgresql-contrib-9.0 - additional facilities for PostgreSQL
 postgresql-doc-9.0 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-9.0 - PL/Perl procedural language for PostgreSQL 9.0
 postgresql-plpython-9.0 - PL/Python procedural language for PostgreSQL 9.0
 postgresql-pltcl-9.0 - PL/Tcl procedural language for PostgreSQL 9.0
 postgresql-server-dev-9.0 - development files for PostgreSQL 9.0 server-side 
programming
Changes: 
 postgresql-9.0 (9.0~beta3-1) experimental; urgency=low
 .
   * New upstream beta release.
   * debian/postgresql-contrib-9.0.install: Add the new pg_archivecleanup.
Checksums-Sha1: 
 cae53aff87e1c01de8123f180b563b37a724a21f 1841 postgresql-9.0_9.0~beta3-1.dsc
 2b4d3927f5c7b66d7ccd81ea99a21a96ea12da7a 13726633 
postgresql-9.0_9.0~beta3.orig.tar.bz2
 7226b5784fe4c3c8c20cce8763ee49aad99b447a 16420 
postgresql-9.0_9.0~beta3-1.debian.tar.gz
 425713c4b77d5cdf62bccfc18920b3f9b3c3316b 2483924 
postgresql-doc-9.0_9.0~beta3-1_all.deb
 ec57e39acaec7a2b64fd8e067c8a01f2aeb45391 497962 libpq-dev_9.0~beta3-1_amd64.deb
 4eb91e0e04cce18e460e3754d2c054a42b439db2 407476 libpq5_9.0~beta3-1_amd64.deb
 8dfd6a3ba30d05d1f84b9188eafe70f67e81d75c 344234 libecpg6_9.0~beta3-1_amd64.deb
 b0a45661a957a4cc64d2308c2d18d295b3c9bcd7 528724 
libecpg-dev_9.0~beta3-1_amd64.deb
 09a849960558819aa2d2c0f28c055cb48cfa8722 282338 
libecpg-compat3_9.0~beta3-1_amd64.deb
 83e5e6561ac19e72c023762b61fdd3ebfe83622a 306602 
libpgtypes3_9.0~beta3-1_amd64.deb
 f3ae9827e8e25c81ec9bf2fd4d3ac5dacf5102c8 5346388 
postgresql-9.0_9.0~beta3-1_amd64.deb
 97317ebc88d0783e5759b9b12d51c945e64f48c7 1586120 
postgresql-client-9.0_9.0~beta3-1_amd64.deb
 15d6470db61a55e3e5683f3022a5155659a7b92a 917444 
postgresql-server-dev-9.0_9.0~beta3-1_amd64.deb
 c3e381ef95b51bf3a2b7117ec56ce2400eb6fadb 710384 
postgresql-contrib-9.0_9.0~beta3-1_amd64.deb
 a687d521da905f039ea57730756066d35db87fdc 314980 
postgresql-plperl-9.0_9.0~beta3-1_amd64.deb
 126feabf1bae8054012ba9fa5e68357b0e5a33ae 314892 
postgresql-plpython-9.0_9.0~beta3-1_amd64.deb
 43465351e5adfe3581af11243d0b0f18bdff54fd 297038 
postgresql-pltcl-9.0_9.0~beta3-1_amd64.deb
Checksums-Sha256: 
 d13bcadb650af9a214b99aa43e59b15cbf25bf794c33894a2759695fe00b3496 1841 
postgresql-9.0_9.0~beta3-1.dsc
 8af41dd98bf19050d506a7503a388ad98a2c450af1e56e98f999f5bdd10ced4d 13726633 
postgresql-9.0_9.0~beta3.orig.tar.bz2
 84acf9852c0ac3b6a5a784869621b4973185bca0fc11bc8651c5745c51be43b8 16420 
postgresql-9.0_9.0~beta3-1.debian.tar.gz
 bf7536924e9df59e99d154036986f3d6fdbded3afaca407480e5503b1bc1be23 2483924 
postgresql-doc-9.0_9.0~beta3-1_all.deb
 1e0b77d7c9459450dc66a07ec6caec015d0709f2fc613c200fc1ae1b3f6e3271 497962 
libpq-dev_9.0~beta3-1_amd64.deb
 70ac309be0b827a62743460263b0825340a6169fb2324b46c76ef95408950e33 407476 
libpq5_9.0~beta3-1_amd64.deb
 1dec02f771e321ed421eaa0e0e70fe39ca3533fb3a9c2830f39b1d372b396577 344234 
libecpg6_9.0~beta3-1_amd64.deb
 a8f1c28651d056f2a832835e074051ef085b36611c9cd0ceea344a42942db3a2 528724 
libecpg-dev_9.0~beta3-1_amd64.deb
 64aad16daf60e2c8d429ad202be92f79d3a58299b9a4fed758cbab6da7f2fe4c 282338 
libecpg-compat3_9.0~beta3-1_amd64.deb
 c55f3e9b232ff5ac1f034f31cbfb1618d96b5245437b022df2e0d6974021a5e2 306602 
libpgtypes3_9.0~beta3-1_amd64.deb
 6b6d6e93a9738f88595ef78fd37cefc195b6b6945ebcf70ee6b8d99c3c314a9a 5346388 
postgresql-9.0_9.0~beta3-1_amd64.deb
 549be4c87c45ab3e4f27ec9bb550a01804c0b1aa72f74fd3ab94ba4edad3a256 1586120 
postgresql-client-9.0_9.0~beta3-1_amd64.deb
 c47fb51bd1ae026bed636364abc93deb952e851c3b4e78259c31d7bdef2bd1ca 917444 
postgresql-server-dev-9.0_9.0~beta3-1_amd64.deb
 56c835bb8f8e7c358938d9c200cf75585d12d550b49d720458873f3f77a7fe4d 710384 
postgresql-contrib-9.0_9.0~beta3-1_amd64.deb
 985f056ce44a6382bf2be00178ef850b8e95cf23c9e7ef42d3cf87836e51574c 314980 
postgresql-plperl-9.0_9.0~beta3-1_amd64.deb
 65834d7254b173b031701aa6dbd54b06e8f8ac416d0653816e5f2aee6da2708c 314892 

Accepted das-watchdog 0.9.0-2 (source i386)

2010-07-13 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 11:02:43 +0200
Source: das-watchdog
Binary: das-watchdog
Architecture: source i386
Version: 0.9.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 das-watchdog - solves system lock-ups by making all processes non-realtime
Changes: 
 das-watchdog (0.9.0-2) unstable; urgency=low
 .
   * Add Vcs-* tags.
   * Bump Standards.
   * Change my email address.
   * Switch to format 3.0 (quilt).
   * Add debian/gbp.conf,.gitignore files.
Checksums-Sha1: 
 09555bf8e2403b5464c472b1edf1a9ea1cb1ee54 1297 das-watchdog_0.9.0-2.dsc
 04532368d020f88a6955d53daa787723459a443c 2964 
das-watchdog_0.9.0-2.debian.tar.gz
 6abbe98679f210d49b62c8d8cb9709601b04692b 14032 das-watchdog_0.9.0-2_i386.deb
Checksums-Sha256: 
 3f9567097cd2b7f62b4b724c42e7c41cbb7cfd23aed2a90cd0385c66a6ba7b90 1297 
das-watchdog_0.9.0-2.dsc
 0b4b400734727d17889fec914197aeb5f35dcebb156e15307c7f50856e14b258 2964 
das-watchdog_0.9.0-2.debian.tar.gz
 e8a19ad3800ed203d8cad4f28601bf147500dc56cce36eb69016aa1bf64cf0c0 14032 
das-watchdog_0.9.0-2_i386.deb
Files: 
 f9779526623504f3d2b98bc7e766359a 1297 admin extra das-watchdog_0.9.0-2.dsc
 52fb93280c9a62bef75783c8ddc7d9da 2964 admin extra 
das-watchdog_0.9.0-2.debian.tar.gz
 7bee47f09b045c0d605d9026ea0452cd 14032 admin extra 
das-watchdog_0.9.0-2_i386.deb

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

iEYEARECAAYFAkw8LXUACgkQRdSMfNz8P9CHMACfe3wxRr3GUM3S+HBpJ4ZgTxnx
HEwAn2xewQdYZ4czNZmzI5SHlNWxpJQy
=tf6q
-END PGP SIGNATURE-


Accepted:
das-watchdog_0.9.0-2.debian.tar.gz
  to main/d/das-watchdog/das-watchdog_0.9.0-2.debian.tar.gz
das-watchdog_0.9.0-2.dsc
  to main/d/das-watchdog/das-watchdog_0.9.0-2.dsc
das-watchdog_0.9.0-2_i386.deb
  to main/d/das-watchdog/das-watchdog_0.9.0-2_i386.deb


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



Accepted codelite 2.5.3.4075~dfsg-2 (source i386)

2010-07-13 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 10:35:12 +0200
Source: codelite
Binary: codelite codelite-plugins
Architecture: source i386
Version: 2.5.3.4075~dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 codelite   - Powerful and lightweight C/C++ IDE
 codelite-plugins - Powerful and lightweight C/C++ IDE - plugins
Changes: 
 codelite (2.5.3.4075~dfsg-2) unstable; urgency=low
 .
   * Add git-buildpackage config file.
   * debian/control:
 - Update Standards to 3.9.0:
   + Replace Conflicts with Breaks.
 - Drop DM-Upload-Allowed field.
 - Add qt4-qmake,wx-common to Recommends.
Checksums-Sha1: 
 5474be9537a74b4a6c29a8e103cd1325c32ead16 1300 codelite_2.5.3.4075~dfsg-2.dsc
 26917e8abe1292ab5d501360f1b499a2421699e8 16438 
codelite_2.5.3.4075~dfsg-2.debian.tar.gz
 29f732559d50c22ba69c2ab8eefe99ade3c41ac3 3500546 
codelite_2.5.3.4075~dfsg-2_i386.deb
 1d92a35dcacde0f66511832ab77b3b832c7b2226 1387706 
codelite-plugins_2.5.3.4075~dfsg-2_i386.deb
Checksums-Sha256: 
 fcf5c2e8229b32dd6e0b3451d6e764f98239a118c1ab98c073552a732656e13c 1300 
codelite_2.5.3.4075~dfsg-2.dsc
 43f91b8da3dd4f792c554c9a2832af6dfe3c96ba585df944ba5b05f7693a90c6 16438 
codelite_2.5.3.4075~dfsg-2.debian.tar.gz
 85c26f6cb3525b13b6156d6749c0cb681c1b99b9aa5ae783c1c79e67de62c53e 3500546 
codelite_2.5.3.4075~dfsg-2_i386.deb
 826d37a1613f9d8ccff914a2caa82dc27c9c6870a30b81e31659ad7475463186 1387706 
codelite-plugins_2.5.3.4075~dfsg-2_i386.deb
Files: 
 4ad55ab82b2ebe7cb29f925f402e915e 1300 devel optional 
codelite_2.5.3.4075~dfsg-2.dsc
 fed3ddf29989e8f850dad33d9afb6d2b 16438 devel optional 
codelite_2.5.3.4075~dfsg-2.debian.tar.gz
 61ad3251c6ce4f25303a4825a8849707 3500546 devel optional 
codelite_2.5.3.4075~dfsg-2_i386.deb
 85306f098570af34fb2baaec2c4d50bb 1387706 devel optional 
codelite-plugins_2.5.3.4075~dfsg-2_i386.deb

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

iEYEARECAAYFAkw8NREACgkQRdSMfNz8P9CO7ACfduMz/xgSJaL9hnDuyvuJrG5n
a7AAnjlP4drvr4uTPmlHf1vPV9zkpMU3
=iPzx
-END PGP SIGNATURE-


Accepted:
codelite-plugins_2.5.3.4075~dfsg-2_i386.deb
  to main/c/codelite/codelite-plugins_2.5.3.4075~dfsg-2_i386.deb
codelite_2.5.3.4075~dfsg-2.debian.tar.gz
  to main/c/codelite/codelite_2.5.3.4075~dfsg-2.debian.tar.gz
codelite_2.5.3.4075~dfsg-2.dsc
  to main/c/codelite/codelite_2.5.3.4075~dfsg-2.dsc
codelite_2.5.3.4075~dfsg-2_i386.deb
  to main/c/codelite/codelite_2.5.3.4075~dfsg-2_i386.deb


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



Accepted keymapper 0.5.3-9 (source all)

2010-07-13 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 Jul 2010 10:49:37 +0100
Source: keymapper
Binary: keymapper
Architecture: source all
Version: 0.5.3-9
Distribution: unstable
Urgency: low
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 keymapper  - Keyboard map decision tree builder and interpreter
Changes: 
 keymapper (0.5.3-9) unstable; urgency=low
 .
   * Use 'dh $@ --options' rather than 'dh --options $@', for
 forward-compatibility with debhelper v8.
   * Set XS-Python-Version control field.
Checksums-Sha1: 
 a115254a8c26e0336ef47c8bf2abe4cf1020da70 1790 keymapper_0.5.3-9.dsc
 913e383c7bdff8cf819bd9d8ae09acefb2969761 38273 keymapper_0.5.3-9.diff.gz
 e3f3cc5c2fb5fc68278446c575ece713b9d77687 52594 keymapper_0.5.3-9_all.deb
Checksums-Sha256: 
 6ff52260c93d96cec52d1a1a6ab92d2424bc96cbb541e12fc7b469d2a3dd7f2b 1790 
keymapper_0.5.3-9.dsc
 efdd2a13afcf0251b4e5503d91e9862b5348d4d9467242c877ab064f3d58e14b 38273 
keymapper_0.5.3-9.diff.gz
 2de313bd298a734be6e55fa409e15c4c5bd3a79a7d96e8961fb412b72a291932 52594 
keymapper_0.5.3-9_all.deb
Files: 
 8436a6dae19e7385e27e9122313968f8 1790 utils optional keymapper_0.5.3-9.dsc
 71481021eb12ae2e7f5300fc2f9e56ba 38273 utils optional keymapper_0.5.3-9.diff.gz
 f1a248e939922c1b16a9357fa9d7dbb3 52594 utils optional keymapper_0.5.3-9_all.deb

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

iQIVAwUBTDw3gTk1h9l9hlALAQjBVBAAgRa6L93p4toBCayc3khUeACEKZsEx3R4
aZCirR4++nrszjXPbwk1lNftY6k9W98RXwBBmNWUsBfv5dgiqTAh6o6ZAnwKfMXK
cmpD2VIir9gQdR/YT4nsClvPAaoiOgi77nKvcMZ5R3a01rDLdU23MAFwDfz1xLia
AqpCrIm+ClQxpWL8QaTZPUU4PU9ZlLZSVokmUy5IajZHtSvW/NphPSCKPkMQMJzI
TSIEVVH9qTYps8ov6uDnfrusKPdcZyanr4GahXIF8qcQoktvQ4fyweD3q7HS+o9c
Bk9NlJdTbxiKQd8Vf0YEI4GGWrapK6x54WowncBQRPkFYRmYSTRdUnz1+At3mtlw
B6TIRmXmLn6QMXdFmvIYHUgJWOpV9mcTfHpE1LjL/uUrramw0WZRaQncz0UmtYgu
sMefLR9sFaoT6g2xYri3HrXitrJ7Ald9g6H3K6ubALEyavV0feDgBnYmMvPhaS6S
4eOQ0hGO4L7+xEfZCS8uJ1tzOMwIqmkmPCLuC4+6g0qGWpPZ9RV/1Xig+q3TgEp6
jVLUrVmcWXJfUNkQm8LJNqMsXPw0s5+QS/PKD3/NKlNAPo6Es0MIYMYovqb6glVu
i2fGZZiAbt9yghdKZyL5Y6Zxda9Q9ZwTaO0HcnfhmMyTVeiduEWXWzFPMgGUZyEV
YezIB2RjNao=
=f8Bk
-END PGP SIGNATURE-


Accepted:
keymapper_0.5.3-9.diff.gz
  to main/k/keymapper/keymapper_0.5.3-9.diff.gz
keymapper_0.5.3-9.dsc
  to main/k/keymapper/keymapper_0.5.3-9.dsc
keymapper_0.5.3-9_all.deb
  to main/k/keymapper/keymapper_0.5.3-9_all.deb


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



Accepted diffstat 1.51-2 (source amd64)

2010-07-13 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 Jul 2010 21:52:06 +1200
Source: diffstat
Binary: diffstat
Architecture: source amd64
Version: 1.51-2
Distribution: unstable
Urgency: low
Maintainer: Francois Marier franc...@debian.org
Changed-By: Francois Marier franc...@debian.org
Description: 
 diffstat   - produces graph of changes introduced by a diff file
Closes: 588876
Changes: 
 diffstat (1.51-2) unstable; urgency=low
 .
   * Adopt this package (closes: #588876)
   * Consider the COLUMNS environment variable when determining the default
 output width (LP: #209537). Thanks to Michael B. Trausch!
   * Add a patch to fix manpage hyphens (lintian notice)
 .
 .
   * Add homepage field to debian/control
   * Bump Standards Version to 3.9.0 and debhelper version to 7
   * Mention git repo in debian/control
   * Add a watch file for the ftp site
   * Switch to 3.0 (quilt) source package format
   * Use a minimal debian/rules makefile
Checksums-Sha1: 
 371ccc0cbbad830e43cd0499aaa44bfe05411c7d 1795 diffstat_1.51-2.dsc
 c277bf5e06ca70c7fcf593229d1a0b53c770617e 6144 diffstat_1.51-2.debian.tar.gz
 cf431eec28345bca53beafd88905246f6ea3944b 27688 diffstat_1.51-2_amd64.deb
Checksums-Sha256: 
 bdd62c1783eb184d8548c7e623b158c349e26b85941da97afea7f9b26f06bfc8 1795 
diffstat_1.51-2.dsc
 ffa6ea4efc0f7a66dcc5d00641de0c1e87168d7fe415435990e9cf97d2491b6b 6144 
diffstat_1.51-2.debian.tar.gz
 61345bbe71a37924c19ebcb40e0574a392d18fd45c8ce8986e657fb74f8a0731 27688 
diffstat_1.51-2_amd64.deb
Files: 
 e67d85397f3ebc4d7d49ceda172ca443 1795 devel optional diffstat_1.51-2.dsc
 f897133d95e8edcedd85de1419891eb3 6144 devel optional 
diffstat_1.51-2.debian.tar.gz
 6f876d1f015437f8dee58efa77b17bf8 27688 devel optional diffstat_1.51-2_amd64.deb

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

iQIcBAEBCAAGBQJMPDlqAAoJEBYoHy4AfJjR0ecQAKk5cxSAYRVDJj6xDopurObn
GKpA4n/kcYxLx5VSdarGO2pqERHzwbT9+0DQj+oKQwhPvovDXbbHieV8ykhL7p7m
+2tcC5U3vqVO2+eF3VJSDLYsgCZeGqFTZal0onitji07uQE2zhjE7n+64Hrf2bMp
w3p8VH7yNz/yxxn0x+PbABFKoUCSFw80g67l1pVRJYenB97rtQCzK9kw0pOPeF7j
6312U9q2Lm9grXzgCRPHZrkP56jUveHdF2LoDVwgc4HaYWOX+h0Wh+8Zj2um6G51
//hjUS/tcYQVI3IzB3d+bOLK3Qfum1KCbw0BDfK5jHWPvfH3os7DxZZsyRvFb5Wk
cwn5uKOVTYmWZJm0bODprCOLAylGkBUlirwzctceadm3a/kB41tEPsJN7QMJ/Y6f
rRhc/62+RLv0f599Of2gS/X992w+relzb3LpRP2bp2xus9hAG7PG/hwlEC77ZUCI
OMuQLddiSEk/tNj4Jwl2zrQCub0wj9HqsWfJxuro5PWk4T1AvCLUy5SOky4EpnGb
jMiIt9Hc+yJCUFJY3q3YeSgcI6fPEtYYbE5XGoYZkvI8oljw/lPRPCLyLQrTu+OJ
conR63l3f77EkvcJNG+xH99g4Fwj4dz8kyCSkU2FO2L89QdtjJhLj0VNBwxzkBa4
vYGlj4NCHwJlQB6hqubV
=hgQr
-END PGP SIGNATURE-


Accepted:
diffstat_1.51-2.debian.tar.gz
  to main/d/diffstat/diffstat_1.51-2.debian.tar.gz
diffstat_1.51-2.dsc
  to main/d/diffstat/diffstat_1.51-2.dsc
diffstat_1.51-2_amd64.deb
  to main/d/diffstat/diffstat_1.51-2_amd64.deb


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



Accepted fbterm-ucimf 0.2.9-1 (source amd64)

2010-07-13 Thread Aron Xu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Jul 2010 19:50:53 +0800
Source: fbterm-ucimf
Binary: fbterm-ucimf
Architecture: source amd64
Version: 0.2.9-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Aron Xu happyaron...@gmail.com
Description: 
 fbterm-ucimf - ucimf input method interface for fbterm
Changes: 
 fbterm-ucimf (0.2.9-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/fbterm_ucimf.1: Fixing hyphen-used-as-minus-sign.
   * debian/control:
   Bump std-ver to 3.9.0,
   Add libltdl-dev to build-dep.
Checksums-Sha1: 
 d5af746693aec568c5478e3e6786381ead031059 1181 fbterm-ucimf_0.2.9-1.dsc
 a960a963b43aeacf66093ddbc7e8bd53348521f6 327253 fbterm-ucimf_0.2.9.orig.tar.gz
 63e084766d2141fa99ff0416af990062c1057890 3297 
fbterm-ucimf_0.2.9-1.debian.tar.gz
 7ac3566a6127c867d25cf773222e8573105b22f3 9024 fbterm-ucimf_0.2.9-1_amd64.deb
Checksums-Sha256: 
 d2d6bf46c839ceb389f3938efdcfa2f51c30def4f7fa9e50f15be9cecfa32be2 1181 
fbterm-ucimf_0.2.9-1.dsc
 092b6e6a25ec4f93445dc71c8004201763838991f869f3a083e5c907958bdf14 327253 
fbterm-ucimf_0.2.9.orig.tar.gz
 f9c8047cc9eb18c9b9d0926002afc5e6de26c3a6a3da0eec672c39da8a6f792c 3297 
fbterm-ucimf_0.2.9-1.debian.tar.gz
 b1397205f01a21fcef42c885f675e73259d694baa531cfec43ed3d34f5f2f854 9024 
fbterm-ucimf_0.2.9-1_amd64.deb
Files: 
 397090a5ebdb2eb1825cf72206e917ea 1181 utils optional fbterm-ucimf_0.2.9-1.dsc
 65b75480aa24e1e67408279c02dda893 327253 utils optional 
fbterm-ucimf_0.2.9.orig.tar.gz
 1d82cbafba7a59513d941771304d9e01 3297 utils optional 
fbterm-ucimf_0.2.9-1.debian.tar.gz
 bfe55dea635ec138c414fea377b106be 9024 utils optional 
fbterm-ucimf_0.2.9-1_amd64.deb

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

iEYEARECAAYFAkw8PmAACgkQ5TUK4GCH0vjwuACeMXf4aegItyfQkiD4sxK0NAKI
19IAnRpgqwnJobLKDPQlFtLkAL8AfNwX
=qiiW
-END PGP SIGNATURE-


Accepted:
fbterm-ucimf_0.2.9-1.debian.tar.gz
  to main/f/fbterm-ucimf/fbterm-ucimf_0.2.9-1.debian.tar.gz
fbterm-ucimf_0.2.9-1.dsc
  to main/f/fbterm-ucimf/fbterm-ucimf_0.2.9-1.dsc
fbterm-ucimf_0.2.9-1_amd64.deb
  to main/f/fbterm-ucimf/fbterm-ucimf_0.2.9-1_amd64.deb
fbterm-ucimf_0.2.9.orig.tar.gz
  to main/f/fbterm-ucimf/fbterm-ucimf_0.2.9.orig.tar.gz


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



Accepted dico 2.1-1 (source i386 all)

2010-07-13 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 08 Jul 2010 12:08:56 +0300
Source: dico
Binary: dicod dico libdico1 dico-dev dico-doc dico-module-guile 
dico-module-python dico-module-mediawiki python-wit python-dicoclient dicoweb
Architecture: source i386 all
Version: 2.1-1
Distribution: unstable
Urgency: low
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 dico   - RFC 2229 compliant dictionary client
 dico-dev   - RFC 2229 compliant modular dictionary server (development files)
 dico-doc   - RFC 2229 compliant modular dictionary server (documentation)
 dico-module-guile - RFC 2229 compliant modular dictionary server (Guile module)
 dico-module-mediawiki - RFC 2229 compliant modular dictionary server 
(mediawiki module)
 dico-module-python - RFC 2229 compliant modular dictionary server (Python 
module)
 dicod  - RFC 2229 compliant modular dictionary server
 dicoweb- RFC 2229 compliant modular dictionary server (web interface)
 libdico1   - RFC 2229 compliant modular dictionary server (shared library)
 python-dicoclient - RFC 2229 compliant dictionary client module and shell
 python-wit - wikitext translation library
Closes: 588402 588403
Changes: 
 dico (2.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #588403)
   * Refreshed patch dicoweb-debian.diff
   * Removed patches that are applied upstream:
 0001-Speed-up-output-procedure-in-dictorg.patch,
 improve_dicoweb.patch
   * debian/rules: Upstream renamed settings.py to settings-sample.py,
 hence install settings-sample.py in /etc/dicoweb/
   * debian/control:
 + Bumped Standards-Version to 3.9.0, no changes needed.
 + Drop XB-Python-Version fields and ${python:Provides}, as they are not
   needed.
 + Set DMUA (after approval of Marc Dequènes (Duck) d...@debian.org)
 + Remove libdico from Depends field of dico  dicod, it should be
   added automatically.
 + Remove python-dev from B-D, since python-all-dev is there
 + Add libldap2-dev to B-D to compile LDAP module.
 + Add list of included modules in dicod extended description.
   * debian/dicod.conf:
 + Match everything strategy is disabled by not loading the stratall
   module.
 + Added a commented section to enable substr strategy.
   * debian/dicod.install: Install ldap, substr  stratall modules in dicod
   * debian/dico-module-*.install: For pluggable modules, only install the .so
 files.
   * debian/dico-dev.install: Do not install .la file
 (See: http://wiki.debian.org/ReleaseGoals/LAFileRemoval)
   * debian/watch: Add check for bzip2'ed tarballs
   * Renamed libdico package due to bumped sonames
   * debian/libdico1.symbols: Updated symbols
   * Merge dictorg  outline modules into dicod package.
   * debian/dicod.conf: Enable dictorg module by default (Closes: #588402).
Checksums-Sha1: 
 365a74b276bb81987e53a1895eec56f7a7600bfb 1453 dico_2.1-1.dsc
 e183a5e96f882788ff3b9510e77db50778273a1d 1920144 dico_2.1.orig.tar.gz
 2699d25693764da67b898b6d3f782ab6c9006073 20548 dico_2.1-1.debian.tar.gz
 a7ed47cdb7678f84c539c09a8fffe4117c381ab7 169642 dicod_2.1-1_i386.deb
 46541c6ecdebfeb8f9034d092d1e367bc87b65db 113720 dico_2.1-1_i386.deb
 0616cb1dc66190f91cc25070f8e588b6ed21bfde 76998 libdico1_2.1-1_i386.deb
 13a8e20dcc145a070fb97af2fe3a4c6a6ef22f17 84050 dico-dev_2.1-1_i386.deb
 54dc840966e43da78fd781abbd5860e7edbcf57a 107898 dico-doc_2.1-1_all.deb
 865df7fadc3f7bb55f9cd04e26c69b1b48f5a031 51622 dico-module-guile_2.1-1_i386.deb
 22d887399857467edf3a7ba5511e6acfa61105e7 50136 
dico-module-python_2.1-1_i386.deb
 bd5e5f2624f15feddfb267f0a91584c757c18325 43092 
dico-module-mediawiki_2.1-1_all.deb
 50af1c000e4a68daf31766bce12cb0e7d8b274fa 73710 python-wit_2.1-1_all.deb
 bb1d03ae15e93d7c432adff9d68becb21018c761 47746 python-dicoclient_2.1-1_all.deb
 83325f2c5e72bb76552d3858e6a8e2edbc30715a 58438 dicoweb_2.1-1_all.deb
Checksums-Sha256: 
 84588192f59453dc7467dec8613510569d880266adf3dd19b3da7ff66b83d24c 1453 
dico_2.1-1.dsc
 873798023b8354b70040fd35a2301447ab2652bae9cba0d3962b3f969504c422 1920144 
dico_2.1.orig.tar.gz
 8833052bfb5da4b52be73da8f0fa7aaefdf3d0751919462a4767f8484aa1f57e 20548 
dico_2.1-1.debian.tar.gz
 d3e934f0a1adc2d792b75052b53da2a380baca87ea9f2bc897788a0baaf01df1 169642 
dicod_2.1-1_i386.deb
 c561c88c84cd94164a27dbad3943b4396236c62a563241208113a1d8e1e6cd1a 113720 
dico_2.1-1_i386.deb
 97875a63739c243daf6ec144df3347b2e5d3c216e7dc260f6b1b9e1c8f349178 76998 
libdico1_2.1-1_i386.deb
 3d84461fc907728afadfbcd8f0c0622183433dad46d7a6bac2a2aeee4b6c391b 84050 
dico-dev_2.1-1_i386.deb
 46d9d5f36f8d323970fe596637836abc42299038312732147ca99b2bbf21aead 107898 
dico-doc_2.1-1_all.deb
 c293e09db3c43369501a06570df9338a3b26411193afe89cb2d4ced89e23ad9b 51622 
dico-module-guile_2.1-1_i386.deb
 5c5164712add312bc6777facf4b5ade1dd821c95f4f056c4680c4cc4eb7e5da1 50136 
dico-module-python_2.1-1_i386.deb
 

Accepted mozc 0.11~svn13-1 (source i386)

2010-07-13 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 12 May 2010 05:34:49 +0900
Source: mozc
Binary: ibus-mozc
Architecture: source i386
Version: 0.11~svn13-1
Distribution: unstable
Urgency: low
Maintainer: Nobuhiro Iwamatsu iwama...@debian.org
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 ibus-mozc  - Mozc engine for IBus
Closes: 581158
Changes: 
 mozc (0.11~svn13-1) unstable; urgency=low
 .
   * Initial release (Closes: #581158)
Checksums-Sha1: 
 da51c31fb970c9bdd7fe12947c63fa295c868ca3 1202 mozc_0.11~svn13-1.dsc
 0013bbe8033e1dfee3152c509b834ad4fcd8ad91 47477702 mozc_0.11~svn13.orig.tar.gz
 48236d1c60c075700c21489cb43585c658bba544 5518 mozc_0.11~svn13-1.debian.tar.gz
 daab1f3dd0cb1133ffb960f6cc4a76f09ab47da1 9567584 
ibus-mozc_0.11~svn13-1_i386.deb
Checksums-Sha256: 
 223819112a145120d1d039af4a7155f472ffc9201854ccd1a8bab7e3ec49580d 1202 
mozc_0.11~svn13-1.dsc
 ec1962248cd8795947343c5b329be506d6ede2a7e5b433df370837d68c79da0b 47477702 
mozc_0.11~svn13.orig.tar.gz
 189fd4fc56e93e81cdb879ace58adf13c07b157997f64ddf61191d89c53cd6a7 5518 
mozc_0.11~svn13-1.debian.tar.gz
 cbef7c684d1d3fe3fe27daf0f517679a0d4d12c60cc5e5c875621056212fc192 9567584 
ibus-mozc_0.11~svn13-1_i386.deb
Files: 
 e39c7ee25ed688cb4bafa9858d5ed5eb 1202 utils optional mozc_0.11~svn13-1.dsc
 47a753bce51207d1a319d14334bccef9 47477702 utils optional 
mozc_0.11~svn13.orig.tar.gz
 741f3c62a3dd5a82bbbf124171187720 5518 utils optional 
mozc_0.11~svn13-1.debian.tar.gz
 d173f2e2c2196f3a008145be277a574a 9567584 utils optional 
ibus-mozc_0.11~svn13-1_i386.deb

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

iEYEARECAAYFAkwF2PcACgkQQSHHQzFw6+l92gCgkfWRgLZHVlnT4VWYccdK/tKn
XNAAn29x1WbL+fZCepPFhnRzd3z26yr1
=HBsv
-END PGP SIGNATURE-


Accepted:
ibus-mozc_0.11~svn13-1_i386.deb
  to main/m/mozc/ibus-mozc_0.11~svn13-1_i386.deb
mozc_0.11~svn13-1.debian.tar.gz
  to main/m/mozc/mozc_0.11~svn13-1.debian.tar.gz
mozc_0.11~svn13-1.dsc
  to main/m/mozc/mozc_0.11~svn13-1.dsc
mozc_0.11~svn13.orig.tar.gz
  to main/m/mozc/mozc_0.11~svn13.orig.tar.gz


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



Accepted gcc-4.4 4.4.4-7 (source all amd64)

2010-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Jul 2010 20:12:29 +0200
Source: gcc-4.4
Binary: gcc-4.4-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc4 
libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib32gcc1 lib32gcc1-dbg libn32gcc1 
libn32gcc1-dbg gcc-4.4 gcc-4.4-multilib gcc-4.4-hppa64 gcc-4.4-spu g++-4.4-spu 
gfortran-4.4-spu cpp-4.4 gcc-4.4-locales g++-4.4 g++-4.4-multilib libmudflap0 
libmudflap0-dbg lib32mudflap0 lib32mudflap0-dbg lib64mudflap0 lib64mudflap0-dbg 
libn32mudflap0 libn32mudflap0-dbg libmudflap0-4.4-dev libgomp1 libgomp1-dbg 
lib32gomp1 lib32gomp1-dbg lib64gomp1 lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg 
protoize gobjc++-4.4 gobjc++-4.4-multilib gobjc-4.4 gobjc-4.4-multilib libobjc2 
libobjc2-dbg lib64objc2 lib64objc2-dbg lib32objc2 lib32objc2-dbg libn32objc2 
libn32objc2-dbg gfortran-4.4 gfortran-4.4-multilib libgfortran3 
libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 
lib32gfortran3-dbg libn32gfortran3 libn32gfortran3-dbg libstdc++6 lib32stdc++6 
lib64stdc++6 libn32stdc++6 libstdc++6-4.4-dev libstdc++6-4.4-pic 
libstdc++6-4.4-dbg
 lib32stdc++6-4.4-dbg lib64stdc++6-4.4-dbg libn32stdc++6-4.4-dbg 
libstdc++6-4.4-doc gcc-4.4-soft-float fixincludes
 gcc-4.4-source
Architecture: source all amd64
Version: 4.4.4-7
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 cpp-4.4- The GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.4- The GNU C++ compiler
 g++-4.4-multilib - The GNU C++ compiler (multilib files)
 g++-4.4-spu - SPU cross-compiler (C++ compiler)
 gcc-4.4- The GNU C compiler
 gcc-4.4-base - The GNU Compiler Collection (base package)
 gcc-4.4-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.4-locales - The GNU C compiler (native language support files)
 gcc-4.4-multilib - The GNU C compiler (multilib files)
 gcc-4.4-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.4-source - Source of the GNU Compiler Collection
 gcc-4.4-spu - SPU cross-compiler (preprocessor and C compiler)
 gfortran-4.4 - The GNU Fortran 95 compiler
 gfortran-4.4-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-4.4-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.4 - The GNU Objective-C++ compiler
 gobjc++-4.4-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.4  - The GNU Objective-C compiler
 gobjc-4.4-multilib - The GNU Objective-C compiler (multilib files)
 lib32gcc1  - GCC support library (32 bit Version)
 lib32gcc1-dbg - GCC support library (debug symbols)
 lib32gfortran3 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran3-dbg - Runtime library for GNU Fortran applications (32 bit 
debug symbol
 lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
 lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
 lib32mudflap0 - GCC mudflap shared support libraries (32bit)
 lib32mudflap0-dbg - GCC mudflap shared support libraries (32 bit debug symbols)
 lib32objc2 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc2-dbg - Runtime library for GNU Objective-C applications (32 bit 
debug sy
 lib32stdc++6 - The GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-4.4-dbg - The GNU Standard C++ Library v3 (debugging files)
 lib64gcc1  - GCC support library (64bit)
 lib64gcc1-dbg - GCC support library (debug symbols)
 lib64gfortran3 - Runtime library for GNU Fortran applications (64bit)
 lib64gfortran3-dbg - Runtime library for GNU Fortran applications (64bit debug 
symbols
 lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
 lib64gomp1-dbg - GCC OpenMP (GOMP) support library (64bit debug symbols)
 lib64mudflap0 - GCC mudflap shared support libraries (64bit)
 lib64mudflap0-dbg - GCC mudflap shared support libraries (64 bit debug symbols)
 lib64objc2 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc2-dbg - Runtime library for GNU Objective-C applications (64 bit 
debug sy
 lib64stdc++6 - The GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.4-dbg - The GNU Standard C++ Library v3 (debugging files)
 libgcc1- GCC support library
 libgcc1-dbg - GCC support library (debug symbols)
 libgcc2- GCC support library
 libgcc2-dbg - GCC support library (debug symbols)
 libgcc4- GCC support library
 libgcc4-dbg - GCC support library (debug symbols)
 libgfortran3 - Runtime library for GNU Fortran applications
 libgfortran3-dbg - Runtime library for GNU Fortran applications (debug symbols)
 libgomp1   - GCC OpenMP (GOMP) support library
 libgomp1-dbg - GCC OpenMP (GOMP) support library (debug symbols)
 libmudflap0 - GCC mudflap shared support libraries
 libmudflap0-4.4-dev - GCC mudflap support libraries (development files)
 libmudflap0-dbg - GCC mudflap shared support libraries (debug symbols)
 libn32gcc1 - GCC support library (n32)
 libn32gcc1-dbg - GCC support library (debug symbols)
 

Accepted mhddfs 0.1.36 (source amd64)

2010-07-13 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 13 Jul 2010 15:18:37 +0400
Source: mhddfs
Binary: mhddfs
Architecture: source amd64
Version: 0.1.36
Distribution: experimental
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Dmitry E. Oboukhov un...@debian.org
Description: 
 mhddfs - file system for unifying several mount points into one
Closes: 588892
Changes: 
 mhddfs (0.1.36) experimental; urgency=low
 .
   * Since now mhddfs uses 'mlimit' option in percent,
 thanks for Robert de Bath rob...@tvisiontech.co.uk, closes: #588892.
Checksums-Sha1: 
 2042d8cb11b2e7465c0b82172bc958ed28f8adbb 824 mhddfs_0.1.36.dsc
 153656db22fdca705d9b03a2a3a3c3469c53ff35 39844 mhddfs_0.1.36.tar.gz
 2d193eb3a6adbf50588aa6d7519e4cf25f82cb39 26144 mhddfs_0.1.36_amd64.deb
Checksums-Sha256: 
 45540eb6e718ba8252badf1b56c6dd75cdf53354fc43f69d06f8e223307580b1 824 
mhddfs_0.1.36.dsc
 0fbddcb3e05b837df29204215595c8f64ca33d860cd3bdeedf575a2b9a0109bc 39844 
mhddfs_0.1.36.tar.gz
 e77b1d0e41c2ba7b9c9082e4b523a1b2690f3d0dcdc4f14565664f499894d65d 26144 
mhddfs_0.1.36_amd64.deb
Files: 
 3420f6211c81dd323ff16cb8e6987480 824 utils extra mhddfs_0.1.36.dsc
 19cc3fd7b31c4f7f5e92428b2302d308 39844 utils extra mhddfs_0.1.36.tar.gz
 e1d0498e744060f6708f2d74a0227442 26144 utils extra mhddfs_0.1.36_amd64.deb

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

iEYEAREDAAYFAkw8TYwACgkQq4wAz/jiZTeaTwCgyf+6cuZSCHHBX4JHGyfvCkwX
liMAoItd+rWiz183K5s4Nzp4F58AwvuC
=fkTN
-END PGP SIGNATURE-


Accepted:
mhddfs_0.1.36.dsc
  to main/m/mhddfs/mhddfs_0.1.36.dsc
mhddfs_0.1.36.tar.gz
  to main/m/mhddfs/mhddfs_0.1.36.tar.gz
mhddfs_0.1.36_amd64.deb
  to main/m/mhddfs/mhddfs_0.1.36_amd64.deb


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



Accepted smartmontools 5.39.1+svn3124-1 (source i386)

2010-07-13 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 13:16:54 +0200
Source: smartmontools
Binary: smartmontools
Architecture: source i386
Version: 5.39.1+svn3124-1
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano iucul...@debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 smartmontools - control and monitor storage systems using S.M.A.R.T.
Closes: 582158 583386 588134
Changes: 
 smartmontools (5.39.1+svn3124-1) unstable; urgency=low
 .
   * [1e46e09] Set state and attribute file directory to
 /var/lib/smartmontools/ (Closes: #582158)
   * [e20147c] Don't warn about being disabled unless verbose (Closes: #583386)
   * [3390c07] Fixed example path in man pages (Closes: #588134)
   * [e9583e0] Imported Upstream version 5.39.1+svn3124
   * [789e123] Refreshed patches
   * [cbecf14] Bump to Standards-Version 3.9.0, no changes needed
Checksums-Sha1: 
 2707e74f05b792c2e4515081050c8853b75e8829 1576 
smartmontools_5.39.1+svn3124-1.dsc
 b1ab353e488b39d06304224ed3c14c087252d787 604920 
smartmontools_5.39.1+svn3124.orig.tar.gz
 4052fcbeea4b35b11fe07887a405a02603a1a686 33263 
smartmontools_5.39.1+svn3124-1.debian.tar.gz
 0ed4e040c0e41ff843ee632b9dd7589168c1afb5 434102 
smartmontools_5.39.1+svn3124-1_i386.deb
Checksums-Sha256: 
 213561847417a1903f13db5d4f66152119e42a3abf9eb3ddc3ec9ceeec2d7b3a 1576 
smartmontools_5.39.1+svn3124-1.dsc
 f0a41642f381e662f6f15d30b3298fa7a0db03b2758f553758fea30c342bcb1d 604920 
smartmontools_5.39.1+svn3124.orig.tar.gz
 dd8a0b4fe5e995f3e32c761d235469d125935e86d7828d894dfb936a7f2c8aea 33263 
smartmontools_5.39.1+svn3124-1.debian.tar.gz
 ef7d63d0f0de39a6dcf9567c96c2adbdd3479de311842de5f128ded0ffa1611a 434102 
smartmontools_5.39.1+svn3124-1_i386.deb
Files: 
 925a8d34034e5b9e7fc6b8b17fd1cc0e 1576 utils optional 
smartmontools_5.39.1+svn3124-1.dsc
 c50234632e11d257c694b9bd9a4b095c 604920 utils optional 
smartmontools_5.39.1+svn3124.orig.tar.gz
 69cf946b3dd13e99d21845efe2c2822a 33263 utils optional 
smartmontools_5.39.1+svn3124-1.debian.tar.gz
 9e28ccbe1bb522d4a6f71841a30c319a 434102 utils optional 
smartmontools_5.39.1+svn3124-1_i386.deb

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

iEYEARECAAYFAkw8TIgACgkQNxpp46476ao0CwCfQUR0HC2dsGhzwmoqDvvTe31W
88QAn1Y7l5V/kZuKFaMpkz+k/J/UUJOC
=D+lA
-END PGP SIGNATURE-


Accepted:
smartmontools_5.39.1+svn3124-1.debian.tar.gz
  to main/s/smartmontools/smartmontools_5.39.1+svn3124-1.debian.tar.gz
smartmontools_5.39.1+svn3124-1.dsc
  to main/s/smartmontools/smartmontools_5.39.1+svn3124-1.dsc
smartmontools_5.39.1+svn3124-1_i386.deb
  to main/s/smartmontools/smartmontools_5.39.1+svn3124-1_i386.deb
smartmontools_5.39.1+svn3124.orig.tar.gz
  to main/s/smartmontools/smartmontools_5.39.1+svn3124.orig.tar.gz


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



Accepted linux-2.6 2.6.35~rc5-1~experimental.1 (source all amd64)

2010-07-13 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 13 Jul 2010 01:09:27 +0100
Source: linux-2.6
Binary: linux-tools-2.6.35 linux-source-2.6.35 linux-doc-2.6.35 
linux-manual-2.6.35 linux-patch-debian-2.6.35 firmware-linux-free 
linux-support-2.6.35-rc5 linux-base linux-libc-dev linux-headers-2.6.35-rc5-all 
linux-headers-2.6.35-rc5-all-alpha linux-headers-2.6.35-rc5-common 
linux-image-2.6.35-rc5-alpha-generic linux-headers-2.6.35-rc5-alpha-generic 
linux-image-2.6.35-rc5-alpha-smp linux-headers-2.6.35-rc5-alpha-smp 
linux-image-2.6.35-rc5-alpha-legacy linux-headers-2.6.35-rc5-alpha-legacy 
linux-headers-2.6.35-rc5-all-amd64 linux-image-2.6.35-rc5-amd64 
linux-headers-2.6.35-rc5-amd64 linux-image-2.6.35-rc5-amd64-dbg 
linux-headers-2.6.35-rc5-all-armel linux-image-2.6.35-rc5-iop32x 
linux-headers-2.6.35-rc5-iop32x linux-image-2.6.35-rc5-ixp4xx 
linux-headers-2.6.35-rc5-ixp4xx linux-image-2.6.35-rc5-kirkwood 
linux-headers-2.6.35-rc5-kirkwood linux-image-2.6.35-rc5-orion5x 
linux-headers-2.6.35-rc5-orion5x linux-image-2.6.35-rc5-versatile 
linux-headers-2.6.35-rc5-versatile
 linux-headers-2.6.35-rc5-all-hppa linux-image-2.6.35-rc5-parisc 
linux-headers-2.6.35-rc5-parisc linux-image-2.6.35-rc5-parisc-smp 
linux-headers-2.6.35-rc5-parisc-smp linux-image-2.6.35-rc5-parisc64 
linux-headers-2.6.35-rc5-parisc64 linux-image-2.6.35-rc5-parisc64-smp 
linux-headers-2.6.35-rc5-parisc64-smp linux-headers-2.6.35-rc5-all-i386 
linux-image-2.6.35-rc5-486 linux-headers-2.6.35-rc5-486 
linux-image-2.6.35-rc5-686 linux-headers-2.6.35-rc5-686 
linux-image-2.6.35-rc5-686-bigmem linux-headers-2.6.35-rc5-686-bigmem 
linux-image-2.6.35-rc5-686-bigmem-dbg linux-headers-2.6.35-rc5-all-ia64 
linux-image-2.6.35-rc5-itanium linux-headers-2.6.35-rc5-itanium 
linux-image-2.6.35-rc5-mckinley linux-headers-2.6.35-rc5-mckinley 
linux-headers-2.6.35-rc5-all-m68k linux-image-2.6.35-rc5-amiga 
linux-headers-2.6.35-rc5-amiga linux-image-2.6.35-rc5-atari 
linux-headers-2.6.35-rc5-atari linux-image-2.6.35-rc5-bvme6000 
linux-headers-2.6.35-rc5-bvme6000 linux-image-2.6.35-rc5-mac
 linux-headers-2.6.35-rc5-mac linux-image-2.6.35-rc5-mvme147 
linux-headers-2.6.35-rc5-mvme147 linux-image-2.6.35-rc5-mvme16x 
linux-headers-2.6.35-rc5-mvme16x linux-headers-2.6.35-rc5-all-mips 
linux-image-2.6.35-rc5-r4k-ip22 linux-headers-2.6.35-rc5-r4k-ip22 
linux-image-2.6.35-rc5-r5k-ip32 linux-headers-2.6.35-rc5-r5k-ip32 
linux-image-2.6.35-rc5-sb1-bcm91250a linux-headers-2.6.35-rc5-sb1-bcm91250a 
linux-image-2.6.35-rc5-sb1a-bcm91480b linux-headers-2.6.35-rc5-sb1a-bcm91480b 
linux-image-2.6.35-rc5-4kc-malta linux-headers-2.6.35-rc5-4kc-malta 
linux-image-2.6.35-rc5-5kc-malta linux-headers-2.6.35-rc5-5kc-malta 
linux-headers-2.6.35-rc5-all-mipsel linux-image-2.6.35-rc5-r5k-cobalt 
linux-headers-2.6.35-rc5-r5k-cobalt linux-image-2.6.35-rc5-loongson-2f 
linux-headers-2.6.35-rc5-loongson-2f linux-headers-2.6.35-rc5-all-powerpc 
linux-image-2.6.35-rc5-powerpc linux-headers-2.6.35-rc5-powerpc 
linux-image-2.6.35-rc5-powerpc-smp linux-headers-2.6.35-rc5-powerpc-smp
 linux-image-2.6.35-rc5-powerpc64 linux-headers-2.6.35-rc5-powerpc64 
linux-headers-2.6.35-rc5-all-s390 linux-image-2.6.35-rc5-s390x 
linux-headers-2.6.35-rc5-s390x linux-image-2.6.35-rc5-s390x-tape 
linux-headers-2.6.35-rc5-all-sh4 linux-image-2.6.35-rc5-sh7751r 
linux-headers-2.6.35-rc5-sh7751r linux-image-2.6.35-rc5-sh7785lcr 
linux-headers-2.6.35-rc5-sh7785lcr linux-headers-2.6.35-rc5-all-sparc 
linux-image-2.6.35-rc5-sparc64 linux-headers-2.6.35-rc5-sparc64 
linux-image-2.6.35-rc5-sparc64-smp linux-headers-2.6.35-rc5-sparc64-smp
 linux-headers-2.6.35-rc5-all-sparc64
Architecture: all amd64 source
Version: 2.6.35~rc5-1~experimental.1
Distribution: experimental
Urgency: low
Maintainer: Debian Kernel Team debian-ker...@lists.debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Description: 
 firmware-linux-free - Binary firmware for various drivers in the Linux kernel
 linux-base - Linux image base package
 linux-doc-2.6.35 - Linux kernel specific documentation for version 2.6.35
 linux-headers-2.6.35-rc5-486 - Header files for Linux 2.6.35-rc5-486
 linux-headers-2.6.35-rc5-4kc-malta - Header files for Linux 
2.6.35-rc5-4kc-malta
 linux-headers-2.6.35-rc5-5kc-malta - Header files for Linux 
2.6.35-rc5-5kc-malta
 linux-headers-2.6.35-rc5-686-bigmem - Header files for Linux 
2.6.35-rc5-686-bigmem
 linux-headers-2.6.35-rc5-686 - Header files for Linux 2.6.35-rc5-686
 linux-headers-2.6.35-rc5-all - All header files for Linux 2.6.35
 linux-headers-2.6.35-rc5-all-alpha - All header files for Linux 2.6.35
 linux-headers-2.6.35-rc5-all-amd64 - All header files for Linux 2.6.35
 linux-headers-2.6.35-rc5-all-armel - All header files for Linux 2.6.35
 linux-headers-2.6.35-rc5-all-hppa - All header files for Linux 2.6.35
 linux-headers-2.6.35-rc5-all-i386 - All header files for Linux 2.6.35
 linux-headers-2.6.35-rc5-all-ia64 - All header files for Linux 2.6.35
 linux-headers-2.6.35-rc5-all-m68k 

Accepted openvanilla-modules 0.9.0a1.3+dfsg1-1 (source all amd64)

2010-07-13 Thread Aron Xu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Jul 2010 01:27:51 +0800
Source: openvanilla-modules
Binary: openvanilla-imgeneric openvanilla-imgeneric-data-ja 
openvanilla-imgeneric-data-ko openvanilla-imgeneric-data-th 
openvanilla-imgeneric-data-vi openvanilla-imgeneric-data-zh-cn 
openvanilla-imgeneric-data-zh-hk openvanilla-imgeneric-data-zh-tw 
openvanilla-imgeneric-data-all
Architecture: source amd64 all
Version: 0.9.0a1.3+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Aron Xu happyaron...@gmail.com
Description: 
 openvanilla-imgeneric - libraries of openvanilla input method
 openvanilla-imgeneric-data-all - libraries of openvanilla input method - data 
files meta package
 openvanilla-imgeneric-data-ja - libraries of openvanilla input method - 
Japanese data files
 openvanilla-imgeneric-data-ko - libraries of openvanilla input method - Korean 
data files
 openvanilla-imgeneric-data-th - libraries of openvanilla input method - Thai 
data files
 openvanilla-imgeneric-data-vi - libraries of openvanilla input method - 
Vietnamese data files
 openvanilla-imgeneric-data-zh-cn - libraries of openvanilla input method - 
Chinese (Simplified) data
 openvanilla-imgeneric-data-zh-hk - libraries of openvanilla input method - 
Chinese (Hongkong) data f
 openvanilla-imgeneric-data-zh-tw - libraries of openvanilla input method - 
Chinese (Traditional) dat
Closes: 587579
Changes: 
 openvanilla-modules (0.9.0a1.3+dfsg1-1) unstable; urgency=low
 .
   * New upstream release:
   Openvanilla upstream new alpha release,
   Source tree and installation tree changes,
   More features added.
   * Resolve the package division problem (Closes: #587579)
   * debian/control:
   Change Section from libs to utils,
   Change homepage to ucimf project,
   Re-organize package division.
   * debian/rules:
   Small changes on override_dh_auto_configure to include all tables,
   Adapt get-orig-source target to satisfy upstream version changes.
   * debian/README.source:
   Update dfsg removal information.
   * debian/copyright:
   Update copyright information.
   * debian/watch:
   Update variables to fit upstream package name change.
Checksums-Sha1: 
 c86875fbe66cb19d8466656a1227db59133bc741 1557 
openvanilla-modules_0.9.0a1.3+dfsg1-1.dsc
 eb3bec9a379146ed4c5ee7bb77e76c8233d4f603 9326903 
openvanilla-modules_0.9.0a1.3+dfsg1.orig.tar.gz
 ec0395fd819587f87fb9292933a91a0d122ba3bc 6150 
openvanilla-modules_0.9.0a1.3+dfsg1-1.debian.tar.gz
 94e85bd886580bfa4924fe8bc160cd283994436e 394204 
openvanilla-imgeneric_0.9.0a1.3+dfsg1-1_amd64.deb
 dfc458519655a06d1d77e1dc6b3a8141c20771ae 86194 
openvanilla-imgeneric-data-ja_0.9.0a1.3+dfsg1-1_all.deb
 f217b0f3020a4a86f86f997942fe502616f6adc0 132446 
openvanilla-imgeneric-data-ko_0.9.0a1.3+dfsg1-1_all.deb
 ab1a29ad1a6abdbfae95c25146c3870a3513ac58 5642 
openvanilla-imgeneric-data-th_0.9.0a1.3+dfsg1-1_all.deb
 916d1f7190d3a845e0aa8f1799008fb9977de8a3 6338 
openvanilla-imgeneric-data-vi_0.9.0a1.3+dfsg1-1_all.deb
 5a18e46e025862f383438cbaff0eec5ec2054eeb 2978346 
openvanilla-imgeneric-data-zh-cn_0.9.0a1.3+dfsg1-1_all.deb
 7941a0a465bd9a0f29c7729b326c46294ee7b2e8 168870 
openvanilla-imgeneric-data-zh-hk_0.9.0a1.3+dfsg1-1_all.deb
 742d50d1d640ac2a0e685093f85c5a0da2e06433 5622030 
openvanilla-imgeneric-data-zh-tw_0.9.0a1.3+dfsg1-1_all.deb
 7611c24530dd616308a40128f71ac34cb8c30898 4730 
openvanilla-imgeneric-data-all_0.9.0a1.3+dfsg1-1_all.deb
Checksums-Sha256: 
 68876f656342c78ff779bec5ab5008098243c99b2bf5fb1d3cb9ac494e0d196a 1557 
openvanilla-modules_0.9.0a1.3+dfsg1-1.dsc
 4fc0d1247083052e27eb450ff50b1e019a0d820d27010ea4464ea0ecc677fe55 9326903 
openvanilla-modules_0.9.0a1.3+dfsg1.orig.tar.gz
 44cf7f4455439131ec2fd062d4ec479aeb39c470af172b977abec28717c2d91b 6150 
openvanilla-modules_0.9.0a1.3+dfsg1-1.debian.tar.gz
 6aa51b0198eaea6e048f734d2646816f6d72fc96b7d2493231f92524f6a730a7 394204 
openvanilla-imgeneric_0.9.0a1.3+dfsg1-1_amd64.deb
 467bb5089e17594f2b3381f3994a46c076575fd36a7207d2dbdab9f5e41aa59d 86194 
openvanilla-imgeneric-data-ja_0.9.0a1.3+dfsg1-1_all.deb
 c2db7a8e7fd0f81309eda0b9a3f60c4acc7c108c0713f9facacdbe103e9277c3 132446 
openvanilla-imgeneric-data-ko_0.9.0a1.3+dfsg1-1_all.deb
 e9e6abde2194018e0356b83d8f601ba7a616bcb026907ca71212e45a12264b71 5642 
openvanilla-imgeneric-data-th_0.9.0a1.3+dfsg1-1_all.deb
 53dfe2e19783ad4e3464aeee5cc344883b4400a3a06e8b01965570103df4 6338 
openvanilla-imgeneric-data-vi_0.9.0a1.3+dfsg1-1_all.deb
 d52fff5b68aac2bb115dc78069f79f862c6001512f80836fc3735a225c2928e8 2978346 
openvanilla-imgeneric-data-zh-cn_0.9.0a1.3+dfsg1-1_all.deb
 e463b5671ad271aa623e36f80b74af2553a57efd13cd533d6cbde76c8734d843 168870 
openvanilla-imgeneric-data-zh-hk_0.9.0a1.3+dfsg1-1_all.deb
 56ae187e31e41c897c9ff2c27e0ec7c8a61824ea8465424f785b2b50b87d95bc 5622030 
openvanilla-imgeneric-data-zh-tw_0.9.0a1.3+dfsg1-1_all.deb
 

Accepted vtk 5.6.0-1 (source all i386)

2010-07-13 Thread Dominique Belhachemi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Jun 2010 00:09:11 -0400
Source: vtk
Binary: vtk-doc vtk-examples libvtk5.6 libvtk-java libvtk5-dev libvtk5.6-qt4 
libvtk5-qt4-dev tcl-vtk python-vtk
Architecture: source all i386
Version: 5.6.0-1
Distribution: experimental
Urgency: low
Maintainer: A. Maitland Bottoms bott...@debian.org
Changed-By: Dominique Belhachemi domi...@debian.org
Description: 
 libvtk-java - Visualization Toolkit - A high level 3D visualization library
 libvtk5-dev - VTK header files for building C++ code
 libvtk5-qt4-dev - Visualization Toolkit - A high level 3D visualization library
 libvtk5.6  - Visualization Toolkit - A high level 3D visualization library
 libvtk5.6-qt4 - Visualization Toolkit - A high level 3D visualization library
 python-vtk - Python bindings for VTK
 tcl-vtk- Tcl bindings for VTK
 vtk-doc- VTK class reference documentation
 vtk-examples - C++, Tcl and Python example programs/scripts for VTK
Changes: 
 vtk (5.6.0-1) experimental; urgency=low
 .
   * Switch to dpkg-source 3.0 (quilt) format
   * renamed package according to the Debian Tcl/Tk policy
 vtk-tcl - tcl-vtk
   * bump library version number in runtime packages:
 libvtk5.4-qt4 - libvtk5.6-qt4
 libvtk5.4 - libvtk5.6
   * removed packages:
 libvtk5.4-qt3 and libvtk5-qt3-dev
   * Try not to link against unnecessary libraries
Checksums-Sha1: 
 867b49332fccd81aee66a2d394da0989bafe3222 1946 vtk_5.6.0-1.dsc
 355209c485304f1b0feefcda3585d45217ffd230 20709970 vtk_5.6.0.orig.tar.gz
 bcea3339f5cd289a52de2bb270abda46c8529d42 28372 vtk_5.6.0-1.debian.tar.gz
 2bb3aa629b2a343580f549ef2680f348ff547fe3 23916 vtk-doc_5.6.0-1_all.deb
 1ea224286f17c21bdd5d93ba8afebf3f5d7459bf 564318 vtk-examples_5.6.0-1_all.deb
 5e8d730e0033f0964eb250a5e5e603829a0407e3 14328878 libvtk5.6_5.6.0-1_i386.deb
 f7a20f666b2cd70aafcc4f3b4295fa4c00cce443 5291638 libvtk-java_5.6.0-1_i386.deb
 38633e1f7c2c025d1d2e1840687c1fce89b3985b 2716442 libvtk5-dev_5.6.0-1_i386.deb
 b28caa62bd033250929f89409253a09a7eb4a9cc 495198 libvtk5.6-qt4_5.6.0-1_i386.deb
 ba114aba493990be89c0c0c0b2994543e8451505 110782 
libvtk5-qt4-dev_5.6.0-1_i386.deb
 7aa586f3e5ad913a4ec77b1233429480d7da2ab8 4897222 tcl-vtk_5.6.0-1_i386.deb
 130d8e085ab26834dc7b7a2f7ddda93efb0f8674 4882126 python-vtk_5.6.0-1_i386.deb
Checksums-Sha256: 
 05435dfa325b42dc06149897ee85db2309a281c555d2e295d0ec1042c00f8b48 1946 
vtk_5.6.0-1.dsc
 2987938ad906c5fd30ddbf60889f899d1dd8c61d80320c55ac1acadc00a95d3e 20709970 
vtk_5.6.0.orig.tar.gz
 73f8c0690a8c47ebda31ab5df7b6e8a3d95d5d59ff241efc07ee9dc2838d4800 28372 
vtk_5.6.0-1.debian.tar.gz
 729ef796f21c918b0370905bc18ef26ad51dedb6e2544f021e90afa7c4f2463a 23916 
vtk-doc_5.6.0-1_all.deb
 1857e8d1f63a531b91b361259157ef37b2e4e64fd3a1f0a352b6e0358747b851 564318 
vtk-examples_5.6.0-1_all.deb
 23fd8a97395a981cbdb400978e0065def58c49a46216c9366c585ba36d972744 14328878 
libvtk5.6_5.6.0-1_i386.deb
 814595f428ddf0ab0ccb29292067bebb31646cdadc24eef94aec7333dfa92116 5291638 
libvtk-java_5.6.0-1_i386.deb
 c76ffe26f11fc818b5dc6bdd5ebb00895d18cdcf9471b81351f65dd6ebf22caa 2716442 
libvtk5-dev_5.6.0-1_i386.deb
 36dbcdc674d1a30edaea3e0510c21695235f55cae63d48df6e369d5f5a99d808 495198 
libvtk5.6-qt4_5.6.0-1_i386.deb
 91b647549393c347284fc51a1a4590966dcd2727c544a13fa53e23b7eb9e7d12 110782 
libvtk5-qt4-dev_5.6.0-1_i386.deb
 6ef9df90e5cd8d331436350db16eb3f7a09240798b7a149812ed24d6a4ea9955 4897222 
tcl-vtk_5.6.0-1_i386.deb
 afd508d819ce9a497eb504276386329330099d01a971016124ee426f653fe884 4882126 
python-vtk_5.6.0-1_i386.deb
Files: 
 de755ba7f8647ef334fa972c30ab3fd6 1946 graphics optional vtk_5.6.0-1.dsc
 a56232baae6071f9f59f138d8f4620c2 20709970 graphics optional 
vtk_5.6.0.orig.tar.gz
 a8f2edd1341cba8aa625e1cf463ba3a8 28372 graphics optional 
vtk_5.6.0-1.debian.tar.gz
 6dae64eb290abefc56e62b4ebf57cfea 23916 doc optional vtk-doc_5.6.0-1_all.deb
 fa56c49a1bdaabce74671b73b82c73c8 564318 graphics optional 
vtk-examples_5.6.0-1_all.deb
 a3e8afdef02c8b7db4edd1957f5873db 14328878 libs optional 
libvtk5.6_5.6.0-1_i386.deb
 2730f7eb93e90ddd6a31ae1589c6c025 5291638 java optional 
libvtk-java_5.6.0-1_i386.deb
 c46f9531a7395e4be802c1d2c6c4a3e3 2716442 libdevel optional 
libvtk5-dev_5.6.0-1_i386.deb
 0dae44088fd580933794550e044aa594 495198 libs optional 
libvtk5.6-qt4_5.6.0-1_i386.deb
 5ddcfb3fc83421d7ffcd1429a837e4af 110782 libdevel optional 
libvtk5-qt4-dev_5.6.0-1_i386.deb
 1c62390b55cc0f4f749febffc6954a8f 4897222 interpreters optional 
tcl-vtk_5.6.0-1_i386.deb
 973b2c270780138813e7a13811b76202 4882126 python optional 
python-vtk_5.6.0-1_i386.deb

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

iEYEARECAAYFAkw7/roACgkQGACh+LNRqQB8AQCdGuDLUGkBDkaf6PtoM1hDANeC
bF8An1OwrqbsU/FKau5tWJtim9nRqKUZ
=phEt
-END PGP SIGNATURE-


Accepted:
libvtk-java_5.6.0-1_i386.deb
  to main/v/vtk/libvtk-java_5.6.0-1_i386.deb
libvtk5-dev_5.6.0-1_i386.deb
  to main/v/vtk/libvtk5-dev_5.6.0-1_i386.deb
libvtk5-qt4-dev_5.6.0-1_i386.deb
  to 

Accepted rheolef 5.89-1 (source amd64)

2010-07-13 Thread Christophe Prud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Jun 2010 09:08:59 +0200
Source: rheolef
Binary: librheolef5.89 librheolef-dev librheolef-doc rheolef-runtime
Architecture: source amd64
Version: 5.89-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Christophe Prud'homme prudh...@debian.org
Description: 
 librheolef-dev - Rheolef: development libraries (headers)
 librheolef-doc - Rheolef: documentation
 librheolef5.89 - Rheolef: shared library
 rheolef-runtime - Rheolef: unix commands
Changes: 
 rheolef (5.89-1) unstable; urgency=low
 .
   [Pierre Saramito]
   * New upstream release
 .
   [Christophe Prud'homme]
   * debian/control: fixed lintian warnings and errors
   * debian/source/format: created
Checksums-Sha1: 
 1ec3142b0c976510e76ce9bc67a4bd1b9c27adcd 1457 rheolef_5.89-1.dsc
 3fe8bf347c86256e5c856653c426c3ec9dc934ac 13568934 rheolef_5.89.orig.tar.gz
 c2cb1eda6216640a51be16e94aa3872fee655281 5759 rheolef_5.89-1.debian.tar.gz
 e2bfa2bf3296db94e8ce1e46691f24f1ace0df4d 870772 librheolef5.89_5.89-1_amd64.deb
 d8b92e3abe87e6cc3b9408a5afbebfd2e8f9d33b 272168 librheolef-dev_5.89-1_amd64.deb
 7f9f85414b7fec2e8697c219fc8956731f88ddbc 12329974 
librheolef-doc_5.89-1_amd64.deb
Checksums-Sha256: 
 40b2d00e6c56c90d4b15926a77ac217564a20f1390340c53cb864c4e25200d90 1457 
rheolef_5.89-1.dsc
 aa9760ac8be4ae19edd65c986db8c904071732c3ebc2f8c0a3e644234ad9c1f6 13568934 
rheolef_5.89.orig.tar.gz
 3994b35a058092734ac6d31f36ff5e30fb947079b3ca3878361f735f17a5f978 5759 
rheolef_5.89-1.debian.tar.gz
 bec236fcdb5565794d8f55819c1b1ceeab645356f95a92be3fabd51940a3be32 870772 
librheolef5.89_5.89-1_amd64.deb
 e4e86c8be9bbc34eb23e395370bf161f07754a149c239d93df6710c66fc1daef 272168 
librheolef-dev_5.89-1_amd64.deb
 8ad8ac5a9fe4f2e92d91643b21a191c931d324df033318a63dc4687ffd06ae61 12329974 
librheolef-doc_5.89-1_amd64.deb
Files: 
 0c653b724ed5bc8791ca9d2d716b02d0 1457 math optional rheolef_5.89-1.dsc
 d26c5fb12f0956fff236b85ffae476f5 13568934 math optional 
rheolef_5.89.orig.tar.gz
 56216ee6a11fff5287a8bd1ab757ff5c 5759 math optional 
rheolef_5.89-1.debian.tar.gz
 fa219a2bf2516b76d1918dd7d9a8debd 870772 libs optional 
librheolef5.89_5.89-1_amd64.deb
 cd3d77b5d2d39548f520720f5469fe36 272168 libdevel optional 
librheolef-dev_5.89-1_amd64.deb
 432ffcadb41f373ce82bb043c8f21ce9 12329974 doc optional 
librheolef-doc_5.89-1_amd64.deb

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

iD8DBQFMObiAoY+0C9S+FFARAoYNAJ9tlQYFyuN3XEbNagGcQUTJghAJKgCfSgBC
NIUvDs4ZKqmSYFAAs+2sW2c=
=hB/N
-END PGP SIGNATURE-


Accepted:
librheolef-dev_5.89-1_amd64.deb
  to main/r/rheolef/librheolef-dev_5.89-1_amd64.deb
librheolef-doc_5.89-1_amd64.deb
  to main/r/rheolef/librheolef-doc_5.89-1_amd64.deb
librheolef5.89_5.89-1_amd64.deb
  to main/r/rheolef/librheolef5.89_5.89-1_amd64.deb
rheolef_5.89-1.debian.tar.gz
  to main/r/rheolef/rheolef_5.89-1.debian.tar.gz
rheolef_5.89-1.dsc
  to main/r/rheolef/rheolef_5.89-1.dsc
rheolef_5.89.orig.tar.gz
  to main/r/rheolef/rheolef_5.89.orig.tar.gz


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



Accepted dnssec-tools 1.7-1 (source all)

2010-07-13 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 14:15:06 +0200
Source: dnssec-tools
Binary: dnssec-tools
Architecture: source all
Version: 1.7-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 dnssec-tools - DNSSEC tools, applications and wrappers
Closes: 587030 587611 587614 588521 588816 588821
Changes: 
 dnssec-tools (1.7-1) unstable; urgency=low
 .
   * New Upstream version 1.7 (Closes: #588816)
   * Acknowledge NMU (Closes: #587611)
   * Convert to 3.0 (quilt) source package format
   * Check for errors in every System() call (Closes: #588821)
   * Add some upstream distribution patches (Closes: #587030)
   * Update dnssec-tools configuration to 1.7
   * Depend only on bind9utils, move bind9 to Recommends
 (Closes: #588521)
   * Install scripts to /usr/sbin (Closes: #587614)
Checksums-Sha1: 
 b5a32ef6aa2af3c2213fb760d9d3a0db3aa86b9e 1136 dnssec-tools_1.7-1.dsc
 754ffec89a672673cae2572fdbd5340600101528 2151305 dnssec-tools_1.7.orig.tar.gz
 d9c0208248c16ed89c1da8e33c1eeb5d64d98d49 8476 dnssec-tools_1.7-1.debian.tar.gz
 45429587d785741f5aa7e2bbd937feda6ac989c8 855938 dnssec-tools_1.7-1_all.deb
Checksums-Sha256: 
 8cd1852afebd4e66dcd3b9cd11c0c8dc5d64f8add42223063bc07b0c22752a77 1136 
dnssec-tools_1.7-1.dsc
 62d5a670c0f23a66b1ce04d3d1c21c221c904b94024dc6b331e62c968f223b30 2151305 
dnssec-tools_1.7.orig.tar.gz
 589fb44aaac43b2c0b34ae71c77e4740648b4bfc23eaee34565d34c394f026f8 8476 
dnssec-tools_1.7-1.debian.tar.gz
 2eadd49224a8df4374d262af4a4ef907b5a4535eb6c9cd6416622ca5c30f8189 855938 
dnssec-tools_1.7-1_all.deb
Files: 
 18133588ddf60b7c1e60923b798a550d 1136 net extra dnssec-tools_1.7-1.dsc
 f3dfe18ae50cf65594936e1684d469d0 2151305 net extra dnssec-tools_1.7.orig.tar.gz
 ad5b7e7a2b0ab9df2a4f4a2b614bb9f4 8476 net extra 
dnssec-tools_1.7-1.debian.tar.gz
 bbb1306eeb88415b161cfb8fc0915553 855938 net extra dnssec-tools_1.7-1_all.deb

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

iEYEARECAAYFAkw8YAIACgkQ9OZqfMIN8nN1DACfVEH1+wIfWJzMu8P2fEiGDLpF
PGUAnAhCxWcNHbHDE22Qn3Afg0FTAVJP
=iy/Z
-END PGP SIGNATURE-


Accepted:
dnssec-tools_1.7-1.debian.tar.gz
  to main/d/dnssec-tools/dnssec-tools_1.7-1.debian.tar.gz
dnssec-tools_1.7-1.dsc
  to main/d/dnssec-tools/dnssec-tools_1.7-1.dsc
dnssec-tools_1.7-1_all.deb
  to main/d/dnssec-tools/dnssec-tools_1.7-1_all.deb
dnssec-tools_1.7.orig.tar.gz
  to main/d/dnssec-tools/dnssec-tools_1.7.orig.tar.gz


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



Accepted glib2.0 2.25.11-2 (source all amd64)

2010-07-13 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 14:06:28 +0200
Source: glib2.0
Binary: libglib2.0-0 libglib2.0-udeb libglib2.0-bin libglib2.0-dev 
libglib2.0-0-dbg libglib2.0-data libglib2.0-doc libgio-fam libglib2.0-0-refdbg
Architecture: source all amd64
Version: 2.25.11-2
Distribution: experimental
Urgency: low
Maintainer: Loic Minier l...@dooz.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 libgio-fam - GLib Input, Output and Streaming Library (fam module)
 libglib2.0-0 - The GLib library of C routines
 libglib2.0-0-dbg - The GLib libraries and debugging symbols
 libglib2.0-0-refdbg - The GLib library of C routines - refdbg library
 libglib2.0-bin - The programs for the GLib library
 libglib2.0-data - Common files for GLib library
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-udeb - The GLib library of C routines - minimal runtime (udeb)
Changes: 
 glib2.0 (2.25.11-2) experimental; urgency=low
 .
   * debian/control.in,
 debian/libglib2.0-bin.links,
 debian/libglib2.0-0.links:
 + Move links to the -bin package again but let the -dev package
   depend on the -bin package. Having the links in the shared library
   package will cause conflicts when the soname changes but the
   links in /usr/bin must be there at least if the -dev package is
   installed because build systems might assume that the applications
   are in $PATH.
   * debian/patches/61_glib-compile-schemas-path.patch:
 + Adjust path to glib-compile-schemas in the pkg-config file.
Checksums-Sha1: 
 cc3ad3cfd5c9b70238346f3f489e50dab0276a3e 1684 glib2.0_2.25.11-2.dsc
 fd9fde1b253e5a406ddc2f921f73893e3216e01f 43137 glib2.0_2.25.11-2.diff.gz
 fb4bf7f05ad41f27f3f571ae7c8ef9bd25ffa6e1 1017374 
libglib2.0-data_2.25.11-2_all.deb
 993386bd04095e7b2c848bd2d438546dd5afef10 1929866 
libglib2.0-doc_2.25.11-2_all.deb
 078cbeb6eab68770d681b45d2d8864c08ff9350c 1403744 
libglib2.0-0_2.25.11-2_amd64.deb
 76f799d8b84a63a0cc67120d8fa0478b92906add 1948938 
libglib2.0-udeb_2.25.11-2_amd64.udeb
 e5adcd79912f4c3358426d08976a2124bc365a8e 268984 
libglib2.0-bin_2.25.11-2_amd64.deb
 63b86566085ea4a77b88a03f71266ca48e2b3d0f 1509626 
libglib2.0-dev_2.25.11-2_amd64.deb
 e4c41335d43be7394faecc48daedca31356ad1b3 1789494 
libglib2.0-0-dbg_2.25.11-2_amd64.deb
 a377d7a169cef4061bb8f205ae2450331a63986f 598292 
libglib2.0-0-refdbg_2.25.11-2_amd64.deb
Checksums-Sha256: 
 1fb784c7f3bf4fbed56342cf7dd9bfe86f190e79dce756b588e59adf3347e035 1684 
glib2.0_2.25.11-2.dsc
 13e5cfef2491b55299b9c4e923616e71bc51bcc0e74f824451c7fad528d98f0d 43137 
glib2.0_2.25.11-2.diff.gz
 84593e04e4f2e2cd42e0db5edeb5b0ed2c18096e58fbdf506c908f808fa712e6 1017374 
libglib2.0-data_2.25.11-2_all.deb
 20d615fd67c1332c6afd96f625baeaadc708777fe67c51919839e3b9c7bdf5e6 1929866 
libglib2.0-doc_2.25.11-2_all.deb
 e853799610caa8807b5b5ba820f57861023c30e222471da99841a9b42ddee038 1403744 
libglib2.0-0_2.25.11-2_amd64.deb
 2e593393266228d68cd21c0893663535c7a10bdeb4d675af253d18f70bc2b561 1948938 
libglib2.0-udeb_2.25.11-2_amd64.udeb
 d39398ecc856b9344c9c6ffda458016963cc77e00d46c04d10a153c4c3b29b75 268984 
libglib2.0-bin_2.25.11-2_amd64.deb
 7eb4693eb356f6b7dbf53782cee5167a212c9249a8243bbab6c731badfc351b0 1509626 
libglib2.0-dev_2.25.11-2_amd64.deb
 050b2e2272348500e2c9049f9568aae1b288899dbde0715722c684743ad50404 1789494 
libglib2.0-0-dbg_2.25.11-2_amd64.deb
 8480a78e9d9232aba563686247da932ff432775790fc95596afb7cd9e2f48a45 598292 
libglib2.0-0-refdbg_2.25.11-2_amd64.deb
Files: 
 db2e5f4c72862b425dd80275bdb742f8 1684 libs optional glib2.0_2.25.11-2.dsc
 3a31b98773d9920e073dcbf98799b4f6 43137 libs optional glib2.0_2.25.11-2.diff.gz
 af4c139605699f5e72ed8754ed6b345d 1017374 libs optional 
libglib2.0-data_2.25.11-2_all.deb
 57ca2fe4772a133285621e3e0e3cd17f 1929866 doc optional 
libglib2.0-doc_2.25.11-2_all.deb
 07eb55b3ba2125f2ac2ed97018b8dbb9 1403744 libs optional 
libglib2.0-0_2.25.11-2_amd64.deb
 05249109e9eb6239835b3bfcbdc692ef 1948938 debian-installer optional 
libglib2.0-udeb_2.25.11-2_amd64.udeb
 a3a915a409d297b070e4bf10a583b519 268984 misc optional 
libglib2.0-bin_2.25.11-2_amd64.deb
 138afe629d04cc82f9e6c7a0fdac8d05 1509626 libdevel optional 
libglib2.0-dev_2.25.11-2_amd64.deb
 b748f342621ce5e8eccf2ca57e614bcb 1789494 debug extra 
libglib2.0-0-dbg_2.25.11-2_amd64.deb
 7d1f4cbfc4925e142d1536feb119056e 598292 debug extra 
libglib2.0-0-refdbg_2.25.11-2_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAkw8YEMACgkQBsBdh1vkHyFvvgCeKld55oP22+FY5rvSs2hToUR3
8OoAnA6ku8lOYD3zP1gccD95HqTrgU6c
=qgWd
-END PGP SIGNATURE-


Accepted:
glib2.0_2.25.11-2.diff.gz
  to main/g/glib2.0/glib2.0_2.25.11-2.diff.gz
glib2.0_2.25.11-2.dsc
  to main/g/glib2.0/glib2.0_2.25.11-2.dsc
libglib2.0-0-dbg_2.25.11-2_amd64.deb
  to main/g/glib2.0/libglib2.0-0-dbg_2.25.11-2_amd64.deb
libglib2.0-0-refdbg_2.25.11-2_amd64.deb
  to 

Accepted mpfr4 3.0.0-2 (source all amd64)

2010-07-13 Thread Laurent Fousse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 14:05:04 +0200
Source: mpfr4
Binary: libmpfr4 libmpfr-dev libmpfr-doc
Architecture: source all amd64
Version: 3.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Laurent Fousse laur...@komite.net
Changed-By: Laurent Fousse laur...@komite.net
Description: 
 libmpfr-dev - multiple precision floating-point computation developers tools
 libmpfr-doc - multiple precision floating-point computation documentation
 libmpfr4   - multiple precision floating-point computation
Changes: 
 mpfr4 (3.0.0-2) unstable; urgency=low
 .
   * Apply 3 upstream patches, fixing:
 + incorrect return value of `mpfr_out_str' (patch01)
 + problem with `alloca' on some plateform (patch02)
 + underflow management in `mpfr_gamma' (patch03).
   * Upload to unstable.
Checksums-Sha1: 
 37414c6440bd1d12531ebc4271efc9c2692183f6 1296 mpfr4_3.0.0-2.dsc
 d45409b4586c7dda9cc0c0953f27e6dd5188a908 1457040 mpfr4_3.0.0.orig.tar.gz
 6261c6eccdc4c819da3e2bf6cc7dc348573a58b8 12585 mpfr4_3.0.0-2.debian.tar.gz
 2f33d8235180bf833963c6eeffcea833c81c4520 858632 libmpfr-doc_3.0.0-2_all.deb
 c97a5a51a3312710a01d0c4eedb405b9917f3b28 474144 libmpfr4_3.0.0-2_amd64.deb
 1b1cacd66fd0b06b2a3cc608bd77fff75670aa2c 517614 libmpfr-dev_3.0.0-2_amd64.deb
Checksums-Sha256: 
 36418e4cdffe9b5e1f03e0086ae87fdd6e641cae503722ec1df4184da37f7cb8 1296 
mpfr4_3.0.0-2.dsc
 71333528c0e7f0e86383a618151edc28e745a9fb5dd64e4893aa6e925601d540 1457040 
mpfr4_3.0.0.orig.tar.gz
 efe674bf95ef4b4b006ae24f767183d40ea8d7cbc0df4b970d3f52c35b3ec0cb 12585 
mpfr4_3.0.0-2.debian.tar.gz
 038dbe1650acbf2e439438a917317077d9d6d09d3d9ccd1a87a5a392ed0f37c4 858632 
libmpfr-doc_3.0.0-2_all.deb
 163494bd3bbb0c4622df077f43efdbb710efcac7d91057d117981d73b9eba299 474144 
libmpfr4_3.0.0-2_amd64.deb
 914986523a46e87364ae527d6641e90a2cd7071148e7f84882ed68edc900724e 517614 
libmpfr-dev_3.0.0-2_amd64.deb
Files: 
 cc7bcf3bee5b32fda6d7e5ae6b7e725f 1296 math optional mpfr4_3.0.0-2.dsc
 2458a1616f05b7f04f049de2d209c6a7 1457040 math optional mpfr4_3.0.0.orig.tar.gz
 59710a13b70df0295bd2682fcf2ab37d 12585 math optional 
mpfr4_3.0.0-2.debian.tar.gz
 2fc00942d1a8aa112400a617165f73cf 858632 doc optional 
libmpfr-doc_3.0.0-2_all.deb
 6a6dd6b866e840ed5d600e8bb44b33e1 474144 libs optional 
libmpfr4_3.0.0-2_amd64.deb
 d69971282d00eec50cec322600af00ad 517614 libdevel optional 
libmpfr-dev_3.0.0-2_amd64.deb

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

iEYEARECAAYFAkw8YZoACgkQRoAVF6FpbSshyACfa2WSRu0pVRCjbTDE+AJd04+p
IxoAn25Qf2PoUwrNhx9rdL8vcmJ+F0I6
=c7F2
-END PGP SIGNATURE-


Accepted:
libmpfr-dev_3.0.0-2_amd64.deb
  to main/m/mpfr4/libmpfr-dev_3.0.0-2_amd64.deb
libmpfr-doc_3.0.0-2_all.deb
  to main/m/mpfr4/libmpfr-doc_3.0.0-2_all.deb
libmpfr4_3.0.0-2_amd64.deb
  to main/m/mpfr4/libmpfr4_3.0.0-2_amd64.deb
mpfr4_3.0.0-2.debian.tar.gz
  to main/m/mpfr4/mpfr4_3.0.0-2.debian.tar.gz
mpfr4_3.0.0-2.dsc
  to main/m/mpfr4/mpfr4_3.0.0-2.dsc
mpfr4_3.0.0.orig.tar.gz
  to main/m/mpfr4/mpfr4_3.0.0.orig.tar.gz


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



Accepted crossroads 2.65-1 (source amd64)

2010-07-13 Thread Stefan Ritter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jul 2010 16:27:00 +0200
Source: crossroads
Binary: crossroads
Architecture: source amd64
Version: 2.65-1
Distribution: unstable
Urgency: low
Maintainer: Stefan Ritter x...@thehappy.de
Changed-By: Stefan Ritter x...@thehappy.de
Description: 
 crossroads - open source load balance and fail over utility for TCP based serv
Closes: 498480
Changes: 
 crossroads (2.65-1) unstable; urgency=low
 .
   * Initial release (Closes: #498480)
Checksums-Sha1: 
 26f8576ee9e5a7dca3723aa572c51aa654f76139 1009 crossroads_2.65-1.dsc
 894a221b46f9594ecc48fe3472e0e352603d9f73 1053677 crossroads_2.65.orig.tar.gz
 dedb3d4ce36aae59d21fbb290d898c29ee5fc141 3601 crossroads_2.65-1.diff.gz
 8968867dfd303ce3cd6e977feca9f92e284f4243 1161242 crossroads_2.65-1_amd64.deb
Checksums-Sha256: 
 f1a2f7f4421aa7b5f42af0e62e18f1a93d42b5f5ff0034d3f6c0e577fe080133 1009 
crossroads_2.65-1.dsc
 5f7ec01c226e57022d6ffde9bcf13339303d26cb9218cb90627eb6d888dd8538 1053677 
crossroads_2.65.orig.tar.gz
 f9473524fb4333a4154caf99c47ec049d46f86f223327aeafa637fd6fb257009 3601 
crossroads_2.65-1.diff.gz
 69345f19723e3672487fd1c165466b24c694c0855eb2cc4dde6781ee3d5588c5 1161242 
crossroads_2.65-1_amd64.deb
Files: 
 d41d3df66e143e4dcef78e12ca9270f5 1009 net extra crossroads_2.65-1.dsc
 60f4dec171637139b7f27dc0dc0b13ed 1053677 net extra crossroads_2.65.orig.tar.gz
 46a2f4283457562666492f74e53d41ab 3601 net extra crossroads_2.65-1.diff.gz
 f380915294cf71957fe2a39241148dc3 1161242 net extra crossroads_2.65-1_amd64.deb

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

iEYEARECAAYFAkw7YIIACgkQbdB4RPTVesqD0ACePcjyI21s74bUDWKJ/hEnkgYT
DLIAnR2vE7rFFIE3vE2GcfU7v70w8HFf
=RhW1
-END PGP SIGNATURE-


Accepted:
crossroads_2.65-1.diff.gz
  to main/c/crossroads/crossroads_2.65-1.diff.gz
crossroads_2.65-1.dsc
  to main/c/crossroads/crossroads_2.65-1.dsc
crossroads_2.65-1_amd64.deb
  to main/c/crossroads/crossroads_2.65-1_amd64.deb
crossroads_2.65.orig.tar.gz
  to main/c/crossroads/crossroads_2.65.orig.tar.gz


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



Accepted gnome-paint 0.3-1 (source i386)

2010-07-13 Thread Aron Xu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Jun 2010 14:20:26 +0800
Source: gnome-paint
Binary: gnome-paint
Architecture: source i386
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Aron Xu happyaron...@gmail.com
Changed-By: Aron Xu happyaron...@gmail.com
Description: 
 gnome-paint - simple, easy to use paint program for GNOME
Closes: 585952
Changes: 
 gnome-paint (0.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #585952)
Checksums-Sha1: 
 e8b26136e572df20193b76c47769b3932ab3ab67 1069 gnome-paint_0.3-1.dsc
 3c3aa868e148afc3f48e217293281b686d38ee53 393952 gnome-paint_0.3.orig.tar.gz
 c5703369b204c660ceb77b1ede01cec598f321ac 2774 gnome-paint_0.3-1.debian.tar.gz
 7bd8d065c255ba2dd40005b255a2b086d2aedc16 61528 gnome-paint_0.3-1_i386.deb
Checksums-Sha256: 
 8c61cc32738774c213a5e90c470f921092912a859cec0a10672dc7867ef4448b 1069 
gnome-paint_0.3-1.dsc
 5679f2f42608f13e4ff219c8259e0842150fea5b81da2d5d57044d11e86a623d 393952 
gnome-paint_0.3.orig.tar.gz
 812b65b55ec45e3044124c7ff4ea72cabf20c05eb517ab4e7a63f3b5937b652d 2774 
gnome-paint_0.3-1.debian.tar.gz
 d779e23e12632d34d533d5b9f561175324ae4bee01110f9f286e984102035a88 61528 
gnome-paint_0.3-1_i386.deb
Files: 
 305df58ad1eb24820bcfa65ef6bca6b8 1069 graphics optional gnome-paint_0.3-1.dsc
 6a54226f036cce2e984e46f52860b1b1 393952 graphics optional 
gnome-paint_0.3.orig.tar.gz
 567899c878eeb948cd8c4e3858750eaf 2774 graphics optional 
gnome-paint_0.3-1.debian.tar.gz
 1eb2ffcd8088897ec28e15d0add6bacb 61528 graphics optional 
gnome-paint_0.3-1_i386.deb

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

iEUEARECAAYFAkw6/q0ACgkQLa8qZm1n95DbRgCbB5VD7dDwZzQfaT7iJ2nh6K5s
71QAljVqy3GEz4uLo8Pm3BJvrHIbvIM=
=8mdT
-END PGP SIGNATURE-


Accepted:
gnome-paint_0.3-1.debian.tar.gz
  to main/g/gnome-paint/gnome-paint_0.3-1.debian.tar.gz
gnome-paint_0.3-1.dsc
  to main/g/gnome-paint/gnome-paint_0.3-1.dsc
gnome-paint_0.3-1_i386.deb
  to main/g/gnome-paint/gnome-paint_0.3-1_i386.deb
gnome-paint_0.3.orig.tar.gz
  to main/g/gnome-paint/gnome-paint_0.3.orig.tar.gz


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



Accepted goaccess 0.1-1 (source amd64)

2010-07-13 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Jul 2010 17:42:59 -0700
Source: goaccess
Binary: goaccess
Architecture: source amd64
Version: 0.1-1
Distribution: unstable
Urgency: low
Maintainer: Chris Taylor ctay...@debian.org
Changed-By: Chris Taylor ctay...@debian.org
Description: 
 goaccess   - log analyzer and interactive viewer for the Apache Webserver
Closes: 588499
Changes: 
 goaccess (0.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #588499)
Checksums-Sha1: 
 59e55668dc795f8cd232459c9578416c902efe55 1073 goaccess_0.1-1.dsc
 a8c62a9a5b4ea0e703a96d93b364216ce492916b 105986 goaccess_0.1.orig.tar.gz
 e4de9cc3ab81b05bf6e84160df6c9244452c70dc 1565 goaccess_0.1-1.debian.tar.gz
 871b6bc70d36a2a3f4f861711e95a4701d1eed05 26602 goaccess_0.1-1_amd64.deb
Checksums-Sha256: 
 45e5d2e4fdb3c1e20c039983c34907e77eb5ed871a481c3f3da1b7bda701d0bb 1073 
goaccess_0.1-1.dsc
 41c7aea23110b49f81373f759cb398905e8121756b35ba5459aa5a9d2f6f1e35 105986 
goaccess_0.1.orig.tar.gz
 2497df3a483b7c0ec5bb0d0aadd055696fab40476dee0916077c555181da0256 1565 
goaccess_0.1-1.debian.tar.gz
 41e07e11eca668d4219983d828f372ac10dfac112320650177cd66e42c7624bd 26602 
goaccess_0.1-1_amd64.deb
Files: 
 8f7e2508597aec4dc609edf301de8fb1 1073 utils extra goaccess_0.1-1.dsc
 a1d047e3eb8bd4ecec85738981ec1886 105986 utils extra goaccess_0.1.orig.tar.gz
 a3e0b9a642bbff38408b262bffa32fe8 1565 utils extra goaccess_0.1-1.debian.tar.gz
 2042caf8b2b8d859330442696da5cd1e 26602 utils extra goaccess_0.1-1_amd64.deb

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

iEYEARECAAYFAkw6lxkACgkQLpNUoan9SCGksgCbBUnIsZgMgqTFiUi/5Zi/BISd
/VkAn2etZkkuiLB3RqPSJbp45x1Tq0oG
=X2LY
-END PGP SIGNATURE-


Accepted:
goaccess_0.1-1.debian.tar.gz
  to main/g/goaccess/goaccess_0.1-1.debian.tar.gz
goaccess_0.1-1.dsc
  to main/g/goaccess/goaccess_0.1-1.dsc
goaccess_0.1-1_amd64.deb
  to main/g/goaccess/goaccess_0.1-1_amd64.deb
goaccess_0.1.orig.tar.gz
  to main/g/goaccess/goaccess_0.1.orig.tar.gz


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



Accepted haskell-happstack-server 0.5.0.2-1 (source all amd64)

2010-07-13 Thread Giovanni Mascellani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 12 Jul 2010 16:04:55 +0200
Source: haskell-happstack-server
Binary: libghc6-happstack-server-dev libghc6-happstack-server-prof 
libghc6-happstack-server-doc
Architecture: source all amd64
Version: 0.5.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Giovanni Mascellani g...@debian.org
Description: 
 libghc6-happstack-server-dev - Happstack web framework, HTTP server - GHC 6 
libraries
 libghc6-happstack-server-doc - Happstack web framework, HTTP server - 
documentation
 libghc6-happstack-server-prof - Happstack web framework, HTTP server - GHC 6 
profiling libraries
Closes: 584903
Changes: 
 haskell-happstack-server (0.5.0.2-1) unstable; urgency=low
 .
   * Initial release. (closes: #584903)
Checksums-Sha1: 
 afdacba2eca62ec4aadd85f76b203d6d65d719c4 2475 
haskell-happstack-server_0.5.0.2-1.dsc
 eb08e8bc26556895aea7877f8aebbf017856a3d7 68122 
haskell-happstack-server_0.5.0.2.orig.tar.gz
 b92f2a5e232aac7a55455f5c8194ecb468e8b6d0 3615 
haskell-happstack-server_0.5.0.2-1.debian.tar.gz
 8b670a9a7658fe99a843e0f6783bcc92ca7070b7 176274 
libghc6-happstack-server-doc_0.5.0.2-1_all.deb
 3aec1b305dae19e49ec2c187bc7df03abc5994f4 1234084 
libghc6-happstack-server-dev_0.5.0.2-1_amd64.deb
 83fc2950b70fbfcdadae8d8e6883f8438fa7c2eb 1661554 
libghc6-happstack-server-prof_0.5.0.2-1_amd64.deb
Checksums-Sha256: 
 9955661fd22c0ffb5924d748c3743976d28c316a2857da4d3881e28d23181ca9 2475 
haskell-happstack-server_0.5.0.2-1.dsc
 0184c835958bf9f29009a5aedd2c913bb1ad6ab60b80d9750849381c172dd6b6 68122 
haskell-happstack-server_0.5.0.2.orig.tar.gz
 8d3d490f8603a7296da0dd3442581edb7be42019629cb3308eeeab67cc33664f 3615 
haskell-happstack-server_0.5.0.2-1.debian.tar.gz
 ed514ea5c0f590d50fcab4c1e0c13e8319fa4e6b454ed0a72545aa7602c7f342 176274 
libghc6-happstack-server-doc_0.5.0.2-1_all.deb
 f4115718a13410031094bd3bf9a6056fde1072e27f503555e113e05ebd97110e 1234084 
libghc6-happstack-server-dev_0.5.0.2-1_amd64.deb
 7758ba9b47775716cb8b98bad1767ba70111ddd47f861d217df10a946f5c61de 1661554 
libghc6-happstack-server-prof_0.5.0.2-1_amd64.deb
Files: 
 0967f101959de98d97494920befbfc0c 2475 haskell extra 
haskell-happstack-server_0.5.0.2-1.dsc
 dd007cf1324b605444390f86123a7c7d 68122 haskell extra 
haskell-happstack-server_0.5.0.2.orig.tar.gz
 b26b6ebcd19ccde272d30948e605c7a5 3615 haskell extra 
haskell-happstack-server_0.5.0.2-1.debian.tar.gz
 cbea60b23ca637cead4a097dac3bba65 176274 doc extra 
libghc6-happstack-server-doc_0.5.0.2-1_all.deb
 34c951a462993671ea4e80ed72b2d1df 1234084 haskell extra 
libghc6-happstack-server-dev_0.5.0.2-1_amd64.deb
 5f170c548b49ad03ae5a5a1bdca549bb 1661554 haskell extra 
libghc6-happstack-server-prof_0.5.0.2-1_amd64.deb

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

iJwEAQEIAAYFAkw7Li8ACgkQgQqfaeGImwBI/AP/fKv4U1zqw1VymzivwNrSZB6Q
U32aZW8vB+ECIIvtMCHZcQsp1E0/zYFb3PuG/MG9RxR0tRvGm2M67GPdVmNIxLL5
fCkPy2mwlxnB4ar9KxE8TBlIYg9mexB04rXtqRPTaL72OnsGpDaVbWeNbNteAPjV
fuvquZPTc4xYSv99q/M=
=btsX
-END PGP SIGNATURE-


Accepted:
haskell-happstack-server_0.5.0.2-1.debian.tar.gz
  to 
main/h/haskell-happstack-server/haskell-happstack-server_0.5.0.2-1.debian.tar.gz
haskell-happstack-server_0.5.0.2-1.dsc
  to main/h/haskell-happstack-server/haskell-happstack-server_0.5.0.2-1.dsc
haskell-happstack-server_0.5.0.2.orig.tar.gz
  to 
main/h/haskell-happstack-server/haskell-happstack-server_0.5.0.2.orig.tar.gz
libghc6-happstack-server-dev_0.5.0.2-1_amd64.deb
  to 
main/h/haskell-happstack-server/libghc6-happstack-server-dev_0.5.0.2-1_amd64.deb
libghc6-happstack-server-doc_0.5.0.2-1_all.deb
  to 
main/h/haskell-happstack-server/libghc6-happstack-server-doc_0.5.0.2-1_all.deb
libghc6-happstack-server-prof_0.5.0.2-1_amd64.deb
  to 
main/h/haskell-happstack-server/libghc6-happstack-server-prof_0.5.0.2-1_amd64.deb


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



Accepted ifetch-tools 0.15.17-1 (source all)

2010-07-13 Thread Richard Nelson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Jul 2010 13:52:00 -0600
Source: ifetch-tools
Binary: ifetch-tools
Architecture: source all
Version: 0.15.17-1
Distribution: unstable
Urgency: low
Maintainer: Richard Nelson unix...@gmail.com
Changed-By: Richard Nelson unix...@gmail.com
Description: 
 ifetch-tools - Collect, monitor, and view images from ip cameras
Changes: 
 ifetch-tools (0.15.17-1) unstable; urgency=low
 .
   * Move to common version number to match debian version.
   * Correct lintian errors.
Checksums-Sha1: 
 a9930c98a1e7ba3ecd8598c392ceb7e76d97b1a6 1045 ifetch-tools_0.15.17-1.dsc
 351437990b5506624e9061265f5f56a4bcefff1c 84852 ifetch-tools_0.15.17.orig.tar.gz
 b38818ce9c3370bc7df70a0301acf5fd9afd480f 3963 ifetch-tools_0.15.17-1.diff.gz
 519c9c1675a04eeef1ccbcd0b052c20b53f73c29 67544 ifetch-tools_0.15.17-1_all.deb
Checksums-Sha256: 
 49a0c34c1bf996292036e817fce000863c746680ab1f2273596778682bae2bd4 1045 
ifetch-tools_0.15.17-1.dsc
 2e1c3b7bc7a069cd5a734010d11a16a327f9b3d7b159ad3dbe62bbc44bd5dad0 84852 
ifetch-tools_0.15.17.orig.tar.gz
 3dd5603b3eea815685db3b9b9d73f91e998b70c5effef8f1ae167ecaf34ea6a7 3963 
ifetch-tools_0.15.17-1.diff.gz
 0bd691c5bbcd8c3942c8ae8ff85a88e8a11f127439119a73a32724c2a4d5e7ac 67544 
ifetch-tools_0.15.17-1_all.deb
Files: 
 05ec6d436f92eeabddd80651dab59443 1045 web optional ifetch-tools_0.15.17-1.dsc
 5bd7d3774f2e9b1d1e26e65ea111d1a3 84852 web optional 
ifetch-tools_0.15.17.orig.tar.gz
 e7c345685f4ccf04f945648061d59f2f 3963 web optional 
ifetch-tools_0.15.17-1.diff.gz
 9924604b852c7473dd4452727877bb3c 67544 web optional 
ifetch-tools_0.15.17-1_all.deb

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

iEYEARECAAYFAkw7coUACgkQ+C5cwEsrK570vwCffdpZtv/uuFrqSYqvV7B2whue
F9YAoLDgM6ID5xbEorK0KgdwhpmoFQmW
=9TBa
-END PGP SIGNATURE-


Accepted:
ifetch-tools_0.15.17-1.diff.gz
  to main/i/ifetch-tools/ifetch-tools_0.15.17-1.diff.gz
ifetch-tools_0.15.17-1.dsc
  to main/i/ifetch-tools/ifetch-tools_0.15.17-1.dsc
ifetch-tools_0.15.17-1_all.deb
  to main/i/ifetch-tools/ifetch-tools_0.15.17-1_all.deb
ifetch-tools_0.15.17.orig.tar.gz
  to main/i/ifetch-tools/ifetch-tools_0.15.17.orig.tar.gz


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



Accepted libdispatch 0~svn188-1 (source amd64)

2010-07-13 Thread Mark Heily
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Apr 2010 23:00:34 -0400
Source: libdispatch
Binary: libdispatch-dev libdispatch0
Architecture: source amd64
Version: 0~svn188-1
Distribution: unstable
Urgency: low
Maintainer: Mark Heily m...@heily.com
Changed-By: Mark Heily m...@heily.com
Description: 
 libdispatch-dev - development files for the Grand Central Dispatch API
 libdispatch0 - user space implementation of the Grand Central Dispatch API
Closes: 576638
Changes: 
 libdispatch (0~svn188-1) unstable; urgency=low
 .
   * Initial upload (Closes: #576638)
Checksums-Sha1: 
 848b70e2bca9ccb9d95640bb28d245fc74ff439e 1199 libdispatch_0~svn188-1.dsc
 4eb2f1d17b100ae5d4a02427db057bb74df61c57 446579 
libdispatch_0~svn188.orig.tar.gz
 8dec557c117392dca4f4e208f44245a04257d0b9 1 
libdispatch_0~svn188-1.debian.tar.gz
 d7b5da498939b953ddf09dcf1b556e0d0658f80d 61542 
libdispatch-dev_0~svn188-1_amd64.deb
 d779f8d006c9128477c116be75fc9d7e0d9be80d 24268 
libdispatch0_0~svn188-1_amd64.deb
Checksums-Sha256: 
 b73296f4968f616441fd418a0fe81a9885b9d37e8436f28fa98c354fa652f48a 1199 
libdispatch_0~svn188-1.dsc
 a2fa11e94b61241755639bf71537814aacb75413396a2817537a0208094b8867 446579 
libdispatch_0~svn188.orig.tar.gz
 d9ebbb0619775530cb62a1c1c289743642123508c653565258db5004bc76b988 1 
libdispatch_0~svn188-1.debian.tar.gz
 c274b44cd912cb42b57def9142279f8cc53881b251ca26820a8577ea8071db16 61542 
libdispatch-dev_0~svn188-1_amd64.deb
 dd7cdab07e85f4aee24441812d18edad55338ca827177be5cfead2c030eb05fb 24268 
libdispatch0_0~svn188-1_amd64.deb
Files: 
 4eaf58ca008ec8f4a1b5bd1e8150cd92 1199 libs extra libdispatch_0~svn188-1.dsc
 c459974bcba720228409f98468c857af 446579 libs extra 
libdispatch_0~svn188.orig.tar.gz
 4621ce6ba75d76dbd9c2f58e580f938e 1 libs extra 
libdispatch_0~svn188-1.debian.tar.gz
 6a75cc545d2089f69aa91ba762124e17 61542 libdevel extra 
libdispatch-dev_0~svn188-1_amd64.deb
 07046f868f3de5970fa2292e8d6c905c 24268 libs extra 
libdispatch0_0~svn188-1_amd64.deb

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

iD8DBQFMOf+JzWFP1/XWUWkRAnQjAKC4s47mXupeufVhjPd/+n6+jLRf/QCfUiOu
/yaPCy2NVZ11jyNvXnRWFoU=
=ke5+
-END PGP SIGNATURE-


Accepted:
libdispatch-dev_0~svn188-1_amd64.deb
  to main/libd/libdispatch/libdispatch-dev_0~svn188-1_amd64.deb
libdispatch0_0~svn188-1_amd64.deb
  to main/libd/libdispatch/libdispatch0_0~svn188-1_amd64.deb
libdispatch_0~svn188-1.debian.tar.gz
  to main/libd/libdispatch/libdispatch_0~svn188-1.debian.tar.gz
libdispatch_0~svn188-1.dsc
  to main/libd/libdispatch/libdispatch_0~svn188-1.dsc
libdispatch_0~svn188.orig.tar.gz
  to main/libd/libdispatch/libdispatch_0~svn188.orig.tar.gz


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



Accepted libgpars-groovy-java 0.10-1 (source all)

2010-07-13 Thread Miguel Landaeta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Jun 2010 20:14:05 -0430
Source: libgpars-groovy-java
Binary: libgpars-groovy-java libgpars-groovy-java-doc
Architecture: source all
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libgpars-groovy-java - open-source concurrency library for Groovy
 libgpars-groovy-java-doc - documentation for libgpars-groovy-java
Closes: 568602
Changes: 
 libgpars-groovy-java (0.10-1) unstable; urgency=low
 .
   * Initial release. (Closes: #568602).
Checksums-Sha1: 
 21c2fd2d3c4a1dddb1a944471b7e7b44014bea88 1437 libgpars-groovy-java_0.10-1.dsc
 7d31107e1c87502c340f3bfb48d3dafc00832f9d 78644 
libgpars-groovy-java_0.10.orig.tar.gz
 c023697d4eb231d9cd5ba7707131a58b20b0647b 2481 
libgpars-groovy-java_0.10-1.debian.tar.gz
 a532a7268bea54a12dc3b2246d84171d7c1c73e0 488610 
libgpars-groovy-java_0.10-1_all.deb
 3ce9c2db346a19eb376cdf580b0b5905dada4081 181206 
libgpars-groovy-java-doc_0.10-1_all.deb
Checksums-Sha256: 
 6c0fee7a6de5a85b13c75582c9d696a833a14e0358cda64b4aef7d3506dda130 1437 
libgpars-groovy-java_0.10-1.dsc
 b2d38560292fd29d4881db52061935c10f6c0e697acd6b35450fc5e994b978ec 78644 
libgpars-groovy-java_0.10.orig.tar.gz
 db1a5259bd8acc75074a0956599e8ad8c83e873be135091a96ef191849d24dca 2481 
libgpars-groovy-java_0.10-1.debian.tar.gz
 4e8a71f96f85d7bb8893e24936ee700a58c0edad20f62d15c032f9dba67b13f7 488610 
libgpars-groovy-java_0.10-1_all.deb
 a4c943720a3904032599185f7d70b025630af1391f986a3ed752d1efaf8561a9 181206 
libgpars-groovy-java-doc_0.10-1_all.deb
Files: 
 a0ad95257d93e21115e350487ef677d6 1437 java optional 
libgpars-groovy-java_0.10-1.dsc
 8b51ea1098de80b65e6a4cc3278925e3 78644 java optional 
libgpars-groovy-java_0.10.orig.tar.gz
 e70ac65c1430cd08b148345d28c91f58 2481 java optional 
libgpars-groovy-java_0.10-1.debian.tar.gz
 bbbc6011c7506d88d629b8a356be8030 488610 java optional 
libgpars-groovy-java_0.10-1_all.deb
 4b249f92ccaca749a6db5d285d19b204 181206 doc optional 
libgpars-groovy-java-doc_0.10-1_all.deb

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

iEYEARECAAYFAkw6HvsACgkQfY3dicTPjsMz9gCZAcUbe1IKjhLO0k6w3ufz4ysF
JZoAnjQ8kjJo2zG72jZmKUY6XSPASXTM
=x5Px
-END PGP SIGNATURE-


Accepted:
libgpars-groovy-java-doc_0.10-1_all.deb
  to main/libg/libgpars-groovy-java/libgpars-groovy-java-doc_0.10-1_all.deb
libgpars-groovy-java_0.10-1.debian.tar.gz
  to main/libg/libgpars-groovy-java/libgpars-groovy-java_0.10-1.debian.tar.gz
libgpars-groovy-java_0.10-1.dsc
  to main/libg/libgpars-groovy-java/libgpars-groovy-java_0.10-1.dsc
libgpars-groovy-java_0.10-1_all.deb
  to main/libg/libgpars-groovy-java/libgpars-groovy-java_0.10-1_all.deb
libgpars-groovy-java_0.10.orig.tar.gz
  to main/libg/libgpars-groovy-java/libgpars-groovy-java_0.10.orig.tar.gz


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



Accepted libnet-ssh-multi-ruby 1.0.1-1 (source all)

2010-07-13 Thread Joshua Timberman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 21 Mar 2010 10:49:04 -0600
Source: libnet-ssh-multi-ruby
Binary: libnet-ssh-multi-ruby libnet-ssh-multi-ruby1.8 
libnet-ssh-multi-ruby1.9.1
Architecture: source all
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Joshua Timberman jos...@opscode.com
Changed-By: Joshua Timberman jos...@opscode.com
Description: 
 libnet-ssh-multi-ruby - Ruby library for making multiple SSH connections to 
remote system
 libnet-ssh-multi-ruby1.8 - Ruby library for making multiple SSH connections to 
remote system
 libnet-ssh-multi-ruby1.9.1 - Ruby library for making multiple SSH connections 
to remote system
Closes: 574846
Changes: 
 libnet-ssh-multi-ruby (1.0.1-1) unstable; urgency=low
 .
   * Initial release. (Closes: #574846)
Checksums-Sha1: 
 76a957deee5001f781da1532b12190a3f62fd180 2094 libnet-ssh-multi-ruby_1.0.1-1.dsc
 b71561222dc733fed8945c5698cd99d7af3caaae 34249 
libnet-ssh-multi-ruby_1.0.1.orig.tar.gz
 4435038ad8e031794a1d23efd5843bf52d04cb8e 2449 
libnet-ssh-multi-ruby_1.0.1-1.diff.gz
 a148aaaef54ddebe3e6fe393f15065e3d9eab3b4 2272 
libnet-ssh-multi-ruby_1.0.1-1_all.deb
 f62e9a25eacf2ebf78c1dda5c6218fe8f75fdcc5 19624 
libnet-ssh-multi-ruby1.8_1.0.1-1_all.deb
 c7feafd3a2e63e3147105b76cf2c10dcfe258033 19622 
libnet-ssh-multi-ruby1.9.1_1.0.1-1_all.deb
Checksums-Sha256: 
 83fc334d57ae0a2eaac090c065fb06d3b2e17f2439e9bfa94b53ed5db94d8035 2094 
libnet-ssh-multi-ruby_1.0.1-1.dsc
 87a4ceb0109c63f12f9cdeb263c5c5a3fb46b17c02077f8b6cc4fee19aec77f3 34249 
libnet-ssh-multi-ruby_1.0.1.orig.tar.gz
 b539bf1bd1f7a4933b8c541d63747c3cb03c4f12e7c0890f96d6453a72d5c606 2449 
libnet-ssh-multi-ruby_1.0.1-1.diff.gz
 030a610709227bf83b8bc9057cb6eb238d7ecc5ee3fe9a18044122ca7c3180b0 2272 
libnet-ssh-multi-ruby_1.0.1-1_all.deb
 85a287c1d2d3641811982eea636b8d75f37412a907f09145223a7ca6d785e343 19624 
libnet-ssh-multi-ruby1.8_1.0.1-1_all.deb
 a6751d154eb07a82cc5d6a50d245640cf87aed0c93e2bb67009a6c98796d6045 19622 
libnet-ssh-multi-ruby1.9.1_1.0.1-1_all.deb
Files: 
 128c6a350ee802b3fe142c4b0e56e063 2094 ruby optional 
libnet-ssh-multi-ruby_1.0.1-1.dsc
 5e18e949d89c0abe5a19f6b159ecb05e 34249 ruby optional 
libnet-ssh-multi-ruby_1.0.1.orig.tar.gz
 d2198241ca656047dbf65246cbce0870 2449 ruby optional 
libnet-ssh-multi-ruby_1.0.1-1.diff.gz
 db03f691268619e150eb056724165bf4 2272 ruby optional 
libnet-ssh-multi-ruby_1.0.1-1_all.deb
 714b84b8491dbfc9a9f9f77875af2507 19624 ruby optional 
libnet-ssh-multi-ruby1.8_1.0.1-1_all.deb
 d0ca55dff4242fea5568d27ffada8c85 19622 ruby optional 
libnet-ssh-multi-ruby1.9.1_1.0.1-1_all.deb

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

iQIcBAEBCAAGBQJMOjBvAAoJELZaSHHKGdcX58YQAJxyqnOvMZh5/u+e7CsCiTrh
OoErxjTR69pzpaOFr8rOLh9i1m/KKIT31oJlSXbyCdj92VlCOLTsrrbs+iW4ZEl/
8Rnc2aVNIQ0qjBPxcJyY6O/S1CNW2FyVVDqnZpU0yvXHFRwuUbpXeqfGcgrzjxqg
xR8ODRKHV4PUfmRJuvfu9MoXHaAqiorLid8KvOOGeX2PEVWfdhE7PzApxtrm5E8A
O20pujHgPrVfvn089qGgHFj60gxRKKc6X2DjHsMvxZ4RXu/NvqLV+rOJuXXJV4Ad
1tvY27NTROD67Zca6UBsOb5AvdPuKrGrbueir3CzrRQdUt9ySCEDs0gKW+xlLmvq
8MODMBuD0/thNwlQ8uaN2SJOLG9w8q4hFuqV6hhpQfAWCBaNic3BMqmTKM+loeiC
4eEpubj1I+GxwNRQYlBINjb7k3iv3f6/vpLenl2i8Zvc1v3PQDxgawUgiYdq1hGV
zq+fpcT9iFAHlGBdEk+YWtzAsStFcUpKkkwLayEHnYvzS8oPKPoFFR1NUxUTzR1G
CjALlA+gO2Rd52oHP5FkV9Cwr1CLUlF7wsUNrBA9m8//UOr5E7KMYQasGECvKJlu
yMYKAvVENNZtfAyZGYpiq1J/n+WnFPjudL9DS5UwYrNN81LXJhZfT58Ko1n2/dXA
/5uYCMeYmw0HmIKoDdap
=Shnx
-END PGP SIGNATURE-


Accepted:
libnet-ssh-multi-ruby1.8_1.0.1-1_all.deb
  to main/libn/libnet-ssh-multi-ruby/libnet-ssh-multi-ruby1.8_1.0.1-1_all.deb
libnet-ssh-multi-ruby1.9.1_1.0.1-1_all.deb
  to main/libn/libnet-ssh-multi-ruby/libnet-ssh-multi-ruby1.9.1_1.0.1-1_all.deb
libnet-ssh-multi-ruby_1.0.1-1.diff.gz
  to main/libn/libnet-ssh-multi-ruby/libnet-ssh-multi-ruby_1.0.1-1.diff.gz
libnet-ssh-multi-ruby_1.0.1-1.dsc
  to main/libn/libnet-ssh-multi-ruby/libnet-ssh-multi-ruby_1.0.1-1.dsc
libnet-ssh-multi-ruby_1.0.1-1_all.deb
  to main/libn/libnet-ssh-multi-ruby/libnet-ssh-multi-ruby_1.0.1-1_all.deb
libnet-ssh-multi-ruby_1.0.1.orig.tar.gz
  to main/libn/libnet-ssh-multi-ruby/libnet-ssh-multi-ruby_1.0.1.orig.tar.gz


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



Accepted xjadeo 0.4.10-1 (source i386)

2010-07-13 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Jul 2010 12:01:22 +0200
Source: xjadeo
Binary: xjadeo
Architecture: source i386
Version: 0.4.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Jaromír Mikeš mira.mi...@seznam.cz
Description: 
 xjadeo - Video player with jack sync
Closes: 521768
Changes: 
 xjadeo (0.4.10-1) unstable; urgency=low
 .
   * Initial release (Closes: #521768)
Checksums-Sha1: 
 4087697961c606593c2d3aca9027cd280a6ed130 1568 xjadeo_0.4.10-1.dsc
 ce5f7550bf41dabba8ac3654fbe9f8608263212b 326525 xjadeo_0.4.10.orig.tar.gz
 4672e7aefb2c3675b49fb1e90b647638e309af95 2289 xjadeo_0.4.10-1.debian.tar.gz
 44bb0007d23f5a6dddfc2a75f076c8ad00a05f0d 148554 xjadeo_0.4.10-1_i386.deb
Checksums-Sha256: 
 9e002c4d39abf5d9b016a0b3b8ff864d8b7a658c90f81b67a25bab0e8395cbe0 1568 
xjadeo_0.4.10-1.dsc
 7bd30886c043f96656a052c6b087476532a173cbaab8fbfe8056d401fcdf2aae 326525 
xjadeo_0.4.10.orig.tar.gz
 05bb765232e8d40ffa4a55b6044e4df06b892b4012b3f882e61ac5137adefeda 2289 
xjadeo_0.4.10-1.debian.tar.gz
 e47e7ff8a4ce9627fbc7e7e429d3ca4d2eaa4e49d64cc8f430171a692350632a 148554 
xjadeo_0.4.10-1_i386.deb
Files: 
 f5b3a9f169871b94ce524f94425d1ccb 1568 sound optional xjadeo_0.4.10-1.dsc
 9dfa7c09b62fff64ade775d09d3d8d4b 326525 sound optional 
xjadeo_0.4.10.orig.tar.gz
 4a5f073eae903fce02d187a63ae8fb24 2289 sound optional 
xjadeo_0.4.10-1.debian.tar.gz
 2ee36065c2c0f9f65c5a566bbd60cc4d 148554 sound optional xjadeo_0.4.10-1_i386.deb

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

iEYEARECAAYFAkw65N0ACgkQRdSMfNz8P9D4mwCfT2sDS4A8HlHYKq2KTDhMkCOz
G4YAn3zrGkTbIffLqmBoLUsBjzHwZDRJ
=Z05b
-END PGP SIGNATURE-


Accepted:
xjadeo_0.4.10-1.debian.tar.gz
  to main/x/xjadeo/xjadeo_0.4.10-1.debian.tar.gz
xjadeo_0.4.10-1.dsc
  to main/x/xjadeo/xjadeo_0.4.10-1.dsc
xjadeo_0.4.10-1_i386.deb
  to main/x/xjadeo/xjadeo_0.4.10-1_i386.deb
xjadeo_0.4.10.orig.tar.gz
  to main/x/xjadeo/xjadeo_0.4.10.orig.tar.gz


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



Accepted pyopencl 0.92~beta+git20100709-1 (source amd64)

2010-07-13 Thread Tomasz Rybak
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 31 May 2010 19:29:00 +0200
Source: pyopencl
Binary: python-pyopencl
Architecture: source amd64
Version: 0.92~beta+git20100709-1
Distribution: unstable
Urgency: low
Maintainer: Tomasz Rybak bogom...@post.pl
Changed-By: Tomasz Rybak bogom...@post.pl
Description: 
 python-pyopencl - module to access OpenCL parallel computation API
Changes: 
 pyopencl (0.92~beta+git20100709-1) unstable; urgency=low
 .
   * Initial release
   * Replaced usage of setuptools with python-setuptools from Debian
   * Deleted jquery.js and replace it with link to script from libjs-jquery
Checksums-Sha1: 
 7f6dca6debe39d8d6c29dae7611fca85b03153d4 1488 
pyopencl_0.92~beta+git20100709-1.dsc
 0fb44f92738e3be074a2f55e4208f5d6d3727df3 77919 
pyopencl_0.92~beta+git20100709.orig.tar.gz
 542a86ffb1c461b3d495fdc749ecd9c1cf09b586 4204 
pyopencl_0.92~beta+git20100709-1.debian.tar.gz
 e5c043153660ba8a83fec7b41f2bae04779ea702 533298 
python-pyopencl_0.92~beta+git20100709-1_amd64.deb
Checksums-Sha256: 
 97c476d1f5f7230789af08ac6b92119712b08e9eaa1584dec5968fd759d2561e 1488 
pyopencl_0.92~beta+git20100709-1.dsc
 7240913f60babd83a355930f3349f7cbaa3103859a73150083a9dbdd1742e81b 77919 
pyopencl_0.92~beta+git20100709.orig.tar.gz
 c98af8634224a672f09fb45d60ca2036337fc82472737b04858278d959bd13b4 4204 
pyopencl_0.92~beta+git20100709-1.debian.tar.gz
 34fd0ecf3157b82b1b91ed39ddad753c39b0b2ef7d413cb43d583eca47ab6520 533298 
python-pyopencl_0.92~beta+git20100709-1_amd64.deb
Files: 
 fa8930338e55c7e6e0909d0a62f1d5be 1488 contrib/python optional 
pyopencl_0.92~beta+git20100709-1.dsc
 1d0753eb8202fd070adc97d51b5d0342 77919 contrib/python optional 
pyopencl_0.92~beta+git20100709.orig.tar.gz
 ef8fd7b76e93df1bb58ccbd93e6df257 4204 contrib/python optional 
pyopencl_0.92~beta+git20100709-1.debian.tar.gz
 a4b81661e3db083c3e9d197a456c025b 533298 contrib/python optional 
python-pyopencl_0.92~beta+git20100709-1_amd64.deb

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

iEYEARECAAYFAkw7g7UACgkQB01zfu119Zl9awCeKLIu1R/YBgWTy16kc3X4Tj8S
qBUAoMGa3cp0fn04VpXIebknbKdHp0Ji
=3rjc
-END PGP SIGNATURE-


Accepted:
pyopencl_0.92~beta+git20100709-1.debian.tar.gz
  to contrib/p/pyopencl/pyopencl_0.92~beta+git20100709-1.debian.tar.gz
pyopencl_0.92~beta+git20100709-1.dsc
  to contrib/p/pyopencl/pyopencl_0.92~beta+git20100709-1.dsc
pyopencl_0.92~beta+git20100709.orig.tar.gz
  to contrib/p/pyopencl/pyopencl_0.92~beta+git20100709.orig.tar.gz
python-pyopencl_0.92~beta+git20100709-1_amd64.deb
  to contrib/p/pyopencl/python-pyopencl_0.92~beta+git20100709-1_amd64.deb


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



Accepted strongwind 0.9-1 (source all)

2010-07-13 Thread Ray Wang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 14:51:22 +0800
Source: strongwind
Binary: python-strongwind
Architecture: source all
Version: 0.9-1
Distribution: unstable
Urgency: low
Maintainer: Ray Wang wanglei1...@gmail.com
Changed-By: Ray Wang wanglei1...@gmail.com
Description: 
 python-strongwind - A GUI test automation framework
Closes: 53
Changes: 
 strongwind (0.9-1) unstable; urgency=low
 .
   * Initial Release. (Closes: #53)
Checksums-Sha1: 
 3c50cd3bd91c97f94f96f90e78982e0fe3c7cc6f 1083 strongwind_0.9-1.dsc
 44b825556ef20c4796e490cc374e2e0897b037a0 51600 strongwind_0.9.orig.tar.gz
 a7ec333e9695595b452ebaf1833d1afeb01c42e3 2414 strongwind_0.9-1.debian.tar.gz
 df9bdd79f505c559d837f9d7fcc4f5a7f038694f 21932 python-strongwind_0.9-1_all.deb
Checksums-Sha256: 
 85a19240cbcad65b1985c67213469282f26d649748ec31cb8d2cfb5e8f609c55 1083 
strongwind_0.9-1.dsc
 6a5b18a3b8674fc83c75e60e6e81482a5bbb4b8d658c801cd24c569bd1cee990 51600 
strongwind_0.9.orig.tar.gz
 51a825253d8ad492a6a14a02da980c6e4c00d5d8da961d0607c7a0b145a561b6 2414 
strongwind_0.9-1.debian.tar.gz
 bcc61045c8b10d81c5d0106528da87b420dc4644af26ce66489d5cfb4ebf291f 21932 
python-strongwind_0.9-1_all.deb
Files: 
 916d65d9f3087622097a70336242c774 1083 python optional strongwind_0.9-1.dsc
 7c32a47f0c986406738a7e6eb3a176ab 51600 python optional 
strongwind_0.9.orig.tar.gz
 34dd4575ccfa9af55cd392218a723e79 2414 python optional 
strongwind_0.9-1.debian.tar.gz
 b2a35020a53adf80034ae3b133d795a3 21932 python optional 
python-strongwind_0.9-1_all.deb

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

iEYEARECAAYFAkw8JOYACgkQ5TUK4GCH0vgT0gCgnb9A65MRZw898tGZRMzhmuq7
/5AAoKWAWP6fYsAUvJDCI19Z5t9EVDTM
=ZiJs
-END PGP SIGNATURE-


Accepted:
python-strongwind_0.9-1_all.deb
  to main/s/strongwind/python-strongwind_0.9-1_all.deb
strongwind_0.9-1.debian.tar.gz
  to main/s/strongwind/strongwind_0.9-1.debian.tar.gz
strongwind_0.9-1.dsc
  to main/s/strongwind/strongwind_0.9-1.dsc
strongwind_0.9.orig.tar.gz
  to main/s/strongwind/strongwind_0.9.orig.tar.gz


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



Accepted pm-utils 1.4.1-1 (source all)

2010-07-13 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 16:24:27 +0200
Source: pm-utils
Binary: pm-utils
Architecture: source all
Version: 1.4.1-1
Distribution: experimental
Urgency: low
Maintainer: Tim Dijkstra t...@famdijkstra.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 pm-utils   - utilities and scripts for power management
Closes: 588587 588768
Changes: 
 pm-utils (1.4.1-1) experimental; urgency=low
 .
   [ Michael Biebl ]
   * New upstream release. (Closes: #588587)
 The main improvement is that this ships some generally useful power
 management hooks by default. Note that this conflicts with similar
 packages such as laptop-mode-tools or pm-utils-powersave-policy, so you
 should not enable them and pm-utils at the same time.
 Current hooks when switching to battery:
 - [disable_wol] Disable Wake-on-LAN on ethernet cards
 - [hal-cd-polling] Disable HAL's polling of CD drives for automounting
   them. Note that this HAL functionality is already obsolete in Debian's
   current GNOME, but still being used in current KDE and XFCE desktops.
 - [harddrive] More aggressive harddrive spindown times
 - [intel-audio-powersave] Put ac97 and hda cards to sleep when inactive.
 - [journal-commit, xfs_buffer] Delay ext[34]/ext journal/metadata
   writeback
 - [laptop-mode] Delay hard disk writeback times of dirty caches, to avoid
   spin ups
 - [pcie_aspm] PCI express cards power saving
 - [readahead] More speculative readahead, at the expense of using more
   memory
 - [sata_alpm] Enable SATA link power management
 - [sched-powersave] Try to use fewer cores on multi-core machines
 - [wireless] Reduce RX/TX power when idle on some known-working drivers
   (various Intel chips for now)
   * video-quirks/*
 - Update quirks to latest upstream release pm-quirks-20100619.
   * Drop patches applied upstream
 - debian/patches/05-inspiron-8600-ati-quirk.patch
 - debian/patches/08-fix-lock-file-handling.patch
 - debian/patches/12-man-page-fixes.patch
   * Refresh and update all patches so they apply cleanly.
   * debian/control
 - Demote radeontool to Suggests. The standard Debian/Ubuntu kernels use
   KMS for radeon which makes this tool obsolete. (Closes: #588768)
 .
   [ Martin Pitt ]
   * debian/control: Add hdparm Recommends and ethtool/wireless-tools Suggests,
 for the newly added power saving hooks.
   * debian/control: Conflicts/Replaces: pm-utils-powersave-policy, superseded
 by the now integrated power.d hooks.
Checksums-Sha1: 
 c6b64fd11e87c4f5981130c557299f33300f8ce3 1240 pm-utils_1.4.1-1.dsc
 9aacb9b4a5f11f751d94f5257c6c54460f106197 208687 pm-utils_1.4.1.orig.tar.gz
 da61a5a0b9bf9d5aa6a90569b3e2d5731affc8c0 21674 pm-utils_1.4.1-1.diff.gz
 f5d997445940a735ab980df0a98a09dbf6667691 126362 pm-utils_1.4.1-1_all.deb
Checksums-Sha256: 
 e28dd53abc94cb18643fca5e7586ac12ec51194783e113effca36b7dddc917de 1240 
pm-utils_1.4.1-1.dsc
 8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4370c0b 208687 
pm-utils_1.4.1.orig.tar.gz
 ec462f048b61d414b7cc6a599e10095a85791d1c8ec324d8769ea2e24bf7f8f2 21674 
pm-utils_1.4.1-1.diff.gz
 cbff1605e98c280dd1a1200ce9ef4b91747aed1c38ec991f58a9f4ec43dd4801 126362 
pm-utils_1.4.1-1_all.deb
Files: 
 bfc2012aa5116987bebd273a80d05fce 1240 admin optional pm-utils_1.4.1-1.dsc
 1742a556089c36c3a89eb1b957da5a60 208687 admin optional 
pm-utils_1.4.1.orig.tar.gz
 e6a7b7df3a4c705918cb220b01aae736 21674 admin optional pm-utils_1.4.1-1.diff.gz
 327c6788086b1d92f858bcfc5f6224cc 126362 admin optional pm-utils_1.4.1-1_all.deb

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

iEYEARECAAYFAkw8eEkACgkQh7PER70FhVRJcQCfdccQy/g1CCOwRCivI07B5JjO
ppUAoMoVCj0vLU+HpHj+zjIeKY+x5jUo
=W1ip
-END PGP SIGNATURE-


Accepted:
pm-utils_1.4.1-1.diff.gz
  to main/p/pm-utils/pm-utils_1.4.1-1.diff.gz
pm-utils_1.4.1-1.dsc
  to main/p/pm-utils/pm-utils_1.4.1-1.dsc
pm-utils_1.4.1-1_all.deb
  to main/p/pm-utils/pm-utils_1.4.1-1_all.deb
pm-utils_1.4.1.orig.tar.gz
  to main/p/pm-utils/pm-utils_1.4.1.orig.tar.gz


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



Accepted pykickstart 1.76-1 (source all)

2010-07-13 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 16:41:22 +0300
Source: pykickstart
Binary: python-pykickstart
Architecture: source all
Version: 1.76-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 python-pykickstart - Python library for manipulating kickstart files
Changes: 
 pykickstart (1.76-1) unstable; urgency=low
 .
   * New upstream release.
   * Update debian/control: bump Standards-Version to 3.9.0 (no changes
 needed).
Checksums-Sha1: 
 08b6f3aaf46b7bb87396acada556eb6a2ad00bc0 1545 pykickstart_1.76-1.dsc
 681a64be6843b4e9f14ae4e818a70ebac9d10b25 194385 pykickstart_1.76.orig.tar.gz
 94900ec169d971a3dbe220df6a7df344ccc79df3 3921 pykickstart_1.76-1.debian.tar.gz
 8c84626191a8e55971a93efa2d0b3c8c7ed6c3b5 112288 
python-pykickstart_1.76-1_all.deb
Checksums-Sha256: 
 575bf7ab7851bc7043f2da9a8e3153a4bf6335e93b8d6a8e67c394b05d918eb9 1545 
pykickstart_1.76-1.dsc
 06ec0073125158ab7b8ae3096f7b632d2c5fbb145be259464ae04d41c03be54a 194385 
pykickstart_1.76.orig.tar.gz
 a328036ad5054e3e62cf684102c4adf9957bd8a9a9f4453b2c386163054d6963 3921 
pykickstart_1.76-1.debian.tar.gz
 fa69f1637b1e2eeb041d040f7ebfdb47ffc776de712f1b44a9e64c1727d78417 112288 
python-pykickstart_1.76-1_all.deb
Files: 
 b75f4eeac447a1767bd8a53e00208ae0 1545 python optional pykickstart_1.76-1.dsc
 d78b6b90fa27974cfec0efdb5007d817 194385 python optional 
pykickstart_1.76.orig.tar.gz
 aa552c486b81f172f3760c76780e5e49 3921 python optional 
pykickstart_1.76-1.debian.tar.gz
 5f0a4162543cf47d8e6d54cc94d81ec7 112288 python optional 
python-pykickstart_1.76-1_all.deb

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

iJwEAQECAAYFAkw8dMkACgkQjPU19mqlcvc/cwQAhjAkpN92YXItbAsC5NEIdgFq
5BSm61oQaqAWrSvvdxo89OIwADBPn5N10DYrZtP9YuMMB6dXxP6KfNO4ipo6gXQZ
qLPoJiFBuu5H9ZJcgCGKD0VRZXPJtelQMW31ZrjbXKip99R2BZ+KakBeyRk9ai6c
YznvhOja0b27rNKNLyA=
=6InB
-END PGP SIGNATURE-


Accepted:
pykickstart_1.76-1.debian.tar.gz
  to main/p/pykickstart/pykickstart_1.76-1.debian.tar.gz
pykickstart_1.76-1.dsc
  to main/p/pykickstart/pykickstart_1.76-1.dsc
pykickstart_1.76.orig.tar.gz
  to main/p/pykickstart/pykickstart_1.76.orig.tar.gz
python-pykickstart_1.76-1_all.deb
  to main/p/pykickstart/python-pykickstart_1.76-1_all.deb


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



Accepted traceroute 1:2.0.14-3 (source i386 all)

2010-07-13 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 16:12:56 +0200
Source: traceroute
Binary: traceroute traceroute-nanog
Architecture: source i386 all
Version: 1:2.0.14-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 traceroute - Traces the route taken by packets over an IPv4/IPv6 network
 traceroute-nanog - Traces the route taken by packets over an IP network 
(transitiona
Closes: 554892
Changes: 
 traceroute (1:2.0.14-3) unstable; urgency=low
 .
   * Adding patch from upstream to add help argument to lft wrapper
 (Closes: #554892).
Checksums-Sha1: 
 3dbfcf8f952ac4f35539c9bb6c99336e17151261 1265 traceroute_2.0.14-3.dsc
 1fb6522394edb43072e18f6965860d5540200589 7786 traceroute_2.0.14-3.diff.gz
 adaa6aedd4dbfa1bc7cd9c4c431b946391727c2b 52320 traceroute_2.0.14-3_i386.deb
 8dd3e79b20b9198af4eed944ac0bf98a96c5760e 8886 traceroute-nanog_2.0.14-3_all.deb
Checksums-Sha256: 
 8f4dd8456086c3aa69ac3ebb2bbdd22fce346738106634f8f5cce85b6edfa6d7 1265 
traceroute_2.0.14-3.dsc
 2c0e3ead98e1bb27c1a6de1cab5a367f367edeb894914d528586935d3cecfc3c 7786 
traceroute_2.0.14-3.diff.gz
 9c2950eb1e0cf9e7fe8a31bf4fc69d02a7b8207368d360eaac6d124e6ce99ffd 52320 
traceroute_2.0.14-3_i386.deb
 3edd2985cbb86010d543fdba86c4882c84d01b12016ae032af8e0a0d0df71282 8886 
traceroute-nanog_2.0.14-3_all.deb
Files: 
 b17dcc5ee3742aafe242114e8ac9379b 1265 net important traceroute_2.0.14-3.dsc
 a6f09fb01b4ad6ce946f8aafa364c57d 7786 net important traceroute_2.0.14-3.diff.gz
 9c50fe340693a3b0453e3c78049c8edc 52320 net important 
traceroute_2.0.14-3_i386.deb
 3b3cfc7874c1c9231007330993630d39 8886 net extra 
traceroute-nanog_2.0.14-3_all.deb

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

iEYEARECAAYFAkw8dUoACgkQ+C5cwEsrK55A2ACgqwNj8NsLP4oAw21wYeyxihWh
ATwAoKaCV6OsqU2ItHg8+st0cT9xGGLU
=DOLw
-END PGP SIGNATURE-


Accepted:
traceroute-nanog_2.0.14-3_all.deb
  to main/t/traceroute/traceroute-nanog_2.0.14-3_all.deb
traceroute_2.0.14-3.diff.gz
  to main/t/traceroute/traceroute_2.0.14-3.diff.gz
traceroute_2.0.14-3.dsc
  to main/t/traceroute/traceroute_2.0.14-3.dsc
traceroute_2.0.14-3_i386.deb
  to main/t/traceroute/traceroute_2.0.14-3_i386.deb


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



Accepted whereami 0.3.34-0.3 (source all)

2010-07-13 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 08 Jul 2010 00:41:36 +0200
Source: whereami
Binary: whereami
Architecture: source all
Version: 0.3.34-0.3
Distribution: unstable
Urgency: low
Maintainer: Andrew McMillan deb...@mcmillan.net.nz
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 whereami   - Automatically reconfigure your (laptop) system for a new location
Closes: 585058
Changes: 
 whereami (0.3.34-0.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Compatibility with isc-dhcp-client (Closes: #585058).
Checksums-Sha1: 
 90b2ca89a3e91a300dca529762d061b11504d0d9 1408 whereami_0.3.34-0.3.dsc
 f97a199c6073c939cda2dd61843fdac97e5ba4d8 70571 whereami_0.3.34-0.3.tar.gz
 db02990f51a7063ad64c76bd7e70239b512defc2 63332 whereami_0.3.34-0.3_all.deb
Checksums-Sha256: 
 befa694328b45ce0f4ece311899b134a8d6df4d267c4bbca3616e13d035c25fd 1408 
whereami_0.3.34-0.3.dsc
 f204281dc8a807200e72cb778d223cb60afd214305b3690166fb949bfc1e20d5 70571 
whereami_0.3.34-0.3.tar.gz
 2448d768b266a3a2a0a3598bfe61c53d196823dbdd074c26a20fd3c881192da6 63332 
whereami_0.3.34-0.3_all.deb
Files: 
 c90d95e76d45d23dc853987365abd6a6 1408 net extra whereami_0.3.34-0.3.dsc
 51472d9b4ded49d6bd6fe37a6457bf61 70571 net extra whereami_0.3.34-0.3.tar.gz
 c444183f3465b6aa3ff7495881a4ca0b 63332 net extra whereami_0.3.34-0.3_all.deb

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

iQIcBAEBCAAGBQJMNd2GAAoJEDO+GgqMLtj/5+kP/2XK0kmmNpyal8ju5LaxkJif
tuG9/RCxfhkkmFsXsADadyHnfCe5Dympnx0jwZw0CwMYlzPSgOwljpkPmFyUWJ35
fjXBmMk5PSja6q7Pfp1XCV/pSV/cLxcJRIHA4DflybfXssMLSIDaK+W9FlS4naX9
AT5rSMHEB3pVw8/OO+KLMFST4ADJqOSa+zGK/gwWKnQ0SFioN73j+AtvbeajXuE6
XJVReELYsq9F9J7hO+rcJNBVyEZlPQCeGGEz0y8jIlJnRlDkT4/qdAmU1VviBhBA
MYM75DRnTLmvi6u1E/0VZoL4APqLkQiYZjha3udiMbAWAtmt8MtEf8WKYcVFbwo+
Rpc2vmmhkRJWgMEByntRrZNQzWZ7OQ0N9M99lHbgSRffrkhKmZo7s/GtIccc8jrz
J9ufH9q9zO1e9DjGuOLBIuPqfbEhNz3gDTQJ8/OeqSnwgisYRRvw6jPhR6qdZ683
StlPA7WmZNks7lsBybnWUxf/BhJ7ZHJ4xmXaRaj2FNJhnAHQkgmWKBtJmSt7At5I
jNvIBYBZv6JnRQC7dgkpVulIOg5MpuM+IYhffa38fGQfmM3aIJjdmJmHjk6f1gbE
NJspKcEtSU2ZQlbv9prU8l/gPhdfUHlhvWliL/grnwXHDclmbtUcfOpg6xa3ezQk
vB6sYNsuuebYb94vb9Ra
=1m10
-END PGP SIGNATURE-


Accepted:
whereami_0.3.34-0.3.dsc
  to main/w/whereami/whereami_0.3.34-0.3.dsc
whereami_0.3.34-0.3.tar.gz
  to main/w/whereami/whereami_0.3.34-0.3.tar.gz
whereami_0.3.34-0.3_all.deb
  to main/w/whereami/whereami_0.3.34-0.3_all.deb


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



Accepted wims 4.00-2 (source all amd64)

2010-07-13 Thread Georges Khaznadar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 02 Jul 2010 19:46:48 +0200
Source: wims
Binary: wims wims-modules flydraw
Architecture: source amd64 all
Version: 4.00-2
Distribution: unstable
Urgency: low
Maintainer: Georges Khaznadar georg...@ofset.org
Changed-By: Georges Khaznadar georg...@ofset.org
Description: 
 flydraw- Inline drawing tool
 wims   - server for educative contents as courses, exercises, exams
 wims-modules - modules used by the WIMS server
Closes: 585078
Changes: 
 wims (4.00-2) unstable; urgency=low
 .
   * enhanced the description of the package, thanks to Christoph Berg
 and Christian Perrier. Closes: #585078
   * upgraded Standards-Version to 3.9.0
   * upgraded debian/compat to 7
Checksums-Sha1: 
 eaae779657c5a894c1d57626efd584ad06a36928 1091 wims_4.00-2.dsc
 79b2dfd15931283e4d079fb2e0d79bc1b22cdf99 411931 wims_4.00-2.debian.tar.gz
 995b01978d9b822beef9bbc4835b98c9ad14b202 16072448 wims_4.00-2_amd64.deb
 a4cc772ac90418f523db919b0d49f6c9ee46625f 55038 flydraw_4.00-2_amd64.deb
 dc7a09b2039b504e2dac08cbc588e11d600342d1 1571540 wims-modules_4.00-2_all.deb
Checksums-Sha256: 
 87d6987d4cb16b81c1ede36416699c42cd0c619c423e938ab2c253b361aa518e 1091 
wims_4.00-2.dsc
 64e0a59b5514b8b90d579a440fd2ca9ccae1cd75ebe5e5b988425a31409683d2 411931 
wims_4.00-2.debian.tar.gz
 5abc29386b91f89d9ef5be3fd1c7a087a603da6d20d4e36fda7c00b70347f9bf 16072448 
wims_4.00-2_amd64.deb
 9557136829374a057979f0a723a6abd5deaa7902066ba3b0a88d09bad4706e06 55038 
flydraw_4.00-2_amd64.deb
 438569a310c944d6ce3e18135efd29b9aa91ff467900fa5e6ca2263414175f78 1571540 
wims-modules_4.00-2_all.deb
Files: 
 f23cac5090f0707d6a085f8b260ad6b1 1091 web optional wims_4.00-2.dsc
 c2db6b2ccabd75b25f130544b16fab11 411931 web optional wims_4.00-2.debian.tar.gz
 0fc6e35dd2fabe6b6706e721a4ceb3e1 16072448 web optional wims_4.00-2_amd64.deb
 b3e32623f5c8db2a55dc9ae1886c4954 55038 graphics optional 
flydraw_4.00-2_amd64.deb
 0ae7d9ef80c8a2e804c17a27558416fb 1571540 web optional 
wims-modules_4.00-2_all.deb

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

iD8DBQFMPG/anfmb2hFpETARAmOtAJ9qKLUK8PAQIJKXPzq3KDfaMlAqOwCcDcti
YKtgsirV+1UEMKqVxRyWKoQ=
=oUGG
-END PGP SIGNATURE-


Accepted:
flydraw_4.00-2_amd64.deb
  to main/w/wims/flydraw_4.00-2_amd64.deb
wims-modules_4.00-2_all.deb
  to main/w/wims/wims-modules_4.00-2_all.deb
wims_4.00-2.debian.tar.gz
  to main/w/wims/wims_4.00-2.debian.tar.gz
wims_4.00-2.dsc
  to main/w/wims/wims_4.00-2.dsc
wims_4.00-2_amd64.deb
  to main/w/wims/wims_4.00-2_amd64.deb


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



Accepted create-resources 0.1.3-3 (source all)

2010-07-13 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 17:19:06 +0200
Source: create-resources
Binary: create-resources
Architecture: source all
Version: 0.1.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 create-resources - shared resources for use by creative applications
Changes: 
 create-resources (0.1.3-3) unstable; urgency=low
 .
   * Switch to 3.0 (quilt) format.
   * Bump Standards.
   * Drop dpatch support, bump debhlper version.
   * Bump debian/compat file.
   * Update Maintainer's name and address, add myself to Uploaders field.
   * Add Vcs-* fields.
   * Add Homepage field.
   * Switch to debhelper 7.
Checksums-Sha1: 
 79d273a5feb530719e72bdd4d54a4489df071408 1369 create-resources_0.1.3-3.dsc
 43103a9f0c469967b6362839771c54265ff5a5fd 2328 
create-resources_0.1.3-3.debian.tar.gz
 b16c227545f0bf97cb22d1153e346982d9ef6939 3441992 
create-resources_0.1.3-3_all.deb
Checksums-Sha256: 
 57de08d6f6b7f02cbd3271c4a9114ac1ad25610c7e8b278684bcf8d326fdfad8 1369 
create-resources_0.1.3-3.dsc
 81f873a8171da6ee52a238947bc996255664c764a9f5d6df826e558bb8b7ba82 2328 
create-resources_0.1.3-3.debian.tar.gz
 c262eeef875b5118f9bce212e2693c51e184d780f454a933e1e8c91c55e3b9f8 3441992 
create-resources_0.1.3-3_all.deb
Files: 
 a690e759d87899167c57541e7f9f75ca 1369 graphics extra 
create-resources_0.1.3-3.dsc
 6dc7e77071e7128d2f793fe7a71612ea 2328 graphics extra 
create-resources_0.1.3-3.debian.tar.gz
 487d0bec8323246e9c08a4f3690157d0 3441992 graphics extra 
create-resources_0.1.3-3_all.deb

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

iEUEARECAAYFAkw8hewACgkQRdSMfNz8P9Ab9wCXfhTOxl7fPND6S3phfigoXo87
vgCfeayfqVY+aZcbMk2O3JBUfh/9EOU=
=cfnl
-END PGP SIGNATURE-


Accepted:
create-resources_0.1.3-3.debian.tar.gz
  to main/c/create-resources/create-resources_0.1.3-3.debian.tar.gz
create-resources_0.1.3-3.dsc
  to main/c/create-resources/create-resources_0.1.3-3.dsc
create-resources_0.1.3-3_all.deb
  to main/c/create-resources/create-resources_0.1.3-3_all.deb


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



Accepted empathy 2.31.5.1-1 (source all amd64)

2010-07-13 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 Jul 2010 17:33:52 +0200
Source: empathy
Binary: empathy empathy-dbg empathy-common nautilus-sendto-empathy
Architecture: source all amd64
Version: 2.31.5.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 empathy- GNOME multi-protocol chat and call client
 empathy-common - GNOME multi-protocol chat and call client (common files)
 empathy-dbg - GNOME multi-protocol chat and call client (debug symbols)
 nautilus-sendto-empathy - GNOME multi-protocol chat and call client 
(nautilus-sendto plugin
Changes: 
 empathy (2.31.5.1-1) experimental; urgency=low
 .
   * New upstream release
 - Install manpages provided by upstream
 - Install new empathy-av component
Checksums-Sha1: 
 e423bd08dbf7b393a6e3689aca437b6b11e9ec51 2720 empathy_2.31.5.1-1.dsc
 08c4057b5f2c213fcc209ce92fa9d9674986b939 2610112 empathy_2.31.5.1.orig.tar.bz2
 ad848840f64f0f5ac7d060280baab722322a66c4 16001 
empathy_2.31.5.1-1.debian.tar.bz2
 1f299f7aaea35521f10178baa119d0c361db84b0 2505378 
empathy-common_2.31.5.1-1_all.deb
 e54d9166f95ded84748b9b9371513eb7ece4a881 1092196 empathy_2.31.5.1-1_amd64.deb
 af518880fa767ba29fe5aabdb18d928dd6bbc9e3 2261404 
empathy-dbg_2.31.5.1-1_amd64.deb
 43ddb41b59594e65e6ee343a6de9ea6e32fe0ee3 705664 
nautilus-sendto-empathy_2.31.5.1-1_amd64.deb
Checksums-Sha256: 
 13f434494678006f727b1abe29be8d2d8942e0f27103dd1856795a5688bf9dc4 2720 
empathy_2.31.5.1-1.dsc
 80a50decfcabf92e210a10dabea965af81fdecc6a10998d29fd307353a0336e9 2610112 
empathy_2.31.5.1.orig.tar.bz2
 6c5657d562cb300b258d645e2383cd001ae14dbb1c3e9abc3455e17104ffb39c 16001 
empathy_2.31.5.1-1.debian.tar.bz2
 ce5d46d35164746c54631d8d849f8266daa61684dfd686a1d24a19e2c22addf7 2505378 
empathy-common_2.31.5.1-1_all.deb
 09deee28234b8cfdb9a3076b066d0f6f5a27e55e61422c9bdc9bc0b74e6c443a 1092196 
empathy_2.31.5.1-1_amd64.deb
 cc94eeccc2045204bf5fa31cb72cbd69d5fbebc00ae0255fecf4aa5c6749ba5f 2261404 
empathy-dbg_2.31.5.1-1_amd64.deb
 e1dc7f68b2e442dc1df7deec114778e6866f777471d632f6a65534b1539fb21a 705664 
nautilus-sendto-empathy_2.31.5.1-1_amd64.deb
Files: 
 f1aaae9fd25376ea33365447a0efa12a 2720 gnome optional empathy_2.31.5.1-1.dsc
 bdfb741c1153028ab0554a306cd68b33 2610112 gnome optional 
empathy_2.31.5.1.orig.tar.bz2
 9702bdce9fb4db94a7846b7a3118d49c 16001 gnome optional 
empathy_2.31.5.1-1.debian.tar.bz2
 fa4068e6f9dd03b5c8c65bfde0590b80 2505378 gnome optional 
empathy-common_2.31.5.1-1_all.deb
 4de29db0b574a67dc1172c6eb4239ba4 1092196 gnome optional 
empathy_2.31.5.1-1_amd64.deb
 2689b86a8cc2d3a8f6c0881cd757db1b 2261404 debug extra 
empathy-dbg_2.31.5.1-1_amd64.deb
 1428287670d4ddd1dcc55cd18b041ab6 705664 gnome optional 
nautilus-sendto-empathy_2.31.5.1-1_amd64.deb

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

iQEcBAEBCAAGBQJMPI0+AAoJEB/FiR66sEPVm+QH/1ZQzy9lXXDrScy/5XmrSM/y
ITl/xK+H8Hr84DLHBP0qygMUaT1g9n/s0AJ+k59rbdB6EvjqqipSR25sojitgiBE
9N8VGUAPnf+XlnjPm5SLdkJUd9LssTcO4Lz0Ci91ZJdQVTP5LN0qBXmxH+UxURzW
MUZYO5TX5COg3d4DPatGWddL3tMWftLL0xr8aSBRJZW78vbO/arao+I9Hlq3NYZY
BI0tAJDKvDX+eLHX2ZC12m9+zcS7kS6WGGZ8/ONV8M8siKtb/hoo+b5r0K+YDIqR
bR0V9xKoNzY3c/+CkHRfS/qqr2XVwyzrxoa42rurwR1iiuDDm0zo+Y19Bx/bw1U=
=10+X
-END PGP SIGNATURE-


Accepted:
empathy-common_2.31.5.1-1_all.deb
  to main/e/empathy/empathy-common_2.31.5.1-1_all.deb
empathy-dbg_2.31.5.1-1_amd64.deb
  to main/e/empathy/empathy-dbg_2.31.5.1-1_amd64.deb
empathy_2.31.5.1-1.debian.tar.bz2
  to main/e/empathy/empathy_2.31.5.1-1.debian.tar.bz2
empathy_2.31.5.1-1.dsc
  to main/e/empathy/empathy_2.31.5.1-1.dsc
empathy_2.31.5.1-1_amd64.deb
  to main/e/empathy/empathy_2.31.5.1-1_amd64.deb
empathy_2.31.5.1.orig.tar.bz2
  to main/e/empathy/empathy_2.31.5.1.orig.tar.bz2
nautilus-sendto-empathy_2.31.5.1-1_amd64.deb
  to main/e/empathy/nautilus-sendto-empathy_2.31.5.1-1_amd64.deb


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



Accepted mutter 2.31.5-1 (source all amd64)

2010-07-13 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 Jul 2010 11:36:29 -0300
Source: mutter
Binary: mutter libmutter-private0 mutter-common libmutter-dev gir1.0-mutter-2.31
Architecture: source all amd64
Version: 2.31.5-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Gustavo Noronha Silva k...@debian.org
Description: 
 gir1.0-mutter-2.31 - GObject introspection data for Mutter
 libmutter-dev - Development files for the Mutter window manager
 libmutter-private0 - library for the Mutter window manager
 mutter - lightweight GTK+ window manager
 mutter-common - shared files for the Mutter window manager
Changes: 
 mutter (2.31.5-1) experimental; urgency=low
 .
   * New upstream release
   - refreshed patches
   - added a hack to rules to work-around the build trying to install
 locale files to /usr/lib/locale
   - bumped shlib minimum version to 2.31.5 (see #586124)
Checksums-Sha1: 
 e615f69a05c033e7b6ace726c5c56b94c42ea1af 2046 mutter_2.31.5-1.dsc
 a96f45165af7d7911cc4443874dd7d8610a54d13 3129694 mutter_2.31.5.orig.tar.gz
 8cce9a850183527d956423bbe405075d00f34506 21492 mutter_2.31.5-1.diff.gz
 1a7d66ab033cd521bc3871b1d951e53e4940e877 1718692 mutter-common_2.31.5-1_all.deb
 c690a814f24c7737cb062b5351394b04e3c2bc81 536950 mutter_2.31.5-1_amd64.deb
 3d3906edb882d93de36d69d8480ecbb31155c470 277946 
libmutter-private0_2.31.5-1_amd64.deb
 4ae379785e7a6737ebe11b6039febcbe71cf7453 347022 
libmutter-dev_2.31.5-1_amd64.deb
 8916e0fe5fd5d1bf1ad2ed6cb9ac869e0b82620a 225708 
gir1.0-mutter-2.31_2.31.5-1_amd64.deb
Checksums-Sha256: 
 612fe57aefe5e4ed195be6f14a4811d4070201402d22a6aa55b0ad627f1b9b4f 2046 
mutter_2.31.5-1.dsc
 84e17316921227dc61f60f284acc779fa27854fea07f9bac728a0f7ad6ef573b 3129694 
mutter_2.31.5.orig.tar.gz
 6c8018ee2520b9537c08a4f021800513a5e7e438199f7080d286fdad376ffa66 21492 
mutter_2.31.5-1.diff.gz
 b910f83739e8745ac1a1a3bc4fb2189e30749d89f12265e75d2e78c00523d936 1718692 
mutter-common_2.31.5-1_all.deb
 dbfa2c0e59b9ea04ba1bcb24709877185cdbf9b54145980405bfef54741b52be 536950 
mutter_2.31.5-1_amd64.deb
 091b1a3775e19bfa00accbb652950ca5da91f7cb9af531e5d67f005d2a5d5480 277946 
libmutter-private0_2.31.5-1_amd64.deb
 787952c2509017ebf70eb6946b09aea1afddeba827976d3a9e3cdf171caa25b5 347022 
libmutter-dev_2.31.5-1_amd64.deb
 3f664ef13b4b376fedcfa3ec1effb4b25e429b9b4e546a7837975e31a5264ac9 225708 
gir1.0-mutter-2.31_2.31.5-1_amd64.deb
Files: 
 ff756393d1c3ac72454afbe4bc7fde31 2046 x11 optional mutter_2.31.5-1.dsc
 699e98d8f39d99a0309b45061e6e0256 3129694 x11 optional mutter_2.31.5.orig.tar.gz
 7e180b12bc34b57b35fc4efcc649f5b1 21492 x11 optional mutter_2.31.5-1.diff.gz
 70a57c2cc6ea827e71441fcef58a0a79 1718692 misc optional 
mutter-common_2.31.5-1_all.deb
 c10c6bb153e28e2564e01cbb2bbf4539 536950 x11 optional mutter_2.31.5-1_amd64.deb
 70a9a4629ce8c117ee3e8efee310644d 277946 libs optional 
libmutter-private0_2.31.5-1_amd64.deb
 92cc384ced2d451cfda6c5ffc9dfed64 347022 libdevel optional 
libmutter-dev_2.31.5-1_amd64.deb
 06c00dc6cc150e36a16c043aa704fa79 225708 libs optional 
gir1.0-mutter-2.31_2.31.5-1_amd64.deb

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

iQEcBAEBCAAGBQJMPI7sAAoJENIA6zCg+12maaEIAMG80geOBGbU1yPgWcJt9DuG
kfQlWbER8yEyvijvqMvgTeAqZOR01DyRXj2iGIfy3aS24GLtIqLP/35lu5avG6b7
Ye8rkTAlw1tHH8KszU2OAVRWrmgytbY3fG2NyPoMJJVROhxzqU3PwNVYIov6k+xR
Dfk4slUorZXIIbEu5JJX+XnA/0G+f7oz3H8GuMWj3NjLUVtBxwFkuWF42hYxXB+x
XGqZVU+OtwECzXd0xSKhqeU2F4mGSFK1OveeH3NICeReqQFj4upPzxyAVpLW4M3J
WECE0ZMDM5X/SQ9GZb042PM7Q+UVKb+L4ztBO3cOCQFrk/WZCu6X9U19AXr7UVQ=
=Owyy
-END PGP SIGNATURE-


Accepted:
gir1.0-mutter-2.31_2.31.5-1_amd64.deb
  to main/m/mutter/gir1.0-mutter-2.31_2.31.5-1_amd64.deb
libmutter-dev_2.31.5-1_amd64.deb
  to main/m/mutter/libmutter-dev_2.31.5-1_amd64.deb
libmutter-private0_2.31.5-1_amd64.deb
  to main/m/mutter/libmutter-private0_2.31.5-1_amd64.deb
mutter-common_2.31.5-1_all.deb
  to main/m/mutter/mutter-common_2.31.5-1_all.deb
mutter_2.31.5-1.diff.gz
  to main/m/mutter/mutter_2.31.5-1.diff.gz
mutter_2.31.5-1.dsc
  to main/m/mutter/mutter_2.31.5-1.dsc
mutter_2.31.5-1_amd64.deb
  to main/m/mutter/mutter_2.31.5-1_amd64.deb
mutter_2.31.5.orig.tar.gz
  to main/m/mutter/mutter_2.31.5.orig.tar.gz


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



Accepted xserver-xorg-video-vmware 1:11.0.1-2 (source amd64)

2010-07-13 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 17:57:43 +0200
Source: xserver-xorg-video-vmware
Binary: xserver-xorg-video-vmware
Architecture: source amd64
Version: 1:11.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 xserver-xorg-video-vmware - X.Org X server -- VMware display driver
Closes: 579910
Changes: 
 xserver-xorg-video-vmware (1:11.0.1-2) unstable; urgency=low
 .
   [ Julien Cristau ]
   * Update xsfbs, use new ${xviddriver:Depends} substvar.
 .
   [ Cyril Brulebois ]
   * Cherry-pick e647511e4b9b924b0617171c56b3bb485674b3ff from upstream
 to stop crashing the server on Xorg -configure (Closes: #579910).
Checksums-Sha1: 
 729e4fcab47d0402eead65a16e910f6287bb7467 1677 
xserver-xorg-video-vmware_11.0.1-2.dsc
 7e7bc8054bfba47c10ad77336196d85f0e30c849 21941 
xserver-xorg-video-vmware_11.0.1-2.diff.gz
 95c771a1ec027eaaa2f659ffc7a181700671a347 45808 
xserver-xorg-video-vmware_11.0.1-2_amd64.deb
Checksums-Sha256: 
 1bc45213bda84633f6a4e74865b371cd420d1047653e0c2a575d1f0e64ffca3b 1677 
xserver-xorg-video-vmware_11.0.1-2.dsc
 450d24048cafcb380cf7b59c2b0469ee172f6f1769a2cc1612f85410d820a444 21941 
xserver-xorg-video-vmware_11.0.1-2.diff.gz
 5fa032fa5483c406323e2a59242501c5109843253b2e97dc94fa9cfa379b821f 45808 
xserver-xorg-video-vmware_11.0.1-2_amd64.deb
Files: 
 61f78fa74495bbdf76b33d665d156bbd 1677 x11 optional 
xserver-xorg-video-vmware_11.0.1-2.dsc
 20328ec7e7f6af5ed916c94a23fd49ae 21941 x11 optional 
xserver-xorg-video-vmware_11.0.1-2.diff.gz
 2a01eddaeecd4533488fdb895a9def0b 45808 x11 optional 
xserver-xorg-video-vmware_11.0.1-2_amd64.deb

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

iEYEARECAAYFAkw8j4gACgkQeGfVPHR5Nd2kRgCfSsNLCpdvh7nrvp2CeYEw5IRc
fFMAoJThddZ7ijaFYUt0ggnOkv+TQY1A
=tn/K
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-vmware_11.0.1-2.diff.gz
  to main/x/xserver-xorg-video-vmware/xserver-xorg-video-vmware_11.0.1-2.diff.gz
xserver-xorg-video-vmware_11.0.1-2.dsc
  to main/x/xserver-xorg-video-vmware/xserver-xorg-video-vmware_11.0.1-2.dsc
xserver-xorg-video-vmware_11.0.1-2_amd64.deb
  to 
main/x/xserver-xorg-video-vmware/xserver-xorg-video-vmware_11.0.1-2_amd64.deb


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



Accepted vatnumber 1:0.6-2 (source all)

2010-07-13 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 Jul 2010 00:46:00 +0200
Source: vatnumber
Binary: python-vatnumber
Architecture: source all
Version: 1:0.6-2
Distribution: unstable
Urgency: low
Maintainer: Debian Tryton Maintainers try...@lists.debian-maintainers.org
Changed-By: Mathias Behrle mathi...@mbsolutions.selfip.biz
Description: 
 python-vatnumber - Python module to validate VAT numbers
Changes: 
 vatnumber (1:0.6-2) unstable; urgency=low
 .
   [ Mathias Behrle ]
   * Adding python-suds to Recommends.
   * Fixing typo in Recommends.
 .
   [ Daniel Baumann ]
   * Updating standards version to 3.9.0.
Checksums-Sha1: 
 f5e19f429983dc009f1204e0374747a420d84309 1967 vatnumber_0.6-2.dsc
 6648912f6762eeb90a23722a8300e1d7ec3cf3b5 2622 vatnumber_0.6-2.diff.gz
 e8e82855c26a3b345e31fc82ae7edcf1448da61c 10352 python-vatnumber_0.6-2_all.deb
Checksums-Sha256: 
 cdc71726d2e569f04df3dbe4bae78ec5eb5174dd2a8a2063e1703a26e3d46d55 1967 
vatnumber_0.6-2.dsc
 a5511497250dde3136f63681a6d780c14d8dba7f99e9cc908c3ecf4f41ab761e 2622 
vatnumber_0.6-2.diff.gz
 71eeb4161ccd0829923870a520e05f01c0aead38eda585079c7a3727b01234e1 10352 
python-vatnumber_0.6-2_all.deb
Files: 
 ed41542390ac610aefd7869bb162fc94 1967 python optional vatnumber_0.6-2.dsc
 4a6cf46241b1fc0b93cefb9053795c66 2622 python optional vatnumber_0.6-2.diff.gz
 1100d1d4fb602fe63511c8166e41121d 10352 python optional 
python-vatnumber_0.6-2_all.deb

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

iQIcBAEBCAAGBQJMPD40AAoJENbQm+SEBbv2hygP/0hx3g4lnuZRn4JhW7sHLomd
ydxGMLPrDfiiEToHtByR9aZB9N1Ja99t0vmohuMtFJ08XOBvMDseMR+0wE+f1o5V
oz2L3VHy/fuUlbuxUi485d/Y0RzPbjhqW3o90h7VpEISspL4C7SR1Dqv/Ees4LqG
ek+VcwY+NVKflmjvanFJE1t6Jul3D1ill4tWknso0ZnZ5bD/VKI/m9CCVzJCbsTY
dJagUBdaa7NE9Wio8rgVst17jSeFZmBYUX6NGB4agfEo1F56ZCdOAGLA0SMjVe6v
R+UEKdRURsvdo2YiRxZL7nLP9klnrg9OIBSYpTFrHh3ooQtZjKz/KjI8TC91r/W8
H/JFNNAnYo5hQMveLLiGPnYsp1udJES6SC33zpboBwemIpOF9BouOnknn6eIlrNV
pHaDASJbn+/LB6cupbwR9lNzoVUgrK+7vL2yKElxOjK94/s/GwAv67Llyx1xQTOw
mTx9BhSBGmzvGfqaA+AjormzwyduQ3emN5G1QLm9r8qmrqeHQ8QABEAtgRHaZ/zS
9a1kBDt2oz65zcB32RYak9tdMcwEErQoDGszSnJhr5qttARnpHYJDmoDV0Y3XE9E
V22YjbnaICmkOZSY4x05mHyxPN5kBpJLXTeMB8paWouVGNacFTrs1t50eFokP9d2
2SWkog07Q8g+DxthtTOL
=c7Tw
-END PGP SIGNATURE-


Accepted:
python-vatnumber_0.6-2_all.deb
  to main/v/vatnumber/python-vatnumber_0.6-2_all.deb
vatnumber_0.6-2.diff.gz
  to main/v/vatnumber/vatnumber_0.6-2.diff.gz
vatnumber_0.6-2.dsc
  to main/v/vatnumber/vatnumber_0.6-2.dsc


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



Accepted crosshurd 1.7.39 (source all)

2010-07-13 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 13 Jul 2010 18:41:40 +0200
Source: crosshurd
Binary: crosshurd
Architecture: source all
Version: 1.7.39
Distribution: unstable
Urgency: low
Maintainer: GNU Hurd Maintainers debian-h...@lists.debian.org
Changed-By: Michael Banck mba...@debian.org
Description: 
 crosshurd  - Install a Debian system
Changes: 
 crosshurd (1.7.39) unstable; urgency=low
 .
   * packages/common: Added libpam-modules and libpam-runtime.
Checksums-Sha1: 
 8574680d028eebe5a4006b3c77443c81bc508279 829 crosshurd_1.7.39.dsc
 38eee4736adc9a37eb313515bee6f98b2461b0d3 20196 crosshurd_1.7.39.tar.gz
 a8c0eb5422558e36f2f6117d9d0418ddfc7ff1f3 21250 crosshurd_1.7.39_all.deb
Checksums-Sha256: 
 80bfab3be0131feab3045d06da71d9c80ae6b62bcebb3f3901ad1b378eb5478f 829 
crosshurd_1.7.39.dsc
 72953e0a678095efdf1ddb79b52f8a06493d84b24defd5029095c112cad6e7e6 20196 
crosshurd_1.7.39.tar.gz
 2daf8b1d8e64786c7e342ebcdf13a125b9bb0fcdec5dfe51fda98324ce6bf6c2 21250 
crosshurd_1.7.39_all.deb
Files: 
 d7a3ae1b45f3e28429d2057ebf7c1cef 829 misc extra crosshurd_1.7.39.dsc
 a3dc7ec2d24cebaecdcca7ce035d458d 20196 misc extra crosshurd_1.7.39.tar.gz
 2d339be39e7f1ce726c2393db24189e2 21250 misc extra crosshurd_1.7.39_all.deb

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

iD8DBQFMPJfzmHaJYZ7RAb8RA1JQAKC56umoV4gZc0nWzMqLkczjcFkZPwCgxByU
vEG97vGccz7/hbH7NSJTApA=
=HAKZ
-END PGP SIGNATURE-


Accepted:
crosshurd_1.7.39.dsc
  to main/c/crosshurd/crosshurd_1.7.39.dsc
crosshurd_1.7.39.tar.gz
  to main/c/crosshurd/crosshurd_1.7.39.tar.gz
crosshurd_1.7.39_all.deb
  to main/c/crosshurd/crosshurd_1.7.39_all.deb


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



Accepted ess 5.11-1 (source all)

2010-07-13 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 11:50:00 -0500
Source: ess
Binary: ess
Architecture: source all
Version: 5.11-1
Distribution: unstable
Urgency: low
Maintainer: ESS Debian Maintainers ess-deb...@stat.math.ethz.ch
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 ess- Emacs mode for statistical programming and data analysis
Changes: 
 ess (5.11-1) unstable; urgency=low
 .
   * New upstream version released today
Checksums-Sha1: 
 2770566e97008991f4da05238c9e3a89f5664d62 1175 ess_5.11-1.dsc
 7650147fd808d6722f179949e4e50ccdf4e528b7 5780369 ess_5.11.orig.tar.gz
 801bf27f52e31d4a0b776e9237a44a48c500e95d 9607 ess_5.11-1.diff.gz
 47d134c676f606eb386e6e86f560caedb86eb945 1567296 ess_5.11-1_all.deb
Checksums-Sha256: 
 2fd35f53aa3d8a0864c5937e115f0aa1a2dc22df7db256351a5c97394ac483e2 1175 
ess_5.11-1.dsc
 3d1a6cadf50341c760ba60dd572e417f69bffdda16dddcc68e0c7c3add00c9f2 5780369 
ess_5.11.orig.tar.gz
 04fa03e3f0f57778a4258069313f08811d703fe1d676da296a0f3d364bb14048 9607 
ess_5.11-1.diff.gz
 fa389b5d53418582e99e2a017d907d3b3f57f57c9b056272aea2eabdf0766bc6 1567296 
ess_5.11-1_all.deb
Files: 
 486bada61c0513aac8a1a45b653eaec8 1175 gnu-r optional ess_5.11-1.dsc
 08658215250f087d5beaf059d50a7967 5780369 gnu-r optional ess_5.11.orig.tar.gz
 7e6010fdca72ebadeebcc948386bc715 9607 gnu-r optional ess_5.11-1.diff.gz
 0a51a5a4eddfdf2b92c43ffd23dd9e52 1567296 gnu-r optional ess_5.11-1_all.deb

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

iD8DBQFMPJnqCZSR95Gw07cRAj3YAJ9i24ew89HdE5jGcQjlg0/EzbrqPgCePUVD
1UE51z36enTm32kVf17jzJs=
=mZ4Q
-END PGP SIGNATURE-


Accepted:
ess_5.11-1.diff.gz
  to main/e/ess/ess_5.11-1.diff.gz
ess_5.11-1.dsc
  to main/e/ess/ess_5.11-1.dsc
ess_5.11-1_all.deb
  to main/e/ess/ess_5.11-1_all.deb
ess_5.11.orig.tar.gz
  to main/e/ess/ess_5.11.orig.tar.gz


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



Accepted glusterfs 3.0.5-1 (source all amd64)

2010-07-13 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 18:40:26 +0200
Source: glusterfs
Binary: glusterfs-client glusterfs-server glusterfs-examples libglusterfs0 
libglusterfs-dev glusterfs-dbg
Architecture: source all amd64
Version: 3.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 glusterfs-client - clustered file-system (client package)
 glusterfs-dbg - GlusterFS debugging symbols
 glusterfs-examples - example files for the glusterfs server and client
 glusterfs-server - clustered file-system (server package)
 libglusterfs-dev - GlusterFS development libraries and headers (development 
files)
 libglusterfs0 - GlusterFS libraries and translator modules
Changes: 
 glusterfs (3.0.5-1) unstable; urgency=low
 .
   * New upstream release.
   * Merge 3.0.4-1~bpo50+1 changelog.
   * Bump Standards-Version to 3.9.0 (no changes needed).
Checksums-Sha1: 
 89e3b1e511e92662abb8f261e86fc4530d3f 1328 glusterfs_3.0.5-1.dsc
 15ff9777cc23afa61f253bcbea2ebdd7a65ef82a 1698376 glusterfs_3.0.5.orig.tar.gz
 23dd035a5ed4d6421c4c8196a8509b4d51625e32 9631 glusterfs_3.0.5-1.debian.tar.gz
 87f9bd998173431b8dec996f982064a280daec06 171554 
glusterfs-examples_3.0.5-1_all.deb
 684c2ff666131c18232c74c66532050eb9e53d90 193474 
glusterfs-client_3.0.5-1_amd64.deb
 ccb9eb28293da30a6a7763c635388c049bd34af2 171924 
glusterfs-server_3.0.5-1_amd64.deb
 272e2eba9e6bcd0fe562600c435ba0097c07cf54 1269398 
libglusterfs0_3.0.5-1_amd64.deb
 3c8e7ee122a6af0ee7e966fcc1c6c4e3df3c4ed0 334756 
libglusterfs-dev_3.0.5-1_amd64.deb
 31a145b71928f28491d3dfc38735c6089b363c34 2292928 
glusterfs-dbg_3.0.5-1_amd64.deb
Checksums-Sha256: 
 7f8118e0b4b08a012cab6107eef0414694e689c4055267f80c934e17ce1885c0 1328 
glusterfs_3.0.5-1.dsc
 f1967a3cc4eb0269404980fe2e45a348ade1f8d2d0caa82c5dfea4341e0d6396 1698376 
glusterfs_3.0.5.orig.tar.gz
 0d18baf5809dd7c2cf0e6aa29e3a525b11a47d8b09e354e871df776cb2dc3c9b 9631 
glusterfs_3.0.5-1.debian.tar.gz
 3cedae7e0c432cff9f3cfe93bf1d5cbfefa1f781367087c1bc1d22c4b4213ef2 171554 
glusterfs-examples_3.0.5-1_all.deb
 bbc0e535e61b370620d59bc66d72d1f0fbe542501fc8420c5a48126530fc1403 193474 
glusterfs-client_3.0.5-1_amd64.deb
 6c5c3b0305c3cbf722117cff7ccd15639b8fc021ea857c72f7992ca2c02d56b2 171924 
glusterfs-server_3.0.5-1_amd64.deb
 45ecc3860803506d4c3a23ad4b6ce23b12f463bf0f9785aef1fb34f1d66d6563 1269398 
libglusterfs0_3.0.5-1_amd64.deb
 d9c2a461444033680bc305469e075932f24d40ba1be550fb4420facb41b5703a 334756 
libglusterfs-dev_3.0.5-1_amd64.deb
 f51899aa144e76e3a6df3bd6f1e84a9a21e227ff30297b5d9d6305323d3059a2 2292928 
glusterfs-dbg_3.0.5-1_amd64.deb
Files: 
 34b0b993362fff5d87a1411f3361c481 1328 admin optional glusterfs_3.0.5-1.dsc
 da6f9f4e21859f1115ec3853cb701868 1698376 admin optional 
glusterfs_3.0.5.orig.tar.gz
 2e3ebf9c6c5be3db24e2af1bb446d14c 9631 admin optional 
glusterfs_3.0.5-1.debian.tar.gz
 45d5a54a0815ce2d366a4eb040b232ad 171554 admin optional 
glusterfs-examples_3.0.5-1_all.deb
 0f487fdf0cebb9c4c44a0bcd10c52f77 193474 admin optional 
glusterfs-client_3.0.5-1_amd64.deb
 dc4b56d62c41c8a1a2f6f94be2e67b3b 171924 admin optional 
glusterfs-server_3.0.5-1_amd64.deb
 82f0c9ab8b978138e900a1533f40fb3b 1269398 libs optional 
libglusterfs0_3.0.5-1_amd64.deb
 f50cdf98eba1775c8a82cdc1389db301 334756 libdevel optional 
libglusterfs-dev_3.0.5-1_amd64.deb
 67ccf2a1a30f06d96061daa44690f0c7 2292928 debug extra 
glusterfs-dbg_3.0.5-1_amd64.deb

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

iEYEARECAAYFAkw8mXMACgkQ2XA5inpabMdj1ACfd5deVlvPEA+kmE7rAK9fWWkn
pPgAn2A1O9eA08Pnn6zY2fI5Rcb6nxqY
=Rutf
-END PGP SIGNATURE-


Accepted:
glusterfs-client_3.0.5-1_amd64.deb
  to main/g/glusterfs/glusterfs-client_3.0.5-1_amd64.deb
glusterfs-dbg_3.0.5-1_amd64.deb
  to main/g/glusterfs/glusterfs-dbg_3.0.5-1_amd64.deb
glusterfs-examples_3.0.5-1_all.deb
  to main/g/glusterfs/glusterfs-examples_3.0.5-1_all.deb
glusterfs-server_3.0.5-1_amd64.deb
  to main/g/glusterfs/glusterfs-server_3.0.5-1_amd64.deb
glusterfs_3.0.5-1.debian.tar.gz
  to main/g/glusterfs/glusterfs_3.0.5-1.debian.tar.gz
glusterfs_3.0.5-1.dsc
  to main/g/glusterfs/glusterfs_3.0.5-1.dsc
glusterfs_3.0.5.orig.tar.gz
  to main/g/glusterfs/glusterfs_3.0.5.orig.tar.gz
libglusterfs-dev_3.0.5-1_amd64.deb
  to main/g/glusterfs/libglusterfs-dev_3.0.5-1_amd64.deb
libglusterfs0_3.0.5-1_amd64.deb
  to main/g/glusterfs/libglusterfs0_3.0.5-1_amd64.deb


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



Accepted acetoneiso 2.2.2-1 (source amd64)

2010-07-13 Thread Nick Andrik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 16:41:38 +0200
Source: acetoneiso
Binary: acetoneiso
Architecture: source amd64
Version: 2.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Nick Andrik nick.and...@gmail.com
Changed-By: Nick Andrik nick.and...@gmail.com
Description: 
 acetoneiso - feature-rich application to mount and manage CD/DVD images
Changes: 
 acetoneiso (2.2.2-1) unstable; urgency=low
 .
   * New upstream release
 - added support for Lxde(PCManFM) file manager. Patch provided from Andrea
   Florio
 - splitting an image in multiple parts no longer uses compression
   algorithm (Dominik Dera)
 - fixed a bug that prevented database from listing images when the path
   had accented characters in it
 - fixed bug that ignored saved path destination when downloading a video
   from Youtube (Guido Cordaro)
 - fixed utube.h warnings that occured when compiling sources
 - fixed some filters in qdialogs
 - removed useless qmessagebox warning when mounting an image and file
   manager was set to none
 - updated AcetoneISO.desktop file according to the freedesktop.org
   desktop-entry-spec-1.1. Thanks to Anatoly Lyutin
 .
   * debian/watch:
 - Updated the watch link
   * debian/control:
 - Bumped up standards version to 3.9.0
 - Downgraded the file manager dependency list to suggestion, added thunar
   and dophin and removed dolphin-kde4 and konqueror-kde4
 - Restricted the architecture to linux-any; fuse is not yet available for
   kfreebsd
   * Switch to dpkg-source 3.0 (quilt) format
 - debian/source/format:
   + Added file with 3.0 (quilt) content
 - debian/rules:
   + Removed patchsys-quilt.mk include
 - debian/control:
   + Removed quilt build-dependency
 - debian/README.source:
   + Removed no longer needed file
   * Changes remaining:
 - Correct Spelling errors:
   + debian/patches/correct-spelling-errors: Fix some typos in the source
 files
   + debian/rules: Generate automatically the updated .qm translation files
 - /debian/paches/change-name-and-version-in-help: Correct the executable
   name and version for when the program is run with the --help argument
 - /debian/paches/add_manpage: Added manpage for the application
Checksums-Sha1: 
 213b68d8099011d9c3d43766b063c05ae78d8bc2 1097 acetoneiso_2.2.2-1.dsc
 4ddccd937a510c37e1e6b82172ad7aa37e15939a 1326206 acetoneiso_2.2.2.orig.tar.gz
 732eafeed907398b1d5f798d0f5d4d4e0159aa94 15839 acetoneiso_2.2.2-1.debian.tar.gz
 9800ee593a0942857b4adb04a01f9eb5c52bf844 1066302 acetoneiso_2.2.2-1_amd64.deb
Checksums-Sha256: 
 1fcb5b7d4b5a55d76df6cdb267d4eaba3f670a3e4eea20798eb62e22e8b26c6b 1097 
acetoneiso_2.2.2-1.dsc
 6eee836fb3e97748f01195692006c1f6587a5daf85a8c28188335856b4a7ba04 1326206 
acetoneiso_2.2.2.orig.tar.gz
 928f4acb1764dff952caa7d527c377a420e1ef133189b8c6d09e23696a1cd97b 15839 
acetoneiso_2.2.2-1.debian.tar.gz
 f89a30564e403a4e2eb1079c1d05776bd1e7d3f1f69891ab30aa99ba431b266b 1066302 
acetoneiso_2.2.2-1_amd64.deb
Files: 
 102fb3e08ed8756bf60cbfa962e79f94 1097 otherosfs optional acetoneiso_2.2.2-1.dsc
 5d7110659edcd2d69ad91300f2f21dc5 1326206 otherosfs optional 
acetoneiso_2.2.2.orig.tar.gz
 9951efd474bcc6bac23aedd72c363708 15839 otherosfs optional 
acetoneiso_2.2.2-1.debian.tar.gz
 8fc542eac308c70cd7376ac1386e97eb 1066302 otherosfs optional 
acetoneiso_2.2.2-1_amd64.deb

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

iEYEARECAAYFAkw8n/oACgkQ2XA5inpabMf+xACbBmy/l9FLe0L1lllPCVrV8zdk
M6MAoKDAw/ehkeHL1JFjF/s/B1ktxzrU
=mNqR
-END PGP SIGNATURE-


Accepted:
acetoneiso_2.2.2-1.debian.tar.gz
  to main/a/acetoneiso/acetoneiso_2.2.2-1.debian.tar.gz
acetoneiso_2.2.2-1.dsc
  to main/a/acetoneiso/acetoneiso_2.2.2-1.dsc
acetoneiso_2.2.2-1_amd64.deb
  to main/a/acetoneiso/acetoneiso_2.2.2-1_amd64.deb
acetoneiso_2.2.2.orig.tar.gz
  to main/a/acetoneiso/acetoneiso_2.2.2.orig.tar.gz


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



Accepted deluge 1.2.3+git20100712.0b609bf-1 (source all)

2010-07-13 Thread Cristian Greco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 Jul 2010 19:09:24 +0200
Source: deluge
Binary: deluge-common deluged deluge-console deluge-web deluge-gtk deluge 
deluge-webui deluge-torrent
Architecture: source all
Version: 1.2.3+git20100712.0b609bf-1
Distribution: unstable
Urgency: low
Maintainer: Cristian Greco crist...@regolo.cc
Changed-By: Cristian Greco crist...@regolo.cc
Description: 
 deluge - bittorrent client written in Python/PyGTK
 deluge-common - bittorrent client written in Python/PyGTK (common files)
 deluge-console - bittorrent client written in Python/PyGTK (console ui)
 deluge-gtk - bittorrent client written in Python/PyGTK (GTK+ ui)
 deluge-torrent - bittorrent client (gtk ui transitional package)
 deluge-web - bittorrent client written in Python/PyGTK (web ui)
 deluge-webui - bittorrent client (web ui transitional package)
 deluged- bittorrent client written in Python/PyGTK (daemon)
Closes: 588756
Changes: 
 deluge (1.2.3+git20100712.0b609bf-1) unstable; urgency=low
 .
   * Imported Upstream version 1.2.3+git20100712.0b609bf
 - Upstream commit 0b609bf: do not attempt to move a torrents storage if
   the destination path not exist. (Closes: 588756)
Checksums-Sha1: 
 ea91202096ba6ad4a63c71b1022bf0290bc4005e 2115 
deluge_1.2.3+git20100712.0b609bf-1.dsc
 e15b02b6e096df6cbbd11badd0e873183328278a 2497892 
deluge_1.2.3+git20100712.0b609bf.orig.tar.gz
 481131a46bbe8ea58c8dcb8eb474951808288c4c 19112 
deluge_1.2.3+git20100712.0b609bf-1.debian.tar.gz
 3fcef08bb9a0b9dfa78a82ffbb1613ef73c4a339 1099112 
deluge-common_1.2.3+git20100712.0b609bf-1_all.deb
 a7aa1238102ed4fc895b4398eb99027f04e40522 26030 
deluged_1.2.3+git20100712.0b609bf-1_all.deb
 96459e80af6ef06c4a43eb7b5788e0b160b184fa 44978 
deluge-console_1.2.3+git20100712.0b609bf-1_all.deb
 12313e54137fa812baec10397890ec4d78b5bc57 760536 
deluge-web_1.2.3+git20100712.0b609bf-1_all.deb
 8525acfdee8a9d41db46d042d7b1f3fdb0c5b79a 260140 
deluge-gtk_1.2.3+git20100712.0b609bf-1_all.deb
 f7936aba365f77bc75b707d311d547a0d4177bda 33878 
deluge_1.2.3+git20100712.0b609bf-1_all.deb
 acdae03737c74980e0b03ee3446bef086ac023d3 24660 
deluge-webui_1.2.3+git20100712.0b609bf-1_all.deb
 e11dbd48d6bb67f6654b1a45cea189f8093b0fc5 24652 
deluge-torrent_1.2.3+git20100712.0b609bf-1_all.deb
Checksums-Sha256: 
 9391c9ee4d66682d9b6726f210fffdc07d62db721298187666de82445f827392 2115 
deluge_1.2.3+git20100712.0b609bf-1.dsc
 6e0981c608e13c7dc52dc60f8c33fc3d02717da531f84fb9247040c0cc94d2ae 2497892 
deluge_1.2.3+git20100712.0b609bf.orig.tar.gz
 670e11c2eac99e2f3cc97aacf86088724af0abdb1fab59806bacbf1c7511a057 19112 
deluge_1.2.3+git20100712.0b609bf-1.debian.tar.gz
 b8a89d86210e7c002462dc6af51c611523168ad62a1a9c60e28eaf660b5ff721 1099112 
deluge-common_1.2.3+git20100712.0b609bf-1_all.deb
 f354a46479d9c124f2fa3707f9b65e9772e5506dee36b7f9879fd8e7bd843ebf 26030 
deluged_1.2.3+git20100712.0b609bf-1_all.deb
 d6604e192c6166b608c35d675b5cda0b07e47bb13ff1b1bdc085132c32cd26d8 44978 
deluge-console_1.2.3+git20100712.0b609bf-1_all.deb
 05fb1e4798c2e177cefc2e0e4a2f24e162163bf5e27528176e6cdf291b486cfa 760536 
deluge-web_1.2.3+git20100712.0b609bf-1_all.deb
 a71525409b5575fed44f00c201788159117c28fba4cfa7937eeb528e8e42c0ae 260140 
deluge-gtk_1.2.3+git20100712.0b609bf-1_all.deb
 68e872a4f89408fbd796072e29493ba861588479f4975133e9302e93a87ab29f 33878 
deluge_1.2.3+git20100712.0b609bf-1_all.deb
 c474b5959691d05915381fd84c0497e41f68bc224e8628d4a3a2181678b5a3d2 24660 
deluge-webui_1.2.3+git20100712.0b609bf-1_all.deb
 de382bd8b321d6c533915f9cd15ea04b3194818da5c0454c87ab4a07cb41b35b 24652 
deluge-torrent_1.2.3+git20100712.0b609bf-1_all.deb
Files: 
 a9c06c3d4d31586005b548260c0091b8 2115 net optional 
deluge_1.2.3+git20100712.0b609bf-1.dsc
 0f3aee6d13b9abd0b48266d7e0df8bb8 2497892 net optional 
deluge_1.2.3+git20100712.0b609bf.orig.tar.gz
 658529250e93ae7ec422774d31b97556 19112 net optional 
deluge_1.2.3+git20100712.0b609bf-1.debian.tar.gz
 27fff13786e6acdac0a2535d23e1f91f 1099112 net optional 
deluge-common_1.2.3+git20100712.0b609bf-1_all.deb
 7c44efba095b2516d5b654fac2c6e714 26030 net optional 
deluged_1.2.3+git20100712.0b609bf-1_all.deb
 eb061c2f0ebf52bf7d017db9e2e548d0 44978 net optional 
deluge-console_1.2.3+git20100712.0b609bf-1_all.deb
 a116d0aff2bf83eaeb9ae6c27ef64a3c 760536 net optional 
deluge-web_1.2.3+git20100712.0b609bf-1_all.deb
 cba9a65cc7f421cc9ad12fb4270966da 260140 net optional 
deluge-gtk_1.2.3+git20100712.0b609bf-1_all.deb
 3a633e880b268ae6b18df15ed5f57336 33878 net optional 
deluge_1.2.3+git20100712.0b609bf-1_all.deb
 e0a370dcd4ad26ecdb82cebb6f6de093 24660 net optional 
deluge-webui_1.2.3+git20100712.0b609bf-1_all.deb
 26acebc83a0a3ec26d1b7485ac6a2259 24652 net optional 
deluge-torrent_1.2.3+git20100712.0b609bf-1_all.deb

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

iQIcBAEBCAAGBQJMPJ7SAAoJEID329zPTTLkBbgP/06oKZn10XvfRMqiF9+tvPR6
8cDIlWIbEvqaBJTOUuLb9L5MSM3YikbPl9r/BXQmwXqZdcCxSfndJs6B8G0B4PWZ

Accepted krecipes 2.0~beta1-1 (source all amd64)

2010-07-13 Thread José Manuel Santamaría Lema
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Jul 2010 19:26:25 +0200
Source: krecipes
Binary: krecipes krecipes-doc krecipes-data krecipes-dbg
Architecture: source all amd64
Version: 2.0~beta1-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: José Manuel Santamaría Lema panfa...@gmail.com
Description: 
 krecipes   - recipes manager for KDE
 krecipes-data - recipes manager for KDE - data files
 krecipes-dbg - recipes manager for KDE - debugging symbols
 krecipes-doc - recipes manager for KDE - documentation
Changes: 
 krecipes (2.0~beta1-1) unstable; urgency=low
 .
   * New upstream release
   * Updated debian/copyright
   * Bump Standards-Version to 3.9.0, no changes required
Checksums-Sha1: 
 6048f942e9301b07499d74fbdc2636689229e694 1552 krecipes_2.0~beta1-1.dsc
 d1b79dc4cdd61336d606529b4a3a803028b327a4 6870209 krecipes_2.0~beta1.orig.tar.gz
 4913962795ffd6d05b47a1851fe2f31a17b670ab 8894 
krecipes_2.0~beta1-1.debian.tar.gz
 c10fb5df354818239f7f5b5e9a63ff35cdcf5e63 4385752 
krecipes-doc_2.0~beta1-1_all.deb
 72d13001eee25df4bbc5fd74b08dcabd1691362e 1981132 
krecipes-data_2.0~beta1-1_all.deb
 a0c4eff6b352d6483224e5bf1a4afe4ae1899f6a 802682 krecipes_2.0~beta1-1_amd64.deb
 abb3c0f532a0f299d2546da57e2f78a38650f223 8167488 
krecipes-dbg_2.0~beta1-1_amd64.deb
Checksums-Sha256: 
 142c88014f04d352fce6a6585f179dc13ccef6985d20ecb3439f427c2e91 1552 
krecipes_2.0~beta1-1.dsc
 4a927e94ae9f596f88246bd2795d430501abc73f4ed33470b62087102a9feddd 6870209 
krecipes_2.0~beta1.orig.tar.gz
 231cf49e3768b9a6a98e44f003f811a7e8813d491c2dae21069b15702c18aff0 8894 
krecipes_2.0~beta1-1.debian.tar.gz
 1f01e5515714adc28e1860314a6eda97850ad2eae75dce7f76d6d4af56938a34 4385752 
krecipes-doc_2.0~beta1-1_all.deb
 8277256bfef014a0de67b3667e5aff8368f936a6411058b0a95c8284e50939d8 1981132 
krecipes-data_2.0~beta1-1_all.deb
 1c156ff605c4b6a8909d557bd71efc713e8489ccce6b51136f0976c948194a98 802682 
krecipes_2.0~beta1-1_amd64.deb
 5e125476d9727a2938b4ee4e20f78c603be83ae6b11a1b66b17f21b904399956 8167488 
krecipes-dbg_2.0~beta1-1_amd64.deb
Files: 
 05b9c4e08110183dfc775eec67f7da1d 1552 kde optional krecipes_2.0~beta1-1.dsc
 db4be2380373262eca1ddbfbfccbcfb7 6870209 kde optional 
krecipes_2.0~beta1.orig.tar.gz
 9e9a5288075ae2866b890ca62c7d336f 8894 kde optional 
krecipes_2.0~beta1-1.debian.tar.gz
 2107a48ed6236aa1321613cb5eab31e5 4385752 doc optional 
krecipes-doc_2.0~beta1-1_all.deb
 0db2c99026cc2a371bc040233f780b58 1981132 kde optional 
krecipes-data_2.0~beta1-1_all.deb
 2d42aee7af0fbdf04ee390ff8df14a0d 802682 kde optional 
krecipes_2.0~beta1-1_amd64.deb
 f17374eaf8f29ad836f80474346ae735 8167488 debug extra 
krecipes-dbg_2.0~beta1-1_amd64.deb

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

iEYEARECAAYFAkw8pfAACgkQn3j4POjENGFSnACfWNdtmY4kBxvriG7/FMibn+Mq
V5MAniDCLl6L1uApuRg+LGkYfYQoBIxY
=Hnbc
-END PGP SIGNATURE-


Accepted:
krecipes-data_2.0~beta1-1_all.deb
  to main/k/krecipes/krecipes-data_2.0~beta1-1_all.deb
krecipes-dbg_2.0~beta1-1_amd64.deb
  to main/k/krecipes/krecipes-dbg_2.0~beta1-1_amd64.deb
krecipes-doc_2.0~beta1-1_all.deb
  to main/k/krecipes/krecipes-doc_2.0~beta1-1_all.deb
krecipes_2.0~beta1-1.debian.tar.gz
  to main/k/krecipes/krecipes_2.0~beta1-1.debian.tar.gz
krecipes_2.0~beta1-1.dsc
  to main/k/krecipes/krecipes_2.0~beta1-1.dsc
krecipes_2.0~beta1-1_amd64.deb
  to main/k/krecipes/krecipes_2.0~beta1-1_amd64.deb
krecipes_2.0~beta1.orig.tar.gz
  to main/k/krecipes/krecipes_2.0~beta1.orig.tar.gz


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



Accepted libwnck 2.30.0-3 (source all amd64)

2010-07-13 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 19:30:02 +0200
Source: libwnck
Binary: libwnck22 libwnck-dev libwnck-common gir1.0-wnck-1.0
Architecture: source all amd64
Version: 2.30.0-3
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gir1.0-wnck-1.0 - GObject introspection data for the WNCK library
 libwnck-common - Window Navigator Construction Kit - common files
 libwnck-dev - Window Navigator Construction Kit - development files
 libwnck22  - Window Navigator Construction Kit - runtime files
Closes: 588721
Changes: 
 libwnck (2.30.0-3) unstable; urgency=low
 .
   [ Sebastien Bacher ]
   * debian/control.in:
 - list a new gir1.0-wnck-1.0 binary
 - libwnck-dev replaces gir-repository-dev
   * debian/gir1.0-wnck-1.0.install,
 debian/libwnck-dev.install:
 - install the gir and typelib
   * debian/rules:
 - use dh_girepository
 .
   [ Josselin Mouette ]
   * Fix GIR package description.
   * Disable 01_vertical_panel.patch. Closes: #588721.
   * 01_tasklist_orientation.patch: patch from Jean-Luc Porquet to fix
 #524117 in a more elegant way by extending the API.
   * Bump shlibs accordingly.
Checksums-Sha1: 
 6993322edbbcdb7f2e996e42061f05ba582c24fd 1654 libwnck_2.30.0-3.dsc
 37922763ec0f385229ac834f2c2c841d513a7291 9930 libwnck_2.30.0-3.debian.tar.gz
 141d5ca06c14a6d5754784cccbed8bff8373c6b0 347032 libwnck-common_2.30.0-3_all.deb
 188bc02518ac038157e8f68105f6621b439af66a 129140 libwnck22_2.30.0-3_amd64.deb
 8d24f2cbc798cab9d215c5cd0246bbb408502655 272260 libwnck-dev_2.30.0-3_amd64.deb
 0801308880da662d31c8ce7ed1cf4de70a94c0f6 35056 
gir1.0-wnck-1.0_2.30.0-3_amd64.deb
Checksums-Sha256: 
 a20856f59ffde94d902e2cf78cea806599badb67b8aca86c83a544effeb66598 1654 
libwnck_2.30.0-3.dsc
 989d38010f77bf5b962f48832828d076e68ede9809eed7a4ab903083fbb7a8b5 9930 
libwnck_2.30.0-3.debian.tar.gz
 803cdfb27247747f3e31f982906897846d4e863d9bdd6f70e6e1d957e1f14cb1 347032 
libwnck-common_2.30.0-3_all.deb
 dd01894306f497633b2a2244ac75703e9dd94536b85486cc7aaebc36250d2e9a 129140 
libwnck22_2.30.0-3_amd64.deb
 ca0d45ff2a1a886a9299729d35fab9e4b2a04e2379400ce6ece3f21edb697945 272260 
libwnck-dev_2.30.0-3_amd64.deb
 b989ef3d2071ed4c76356a5438be908479c54aad2dd0a785f0c6028602b6c64f 35056 
gir1.0-wnck-1.0_2.30.0-3_amd64.deb
Files: 
 b22612a6f922f01e8186732af11c88e9 1654 libs optional libwnck_2.30.0-3.dsc
 5b5b1d2c737e355ccada36de946baed5 9930 libs optional 
libwnck_2.30.0-3.debian.tar.gz
 1927355bf5ade2344c6c8ea0b02ff020 347032 libs optional 
libwnck-common_2.30.0-3_all.deb
 8e486d206211c880e7784ff273dd664d 129140 libs optional 
libwnck22_2.30.0-3_amd64.deb
 36ffa8e117241b233603f773aac24ee4 272260 libdevel optional 
libwnck-dev_2.30.0-3_amd64.deb
 3c2f15f92efdf76d53b02efe9f668055 35056 libs optional 
gir1.0-wnck-1.0_2.30.0-3_amd64.deb

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

iD8DBQFMPKZsrSla4ddfhTMRAlYMAKCYbArHyaapDTRmM5sZJ95++Upr6ACgjtCU
fpa2/g0/1NkOM2KnDDgCZvQ=
=4SSl
-END PGP SIGNATURE-


Accepted:
gir1.0-wnck-1.0_2.30.0-3_amd64.deb
  to main/libw/libwnck/gir1.0-wnck-1.0_2.30.0-3_amd64.deb
libwnck-common_2.30.0-3_all.deb
  to main/libw/libwnck/libwnck-common_2.30.0-3_all.deb
libwnck-dev_2.30.0-3_amd64.deb
  to main/libw/libwnck/libwnck-dev_2.30.0-3_amd64.deb
libwnck22_2.30.0-3_amd64.deb
  to main/libw/libwnck/libwnck22_2.30.0-3_amd64.deb
libwnck_2.30.0-3.debian.tar.gz
  to main/libw/libwnck/libwnck_2.30.0-3.debian.tar.gz
libwnck_2.30.0-3.dsc
  to main/libw/libwnck/libwnck_2.30.0-3.dsc


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



Accepted cppcheck 1.44-1 (source amd64)

2010-07-13 Thread Reijo Tomperi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 16:24:55 +0300
Source: cppcheck
Binary: cppcheck
Architecture: source amd64
Version: 1.44-1
Distribution: unstable
Urgency: low
Maintainer: Reijo Tomperi aggr...@users.sourceforge.net
Changed-By: Reijo Tomperi aggr...@users.sourceforge.net
Description: 
 cppcheck   - tool for static C/C++ code analysis
Changes: 
 cppcheck (1.44-1) unstable; urgency=low
 .
   * New upstream release
   * Zachary Blair and Martin Ettl added to copyright file
   * control: Standars-version changed 3.8.4 - 3.9.0
   * Remove patch debian-changes-1.43-3, because applied to upstream
Checksums-Sha1: 
 a208605ce017ee042ba45e448eb1908b27c55467 1064 cppcheck_1.44-1.dsc
 17f036f42263e350244fc1d046ec372ee6004079 705243 cppcheck_1.44.orig.tar.gz
 0a23525ad81613425bfff3704ad9cb3f98529ebd 4244 cppcheck_1.44-1.debian.tar.gz
 9a6a9b316d86670ae03ed16c9388f7d4409b3d3a 472408 cppcheck_1.44-1_amd64.deb
Checksums-Sha256: 
 fda50d0f0074094c71399a0a773db4d857f3e8035dd199bd1780f270b6190624 1064 
cppcheck_1.44-1.dsc
 f0e036803b27c0a17b4bd1cc90d3279abf6ed8f921c648e1a7ea80df4751f17c 705243 
cppcheck_1.44.orig.tar.gz
 ce54f52400b252444651b081adb4224b3954a0c1f7996db4ab9aa962b9841162 4244 
cppcheck_1.44-1.debian.tar.gz
 37856f01fbd1811e7cf69237355df2e884c9f5d0f344eb36b288397e466d1acf 472408 
cppcheck_1.44-1_amd64.deb
Files: 
 347fe36d8f96f2a241d22f5eee7a25bd 1064 devel optional cppcheck_1.44-1.dsc
 2c1ddee29623a0f2b5a932efaa24c86d 705243 devel optional 
cppcheck_1.44.orig.tar.gz
 61bc1ffed13e9f668b3ce649aa5f8cdb 4244 devel optional 
cppcheck_1.44-1.debian.tar.gz
 3354eb2fb77212434e4949c04bdc482f 472408 devel optional 
cppcheck_1.44-1_amd64.deb

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

iEUEARECAAYFAkw8qvMACgkQt2NXKBU/+UBlQQCdE7jW1yVF3bNXh1GrTFkOdOtb
hzYAmOhbUVems76zHJTbnDG5Xv+xsmU=
=twRm
-END PGP SIGNATURE-


Accepted:
cppcheck_1.44-1.debian.tar.gz
  to main/c/cppcheck/cppcheck_1.44-1.debian.tar.gz
cppcheck_1.44-1.dsc
  to main/c/cppcheck/cppcheck_1.44-1.dsc
cppcheck_1.44-1_amd64.deb
  to main/c/cppcheck/cppcheck_1.44-1_amd64.deb
cppcheck_1.44.orig.tar.gz
  to main/c/cppcheck/cppcheck_1.44.orig.tar.gz


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



Accepted file 5.04-4 (source i386)

2010-07-13 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 19:37:04 +0200
Source: file
Binary: file libmagic1 libmagic-dev python-magic python-magic-dbg
Architecture: source i386
Version: 5.04-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 file   - Determines file type using magic numbers
 libmagic-dev - File type determination library using magic numbers 
(developmen
 libmagic1  - File type determination library using magic numbers
 python-magic - File type determination library using magic numbers (Python 
bin
 python-magic-dbg - File type determination library using magic numbers 
(Python bin
Closes: 291908 422524 427876 451524 480829 492035 499754 516054 537893 576462 
583679
Changes: 
 file (5.04-4) unstable; urgency=low
 .
   * Adding patch from Arnaud Giersch arnaud.gier...@iut-bm.univ-
 fcomte.fr to fix that file does not always correctly report the
 faulty command for core files (Closes: #422524, #427876).
   * Adding patch from Adam Buchbinder adam.buchbin...@gmail.com to
 update qemu magics (Closes: #451524).
   * Adding patch from Ori Avtalion o...@avtalion.name to fix a typo and
 a formating issue in file manpage (Closes: #499754).
   * Renumbering patches.
   * Adding patch from Adam Buchbinder adam.buchbin...@gmail.com to add
 new magic for datafork fonts (Closes: #291908).
   * Adding patch from Adam Buchbinder adam.buchbin...@gmail.com to add
 new magics for PDB files (Closes: #480829).
   * Adding patch from Adam Buchbinder adam.buchbin...@gmail.com to
 update PSF2 magics (Closes: #492035).
   * Adding patch from Adam Buchbinder adam.buchbin...@gmail.com to add
 new magics for Canon CRW and CR2 files (Closes: #516054).
   * Adding patch from Richard Smith busre...@broadmeadow.eu to update
 Dyalog APL magics (Closes: #537893).
   * Adding patch from Євгеній Мещеряков eu...@debian.org to add new
 magic for GDSII (Closes: #576462).
   * Adding patch from Frédéric Brière fbri...@fbriere.net to add new
 magics for Git index files (Closes: #583679).
Checksums-Sha1: 
 45ead3f6598be1d7e79d22e271dd0485891fe707 1316 file_5.04-4.dsc
 bb5b4b0b444c40e11604945afe5ec97c6311e84b 48117 file_5.04-4.diff.gz
 622f2d8b18b67f1ed1484b90e4226ded3ae24e2d 48960 file_5.04-4_i386.deb
 23f9c73a5109c2588ec8cd88638802250399fd5b 233350 libmagic1_5.04-4_i386.deb
 25a3485af8f815dc6be6cf2e0a25d63300c02859 100556 libmagic-dev_5.04-4_i386.deb
 2c378b62f427d01d95b719f02fb8018dc94e4be6 37230 python-magic_5.04-4_i386.deb
 c3bf88766186547dfc0fc181a72829895b5c88d6 26470 python-magic-dbg_5.04-4_i386.deb
Checksums-Sha256: 
 f96698f6b6a1ccf12be16b1ee4c2d553c2f6e9bc96c3ffb2d1b54cf4809f8096 1316 
file_5.04-4.dsc
 b167c1e2ebd2f2a83447027f0be22c8b61e2aa8187f059eeb3fe5928c7164f90 48117 
file_5.04-4.diff.gz
 14a38fd6c7bf573a93f5e42f4d7f3ce9ca975a00cb9c841fe2f4f569f5a59fe3 48960 
file_5.04-4_i386.deb
 0f36a3afe5fd4e0d2c63d8f2d9e4003c483013bca45d5eb77c24d77ac6124828 233350 
libmagic1_5.04-4_i386.deb
 91222fbfac228ba51ccc27a8dc64dbd9fbbcd34f17292a7e2130bf706ac4dadf 100556 
libmagic-dev_5.04-4_i386.deb
 77d40a5ac83f4404d2664df2a4e71af2f5d3cf955c8f5c7e5d85c546d69e4977 37230 
python-magic_5.04-4_i386.deb
 5f353e24ad45d361850a6a92996ce7346503f623c1ac8461236dad93650f 26470 
python-magic-dbg_5.04-4_i386.deb
Files: 
 c2f84ab0a3939bea094a7a9afe076845 1316 utils standard file_5.04-4.dsc
 4842027d316b42fec0fc1cb1cafb877b 48117 utils standard file_5.04-4.diff.gz
 16531cc23c076a01e038cd2294f1e431 48960 utils standard file_5.04-4_i386.deb
 9b2ef29bf5c2103117b091aeb2f48f1d 233350 libs standard libmagic1_5.04-4_i386.deb
 0ca62a34c6c417be71b2b306798582b8 100556 libdevel optional 
libmagic-dev_5.04-4_i386.deb
 95d7c9e56a925a81a3cfd591b4a52390 37230 python extra 
python-magic_5.04-4_i386.deb
 6cf4b4f1b993c867c23125ed04c4ea62 26470 debug extra 
python-magic-dbg_5.04-4_i386.deb

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

iEYEARECAAYFAkw8pOsACgkQ+C5cwEsrK54t/gCgkKX8G3/KnU7rPdZk81Pl5I1A
7ZoAoL7YHc9md476l4oBaxKfQls+Qvyu
=2wns
-END PGP SIGNATURE-


Accepted:
file_5.04-4.diff.gz
  to main/f/file/file_5.04-4.diff.gz
file_5.04-4.dsc
  to main/f/file/file_5.04-4.dsc
file_5.04-4_i386.deb
  to main/f/file/file_5.04-4_i386.deb
libmagic-dev_5.04-4_i386.deb
  to main/f/file/libmagic-dev_5.04-4_i386.deb
libmagic1_5.04-4_i386.deb
  to main/f/file/libmagic1_5.04-4_i386.deb
python-magic-dbg_5.04-4_i386.deb
  to main/f/file/python-magic-dbg_5.04-4_i386.deb
python-magic_5.04-4_i386.deb
  to main/f/file/python-magic_5.04-4_i386.deb


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



Accepted kfreebsd-7 7.3-5 (source all)

2010-07-13 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 20:23:57 +0200
Source: kfreebsd-7
Binary: kfreebsd-source-7.3 kfreebsd-headers-7.3-1 kfreebsd-image-7.3-1-amd64 
kfreebsd-image-7-amd64 kfreebsd-headers-7.3-1-amd64 kfreebsd-headers-7-amd64 
kfreebsd-image-7.3-1-486 kfreebsd-image-7-486 kfreebsd-headers-7.3-1-486 
kfreebsd-headers-7-486 kfreebsd-image-7.3-1-686 kfreebsd-image-7-686 
kfreebsd-headers-7.3-1-686 kfreebsd-headers-7-686 kfreebsd-image-7.3-1-686-smp 
kfreebsd-image-7-686-smp kfreebsd-headers-7.3-1-686-smp 
kfreebsd-headers-7-686-smp
Architecture: source all
Version: 7.3-5
Distribution: unstable
Urgency: high
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 kfreebsd-headers-7-486 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-686 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-686-smp - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-amd64 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7.3-1 - Common architecture-specific header files for kernel 
of FreeBSD 7
 kfreebsd-headers-7.3-1-486 - header files for kernel of FreeBSD 7.3
 kfreebsd-headers-7.3-1-686 - header files for kernel of FreeBSD 7.3
 kfreebsd-headers-7.3-1-686-smp - header files for kernel of FreeBSD 7.3
 kfreebsd-headers-7.3-1-amd64 - header files for kernel of FreeBSD 7.3
 kfreebsd-image-7-486 - kernel of FreeBSD 7 image
 kfreebsd-image-7-686 - kernel of FreeBSD 7 image
 kfreebsd-image-7-686-smp - kernel of FreeBSD 7 image
 kfreebsd-image-7-amd64 - kernel of FreeBSD 7 image
 kfreebsd-image-7.3-1-486 - kernel of FreeBSD 7.3 image
 kfreebsd-image-7.3-1-686 - kernel of FreeBSD 7.3 image
 kfreebsd-image-7.3-1-686-smp - kernel of FreeBSD 7.3 image
 kfreebsd-image-7.3-1-amd64 - kernel of FreeBSD 7.3 image
 kfreebsd-source-7.3 - source code for kernel of FreeBSD 7.3 with Debian patches
Changes: 
 kfreebsd-7 (7.3-5) unstable; urgency=high
 .
   [ Guillem Jover ]
   * Use kfreebsd-any instead of explicit architecture list.
   * Fold Build-Depends field into several lines.
 .
   [ Aurelien Jarno ]
   * Fix lost mbuf flag resulting in data corruption
 (FreeBSD-SA-10:07.mbuf / CVE-2010-2693).
   * debian/control.in: bump Standards-Version to 3.9.0 (no changes).
Checksums-Sha1: 
 1089547a682fee26f5b98af1572eececd22c2f98 1860 kfreebsd-7_7.3-5.dsc
 08a6c888e77b02cd31f8aedf21ceeb2791754136 69588 kfreebsd-7_7.3-5.diff.gz
 bd1e2f568e3d07dc507df8767e1317571322c477 23927504 
kfreebsd-source-7.3_7.3-5_all.deb
Checksums-Sha256: 
 463cdf57af34939f561f8cfaf769d9f6f451f7fdb5b182c68f103a6eb200a201 1860 
kfreebsd-7_7.3-5.dsc
 470c6d1cf538b8808e2f6c7ed68f2c5def56eb7ee75cd5e37d14964a3731 69588 
kfreebsd-7_7.3-5.diff.gz
 efef4d583c948d4a382b5de357b7f3226856f0ad911d02dc00128de1e35f43d7 23927504 
kfreebsd-source-7.3_7.3-5_all.deb
Files: 
 3579caef21abe2e5f20717858d1390f4 1860 kernel optional kfreebsd-7_7.3-5.dsc
 2fecee52c8e57e83f9df1c1683e387a4 69588 kernel optional kfreebsd-7_7.3-5.diff.gz
 728fcfcfefef4cc46d44db8de54726ad 23927504 kernel optional 
kfreebsd-source-7.3_7.3-5_all.deb

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

iD8DBQFMPLFQw3ao2vG823MRAmV8AKCPagKEDi3XsBnn92JOL2Ate49J8ACfQsMS
PYe/mV7qcJUXp//jqKYc1cs=
=pTkv
-END PGP SIGNATURE-


Accepted:
kfreebsd-7_7.3-5.diff.gz
  to main/k/kfreebsd-7/kfreebsd-7_7.3-5.diff.gz
kfreebsd-7_7.3-5.dsc
  to main/k/kfreebsd-7/kfreebsd-7_7.3-5.dsc
kfreebsd-source-7.3_7.3-5_all.deb
  to main/k/kfreebsd-7/kfreebsd-source-7.3_7.3-5_all.deb


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



Accepted kfreebsd-8 8.0-10 (source all)

2010-07-13 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 20:18:34 +0200
Source: kfreebsd-8
Binary: kfreebsd-source-8.0 kfreebsd-headers-8.0-1 kfreebsd-image-8.0-1-amd64 
kfreebsd-image-8-amd64 kfreebsd-headers-8.0-1-amd64 kfreebsd-headers-8-amd64 
kfreebsd-image-8.0-1-486 kfreebsd-image-8-486 kfreebsd-headers-8.0-1-486 
kfreebsd-headers-8-486 kfreebsd-image-8.0-1-686 kfreebsd-image-8-686 
kfreebsd-headers-8.0-1-686 kfreebsd-headers-8-686 kfreebsd-image-8.0-1-686-smp 
kfreebsd-image-8-686-smp kfreebsd-headers-8.0-1-686-smp 
kfreebsd-headers-8-686-smp
Architecture: source all
Version: 8.0-10
Distribution: unstable
Urgency: high
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 kfreebsd-headers-8-486 - header files for kernel of FreeBSD 8
 kfreebsd-headers-8-686 - header files for kernel of FreeBSD 8
 kfreebsd-headers-8-686-smp - header files for kernel of FreeBSD 8
 kfreebsd-headers-8-amd64 - header files for kernel of FreeBSD 8
 kfreebsd-headers-8.0-1 - Common architecture-specific header files for kernel 
of FreeBSD 8
 kfreebsd-headers-8.0-1-486 - header files for kernel of FreeBSD 8.0
 kfreebsd-headers-8.0-1-686 - header files for kernel of FreeBSD 8.0
 kfreebsd-headers-8.0-1-686-smp - header files for kernel of FreeBSD 8.0
 kfreebsd-headers-8.0-1-amd64 - header files for kernel of FreeBSD 8.0
 kfreebsd-image-8-486 - kernel of FreeBSD 8 image
 kfreebsd-image-8-686 - kernel of FreeBSD 8 image
 kfreebsd-image-8-686-smp - kernel of FreeBSD 8 image
 kfreebsd-image-8-amd64 - kernel of FreeBSD 8 image
 kfreebsd-image-8.0-1-486 - kernel of FreeBSD 8.0 image
 kfreebsd-image-8.0-1-686 - kernel of FreeBSD 8.0 image
 kfreebsd-image-8.0-1-686-smp - kernel of FreeBSD 8.0 image
 kfreebsd-image-8.0-1-amd64 - kernel of FreeBSD 8.0 image
 kfreebsd-source-8.0 - source code for kernel of FreeBSD 8.0 with Debian patches
Changes: 
 kfreebsd-8 (8.0-10) unstable; urgency=high
 .
   * Fix lost mbuf flag resulting in data corruption
 (FreeBSD-SA-10:07.mbuf / CVE-2010-2693).
Checksums-Sha1: 
 5d105c27fcd4512c1b8a51ba6fd7b9b2bf62c981 1915 kfreebsd-8_8.0-10.dsc
 ce120006b24e1fe499f3f2b4931cd4d9bf76aa1e 70370 kfreebsd-8_8.0-10.diff.gz
 7a94942addaf414b5de4c3633a3772fdcbddfbda 22996502 
kfreebsd-source-8.0_8.0-10_all.deb
Checksums-Sha256: 
 9abd0e2c9b1ae300b1ba3bc6cc54dcca1fbf39982180ddfd31d63fa0f7c5ce02 1915 
kfreebsd-8_8.0-10.dsc
 084653e8e280e944aa3829cf779327ae3c9022d9bbca8b885dc75d6f01222fe2 70370 
kfreebsd-8_8.0-10.diff.gz
 4b20bc1566e7699cf9eeef9301d07f0e73ceea8ef54560474984c0a2b6857ba6 22996502 
kfreebsd-source-8.0_8.0-10_all.deb
Files: 
 c61afae0f6405b183a6838988d03a655 1915 kernel optional kfreebsd-8_8.0-10.dsc
 6a47ce9fdb926aaa996643819430ff0e 70370 kernel optional 
kfreebsd-8_8.0-10.diff.gz
 3eefd6ed72e27bad7ad798475ee8dc71 22996502 kernel optional 
kfreebsd-source-8.0_8.0-10_all.deb

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

iD8DBQFMPK6zw3ao2vG823MRAt5RAKCN4NqxgYd646vSmMJfVJ7MTndJWACfYYPy
jLjZ/Yc1la+JNKR3Ig9jd0s=
=59Fy
-END PGP SIGNATURE-


Accepted:
kfreebsd-8_8.0-10.diff.gz
  to main/k/kfreebsd-8/kfreebsd-8_8.0-10.diff.gz
kfreebsd-8_8.0-10.dsc
  to main/k/kfreebsd-8/kfreebsd-8_8.0-10.dsc
kfreebsd-source-8.0_8.0-10_all.deb
  to main/k/kfreebsd-8/kfreebsd-source-8.0_8.0-10_all.deb


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



Accepted ntp 1:4.2.6.p2+dfsg-1 (source all amd64)

2010-07-13 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 13 Jul 2010 20:33:47 +0200
Source: ntp
Binary: ntp ntpdate ntp-doc
Architecture: source all amd64
Version: 1:4.2.6.p2+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian NTP Team pkg-ntp-maintain...@lists.alioth.debian.org
Changed-By: Kurt Roeckx k...@roeckx.be
Description: 
 ntp- Network Time Protocol daemon and utility programs
 ntp-doc- Network Time Protocol documentation
 ntpdate- client for setting system time from NTP servers
Closes: 439734 506389 553976 558289 566621 584927 585054 585055
Changes: 
 ntp (1:4.2.6.p2+dfsg-1) unstable; urgency=low
 .
   [ Peter Eisentraut ]
   * Update command options section in ntp.conf(5) man page, drop dynamic
 option (closes: #553976, #439734)
   * Document ntpd -I option and ntp.conf interface command (closes: #506389)
   * Fix type in ntpdate man page (closes: #566621)
   * Added explanation of options to ntptrace man page (closes: #558289)
   * Removed no longer needed build conflict against libreadline-dev
 .
   [ Kurt Roeckx ]
   * New upstream version.
 - Fixes problem with ipv6 multicast (Closes: #584927)
   * Move dhcp exit hooks from /etc/dhcp3/dhclient-enter-hooks.d to
 /etc/dhcp/dhclient-enter-hooks.d.  Add dpkg-maintscript-helper
 to maintainer scripts to move them, and add a Breaks on
 dhcp3-client ( 4.1.0-1) (Closes: #585054, #585055)
   * Remove ntp's Replaces on logcheck-database, we don't ship log
 logcheck entries anymore for ntp.
Checksums-Sha1: 
 3f9a7247c4ee3bed6be2ba7a0200c70495f3c591 2100 ntp_4.2.6.p2+dfsg-1.dsc
 1dec244392d5acc3fd18f2e75b07c7212227514e 3793444 ntp_4.2.6.p2+dfsg.orig.tar.gz
 3f234654217870e10a9154c37f02861deeb8017d 415786 
ntp_4.2.6.p2+dfsg-1.debian.tar.gz
 44532bc0496fccb34c33fe18c45c4778ff0df12c 1139366 
ntp-doc_4.2.6.p2+dfsg-1_all.deb
 c7f4a2da6936d3738264210a9a453e5bd15e3dfd 499536 ntp_4.2.6.p2+dfsg-1_amd64.deb
 33cab50f300de1ebdaebaf96407367c1e83d35d8 80044 
ntpdate_4.2.6.p2+dfsg-1_amd64.deb
Checksums-Sha256: 
 e40a2fe155b748bcf93ca5fdee587aea14bc2e4cd52c0b4fe238c4cddb199558 2100 
ntp_4.2.6.p2+dfsg-1.dsc
 949286a8fb754dc76820450bd4adf33256c2313f0c437afa0d0ec3a12020378c 3793444 
ntp_4.2.6.p2+dfsg.orig.tar.gz
 9db9003c1cecd5b7b4239a62e17aff9d5f06e21da8a1d85e93fdccebb8f47a6a 415786 
ntp_4.2.6.p2+dfsg-1.debian.tar.gz
 6356bfa57854cf2bbff348575ae40404cde7fa0d71c7dbbb8a7b303f56585f47 1139366 
ntp-doc_4.2.6.p2+dfsg-1_all.deb
 169a8446a4e9c746cb914f5ee043c5449b3cc1aaa15989081e6a99da1951eebc 499536 
ntp_4.2.6.p2+dfsg-1_amd64.deb
 39e0b594d40d70b97196efc3cfbcfd34d08fa65ee69606c56cf1151401bd9fff 80044 
ntpdate_4.2.6.p2+dfsg-1_amd64.deb
Files: 
 3360dc0aede27a5bb43186557db2a201 2100 net optional ntp_4.2.6.p2+dfsg-1.dsc
 5ec24fe7baeea7ff910ef3708807bbe0 3793444 net optional 
ntp_4.2.6.p2+dfsg.orig.tar.gz
 4814a12edea8cacb91ccfa90db026f10 415786 net optional 
ntp_4.2.6.p2+dfsg-1.debian.tar.gz
 d184908941525f6dddf1d04581bb9b54 1139366 doc optional 
ntp-doc_4.2.6.p2+dfsg-1_all.deb
 d62421f516b73d5e440b96fca7200b23 499536 net optional 
ntp_4.2.6.p2+dfsg-1_amd64.deb
 521270efabe49c95a5919b07bd2739d2 80044 net optional 
ntpdate_4.2.6.p2+dfsg-1_amd64.deb

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

iQIcBAEBCgAGBQJMPLK/AAoJEGpMZM6DE7Xw3+kQAJiZhBy2AKpZpLhd/QQFKsEH
IWbaEhwTB2ITgrfX5BF/Jv0VtQV7NShGHyDFAQgVz02CMKQ4mwQZjnWHugA77nzV
XOaBCNndKd5SBWng25pxNxlFzj00IFv5/zfY/Mt7xHrlSeCdJRz/6Z7P3BMZzwaI
TRxG0RPYQmw4CAitOa0nKBKGixTkN6OUZg5JzOXnNzf9SjIZrKF/VIzPedLz7B4x
y8fT+JrTRYM1c2pK0zOWdCZhwoQERP0JaeE3Nwsxr3fyhEZHhuCZufSgmElBrQ56
wo+SNABHDogiUCGrdaWIbHRpqpRIsA+CRBZlSPkKKDGQAaNCKP1mDhY28niQ+kgr
w1FI5bw4Si+x0qGj7lZtt8DEQJgBGWUshbeEQJ/4q3aczGOvPLpCpvdR6GT25iZo
vAkqEe/0pffJRpunMgFmLE+KqUmljsE1cFi6teTZqhfwNzeKcDfAWtg91sU+dlSi
53Z/ZWZn+crdBfMl43UdY7+p6QMnhMvF44HSqNZ5FarFHL8HO1pST07kuRO9gfJf
FAPs5CRd693h88j1WaiBcmbRkeAmpKyj0+NUyTy1xXKjiyLLrKEUxoJMYzrsw4aq
/U4GBbJy7HSrG0P8eZM7P+ugTBSpKQfi4hNagbwrkemx6hwa2q1XHsI8wQ1xQ2V0
pmIraJEqpuSFR97NXUjs
=nNBS
-END PGP SIGNATURE-


Accepted:
ntp-doc_4.2.6.p2+dfsg-1_all.deb
  to main/n/ntp/ntp-doc_4.2.6.p2+dfsg-1_all.deb
ntp_4.2.6.p2+dfsg-1.debian.tar.gz
  to main/n/ntp/ntp_4.2.6.p2+dfsg-1.debian.tar.gz
ntp_4.2.6.p2+dfsg-1.dsc
  to main/n/ntp/ntp_4.2.6.p2+dfsg-1.dsc
ntp_4.2.6.p2+dfsg-1_amd64.deb
  to main/n/ntp/ntp_4.2.6.p2+dfsg-1_amd64.deb
ntp_4.2.6.p2+dfsg.orig.tar.gz
  to main/n/ntp/ntp_4.2.6.p2+dfsg.orig.tar.gz
ntpdate_4.2.6.p2+dfsg-1_amd64.deb
  to main/n/ntp/ntpdate_4.2.6.p2+dfsg-1_amd64.deb


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



Accepted mlpy 2.2.0~dfsg1-1 (source all amd64)

2010-07-13 Thread Yaroslav Halchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 13:05:58 -0400
Source: mlpy
Binary: python-mlpy python-mlpy-doc python-mlpy-lib
Architecture: source all amd64
Version: 2.2.0~dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Yaroslav Halchenko deb...@onerussian.com
Description: 
 python-mlpy - high-performance Python package for predictive modeling
 python-mlpy-doc - documention and examples for mlpy
 python-mlpy-lib - low-level implementations and bindings for mlpy
Changes: 
 mlpy (2.2.0~dfsg1-1) unstable; urgency=low
 .
   * New upstream release
   * Moved under NeuroDebian Team umbrella
   * Boosted policy compliance to 3.9.0 -- no changes are due
   * Dumped python-progressbar from *Depends since of no use
Checksums-Sha1: 
 ad4f84a61be9d4717f3919a0429ae9a9cc6d 1393 mlpy_2.2.0~dfsg1-1.dsc
 1e1378fe0cf588f2f40fda6195720c85f74a4616 174106 mlpy_2.2.0~dfsg1.orig.tar.gz
 bda5172b0008ac4e2be6e2b25d75ab6a3ba51543 3586 mlpy_2.2.0~dfsg1-1.diff.gz
 7100fe4610e3c44439fc3e86bc1c2640ef39a7f2 57918 
python-mlpy_2.2.0~dfsg1-1_all.deb
 6e2f0d3ef37d087edbdb878d9ec8f4f16c30bd23 481924 
python-mlpy-doc_2.2.0~dfsg1-1_all.deb
 34efd0f95daec40393c1471ccad0e4f608dd43e0 139136 
python-mlpy-lib_2.2.0~dfsg1-1_amd64.deb
Checksums-Sha256: 
 7ae5e030a3655a4725e18280cebabc01ad587307dd573d4f720a767af51b7577 1393 
mlpy_2.2.0~dfsg1-1.dsc
 3f003d3b42bf1fa78a3b88aa724821be680242bdb1305832f555ecc9417425b7 174106 
mlpy_2.2.0~dfsg1.orig.tar.gz
 e210360bdb6388d6dadf984e0bd9764e2117e9b3519fe0bc5d88fc4a18f8852e 3586 
mlpy_2.2.0~dfsg1-1.diff.gz
 d3c8389f6b0b78840187f79a1071251d6644761f16fd1403c75cb359778b 57918 
python-mlpy_2.2.0~dfsg1-1_all.deb
 cb9f757a6122b8076ebe8f068c48b51c094fa4412adfc95540f854c3de0eb4de 481924 
python-mlpy-doc_2.2.0~dfsg1-1_all.deb
 8a976458f841c184c5f5dec25cf7bb1106f7bfe41d7a8dba9d274e832e0d2981 139136 
python-mlpy-lib_2.2.0~dfsg1-1_amd64.deb
Files: 
 ab0d6abac69005260a2e4cda4d816be6 1393 python optional mlpy_2.2.0~dfsg1-1.dsc
 944e25dc3ac279cd3d81cb9cc7681a67 174106 python optional 
mlpy_2.2.0~dfsg1.orig.tar.gz
 9c867c40cddbcd635de80353dac5ca95 3586 python optional 
mlpy_2.2.0~dfsg1-1.diff.gz
 7f51552cf88d8b9db5cebfb18f93fb22 57918 python optional 
python-mlpy_2.2.0~dfsg1-1_all.deb
 c2cf7f37fa9032f3c702aae78f9dc5d8 481924 doc optional 
python-mlpy-doc_2.2.0~dfsg1-1_all.deb
 22c576887bcb29923c00ee8655e05269 139136 python optional 
python-mlpy-lib_2.2.0~dfsg1-1_amd64.deb

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

iEYEARECAAYFAkw8t4kACgkQjRFFY3XAJMi2IACg1DsNoTzu8QOaIy+mU5Loml4C
EEwAoIC1HQJ8L1d1J8acCjs9KrqK2YYS
=heu2
-END PGP SIGNATURE-


Accepted:
mlpy_2.2.0~dfsg1-1.diff.gz
  to main/m/mlpy/mlpy_2.2.0~dfsg1-1.diff.gz
mlpy_2.2.0~dfsg1-1.dsc
  to main/m/mlpy/mlpy_2.2.0~dfsg1-1.dsc
mlpy_2.2.0~dfsg1.orig.tar.gz
  to main/m/mlpy/mlpy_2.2.0~dfsg1.orig.tar.gz
python-mlpy-doc_2.2.0~dfsg1-1_all.deb
  to main/m/mlpy/python-mlpy-doc_2.2.0~dfsg1-1_all.deb
python-mlpy-lib_2.2.0~dfsg1-1_amd64.deb
  to main/m/mlpy/python-mlpy-lib_2.2.0~dfsg1-1_amd64.deb
python-mlpy_2.2.0~dfsg1-1_all.deb
  to main/m/mlpy/python-mlpy_2.2.0~dfsg1-1_all.deb


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



Accepted sleuthkit 3.1.3-1 (source amd64)

2010-07-13 Thread Cristian Greco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 Jul 2010 20:45:52 +0200
Source: sleuthkit
Binary: sleuthkit libtsk3-3 libtsk3-3-dbg libtsk-dev
Architecture: source amd64
Version: 3.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics forensics-de...@lists.alioth.debian.org
Changed-By: Cristian Greco crist...@regolo.cc
Description: 
 libtsk-dev - library for forensics analysis (development files)
 libtsk3-3  - library for forensics analysis on volume and file system data
 libtsk3-3-dbg - library for forensics analysis (debug symbols)
 sleuthkit  - collection of tools for forensics analysis on volume and file sys
Changes: 
 sleuthkit (3.1.3-1) unstable; urgency=low
 .
   * New upstream version.
 - 90_fix_ldflags.patch: refreshed patch.
   * debian/copyright: fix copyright-refers-to-deprecated-bsd-license-file.
   * debian/control: bump up standards-version to 3.9.0.
Checksums-Sha1: 
 982ae779d411c10fae0caae00f1816082d4d3bd2 2021 sleuthkit_3.1.3-1.dsc
 27b592b1e544dbb86caab0e2358742b3aab05ff6 837572 sleuthkit_3.1.3.orig.tar.gz
 795ba23b32f9a83216e0fcd229a09b4b9d727052 15344 sleuthkit_3.1.3-1.diff.gz
 abe89c81a0153e674882cc6d05cf0c93e82184f4 119068 sleuthkit_3.1.3-1_amd64.deb
 37c9c47ca4cb8271fa50d9a0cd644200b7083c5e 215372 libtsk3-3_3.1.3-1_amd64.deb
 1584a8e4b9706c88db761c759c8ea4d46dc249ee 339130 libtsk3-3-dbg_3.1.3-1_amd64.deb
 f67e119b45fa9283adbc0f1060e57e091c24fc85 323260 libtsk-dev_3.1.3-1_amd64.deb
Checksums-Sha256: 
 1dca49c64812b060cd2117f13243c9e405f812e6f04fc3a1a4fa53b2306822e4 2021 
sleuthkit_3.1.3-1.dsc
 a8f20aaae41b2fea59e2a7ec456a1791a5e026b4a2a6dcb82f8082656b4c1236 837572 
sleuthkit_3.1.3.orig.tar.gz
 6e3ca4f4b665a270b53b440cf786ff1082f0516cae46730618d539470428ae82 15344 
sleuthkit_3.1.3-1.diff.gz
 a0a457eb2691e58c194e44ad903e4b422d5250a4368b5dd75cab256543d3acb6 119068 
sleuthkit_3.1.3-1_amd64.deb
 3e59ef4156cc9a6d853489971d7d7847ff681cc047dc7fd151484ca61a9b39c5 215372 
libtsk3-3_3.1.3-1_amd64.deb
 2ab010f0b96661762c7736babe11b74806819578182a4249db0ffb4c5c0a1516 339130 
libtsk3-3-dbg_3.1.3-1_amd64.deb
 bf1f9cbd796cf702a3cdc04018a51e3cb0a92680f3aec8419f76edf531e410c6 323260 
libtsk-dev_3.1.3-1_amd64.deb
Files: 
 d7e705e7696f3a38e7e9b4b128a87241 2021 admin optional sleuthkit_3.1.3-1.dsc
 e1798bede2112ec4c5770151c3e32bfd 837572 admin optional 
sleuthkit_3.1.3.orig.tar.gz
 17727dcc9ddfa246a95b2969ff20b557 15344 admin optional sleuthkit_3.1.3-1.diff.gz
 b3923e37e842f0fb9ddc89db95235c3a 119068 admin optional 
sleuthkit_3.1.3-1_amd64.deb
 34122906da4d0c5dbd1f65d470b1c1e5 215372 libs optional 
libtsk3-3_3.1.3-1_amd64.deb
 20ad8f85d03a466897adb48fb2706026 339130 debug extra 
libtsk3-3-dbg_3.1.3-1_amd64.deb
 13bedd0af7d183fcea78fa813d3ce391 323260 libdevel extra 
libtsk-dev_3.1.3-1_amd64.deb

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

iQIcBAEBCAAGBQJMPLULAAoJEID329zPTTLk/okQAJbOw8gU9zKK5qhDKK+iEQr5
dL42ZZgjpEMRaq6jkmRPtYNEJRmXw16rFIkt5lyfkYO1jQvFIpq87Sz+bV1TUdNF
4vCUticIxcPzjvWoIfsH5YMGauTATpKEtPWW+TI9GXGsJePzBVBLvgLlsHE9tKap
yRR6ppWVwA+fmBoaGkMPUfFR9uRb7yfmDDqLmH6u+qjzO64/n1I7MnHda1T3sy4q
aAUUqDGq7dkRlK1j4weF00XixFGZdPQD1QDN6CbDydN+MDlOfh11HQoEs+sVS9N2
H5xLTW5VHQeX9mhN4TRd9gduSCsagRVywrfiLxNBSXN/OVHsbF6juOro8CfUoYOE
sQIwXwnmizdjmq5i3I6QBnBa3NcSGNwOLB6pz7b+8fkgtgcG+n13d55ILsvlSr2f
Qwljo8hnWW37ZRSqd1RdacWggdPgDu7v8vE3d+XiTpDMw+nuL0D4dHYOGMEqT7Fs
NswZAcVE/jbJ/1nYlKYatQi+Wd2AaXy6Gr1NhXmaZ66v9QhFSpw3WosIRLHPTr+f
0GaT0mhoVJllSC92hhgcMhZgGdz7o+pW+UVsSzCJQmV3U2MwG+M407qsI5uBaAWB
XSY5xMejuYoHcmqoqtVWKruN54WyMdTE41QqqcnRBVfjuB7v83RsJ8nTCYipFuAg
PvBakBDBGnm2pgH7SzHJ
=f9cx
-END PGP SIGNATURE-


Accepted:
libtsk-dev_3.1.3-1_amd64.deb
  to main/s/sleuthkit/libtsk-dev_3.1.3-1_amd64.deb
libtsk3-3-dbg_3.1.3-1_amd64.deb
  to main/s/sleuthkit/libtsk3-3-dbg_3.1.3-1_amd64.deb
libtsk3-3_3.1.3-1_amd64.deb
  to main/s/sleuthkit/libtsk3-3_3.1.3-1_amd64.deb
sleuthkit_3.1.3-1.diff.gz
  to main/s/sleuthkit/sleuthkit_3.1.3-1.diff.gz
sleuthkit_3.1.3-1.dsc
  to main/s/sleuthkit/sleuthkit_3.1.3-1.dsc
sleuthkit_3.1.3-1_amd64.deb
  to main/s/sleuthkit/sleuthkit_3.1.3-1_amd64.deb
sleuthkit_3.1.3.orig.tar.gz
  to main/s/sleuthkit/sleuthkit_3.1.3.orig.tar.gz


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



Accepted mailman 1:2.1.13-3 (source i386)

2010-07-13 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 21:35:40 +0200
Source: mailman
Binary: mailman
Architecture: source i386
Version: 1:2.1.13-3
Distribution: unstable
Urgency: low
Maintainer: Mailman for Debian pkg-mailman-hack...@lists.alioth.debian.org
Changed-By: Thijs Kinkhorst th...@debian.org
Description: 
 mailman- Powerful, web-based mailing list manager
Closes: 267243 582259
Changes: 
 mailman (1:2.1.13-3) unstable; urgency=low
 .
   * Drop unneeded Indexes option from shipped apache.conf.
   * Eliminate update_rc.d warning by not passing runlevel 1 at stop.
   * Add 25_site_logo patch by Paul Wise (closes: #267243).
   * Do not compress PDF's under /u/s/d/mailman (closes: #582259).
   * Back up ./configure before running autoconf, so it can be restored
 in clean as not to generate irrelevant diff.gz content.
   * Switch to dpkg-source 3.0 (quilt) format.
   * Checked for policy 3.9.0, no changes needed.
Checksums-Sha1: 
 678a02dab7c7f2c11c075044f3131bbf96a812d4 1634 mailman_2.1.13-3.dsc
 f7d6a413b2b214142a3f40ab3d812d698b953ec8 104794 mailman_2.1.13-3.debian.tar.gz
 4715b6696e27e820d383480901650b31b0be6275 9674912 mailman_2.1.13-3_i386.deb
Checksums-Sha256: 
 d744b1e6c7b97d198e49f59808b60f18e1099cbf8328a000be13a7e276d31bbd 1634 
mailman_2.1.13-3.dsc
 54c1d54be261ba2478a1efd6f4b1688663123e889ea1ca4976498841176bd9e6 104794 
mailman_2.1.13-3.debian.tar.gz
 f51fd204978475d011e2155e41203f88a0b5bba50bb3a0c8a257331dd92d3dd4 9674912 
mailman_2.1.13-3_i386.deb
Files: 
 bbcbfed200327d91a6d9fb5337bcaab7 1634 mail optional mailman_2.1.13-3.dsc
 28741d6d8f3753a70a82f36b65d73207 104794 mail optional 
mailman_2.1.13-3.debian.tar.gz
 e72eec4dd1c2c63135d7f87a2bdb1c4e 9674912 mail optional 
mailman_2.1.13-3_i386.deb

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

iQEcBAEBAgAGBQJMPMGAAAoJEOxfUAG2iX57I0gH/jpfRdMAYTp4VjYfePDWd1EA
E4uSjAGqJhhJDYSTamH8/YxYFOyyoHBzpSCe6a6kOYPk6DT8L+Fr7UDdkbaqTUg6
kZz9xs1KB6L5kQ7c9bdBwh3jH7TyTghUT4ngVZiu+Kxm92LP6fR6eLmJM4yb5Jl0
wwgjP4oFeTIn6NTIfPMU95orzTm8BZJa/Vf4ieObQ4Kjb1227XZmgQB8Kfb5yAPW
EvSligc9MoWp3zJs2XHC+T7i3j+K2E6USgfUkYqgvtXlro6gcjmysEfgxs4HQ5iN
juUkK9335ohEAMhgOEGisisM5YksUzbuKLG6X/Wjj4PTZb360cSLgpjINVxNJiQ=
=Uqdi
-END PGP SIGNATURE-


Accepted:
mailman_2.1.13-3.debian.tar.gz
  to main/m/mailman/mailman_2.1.13-3.debian.tar.gz
mailman_2.1.13-3.dsc
  to main/m/mailman/mailman_2.1.13-3.dsc
mailman_2.1.13-3_i386.deb
  to main/m/mailman/mailman_2.1.13-3_i386.deb


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



Accepted goaccess 0.12-1 (source amd64)

2010-07-13 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 17:51:09 +
Source: goaccess
Binary: goaccess
Architecture: source amd64
Version: 0.12-1
Distribution: unstable
Urgency: low
Maintainer: Chris Taylor ctay...@debian.org
Changed-By: Chris Taylor ctay...@debian.org
Description: 
 goaccess   - log analyzer and interactive viewer for the Apache Webserver
Changes: 
 goaccess (0.12-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 bc95c41707f88810d36545031f95bf17e7e33ed6 1080 goaccess_0.12-1.dsc
 729cb5c079213f70c283903df8de2e6835c0790b 106719 goaccess_0.12.orig.tar.gz
 e4a619e10b3642fdf74c272e871205f24400f353 1577 goaccess_0.12-1.debian.tar.gz
 31cc0595323153ad5c1d428bffa32d1581983ac3 27468 goaccess_0.12-1_amd64.deb
Checksums-Sha256: 
 a5ca49980d3458ac1da8146196681bf6fcfb4db2b935297f0f93661660090833 1080 
goaccess_0.12-1.dsc
 89a90cba15df30adff81a08db31b25c9e67cf30d1d0436724e0f392acf762cd7 106719 
goaccess_0.12.orig.tar.gz
 356f1436950990b795682294c70c8418395122d635debaabb524d0e926a48917 1577 
goaccess_0.12-1.debian.tar.gz
 b0e7c2a281e72788ba78b8f9eba29f2a311b4dc54ddb0bb70056dca7dedb4fa8 27468 
goaccess_0.12-1_amd64.deb
Files: 
 2d5f19f42e784380498410917e1ecf88 1080 utils extra goaccess_0.12-1.dsc
 1e099b6f19550da31aaa7eb49e115da4 106719 utils extra goaccess_0.12.orig.tar.gz
 09bbab8020689929f4d32deae59b023f 1577 utils extra goaccess_0.12-1.debian.tar.gz
 12cb2856fc0f7073bd7fb757589eb91e 27468 utils extra goaccess_0.12-1_amd64.deb

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

iEYEARECAAYFAkw80U0ACgkQLpNUoan9SCHk1wCeKja99cPHeNbk6nPwc/+aGUPz
a6IAn0c5pQRJoNVKiVuorVnYTSqZzHoA
=aDRA
-END PGP SIGNATURE-


Accepted:
goaccess_0.12-1.debian.tar.gz
  to main/g/goaccess/goaccess_0.12-1.debian.tar.gz
goaccess_0.12-1.dsc
  to main/g/goaccess/goaccess_0.12-1.dsc
goaccess_0.12-1_amd64.deb
  to main/g/goaccess/goaccess_0.12-1_amd64.deb
goaccess_0.12.orig.tar.gz
  to main/g/goaccess/goaccess_0.12.orig.tar.gz


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



Accepted knowledgeroot 0.9.9.5-4 (source all)

2010-07-13 Thread Frank Habermann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Jul 2010 23:22:00 +0200
Source: knowledgeroot
Binary: knowledgeroot
Architecture: source all
Version: 0.9.9.5-4
Distribution: unstable
Urgency: low
Maintainer: Frank Habermann lordla...@lordlamer.de
Changed-By: Frank Habermann lordla...@lordlamer.de
Description: 
 knowledgeroot - web-based knowledgebase system
Closes: 587396
Changes: 
 knowledgeroot (0.9.9.5-4) unstable; urgency=low
 .
   * removed mysql-server-5.0 from suggests (Closes: #587396)
   * changed standars version to 3.9.0
Checksums-Sha1: 
 034286e70b219a0d421b3024b9263f28c098db31 1039 knowledgeroot_0.9.9.5-4.dsc
 1b9f8d476e068e69227f5aed1980511d9c85f3c5 8514 knowledgeroot_0.9.9.5-4.diff.gz
 31b2638be5be1f102e89a01aee6f6dc424f585e7 358514 knowledgeroot_0.9.9.5-4_all.deb
Checksums-Sha256: 
 910a193e7aec24f84ed00849418cee0bae06d5c87bdb2b2c5224337a211acc62 1039 
knowledgeroot_0.9.9.5-4.dsc
 96cd88040a62b42b95daad63a9aab518576f4121ebed37ccf0115df7335025c3 8514 
knowledgeroot_0.9.9.5-4.diff.gz
 58341bc327686bf4e86eaa3c91e70bee3a910c5526aa1a9d9947b6c737bb039a 358514 
knowledgeroot_0.9.9.5-4_all.deb
Files: 
 0c4eb3794fd5894334ec63ba735a31fb 1039 web optional knowledgeroot_0.9.9.5-4.dsc
 06e80119e70ba9e119dfbbe030cd65d7 8514 web optional 
knowledgeroot_0.9.9.5-4.diff.gz
 048ce8b54063a72dbc3da368ebf80e8e 358514 web optional 
knowledgeroot_0.9.9.5-4_all.deb

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

iEYEARECAAYFAkw80EsACgkQ+C5cwEsrK55+MgCfWp1l9B7mfxYm972SE8s4UWko
Z8gAoKmRM/11Qv5rJeIXo/8zIAnu4Asu
=WC8J
-END PGP SIGNATURE-


Accepted:
knowledgeroot_0.9.9.5-4.diff.gz
  to main/k/knowledgeroot/knowledgeroot_0.9.9.5-4.diff.gz
knowledgeroot_0.9.9.5-4.dsc
  to main/k/knowledgeroot/knowledgeroot_0.9.9.5-4.dsc
knowledgeroot_0.9.9.5-4_all.deb
  to main/k/knowledgeroot/knowledgeroot_0.9.9.5-4_all.deb


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



Accepted gns3 0.7.2-1 (source all)

2010-07-13 Thread Erik Wenzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 22:50:19 +0200
Source: gns3
Binary: gns3
Architecture: source all
Version: 0.7.2-1
Distribution: unstable
Urgency: low
Maintainer: Erik Wenzel e...@debian.org
Changed-By: Erik Wenzel e...@debian.org
Description: 
 gns3   - graphical network simulator
Changes: 
 gns3 (0.7.2-1) unstable; urgency=low
 .
   * [02a1a2ad] Imported Upstream version 0.7.2
   * [5bf4592b] [control] bumpend standard version; nothing changed
   * [12076afd] [control] moved python version to debian/pyversion
Checksums-Sha1: 
 a4e2ab17003e7dbbbd1bfa0f22de398af85dd230 1088 gns3_0.7.2-1.dsc
 e7f9bba1a94187959108bcb338243c5fd83a026d 4283863 gns3_0.7.2.orig.tar.gz
 3a599cc32ffb18381ebc6485ff63441e2d2d5ebf 10050 gns3_0.7.2-1.diff.gz
 3243112cc14e37865ebfbde5eb5442b312c6eff3 3115198 gns3_0.7.2-1_all.deb
Checksums-Sha256: 
 9085a1bb25852e76d8c5cb0913c7614931299ef1e8ee53fdde888a702fee153e 1088 
gns3_0.7.2-1.dsc
 268f027fd1455eba0111dfa3128ba4be8b9d561774aa49563e2bde889198a186 4283863 
gns3_0.7.2.orig.tar.gz
 c3a8d16a161c185820e5d0efdbfca28674adf350f95089c5b7b6a02608444b1f 10050 
gns3_0.7.2-1.diff.gz
 0fac97dab550157a76d3402ace78b72797e8722346ccb5b383291eb2418c4cf0 3115198 
gns3_0.7.2-1_all.deb
Files: 
 3ceac20e77fa5fb49fbac5b779894083 1088 non-free/net optional gns3_0.7.2-1.dsc
 1b1525d59fb4764f5bebfaead2a1a49a 4283863 non-free/net optional 
gns3_0.7.2.orig.tar.gz
 589c598c7bc4e67d79ce4fec362ede69 10050 non-free/net optional 
gns3_0.7.2-1.diff.gz
 271222ce53399cda6743baea53923705 3115198 non-free/net optional 
gns3_0.7.2-1_all.deb

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

iEYEARECAAYFAkw80rQACgkQmMmei9uJhBC33gCeLqL3ga6cJFvfDKqtuL3y/Zrk
CRQAnRNP5cTtEqINoW/odfccd60fbdG5
=oBC4
-END PGP SIGNATURE-


Accepted:
gns3_0.7.2-1.diff.gz
  to non-free/g/gns3/gns3_0.7.2-1.diff.gz
gns3_0.7.2-1.dsc
  to non-free/g/gns3/gns3_0.7.2-1.dsc
gns3_0.7.2-1_all.deb
  to non-free/g/gns3/gns3_0.7.2-1_all.deb
gns3_0.7.2.orig.tar.gz
  to non-free/g/gns3/gns3_0.7.2.orig.tar.gz


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



Accepted d-conf 0.4.2-1 (source all amd64)

2010-07-13 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 Jul 2010 18:19:47 -0300
Source: d-conf
Binary: libdconf0 libdconf-dev libdconf-dbg libdconf-doc dconf-tools 
gir1.0-dconf-0.3
Architecture: source amd64 all
Version: 0.4.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Gustavo Noronha Silva k...@debian.org
Description: 
 dconf-tools - Simple key-based configuration system
 gir1.0-dconf-0.3 - GObject introspection data for dconf
 libdconf-dbg - Simple key-based configuration system (debug symbols)
 libdconf-dev - Simple key-based configuration system (development files)
 libdconf-doc - Simple key-based configuration system (documentation)
 libdconf0  - Simple key-based configuration system
Changes: 
 d-conf (0.4.2-1) experimental; urgency=low
 .
   * New upstream release
   * debian/control:
   - build-depend on valac = 0.9.2
Checksums-Sha1: 
 3b6f69d97cce228ad97efd05eaf4371d56e06ac9 1886 d-conf_0.4.2-1.dsc
 e74689af2cb5312157727c68e1563072d19bb605 405256 d-conf_0.4.2.orig.tar.gz
 6701d416e34d109f6f89ba42e741a73a884d6a55 3617 d-conf_0.4.2-1.debian.tar.gz
 407551f684e0e358889db85de400bde5d8ff5342 31594 libdconf0_0.4.2-1_amd64.deb
 539bb1331249d4a40dceff4ae7046f1a705b57dd 40094 libdconf-dev_0.4.2-1_amd64.deb
 9bb869dc9277fae4298ef53d11932dc8dc53d901 62754 libdconf-dbg_0.4.2-1_amd64.deb
 4ab7b5ead98dcdbccc879661bd3f55a4d7d9a51b 17120 libdconf-doc_0.4.2-1_all.deb
 614e0736b0d16578e52dc2158d2c83d8e6676cd8 34338 dconf-tools_0.4.2-1_amd64.deb
 b0e576450aabe180734272185899c43756bc3d02 4344 
gir1.0-dconf-0.3_0.4.2-1_amd64.deb
Checksums-Sha256: 
 336c40daaa688cab2e1cc0cb35f93b9b670dcae339278877a78c5fc67a352f86 1886 
d-conf_0.4.2-1.dsc
 3e646fb31dfc25315ed370f4969a9146062da01b865ae56bba69a0cd88fbafa7 405256 
d-conf_0.4.2.orig.tar.gz
 855a5f6b92e891a4561f5a0b72c8d1d21644cfae7f2f1dcf2ef453ea536c1eaf 3617 
d-conf_0.4.2-1.debian.tar.gz
 2d88d177c4610419305af2115dcd448428de68003a88581240735a7e5ca746a5 31594 
libdconf0_0.4.2-1_amd64.deb
 6910b9de27b32e20e336802531e53238a9ff80230af3b4cfa28e6f98ddcbc006 40094 
libdconf-dev_0.4.2-1_amd64.deb
 4dba5e510d4ae03ae6d826634f826ef01239f3d72cbce03bd4c4e67e43815ec4 62754 
libdconf-dbg_0.4.2-1_amd64.deb
 ef92bbcc9d97a9e1167411e7ba0c7221ebd0ebd95afd5ca11733d05d5701c34f 17120 
libdconf-doc_0.4.2-1_all.deb
 7516cdcfb05ad644b7465351c5fc0e71593941e82e51923e0ac9268697dbabb0 34338 
dconf-tools_0.4.2-1_amd64.deb
 fa182170e10894c44eb825ffb634660b2b33ff680b4581d54b81d5efb3bded3d 4344 
gir1.0-dconf-0.3_0.4.2-1_amd64.deb
Files: 
 4b4789da6a0f08f5a730cbbd158835cb 1886 libs optional d-conf_0.4.2-1.dsc
 b4dbca82c701f2eff4ab6ebe065ff30a 405256 libs optional d-conf_0.4.2.orig.tar.gz
 497847bbde9e90f14810bd8d3e6bc2a7 3617 libs optional 
d-conf_0.4.2-1.debian.tar.gz
 ab86fd83bfa4985e1bf13edc1bc4126d 31594 libs optional 
libdconf0_0.4.2-1_amd64.deb
 8baad935bc453e75dd369777b0369847 40094 libdevel optional 
libdconf-dev_0.4.2-1_amd64.deb
 fd0947169ccf435c7fbf621eb214bd44 62754 debug extra 
libdconf-dbg_0.4.2-1_amd64.deb
 d80f1281eee5046c513368b65d99d35b 17120 doc optional 
libdconf-doc_0.4.2-1_all.deb
 4105c76adddc7eba7494939e04d556cc 34338 utils optional 
dconf-tools_0.4.2-1_amd64.deb
 4dfd99c1f239b8a3e581b4e89a6c349d 4344 libs extra 
gir1.0-dconf-0.3_0.4.2-1_amd64.deb

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

iQEcBAEBCAAGBQJMPNoCAAoJENIA6zCg+12mdocH/2304v/BpNNPnIYOIwlPKck7
3Aa+eaT7eexczTcfKj0/otQNLUXeV9ApF+c7wh7Ii8WQiHVEfUNNO7UspKTT7QYR
yGiw7nanw17Uv7IbzhE/t0SLWholkeUGnrJdr7O5+Ynpn6FcLUI7gMSO4WTmBd1A
7dy8jZOJds0A17H9WLWbCLKbv0sIYyj4YDwligSysXlFqf8ius/UkEIJv+FF+PvC
mGVSGJDQNxn/TXkXTCgMjCXBdkFiD34CJe0WxLT3OrTPl9VQqkQGo7AevDtbst4h
P33oPmYEELvL1OIU5MkPtZZjNtG62OoumF7pYk4/FjcfQKLYCIAwXM7gTk5esKU=
=Ibkn
-END PGP SIGNATURE-


Accepted:
d-conf_0.4.2-1.debian.tar.gz
  to main/d/d-conf/d-conf_0.4.2-1.debian.tar.gz
d-conf_0.4.2-1.dsc
  to main/d/d-conf/d-conf_0.4.2-1.dsc
d-conf_0.4.2.orig.tar.gz
  to main/d/d-conf/d-conf_0.4.2.orig.tar.gz
dconf-tools_0.4.2-1_amd64.deb
  to main/d/d-conf/dconf-tools_0.4.2-1_amd64.deb
gir1.0-dconf-0.3_0.4.2-1_amd64.deb
  to main/d/d-conf/gir1.0-dconf-0.3_0.4.2-1_amd64.deb
libdconf-dbg_0.4.2-1_amd64.deb
  to main/d/d-conf/libdconf-dbg_0.4.2-1_amd64.deb
libdconf-dev_0.4.2-1_amd64.deb
  to main/d/d-conf/libdconf-dev_0.4.2-1_amd64.deb
libdconf-doc_0.4.2-1_all.deb
  to main/d/d-conf/libdconf-doc_0.4.2-1_all.deb
libdconf0_0.4.2-1_amd64.deb
  to main/d/d-conf/libdconf0_0.4.2-1_amd64.deb


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



Accepted libnet-ssh2-perl 0.33-1 (source i386)

2010-07-13 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 Jul 2010 20:16:02 +0200
Source: libnet-ssh2-perl
Binary: libnet-ssh2-perl
Architecture: source i386
Version: 0.33-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso salvatore.bonacco...@gmail.com
Description: 
 libnet-ssh2-perl - Perl module for the SSH 2 protocol
Changes: 
 libnet-ssh2-perl (0.33-1) unstable; urgency=low
 .
   * New upstream release
   * Bump Standards-Version to 3.9.0 (no changes needed).
Checksums-Sha1: 
 b3b21e974b274f599d025bfac8429c9f4e0e11c8 2005 libnet-ssh2-perl_0.33-1.dsc
 442c987a9301ff3bb9cfadd4b635655f6eccebcf 90260 
libnet-ssh2-perl_0.33.orig.tar.gz
 352507ace6ed611aed8c27c4f5a970f7c3d4dd24 3179 
libnet-ssh2-perl_0.33-1.debian.tar.gz
 56b607b7204a0567ba6d506c28e5cb5f98133dc7 97594 libnet-ssh2-perl_0.33-1_i386.deb
Checksums-Sha256: 
 655631e5684814ac3c906c35019d1d8d4b5092993dc64a0d6dfaba1d2076eb17 2005 
libnet-ssh2-perl_0.33-1.dsc
 2c8c75de9395ce5c86636d6b366d36da1ae52390221b69ee8e651336e56584c9 90260 
libnet-ssh2-perl_0.33.orig.tar.gz
 4ce6856a0bf31435f2913c1a3737d8bceb31fcabc8dc6e78f630af288b5912d0 3179 
libnet-ssh2-perl_0.33-1.debian.tar.gz
 815e0f0d9d02eeb10ad1a525d80b8897015b5fd9bdfe056fb74b10510b356106 97594 
libnet-ssh2-perl_0.33-1_i386.deb
Files: 
 bad963dd088bd116a36246446b9453be 2005 perl optional libnet-ssh2-perl_0.33-1.dsc
 96782c938539794c0c2c396a84ea2f09 90260 perl optional 
libnet-ssh2-perl_0.33.orig.tar.gz
 f8a98a5ed0bde9e7192e130282f154d6 3179 perl optional 
libnet-ssh2-perl_0.33-1.debian.tar.gz
 cc981eaf5d728cd8c611c4a69080be11 97594 perl optional 
libnet-ssh2-perl_0.33-1_i386.deb

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

iQIcBAEBCAAGBQJMPN/2AAoJELs6aAGGSaoGwRwQAKUaMnvs0wWOb951TuzTc2+u
kh8kAI6lrv/5iMNX087xBj+7pvb3TPIgVH0ysSSwGdTcybkl84slsJzAxVI4tMrq
m7RnHi0ILLupqmQM78FUvd0/kC9NowwNbkK1itvUnZSTuucF4n4P5JsP+5XyGE8t
oOwcUkFKMUKkuW1VwolMNsCVdkCQ7zIAwlWHx/2ndRQEFVCiopVfaY7g2Hp9sThX
La4IZdWZG9pL4j1XKEyVm3Au7v2ygPsuPscdR4OrmY/c/dhUueNacRh+Ql9XKfsi
SUMGsR9Qi75IwwhfnBFPk9zTb17zQ3V+Mp3kbY/TPRVuVi2j//LQFkHSXS1qH1Vj
wNHO5JsbQTESYr/KjeH3FVo0HThgM8LXpyaFhhOCssdFlfKTae7nPt9yNhKpqvYM
kz3HU532B03L4bYWAG4Gsjmx6O+3WuzpT74sLDQVnTKrAbEol+G5whHFSh4M1gGI
H5odwJiGRlUjUKB+ipvzNmaxJUDKVPiFkCLMzAaGA2fkLsLplPLKwBskMoS+03+A
lHOsX6UpQmfSPYxTeJZ2Tj0Pdxf9in1GVv6Q09F3JR233p4/Q2BRinDafuPJFoxw
DAW+aUzEdSwjXoKS91PaSYfPupaZ+BlwljFYO4WFbQH1kRLPgWWdjZ5On8sqitZ9
cW5AZ5FC7CJygg6FS8+l
=2n2C
-END PGP SIGNATURE-


Accepted:
libnet-ssh2-perl_0.33-1.debian.tar.gz
  to main/libn/libnet-ssh2-perl/libnet-ssh2-perl_0.33-1.debian.tar.gz
libnet-ssh2-perl_0.33-1.dsc
  to main/libn/libnet-ssh2-perl/libnet-ssh2-perl_0.33-1.dsc
libnet-ssh2-perl_0.33-1_i386.deb
  to main/libn/libnet-ssh2-perl/libnet-ssh2-perl_0.33-1_i386.deb
libnet-ssh2-perl_0.33.orig.tar.gz
  to main/libn/libnet-ssh2-perl/libnet-ssh2-perl_0.33.orig.tar.gz


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



Accepted pyfiglet 0.4+dfsg-2 (source all)

2010-07-13 Thread Stefano Rivera
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Jul 2010 21:57:41 +0200
Source: pyfiglet
Binary: python-pyfiglet
Architecture: source all
Version: 0.4+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Stefano Rivera stef...@rivera.za.net
Description: 
 python-pyfiglet - Python port of the FIGlet specification
Closes: 588855
Changes: 
 pyfiglet (0.4+dfsg-2) unstable; urgency=low
 .
   * Convert to dh_python2.
   * Move manpage installation from override rule to debian/manpages file.
   * Bump Standards-Version to 3.9.0, no changes needed.
   * get-orig-source: Don't leak uid and umask into source tarball and set -e.
   * Correctly subclass str, to fix a deprecation warning under Python 2.6
 (Closes: #588855)
Checksums-Sha1: 
 e8f2cc55748b69c5b7b9bbf0762bdfa609152923 1344 pyfiglet_0.4+dfsg-2.dsc
 76c0236de9c3befc635bdd825107aeff72ee2195 5643 pyfiglet_0.4+dfsg-2.debian.tar.gz
 cb1fc4da31314e94011abf33d7df899f707ed3be 12140 
python-pyfiglet_0.4+dfsg-2_all.deb
Checksums-Sha256: 
 4cd10fcecf849f863816552f8c2302bdc5985140a08f0826275bf3474ac5ba44 1344 
pyfiglet_0.4+dfsg-2.dsc
 f6f70d748d8b8f09c2e691342da8c5a063ad46c94671ce205d7817dbbc119a4b 5643 
pyfiglet_0.4+dfsg-2.debian.tar.gz
 54ac5d92a76268ca3584be1f4c44b741ac1a462af569edaaa72136089440118b 12140 
python-pyfiglet_0.4+dfsg-2_all.deb
Files: 
 5dd684ceede39e57e60c9d91a949ef6a 1344 python optional pyfiglet_0.4+dfsg-2.dsc
 daa42cd20216c79c5051fb92b075d2fd 5643 python optional 
pyfiglet_0.4+dfsg-2.debian.tar.gz
 daebd44fc83163d6d16a6596c5989e52 12140 python optional 
python-pyfiglet_0.4+dfsg-2_all.deb

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

iEYEARECAAYFAkw84rsACgkQB01zfu119ZnTQACgi7xUmwDDO5ukYApqA9/9GI42
EioAn3WUlQOSTtewh+IprdnqSCmqWq44
=BuDq
-END PGP SIGNATURE-


Accepted:
pyfiglet_0.4+dfsg-2.debian.tar.gz
  to main/p/pyfiglet/pyfiglet_0.4+dfsg-2.debian.tar.gz
pyfiglet_0.4+dfsg-2.dsc
  to main/p/pyfiglet/pyfiglet_0.4+dfsg-2.dsc
python-pyfiglet_0.4+dfsg-2_all.deb
  to main/p/pyfiglet/python-pyfiglet_0.4+dfsg-2_all.deb


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



Accepted zita-convolver 2.0.0really2.0.0-1 (source i386)

2010-07-13 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 Jul 2010 01:10:16 +0200
Source: zita-convolver
Binary: libzita-convolver-dev libzita-convolver2
Architecture: source i386
Version: 2.0.0really2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libzita-convolver-dev - Development files (headers) for libzita-convolver 
library
 libzita-convolver2 - C++ library implementing a real-time convolution matrix
Closes: 577527
Changes: 
 zita-convolver (2.0.0really2.0.0-1) unstable; urgency=low
 .
   [ Jaromír Mikeš ]
   * libzita-convolver-dev depends on libfftw3-dev (Closes: #577527)
 .
   [ Alessio Treglia ]
   * ACK NMU.
   * Switch to debhelper 7.
   * Add ${misc:Depends} macro to libzita-convolver-dev's Depends field.
   * Bump Standards.
   * Add myself as Uploader.
   * Switch to format 3.0 (quilt).
   * Add git-buildpackage config file.
   * Add git ignore file.
   * Add DEP-3-style tags to makefile.patch patch.
   * Update watch file.
Checksums-Sha1: 
 6f9e0454c5d9a610eac0ed4f925d935676f9040f 1577 
zita-convolver_2.0.0really2.0.0-1.dsc
 0b6c6bee9bfc4c69ce572a01b84163fa4ac5d318 12858 
zita-convolver_2.0.0really2.0.0.orig.tar.bz2
 a3194bf6f711b86e1f1d179fd7f11c86127e7eed 3657 
zita-convolver_2.0.0really2.0.0-1.debian.tar.gz
 b3230abe8c68b33d0e80183d80604fb6fce3e156 4732 
libzita-convolver-dev_2.0.0really2.0.0-1_i386.deb
 449ddad6cd007fdc437a3eaa9deef51484b06e5b 13860 
libzita-convolver2_2.0.0really2.0.0-1_i386.deb
Checksums-Sha256: 
 06836ca39adb3089dd8b459dc8a54eadfe9cd2d3a99d376122128dbb5eb1288b 1577 
zita-convolver_2.0.0really2.0.0-1.dsc
 a2c9b3a19f24522819ab2ff852915da27cef93b5e32b1a339ece5627ac3c63e4 12858 
zita-convolver_2.0.0really2.0.0.orig.tar.bz2
 40eaa2fb929a7c1aaad280f41d06b6eec0ce406a7668ab52ef8d1b90e584a15d 3657 
zita-convolver_2.0.0really2.0.0-1.debian.tar.gz
 8795ef00efd17b1e7d58be95bf32c79ba757c0c0a51866181a06e099976c138c 4732 
libzita-convolver-dev_2.0.0really2.0.0-1_i386.deb
 0acea36698e12d814f4df00f81439d9462b648090780e67260080dca3c921ca8 13860 
libzita-convolver2_2.0.0really2.0.0-1_i386.deb
Files: 
 89909506092e41524289cb727ef44830 1577 sound optional 
zita-convolver_2.0.0really2.0.0-1.dsc
 7e4e30fb628aed009fa22e4ed46f556a 12858 sound optional 
zita-convolver_2.0.0really2.0.0.orig.tar.bz2
 fbe69c8a487356e29d2c41c00eda2f2c 3657 sound optional 
zita-convolver_2.0.0really2.0.0-1.debian.tar.gz
 31bd192797d3078c57d8554f472f6b09 4732 libdevel optional 
libzita-convolver-dev_2.0.0really2.0.0-1_i386.deb
 de001ae473daadd1d761d9dfb3a15fc1 13860 libs optional 
libzita-convolver2_2.0.0really2.0.0-1_i386.deb

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

iEYEARECAAYFAkw89EgACgkQRdSMfNz8P9C+jwCfcQUMaCCFgz4ySvWn9+EQQDut
YQMAnR/OOoagnMEhH4xkW4ojJ8QCrRut
=Bf2E
-END PGP SIGNATURE-


Accepted:
libzita-convolver-dev_2.0.0really2.0.0-1_i386.deb
  to main/z/zita-convolver/libzita-convolver-dev_2.0.0really2.0.0-1_i386.deb
libzita-convolver2_2.0.0really2.0.0-1_i386.deb
  to main/z/zita-convolver/libzita-convolver2_2.0.0really2.0.0-1_i386.deb
zita-convolver_2.0.0really2.0.0-1.debian.tar.gz
  to main/z/zita-convolver/zita-convolver_2.0.0really2.0.0-1.debian.tar.gz
zita-convolver_2.0.0really2.0.0-1.dsc
  to main/z/zita-convolver/zita-convolver_2.0.0really2.0.0-1.dsc
zita-convolver_2.0.0really2.0.0.orig.tar.bz2
  to main/z/zita-convolver/zita-convolver_2.0.0really2.0.0.orig.tar.bz2


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



Accepted devscripts 2.10.65.1 (source i386)

2010-07-13 Thread James Vega
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 13 Jul 2010 20:10:09 -0400
Source: devscripts
Binary: devscripts
Architecture: source i386
Version: 2.10.65.1
Distribution: unstable
Urgency: low
Maintainer: Devscripts Devel Team pkg-devscri...@teams.debian.net
Changed-By: James Vega james...@debian.org
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 584703 588947
Changes: 
 devscripts (2.10.65.1) unstable; urgency=low
 .
   * debc:
 + Call changelog_parse correctly.  (Closes: #588947)
 + Update bash completion to complete *.changes files and package names.
   Thanks to Stefano Rivera for the patch.  (Closes: #584703)
Checksums-Sha1: 
 d59f6d22cd89752935b52c4616759361baf718dc 1451 devscripts_2.10.65.1.dsc
 0a4ce1b06ca4fbe1d7b95ac96a17fb8c78e06e1d 694718 devscripts_2.10.65.1.tar.gz
 87c0399f9d811e17ab3e258e180bf5149e2ed77a 596648 devscripts_2.10.65.1_i386.deb
Checksums-Sha256: 
 a28e71f5622c37e369d329902edc9a14d433829e489d51b2718c1f41907d245a 1451 
devscripts_2.10.65.1.dsc
 71f0b7a1019361692c2d84737fe8fda1e7a3501891acc89f6976e92a5c512ad6 694718 
devscripts_2.10.65.1.tar.gz
 dc8d3697fe1bd73f023dff7a1a8503806a58e398ced140bda38bde1b48d0e3ad 596648 
devscripts_2.10.65.1_i386.deb
Files: 
 b96f751a197d41ad7b4edf93654eba45 1451 devel optional devscripts_2.10.65.1.dsc
 93e3ba8f66deb84e4d0e07fcdae08d59 694718 devel optional 
devscripts_2.10.65.1.tar.gz
 45e70bfe2e9a967306bf078d0ea5be7e 596648 devel optional 
devscripts_2.10.65.1_i386.deb

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

iEYEAREDAAYFAkw9AiwACgkQDb3UpmEybUAQpQCdH2tkU1WkYvG7VfHvfu5yT8Id
T5cAnRr3iT85TYKsxG1+jhmTgPsWJ3Wc
=8MVR
-END PGP SIGNATURE-


Accepted:
devscripts_2.10.65.1.dsc
  to main/d/devscripts/devscripts_2.10.65.1.dsc
devscripts_2.10.65.1.tar.gz
  to main/d/devscripts/devscripts_2.10.65.1.tar.gz
devscripts_2.10.65.1_i386.deb
  to main/d/devscripts/devscripts_2.10.65.1_i386.deb


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



Accepted choqok 0.9.81-1 (source i386)

2010-07-13 Thread noahm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 13 Jul 2010 09:05:44 -0700
Source: choqok
Binary: choqok
Architecture: source i386
Version: 0.9.81-1
Distribution: unstable
Urgency: low
Maintainer: Noah Meyerhans no...@debian.org
Changed-By: no...@debian.org
Description: 
 choqok - KDE micro-blogging client
Changes: 
 choqok (0.9.81-1) unstable; urgency=low
 .
   * New upstream snapshot fixes crash when expanding shortened URLs.
Checksums-Sha1: 
 bc7be26ad97751516956a9cab491911ce8aadbf7 1210 choqok_0.9.81-1.dsc
 00c4e4d4a24dd2c587f4ab093c53c5a0dba4201f 354223 choqok_0.9.81.orig.tar.gz
 1a4050e227bea7065f1ba3b75289aabb7763a4a1 3993 choqok_0.9.81-1.diff.gz
 b1519773f106fc7fc04cff24f971e15497c4024d 854094 choqok_0.9.81-1_i386.deb
Checksums-Sha256: 
 c8ddd4105459b4e9659e083ad86bff9482fd4bdb9088fc35e018410a59ea55ec 1210 
choqok_0.9.81-1.dsc
 15c997ec9cb45c32181cd735a4e5ab50e834ad0a838fcae33cdf8572904e97b3 354223 
choqok_0.9.81.orig.tar.gz
 407208e95554ccddf20b35145b9a45d18bd4676e26c9b177408e22e5f75b7eed 3993 
choqok_0.9.81-1.diff.gz
 f6edf8645eeab5334bd69c101f2cef47bcd6bccadb5ebf34b2c128e3a8c46059 854094 
choqok_0.9.81-1_i386.deb
Files: 
 3eef7a71eb036e6b8834d1ad6c9cd2b7 1210 kde optional choqok_0.9.81-1.dsc
 0a00d305d3476206deb6357d91051c9a 354223 kde optional choqok_0.9.81.orig.tar.gz
 edfc400681bdaee20dd63779c509d2be 3993 kde optional choqok_0.9.81-1.diff.gz
 353975b1d99e13de2de3a7f08ddd399a 854094 kde optional choqok_0.9.81-1_i386.deb

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

iD8DBQFMPRzhYrVLjBFATsMRAvWpAJ95aW8SuGEjqJ13y06qLl3jp3f4BwCfcvHo
Vqdd3tnHLkowE/34ctvQyF4=
=rCQJ
-END PGP SIGNATURE-


Accepted:
choqok_0.9.81-1.diff.gz
  to main/c/choqok/choqok_0.9.81-1.diff.gz
choqok_0.9.81-1.dsc
  to main/c/choqok/choqok_0.9.81-1.dsc
choqok_0.9.81-1_i386.deb
  to main/c/choqok/choqok_0.9.81-1_i386.deb
choqok_0.9.81.orig.tar.gz
  to main/c/choqok/choqok_0.9.81.orig.tar.gz


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



Accepted cluster-glue 1.0.6-1 (source i386)

2010-07-13 Thread Simon Horman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 Jul 2010 09:53:50 +0900
Source: cluster-glue
Binary: libcluster-glue libcluster-glue-dev cluster-glue cluster-glue-dev
Architecture: source i386
Version: 1.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian HA Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Changed-By: Simon Horman ho...@debian.org
Description: 
 cluster-glue - The reusable cluster components for Linux HA
 cluster-glue-dev - Development files for the cluster glue components
 libcluster-glue - The reusable cluster components for Linux HA (libraries)
 libcluster-glue-dev - The reusable cluster components for Linux HA (library 
dev files)
Closes: 582875 588938
Changes: 
 cluster-glue (1.0.6-1) unstable; urgency=low
 .
   * New upstream (closes: #588938)
 - Cleans CFLAGS in a dash-friendly way (closes: #582875)
Checksums-Sha1: 
 979cf27d9ceff4ea6f7d52eafe36b899479d8147 1912 cluster-glue_1.0.6-1.dsc
 61a8cb76f6d3ff8239efe2b93fdd7485299642bc 433393 cluster-glue_1.0.6.orig.tar.bz2
 f59c36892916a440e5287445f4432559028af9fb 9271 
cluster-glue_1.0.6-1.debian.tar.gz
 64f2de35a7c5ea0ce41b7c9f11f436b1251496b6 112398 
libcluster-glue_1.0.6-1_i386.deb
 867462f44f08c14983092e991b9b9dcdfbc98396 174996 
libcluster-glue-dev_1.0.6-1_i386.deb
 f5d0e840c8c7a7735a4b7fdbda1ffad322f84f99 285270 cluster-glue_1.0.6-1_i386.deb
 57ae1749a97a47573121fdea2dfdb5f3831f622d 1583420 
cluster-glue-dev_1.0.6-1_i386.deb
Checksums-Sha256: 
 37c30997b1034876aa5c9d6a5485f704b72267baef32d9e250c3d88e3e89c010 1912 
cluster-glue_1.0.6-1.dsc
 f2a6cc54ab6789e0dba8ddcf51904b5a82d7914d332ca6b717592f650cb53e8f 433393 
cluster-glue_1.0.6.orig.tar.bz2
 e44cd81704eb4cd74abaad0aff65f21020c5e8ddf932168c9b1575d21e983b83 9271 
cluster-glue_1.0.6-1.debian.tar.gz
 38fac55be8e7fe6b02237bd1d0e23d4d2278907a13297cf245bdbae68e8095c6 112398 
libcluster-glue_1.0.6-1_i386.deb
 cd2a952c88c281cf4845ab97d8c68e8065edc5e234c4279ff25b89255d70a5fc 174996 
libcluster-glue-dev_1.0.6-1_i386.deb
 3f6e0b142d3da052559dc97d417e1516fc9c7e021ac1a60a4127839a80e969f8 285270 
cluster-glue_1.0.6-1_i386.deb
 a54958b4db18e345c5e6157d575e54d1c0b9e3d66f190d8debaae63bcffe3c3f 1583420 
cluster-glue-dev_1.0.6-1_i386.deb
Files: 
 5f2fb109fee250891754f1622dc173a4 1912 admin optional cluster-glue_1.0.6-1.dsc
 09df68da0073eb856415400ddc529707 433393 admin optional 
cluster-glue_1.0.6.orig.tar.bz2
 e55c5223aae49e826b5c6d85b7c7a915 9271 admin optional 
cluster-glue_1.0.6-1.debian.tar.gz
 b08c43f403d5b9d8b8f8816e5a345ec8 112398 admin optional 
libcluster-glue_1.0.6-1_i386.deb
 12b6ac2eadb1d90c8729498ba793e36c 174996 libdevel optional 
libcluster-glue-dev_1.0.6-1_i386.deb
 34405b0fecc7240f13c6ee97af726d4d 285270 admin optional 
cluster-glue_1.0.6-1_i386.deb
 37b771a9ed027d86497a5a972ed0d3f7 1583420 admin optional 
cluster-glue-dev_1.0.6-1_i386.deb

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

iEYEARECAAYFAkw9FxkACgkQA8ACPgVBDpd52gCghTf9lgGZXR406lrXQijxUOdK
vRkAn2mY4VhagnV3ZRHfhHMy0oGqaYUi
=ANgw
-END PGP SIGNATURE-


Accepted:
cluster-glue-dev_1.0.6-1_i386.deb
  to main/c/cluster-glue/cluster-glue-dev_1.0.6-1_i386.deb
cluster-glue_1.0.6-1.debian.tar.gz
  to main/c/cluster-glue/cluster-glue_1.0.6-1.debian.tar.gz
cluster-glue_1.0.6-1.dsc
  to main/c/cluster-glue/cluster-glue_1.0.6-1.dsc
cluster-glue_1.0.6-1_i386.deb
  to main/c/cluster-glue/cluster-glue_1.0.6-1_i386.deb
cluster-glue_1.0.6.orig.tar.bz2
  to main/c/cluster-glue/cluster-glue_1.0.6.orig.tar.bz2
libcluster-glue-dev_1.0.6-1_i386.deb
  to main/c/cluster-glue/libcluster-glue-dev_1.0.6-1_i386.deb
libcluster-glue_1.0.6-1_i386.deb
  to main/c/cluster-glue/libcluster-glue_1.0.6-1_i386.deb


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



Accepted gcipher 1.0-4 (source all)

2010-07-13 Thread Jeremy T. Bouse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Jul 2010 13:00:15 -0400
Source: gcipher
Binary: gcipher
Architecture: source all
Version: 1.0-4
Distribution: unstable
Urgency: low
Maintainer: Jeremy T. Bouse jbo...@debian.org
Changed-By: Jeremy T. Bouse jbo...@debian.org
Description: 
 gcipher- A simple encryption tool
Closes: 531183 532130 557268 559244
Changes: 
 gcipher (1.0-4) unstable; urgency=low
 .
   * debian/patches/002_bts_532130.diff: Correct spelling of Ceasar to
 Caesar (Closes: #532130)
   * debian/patches/003_bts_531183.diff: Remove deprecated GTK function
 calls (Closes: #531183)
   * Add Douglas Gemignani as an uploader (Closes: #559244, #557268) -
 thanks to Sandro Tosi mo...@debian.org
   * debian/rules, debian/control: Clean-up lintian issues in package
   * debian/control: Add VCS resource entries
   * Accept NMUs done previously against 1.0-3 - thanks to Pierre Habouzit
 madco...@debian.org  Colin Watson cjwat...@debian.org
Checksums-Sha1: 
 11f1dcfc1863727443205a47fb8075fad3c9bd9e 1162 gcipher_1.0-4.dsc
 4267c64d3e1b43402354c98ed95b6ca7d449fa7d 18342 gcipher_1.0.orig.tar.gz
 70931af5ae6748549d5365df349186a04addec79 4747 gcipher_1.0-4.diff.gz
 65eb65d4f75be535bf2c6bbc7477277039d1aa74 21668 gcipher_1.0-4_all.deb
Checksums-Sha256: 
 f0e5d5db40ddd63fc885a13631630dba322f87aae95a55d3cd54e1205ff78291 1162 
gcipher_1.0-4.dsc
 22bc680b8da580d5b7ee60939e8350b3a543226f8c65d306761691972099e2ce 18342 
gcipher_1.0.orig.tar.gz
 06c1faa56157f1bc06ac2107bf0b67f4301dd08633d2e8f00766188cb4db4993 4747 
gcipher_1.0-4.diff.gz
 7f8c28c82ffe9e49f07223d8c2a400a1fec2e9f790c99b52ceeb252152d20ee0 21668 
gcipher_1.0-4_all.deb
Files: 
 4b2e54af304ab6a7ab416164951c6a40 1162 utils optional gcipher_1.0-4.dsc
 4149091afd5794e77f936ca46439cae5 18342 utils optional gcipher_1.0.orig.tar.gz
 bdbf0de86b40c10cadaf7bf3520df5b6 4747 utils optional gcipher_1.0-4.diff.gz
 e326fd6b263d57a41adaf1e6534e44f5 21668 utils optional gcipher_1.0-4_all.deb

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

iEYEARECAAYFAkw9F4YACgkQ1XPVsSmrTN2ucACfRsKY+yg5IBXo+BfFSR6bBPM9
ZVoAmwQiWY8d/ms4HJfPsSWRyX++hckO
=4HCS
-END PGP SIGNATURE-


Accepted:
gcipher_1.0-4.diff.gz
  to main/g/gcipher/gcipher_1.0-4.diff.gz
gcipher_1.0-4.dsc
  to main/g/gcipher/gcipher_1.0-4.dsc
gcipher_1.0-4_all.deb
  to main/g/gcipher/gcipher_1.0-4_all.deb
gcipher_1.0.orig.tar.gz
  to main/g/gcipher/gcipher_1.0.orig.tar.gz


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



Accepted libgcgi 0.9.5.dfsg-6 (source i386)

2010-07-13 Thread Jeremy T. Bouse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Jul 2010 14:38:29 -0400
Source: libgcgi
Binary: libgcgi-dev libgcgi0
Architecture: source i386
Version: 0.9.5.dfsg-6
Distribution: unstable
Urgency: low
Maintainer: Jeremy T. Bouse jbo...@debian.org
Changed-By: Jeremy T. Bouse jbo...@debian.org
Description: 
 libgcgi-dev - library for CGI programs in C
 libgcgi0   - library for CGI programs in C
Changes: 
 libgcgi (0.9.5.dfsg-6) unstable; urgency=low
 .
   * debian/control: Updated Standards-Version to 3.9.0
Checksums-Sha1: 
 47cb4228c72f7d84209220fd8509e74f500a1e4f 1176 libgcgi_0.9.5.dfsg-6.dsc
 65c52139a11505c770975eb7305a297219644b16 352441 libgcgi_0.9.5.dfsg-6.diff.gz
 945fce908c5534ad7ae3d7188dd1ccf13b60c5c1 29916 
libgcgi-dev_0.9.5.dfsg-6_i386.deb
 fce5ba96849952adba0e23fe6458c4a1af37fc37 187556 libgcgi0_0.9.5.dfsg-6_i386.deb
Checksums-Sha256: 
 0987c402e71b61f4708899acfc53f215e3e8529e1432189fb2c1cc0e308e69a2 1176 
libgcgi_0.9.5.dfsg-6.dsc
 f2b6b39619def22d477f2ec8905bd3118a57a8109692dcf74c38be40fe582d12 352441 
libgcgi_0.9.5.dfsg-6.diff.gz
 7b2a475e83015092682249d4b234a3f7c35fe7ede48735763105763ec1a511c0 29916 
libgcgi-dev_0.9.5.dfsg-6_i386.deb
 09a9d2387307ead0781173da679735a7496fa70d23bcdc6c6b7219d9bf8e3158 187556 
libgcgi0_0.9.5.dfsg-6_i386.deb
Files: 
 523f9aec0c6640113113088397bd44df 1176 libs optional libgcgi_0.9.5.dfsg-6.dsc
 430a8ca55ec64fcfa8c8359d3e5c6d42 352441 libs optional 
libgcgi_0.9.5.dfsg-6.diff.gz
 fda6c42c70eb832e4a89170737afa07c 29916 libdevel optional 
libgcgi-dev_0.9.5.dfsg-6_i386.deb
 2f1de60addf8988466ddb33a2b57790c 187556 libs optional 
libgcgi0_0.9.5.dfsg-6_i386.deb

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

iEYEARECAAYFAkw9GQYACgkQ1XPVsSmrTN2UpACdFNt1CH8Tgkp/eZiBYQ6M4Olz
bcQAoLtxWNJ3eCiNh3VAjQknyku/qAL0
=PpF8
-END PGP SIGNATURE-


Accepted:
libgcgi-dev_0.9.5.dfsg-6_i386.deb
  to main/libg/libgcgi/libgcgi-dev_0.9.5.dfsg-6_i386.deb
libgcgi0_0.9.5.dfsg-6_i386.deb
  to main/libg/libgcgi/libgcgi0_0.9.5.dfsg-6_i386.deb
libgcgi_0.9.5.dfsg-6.diff.gz
  to main/libg/libgcgi/libgcgi_0.9.5.dfsg-6.diff.gz
libgcgi_0.9.5.dfsg-6.dsc
  to main/libg/libgcgi/libgcgi_0.9.5.dfsg-6.dsc


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



Accepted nfs-utils 1:1.2.2-2 (source powerpc)

2010-07-13 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 Jul 2010 15:20:17 +1000
Source: nfs-utils
Binary: nfs-kernel-server nfs-common
Architecture: source powerpc
Version: 1:1.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team debian-ker...@lists.debian.org
Changed-By: Anibal Monsalve Salazar ani...@debian.org
Description: 
 nfs-common - NFS support files common to client and server
 nfs-kernel-server - support for NFS kernel server
Closes: 574510
Changes: 
 nfs-utils (1:1.2.2-2) unstable; urgency=low
 .
   [ Vagrant Cascadian ]
   * Ensure files under /var/lib/nfs/ are owned by statd user.
 Closes: #574510
 .
   [ Anibal Monsalve Salazar ]
   * Fix out-of-date-standards-version
Checksums-Sha1: 
 a7a1ec0dc37d472e8acfd4ede40a4ea32af4ec24 1974 nfs-utils_1.2.2-2.dsc
 8f08a8a3d671f266243f7d6fb4ba5fee42989ed3 33097 nfs-utils_1.2.2-2.debian.tar.bz2
 a06f6d544d22d95987314066b2efd51a927d44c3 165846 
nfs-kernel-server_1.2.2-2_powerpc.deb
 d0b36a01c5634560be8f0f516db965b937cc5883 240230 nfs-common_1.2.2-2_powerpc.deb
Checksums-Sha256: 
 9c0cf048074f7fa6ae38aecbe531abe4ac736449eb38d5d7b907b37b44434023 1974 
nfs-utils_1.2.2-2.dsc
 a415cdba9340ab6c9a39d1b725e5ac8f0886b98db1ccbab05cb5910e4a6e 33097 
nfs-utils_1.2.2-2.debian.tar.bz2
 b88b3d57247e356ed12249ad7b13a2f9aaeb00b18ba0d2bada6a4c69d2796bf7 165846 
nfs-kernel-server_1.2.2-2_powerpc.deb
 a6f5f60d4b1f53d53852491e6752b965cd3ec78f48039270914ec631cde5b32d 240230 
nfs-common_1.2.2-2_powerpc.deb
Files: 
 61e359674156402aa23dc59e103dc089 1974 net standard nfs-utils_1.2.2-2.dsc
 1a3e63e2aeefb8d553369ab15e5b9f5a 33097 net standard 
nfs-utils_1.2.2-2.debian.tar.bz2
 c26508ce02f24b6cce75845f046b98cf 165846 net optional 
nfs-kernel-server_1.2.2-2_powerpc.deb
 dc4118430d4468f8d7dc55aa2d496ba2 240230 net standard 
nfs-common_1.2.2-2_powerpc.deb

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

iQIcBAEBCAAGBQJMPR9VAAoJEHxWrP6UeJfYFucQAJJ5P8MCDsC5x1Hjuaw54NQs
dkjMIaPvZEAoQ23n3Lwh3rI3KYZ5eFOdXJ8qlzouMpSO+xJchSiUDy8gokZj6bEG
GUValvodxrAQHALL00DK/Ktn/PKLL3qOpaXtFOC89+HboKD4fYVXETtjTxjleEO1
6YUSihqdYWkHCy8/LiP/AdC2bvf/sw7yIPFMmlmvYeB0RB3la7ar2qZDqFq1wcjY
NUyvyPGhaAqIKIjxEGkxhsSU0xfI5LyXgm+qpR0zDWbRHkG+5/u06mNSVeEbRv66
LnEvyUPvtsPOQ49X+1rl8/qKGPcUzPCrQivKgJHU/Dc4IJPd6Ls2cEGlQ0RdwQ6v
CPjWDXfxErDlrz4vARkbLBt43OsArKFbiBcI8ZzPo8DY4Zc8ia4FlA1L883p1R5l
A+ap6lssYK6o6mPYsECsImo5eNoc5ZyxBKYz9RxplNNIHN66EcL/G2tc2uwgaRSv
L+HenxSW+gzuivJEfYqSL3MgN40GAfI6HPDQzBLdUg9zUTBtpQRZdwoLW3a2JBEX
xYBk1pYAjB2SaLzVEi+xb48A1x2Y0g9su/vvBSKvaEJnWnrX+d/rO07dYzfY/eBV
baiE1vNxeHEnGhwlYZvsUetikPx+9OimIrR2zcKoKYNa4d1wF1wFfH9t+dPDMZ8P
IpHJMBXF4Aiv2qbi7rL8
=YDPy
-END PGP SIGNATURE-


Accepted:
nfs-common_1.2.2-2_powerpc.deb
  to main/n/nfs-utils/nfs-common_1.2.2-2_powerpc.deb
nfs-kernel-server_1.2.2-2_powerpc.deb
  to main/n/nfs-utils/nfs-kernel-server_1.2.2-2_powerpc.deb
nfs-utils_1.2.2-2.debian.tar.bz2
  to main/n/nfs-utils/nfs-utils_1.2.2-2.debian.tar.bz2
nfs-utils_1.2.2-2.dsc
  to main/n/nfs-utils/nfs-utils_1.2.2-2.dsc


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



Accepted vsdump 0.0.45-1 (source powerpc)

2010-07-13 Thread Juan Angulo Moreno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Jul 2010 14:56:51 -0430
Source: vsdump
Binary: vsdump
Architecture: source powerpc
Version: 0.0.45-1
Distribution: unstable
Urgency: low
Maintainer: Juan Angulo Moreno j...@apuntale.com
Changed-By: Juan Angulo Moreno j...@apuntale.com
Description: 
 vsdump - Convert Microsoft Visio diagrams .vsd, .vss
Closes: 460001
Changes: 
 vsdump (0.0.45-1) unstable; urgency=low
 .
   * New upstream release.
   * Fixed debian/watch. (Closes: #460001)
   * Bumped Standards-Version to 3.9.0.
   * Switch to dpkg-source 3.0 (quilt) format.
   * Added debian/control: ${misc:Depends}.
   * Added debian/source.lintian-overrides for more-than-one-patch-system
 (Reference: #585657).
Checksums-Sha1: 
 7ad628b83cbb1bb6deedb58e272b22d2d1456432 1706 vsdump_0.0.45-1.dsc
 e11962f30f3dd5d5df9c01cf4dd924049e888b21 120502 vsdump_0.0.45.orig.tar.gz
 4cd657e0a2cc7c4375f687bae0dcc0cbb243c03a 4274 vsdump_0.0.45-1.debian.tar.gz
 5169abe0a7f0a0555da3c5724bedb2f5c25870fa 37964 vsdump_0.0.45-1_powerpc.deb
Checksums-Sha256: 
 d0ab0ecaade2009ebf197592b09393ebaeb994f6a88e626b5e18fb84282eb537 1706 
vsdump_0.0.45-1.dsc
 0347499232d4f51ba11d3a37f484dc777ffc9ea5b891d1841677f0c224218ed6 120502 
vsdump_0.0.45.orig.tar.gz
 aa0982526b8e2f56142b34ffad7b9a5d3a37c912bf5d9ad1be3fbf4a30c26ee0 4274 
vsdump_0.0.45-1.debian.tar.gz
 749f212c6340e7decf9380ddae70e66858acb10097afcdd4f7a26f0987642e8f 37964 
vsdump_0.0.45-1_powerpc.deb
Files: 
 b010943500b58db9a8891bb787d945cb 1706 utils extra vsdump_0.0.45-1.dsc
 5410128d9c58383189fe53df4a7bcda0 120502 utils extra vsdump_0.0.45.orig.tar.gz
 dc3df587530d700356f1c798fe9f1567 4274 utils extra vsdump_0.0.45-1.debian.tar.gz
 a022bba51e4dceaa86c9025aa92fbfbf 37964 utils extra vsdump_0.0.45-1_powerpc.deb

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

iQIcBAEBCAAGBQJMPSBdAAoJEHxWrP6UeJfYnYQQAJUHzWtGXLkZxteeHoWDO9Gw
K5umSn/tY9QEvm4//3XdmtLyifLddipF3Qo1z5FGzRzMEJrg5qYdrtbZUArlOqoY
nL5Pawx57O9/RceSqT6B5M41+VfWYIKGpmOVWDqNh7HpV6x7pCwdwYVT/4jn1XMu
n1guXtwWnRXeXlvLtzh1R1S2ngWut/OnD+ySEznw9Ib7uT/E5M9Wix+dFuFuk7Tx
eQaZyEhnAxqVLUa2gM6SkoyDbrRMSlFArDP+v93sm05bPVp1CU39gNVmH2M7bkBa
Tb2AxNqNLS5phaOjKUHJNLLc5xXfnwcneBgjjVnD9NMz1TM5ueJGddyD979NQRwT
31dq5BG+mRkPL6jb9pnAbgioAkVxyOv0P2wKFqv9i9DNwycN48/GZvYFbR3k6txR
JYIsrPSlzDz4p9Bkw/uYohSCs8CIzdP2VR+qeVIWT0yW4oTkPPU2vSROBL9kZ5FE
o2525yR/rkgmxYD8SxeHK0nwGEFyG1PIVF3ORT32uVHh/R5hoyQu4fWUZDzFnu6/
my36JqVVLI4RyROVYc9isAZjWQJkHQpUSvbD9u/NMPgM5ehb12u70xYG0zarVHdh
Rv5SiGSSyXmyG3njg7KN9HfIaJQGg1k1llcOYql6IMtcSG6FV+8xIVwxQYT6UX69
fooMtuEa1ONR6UJE3AIR
=ceIE
-END PGP SIGNATURE-


Accepted:
vsdump_0.0.45-1.debian.tar.gz
  to main/v/vsdump/vsdump_0.0.45-1.debian.tar.gz
vsdump_0.0.45-1.dsc
  to main/v/vsdump/vsdump_0.0.45-1.dsc
vsdump_0.0.45-1_powerpc.deb
  to main/v/vsdump/vsdump_0.0.45-1_powerpc.deb
vsdump_0.0.45.orig.tar.gz
  to main/v/vsdump/vsdump_0.0.45.orig.tar.gz


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



Accepted cd5 0.1-2 (source powerpc)

2010-07-13 Thread Thorsten Alteholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 07 Jul 2010 18:00:00 +0200
Source: cd5
Binary: cd5
Architecture: source powerpc
Version: 0.1-2
Distribution: unstable
Urgency: low
Maintainer: Thorsten Alteholz deb...@alteholz.de
Changed-By: Thorsten Alteholz deb...@alteholz.de
Description: 
 cd5- Compute checksum of individual track on CD-ROMS
Closes: 554055
Changes: 
 cd5 (0.1-2) unstable; urgency=low
 .
   * new maintainer (Closes: #554055)
   * standards version changed to 3.9.0
   * homepage field moved from description to global
   * copyright now refers to specific GPL (GPL-2)
   * debian/rules: clean target modified to get rid of lintian warning
   * debian/control: DM-Upload-Allowed added
Checksums-Sha1: 
 95dbe6ac130850ef65ff320b83b265521cb0026d 1615 cd5_0.1-2.dsc
 44cbee88a581008752d91917b68228fd82fa5580 2400 cd5_0.1-2.diff.gz
 9fdd7201524fc90c03ab891e53c7c5701f60e7dc 8386 cd5_0.1-2_powerpc.deb
Checksums-Sha256: 
 3b412489e1bb4105b4800cceb4b5aaaea72daca66f76dbca67a74bfdbe4eb9f4 1615 
cd5_0.1-2.dsc
 79129c37d6f0bf68cd37a1e8dc6125d714d4f86f8712171ca09ef96ea1979dfa 2400 
cd5_0.1-2.diff.gz
 fb79c010e775578328afb6b9bce398d15ac7c442608ce996be1a385261cceced 8386 
cd5_0.1-2_powerpc.deb
Files: 
 270354c64b71a444a65c79f1a8b1fcf0 1615 utils extra cd5_0.1-2.dsc
 eefdfdfdca08a4c7da5c7ce1db084b3c 2400 utils extra cd5_0.1-2.diff.gz
 7745356da5aff6e8f5a51d31a6d72777 8386 utils extra cd5_0.1-2_powerpc.deb

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

iQIcBAEBCAAGBQJMPSFbAAoJEHxWrP6UeJfYC6kP/02/tvnlwb/wdHf/YT0FW5Xq
mSGrWHOcQ0G+UdtbE94cYw8Q9lv7bTraUeViIMa88h9z/NNAlKvh2uTuLAratlTA
4nvyDEuseCmdKDZzauyenyPmmJVZ86DDOQFARXYpZL2PF9m7DnRMUypalBmN4Vuw
4KqsbAdilssFyXkno+UZtmL2Hk8LzE+AYzGiDLRYJ7rlZNtLE1loL05ccmG0t5n3
10HGvhi4126TJhuF/d+oqc2GvGSspNRpQFgiFRQNesS25T63RBIcuMcN1XEsVm+W
WnPyOYCaXfzeap32mxhV1jlgGDdRy4PhkMFE9NZAyHHjmzTFtPuYV36BSTC25MuJ
fF2ze0vX8KbT+FXdxVdxibt7ddLnTZ/6hazkoGJitktB20GVCQPB8pMUihEbIuzL
a236y3TaapB/+jltQMbKFrpAZcMQ7dWm9inatQEzRHxi3QLODDG4zLl7I0q7tV37
kOVlqXyTp7sa5HHQfu9hMx7DU9O6A+D2GULUWQaBj+ccdzAKnkRwArmg3BAsYjZ3
dVmPtjYt7Z0hCJ4W5T+jmzv+E+hfyHGBjYEbyoZUX2qzac/SJ/+As4r2ADGGyOVx
YD3ulKCFO54LTbeI5DfqMs6HUx6i9+53vSXLeGU3s1X3maEgRl43jLJm+uaew4qY
0jezLEu1bYyZ3EYgbn5z
=0jh0
-END PGP SIGNATURE-


Accepted:
cd5_0.1-2.diff.gz
  to main/c/cd5/cd5_0.1-2.diff.gz
cd5_0.1-2.dsc
  to main/c/cd5/cd5_0.1-2.dsc
cd5_0.1-2_powerpc.deb
  to main/c/cd5/cd5_0.1-2_powerpc.deb


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



Accepted feynmf 1.08-6 (source all)

2010-07-13 Thread Thorsten Alteholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 08 Jul 2010 21:00:00 +0200
Source: feynmf
Binary: feynmf
Architecture: source all
Version: 1.08-6
Distribution: unstable
Urgency: low
Maintainer: Thorsten Alteholz deb...@alteholz.de
Changed-By: Thorsten Alteholz deb...@alteholz.de
Description: 
 feynmf - set of LaTeX macros for creating Feynman diagrams
Closes: 549245
Changes: 
 feynmf (1.08-6) unstable; urgency=low
 .
   * new maintainer (Closes: #549245)
   * standards version changed to 3.9.0
   * debhelper compatibility level set to 7
   * debian/rules: dh_clean -k replaced by dh_prep
   * debian/copyright: point to GPL with version instead of simply GPL
   * debian/control: homepage added
   * debian/control: DM-Upload-Allowed added
   * debian/control: dependency on quilt added and modifications changed
 to patches
   * debian/control: dependency on texlive-latex-recommended added, the new
 fonts produce a nicer manual
   * debian/README.source added
Checksums-Sha1: 
 752afff5560d56105d6ccc799d4ef5601762ec09 1816 feynmf_1.08-6.dsc
 8a44a15bd83ac79b7696ddc0da2243d1e6313ded 7940 feynmf_1.08-6.debian.tar.gz
 88c15f0b70ccdea70d5869ba1024e30852b227a3 422046 feynmf_1.08-6_all.deb
Checksums-Sha256: 
 27635f468d16e1700e7fd3d332cd4c4537bf6c1f416213f7fbc0a2f887b7bed5 1816 
feynmf_1.08-6.dsc
 9675cabb3910362267b8f9dda04d356780ad1ed49ea4dcd0a28ad681969dfd7c 7940 
feynmf_1.08-6.debian.tar.gz
 b6413619cdc21d192f37816fcc320492c04d28a74140838d071a109f3a11d3c2 422046 
feynmf_1.08-6_all.deb
Files: 
 1fe3c4d0202bd53df0e8b51e5acb405b 1816 tex optional feynmf_1.08-6.dsc
 9e9e6475723787db443c50d24c61e111 7940 tex optional feynmf_1.08-6.debian.tar.gz
 0f143dc791ec7ab6936e5553b73ec460 422046 tex optional feynmf_1.08-6_all.deb

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

iQIcBAEBCAAGBQJMPSLaAAoJEHxWrP6UeJfYHIUP/j3T8aRKOF6WL3jWLqdUNiPi
Cz1kplZuE+UQxQCeONpXrLT11Rei3gopClF6GEy5RXvo4y5y+LTksqsECIsHaQVl
UmpfgRlTFb2ieu1tRhQyS4vyMFnWT/9sfi3yqEo7qThXrAF7WdNca/+OOF3AuT4A
4e7gkkI/W9YU5uFxy2hFH/qiNVw/CNlDIT6p4xaeNxt9ZAbqUcfVkdzzLCviSMkT
QIGvHjw8AzfQx5HrPMZlIyh+sexKGhLmeE2Dto9l2OyGw/xa9EawOtJDys3yBGHE
/aQTG72rMWQt8BNbc2B7PLK8y/p8cS0UcZO+te/LvSUcCC/ncxZuCOHQ5g+kus2E
Iyt6NSk9+0UQ/A1LoXLrdJz8RH+2Gc+dTRoxsP32NyqE49esucjwoKkcTQ9uIq1V
1Cb8JGaWwGKuaD9U43n8PgGlR7x4a5m1YeklL/mJFFFV/jRJkR542maLMp2V/6jn
hesBaIYNSt2K6yTxngwG1f0OlkASo5Elo2fDHYzFIKRzAXQA003rqOEMcYWV4lQA
QWpIBRyyU5wngnY+LWuaXTudYf3pgezGjqQkRZ7/wKH6S/i/HvfcdLrv5l+Iv20e
qbzs90sDj0JkffZNeT3EMXDaZ78sUfSNAcpMrBYNyxrVzvoV+xopUSEKKua6WYi7
QccBVl+56wifH8pZDE43
=8ehE
-END PGP SIGNATURE-


Accepted:
feynmf_1.08-6.debian.tar.gz
  to main/f/feynmf/feynmf_1.08-6.debian.tar.gz
feynmf_1.08-6.dsc
  to main/f/feynmf/feynmf_1.08-6.dsc
feynmf_1.08-6_all.deb
  to main/f/feynmf/feynmf_1.08-6_all.deb


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



Accepted rolldice 1.10-5 (source powerpc)

2010-07-13 Thread Luis Uribe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 Apr 2010 16:38:32 -0500
Source: rolldice
Binary: rolldice
Architecture: source powerpc
Version: 1.10-5
Distribution: unstable
Urgency: low
Maintainer: Luis Uribe a...@eviled.org
Changed-By: Luis Uribe a...@eviled.org
Description: 
 rolldice   - A virtual dice roller
Changes: 
 rolldice (1.10-5) unstable; urgency=low
 .
   * debian/control
 - Bump debian standards version to 3.8.4 (No changes)
 - Add ${misc:Depends} to Depends:
   * debian/compat
 - Bump debhelper compat version to 5
   * Switch to dpkg-source 3.0 (quilt) format
   * debian/copyright
 - Fix the symlink to GPL-2
Checksums-Sha1: 
 0d391fa1d3ce842173f62aee3d47d7ad232d5b32 1668 rolldice_1.10-5.dsc
 47a9394cf380c49c2c6aa50c90073556ab4e8c39 4256 rolldice_1.10-5.debian.tar.gz
 13bbb473a81f5ba0112ca3da333cd97d45282293 12066 rolldice_1.10-5_powerpc.deb
Checksums-Sha256: 
 b3bbe76be6bb618b663607e6042dbc4824d02491a291c25b502e68d89d82bc24 1668 
rolldice_1.10-5.dsc
 8e2ad7e4a4e49d994109efcb0f907e29b0bc09d74ee40831aebab5783c70d930 4256 
rolldice_1.10-5.debian.tar.gz
 10fdfd9d8a51fe7f6caa1b76769772261e4bb74fac5691219d7b82260b9d5ac9 12066 
rolldice_1.10-5_powerpc.deb
Files: 
 37ba6131756faec9e2b8a3a02cfb0af1 1668 games optional rolldice_1.10-5.dsc
 f5e4ff201bb02999f0307ce8e0e9c28a 4256 games optional 
rolldice_1.10-5.debian.tar.gz
 b508dfc010852a30855c06c9ca249dc0 12066 games optional 
rolldice_1.10-5_powerpc.deb

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

iQIcBAEBCAAGBQJMPSO8AAoJEHxWrP6UeJfYZLkP/25s/Jr+yrryhek99Jz/rubM
UYMMXbCb+Fgx768oLvl4MClUh8OW7KbBA/+Z1vsRwub9ufdty5HgCVFFV1Nsqcyb
Vm5OXfJMpPKOUBbJVWoWdGLoLTtplPPOMxe/YFM+1aGKQhA83TpWdGE6ZHsOYNb/
FU8BEMhKD5XWfmwIWS3s3Kv7NxlWMKU9Tw2+THXvaBlH9Cd/RbOdq63BYjpQL33c
+jrvp/+eeejOMfMfsa5xfJ1TcT7wfPqofQsd4smbvDVvRINkrZbXRadCxL2PPUBD
Yy1LKRy01FKi9f9yWWg1IfPxbgOMb1g+y4FO2PIUu3/YlHO4yw1uWkrOtdJGuJBj
eVMeFEBmDSkre8ioONXw8Zhs/ALM2Qda8OwWV0TEUd3PNcgfB5HDQBf+K0c0TZCR
weYBDZzlilLeP4a6+xopYW6CbSQuU5S4MyVvgWmDnNh1L6T7OJ6kbvcYtsOmFgTT
UJ65wTtQLqQN1qVdXV9CPxV3rV53Jr8nkKTEjljbrbqSmhm/Z/dhfgRVdbbhrxEL
riCMuBOBJ0a984dQWn4c4/qXvLzOzsndDQ4EKD0cTLTZVu9C6lLqeGnzXoJ18AQa
XDH0V0FUMPakFvJu0P6wLOfD7D6vvwj/dUGNZMY/AeDjG4iUEXHtd9bK8KAa6XMf
md2LFbWv3EtRgvRtMwFy
=FUKT
-END PGP SIGNATURE-


Accepted:
rolldice_1.10-5.debian.tar.gz
  to main/r/rolldice/rolldice_1.10-5.debian.tar.gz
rolldice_1.10-5.dsc
  to main/r/rolldice/rolldice_1.10-5.dsc
rolldice_1.10-5_powerpc.deb
  to main/r/rolldice/rolldice_1.10-5_powerpc.deb


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



Accepted gts 0.7.6+darcs100321-1 (source all powerpc)

2010-07-13 Thread Ruben Molina
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Mar 2010 12:33:15 -0500
Source: gts
Binary: libgts-0.7-5 libgts-doc libgts-dev libgts-dbg libgts-bin
Architecture: source all powerpc
Version: 0.7.6+darcs100321-1
Distribution: unstable
Urgency: low
Maintainer: Ruben Molina rmol...@udea.edu.co
Changed-By: Ruben Molina rmol...@udea.edu.co
Description: 
 libgts-0.7-5 - library to deal with 3D computational surface meshes
 libgts-bin - utility binaries for libgts
 libgts-dbg - debugging symbols for libgts
 libgts-dev - development files for libgts
 libgts-doc - documentation for libgts
Changes: 
 gts (0.7.6+darcs100321-1) unstable; urgency=low
 .
   * New upstream version
   * Standards-Version bumped to 3.8.4 (no changes)
   * Adds doc-base registration for libgts-doc
   * Migrated to source format 3.0
Checksums-Sha1: 
 29a70dbaf362b04c5b6481236302c3d508852a92 1799 gts_0.7.6+darcs100321-1.dsc
 02948e5c5db0574612cd3323662bd7a6966be53d 876320 
gts_0.7.6+darcs100321.orig.tar.gz
 041ad017447dfe0b9311089ec28a191af99a2429 12404 
gts_0.7.6+darcs100321-1.debian.tar.bz2
 3b722d2e4b063220788cff6873f29482fd1d2935 17376 
libgts-doc_0.7.6+darcs100321-1_all.deb
 e7903e2b8bc5f9aa3d93af263055d70394560b77 186860 
libgts-0.7-5_0.7.6+darcs100321-1_powerpc.deb
 755a61a44ba06681109a4e24218b8f69cffb3b2e 248206 
libgts-dev_0.7.6+darcs100321-1_powerpc.deb
 fde66921530e9aaca28a890ee27be369304b573f 356750 
libgts-dbg_0.7.6+darcs100321-1_powerpc.deb
 241bf1bb479bca1374d3b6ff6ceb02ba45801125 58822 
libgts-bin_0.7.6+darcs100321-1_powerpc.deb
Checksums-Sha256: 
 3e15ea8dc3bf9d7c7161d426abc1883d94b8d1d3ac3415d0fb4937c207921620 1799 
gts_0.7.6+darcs100321-1.dsc
 4b7fc999c3693c9dcc6dec444edc839c794cc1708ec0f13b6d0e2b9913b00e9f 876320 
gts_0.7.6+darcs100321.orig.tar.gz
 33c87006d2bff0af158a281e4de3d8dc9b20f977998f501aad64c3e4a8f51087 12404 
gts_0.7.6+darcs100321-1.debian.tar.bz2
 4fb63bb4cfb4dd5d2e5f35458951d61332314530580966daf1f39299e5100f13 17376 
libgts-doc_0.7.6+darcs100321-1_all.deb
 718e7368c1cad9fb583d32fb61d6a79dc37a031273ace0b2861c845047893219 186860 
libgts-0.7-5_0.7.6+darcs100321-1_powerpc.deb
 6cd59c348e9157601dde7d62584447d5ce2a134d79d52ccb7eb0d432c6f1ed8d 248206 
libgts-dev_0.7.6+darcs100321-1_powerpc.deb
 f07842df4566dc0313ab1382eb94d0eea782d481a620cc2c49dd6cad2e40fba7 356750 
libgts-dbg_0.7.6+darcs100321-1_powerpc.deb
 34a03e8f758f38edacf51749ff68102a85e0e7b2119d62609065ab5d870f6ab8 58822 
libgts-bin_0.7.6+darcs100321-1_powerpc.deb
Files: 
 ad02325f31b7e5853c22b9c630f4347e 1799 math optional gts_0.7.6+darcs100321-1.dsc
 da3039ff968fcf05c3865f74b8799797 876320 math optional 
gts_0.7.6+darcs100321.orig.tar.gz
 bae274e83db6978bef7ddd452a53a8f6 12404 math optional 
gts_0.7.6+darcs100321-1.debian.tar.bz2
 ceeedfee171197752221344cf6f731f8 17376 doc optional 
libgts-doc_0.7.6+darcs100321-1_all.deb
 194379b8db25d9de28cbbc8886acec4d 186860 devel optional 
libgts-0.7-5_0.7.6+darcs100321-1_powerpc.deb
 e0bc6e0edca3444824cb0b6de5654ceb 248206 libdevel optional 
libgts-dev_0.7.6+darcs100321-1_powerpc.deb
 336ec558efc65c12d1898613efb9d406 356750 debug extra 
libgts-dbg_0.7.6+darcs100321-1_powerpc.deb
 7e51390cba7ae606bccfabfd3568faaf 58822 math optional 
libgts-bin_0.7.6+darcs100321-1_powerpc.deb

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

iQIcBAEBCAAGBQJMPSStAAoJEHxWrP6UeJfYB7oP/RcbxisHa5vlhNofzxE7/wBp
amqPkmwA4aQYw0zbFwVdinyJTLLN6WOfhsu8DhhRy2u7DP5kRgqXfRd1whW1Ke0M
NEtgH0YTu5/hFGJkClJDrt50uuO+skbhG1uCkJNUpDe+gKeh13jtAL4wM9svFnT0
IxecsqNuAzRwImx4pxySN9mgdOnqYYtC9oaadF/w8ejKePCuNbWH+LLtZ6EcRvT1
Kxh2bzKYlJMHxwiutDjIM3NJkouB/u4RtObj6HHuBMp1lgLvPwea+YoQF+TVNKCO
zaHmy/B6WkyEgCGbav59sUYFJtJftHTwsUscNfE+5Rfgi6e5BSeFEmK869BlCDPh
ThjaJqeMA6g9K5qvc/WhJyk1QWCCk0lWqvy9bnapRRdsGuAuE1RNKUmMUqmIIpfE
z5vNpugAkLFBWmDqSH/us53NPnuonuzYskN5Qs/7Z1U/LWMZumStNHG2V/Zk0NXd
s3s/E/j6MbDEoCGxLbXGv6oe5IkGv8KOf9+3cw2jmSn2aTLkfW+30OJta1aSoO3b
qAOqd+q9PGx/mLWJbaL2ZZLX28zxZh2ztkJnKcbLVp14LqSF8mWQfjzAxch8YBsz
vsA3SJuBp/la86QLJIhPlHDAD1d5MBP/qYvDR/6LA8idoKvylrwY5RovmO15NX2l
I07TsSOSvLPPJRg5EcVf
=70SX
-END PGP SIGNATURE-


Accepted:
gts_0.7.6+darcs100321-1.debian.tar.bz2
  to main/g/gts/gts_0.7.6+darcs100321-1.debian.tar.bz2
gts_0.7.6+darcs100321-1.dsc
  to main/g/gts/gts_0.7.6+darcs100321-1.dsc
gts_0.7.6+darcs100321.orig.tar.gz
  to main/g/gts/gts_0.7.6+darcs100321.orig.tar.gz
libgts-0.7-5_0.7.6+darcs100321-1_powerpc.deb
  to main/g/gts/libgts-0.7-5_0.7.6+darcs100321-1_powerpc.deb
libgts-bin_0.7.6+darcs100321-1_powerpc.deb
  to main/g/gts/libgts-bin_0.7.6+darcs100321-1_powerpc.deb
libgts-dbg_0.7.6+darcs100321-1_powerpc.deb
  to main/g/gts/libgts-dbg_0.7.6+darcs100321-1_powerpc.deb
libgts-dev_0.7.6+darcs100321-1_powerpc.deb
  to main/g/gts/libgts-dev_0.7.6+darcs100321-1_powerpc.deb
libgts-doc_0.7.6+darcs100321-1_all.deb
  to main/g/gts/libgts-doc_0.7.6+darcs100321-1_all.deb


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

Accepted jalali-calendar 1.6.9-1 (source all)

2010-07-13 Thread Alan Baghumian
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 04 Mar 2010 20:29:28 -0800
Source: jalali-calendar
Binary: jalali-calendar
Architecture: source all
Version: 1.6.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Arabic Packaging Team 
debian-arabic-packa...@lists.alioth.debian.org
Changed-By: Alan Baghumian a...@technotux.org
Description: 
 jalali-calendar - Jalali calendar applet for the GNOME desktop
Closes: 571756
Changes: 
 jalali-calendar (1.6.9-1) unstable; urgency=low
 .
   * New upstream stable release (Closes: #571756).
 - Supports 1388
 - bump standards version to 3.8.4, no extra change is needed
   * Refreshed 01_lintian_build_fixes.patch
Checksums-Sha1: 
 f94369480ae472d94a4f97fcfb25e2b1ecd2751b 1782 jalali-calendar_1.6.9-1.dsc
 9be89c981b6a1d4681f42bf536e5a95a314595f6 54093 
jalali-calendar_1.6.9.orig.tar.gz
 ff438e889957b88f9d1ef34c1375e0129bc7d97c 2518 jalali-calendar_1.6.9-1.diff.gz
 180d80f35cb9ae2f9cfa9c2b7c89a740dd4420dc 47772 jalali-calendar_1.6.9-1_all.deb
Checksums-Sha256: 
 a61da1ad66915ed9925a4b1f80613050eac6d14406a7f409ebe3381bee736ce8 1782 
jalali-calendar_1.6.9-1.dsc
 1b9d401d5b54d3d63a28aae10dd734dc54cd9267de5ea4ab1604cb2d16467ba5 54093 
jalali-calendar_1.6.9.orig.tar.gz
 bdac497e77bdb68ec589919f3dc724463b657eb49f31f0a9cce883cf0d9982d9 2518 
jalali-calendar_1.6.9-1.diff.gz
 f4d5ba60866f932c4ee9e369b3780fdb04681280e6092e7a179c31e7d301910a 47772 
jalali-calendar_1.6.9-1_all.deb
Files: 
 c0eb0d1877bc5d2b9a70f7a2fdcbbe5f 1782 gnome extra jalali-calendar_1.6.9-1.dsc
 d4e79139fcc0fff148dc817cc440a959 54093 gnome extra 
jalali-calendar_1.6.9.orig.tar.gz
 0b27dea5b2c6a91eabb89bbaa0451c28 2518 gnome extra 
jalali-calendar_1.6.9-1.diff.gz
 228b2713eafc5462c3b0053290298153 47772 gnome extra 
jalali-calendar_1.6.9-1_all.deb

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

iQIcBAEBCAAGBQJMPSW2AAoJEHxWrP6UeJfYfOsP/3l5WUsO5xTU3wvprzz7XuEd
CK65ve4i2fWq/iw6l7mnAU94nxNX74r9DoTRhlrmJKyYGT+2wFsoP4zZHKV+6+6k
n7UjM0JwWqL0IYpsc0dC8HItBjHI/GRGH/w4v4h6o4JrgDwbi9jl7d6FE8fFnWWX
SWJmv4HgdZt1SNcqNrOnI6ec0Y4CG3MDD93tuBImogdMYutouUkUAEmbBnxsD35F
C+H0nTNKLRZTKq83bA3J8XSXo34qHPxl3WGg8iSgE6gkH1Z7SQ8Tx28tawGfW7sB
x1h6KcgYm78yxpZKQ8mUn6LZWo10BMNmS+l+HhQSFkkElmIloADLIILhC9HIAn3P
x4GqKuoqqC0BBmHX0AVKoxXxeWwjda2suE7xMsFrtF4WukBfP9UJOdUzD0Wwowfu
qLuK4KNA0rnVLDPSPwFE1lkZ1E+9D2OwW7ROCwE4KkBq5fdNiQcj5k5uzjFTrvWL
pe9Pcw40lApE6Yn48hdXJyLPB0pdW2C0m0caikA3jOAXxbnpxGo34B38RnEIBx0H
c/UnvMNUL7qABpCTTYmEhaiRfB2ZleWYr+G5iTJ0ky/H/HRK9mpIU+8YWtJDqjtz
AVlpWkBVdu8MO0ZO7l/T0roJBCO+EaAo5Lc8LF4Q7bJZ0qyG+Mr96Tmj/0f2i0ts
VW18PTc0mP2R6yqJvmqb
=TSKX
-END PGP SIGNATURE-


Accepted:
jalali-calendar_1.6.9-1.diff.gz
  to main/j/jalali-calendar/jalali-calendar_1.6.9-1.diff.gz
jalali-calendar_1.6.9-1.dsc
  to main/j/jalali-calendar/jalali-calendar_1.6.9-1.dsc
jalali-calendar_1.6.9-1_all.deb
  to main/j/jalali-calendar/jalali-calendar_1.6.9-1_all.deb
jalali-calendar_1.6.9.orig.tar.gz
  to main/j/jalali-calendar/jalali-calendar_1.6.9.orig.tar.gz


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



Accepted qcad 2.0.5.0-1+090318-3 (source all powerpc)

2010-07-13 Thread Ruben Molina
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 27 Apr 2010 14:27:29 -0500
Source: qcad
Binary: qcad qcad-data qcad-doc libqcad0-dev
Architecture: source powerpc all
Version: 2.0.5.0-1+090318-3
Distribution: unstable
Urgency: low
Maintainer: Ruben Molina rmol...@udea.edu.co
Changed-By: Ruben Molina rmol...@udea.edu.co
Description: 
 libqcad0-dev - professional CAD system -- development headers and static 
librari
 qcad   - professional CAD system
 qcad-data  - professional CAD system -- shared files
 qcad-doc   - professional CAD system -- documentation
Closes: 512600 559456 561101
Changes: 
 qcad (2.0.5.0-1+090318-3) unstable; urgency=low
 .
   * Standards-Version updated to 3.8.4
   * Restoring relationships (Closes: #559456, #561101).
   * Add Categories to qcad.desktop (Closes: #512600).
   * Fix spelling-error-in-manpage
   * Installing menu file (Close: #564275).
   * Installing file association (Close: #572984).
Checksums-Sha1: 
 876fc575d0a67083b3af16716e7a66d85dc29144 1824 qcad_2.0.5.0-1+090318-3.dsc
 b6aec2ca7f1d80b4f4ca99d10330aed7113bdae3 11201 
qcad_2.0.5.0-1+090318-3.debian.tar.gz
 699f59f687e9edc8f4befecc504a77fb49fa5ad6 1287650 
qcad_2.0.5.0-1+090318-3_powerpc.deb
 7fde6889c78acb5340acdc89a5fe223f7c8006e4 1715166 
qcad-data_2.0.5.0-1+090318-3_all.deb
 507dd143241563fe838f15b4c1a185394cd51a2b 1656576 
qcad-doc_2.0.5.0-1+090318-3_all.deb
 77b95e3c7e10e0da714e2c71853753c5ae0df63b 119790 
libqcad0-dev_2.0.5.0-1+090318-3_powerpc.deb
Checksums-Sha256: 
 896f4980f37d765fb04d3e1c6bf5695df08d0cc3ea9aae88ed31d9b732083f63 1824 
qcad_2.0.5.0-1+090318-3.dsc
 e1344268e6737429cff24f2949c0e270bc60520d82d51df3f4e94392b8d1ddb4 11201 
qcad_2.0.5.0-1+090318-3.debian.tar.gz
 8cb33af0dcfbe9281f8701d3a4fbf2a002769df33cbfd4cdb9877954b5c39bae 1287650 
qcad_2.0.5.0-1+090318-3_powerpc.deb
 e793c338e8d4b8446c348214fcd7a396455bf580c2b36cff843587ee200ab584 1715166 
qcad-data_2.0.5.0-1+090318-3_all.deb
 4c0032f7daf3294240cc81a46243f324c4b423c94665a2942e72c5e776d41730 1656576 
qcad-doc_2.0.5.0-1+090318-3_all.deb
 ff64102b8bcc6a777014ffc64bed17dcc801de8692e2475011000c0841515e6c 119790 
libqcad0-dev_2.0.5.0-1+090318-3_powerpc.deb
Files: 
 aedb29848ac614c1606e7a265cb85123 1824 graphics optional 
qcad_2.0.5.0-1+090318-3.dsc
 d80cf0823b1ea077cf3c4356ac723452 11201 graphics optional 
qcad_2.0.5.0-1+090318-3.debian.tar.gz
 bbe4ddac142a00f4dbda9a490bb6960b 1287650 graphics optional 
qcad_2.0.5.0-1+090318-3_powerpc.deb
 2b25714ac957252bd947ce1761eb5a08 1715166 doc optional 
qcad-data_2.0.5.0-1+090318-3_all.deb
 fc3df0e10384092a9b8186f394b12395 1656576 doc optional 
qcad-doc_2.0.5.0-1+090318-3_all.deb
 e2b20187305662c05f97f97b1d3d4f03 119790 libdevel optional 
libqcad0-dev_2.0.5.0-1+090318-3_powerpc.deb

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

iQIcBAEBCAAGBQJMPSZpAAoJEHxWrP6UeJfYKlwQAL1RWqnrUb8fOhfRXE8yrVk5
H1FL7YSFZg1vqNDGXfVBZyedpTzA9oXZItb0uPeu+RrGQU3Ul3TSFFO+upPAp3ji
Sgf46qWD5eA1/kH8A4KCk0yGKEPIG3bX7pIwYsUjYMajD/o9qDv6kVOmq7JNTZ5Z
imu4JOJUXWw2WqVLJDEl4AcyMjucILcO5ubY0TA3fFTuLujUbG8w+Fp9KByReVZv
CVaLdCpCxxfBnOcSKfI6a/OHQHR5FdqKIAwvV3C9ClnHSLq2jqq99k3vJ7msFsuu
VBuqvk3v5f97qKdBC5AzhhhzIaLx7GiE4Aq2yFJxEGOa1IGMt0etZBKJwQAsyCrx
V5+GMZBn/pP2fCZt8KoEJsKge4fgV6iGmRTiFjedBwUkXeI76X45MUIpFhoRbOIs
s5FtsU3P73tbIdwdLlLC4XEKeas+v8BCUOFGo3R9e0J3ZyvD6YrVduWnKpsCj4IZ
HKQfYwLM+4mCkpvof6+R6swbZvwyfB/Re4XwY7WBRVExcaFzsKFVj8QGfq+LE60X
GBT4zDNGV3zuBRZBu8pWqlcEfuWwUxxS0LlgU45kz9YmEcDhZeJ+0GBFRJKSHMRH
lpGRbXdSicH1u/cHDd14ZGVpC84UECsfoMV5An+Z0Z4GNDoFG0lvqRT6EvVVFC/L
jwoVRsBx9o4BX29qk7ct
=PUaV
-END PGP SIGNATURE-


Accepted:
libqcad0-dev_2.0.5.0-1+090318-3_powerpc.deb
  to main/q/qcad/libqcad0-dev_2.0.5.0-1+090318-3_powerpc.deb
qcad-data_2.0.5.0-1+090318-3_all.deb
  to main/q/qcad/qcad-data_2.0.5.0-1+090318-3_all.deb
qcad-doc_2.0.5.0-1+090318-3_all.deb
  to main/q/qcad/qcad-doc_2.0.5.0-1+090318-3_all.deb
qcad_2.0.5.0-1+090318-3.debian.tar.gz
  to main/q/qcad/qcad_2.0.5.0-1+090318-3.debian.tar.gz
qcad_2.0.5.0-1+090318-3.dsc
  to main/q/qcad/qcad_2.0.5.0-1+090318-3.dsc
qcad_2.0.5.0-1+090318-3_powerpc.deb
  to main/q/qcad/qcad_2.0.5.0-1+090318-3_powerpc.deb


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



Accepted libwnck 2.30.0-4 (source all amd64)

2010-07-13 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 Jul 2010 05:03:35 +0200
Source: libwnck
Binary: libwnck22 libwnck-dev libwnck-common gir1.0-wnck-1.0
Architecture: source all amd64
Version: 2.30.0-4
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gir1.0-wnck-1.0 - GObject introspection data for the WNCK library
 libwnck-common - Window Navigator Construction Kit - common files
 libwnck-dev - Window Navigator Construction Kit - development files
 libwnck22  - Window Navigator Construction Kit - runtime files
Changes: 
 libwnck (2.30.0-4) unstable; urgency=low
 .
   * Build-depend on gir-repository-dev until GTK+ has its GI bindings
 built in the package.
Checksums-Sha1: 
 bc8ad933b4f11e4a4a798e4c4d3c6df2ce878885 1648 libwnck_2.30.0-4.dsc
 83e91676e07276203996a55a1a0b51c50483d12d 10031 libwnck_2.30.0-4.debian.tar.gz
 7c803f36fc354af63f3fed3d72a3f534ff24949d 347072 libwnck-common_2.30.0-4_all.deb
 a6b4995e9478d0511978e38af6287e390c121869 129192 libwnck22_2.30.0-4_amd64.deb
 5aa5ea79458a957190523267ef9c31712b8df7af 272308 libwnck-dev_2.30.0-4_amd64.deb
 fcbadbbb48812216108e82d4c1a45db499a6958e 35112 
gir1.0-wnck-1.0_2.30.0-4_amd64.deb
Checksums-Sha256: 
 dd1f2b26e159ffcf520854b87e3081a2d22ad1f323564266390da2ad0156 1648 
libwnck_2.30.0-4.dsc
 20b25b7aaa07ab43e030737776b41f8885912ae58393b5766090bf6430625c4c 10031 
libwnck_2.30.0-4.debian.tar.gz
 8b86547f6f61708cff2b3f7ef7ebd96ae2b8781a9df70e84dfe9a050dd467fe8 347072 
libwnck-common_2.30.0-4_all.deb
 55821604f7a2a17cbd9af0cab52ea7436f9ba5bbb0ec5056f1adccfebd09d29d 129192 
libwnck22_2.30.0-4_amd64.deb
 e49006418a5bbb9e3530e5f7c8aaa74cf7eb898692fb74c064b3fb2551720723 272308 
libwnck-dev_2.30.0-4_amd64.deb
 6bd889e8297479585224987f6570ba4166f322db63a39393b88a74c1a7fad723 35112 
gir1.0-wnck-1.0_2.30.0-4_amd64.deb
Files: 
 047b1128482114ac5fb5bf29d347a793 1648 libs optional libwnck_2.30.0-4.dsc
 3116204e8ab501f2890304e77308dc48 10031 libs optional 
libwnck_2.30.0-4.debian.tar.gz
 ff8230281766cf9a21bd6e5310c6a794 347072 libs optional 
libwnck-common_2.30.0-4_all.deb
 4079dc1468aa6292113dacc657a6d867 129192 libs optional 
libwnck22_2.30.0-4_amd64.deb
 3ceeff75cc0e172d3a2efce6a2df01bb 272308 libdevel optional 
libwnck-dev_2.30.0-4_amd64.deb
 3b9e9900260539305592018a7f0d8cad 35112 libs optional 
gir1.0-wnck-1.0_2.30.0-4_amd64.deb

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

iD8DBQFMPSyErSla4ddfhTMRAtqgAJ4rjFFAvyFh4gbgtWBDyGMo9vhmCQCgkoiy
C/u9HmlUzhtrAsGJh2tttVM=
=x7HN
-END PGP SIGNATURE-


Accepted:
gir1.0-wnck-1.0_2.30.0-4_amd64.deb
  to main/libw/libwnck/gir1.0-wnck-1.0_2.30.0-4_amd64.deb
libwnck-common_2.30.0-4_all.deb
  to main/libw/libwnck/libwnck-common_2.30.0-4_all.deb
libwnck-dev_2.30.0-4_amd64.deb
  to main/libw/libwnck/libwnck-dev_2.30.0-4_amd64.deb
libwnck22_2.30.0-4_amd64.deb
  to main/libw/libwnck/libwnck22_2.30.0-4_amd64.deb
libwnck_2.30.0-4.debian.tar.gz
  to main/libw/libwnck/libwnck_2.30.0-4.debian.tar.gz
libwnck_2.30.0-4.dsc
  to main/libw/libwnck/libwnck_2.30.0-4.dsc


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



  1   2   >