Bug#603136: ITP: sphinx-issuetracker -- Sphinx integration with different issuetrackers

2010-11-11 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: python-sphinx-issuetracker
  Version : 0.5.2
  Upstream Author : Sebastian Wiesner lunary...@googlemail.com
* URL : http://packages.python.org/sphinxcontrib-issuetracker
* License : BSD
  Programming Lang: Python
  Description : Sphinx integration with different issuetrackers

This extension for Sphinx 1.0 parses textual issue references like #10, looks
up the issue in the configured issue tracker, and includes a link to the issue.
.
Currently the following issue trackers are supported:
 * GitHub
 * BitBucket
 * Launchpad
 * Google Code
.
Furthermore this extension provides a simple API to add other issue trackers.


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

iEYEARECAAYFAkzbrAUACgkQeJ3z1zFMUGZgWQCdHxBg0CoxINdvkOFvB8AHxouB
OGgAnRCE4L68c0q3HZ+cKo2XBJoLZgv/
=GTPB
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/2010084040.18209.62727.report...@fladi-1-pt.tunnel.tserv6.fra1.ipv6.he.net



Bug#603137: ITP: icinga-icli -- command line interface for the icinga host and network monitoring system

2010-11-11 Thread Uli Martens
Package: wnpp
Severity: wishlist
Owner: Uli Martens u...@youam.net

* Package name: icinga-icli
  Version : 0.2
  Upstream Author : Daniel Friesel d...@finalrewind.org
* URL : http://derf.homelinux.org/projects/icinga-cli/
* License : WTFPL (http://sam.zoy.org/wtfpl)
  Programming Lang: Perl
  Description : command line interface for the icinga host and network 
monitoring system

 icli is a command line interface to Icinga. It can show the service,
 host, queue or downtime status of all or specified hosts or hostgroups.
 It can also be used to schedule service rechecks.
 .
 By overriding the status file path names, it can also be used with a
 nagios installation.

best regards,
 youam



-- 
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/2010085008.29536.2347.report...@riona.youam.de



Re: [buildd-tools-devel] testers wanted: sbuild and build-dependencies

2010-11-11 Thread Goswin von Brederlow
Andres Mejia mcita...@gmail.com writes:

 On Wed, Nov 10, 2010 at 2:57 PM, Goswin von Brederlow goswin-...@web.de 
 wrote:
 Roger Leigh rle...@codelibre.net writes:

 On Wed, Nov 10, 2010 at 01:00:29PM +0100, Goswin von Brederlow wrote:
 Roger Leigh rle...@debian.org writes:

  A new aptitude resolver has been written by Marc 'HE' Brockschmidt.
  This creates a dummy dependency package which is installed and
  contains Depends and Conflicts for all the appropriate Build-Depends
  and Build-Conflicts, and uses aptitude to install and remove the
  appropriate packages to satisfy them.  This has been in use on our
  experimental buildds for about a year, and we now want to look towards
  making it the default.  However, we need some more widespread testing
  to make sure the dependency resolving doesn't result in inconsistent
  installation of packages and hence inconsistent library dependencies
  or break building of any packages etc.

 Yet another or did he take the one from pbuilder?

 It's new, but based upon the ideas in pbuilder.

 Just to mention in passing, I also wrote an additional apt
 resolver last night, based on the aptitude resolver, which works
 in exactly the same way.  Not usable under all circumstances yet,
 but also available (in git only at present) for testing.  The
 main issue with apt is getting apt-get -yf install to not choose
 to remove the dependency package as a solution!  Currently looking
 at the possibilities here--any thoughts welcome!

 Does that actually happen in cases where another solution would keep it?

 There is a solution to this actually. Create a Packages, Release and
 Release.gpg file for the pseudo package and add them as file:// url to
 sources.list.d/. Then just apt-get install pseudo-package.

 Another solution is to create a Sources file and use the 'build-dep'
 command from apt-get or aptitude.

Can use a unsigned Sources file here? Would 'apt-get build-dep
foo=version' complain about it being unsigned? It isn't installing any
debs from it, it only gets the list of deb from it. So I guess that
should work without Release.gpg file.

 This destroys the determinicity of build dependencies. So if I say

   Build-Depends: lib-new-name | lib-old-name

 so the package builds (for users) in both stable/testing and unstable it
 is no longer given which library is used by the unstable buildds. Some
 will pick lib-new-name and some, where the new lib isn't compiled yet,
 lib-old-name. And so on.

 I always heard determinicity was a wanted feature for the buildds.

 It is, and this is something to look at carefully.  In the example
 above, this is a very real problem (which could be rectified by
 having stricter build-deps).

 The root problem here is that at any given moment in time, unstable
 is not in a consistent state--packages may be outdated on several
 architectures, and so a package build may use (and depend on)
 different versions in different architectures.  There are several
 places this could be fixed:

 • we could keep packages out of the archive until built on all
   architectures.
 • we could dep-wait a package until all its deps are the same
   across all architectures

 That is called testing. And for anything doing a library transition that
 obviously won't work or migration to testing wouldn't be such big
 problem all around.

 Don't forget this not only happens when a package itself differs between
 arch. This can also happen if any of the recursive depends differs. On
 one arch lib-new-name can exist but be uninstallable while on another it
 is installable.

 • we could keep the current approach of banning alternatives
   entirely (but note that this does not solve the entire problem,
   it's still easy to get inconsistency anyway)

 The existing approach to determinism is not to support alternatives
 at all, which is clearly not ideal.  While I don't think we should
 be encouraging the use of alternative build-deps, this is one of the
 most commonly reported bugs in sbuild--there are valid use cases for
 them.

 Actually alternatives are supported. Most notably in A [i386] | B
 [!i386]. Sbuild fixates on the first alternative that should be
 installable. That makes it 100% perdictable to the uploader which
 package he gets.

 This use of alternatives will fail on non-i386 machines using sbuild's
 internal build-dep resolver. It will succeed using apt or aptitude
 however.

 Here's an example for anyone willing to try. It doesn't matter if the
 architecture restrictions are there or not.
 Build-Depends: linux-headers-2.6-i386 [i386] | linux-headers [!i386]

Well, it does seem to work fine on buildds:

Package: coinor-csdp
Build-Depends: cdbs, debhelper (= 7), texlive-latex-base, libatlas-base-dev 
[!powerpc !alpha !arm !armel !sh4] | libblas-dev, liblapack-dev

https://buildd.debian.org/fetch.cgi?pkg=coinor-csdparch=alphaver=6.1.1-1stamp=1270872592file=logas=raw

Checking for already installed source dependencies...
cdbs: missing
debhelper: missing

Re: [buildd-tools-devel] testers wanted: sbuild and build-dependencies

2010-11-11 Thread Goswin von Brederlow
Roger Leigh rle...@codelibre.net writes:

 I was considering this earlier, and had this idea:

 testing migration currently conflates two separate criteria when
 considering suitability for migration:

 • the package is built on all architectures
 • the package meets certain quality criteria such as bugginess, state
   of freeze, age since upload, etc.

 Consider that if these two criteria were split into migrations
 between separate distributions with the addition of a third
 distribution, which I'll call pre-unstable (equivalent to current
 unstable) in this example:

   upload → pre-unstable
 pre-unstable → unstable [migration when built on all arches]
 unstable → testing  [migration when quality critera met]

 That is to say, unstable is entirely self-consistent in containing
 the same binaries across all architectures (where applicable).
 Binaries are only present here when built on all suitable
 architectures.  

 If pre-unstable sources were autobuilt using the unstable binaries,
 it would ensure that the available binaries are identical across all
 architectures.  pre-unstable is just a means of collecting binary
 uploads until it's uploaded for all arches, at which point it can
 migrate to unstable (which is a half-way house between current unstable
 and testing).  The pre-unstable → unstable migration can also avoid the
 package dependency checks to migrate sets of packages used for testing
 migrations; the only point is to ensure unstable binaries are consistent
 across arches so the autobuilders always build against the same
 package set on all arches.

 I guess from a technical POV, this isn't too hard to do.  The
 pre-unstable need not even be mirrored--it's just an internal
 implementation detail--buildds upload here rather than directly to
 unstable.

That indeed wouldn't be as bad as testing. It would slow down builds to
the speed of the slowest architecture though and any hickup on an arch
would deadlock unstable uploads. Uploading a new gnome or kde, where you
have 5 levels of dependent libraries, would take weeks waiting for one
or two archs.

Also toolchain issues, where a package temporarily just doesn't build on
some arch, would prevent a perfectly fine source upload from entering
unstable.

I think people rather draw the line at risking version skews than such
delayes and deadlocks.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/8739r81a6t@frosties.localnet



Re: [buildd-tools-devel] testers wanted: sbuild and build-dependencies

2010-11-11 Thread Ansgar Burchardt
Roger Leigh rle...@codelibre.net writes:

 There is a solution to this actually. Create a Packages, Release and
 Release.gpg file for the pseudo package and add them as file:// url to
 sources.list.d/. Then just apt-get install pseudo-package.

 I'll give that a go, thanks.

You might be interested in the patch for #596498 [1] which allows to
disable APT's signature checks for specific repositories.  Signing the
local repository and telling APT about the would no longer be required.

Regards,
Ansgar

[1] http://bugs.debian.org/596498#6


-- 
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/8762w4b4qd@marvin.43-1.org



Re: How to add dependencies that exist in another repository

2010-11-11 Thread Goswin von Brederlow
Ben Hutchings b...@decadent.org.uk writes:

 On Wed, Nov 10, 2010 at 04:50:49PM -0200, Henrique de Moraes Holschuh wrote:
 On Wed, 10 Nov 2010, Bob Proulx wrote:
  The packages for Debian there add a source.list.d file as you
  describe.  (And it really confused me until I figured out what it had
 
 Which begs the question: why do we even have source.list.d/ suport in
 the first place (or, if it is really useful to other users of apt, why
 is it enabled by default) ?
  
 - An organisation/site with a private repository or mirror can provide the
   configuration for this as a package or preinstalled file without
   interfering with per-machine configuration
 - Non-Debian packages (such as Chrome) can integrate with the usual update
   mechanisms rather than reinventing this wheel
 - Mobile users can enable and disable sources in different locations just by
   renaming the files (this is now less important thanks to cdn.debian.net,
   though that is not yet an official service)

 Ben.

To give a users use case:

I have a package my-apt-config that installs the gpg key for the local
repository, a /etc/apt/sources.list.d/ file, /etc/apt/apt.conf.d/ file
and /etc/apt/preferences.d/ file with all the right settings for me.

With one simple package I configure apt to my needs on a new system and
any changes are easily distributed through the package via
update/upgarde. Doing that with include directives would be way harder
and violate policy (don't edit other packages conffiles).

MfG
Goswin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87y690yzh5@frosties.localnet



Question about your Opportunity

2010-11-11 Thread Che Feemster
Hi, just wanted to know if you could use a Lead Generation Piece of software in 
your business that is completely automated and includes Harvesting, Emailing 
and Phone Broadcasting?

If so, Please let me know and I'll send you the info.

Thank You for your time,

Che Feemster



-- 
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/e1pgonu-0002xs...@cx71.justhost.com



Re: How to add dependencies that exist in another repository

2010-11-11 Thread Andreas Tille
On Thu, Nov 11, 2010 at 10:35:34AM +0100, Goswin von Brederlow wrote:
 I have a package my-apt-config that installs the gpg key for the local
 repository, a /etc/apt/sources.list.d/ file, /etc/apt/apt.conf.d/ file
 and /etc/apt/preferences.d/ file with all the right settings for me.

I completely agree but did not managed to get /etc/apt/preferences.d/
working as expected.  Did I missed a piece of documentation or can you
provide any working example.

Kind regards

  Andreas.

-- 
http://fam-tille.de


-- 
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/2010110330.ga24...@an3as.eu



Re: How to add dependencies that exist in another repository

2010-11-11 Thread Bastian Blank
On Thu, Nov 11, 2010 at 12:03:30PM +0100, Andreas Tille wrote:
 On Thu, Nov 11, 2010 at 10:35:34AM +0100, Goswin von Brederlow wrote:
  I have a package my-apt-config that installs the gpg key for the local
  repository, a /etc/apt/sources.list.d/ file, /etc/apt/apt.conf.d/ file
  and /etc/apt/preferences.d/ file with all the right settings for me.
 I completely agree but did not managed to get /etc/apt/preferences.d/
 working as expected.  Did I missed a piece of documentation or can you
 provide any working example.

Your apt is too old. Upgrade to Squeeze.

Bastian

-- 
There is an order of things in this universe.
-- Apollo, Who Mourns for Adonais? stardate 3468.1


-- 
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/2010115703.gb22...@wavehammer.waldi.eu.org



Re: How to add dependencies that exist in another repository

2010-11-11 Thread Mike Hommey
On Thu, Nov 11, 2010 at 12:03:30PM +0100, Andreas Tille wrote:
 On Thu, Nov 11, 2010 at 10:35:34AM +0100, Goswin von Brederlow wrote:
  I have a package my-apt-config that installs the gpg key for the local
  repository, a /etc/apt/sources.list.d/ file, /etc/apt/apt.conf.d/ file
  and /etc/apt/preferences.d/ file with all the right settings for me.
 
 I completely agree but did not managed to get /etc/apt/preferences.d/
 working as expected.  Did I missed a piece of documentation or can you
 provide any working example.

From man apt_preferences:
  Note that the files in the /etc/apt/preferences.d directory are parsed
  in alphanumeric ascending order and need to obey the following naming
  convention: The files have no or pref as filename extension and which
  only contain alphanumeric, hyphen (-), underscore (_) and period (.)
  characters - otherwise they will be silently ignored.

Cheers,

Mike


-- 
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/2010121449.ga9...@glandium.org



Re: How to add dependencies that exist in another repository

2010-11-11 Thread Ian Jackson
Henrique de Moraes Holschuh writes (Re: How to add dependencies that exist in 
another repository):
 On Wed, 10 Nov 2010, Bob Proulx wrote:
  The packages for Debian there add a source.list.d file as you
  describe.  (And it really confused me until I figured out what it had
 
 Which begs the question: why do we even have source.list.d/ suport in
 the first place (or, if it is really useful to other users of apt, why
 is it enabled by default) ?

People are going to do this hideous thing anyway.  At least this way
they don't have to untraceably edit the actual master sources.list.

Ian.


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



Re: How to add dependencies that exist in another repository

2010-11-11 Thread Andreas Tille
Hi,

to answer the previous question: Yes, I'm using Squeeze.

 From man apt_preferences:
   Note that the files in the /etc/apt/preferences.d directory are parsed
   in alphanumeric ascending order and need to obey the following naming
   convention: The files have no or pref as filename extension and which
   only contain alphanumeric, hyphen (-), underscore (_) and period (.)
   characters - otherwise they will be silently ignored.

Well, this defines a *sequence* of these files but what about the
*content*.  In /etc/apt/preferences the sequence of paragraphs
does not matter.  Just the Pin-Priority value has relevance.  So
again, some working example would help understanding things.

Kind regards

  Andreas.

-- 
http://fam-tille.de


-- 
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/2010133639.gb28...@an3as.eu



Minutes of the Debian linux-2.6 Group Meeting

2010-11-11 Thread maximilian attems

Debian Kernel Group Meeting 
===

Report by maximilian attems for the Debian Project Kernel List

The meetings were held on 3 sessions over the period of the
2 days during the Paris mini-Debconf, October 2010.

These are the notes from the formal sessions, several informal
conversations happened which I have not made notes of, nor recorded
here. --Vince


=
Session 1
=

1st meeting session from 10:00-12:30 on 30th October 2010

Present:
Bastian Blank (waldi)
Ben Hutchings (bwh)
maximilian attems (maks)



Feature patches for wheezy
--

Input by dann frazier was noted:
He's still good w/ what we agreed to in Portland.

Vserver is not trying to upstream. Openvz can't anymore do checkpointing
since 2.6.18 and is as well staying out of vanilla. The virtualisiation
feature patches are thus in deprecated status, they will be provided as
is, but won't be reinstated for Wheezy. It was noted that past 2.6.32
Linux containers made several nice progresses. It was agreed on
that the lxc userspace is the future recommended way.

Concerning Xen: The upstream merge of dom0 and the impressive shrink of
the patch set led to the conclusion that for the wheezy kernel that
a separate Xen feature branch anymore might not be necessary anymore.
We think to be able to add the missing patches to linux-2.6 itself.

RT is a new interesting technology that people seem to ask for.
We appeal for interested maintainer to join in in order to have it
for Wheezy.

On the TODO is to reformulate the deprecation notice in the release notes
by dannf and maks.



Switch to git
-

The switch is agreed, welcomed and looked forward post Squeeze release.
Once the stabilisation and backport period leaves enough time for that.

3 submodules parts were suggested by waldi:
  - config
  - infrastructure (scripts, maintainer)
  - linux-2.6 (maincode)

This would help not having to update infrastructure in separate branches
as we have to do now. The actual repository structure was left open for
further discussions.



Automated tests
---

This is a pressing task, we should know sooner if the specific
branch compiles and boots.

waldi shouts for reprepro, sbuild and wannbuild. Build server
needed between 6-12 hours and back then we didn't have debug yet.
People were using and testing our builds.

Action item by Ben to poke Vince for a Debian solution with
enough horse power and no bandwidth troubles.
Also the automated tests proposed at the kernel summit are to be watched.



Integrating kernel-wedge and d-i kernel packages


We have more information then kernel-wedge plus Debian Installer
Team lacks manpower to keep it update to current linux-2.6.

The action item is to replace kernel-wedge and implement the
modules splitting properly by specific dirs (like drivers/ata or
drivers/block similar to initramfs-tools).

waldi volunteers to take a look on it and implement successor.
bwh will talk with Debian boot people including otavio.



make deb-pkg


Most noted missing feature is the corresponding source to the
built deb. bwh started to look at it and plans to implement it.
maks queues a trivial patch to fix it for paranoid umasks.

It was further noted that thanks to the upstream linux-2.6
integration the script has seen fixes and thus improvements
by the general community. The handiness to have it around
in any git or tarball improves it's uptake.

Further documentation usage will be added to wiki or kernel
handbook by maks.



patch reduction for wheezy
--

Several patches got pushed or landed since 2.6.32, thus state
is in general good. Speakup landed finally in 2.6.37. We may
be able to use the new build configs. It was noted that noone
uses updateoldconfig thus reportallconfig beeing the interesting
target. bwh will resend his KBUILD_VERBOSE patch for both
versions of config.

We really hope to not have aufs, but instead the vfs union mounts.

lpar-console is an old patch from waldi that is actually a partial
revert on powerpc console. Action item from waldi to push it upstream.
Another go at sending doc-build-parallel.patch upstream, by bwh.
(bugfix/ia64/hardcode-arch-script-output.patch may become redundant ...,
sit it out). xorg people tell us to drop
i915-autoload-without-CONFIG_DRM_I915_KMS.patch
Ask aurel32 about sh4 patch, item by maks.



=
Session 2
=

2nd meeting seession from 12:00-13:00 on 31st October 2010
3rd meeting seession from 14:00-14:30 on 31st October 2010

Present:
Bastian Blank (waldi)
Ben Hutchings (bwh)
Julien Cristau (jcristau)
maximilian attems (maks)



DRM updates in squeeze
--

The shared tree with Ubuntu 2.6.33 stable tree was pointed out as
base, but might be missing stuff. maks will point gregkh to 

Re: Minutes of the Debian linux-2.6 Group Meeting

2010-11-11 Thread Marco d'Itri
On Nov 11, maximilian attems m...@stro.at wrote:

 waldi proposes to remove old untouched stuff like ax25 and atm.
Remove from where? The ATM stack is needed to support USB DSL modems,
and while the code is not beautiful I think it can be considered mature.

 The cost of it has not yet been evaluated. We need a server box
 with good cooling to run benchmarks with it.
I can offer temporary access to developers to blade servers with 12
cores (hopefully soon with 48) and plenty of RAM.
Would a KVM guest work for you?
The hosts run RHEL since it is more stable (sorry...), I could
temporarily install Debian on one but it would take more time.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: How to add dependencies that exist in another repository

2010-11-11 Thread David Kalnischkies
On Thu, Nov 11, 2010 at 14:36, Andreas Tille andr...@an3as.eu wrote:
 to answer the previous question: Yes, I'm using Squeeze.

 From man apt_preferences:
   Note that the files in the /etc/apt/preferences.d directory are parsed
   in alphanumeric ascending order and need to obey the following naming
   convention: The files have no or pref as filename extension and which
   only contain alphanumeric, hyphen (-), underscore (_) and period (.)
   characters - otherwise they will be silently ignored.

 Well, this defines a *sequence* of these files but what about the
 *content*.  In /etc/apt/preferences the sequence of paragraphs
 does not matter.  Just the Pin-Priority value has relevance.  So

Wrong. The manpage says:
 If any specific-form records match an available package version then the
 first such record determines the priority of the package version.
 Failing that, if any general-form records match an available package version
 then the first such record determines the priority of the package version.

So its important in which sequence the paragraphs are written (and read).

The syntax of the fragment files is (obviously) the same as the one for
the main file, so i don't see what an example will help, but here we go:

/etc/apt/preferences:
Package: *
Pin: release experimental
Pin-Priority: -1

Package: *
Pin: release o=Debian
Pin-Priority: 400


/etc/apt/preferences.d/gcc-45.pref:
Package: gcc cpp-4.5 g++-4.5 gcc-4.5
Pin: release experimental
Pin-Priority: 500

$ apt-cache policy gcc
gcc:
  Installiert: 4:4.4.5-1
  Kandidat:4:4.5.1-1exp1
  Paket-Pinning: 4:4.5.1-1exp1
  Versionstabelle:
 4:4.5.1-1exp1 500
 -1 http://ftp.de.debian.org/debian/ experimental/main i386 Packages
 *** 4:4.4.5-1 500
400 http://ftp.de.debian.org/debian/ sid/main i386 Packages
400 http://ftp.de.debian.org/debian/ testing/main i386 Packages
100 /var/lib/dpkg/status
 4:4.3.2-2 500
400 http://ftp.de.debian.org/debian/ lenny/main i386 Packages

In that example you can also see why the sequence is important - swap
the stanzas in the preferences file and all archives which match o=Debian
will be pinned to 400 - which includes experimental!

But if that doesn't work i guess a bug report is better suited
than proceeding in hijacking a thread…


Best regards

David Kalnischkies

P.S.: Yes, i know that the given gcc pinning is not enough,
my real stanza is longer - and the preferences file is a pure fiction…


--
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/aanlktingx9yjpuolmt_nv51phs8s+65ey2akh_kg4...@mail.gmail.com



Re: Minutes of the Debian linux-2.6 Group Meeting

2010-11-11 Thread Cyril Brulebois
Thanks maks,

tiny update from the Xorg side:

maximilian attems m...@stro.at (11/11/2010):
 Debian intel xorg driver is missing patch to bail out earlier when
 kms is off so the server will fall back to vesa, instead of erroring
 out.

455f2939 landed upstream, will be cherry-picked:
  
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=455f2939a661764ebb8d1747d44e16a0a8937808

 Radeon KMS is a known regression from UMS (can't change backlight,
 and can't suspend/resume at least on powerpc).  xorg should
 currently remove modeset on these archs.

Done in 1:6.13.1-2+squeeze1, needs an unblock (#603165).

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Minutes of the Debian linux-2.6 Group Meeting

2010-11-11 Thread Mehdi Dogguy
On 11/11/2010 04:26 PM, Cyril Brulebois wrote:
 
 maximilian attems m...@stro.at (11/11/2010):
 Radeon KMS is a known regression from UMS (can't change backlight,
 and can't suspend/resume at least on powerpc).  xorg should
 currently remove modeset on these archs.
 
 Done in 1:6.13.1-2+squeeze1, needs an unblock (#603165).
 

Unblocked now.

Cheers,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.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/4cdc0f29.5040...@dogguy.org



ITP: calcudoku -- The (well) known puzzle CalcuDoku, K-Doku, kenken

2010-11-11 Thread Bart Vullings
Package: wnpp
Severity: wishlist
Owner: Bart Vullings ba...@windkracht8.com


* Package name: calcudoku
  Version : 1.1
  Upstream Author : Bart Vullings calcud...@windkracht8.com
* URL : http://calcudoku.windkracht8.com/
* License : GPL
  Programming Lang: C++
  Description : The (well) known puzzle CalcuDoku, K-Doku, kenken



--
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/1289489715.2370.32.ca...@laptop-prive.windkracht8.com



Bug#603166: ITP: calcudoku -- The (well) known puzzle CalcuDoku, K-Doku, kenken

2010-11-11 Thread Bart Vullings
Package: wnpp
Severity: wishlist
Owner: Bart Vullings ba...@windkracht8.com


* Package name: calcudoku
  Version : 1.1
  Upstream Author : Bart Vullings calcud...@windkracht8.com
* URL : http://calcudoku.windkracht8.com/
* License : GPL
  Programming Lang: C++
  Description : The (well) known puzzle CalcuDoku, K-Doku, kenken



-- 
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/2010153257.4714.5227.report...@laptop-prive.windkracht8.com



Re: up-to-date dump of packages metadata.

2010-11-11 Thread Gustavo Franco
 Andreas Tille andr...@an3as.eu wrote:
 On Wed, Nov 10, 2010 at 06:39:31PM -0800, Gustavo Franco wrote:
 Would it
 be possible to add more fields if passing more flags
 ?format=txt.gzextra_fields=maintainer ... ?

 IMHO a quite flexible way to get the information you are looking for is
 querying Ultimate Debian Database.

Thanks much! I didn't know about UDD.

It seems there's a huge database dump being generated, but the service
itself - a pgsql server - isn't externally accessible. Is my
assumption correct? If yes, are there any plans to wrap it using some
sort of API for external consumption?

regards,
-- Gustavo stratus Franco


-- 
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/aanlkti=gyfyp92cvw4y1csamavbprsb=d7=vaczxh...@mail.gmail.com



Re: up-to-date dump of packages metadata.

2010-11-11 Thread Cyril Brulebois
Gustavo Franco stra...@debian.org (11/11/2010):
 It seems there's a huge database dump being generated, but the
 service itself - a pgsql server - isn't externally accessible. Is my
 assumption correct? If yes, are there any plans to wrap it using
 some sort of API for external consumption?

You can haz docs:
  http://wiki.debian.org/UltimateDebianDatabase

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: up-to-date dump of packages metadata.

2010-11-11 Thread Lucas Nussbaum
On 11/11/10 at 09:09 -0800, Gustavo Franco wrote:
  Andreas Tille andr...@an3as.eu wrote:
  On Wed, Nov 10, 2010 at 06:39:31PM -0800, Gustavo Franco wrote:
  Would it
  be possible to add more fields if passing more flags
  ?format=txt.gzextra_fields=maintainer ... ?
 
  IMHO a quite flexible way to get the information you are looking for is
  querying Ultimate Debian Database.
 
 Thanks much! I didn't know about UDD.
 
 It seems there's a huge database dump being generated, but the service
 itself - a pgsql server - isn't externally accessible. Is my
 assumption correct? If yes, are there any plans to wrap it using some
 sort of API for external consumption?

Hi,

It depends on your definition of externally. The pgsql DB is
accessible from master, merkel, and locally on udd.debian.org.

Also, there's a set of CGIs that export specific data on
http://udd.debian.org/cgi-bin/

I also would like to work on a CGI that would make it easier to retrieve
data that is often useful, in a wide range of formats (CSV, YAML, JSON,
etc...). But I haven't had time to work on that yet.

- Lucas


-- 
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/2010172409.ga...@xanadu.blop.info



Bug#603177: ITP: pd-syslog -- syslog facilities for Pd

2010-11-11 Thread IOhannes m zmoelnig
Package: wnpp
Severity: wishlist
Owner: IOhannes m zmoelnig zmoel...@iem.at


* Package name: pd-syslog
  Version : 0.1
  Upstream Author : IOhannes m zmoelnig zmoel...@iem.at
* URL : http://puredata.info
* License : GPL
  Programming Lang: C
  Description : syslog facilities for Pd

[syslog] takes care of sending arbitrary messages from Pure Data to syslog,
tagged with a syslog level you feel appropriate.



-- 
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/2010101342.27853.4725.report...@ferrari.iemnet



Bug#603178: ITP: pd-iem_bin_ambi -- binaural spatial audio for Pure Data using Ambisonics

2010-11-11 Thread IOhannes m zmoelnig
Package: wnpp
Severity: wishlist
Owner: IOhannes m zmoelnig zmoel...@iem.at


* Package name: pd-iem_bin_ambi
  Version : 0.1
  Upstream Author : Thomas Musil mu...@iem.at
* URL : http://ambisonics.iem.at
* License : GPL
  Programming Lang: C
  Description : binaural spatial audio for Pure Data using Ambisonics

This library includes objects to render binaural 2D- and 3D-soundfields (to be
played back via headphones) within Pure Data, using the Higher-Order Ambisonics
approach.



-- 
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/2010100548.27813.86888.report...@ferrari.iemnet



Bug#603179: ITP: pd-iem_ambi -- Ambisonics for Pure data

2010-11-11 Thread IOhannes m zmoelnig
Package: wnpp
Severity: wishlist
Owner: IOhannes m zmoelnig zmoel...@iem.at


* Package name: pd-iem_ambi
  Version : 0.1
  Upstream Author : Thomas Musil mu...@iem.at
* URL : http://ambisonics.iem.at
* License : GPL
  Programming Lang: C
  Description : spatial audio for Pure Data using Ambisonics

This library includes objects to create, handle and render 2D- and
3D-soundfields within Pure Data, using the Higher-Order Ambisonics approach.



-- 
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/2010095232.27682.18099.report...@ferrari.iemnet



Bug#603182: ITP: pd-iemguts -- Pd-Objects for meta patching

2010-11-11 Thread IOhannes m zmoelnig
Package: wnpp
Severity: wishlist
Owner: IOhannes m zmoelnig zmoel...@iem.at


* Package name: pd-iemguts
  Version : 0.1
  Upstream Author : IOhannes m zmölnig zmoel...@iem.at
* URL : http://puredata.info/community/projects/software/iemguts
* License : GPL
  Programming Lang: C
  Description : Pd-Objects for meta patching

This library contains a collection of very low-level objects to Pd, that are
usually used to build higher-level abstractions for dynamic patching and live
coding by adding reflection capabilities to the patcher language.
.
This library is famous for allowing Pd-abstractions to move around in the patch.



-- 
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/2010092853.27562.30209.report...@ferrari.iemnet



Bug#603183: ITP: pd-iemlib -- collection of general purpose objects and filters for Pure Data

2010-11-11 Thread IOhannes m zmoelnig
Package: wnpp
Severity: wishlist
Owner: IOhannes m zmoelnig zmoel...@iem.at


* Package name: pd-iemlib
  Version : 1.17
  Upstream Author : Thomas Musil mu...@iem.at
* URL : http://pd.iem.at/iemlib/
* License : LGPL
  Programming Lang: C
  Description : collection of general purpose objects and filters for Pure 
Data

iemlib is a vast collection of objects grouped into 5 sub-libraries.
iemlib1 mainly deals with digital signal processing and filters.
iemlib2 adds message handling utilities targeted at CPU-efficiency.
iemabs builds on top of iemlib1 and iemlib2 to provide easy to use objects
(mainly filters).
iem_t3_lib allows for sample-accurate message scheduling.
iem_mp3 adds mp3-playing capabilities to Pd.



-- 
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/2010102911.27991.45322.report...@ferrari.iemnet



Bug#603175: ITP: pd-osc -- Open Sound Control for Pd

2010-11-11 Thread IOhannes m zmoelnig
Package: wnpp
Severity: wishlist
Owner: IOhannes m zmoelnig zmoel...@iem.at


* Package name: pd-osc
  Version : 
  Upstream Author : Martin Peach 
* URL : http://puredata.info
* License : GPL
  Programming Lang: C
  Description : Open Sound Control for Pd

This library allows to construct and parse OSC messages within Pd.
It includes support for ordinary OSC-messages, typetags, timetags and bundles.
.
These objects are transport-agnostic, so you can uset hem to transmit OSC over
UDP, TCP/IP, serial port, or in fact whatever you want.
However, you will have to install additional libraries that will handle the
transport layer (like pd-iemnet or pd-comport).



-- 
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/2010104007.28128.96285.report...@ferrari.iemnet



Bug#603181: ITP: pd-iemmatrix -- Pd-objects for simple matrix operations

2010-11-11 Thread IOhannes m zmoelnig
Package: wnpp
Severity: wishlist
Owner: IOhannes m zmoelnig zmoel...@iem.at


* Package name: pd-iemmatrix
  Version : 0.1
  Upstream Author : Thomas Musil mu...@iem.at, IOhannes m zmoelnig 
zmoel...@iem.at et al.
* URL : http://puredata.info/community/projects/software/iemmatrix
* License : GPL
  Programming Lang: C
  Description : Pd-objects for simple matrix operations

This library contains about 100 objects for matrix manipulation within the
dataflow language Pure Data.
The syntax is based on the matrix operators in Octave (and thus Matlab (R)).



-- 
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/2010091618.27402.22649.report...@ferrari.iemnet



Bug#603176: ITP: pd-iemxmlrpc -- XML-RPC implementation for Pd

2010-11-11 Thread IOhannes m zmoelnig
Package: wnpp
Severity: wishlist
Owner: IOhannes m zmoelnig zmoel...@iem.at


* Package name: pd-iemxmlrpc
  Version : 0.1.3b
  Upstream Author : Thomas Grill t.gr...@gmx.net
* URL : http://puredata.info
* License : LGPL
  Programming Lang: C++
  Description : XML-RPC implementation for Pd

This object adds inter-process communication using XML-RPC to Pure Data.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/2010102049.27967.87451.report...@ferrari.iemnet



Bug#603180: ITP: pd-iemgui -- graphical objects for Pure Data

2010-11-11 Thread IOhannes m zmoelnig
Package: wnpp
Severity: wishlist
Owner: IOhannes m zmoelnig zmoel...@iem.at


* Package name: pd-iemgui
  Version : 0.1
  Upstream Author : Thomas Musil mu...@iem.at
* URL : http://puredata.info
* License : GPL
  Programming Lang: C
  Description : graphical objects for Pure Data

iemgui adds a number of graphical elements to Pure Data.
Some are general purpose, like the possibility to display images within the
patch or to grab mouse events in a specific region.
Other objects mainly deal with GUI-elements for positioning objects in 2D- and
3D-spaces.



-- 
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/2010093425.27638.61036.report...@ferrari.iemnet



Re: up-to-date dump of packages metadata.

2010-11-11 Thread Simon Paillard
On Thu, Nov 11, 2010 at 06:24:09PM +0100, Lucas Nussbaum wrote:
 On 11/11/10 at 09:09 -0800, Gustavo Franco wrote:
   Andreas Tille andr...@an3as.eu wrote:
   On Wed, Nov 10, 2010 at 06:39:31PM -0800, Gustavo Franco wrote:
   Would it
   be possible to add more fields if passing more flags
   ?format=txt.gzextra_fields=maintainer ... ?
  
   IMHO a quite flexible way to get the information you are looking for is
   querying Ultimate Debian Database.
  
  Thanks much! I didn't know about UDD.
  
  It seems there's a huge database dump being generated, but the service
  itself - a pgsql server - isn't externally accessible. Is my
  assumption correct? If yes, are there any plans to wrap it using some
  sort of API for external consumption?
 
 It depends on your definition of externally. The pgsql DB is
 accessible from master, merkel, and locally on udd.debian.org.

and also from alioth.debian.org, which has the advantage of being accessible to
non-DD contributors. 

-- 
Simon Paillard


-- 
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/2010181240.gj14...@glenfiddich.ikibiki.org



Bug#603188: general: Unable to launch update from notifications window in KDE

2010-11-11 Thread Volodymyr Shcherbyna
Package: general
Severity: minor

Hello everyone, 

I am using KDE and Debian squeeze. I have noticed that each time there is a new 
notification about system updates, I cannot launch update from notification 
Window. Windows does not have Update button, instead it just have Late 
button.

Therefore, the only way to launch update is to do it via command line. This is 
not critical issue, just annoying. In other distros like Kubuntu or Fedora you 
can launch update from notification windows right away. 

Please see here screenshot of Update window when it does not contain Update 
button: http://www.shcherbyna.com/files/linux/snapshot1.png 

Thanks,

Volodymyr.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
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/2010190454.2406.91990.report...@sv1



Bug#603188: general: Unable to launch update from notifications window in KDE

2010-11-11 Thread Simon Paillard
reassign 603188 update-notifier-kde
thanks

On Thu, Nov 11, 2010 at 08:04:54PM +0100, Volodymyr Shcherbyna wrote:
 Package: general
 Severity: minor
 
 I am using KDE and Debian squeeze. I have noticed that each time there is a
 new notification about system updates, I cannot launch update from
 notification Window. Windows does not have Update button, instead it just
 have Late button.

Thanks for your report.

This sounds like you refers to update-notifier-kde.
Please precise which version you runs (dpkg -l update-notifier-kde).
 
 Therefore, the only way to launch update is to do it via command line. This
 is not critical issue, just annoying. In other distros like Kubuntu or Fedora
 you can launch update from notification windows right away. 

Seems to be http://bugs.debian.org/585588
 
 Please see here screenshot of Update window when it does not contain Update
 button: http://www.shcherbyna.com/files/linux/snapshot1.png 

Regards.

-- 
Simon Paillard



-- 
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/2010200704.gx14...@glenfiddich.ikibiki.org



Processed: Re: Bug#603188: general: Unable to launch update from notifications window in KDE

2010-11-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 603188 update-notifier-kde
Bug #603188 [general] general: Unable to launch update from notifications 
window in KDE
Bug reassigned from package 'general' to 'update-notifier-kde'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603188: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603188
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.128950603029233.transcr...@bugs.debian.org



Bug#603193: ITP: pd-ggee -- a library of GUI controls, filters, and more

2010-11-11 Thread Hans-Christoph Steiner
Package: wnpp
Severity: wishlist
Owner: Hans-Christoph Steiner h...@eds.org


* Package name: pd-ggee
  Version : 0.26
  Upstream Author : Guenter Geigergei...@xdv.org
* URL : http://puredata.info
* License : BSD
  Programming Lang: C
  Description : a Pd library of GUI controls, filters, and more

ggee is a library for Pure Data by Guenter Geiger with five sections:
control, experimental, filters, gui, and signal.
 
 * objects for controlling things: constant rl serial_ms sl getdir rtout
   serial_mt stripdir inv serial_bird shell unserialize qread serialize sinh
   unwonk

 * experimental synths: fofsynth~ tabwrite4~ pvocfreq

 * objects for controlling filters: bandpass highpass hlshelf lowshelf notch
   equalizer highshelf lowpass moog~

 * GUI objects: button fatom image sliderh ticker envgen gcanvas slider state
   toddle

 * manipulating signals: atan2~ mixer~ sfwrite~ streamin~ streamout~



-- 
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/2010200546.22562.1220.report...@blinky.at.or.at



Re: Debian Web Terminal Kiosk - Graduation Work - Mozambique University UEM

2010-11-11 Thread Philip Hands
On Wed, 10 Nov 2010 19:49:27 +0200, edelson adriano 
edelson_adri...@hotmail.com wrote:
 
 Greetings Debian Support,
 
 
 My name is Edelson da Costa Adriano and I’m
 a student from Mozambique, and i writing my graduation work, where is about
 WEBOS and Terminal Kiosk. And for my presentation I´m going to use a network
 with 30 computers having the web terminal kiosk inside them, where trough the 
 browser
 the user is going to be able to access the WEBOSS.
 
 
 But I’m facing a big problem, hope u can
 help me, I have search every article, place, site and nothing successful about
 creating a web terminal with debian. 

Have a look at http://webconverger.com/

Cheers, Phil.
-- 
|)|  Philip Hands [+44 (0)20 8530 9560]http://www.hands.com/
|-|  HANDS.COM Ltd.http://www.uk.debian.org/
|(|  10 Onslow Gardens, South Woodford, London  E18 1NE  ENGLAND


pgpQzHFmInp43.pgp
Description: PGP signature


Bug#603198: ITP: pd-vbap -- Pd library for vector base amplitude panning

2010-11-11 Thread Hans-Christoph Steiner
Package: wnpp
Severity: wishlist
Owner: Hans-Christoph Steiner h...@eds.org


* Package name: pd-vbap
  Version : 1.0.3
  Upstream Author : Ville Pulkki ville.pul...@hut.fi
* URL : http://www.acoustics.hut.fi/research/cat/vbap/
* License : BSD
  Programming Lang: C
  Description : Pd library for Vector Base Amplitude Panning

  This a library for Pure Data that provides objects for realtime Vector Base
  Amplitude Panning.  Vector Base Amplitude Panning (VBAP) is a method for
  positioning virtual sources to arbitrary directions using a setup of
  multiple loudspeakers. In VBAP the number of loudspeakers can be arbitrary,
  and they can be positioned in an arbitrary 2-D or 3-D setups. VBAP produces
  virtual sources that are as sharp as is possible with current loudspeaker
  configuration and amplitude panning methods, since it uses at one time the
  minimum number of loudspeakers needed, one, two, or three.



-- 
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/2010203906.22910.51182.report...@blinky.at.or.at



Re: How to add dependencies that exist in another repository

2010-11-11 Thread Goswin von Brederlow
Ian Jackson ijack...@chiark.greenend.org.uk writes:

 Henrique de Moraes Holschuh writes (Re: How to add dependencies that exist 
 in another repository):
 On Wed, 10 Nov 2010, Bob Proulx wrote:
  The packages for Debian there add a source.list.d file as you
  describe.  (And it really confused me until I figured out what it had
 
 Which begs the question: why do we even have source.list.d/ suport in
 the first place (or, if it is really useful to other users of apt, why
 is it enabled by default) ?

 People are going to do this hideous thing anyway.  At least this way
 they don't have to untraceably edit the actual master sources.list.

 Ian.

And if you don't want it then set

  Dir::Etc::sourceparts /dev/null;

or similar.

.oO( Unless evil software overrides that again in /etc/apt/apt.conf.d/ :)

MfG
Goswin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87pqub7dbx@frosties.localnet



Re: How to add dependencies that exist in another repository

2010-11-11 Thread Goswin von Brederlow
Andreas Tille andr...@an3as.eu writes:

 On Thu, Nov 11, 2010 at 10:35:34AM +0100, Goswin von Brederlow wrote:
 I have a package my-apt-config that installs the gpg key for the local
 repository, a /etc/apt/sources.list.d/ file, /etc/apt/apt.conf.d/ file
 and /etc/apt/preferences.d/ file with all the right settings for me.

 I completely agree but did not managed to get /etc/apt/preferences.d/
 working as expected.  Did I missed a piece of documentation or can you
 provide any working example.

 Kind regards

   Andreas.

I just placed a file ther for pining like this:

m...@frosties:~% cat /etc/apt/preferences.d/pin
Package: *
Pin: release v=666.0,o=Debian,a=unstable,n=sid,l=Debian,c=main
Pin-Priority: 666

m...@frosties:~% apt-cache policy
Package files:
 100 /var/lib/dpkg/status
 release a=now
 666 http://chocos/debian/ sid/main amd64 Packages
 release v=666.0,o=Debian,a=unstable,n=sid,l=Debian,c=main
 origin chocos
Pinned packages:


MfG
Goswin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87tyjn7dlp@frosties.localnet



Re: try to rebuild base.tgz (re: Does not install in pbuilder)

2010-11-11 Thread Steve M. Robbins
On Wed, Nov 10, 2010 at 11:25:50PM +0900, Hideki Yamane wrote:
 Hi,
 
  I got the same issue with ca-certficates-java and pbuilder, but after
  re-create base.tgz, it has gone away. Could you try to do that, please?

Thanks for the tip!  Indeed, re-creating base.tgz using pbuilder
--create did the trick.  

Oddly, simply doing pbuilder --update (which is what I had been
trying) did not work.  I'm a little surprised, since I figured that
whatever transient brokenness existed in my base.tgz would be fixed
when said broken packages got replaced by updating.

Whatever happened, it seems fixed now and I can build insighttoolkit
in pbuilder.

Cheers,
-Steve



signature.asc
Description: Digital signature


Accepted qemu-kvm 0.13.0+dfsg-2 (source i386)

2010-11-11 Thread Michael Tokarev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Nov 2010 09:29:59 +0300
Source: qemu-kvm
Binary: qemu-kvm qemu-kvm-dbg kvm
Architecture: source i386
Version: 0.13.0+dfsg-2
Distribution: experimental
Urgency: low
Maintainer: Jan Lübbe jlue...@debian.org
Changed-By: Michael Tokarev m...@tls.msk.ru
Description: 
 kvm- dummy transitional package from kvm to qemu-kvm
 qemu-kvm   - Full virtualization on x86 hardware
 qemu-kvm-dbg - Debugging info for qemu-kvm
Changes: 
 qemu-kvm (0.13.0+dfsg-2) experimental; urgency=low
 .
   * fix /usr/share/kvm/keymaps dir=symlink mess after dpkg:
 - remove the symlink when downgrading
 - handle downgrade failures (abort-upgrade)
   * two patches from upstream git to fix alsa audio issues:
 - fix-100%-CPU-load-when-idle-with-ALSA.diff
 - issue-snd_pcm_start-when-capturing-audio.diff
Checksums-Sha1: 
 5aa073d87c4bca5b8c2255693d0b9e1fab257a24 1640 qemu-kvm_0.13.0+dfsg-2.dsc
 7f3f7847e838f98ca81b3e0056013f856e7083b2 314316 qemu-kvm_0.13.0+dfsg-2.diff.gz
 846b3a184c90d498256e6f1f20988bc6fb555cd9 1202272 
qemu-kvm_0.13.0+dfsg-2_i386.deb
 f05c2155b0f47be1bfe149ff8d2cccb2074b5718 2449228 
qemu-kvm-dbg_0.13.0+dfsg-2_i386.deb
 910543e165f3f3cff6b999c412cba5b27815095f 12646 kvm_0.13.0+dfsg-2_i386.deb
Checksums-Sha256: 
 c14340a82e4556e6ce9f8a1414939a63dfd8c09db907f3070f3720dfbf35d194 1640 
qemu-kvm_0.13.0+dfsg-2.dsc
 04cf2d570553cb81424c8f506d24a0caa444acdfe87c54c8ae7e8b32f40557df 314316 
qemu-kvm_0.13.0+dfsg-2.diff.gz
 2f5b8a4db88c80520110ef0ed570c45c6346f89da28e83e0559bad337d175af5 1202272 
qemu-kvm_0.13.0+dfsg-2_i386.deb
 5c2c4adf17bfe49e79b81d92e58e90f780b66b7dfa0f5cceba217dfab949f654 2449228 
qemu-kvm-dbg_0.13.0+dfsg-2_i386.deb
 3a394e035f27d2f9e9c4cfbdda23a9d28f01ac527d9d356d7bd7adf375424beb 12646 
kvm_0.13.0+dfsg-2_i386.deb
Files: 
 f93a803b7c4910ae0f9521d9a3caaf4a 1640 misc optional qemu-kvm_0.13.0+dfsg-2.dsc
 63e4eba13f5faa9fd1b16ea7dfcb85e6 314316 misc optional 
qemu-kvm_0.13.0+dfsg-2.diff.gz
 e67c22dbabb2636416c689d7c5c27cf3 1202272 misc optional 
qemu-kvm_0.13.0+dfsg-2_i386.deb
 a66c736f3dfb4732bd76c2db12a19f25 2449228 debug extra 
qemu-kvm-dbg_0.13.0+dfsg-2_i386.deb
 8acf4483a7faee05954c4f927ec68947 12646 oldlibs extra kvm_0.13.0+dfsg-2_i386.deb

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

iD8DBQFM26YVn88szT8+ZCYRAil8AJ4mcwgwjV4lWjg31VoIpRrWzYaSmwCeNIcn
1t7y5Hq54162Zg3JNphNFhQ=
=Aaeh
-END PGP SIGNATURE-


Accepted:
kvm_0.13.0+dfsg-2_i386.deb
  to main/q/qemu-kvm/kvm_0.13.0+dfsg-2_i386.deb
qemu-kvm-dbg_0.13.0+dfsg-2_i386.deb
  to main/q/qemu-kvm/qemu-kvm-dbg_0.13.0+dfsg-2_i386.deb
qemu-kvm_0.13.0+dfsg-2.diff.gz
  to main/q/qemu-kvm/qemu-kvm_0.13.0+dfsg-2.diff.gz
qemu-kvm_0.13.0+dfsg-2.dsc
  to main/q/qemu-kvm/qemu-kvm_0.13.0+dfsg-2.dsc
qemu-kvm_0.13.0+dfsg-2_i386.deb
  to main/q/qemu-kvm/qemu-kvm_0.13.0+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/e1pgsac-0002ku...@franck.debian.org



Accepted xfsprogs 3.1.4 (source i386)

2010-11-11 Thread Nathan Scott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 09 Nov 2010 22:39:04 +1100
Source: xfsprogs
Binary: xfsprogs xfslibs-dev xfsprogs-udeb
Architecture: source i386
Version: 3.1.4
Distribution: unstable
Urgency: low
Maintainer: XFS Development Team x...@oss.sgi.com
Changed-By: Nathan Scott nath...@debian.org
Description: 
 xfslibs-dev - XFS filesystem-specific static libraries and headers
 xfsprogs   - Utilities for managing the XFS filesystem
 xfsprogs-udeb - A stripped-down version of xfsprogs, for debian-installer 
(udeb)
Closes: 601710 601988
Changes: 
 xfsprogs (3.1.4) unstable; urgency=low
 .
   * New upstream release (32 projid resolution, fsr uses /proc/mounts)
   * Annotate Debian packages as being team maintained now.
   * Resolve Lenny upgrade issue with xfsdump (closes: #601988, #601710)
Checksums-Sha1: 
 c30da71f37a0bb986dd54b068c6b01f9e148ffc8 950 xfsprogs_3.1.4.dsc
 7094aacd18ecff576b8d7f30afff5aee4d4592e7 1394687 xfsprogs_3.1.4.tar.gz
 bb8a8bf2b37781cf5e595384880b3020ae3377a4 1478082 xfsprogs_3.1.4_i386.deb
 3d18e7852507b4d2a161052520770a8b7f1205c2 31380 xfslibs-dev_3.1.4_i386.deb
 bc9d27dccc73cd2f09a51ac9361276cb57e6eb82 119950 xfsprogs-udeb_3.1.4_i386.udeb
Checksums-Sha256: 
 ea06fbbdb90225dd39c78fb482b1ae7704ba845bc0896cebbb4a4f9b5ac83656 950 
xfsprogs_3.1.4.dsc
 b7f127da2cf2eb5bb0b682b30f1337ff752ea1805b07a8b86d77ef2e20aa5e05 1394687 
xfsprogs_3.1.4.tar.gz
 78b15b32c73b805e8417e1938868d3f01d8875e6f66a2184fb5def8a687ab8e0 1478082 
xfsprogs_3.1.4_i386.deb
 3ee9c0cf33a5fc01e8adec09e81fa24a235b271d3fe485fa1ae10bffb003400f 31380 
xfslibs-dev_3.1.4_i386.deb
 efa66e9b5a6e29cd1e503fbe08b12bf85684a0816f4e6c3ba2061a4195182c62 119950 
xfsprogs-udeb_3.1.4_i386.udeb
Files: 
 dc437faa8d64948c7df9cc8c25d136cd 950 admin optional xfsprogs_3.1.4.dsc
 23568a603c913b80076abe3c23521573 1394687 admin optional xfsprogs_3.1.4.tar.gz
 0174a6e9ea6cc02cb72ccb7f92456ce0 1478082 admin optional xfsprogs_3.1.4_i386.deb
 4c7ae28aaec953c65d2c4c62cd7df0a8 31380 libdevel extra 
xfslibs-dev_3.1.4_i386.deb
 c8a399d79fe13fc62eeb676cbeee41e1 119950 debian-installer optional 
xfsprogs-udeb_3.1.4_i386.udeb
Package-Type: udeb

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

iEYEARECAAYFAkzbwuYACgkQm8fl3HSIa2OOSwCdHbR93g7OYMq3/2JlL53TgzVE
B7QAnjd6nZDXhMd44/6oFGF0pqyPcRYo
=T5Lu
-END PGP SIGNATURE-


Accepted:
xfslibs-dev_3.1.4_i386.deb
  to main/x/xfsprogs/xfslibs-dev_3.1.4_i386.deb
xfsprogs-udeb_3.1.4_i386.udeb
  to main/x/xfsprogs/xfsprogs-udeb_3.1.4_i386.udeb
xfsprogs_3.1.4.dsc
  to main/x/xfsprogs/xfsprogs_3.1.4.dsc
xfsprogs_3.1.4.tar.gz
  to main/x/xfsprogs/xfsprogs_3.1.4.tar.gz
xfsprogs_3.1.4_i386.deb
  to main/x/xfsprogs/xfsprogs_3.1.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/e1pgurt-0004dd...@franck.debian.org



Accepted fossil 2010.11.10.014319-1 (source amd64)

2010-11-11 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 11 Nov 2010 11:06:35 +
Source: fossil
Binary: fossil
Architecture: source amd64
Version: 2010.11.10.014319-1
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 fossil - DSCM with built-in wiki, http interface and server, tickets datab
Changes: 
 fossil (2010.11.10.014319-1) unstable; urgency=low
 .
   * New upstream version
   * Silence gcc -Wall by casting output of sizeof() used in format %d
Checksums-Sha1: 
 e1979b9676042db5ec2015d5fd5dbd4db65c8c36 1205 fossil_2010.11.10.014319-1.dsc
 f7dccc4013d9718990adcda28c5e6a531e8485e5 2063312 
fossil_2010.11.10.014319.orig.tar.gz
 f01ff553d48e8c02dfd5dfa3b7fca1016ebafaeb 10855 
fossil_2010.11.10.014319-1.debian.tar.gz
 07520ac5cafd676c76fd0e0eb9912177f46d02c8 297840 
fossil_2010.11.10.014319-1_amd64.deb
Checksums-Sha256: 
 bcf7aebf4180a88441c4ef38bb720e34df1b5c16dfecb48ee6204ed09370602d 1205 
fossil_2010.11.10.014319-1.dsc
 8253f60b8b1b1022375ea6029ad00ff63a762017735ec655e9074c80e8956c86 2063312 
fossil_2010.11.10.014319.orig.tar.gz
 9bd0ea6eb56f64ad9814079f4fe0070242e0fa7e97a6efe6433c866adf7e3e5b 10855 
fossil_2010.11.10.014319-1.debian.tar.gz
 f43f6ec943ea18b7a44b83e6d679d295af8907911c45468cdb08c5112ae10a89 297840 
fossil_2010.11.10.014319-1_amd64.deb
Files: 
 727a45f5c972bcbd16b680ae6985463e 1205 vcs optional 
fossil_2010.11.10.014319-1.dsc
 1d290490ecbebebc4875fc882b82498d 2063312 vcs optional 
fossil_2010.11.10.014319.orig.tar.gz
 a2ede2cfced438b0795ff939f8bc3cb7 10855 vcs optional 
fossil_2010.11.10.014319-1.debian.tar.gz
 d231c123224a09314429c52337b7a697 297840 vcs optional 
fossil_2010.11.10.014319-1_amd64.deb

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

iEYEARECAAYFAkzbz3EACgkQLz4Gnv7CP7J2PACgr/ZWEuTRU6o6x3s8ccf1WEDS
iA8AnR0+X+IJkjwgkvjQDi7tg5Breiqm
=ZFp3
-END PGP SIGNATURE-


Accepted:
fossil_2010.11.10.014319-1.debian.tar.gz
  to main/f/fossil/fossil_2010.11.10.014319-1.debian.tar.gz
fossil_2010.11.10.014319-1.dsc
  to main/f/fossil/fossil_2010.11.10.014319-1.dsc
fossil_2010.11.10.014319-1_amd64.deb
  to main/f/fossil/fossil_2010.11.10.014319-1_amd64.deb
fossil_2010.11.10.014319.orig.tar.gz
  to main/f/fossil/fossil_2010.11.10.014319.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/e1pgvqx-00020r...@franck.debian.org



Accepted libdevice-usb-pcsensor-hidtemper-perl 0.0201-2 (source amd64)

2010-11-11 Thread Cyril Bouthors
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 11 Nov 2010 15:08:02 +0100
Source: libdevice-usb-pcsensor-hidtemper-perl
Binary: libdevice-usb-pcsensor-hidtemper-perl
Architecture: source amd64
Version: 0.0201-2
Distribution: unstable
Urgency: low
Maintainer: Cyril Bouthors cy...@bouthors.org
Changed-By: Cyril Bouthors cy...@bouthors.org
Description: 
 libdevice-usb-pcsensor-hidtemper-perl - Perl module to interface to the 
HidTEMPer thermometers
Changes: 
 libdevice-usb-pcsensor-hidtemper-perl (0.0201-2) unstable; urgency=low
 .
   * Added more accurate copyright description according to the information
 provided by Alexander Reichle-Schmehl.
Checksums-Sha1: 
 77c22adf4d2f6e856e3c94e44b86e2474e483792 1320 
libdevice-usb-pcsensor-hidtemper-perl_0.0201-2.dsc
 71b1bbca531be0c7ccc9eae3e4f1d28f0e431f8b 1005 
libdevice-usb-pcsensor-hidtemper-perl_0.0201-2.diff.gz
 9fe071fc625f5f5e2d434a09d4a75971ff43e4e3 32852 
libdevice-usb-pcsensor-hidtemper-perl_0.0201-2_amd64.deb
Checksums-Sha256: 
 5c248e13bf0acdf2551b6012d1cacbd47095258e640e005b6346dd37b2028c2b 1320 
libdevice-usb-pcsensor-hidtemper-perl_0.0201-2.dsc
 8fe6889483caab544b507d3afce84eaba39fec02e492ea67e0f3deafe2448b2c 1005 
libdevice-usb-pcsensor-hidtemper-perl_0.0201-2.diff.gz
 9249a929a85274ab6bd3e8134dc751d976ced84d35f5d42e3ffcbd25eddc3b17 32852 
libdevice-usb-pcsensor-hidtemper-perl_0.0201-2_amd64.deb
Files: 
 e55f3588f1051f7eeb3477e01da01830 1320 perl optional 
libdevice-usb-pcsensor-hidtemper-perl_0.0201-2.dsc
 3ec29f8e6e8a400bc49b4409e3e61d5f 1005 perl optional 
libdevice-usb-pcsensor-hidtemper-perl_0.0201-2.diff.gz
 75ce6739e4d7534639799a11e08e2d3a 32852 perl optional 
libdevice-usb-pcsensor-hidtemper-perl_0.0201-2_amd64.deb

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

iD4DBQFM2/mMZ1SJHeqsYt8RAloAAJYsesuDuIbqboLcJzweg+MPSXCUAJ97tHp2
lXvFWERxSnbQri25qFJXdg==
=pgc3
-END PGP SIGNATURE-


Accepted:
libdevice-usb-pcsensor-hidtemper-perl_0.0201-2.diff.gz
  to 
main/libd/libdevice-usb-pcsensor-hidtemper-perl/libdevice-usb-pcsensor-hidtemper-perl_0.0201-2.diff.gz
libdevice-usb-pcsensor-hidtemper-perl_0.0201-2.dsc
  to 
main/libd/libdevice-usb-pcsensor-hidtemper-perl/libdevice-usb-pcsensor-hidtemper-perl_0.0201-2.dsc
libdevice-usb-pcsensor-hidtemper-perl_0.0201-2_amd64.deb
  to 
main/libd/libdevice-usb-pcsensor-hidtemper-perl/libdevice-usb-pcsensor-hidtemper-perl_0.0201-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/e1pgyc8-0005wo...@franck.debian.org



Accepted mixxx 1.8.1-2 (source all amd64)

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

Format: 1.8
Date: Thu, 11 Nov 2010 14:15:11 +0100
Source: mixxx
Binary: mixxx mixxx-data
Architecture: source amd64 all
Version: 1.8.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 mixxx  - Digital Disc Jockey Interface
 mixxx-data - Digital Disc Jockey Interface -- data files
Changes: 
 mixxx (1.8.1-2) unstable; urgency=low
 .
   * First upload to unstable, Mixxx 1.7.2 was removed from Squeeze.
   * Minimize the delta between Debian and Ubuntu:
 - 91-desktop_file.patch is Debian-specific as Ubuntu uses PulseAudio
   by default.
 - Introduce new SUBSTVAR in debian/control and pass it to dh_gencontrol
   to set different dependencies depending on the distribution.
Checksums-Sha1: 
 d6e869fa69e06c2bb726c10ee670efb5b853476a 1577 mixxx_1.8.1-2.dsc
 4b23af18d3ecaea62ef4dd44c5526ff823a5792a 11635 mixxx_1.8.1-2.debian.tar.gz
 e8c3e11238f2ffe42e38e81614bd2067876744bf 2138036 mixxx_1.8.1-2_amd64.deb
 738c3c94d8f779f539fbc940c4b73b3c0438b587 4746274 mixxx-data_1.8.1-2_all.deb
Checksums-Sha256: 
 123cdb4fc53c09596f335b82a1ad1920111e543c50f32c8d652d3b5a415c8a75 1577 
mixxx_1.8.1-2.dsc
 0eeae51a7851a36fcd04f34162474a1b6c1d91426b37da5746d33e74a4b8f7fb 11635 
mixxx_1.8.1-2.debian.tar.gz
 6510d5d000213949f70caaa167b5250e4b4821a8a57a3ce03e81376b39b01a92 2138036 
mixxx_1.8.1-2_amd64.deb
 dc96638aa7d6a08467644ae10b4bd594cbdd9503aec2875c7e6242e4973b00b4 4746274 
mixxx-data_1.8.1-2_all.deb
Files: 
 d9add6bbe40f3deb56413eed6534868d 1577 sound optional mixxx_1.8.1-2.dsc
 e613fa6c2bf8724de86b1d041a12cd3b 11635 sound optional 
mixxx_1.8.1-2.debian.tar.gz
 e98452df3be88d662adf3758fffdad62 2138036 sound optional mixxx_1.8.1-2_amd64.deb
 3ea192155a79602e38a0582ab1e452ec 4746274 sound optional 
mixxx-data_1.8.1-2_all.deb

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

iEYEARECAAYFAkzb/L4ACgkQRdSMfNz8P9AzkgCfY9swRb3uunAGOwuAY+xzbW92
ibMAn2NMWbCGqxuKyeOUD37UmMnHIghl
=9jo9
-END PGP SIGNATURE-


Accepted:
mixxx-data_1.8.1-2_all.deb
  to main/m/mixxx/mixxx-data_1.8.1-2_all.deb
mixxx_1.8.1-2.debian.tar.gz
  to main/m/mixxx/mixxx_1.8.1-2.debian.tar.gz
mixxx_1.8.1-2.dsc
  to main/m/mixxx/mixxx_1.8.1-2.dsc
mixxx_1.8.1-2_amd64.deb
  to main/m/mixxx/mixxx_1.8.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/e1pgycs-0005bx...@franck.debian.org



Accepted usb-modeswitch 1.1.4-2 (source amd64)

2010-11-11 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 11 Nov 2010 14:52:43 +0100
Source: usb-modeswitch
Binary: usb-modeswitch
Architecture: source amd64
Version: 1.1.4-2
Distribution: unstable
Urgency: low
Maintainer: Didier Raboud did...@raboud.com
Changed-By: Didier Raboud did...@raboud.com
Description: 
 usb-modeswitch - mode switching tool for controlling flip flop USB devices
Changes: 
 usb-modeswitch (1.1.4-2) unstable; urgency=low
 .
   * Fix configuration switching race (LP: #673435)
Checksums-Sha1: 
 9bafddbbdf5b3fd2df077b818c2a8db332a345d3 1370 usb-modeswitch_1.1.4-2.dsc
 41aba154c89d9fc5c522b158f61233b08e3162fe 10255 
usb-modeswitch_1.1.4-2.debian.tar.gz
 208102a68f651e1d094f1fcfdba4a72705bc6244 49936 usb-modeswitch_1.1.4-2_amd64.deb
Checksums-Sha256: 
 1ad80c903aa9438ba48797b9c7706cf323e758fd8d82d318848d104baaa4027f 1370 
usb-modeswitch_1.1.4-2.dsc
 689a5ee9e1a624099d803426dacc324f2169c3b3638e2b84950f54f2e3792d34 10255 
usb-modeswitch_1.1.4-2.debian.tar.gz
 e4bdd91e78e2852c0a5afe5b9382bf8981ac32ef4b82a9cd6ef65ea67964ff6d 49936 
usb-modeswitch_1.1.4-2_amd64.deb
Files: 
 bbd490740b4ba561b2fc904827ecd9b1 1370 comm extra usb-modeswitch_1.1.4-2.dsc
 7396af1e8465fc48fda64ad7f283f125 10255 comm extra 
usb-modeswitch_1.1.4-2.debian.tar.gz
 06624ef9bd39e3bc2c30400d28fbe901 49936 comm extra 
usb-modeswitch_1.1.4-2_amd64.deb

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

iJwEAQECAAYFAkzcAZwACgkQKA1Vt+jBwDhDngP/ca8eHJ/De5LE87VtdUFqp3S8
tXNjhdY7m14+3eyramcaeZtJ/LjrbcnnqzFO8MRwXCx/mrckUcwKRVGYvHB13RR1
igbaoXfDElWy0Ia4JcyfNT4SxdFNI3DaTCOgMk97oC6pHmdyjZy2c2/yLVEuZA9N
Eg55e5uE3g5mqOxVEj0=
=6EKX
-END PGP SIGNATURE-


Accepted:
usb-modeswitch_1.1.4-2.debian.tar.gz
  to main/u/usb-modeswitch/usb-modeswitch_1.1.4-2.debian.tar.gz
usb-modeswitch_1.1.4-2.dsc
  to main/u/usb-modeswitch/usb-modeswitch_1.1.4-2.dsc
usb-modeswitch_1.1.4-2_amd64.deb
  to main/u/usb-modeswitch/usb-modeswitch_1.1.4-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/e1pgyf8-et...@franck.debian.org



Accepted viewvc 1.1.5-1.1 (source all)

2010-11-11 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 30 Oct 2010 12:12:36 +0200
Source: viewvc
Binary: viewvc viewvc-query
Architecture: source all
Version: 1.1.5-1.1
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno en...@debian.org
Changed-By: Ana Beatriz Guerrero Lopez a...@debian.org
Description: 
 viewvc - web interface for CVS and/or Subversion repositories
 viewvc-query - utility to query CVS and Subversion commit database
Closes: 601805
Changes: 
 viewvc (1.1.5-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Backporting oneliner fix from version 1.1.6, r2369,
 (escape): Ensure that the input is string-ified before doing string
 transformations on it. (Closes: #601805)
 Thanks to Tom Albers.
Checksums-Sha1: 
 6720f8f7a6efd2571a7ef7e40882de9dd7742c6b 1131 viewvc_1.1.5-1.1.dsc
 840e9c69fdd4cd80aa35554606cd0c7e95276cd4 19565 viewvc_1.1.5-1.1.diff.gz
 55ed4e8664633f5bcbe2f46f43eb3ad32f2fb9aa 609044 viewvc_1.1.5-1.1_all.deb
 6e9ca206c0c6fc6ebc8bbdfcf1aa718a3ca17bf8 12192 viewvc-query_1.1.5-1.1_all.deb
Checksums-Sha256: 
 8c4502c51cdb05da2ed6645074e6ff979e461623ae71d70dd20b10588d2085c2 1131 
viewvc_1.1.5-1.1.dsc
 71f1a80c7f71bc165a72018879fa1746dcfee8eb00a097b370d46d18cd4f2730 19565 
viewvc_1.1.5-1.1.diff.gz
 53c279eda89a06582b9042a88c79c4f750efa43d956b8ebf312bb15634d240e9 609044 
viewvc_1.1.5-1.1_all.deb
 1b672b541ac11fe2896eb3aaf3112e57fa75c19d411e3866df4c12182520cab2 12192 
viewvc-query_1.1.5-1.1_all.deb
Files: 
 9c06b6d9d97b97f25d9c69527775c19b 1131 vcs optional viewvc_1.1.5-1.1.dsc
 5ef603765c38f4b1f0ff383204ec4b2f 19565 vcs optional viewvc_1.1.5-1.1.diff.gz
 ba768b5864326496854fe09247de 609044 vcs optional viewvc_1.1.5-1.1_all.deb
 08281ab4078f26efe077b5a6d7e910dc 12192 vcs optional 
viewvc-query_1.1.5-1.1_all.deb

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

iEYEARECAAYFAkzO3WQACgkQn3j4POjENGHkUQCdEKRMTR24co8p+NTxcklFXI3P
ZbMAnjNccQ5KtR350DlEcVuryRAgBgtm
=vTcX
-END PGP SIGNATURE-


Accepted:
viewvc-query_1.1.5-1.1_all.deb
  to main/v/viewvc/viewvc-query_1.1.5-1.1_all.deb
viewvc_1.1.5-1.1.diff.gz
  to main/v/viewvc/viewvc_1.1.5-1.1.diff.gz
viewvc_1.1.5-1.1.dsc
  to main/v/viewvc/viewvc_1.1.5-1.1.dsc
viewvc_1.1.5-1.1_all.deb
  to main/v/viewvc/viewvc_1.1.5-1.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/e1pgzbh-0008hr...@franck.debian.org



Accepted zorp 3.3.6-1.1 (source all amd64)

2010-11-11 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 11 Nov 2010 15:28:28 +0100
Source: zorp
Binary: zorp libzorp0-dev zorp-modules zorp-doc libzorp0 python-kzorp
Architecture: source all amd64
Version: 3.3.6-1.1
Distribution: unstable
Urgency: low
Maintainer: SZALAY Attila s...@debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 libzorp0   - The runtime library of Zorp
 libzorp0-dev - Development files needed to compile Zorp modules
 python-kzorp - Python bindings for kzorp.
 zorp   - An advanced protocol analyzing firewall
 zorp-doc   - Zorp documentation
 zorp-modules - Default proxy modules for Zorp
Closes: 601991
Changes: 
 zorp (3.3.6-1.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * Add to libzorp0: Replaces: libzorp2; Breaks: libzorp2 to fix error
 when upgrading from lenny (closes: #601991). Thanks to Marcos Marado
 for the hint.
Checksums-Sha1: 
 5f13cca07077f852c8da416c4e8593201bf59e83 1137 zorp_3.3.6-1.1.dsc
 9c952c58f1ea5abc967b1937d94aa33ea4a74c78 38052 zorp_3.3.6-1.1.diff.gz
 6e8d148c39d032643abfbc80bfea9a4db801ffd8 22242 zorp-doc_3.3.6-1.1_all.deb
 75b9a82e1c567657e12141573fbc60c3da619364 10376 python-kzorp_3.3.6-1.1_all.deb
 30b631cce10313766bfc374e2e37f5e8b49f4718 124772 zorp_3.3.6-1.1_amd64.deb
 a5bec7f04ac8f3b7b87d1996eca854653b9c37d7 27268 libzorp0-dev_3.3.6-1.1_amd64.deb
 4509aeda2beb27826c8c94869e177084487c90c7 162928 
zorp-modules_3.3.6-1.1_amd64.deb
 035c50266d4963d33bdd1ca91992109ec94f0be4 100048 libzorp0_3.3.6-1.1_amd64.deb
Checksums-Sha256: 
 498180e9bed29c057be285300bb1a418aacdf8b9140c6ca0e18023d67f55278a 1137 
zorp_3.3.6-1.1.dsc
 2cb339d5573ccf03fc18089081d95b13e1266402338beb2064924b1e06a08506 38052 
zorp_3.3.6-1.1.diff.gz
 150d5ef38c2008ad2d9b516c8e1c052a1c75771bf4cbdd036e4129b2ef9dd393 22242 
zorp-doc_3.3.6-1.1_all.deb
 fd10e1b6cfc3171660fc560e72b8e00deacd640cc5967ba916e79899c4ec78ba 10376 
python-kzorp_3.3.6-1.1_all.deb
 bc1f6e4c10fee4a3923500fef5c30c640f65a9bb8e5e24b2f27891779bccec16 124772 
zorp_3.3.6-1.1_amd64.deb
 a9b8a113cb88021207b0e6a9485987c1df936348fa105bca5f5704b734116267 27268 
libzorp0-dev_3.3.6-1.1_amd64.deb
 9350b473e0162050d2f529fcd0297ada3349c099e51aa6f981bdaaa2d0c074c4 162928 
zorp-modules_3.3.6-1.1_amd64.deb
 937718f80c2ba7e5b6b861d013d1a4d698422a243db590e327ba5948d3646bf0 100048 
libzorp0_3.3.6-1.1_amd64.deb
Files: 
 2537863c4a9494ac9172486ce00b1811 1137 net optional zorp_3.3.6-1.1.dsc
 1c7de19dd10581b94ab2983773dbc07f 38052 net optional zorp_3.3.6-1.1.diff.gz
 af51db53df4ea951f50e320d5a486b35 22242 doc optional zorp-doc_3.3.6-1.1_all.deb
 7e1c488bb6328e5c2c1f75d59f5e2a34 10376 python optional 
python-kzorp_3.3.6-1.1_all.deb
 cd833ca48c0a7fddd92919aa5e4e31b4 124772 net optional zorp_3.3.6-1.1_amd64.deb
 b6039f247078d684a1bf8fe4e269ecd8 27268 libdevel optional 
libzorp0-dev_3.3.6-1.1_amd64.deb
 54486fea43ceaa3ec1dbece2275d7e0d 162928 net optional 
zorp-modules_3.3.6-1.1_amd64.deb
 4c557a09283943a848227e43ab0210bf 100048 libs optional 
libzorp0_3.3.6-1.1_amd64.deb

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

iEYEARECAAYFAkzcDx4ACgkQtzWmSeC6BMHVqwCfbEaIjAceIgeyH6PNZFC3EPZ7
zNcAnRIPl+sFMqtHlMKBC/zTjRzODGGs
=8Vp5
-END PGP SIGNATURE-


Accepted:
libzorp0-dev_3.3.6-1.1_amd64.deb
  to main/z/zorp/libzorp0-dev_3.3.6-1.1_amd64.deb
libzorp0_3.3.6-1.1_amd64.deb
  to main/z/zorp/libzorp0_3.3.6-1.1_amd64.deb
python-kzorp_3.3.6-1.1_all.deb
  to main/z/zorp/python-kzorp_3.3.6-1.1_all.deb
zorp-doc_3.3.6-1.1_all.deb
  to main/z/zorp/zorp-doc_3.3.6-1.1_all.deb
zorp-modules_3.3.6-1.1_amd64.deb
  to main/z/zorp/zorp-modules_3.3.6-1.1_amd64.deb
zorp_3.3.6-1.1.diff.gz
  to main/z/zorp/zorp_3.3.6-1.1.diff.gz
zorp_3.3.6-1.1.dsc
  to main/z/zorp/zorp_3.3.6-1.1.dsc
zorp_3.3.6-1.1_amd64.deb
  to main/z/zorp/zorp_3.3.6-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/e1pgzbt-0008rb...@franck.debian.org



Accepted xjadeo 0.6.0~rc4-1 (source amd64)

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

Format: 1.8
Date: Thu, 11 Nov 2010 16:55:45 +0100
Source: xjadeo
Binary: xjadeo
Architecture: source amd64
Version: 0.6.0~rc4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 xjadeo - Video player with JACK sync
Changes: 
 xjadeo (0.6.0~rc4-1) experimental; urgency=low
 .
   * Imported Upstream version 0.6.0~rc4.
   * Install qjadeo.png only.
   * Build contrib stuff.
Checksums-Sha1: 
 9be45a6bf5639b125e81075f7eb8c793e5db7a63 1626 xjadeo_0.6.0~rc4-1.dsc
 d8f1422147c4e2d982ed9799cc5e3f8f6d2b9852 337633 xjadeo_0.6.0~rc4.orig.tar.gz
 9c6c5b7006e973b8037d272d91647829a6755f59 3506 xjadeo_0.6.0~rc4-1.debian.tar.gz
 01712af297ec6078502ef0c6969fecf0498aeb80 182308 xjadeo_0.6.0~rc4-1_amd64.deb
Checksums-Sha256: 
 ceeca01646f58fbbf58436d977e92656c4a0d2e835a2e1a21b1fea006c1b48d5 1626 
xjadeo_0.6.0~rc4-1.dsc
 161e529ef17a4ab594844355cfeb598c159c1e685dd18bcc5a88c83df6fee68c 337633 
xjadeo_0.6.0~rc4.orig.tar.gz
 1fe631e8d48a2e6b0806713093fe9535a32c62a1d54a158946e78328ac4e03bb 3506 
xjadeo_0.6.0~rc4-1.debian.tar.gz
 fd2d2478489613b0ccd75d18a2d15e78e8c7070eb8d0cc42f0f9307e06096cba 182308 
xjadeo_0.6.0~rc4-1_amd64.deb
Files: 
 18ad89d88b2ca375c4e0afc99287727a 1626 sound optional xjadeo_0.6.0~rc4-1.dsc
 3342412178bcc62d8455699fbf90bafe 337633 sound optional 
xjadeo_0.6.0~rc4.orig.tar.gz
 6f556a2617bac5a43d9595c13cf3080f 3506 sound optional 
xjadeo_0.6.0~rc4-1.debian.tar.gz
 c1cfe7018a596ec7c6495f3ed6ce2550 182308 sound optional 
xjadeo_0.6.0~rc4-1_amd64.deb

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

iEYEARECAAYFAkzcFP4ACgkQRdSMfNz8P9AkoACfa3ZaMXudpm8HxARKboYG/opy
ubEAnA7SR2JgUqxJ9gNYuzZLDMuozzne
=JFw5
-END PGP SIGNATURE-


Accepted:
xjadeo_0.6.0~rc4-1.debian.tar.gz
  to main/x/xjadeo/xjadeo_0.6.0~rc4-1.debian.tar.gz
xjadeo_0.6.0~rc4-1.dsc
  to main/x/xjadeo/xjadeo_0.6.0~rc4-1.dsc
xjadeo_0.6.0~rc4-1_amd64.deb
  to main/x/xjadeo/xjadeo_0.6.0~rc4-1_amd64.deb
xjadeo_0.6.0~rc4.orig.tar.gz
  to main/x/xjadeo/xjadeo_0.6.0~rc4.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/e1pgzpi-0001ow...@franck.debian.org



Accepted fossil 2010.11.11.133638-1 (source amd64)

2010-11-11 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 11 Nov 2010 16:02:12 +
Source: fossil
Binary: fossil
Architecture: source amd64
Version: 2010.11.11.133638-1
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 fossil - DSCM with built-in wiki, http interface and server, tickets datab
Changes: 
 fossil (2010.11.11.133638-1) unstable; urgency=low
 .
   * New upstream version
   * Upgrade to debhelper 8
Checksums-Sha1: 
 b541d355197781f6c0d025062dfcff8d87023715 1205 fossil_2010.11.11.133638-1.dsc
 bec59879965e456100c84365ddc8fc83cd64b3c1 2063609 
fossil_2010.11.11.133638.orig.tar.gz
 646d7c011b3cb8886fe48e10a16539ea4fe18c2b 11310 
fossil_2010.11.11.133638-1.debian.tar.gz
 eaac02382fdc228f431f9a37acee97739343197c 298350 
fossil_2010.11.11.133638-1_amd64.deb
Checksums-Sha256: 
 094a43bd6e7f3d80db8502e0377d8fe694431d51b04788f9864b589e94b53b1f 1205 
fossil_2010.11.11.133638-1.dsc
 bbd6115e901e963aad2d160935de656d9f302b0abef1297066da23f069aec89e 2063609 
fossil_2010.11.11.133638.orig.tar.gz
 e73245e6b4303347d82f6f21cd4bcaffde80734e4aa5ae1d093b2564b04a6e3d 11310 
fossil_2010.11.11.133638-1.debian.tar.gz
 c718e85a6373915a72c33f1223395f348c42877cf1baa41365134d4faa9e5383 298350 
fossil_2010.11.11.133638-1_amd64.deb
Files: 
 9fd2bed4830b3225926352d019ca5930 1205 vcs optional 
fossil_2010.11.11.133638-1.dsc
 0393025ea0f5ca5ece7d632753123e77 2063609 vcs optional 
fossil_2010.11.11.133638.orig.tar.gz
 8b35a6509620ea2f91b9d5303b169b59 11310 vcs optional 
fossil_2010.11.11.133638-1.debian.tar.gz
 c52d5ee1653a40c5631c9867bdf86b12 298350 vcs optional 
fossil_2010.11.11.133638-1_amd64.deb

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

iEYEARECAAYFAkzcFmwACgkQLz4Gnv7CP7I43gCcCJCbX39dTHZBhlfZkFQTmaDg
G/oAnjgeHGpvpjljuzEjG7oWtOpJdG84
=E438
-END PGP SIGNATURE-


Accepted:
fossil_2010.11.11.133638-1.debian.tar.gz
  to main/f/fossil/fossil_2010.11.11.133638-1.debian.tar.gz
fossil_2010.11.11.133638-1.dsc
  to main/f/fossil/fossil_2010.11.11.133638-1.dsc
fossil_2010.11.11.133638-1_amd64.deb
  to main/f/fossil/fossil_2010.11.11.133638-1_amd64.deb
fossil_2010.11.11.133638.orig.tar.gz
  to main/f/fossil/fossil_2010.11.11.133638.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/e1pga4f-0004k3...@franck.debian.org



Accepted manpages-de 0.7-1 (source all)

2010-11-11 Thread Tobias Quathamer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 11 Nov 2010 17:19:06 +0100
Source: manpages-de
Binary: manpages-de manpages-de-dev
Architecture: source all
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Quathamer to...@debian.org
Changed-By: Tobias Quathamer to...@debian.org
Description: 
 manpages-de - German manpages
 manpages-de-dev - German development manpages
Closes: 602816
Changes: 
 manpages-de (0.7-1) unstable; urgency=low
 .
   * New upstream version
 - Fix typo in cut.1. Closes: #602816
 - Changed cdrecord.1 to wodim.1. Closes: LP#321674
Checksums-Sha1: 
 b31f388375fbca98010447c18800d217552eeb46 1074 manpages-de_0.7-1.dsc
 34cf540810015396334105fa4d0858e52ee3b901 428033 manpages-de_0.7.orig.tar.bz2
 8122571d85ea4ae9b95f1b9cf85e7f03b5727b2e 10566 manpages-de_0.7-1.debian.tar.gz
 f9747b97401e17851b46e17b744e252e856924ff 494856 manpages-de_0.7-1_all.deb
 45857927f21f681bdc234c1031d48bd9f0c377a5 579010 manpages-de-dev_0.7-1_all.deb
Checksums-Sha256: 
 f0fbb4beb0b73224ecdee8ccfe92c6d7e2cfb3a9b05cef67454cf2b9b3d3d20d 1074 
manpages-de_0.7-1.dsc
 f13ceee18657e2060debe1bd7af5adff9b84ee6436a8140cfbcf5f2ba6e72f14 428033 
manpages-de_0.7.orig.tar.bz2
 d032cba5eee8332c7a6124d8ae3292599b88802e781023511cd7d8324f1cbedc 10566 
manpages-de_0.7-1.debian.tar.gz
 e6cf9abf45f3c4423310690f297a6eb87d1fc96930aa4c33153276601cddb2a1 494856 
manpages-de_0.7-1_all.deb
 f2a270b0f0b384bb185e76c973f926c8dea4ab31c4610302610bb33bf253a20a 579010 
manpages-de-dev_0.7-1_all.deb
Files: 
 517856c2cec4af7d8dacb1dfb1a15f6e 1074 doc optional manpages-de_0.7-1.dsc
 12db8f0959e61498139073943e7d57d8 428033 doc optional 
manpages-de_0.7.orig.tar.bz2
 f19ea2ec429ba279b6efa038526c5211 10566 doc optional 
manpages-de_0.7-1.debian.tar.gz
 01948d2ba9a61cfec1b5feb15f1f4902 494856 doc optional manpages-de_0.7-1_all.deb
 9e59a8e20ef340200f87214460a96f06 579010 doc optional 
manpages-de-dev_0.7-1_all.deb

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

iEYEARECAAYFAkzcGNoACgkQ3UXUABXir9b35gCcCsiCxUsNT54Rxf8xXQmWKYYe
9HUAn0IRPx5puWi+Ml93Dfy+U9IVKoOI
=eTwX
-END PGP SIGNATURE-


Accepted:
manpages-de-dev_0.7-1_all.deb
  to main/m/manpages-de/manpages-de-dev_0.7-1_all.deb
manpages-de_0.7-1.debian.tar.gz
  to main/m/manpages-de/manpages-de_0.7-1.debian.tar.gz
manpages-de_0.7-1.dsc
  to main/m/manpages-de/manpages-de_0.7-1.dsc
manpages-de_0.7-1_all.deb
  to main/m/manpages-de/manpages-de_0.7-1_all.deb
manpages-de_0.7.orig.tar.bz2
  to main/m/manpages-de/manpages-de_0.7.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/e1pga4o-0004o5...@franck.debian.org



Accepted car 2.0-6-1 (source all)

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

Format: 1.8
Date: Thu, 11 Nov 2010 10:55:42 -0600
Source: car
Binary: r-cran-car
Architecture: source all
Version: 2.0-6-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-car - GNU R Companion to Applied Regression by John Fox
Changes: 
 car (2.0-6-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
   * debian/control: Set Standards-Version: to current version
Checksums-Sha1: 
 f1b7bd8f49287457c2d4637fb10d09e36e1cff38 987 car_2.0-6-1.dsc
 a9526739130e04c01ae97eca8adfdd1fd6e942f8 354967 car_2.0-6.orig.tar.gz
 357b74f050298fd3db546bf59171179f46150fbd 3058 car_2.0-6-1.diff.gz
 228cf63f17d28bd9b3d5002df19ba60e6e27b4c8 731088 r-cran-car_2.0-6-1_all.deb
Checksums-Sha256: 
 6cf399f655bd72921eec8a38afc04b0338a9ce853ba51b90b3e9ed4c289e 987 
car_2.0-6-1.dsc
 9a8dceae396c8ccf079bafe48a6f298c07ea262cb740c5a31648398e1452f60d 354967 
car_2.0-6.orig.tar.gz
 4aa72f2c8261f6c99688f7e04c9f703fd139898b4f975ad3f2d2df00bc381efc 3058 
car_2.0-6-1.diff.gz
 c7ad7e4f2511971f8320311f08f994900560a67c359d10f34327495354beccd5 731088 
r-cran-car_2.0-6-1_all.deb
Files: 
 2480f741e8048727f8848c53e1e8 987 gnu-r optional car_2.0-6-1.dsc
 ae12a308de0637d53b41b5f3f4a9571d 354967 gnu-r optional car_2.0-6.orig.tar.gz
 1f3a2c850440f47801188df3f70b0511 3058 gnu-r optional car_2.0-6-1.diff.gz
 5128d7dd27ba386053b35c50fbb8f513 731088 gnu-r optional 
r-cran-car_2.0-6-1_all.deb

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

iD8DBQFM3CBZCZSR95Gw07cRAti7AJ9UEDD7uCsgyUuIKr5cwVarSeWEsACbBhtR
LZFZeMC2MoeSn+x3JOBvPDw=
=8DgY
-END PGP SIGNATURE-


Accepted:
car_2.0-6-1.diff.gz
  to main/c/car/car_2.0-6-1.diff.gz
car_2.0-6-1.dsc
  to main/c/car/car_2.0-6-1.dsc
car_2.0-6.orig.tar.gz
  to main/c/car/car_2.0-6.orig.tar.gz
r-cran-car_2.0-6-1_all.deb
  to main/c/car/r-cran-car_2.0-6-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/e1pgaxg-0001wf...@franck.debian.org



Accepted cluster 1.13.2-1 (source i386)

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

Format: 1.8
Date: Thu, 11 Nov 2010 10:57:10 -0600
Source: cluster
Binary: r-cran-cluster
Architecture: source i386
Version: 1.13.2-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-cluster - GNU R package for cluster analysis by Rousseeuw et al
Changes: 
 cluster (1.13.2-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
   * debian/control: Set Standards-Version: to current version
Checksums-Sha1: 
 e3d71f27dc6ccc1c8055a03963c3cd87446d7b23 983 cluster_1.13.2-1.dsc
 4435b7f0b4e9cd96dffa1c639f4d48f2fcb3fcb4 213663 cluster_1.13.2.orig.tar.gz
 9ba84e4d7fb5b77faf9b92b7be33d7ef11568eba 3040 cluster_1.13.2-1.diff.gz
 102b40c57ca3b4043b674eca6a61692cd8472fdf 352604 
r-cran-cluster_1.13.2-1_i386.deb
Checksums-Sha256: 
 4777a5cd99f840d884b8692fb5c82ff546c5f3dd84d3535bbaa40a838e659289 983 
cluster_1.13.2-1.dsc
 9fb98047001868240a61b2cafeda9fdfeb6dc72a72ba6c8edda83c29df475c6e 213663 
cluster_1.13.2.orig.tar.gz
 2365f55d607782294ad77e49ec57f427688a05f9aa144508b8b5bbab3a3e36be 3040 
cluster_1.13.2-1.diff.gz
 92a0c430519758a38c571294096a3f8975bacb6f9a7dcd83c3b12374e9bb 352604 
r-cran-cluster_1.13.2-1_i386.deb
Files: 
 aba465db774c251d284f22fbcb45d1c8 983 gnu-r optional cluster_1.13.2-1.dsc
 e184c6e8cd03bc19f2cc2e14a75c4fa8 213663 gnu-r optional 
cluster_1.13.2.orig.tar.gz
 926c415bda7f067dd22ad41c802dcd97 3040 gnu-r optional cluster_1.13.2-1.diff.gz
 ff3e3e8723bba59d8a374fff2863bfc5 352604 gnu-r optional 
r-cran-cluster_1.13.2-1_i386.deb

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

iD8DBQFM3CDPCZSR95Gw07cRAkMYAJ9EUEjMEhL1jJSxR8z7rEN0dOMtXACeNkjt
g1ypjms2lrUJd4CkTNVDrgQ=
=B9cy
-END PGP SIGNATURE-


Accepted:
cluster_1.13.2-1.diff.gz
  to main/c/cluster/cluster_1.13.2-1.diff.gz
cluster_1.13.2-1.dsc
  to main/c/cluster/cluster_1.13.2-1.dsc
cluster_1.13.2.orig.tar.gz
  to main/c/cluster/cluster_1.13.2.orig.tar.gz
r-cran-cluster_1.13.2-1_i386.deb
  to main/c/cluster/r-cran-cluster_1.13.2-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/e1pgaxm-0001z6...@franck.debian.org



Accepted lme4 0.999375-37-1 (source i386)

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

Format: 1.8
Date: Thu, 11 Nov 2010 11:00:44 -0600
Source: lme4
Binary: r-cran-lme4
Architecture: source i386
Version: 0.999375-37-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-lme4 - GNU R package for linear mixed effects model fitting
Changes: 
 lme4 (0.999375-37-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 4bc6014fda130bd189f1a982b739b47b75e470d8 1058 lme4_0.999375-37-1.dsc
 58e016256beeb0038e99d21ab2448212f5f2527d 1024281 lme4_0.999375-37.orig.tar.gz
 b1c2f3dd73486891a7a54cdf9e9b804500060796 3649 lme4_0.999375-37-1.diff.gz
 c89fb52d894148c05dd5d164fbea7199a79c47dc 1214194 
r-cran-lme4_0.999375-37-1_i386.deb
Checksums-Sha256: 
 18c5046b0252eeb31eda562f393714533455b37c632ac53d33d96a1c34f84370 1058 
lme4_0.999375-37-1.dsc
 12b243f8dcf153b9b15d0f16b81ac05fd93fa67582449d9a5f2edfdc8e2828f6 1024281 
lme4_0.999375-37.orig.tar.gz
 63e7e22512ae5991294635ff3ab3bd2531752625946c5dbaa25d6360cfb774d0 3649 
lme4_0.999375-37-1.diff.gz
 f669dcb4af5eecf00d4eb5e909b87c8456626e99e6fbef5183d175514338db49 1214194 
r-cran-lme4_0.999375-37-1_i386.deb
Files: 
 977cfd24a242173be4b4f6cccbbe50fa 1058 gnu-r optional lme4_0.999375-37-1.dsc
 97cfd7e566425e0589cc952db5a818ff 1024281 gnu-r optional 
lme4_0.999375-37.orig.tar.gz
 b8c62ff5393a332ef216dd09090def95 3649 gnu-r optional lme4_0.999375-37-1.diff.gz
 f1314f6972fcc3aa53682e4cd9905eb6 1214194 gnu-r optional 
r-cran-lme4_0.999375-37-1_i386.deb

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

iD8DBQFM3CIUCZSR95Gw07cRArVkAJ0a5lfTPqhWsKtnFXMguGiVP4UnOQCeMmOM
12EXaypDrhdRR3s0B+rFhhM=
=4Wo9
-END PGP SIGNATURE-


Accepted:
lme4_0.999375-37-1.diff.gz
  to main/l/lme4/lme4_0.999375-37-1.diff.gz
lme4_0.999375-37-1.dsc
  to main/l/lme4/lme4_0.999375-37-1.dsc
lme4_0.999375-37.orig.tar.gz
  to main/l/lme4/lme4_0.999375-37.orig.tar.gz
r-cran-lme4_0.999375-37-1_i386.deb
  to main/l/lme4/r-cran-lme4_0.999375-37-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/e1pgalt-0004ru...@franck.debian.org



Accepted rmatrix 0.999375-45-1 (source i386)

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

Format: 1.8
Date: Thu, 11 Nov 2010 10:58:50 -0600
Source: rmatrix
Binary: r-cran-matrix
Architecture: source i386
Version: 0.999375-45-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-matrix - GNU R package of classes for dense and sparse matrices
Changes: 
 rmatrix (0.999375-45-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
   * debian/control: Set Standards-Version: to current version
Checksums-Sha1: 
 8ddc5efc8bb96244af76dc83511a60c7ba8ecb5e 1051 rmatrix_0.999375-45-1.dsc
 9df2f3c7f101ab4164f8ee06b1adea5744d7f00f 2616593 
rmatrix_0.999375-45.orig.tar.gz
 f42a4a7da504c0d0349a662a6a1f22c8bf347824 4228 rmatrix_0.999375-45-1.diff.gz
 1736c1f6766002acb89c965720bde44a24537182 3051100 
r-cran-matrix_0.999375-45-1_i386.deb
Checksums-Sha256: 
 86e11faee3534b42b54b8fc440a3e223210edb52e72cc859d094247bd6fea4c7 1051 
rmatrix_0.999375-45-1.dsc
 1dbe79afcd2846ae1b497edaced92164a501c94f673a8ce2c200f4699c0f2260 2616593 
rmatrix_0.999375-45.orig.tar.gz
 42d0cdd880c98723827cdf86791fad0449f1eba7a70fc24e97942a97027695c0 4228 
rmatrix_0.999375-45-1.diff.gz
 67e30d9f728a7f35e9debaa8a0bbbee6b96ce9f4a5d6227df588670d982a2e7b 3051100 
r-cran-matrix_0.999375-45-1_i386.deb
Files: 
 0d4c6b9c1ea41661ea93db72d085496c 1051 gnu-r optional rmatrix_0.999375-45-1.dsc
 1302be8c94250ef5b3ff46b7bd07065c 2616593 gnu-r optional 
rmatrix_0.999375-45.orig.tar.gz
 97d441376e0e4f5d643803e9e01d1011 4228 gnu-r optional 
rmatrix_0.999375-45-1.diff.gz
 ae07be5f1568ae92f2269243a9a7ab1b 3051100 gnu-r optional 
r-cran-matrix_0.999375-45-1_i386.deb

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

iD8DBQFM3CF5CZSR95Gw07cRAt00AKCaBeojI3Dv1yNIVKphWltVW1crugCfevga
zChEM3+ktGllEhKfYiJWiko=
=3uGL
-END PGP SIGNATURE-


Accepted:
r-cran-matrix_0.999375-45-1_i386.deb
  to main/r/rmatrix/r-cran-matrix_0.999375-45-1_i386.deb
rmatrix_0.999375-45-1.diff.gz
  to main/r/rmatrix/rmatrix_0.999375-45-1.diff.gz
rmatrix_0.999375-45-1.dsc
  to main/r/rmatrix/rmatrix_0.999375-45-1.dsc
rmatrix_0.999375-45.orig.tar.gz
  to main/r/rmatrix/rmatrix_0.999375-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/e1pgam5-0004vr...@franck.debian.org



Accepted libgphoto2 2.4.10.1-1 (source i386)

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

Format: 1.8
Date: Thu, 11 Nov 2010 19:19:03 +0100
Source: libgphoto2
Binary: libgphoto2-2-dev libgphoto2-port0 libgphoto2-2
Architecture: source i386
Version: 2.4.10.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian PhotoTools Maintainers 
pkg-phototools-de...@lists.alioth.debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 libgphoto2-2 - gphoto2 digital camera library
 libgphoto2-2-dev - gphoto2 digital camera library (development files)
 libgphoto2-port0 - gphoto2 digital camera port library
Closes: 587873
Changes: 
 libgphoto2 (2.4.10.1-1) experimental; urgency=low
 .
   [ Cyril Brulebois ]
   * New upstream release.
   * Drop 80_kfreebsd patch, merged upstream.
   * Fix lintian warnings:
  - debian/libgphoto2-2.postrm: s{/bin/true}{true}.
  - debian/libgphoto2-2.README.Debian: fix typo.
   * Move to dh:
  - Bump debian/compat to 7.
  - Bump debhelper version in B-D to = 7.0.50 to use overrides.
  - Use a minimal-like debian/rules and overrides to perform the
various needed tweaks, using the quilt sequence to have patches
applied/unapplied when appropriate.
  - Switch from dh_movefiles to dh_install.
  - Move moving docs from /u/s/d/libgphoto2{,_port} to the proper
locations to .install files.
  - Remove all special-cases in the clean rules, the upstream one does
its job properly.
  - Get rid of the attempt at detecting files that are installed
nowhere, using the --list-failing dh_install option instead.
  - Following the move to dh, adapt Martin's udev patch using an
override_dh_installudev rule, but only on Linux architectures for
now, needed tweaks for other platforms should follow in next
revisions.
 .
   [ Gürkan Sengün ]
   * Add myself to uploaders.
   * Bump standards version to 3.9.1.
   * Switch to source format 3.0, drop quilt from control and rules.
   * Drop patches:
 - 10_disable_cache (does not apply anymore)
 - 45_increase_canon_timeout (upstream has increased it from 150 to 500)
 .
   [ David Paleino ]
   * debian/rules:
 - fix typo (s,deibian,debian,)
 - simplify override_dh_auto_configure
 - simplify override_dh_gencontrol
   * Added symbols files
   * Drop 01_udev_rules_136, already in upstream sources
   * Remove type-handling dependency in debian/control, use architecture
 wildcards, as defined in Policy. Thanks to Sebastian Andrzej Siewior
 (Closes: #587873)
   * Drop duplicate Section fields in binary stanzas
   * Added ${misc:Depends} where needed
   * Use Breaks instead of versioned Conflicts
   * Added doc-base registration for API docs in libgphoto2-2-dev
Checksums-Sha1: 
 c54e86a2ef437d52ace19f79829ef822f1da33f0 1696 libgphoto2_2.4.10.1-1.dsc
 c9bbed20f87b6445dd79aa51421fbc2c2692cf80 6879356 
libgphoto2_2.4.10.1.orig.tar.gz
 dad8b95843179ddad0813779e753c0ee64e51cc2 24027 
libgphoto2_2.4.10.1-1.debian.tar.gz
 ed6017ca16bea090093a645f40ca48b589280d07 4838522 
libgphoto2-2-dev_2.4.10.1-1_i386.deb
 712a946b9d086857a6018257e59190886b72970c 146044 
libgphoto2-port0_2.4.10.1-1_i386.deb
 99e320a4eab6f510d0439dea7dd7a4d0fa811c2c 4260580 
libgphoto2-2_2.4.10.1-1_i386.deb
Checksums-Sha256: 
 0a0b7d6230523c225c5384146e85c91b3d87e1e73e622140693a9830c9739e98 1696 
libgphoto2_2.4.10.1-1.dsc
 35ef1aa11c95b74538d9bf81515cece9937a7efd1f63d53f39b987d0179cb906 6879356 
libgphoto2_2.4.10.1.orig.tar.gz
 319c87cde57d53f35891aadd500eb11e367437bbfbe71d90b2c0789581fa60a0 24027 
libgphoto2_2.4.10.1-1.debian.tar.gz
 9492f050877efbd3824ab3aa03e4443970043d5466d155a41e2e120112e9b10e 4838522 
libgphoto2-2-dev_2.4.10.1-1_i386.deb
 02058f06c94b2c9cb67ca7bacd3ad607c460eb3c95cf706a4450a82fa2eb1122 146044 
libgphoto2-port0_2.4.10.1-1_i386.deb
 dc2f5e23107c37d0bc65dc2a72ffea9ee7d7589c00606e212d65366c047c66d3 4260580 
libgphoto2-2_2.4.10.1-1_i386.deb
Files: 
 01fbbe6e42217e30d5450f1db08900be 1696 libs optional libgphoto2_2.4.10.1-1.dsc
 8bf2bd1e267909203ec1e7f6ea3f83a0 6879356 libs optional 
libgphoto2_2.4.10.1.orig.tar.gz
 177d40672b830372d206ec1d207f2a59 24027 libs optional 
libgphoto2_2.4.10.1-1.debian.tar.gz
 70484e4f5bd6ad55b44f4b2f5670b380 4838522 libdevel optional 
libgphoto2-2-dev_2.4.10.1-1_i386.deb
 8b9ce80befe5aa9e969e5ed9aae8c9f1 146044 libs optional 
libgphoto2-port0_2.4.10.1-1_i386.deb
 f26a3af685efc661b13719d84fbecb3b 4260580 libs optional 
libgphoto2-2_2.4.10.1-1_i386.deb

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

iEYEARECAAYFAkzcNdAACgkQ5qqQFxOSsXQFlQCgkj4nzk4Hrt5quW93eYI3xfVH
WFgAn21yyAGP0alcnms3frxituDBlsLj
=JhPF
-END PGP SIGNATURE-


Accepted:
libgphoto2-2-dev_2.4.10.1-1_i386.deb
  to main/libg/libgphoto2/libgphoto2-2-dev_2.4.10.1-1_i386.deb
libgphoto2-2_2.4.10.1-1_i386.deb
  to main/libg/libgphoto2/libgphoto2-2_2.4.10.1-1_i386.deb
libgphoto2-port0_2.4.10.1-1_i386.deb
  to main/libg/libgphoto2/libgphoto2-port0_2.4.10.1-1_i386.deb

Accepted font-hosny-amiri 0.003-1 (source all)

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

Format: 1.8
Date: Mon, 08 Nov 2010 12:41:33 +0200
Source: font-hosny-amiri
Binary: font-hosny-amiri
Architecture: source all
Version: 0.003-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 font-hosny-amiri - Arabic Naskh style typographically oriented font
Closes: 602675 602717
Changes: 
 font-hosny-amiri (0.003-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 + Clarify that the font is an Arabic font in the description, also mention
   that it does not contain Latin characters. (Closes: #602675)
 + Change section to fonts. (Closes: #602717)
   * Added debian/docs
Checksums-Sha1: 
 475a17f8bb0b552bb88c8b57ec5a48cf8d5bc275 1985 font-hosny-amiri_0.003-1.dsc
 02ee7ffd8bd1a02161383af28f07358c01e50a44 538364 
font-hosny-amiri_0.003.orig.tar.bz2
 f6ffb18bed752565e0e14d6055f4f4ca62b8af32 3604 
font-hosny-amiri_0.003-1.debian.tar.gz
 e12d83f87acacb7be856baa515cdbf5b3cab45cb 52400 font-hosny-amiri_0.003-1_all.deb
Checksums-Sha256: 
 158692d19d64458510d297340cf49302bfbd07eced592cc32d8caad77a3e5671 1985 
font-hosny-amiri_0.003-1.dsc
 8de522e6949fe0dec9fd17f85b5c7d39643572cdb90c5deb87e6ef723d3c1104 538364 
font-hosny-amiri_0.003.orig.tar.bz2
 baae6bcbd4158ecdc2525de7c16be6a31398459164943b66466dde7c781b0856 3604 
font-hosny-amiri_0.003-1.debian.tar.gz
 3bbb75903c4b1eaaba20e2673556aee040231b81b601c5570673079423e529c4 52400 
font-hosny-amiri_0.003-1_all.deb
Files: 
 955e8a937a7cf621ad9b4f76f4bc71f5 1985 fonts optional 
font-hosny-amiri_0.003-1.dsc
 2e2ff03ff3033af9a935f5aba2768e8b 538364 fonts optional 
font-hosny-amiri_0.003.orig.tar.bz2
 f30e2d721f3b5b5bc97673f36ebcb427 3604 fonts optional 
font-hosny-amiri_0.003-1.debian.tar.gz
 df32f4b52559a118ce2d011a6af1a37c 52400 fonts optional 
font-hosny-amiri_0.003-1_all.deb

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

iQIVAwUBTNxADocvcCxNbiWoAQLROw/+LRmcHjnDJy4AWOFkRECHw7e27gIXSI5j
dEvjKsfM3nSpVH/stecJRUl9dlnSeZWsALZqnAQq/VgPn8mxGzgMIsHh568QMz5Z
VMOzCKKUWvqnlokXeGdvk0Et0OkUhQomXbDJ3wQenjnNqYsPPvCUq8mpMFDW9vO2
LZkhuoDCH2zWR1dEukjiZm4dwhYMt+KyBIjHtuq0pw8EOzelWS8CJJWCh0ljwNuo
BoSChEyO8s1Zv3/FF9d2nfmrfVp0qAYrFB40/xCiwdoOvIQp+OrWkA68FsA8DDwT
2d6eoxzYXy+/af4oHu0j/qU5VEjJzHaF6qPgi20KNfRCQurWPkYaAH02fnY7aPfr
SLewk+hmkhssz5R2+Sr9dHXv4WyGKNYgktPOJPCfTZuoinS9KrlePGdNmNe349yP
dvZGUwoAU5feC1AWyKh+zL8z7m1OLcwXcP3cabqy+ixmxvMRBU+zZw0B46cE7+M4
zUJLUeKSgXxp/G9vIHby7lBMzOnjjZJ9EY8KXkg7joyykC/vLqeJXm5DLyvEpuG7
C5qrNtNqiP0ksEDG/1Kh8dkhtgz9jKLbda4gEJpLkEuBVhZ+vtxXXbTzRlpdoW3W
9KR45/XjyAiBI98aKOD/20ctDntn48oveeEPn7MAQQ+bwSUCV8ZvZNE8oGDXTZi6
nyomGZICX5o=
=zftD
-END PGP SIGNATURE-


Accepted:
font-hosny-amiri_0.003-1.debian.tar.gz
  to main/f/font-hosny-amiri/font-hosny-amiri_0.003-1.debian.tar.gz
font-hosny-amiri_0.003-1.dsc
  to main/f/font-hosny-amiri/font-hosny-amiri_0.003-1.dsc
font-hosny-amiri_0.003-1_all.deb
  to main/f/font-hosny-amiri/font-hosny-amiri_0.003-1_all.deb
font-hosny-amiri_0.003.orig.tar.bz2
  to main/f/font-hosny-amiri/font-hosny-amiri_0.003.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/e1pgce4-0002rg...@franck.debian.org



Accepted qmmp 0.4.3-1 (source i386)

2010-11-11 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 11 Nov 2010 20:53:29 +0200
Source: qmmp
Binary: qmmp libqmmp-misc libqmmp0 libqmmpui0 libqmmp-dev libqmmpui-dev 
qmmp-plugin-projectm
Architecture: source i386
Version: 0.4.3-1
Distribution: experimental
Urgency: low
Maintainer: Eugene V. Lyubimkin jac...@debian.org
Changed-By: Eugene V. Lyubimkin jac...@debian.org
Description: 
 libqmmp-dev - qmmp audio player -- runtime library (development files)
 libqmmp-misc - qmmp audio player -- plugins and auxiliary libraries
 libqmmp0   - qmmp audio player -- runtime library
 libqmmpui-dev - qmmp audio player -- user interface library (development files)
 libqmmpui0 - qmmp audio player -- user interface library
 qmmp   - feature-rich audio player with support of many formats
 qmmp-plugin-projectm - qmmp audio player -- projectM visualization plugin
Changes: 
 qmmp (0.4.3-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/libqmmp{,ui}0.install:
 - Updated for new and all 0.4.x upstream releases.
   * debian/copyright:
 - Updated packaging copyright.
Checksums-Sha1: 
 ba21ee8b617749a2d8b87792926452ca32b073ab 1616 qmmp_0.4.3-1.dsc
 ae7cc568a92607d7445cea966900685adf8f2ccd 916730 qmmp_0.4.3.orig.tar.gz
 b7682fb78615c682cf87e6ef65d8fbca8030477e 7480 qmmp_0.4.3-1.diff.gz
 15d651550a14138bf925d6774f681a7675dff4c5 566950 qmmp_0.4.3-1_i386.deb
 c0fa71e7382287ffe52c9b88fab4c4dc58c3383b 1164352 libqmmp-misc_0.4.3-1_i386.deb
 70e783c18d6d45bd8d33dc64d30085358bc48765 115418 libqmmp0_0.4.3-1_i386.deb
 15e5d4e15da335db0c204ac09a2bb6a24ade7772 130500 libqmmpui0_0.4.3-1_i386.deb
 8eebfb8024fd3b1ed0d0cd39eb2664b65c2bad90 27732 libqmmp-dev_0.4.3-1_i386.deb
 8dc91a8fcbf416272dc846828d682b8312c701a1 25182 libqmmpui-dev_0.4.3-1_i386.deb
 8b2c1c4a3fcd9231b36de836f2d4e89f358b0150 35150 
qmmp-plugin-projectm_0.4.3-1_i386.deb
Checksums-Sha256: 
 e5e36cfd60c2347e43f0c095805e4a8f1fb93ff3e621f7480cb77bc32fe9cf02 1616 
qmmp_0.4.3-1.dsc
 d98c3c322ec956408b76107cf45dc7e422f80a704471ca9155c0535d41d2ff5d 916730 
qmmp_0.4.3.orig.tar.gz
 360d2fc7d7ab88b1df27f1049f217f8a4d8e6e754b5784b11ed72b37a67e1b59 7480 
qmmp_0.4.3-1.diff.gz
 c54ba241f30235244f3149ee45b956761e240cf176bcd886886e0d9d6f8c1790 566950 
qmmp_0.4.3-1_i386.deb
 1f3e361df23dd3b97b18006c6cbb083316aeab58f8ec9b58ad9f527a0f96b6af 1164352 
libqmmp-misc_0.4.3-1_i386.deb
 7bccec3316faad40058fee1b5b15794dc4ce5bcbfbbfe08b03d6ef549a4ec565 115418 
libqmmp0_0.4.3-1_i386.deb
 7e5cb8fc084d9bb66771290a9b520101b38cbb0219dca3ceb98c5161dfa4b31e 130500 
libqmmpui0_0.4.3-1_i386.deb
 4bc9aaaf0df3a9ee314c5420504d18e34173291e45647fa161be8bd4648b47cf 27732 
libqmmp-dev_0.4.3-1_i386.deb
 0c1c77d73c64d767b43bb7de775c72c18238410eed7bfa1fbdc2822977b4da94 25182 
libqmmpui-dev_0.4.3-1_i386.deb
 00d092f769815bd54647a061ba4bedbf1e2cf2ccfe70042772cea9dc20695af7 35150 
qmmp-plugin-projectm_0.4.3-1_i386.deb
Files: 
 77aff64aa057ed26d65db602a27534d9 1616 sound optional qmmp_0.4.3-1.dsc
 0f181eafe96ef1bb411d3967c7da720f 916730 sound optional qmmp_0.4.3.orig.tar.gz
 93ae8f55434c4b89b6e0fb2b7c4f3eb7 7480 sound optional qmmp_0.4.3-1.diff.gz
 20e98794d1b4a9a354dd3baa1be45330 566950 sound optional qmmp_0.4.3-1_i386.deb
 4a2ffb74f80bb259d474f67aa1f3aa17 1164352 sound optional 
libqmmp-misc_0.4.3-1_i386.deb
 642629a2ad24fda76f1738d69b4beacc 115418 sound optional 
libqmmp0_0.4.3-1_i386.deb
 8125d5657bd525181a8374ebfa9fe914 130500 sound optional 
libqmmpui0_0.4.3-1_i386.deb
 78dfad68c2c5ade26381b43971609d4c 27732 libdevel optional 
libqmmp-dev_0.4.3-1_i386.deb
 90d95eb64bfef58774242691a3890af2 25182 libdevel optional 
libqmmpui-dev_0.4.3-1_i386.deb
 067399fec16fd5d682eebd441c92fd54 35150 sound optional 
qmmp-plugin-projectm_0.4.3-1_i386.deb

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

iEYEARECAAYFAkzcPtwACgkQchorMMFUmYz1QACguKJSPH6MQEHpxO+4gyebbWom
aB4AnjG0T+2FLVpBhG8R0XhL5MziRwCY
=NTVp
-END PGP SIGNATURE-


Accepted:
libqmmp-dev_0.4.3-1_i386.deb
  to main/q/qmmp/libqmmp-dev_0.4.3-1_i386.deb
libqmmp-misc_0.4.3-1_i386.deb
  to main/q/qmmp/libqmmp-misc_0.4.3-1_i386.deb
libqmmp0_0.4.3-1_i386.deb
  to main/q/qmmp/libqmmp0_0.4.3-1_i386.deb
libqmmpui-dev_0.4.3-1_i386.deb
  to main/q/qmmp/libqmmpui-dev_0.4.3-1_i386.deb
libqmmpui0_0.4.3-1_i386.deb
  to main/q/qmmp/libqmmpui0_0.4.3-1_i386.deb
qmmp-plugin-projectm_0.4.3-1_i386.deb
  to main/q/qmmp/qmmp-plugin-projectm_0.4.3-1_i386.deb
qmmp_0.4.3-1.diff.gz
  to main/q/qmmp/qmmp_0.4.3-1.diff.gz
qmmp_0.4.3-1.dsc
  to main/q/qmmp/qmmp_0.4.3-1.dsc
qmmp_0.4.3-1_i386.deb
  to main/q/qmmp/qmmp_0.4.3-1_i386.deb
qmmp_0.4.3.orig.tar.gz
  to main/q/qmmp/qmmp_0.4.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/e1pgces-0003ai...@franck.debian.org



Accepted zsh-beta 4.3.10-dev-2+20101110-1 (source all)

2010-11-11 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 11 Nov 2010 13:56:23 -0500
Source: zsh-beta
Binary: zsh-beta zsh-beta-doc zsh-beta-static
Architecture: source all
Version: 4.3.10-dev-2+20101110-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams cl...@zsh.org
Changed-By: Clint Adams cl...@zsh.org
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
 zsh-beta-static - A shell with lots of features (dev tree - static link)
Changes: 
 zsh-beta (4.3.10-dev-2+20101110-1) unstable; urgency=low
 .
   * Update to HEAD.
Checksums-Sha1: 
 a746d81a8508b85ff0a7ef187b243a627598c4ae 1929 
zsh-beta_4.3.10-dev-2+20101110-1.dsc
 d12c5c8127e565c9657a39967d7002527ca3a855 2235942 
zsh-beta_4.3.10-dev-2+20101110.orig.tar.bz2
 d99c18515c9b531aff6656009258cffbe23065ea 882302 
zsh-beta_4.3.10-dev-2+20101110-1.debian.tar.gz
 81f5d7069cc726374f8c66671888bdaf89273f55 957160 
zsh-beta-doc_4.3.10-dev-2+20101110-1_all.deb
Checksums-Sha256: 
 c98f321992056238a460eb5ed18ec576be7ec0493b0e3ba189db6ff4765c548f 1929 
zsh-beta_4.3.10-dev-2+20101110-1.dsc
 a2f7075e94d7aa70294021f7a12ed992b7dc8973f975acd3d157e1015e732631 2235942 
zsh-beta_4.3.10-dev-2+20101110.orig.tar.bz2
 4e7b52657ec403b44e86e62a501b20409c17277b550b7cbd70d407f20ae51589 882302 
zsh-beta_4.3.10-dev-2+20101110-1.debian.tar.gz
 6a755680563e923dc886d6f5385774810df4352e6cdb55296935e6bd9c05e6d6 957160 
zsh-beta-doc_4.3.10-dev-2+20101110-1_all.deb
Files: 
 4553b7a08f1e36ee0ef7e6f1cdbf2528 1929 shells optional 
zsh-beta_4.3.10-dev-2+20101110-1.dsc
 7a98d7fc2e0748472cb5349e0d1ec6ef 2235942 shells optional 
zsh-beta_4.3.10-dev-2+20101110.orig.tar.bz2
 d55e6ffee30cc018214e5fbce717e7f1 882302 shells optional 
zsh-beta_4.3.10-dev-2+20101110-1.debian.tar.gz
 e44c5b91b1e48794304c8df1ed16392f 957160 doc optional 
zsh-beta-doc_4.3.10-dev-2+20101110-1_all.deb

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

iQIcBAEBCgAGBQJM3D9zAAoJEFWSMx4ZnTioSvYQAIhdsN/Dqk7uj3u1p3wJ/30v
purlXbOEHCDqcGMNBFO95Ic8K4Eom/mrv9M1F1tOghuHY0sVoC9kTU7uaAIq5Gwg
MJW/5CX/kwhJVeGgbg4LnO/0hVfDc/aMmZNWnLPW+y8q9GcGSb/CosLtwgVUgNM5
GHxSezWp5nAQDi9uXnFq7751iYnS9q7nYiE+72BlQh1wCwwZCS4Ad2iNvQPmWr3Y
w5NxCYUbbggxyvtp+e422t4Q4g5hEhRXqF4vOCvIug8GPiEtrJlyoHDCpSIoa8f3
N4Mbe2mIhqb5bIMpG9Lb7vcN5m//4sul/08QBhfGYP16fmZaXyC3C0jTJtU6QOR7
EX7QrVWUyQQioV7KtFGZz+BGqbtPiZ/pkv3FWoJTtkDa2BGnJFiBenWpUOiMhfkG
XZ3q9d4oW9vXimHqo59pM+HDAOsDFdSrTAvR477ILSaINqygQG6ML6+BUED6n+8h
AjgiJU+MriTMJjJbUSRTqWPfdf8PrxinAHh835UTiDrcib75mjPJiaTU2gs8GGVP
DW+29aze37IR3sNWaB/HMSE+mmYW/PvL9y3gQkMmhs4ZDDCglHbQcxgvPXBAG5Uw
DMqT+83OApfEO2LeocqfwiIhInf1spSC1uXbVbju7KCEYIDdoWIAaTj8KozO4m3X
Rt7nesqRwciKM/lEZ/CQ
=ofb6
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.10-dev-2+20101110-1_all.deb
  to main/z/zsh-beta/zsh-beta-doc_4.3.10-dev-2+20101110-1_all.deb
zsh-beta_4.3.10-dev-2+20101110-1.debian.tar.gz
  to main/z/zsh-beta/zsh-beta_4.3.10-dev-2+20101110-1.debian.tar.gz
zsh-beta_4.3.10-dev-2+20101110-1.dsc
  to main/z/zsh-beta/zsh-beta_4.3.10-dev-2+20101110-1.dsc
zsh-beta_4.3.10-dev-2+20101110.orig.tar.bz2
  to main/z/zsh-beta/zsh-beta_4.3.10-dev-2+20101110.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/e1pgcf1-0003le...@franck.debian.org



Accepted gtkwave 3.3.15-1 (source i386)

2010-11-11 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 11 Nov 2010 19:48:48 +0200
Source: gtkwave
Binary: gtkwave
Architecture: source i386
Version: 3.3.15-1
Distribution: unstable
Urgency: low
Maintainer: Debian Electronics Team 
pkg-electronics-de...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 gtkwave- a VCD (Value Change Dump) file waveform viewer
Changes: 
 gtkwave (3.3.15-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 6505ce18c321156c5bb6396533fb6cdceb19d1aa 1762 gtkwave_3.3.15-1.dsc
 cd1bf11a293fc505f4210c79752094cb60d1ff2f 3159422 gtkwave_3.3.15.orig.tar.gz
 854dd9095f139e42deb421c9670ce6f651f0660b 5794 gtkwave_3.3.15-1.debian.tar.gz
 fb8eafd492cfc9afa687badac688e87136890aae 2074352 gtkwave_3.3.15-1_i386.deb
Checksums-Sha256: 
 e5808de9b7f17fb18a4ff28d34722c4bfc94da4aa3ec555e47a0070e49e98eae 1762 
gtkwave_3.3.15-1.dsc
 5524c0be41d946a57335d46c7c96f27578f0e6ea76683c8befa2f40d27b988ee 3159422 
gtkwave_3.3.15.orig.tar.gz
 5b7e3c4d6017ece20b897949a56bf984f6cd17a5eabe47cdf13cc923d927e3fc 5794 
gtkwave_3.3.15-1.debian.tar.gz
 a4896b10e47a647be61f64fcf41acf60b13b3739b11ec7b2dc29f1e028345892 2074352 
gtkwave_3.3.15-1_i386.deb
Files: 
 0b720e3d1193422d5e18e6d2a74bd877 1762 electronics optional gtkwave_3.3.15-1.dsc
 102b71665b4b4dfbf94b0d4eec06d61f 3159422 electronics optional 
gtkwave_3.3.15.orig.tar.gz
 26ed4e16052666fc991c0b77960dfa6e 5794 electronics optional 
gtkwave_3.3.15-1.debian.tar.gz
 7616e3112af2c147e26956d1b7006370 2074352 electronics optional 
gtkwave_3.3.15-1_i386.deb

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

iQEcBAEBCAAGBQJM3DFYAAoJELwZapTt3aG39qIH/06HS/sND8+Y7hDFvkJA5szy
qxf3+s2V12OnP1i/+BxYDgz3RTVVQwHvBuUCFtCnMFTdOVoa9OLQ8Aclnw0xZPP7
uuiXZ3ed8ezcg7F6J8mv+qTOUPtXFgIenZAR1WGEsiNMtWwpFvkBPXwiwBboxlnb
9Kw0PSvU5wttoVAFdR0xQ9+bhaKTzqdnrYT0fxnlJrfC+ZG7poowg4J0rO0T0NEE
gg5OoiGRM74xpvsUYiZXQdfMRlFXS0cm3yveiLO9ZIUsIRlZvWSx7NDVCi6iSol8
k3AoVCLDN/B9qP1zqvHoXOLQR8WySOHUvz62/Hy7UIvF/gYxtVymjCbq64gJg80=
=Z2hB
-END PGP SIGNATURE-


Accepted:
gtkwave_3.3.15-1.debian.tar.gz
  to main/g/gtkwave/gtkwave_3.3.15-1.debian.tar.gz
gtkwave_3.3.15-1.dsc
  to main/g/gtkwave/gtkwave_3.3.15-1.dsc
gtkwave_3.3.15-1_i386.deb
  to main/g/gtkwave/gtkwave_3.3.15-1_i386.deb
gtkwave_3.3.15.orig.tar.gz
  to main/g/gtkwave/gtkwave_3.3.15.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/e1pgcss-0007gw...@franck.debian.org



Accepted zsh 4.3.10-16 (source all)

2010-11-11 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 11 Nov 2010 14:16:01 -0500
Source: zsh
Binary: zsh zsh-doc zsh-static zsh-dev zsh-dbg
Architecture: source all
Version: 4.3.10-16
Distribution: unstable
Urgency: low
Maintainer: Clint Adams cl...@zsh.org
Changed-By: Clint Adams cl...@zsh.org
Description: 
 zsh- A shell with lots of features
 zsh-dbg- A shell with lots of features (debugging symbols)
 zsh-dev- A shell with lots of features (development files)
 zsh-doc- zsh documentation - info/HTML format
 zsh-static - A shell with lots of features (static link)
Closes: 602962
Changes: 
 zsh (4.3.10-16) unstable; urgency=low
 .
   * Add git-buildpackage completion from Felipe Sateler.
 closes: #602962.
   * setopt histignorealldups in the recommend user .zshrc.
Checksums-Sha1: 
 b20a31644c686626c8dc4a4191059fdfc720ccaf 1952 zsh_4.3.10-16.dsc
 3acc6128de888dabb985ea39d33ba724bf793522 128577 zsh_4.3.10-16.debian.tar.gz
 3dba6668045735f9250d6bf51eef1573fd14dc76 2438594 zsh-doc_4.3.10-16_all.deb
Checksums-Sha256: 
 e6845506ee92e6cde73dc720c3ff7f1ca7afa97d7f1b13f8f5c663f767d1a2f4 1952 
zsh_4.3.10-16.dsc
 45cd5ff1b38ac1a03badfbd2ea54b56dbea81a2d76c897c09d58fd7542b955e0 128577 
zsh_4.3.10-16.debian.tar.gz
 debfccd4a97a5f74534dfd4ab9ef97b7782229f46fe32dc428ae0819c5644273 2438594 
zsh-doc_4.3.10-16_all.deb
Files: 
 2d28fe169efe029a0587ee50a8a0c761 1952 shells optional zsh_4.3.10-16.dsc
 c5cf6c05e3684afe1be0b6fd94f204ed 128577 shells optional 
zsh_4.3.10-16.debian.tar.gz
 d505fc7c8719e1f469c9ad369645ed9b 2438594 doc optional zsh-doc_4.3.10-16_all.deb

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

iQIcBAEBCgAGBQJM3E0PAAoJEFWSMx4ZnTio2ZMP/1Si5D5oY0OKZiiSg/KcDuRx
2I702Oi8dwp3Y/mxWPXA2mxZlCPgiqoo3X/MV44sFRENWUTlC2cDOEEouFelB0gt
glMiwsOqllXxohjMbWgPjDNBKrus0bbGWK/AaYJMahlu/2UzUnqrZtp6O2hL/pxn
4nY64DWCYIr9YZwv7V9rbRb6nHXC/jsXKSMnVVhSm3+maJGcxNwtaXFLbGjuJdti
KnpBUQPuflLvHDLtAJrGk0uT0jKfnNd7WRmKBU7iC59QYsFFWSmWoCL3xMd1EOAV
AP5+2UK0dPe9EY6wSa1tTVhOJMS94sgiNoY6xr8SB2jOeZpGnPOH0FGGV3F8eNvj
jaL/DphzYy2yDIuJU/hWfnIGtkT/RJnj5TrlWQF7Ap+Oc5legffmKmFsz+luFnyU
WDEFhYb2j8X0LFoSe57Lc2+tVDz83hGFqumQLL9ukEqjCsk57JLDZEKIXMI8VAaU
cJXJFkY1D7eBBLkcns7S5fODuzIhJqb9I7h1sd92IZJuCGokWWfnbW5cnMZDyIX6
4IuG8nNqaw/E/5x6obKA/juYrLXgbskeJEqFb9s3XLZX+DmFABg+w58+3NyrPYT4
r41AJsiT9jJ466XTI19M1t2mHZyERGhUwRDRDGrd5Sq/+WnGFA/kFTRISW1xsnsg
ZllNDRTKLzGpUzgdygDT
=y9F5
-END PGP SIGNATURE-


Accepted:
zsh-doc_4.3.10-16_all.deb
  to main/z/zsh/zsh-doc_4.3.10-16_all.deb
zsh_4.3.10-16.debian.tar.gz
  to main/z/zsh/zsh_4.3.10-16.debian.tar.gz
zsh_4.3.10-16.dsc
  to main/z/zsh/zsh_4.3.10-16.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/e1pgdqv-0002id...@franck.debian.org



Accepted flufl.enum 3.0.1-1 (source all)

2010-11-11 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 03 Nov 2010 15:48:49 -0400
Source: flufl.enum
Binary: python-flufl.enum
Architecture: source all
Version: 3.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Barry Warsaw ba...@python.org
Changed-By: Barry Warsaw ba...@python.org
Description: 
 python-flufl.enum - Yet another Python enumeration package.
Closes: 588857
Changes: 
 flufl.enum (3.0.1-1) unstable; urgency=low
 .
   * Initial release (closes: #588857)
Checksums-Sha1: 
 de37020e17e7b3c38b91542e2818ab5de01d8b00 1105 flufl.enum_3.0.1-1.dsc
 4ea682dbb91992bee2f00bbe26782a2f5f1b86e9 18629 flufl.enum_3.0.1.orig.tar.gz
 e50b7f0035ee70d19a189149e1a5acb41715357a 1742 flufl.enum_3.0.1-1.debian.tar.gz
 f1f6187882007d793ad1631d902608cb0d5e5ab1 13288 
python-flufl.enum_3.0.1-1_all.deb
Checksums-Sha256: 
 387dad871a189cf8a2ec11fa3eede31a04672f4df5e6e8a2bf24e0543b7284ff 1105 
flufl.enum_3.0.1-1.dsc
 12c46a757c3332b23031f98d4458bd39b82b8b7aa4bfa876bf85c923ef1a4e04 18629 
flufl.enum_3.0.1.orig.tar.gz
 05ba2c5462d828d4bd5bfa5f20a501797299f3767afb29549b2ad1ca75f41cc5 1742 
flufl.enum_3.0.1-1.debian.tar.gz
 dd2f490829c73a4d3bb5ab94627adaab31deef8cfa8737c6ec600f041dc60b73 13288 
python-flufl.enum_3.0.1-1_all.deb
Files: 
 4ce2bd9c47e72e961e35f88fd35623ad 1105 python optional flufl.enum_3.0.1-1.dsc
 53dd93fa4295b0b59f9d45170f737382 18629 python optional 
flufl.enum_3.0.1.orig.tar.gz
 0a6c1b51948ea9f53dce8fe188328f7d 1742 python optional 
flufl.enum_3.0.1-1.debian.tar.gz
 d7d9b246a5ccdea19e4ceefdcc3f4e5a 13288 python optional 
python-flufl.enum_3.0.1-1_all.deb

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

iEYEARECAAYFAkzbTHoACgkQHajaM93NaGrQIACfS2gXtaIo9MqbXVGNSGiK7zrw
sowAnieHZxvnk0Pe726wI6HXyufT7Pu4
=vTGT
-END PGP SIGNATURE-


Accepted:
flufl.enum_3.0.1-1.debian.tar.gz
  to main/f/flufl.enum/flufl.enum_3.0.1-1.debian.tar.gz
flufl.enum_3.0.1-1.dsc
  to main/f/flufl.enum/flufl.enum_3.0.1-1.dsc
flufl.enum_3.0.1.orig.tar.gz
  to main/f/flufl.enum/flufl.enum_3.0.1.orig.tar.gz
python-flufl.enum_3.0.1-1_all.deb
  to main/f/flufl.enum/python-flufl.enum_3.0.1-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/e1pge2z-00043h...@franck.debian.org



Accepted gjs 0.7.6-1 (source amd64)

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

Format: 1.8
Date: Tue, 09 Nov 2010 22:01:53 -0200
Source: gjs
Binary: gjs libgjs0b libgjs-dev
Architecture: source amd64
Version: 0.7.6-1
Distribution: experimental
Urgency: low
Maintainer: Gustavo Noronha Silva gustavo.noro...@collabora.co.uk
Changed-By: Gustavo Noronha Silva k...@debian.org
Description: 
 gjs- Mozilla-based javascript bindings for the GNOME platform
 libgjs-dev - Mozilla-based javascript bindings for the GNOME platform
 libgjs0b   - Mozilla-based javascript bindings for the GNOME platform
Changes: 
 gjs (0.7.6-1) experimental; urgency=low
 .
   * debian/patches/*:
   - removed; should no longer be needed
   * debian/control:
   - renamed library package to libgjs0b because of ABI breakage
   - new version requires libmozjs-dev = 1.9.2.
   - build-depend on xulrunner-dev = 1.9.2.12
   - build-depend on gobject-introspection = 0.9.2
   - also build-depend on gir1.0-glib-2.0, and gir1.0-freedesktop = 0.9.12
   * debian/libgjs0b.symbols:
   - updated
Checksums-Sha1: 
 5c95984c5a7c267f8271cae05f94079b181289cf 1703 gjs_0.7.6-1.dsc
 1b9cffbd07c2b9c21424e09f7d230e4fb8feaa61 602932 gjs_0.7.6.orig.tar.gz
 5ffd1981e6ce3640aee5e3e10769e9c43fa2cad7 6659 gjs_0.7.6-1.debian.tar.gz
 4900427dc4176a5d7c9b103dab4feb1cb87525fc 4 gjs_0.7.6-1_amd64.deb
 b59afb9d1702ad74ba87b5212d2f87e31780b7b6 205146 libgjs0b_0.7.6-1_amd64.deb
 4c095adf1b2372306f76fbafce8d078269cd9725 16866 libgjs-dev_0.7.6-1_amd64.deb
Checksums-Sha256: 
 2873c4c116c7a84075a7ebd7ba8630b5543e807da3c1de4da7246b5745870f83 1703 
gjs_0.7.6-1.dsc
 041bff17c458a3a0b6660510ba2eb7e4b225d426c7152d51fd00261c35e78167 602932 
gjs_0.7.6.orig.tar.gz
 78599b6fa82fb0ae6cfb268e64cd343097aa19e3ceb9ef8b87cc1748877b6e57 6659 
gjs_0.7.6-1.debian.tar.gz
 b87c529833ceaa8c4c4677defa01b01618e9ccf5b650a55a75efbdd13fd3a990 4 
gjs_0.7.6-1_amd64.deb
 5f341610a0bc4e04de89c7c7b7a78ac52704f73528c15f880b1af340a4ae2353 205146 
libgjs0b_0.7.6-1_amd64.deb
 cc626d0f02688131f0032b0e8a137817e94ef1d10b4b03dcb00530c7fcb890dc 16866 
libgjs-dev_0.7.6-1_amd64.deb
Files: 
 79931050f894df660131f1bceccd5837 1703 interpreters extra gjs_0.7.6-1.dsc
 b9866686db006e8cf518475546c7f877 602932 interpreters extra 
gjs_0.7.6.orig.tar.gz
 7b87c0d12dd0720ec9b7cb7da572726e 6659 interpreters extra 
gjs_0.7.6-1.debian.tar.gz
 b56d5ee129272246ec70c870ea83996a 4 interpreters extra gjs_0.7.6-1_amd64.deb
 f2ea8a6979c6e72c72845f10285876f7 205146 libs extra libgjs0b_0.7.6-1_amd64.deb
 1da7fed5cd17731c0390047958b3b6ca 16866 libdevel extra 
libgjs-dev_0.7.6-1_amd64.deb

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

iQEcBAEBCAAGBQJM29yvAAoJENIA6zCg+12mYzAIAIpV9LC3ajRLHfxfG+GtBzkE
jLBJ02NiIyY/q24CLwUQSjwYkwX0Qyd4hE60+yXyPA6/fKEZs7rQi2ZfPH/YM8zK
3QMwCAgRr+D8qiC74dsBm4WlCFnG55AOZ2Xq/YuwKPto4SRTiWca+2v3aut4iERL
+cLEDBu0AnrA7RiY2i7B5YZB7AKzT7How2XpJ8bNhc34JKjGSwk6RTqdMyLrvP64
QTMUFSZwhB8JIpLlrH92Ly/LBw0LPntj9HOtoh7OSOjoUyWn3TLsJHOeZKQe7A2M
OuSBp02Hrn3GxbKyELmZlPFx+xNQDVX0sNkgl1Qy0dt1/uBbS6p+xJP8xpRbv2w=
=VCWJ
-END PGP SIGNATURE-


Accepted:
gjs_0.7.6-1.debian.tar.gz
  to main/g/gjs/gjs_0.7.6-1.debian.tar.gz
gjs_0.7.6-1.dsc
  to main/g/gjs/gjs_0.7.6-1.dsc
gjs_0.7.6-1_amd64.deb
  to main/g/gjs/gjs_0.7.6-1_amd64.deb
gjs_0.7.6.orig.tar.gz
  to main/g/gjs/gjs_0.7.6.orig.tar.gz
libgjs-dev_0.7.6-1_amd64.deb
  to main/g/gjs/libgjs-dev_0.7.6-1_amd64.deb
libgjs0b_0.7.6-1_amd64.deb
  to main/g/gjs/libgjs0b_0.7.6-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/e1pge38-00049i...@franck.debian.org



Accepted haskell-hxt-cache 9.0.0-1 (source all i386)

2010-11-11 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Oct 2010 20:10:24 +0900
Source: haskell-hxt-cache
Binary: libghc6-hxt-cache-dev libghc6-hxt-cache-prof libghc6-hxt-cache-doc
Architecture: source all i386
Version: 9.0.0-1
Distribution: unstable
Urgency: low
Maintainer: TANIGUCHI Takaki tak...@debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 libghc6-hxt-cache-dev - Cache for HXT XML Documents and other binary data
 libghc6-hxt-cache-doc - Cache for HXT XML Documents and other binary data; 
documentation
 libghc6-hxt-cache-prof - Cache for HXT XML Documents and other binary data; 
profiling libr
Closes: 601835
Changes: 
 haskell-hxt-cache (9.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #601835)
Checksums-Sha1: 
 042347e43dd9de93fe6c7b520a9b9d77606554e3 2165 haskell-hxt-cache_9.0.0-1.dsc
 42b94d8ae082c737e9d60b1089e1bbd1ddc8d332 6000 
haskell-hxt-cache_9.0.0.orig.tar.gz
 06b6a7c54e038248fcbc550f9e11d290d564366f 2146 
haskell-hxt-cache_9.0.0-1.debian.tar.gz
 fcb4327e1f26ee88d6304cadcd0f510c6b695ed1 16924 
libghc6-hxt-cache-doc_9.0.0-1_all.deb
 b86483afa0996fcd838951dc36fd88821b54c9c6 54340 
libghc6-hxt-cache-dev_9.0.0-1_i386.deb
 fa0ba95560342b47e0ae910b00f905384bb9530d 53060 
libghc6-hxt-cache-prof_9.0.0-1_i386.deb
Checksums-Sha256: 
 0a067381dd86e38ab5f166d6944ce34ac4d83d30edb29b4c33e82242e6ca574b 2165 
haskell-hxt-cache_9.0.0-1.dsc
 e249489f49693b0ad801405913730c19d53c405b1e04ff1fc0db444f9fd1cba8 6000 
haskell-hxt-cache_9.0.0.orig.tar.gz
 ab85ace121840982d935a01ecf2f4cfa083c2cf591a149fc17b705be87f25889 2146 
haskell-hxt-cache_9.0.0-1.debian.tar.gz
 2ca2f77e02e09d83a0f116e9b99884038a09bdf960a57a4f5863d3fee462e296 16924 
libghc6-hxt-cache-doc_9.0.0-1_all.deb
 2f892cb0f4361a41ab245c2697ef16939d7ca39ad511ac266829e70d68ce20ad 54340 
libghc6-hxt-cache-dev_9.0.0-1_i386.deb
 1c80f741ca4a5a04ad708318c34f6f14d985813854194d4845c0ead1961276db 53060 
libghc6-hxt-cache-prof_9.0.0-1_i386.deb
Files: 
 981007c18a814cd3de05a396585bd3ee 2165 haskell extra 
haskell-hxt-cache_9.0.0-1.dsc
 b9cb880a40d7d480f0703ba2422ef289 6000 haskell extra 
haskell-hxt-cache_9.0.0.orig.tar.gz
 86f2a7d6846f8a011b16c8a80f05d250 2146 haskell extra 
haskell-hxt-cache_9.0.0-1.debian.tar.gz
 14123d3ef211a607bf16cdbb9e4ece17 16924 doc extra 
libghc6-hxt-cache-doc_9.0.0-1_all.deb
 6935104a83fd7a81f42a06a08a7f6a67 54340 haskell extra 
libghc6-hxt-cache-dev_9.0.0-1_i386.deb
 2e1e4763c2a56f00ded7e8aa65e9cc8a 53060 haskell extra 
libghc6-hxt-cache-prof_9.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJMzW7+AAoJEMwUn2wopeJX5DsP/3xjmZfDUd4v+5yqHQQhw7Wx
Z+0esGO4jindPxOcTZWjCFN7Y4Tz9v49PcJZueXk4aLBDzXtUYG2/WP/a1jvrmzJ
zCa2+RK1JPLBgaI8SPuGS/8HdmlQuQThjrekOOu3J7i8UsCdvHfxxEv8hoFEroC7
kOlf33Na3nXzyw5gEvFj7yzVQUnASzayN8HtHSItsTI9Y5jtHLsNT61TZ/2GzkFv
HouagN/1EWcxWtYUkdfAoGcLH0WIbw2EQMSsYLK5nC7rRKxP80EMM0HtdDjzXSbR
/DHaSuLRPnGDAve+N2CYqvGudq55r87Ase43McNgKk1mKBSEPuHtlIxHboVbx2rh
5WfOTNuc5vbuFvdLtw8N8Ii2am4+b/s+/JPd9MyU+9dtiU2h0uOFkb77r1QDH1n7
+xwy8ZRy7fhRJ8eDErEuz5fsQ3yGxKtbaX9FoxFgj5MKhtHbagUwo3OdNZMx98iR
PavifJ9QJzajDYD9XYoBTpSPOyvMgH1KqdIwFd0qgF/P4ZymEmtY9yNFfzi9j4Zn
kVTc2thRb6ZdjTYS+h8O7JwY/JhplhE8ZSR+LfSFKS//3G1P1Ac4MmDhpXmmZfTw
uNIRMh44s8IvliSAxhipkhSxn4/c9Ibo95Joiu2gSx89w4jkbsB2UgZ6nQFS1i2c
xvIazaH68ffJeZhNFZpD
=Uwkx
-END PGP SIGNATURE-


Accepted:
haskell-hxt-cache_9.0.0-1.debian.tar.gz
  to main/h/haskell-hxt-cache/haskell-hxt-cache_9.0.0-1.debian.tar.gz
haskell-hxt-cache_9.0.0-1.dsc
  to main/h/haskell-hxt-cache/haskell-hxt-cache_9.0.0-1.dsc
haskell-hxt-cache_9.0.0.orig.tar.gz
  to main/h/haskell-hxt-cache/haskell-hxt-cache_9.0.0.orig.tar.gz
libghc6-hxt-cache-dev_9.0.0-1_i386.deb
  to main/h/haskell-hxt-cache/libghc6-hxt-cache-dev_9.0.0-1_i386.deb
libghc6-hxt-cache-doc_9.0.0-1_all.deb
  to main/h/haskell-hxt-cache/libghc6-hxt-cache-doc_9.0.0-1_all.deb
libghc6-hxt-cache-prof_9.0.0-1_i386.deb
  to main/h/haskell-hxt-cache/libghc6-hxt-cache-prof_9.0.0-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/e1pge3f-0004dx...@franck.debian.org



Accepted ktechlab 0.3.7-11 (source amd64)

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

Format: 1.8
Date: Thu, 11 Nov 2010 20:30:14 +0100
Source: ktechlab
Binary: ktechlab
Architecture: source amd64
Version: 0.3.7-11
Distribution: unstable
Urgency: low
Maintainer: Georges Khaznadar georg...@ofset.org
Changed-By: Georges Khaznadar georg...@ofset.org
Description: 
 ktechlab   - circuit simulator for microcontrollers and electronics
Changes: 
 ktechlab (0.3.7-11) unstable; urgency=low
 .
   * fixed a few QA issues, as hinted by Artur Rona , thanks Artur. The
 upgrades announced for 0.3.7-10 were inconsistent.
Checksums-Sha1: 
 cc7f82e170b5422a6ff3660758792f421298a59f 1153 ktechlab_0.3.7-11.dsc
 0ad66719abb345d8db65ba1dc250bc4a523c91fc 943306 ktechlab_0.3.7-11.diff.gz
 03c405155e6aa349b25c2f45af5f6f24413a3671 1935834 ktechlab_0.3.7-11_amd64.deb
Checksums-Sha256: 
 8472381deb1bfcb82bd4cfd7c954c7b64de9096fa29385a0f356f2552e79ffc1 1153 
ktechlab_0.3.7-11.dsc
 a5a20f952a24b79accf1ffe3cf0e0ed90d551aa85f1c00546f8a531003125731 943306 
ktechlab_0.3.7-11.diff.gz
 f35e243bcdc0169850f230bc4c98efca3778f206855f1030d08cb1a58cce5728 1935834 
ktechlab_0.3.7-11_amd64.deb
Files: 
 17a8afbfc552a56a907bf92b4859783d 1153 kde optional ktechlab_0.3.7-11.dsc
 f4250383ecb16ed39893ed8a44c9f6c5 943306 kde optional ktechlab_0.3.7-11.diff.gz
 20430f27313d55143343244888d4342d 1935834 kde optional 
ktechlab_0.3.7-11_amd64.deb

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

iD8DBQFM3FH7nfmb2hFpETARAgmJAJ4s9Uj1Mwvv11QhCgFP3/8UHYtEdACbB8U2
OztEpgaWUBYHjn5nakh59do=
=gkaN
-END PGP SIGNATURE-


Accepted:
ktechlab_0.3.7-11.diff.gz
  to main/k/ktechlab/ktechlab_0.3.7-11.diff.gz
ktechlab_0.3.7-11.dsc
  to main/k/ktechlab/ktechlab_0.3.7-11.dsc
ktechlab_0.3.7-11_amd64.deb
  to main/k/ktechlab/ktechlab_0.3.7-11_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/e1pge3y-0004hn...@franck.debian.org



Accepted haskell-hxt-charproperties 9.0.0-1 (source all i386)

2010-11-11 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Oct 2010 20:10:25 +0900
Source: haskell-hxt-charproperties
Binary: libghc6-hxt-charproperties-dev libghc6-hxt-charproperties-prof 
libghc6-hxt-charproperties-doc
Architecture: source all i386
Version: 9.0.0-1
Distribution: unstable
Urgency: low
Maintainer: TANIGUCHI Takaki tak...@debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 libghc6-hxt-charproperties-dev - Character properties and classes for XML and 
Unicode
 libghc6-hxt-charproperties-doc - Character properties and classes for XML and 
Unicode; documentati
 libghc6-hxt-charproperties-prof - Character properties and classes for XML and 
Unicode; profiling l
Closes: 601834
Changes: 
 haskell-hxt-charproperties (9.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #601834)
Checksums-Sha1: 
 90231e4043569c27d95d3f0fcabb9c6e1da3a492 2032 
haskell-hxt-charproperties_9.0.0-1.dsc
 ead0916ca586bc15eeb63895f78b74d654dde2b7 225014 
haskell-hxt-charproperties_9.0.0.orig.tar.gz
 682d85bc8e81402ad02ffd8d7d83e8633a37c4bd 2114 
haskell-hxt-charproperties_9.0.0-1.debian.tar.gz
 4dab638c173273a4cb4f53f23c56cfd966ade5db 90692 
libghc6-hxt-charproperties-doc_9.0.0-1_all.deb
 78afbdd37a93af2ed9c6b15f107ca0c6314394cd 962186 
libghc6-hxt-charproperties-dev_9.0.0-1_i386.deb
 5291e0285c86984e98b76b346985bb9cf4528ddb 758392 
libghc6-hxt-charproperties-prof_9.0.0-1_i386.deb
Checksums-Sha256: 
 3a25ca8385c2998e83c6fe2b22096a89416561c906095e41778cbd8730ea04d4 2032 
haskell-hxt-charproperties_9.0.0-1.dsc
 b99e4835448b0a6749d9a624f454a2ec8cfb2de1f9415a7a59d629f90e8194d7 225014 
haskell-hxt-charproperties_9.0.0.orig.tar.gz
 7b723de8dded8b72b1269817663f88b6690506da4611eed3617924ce6258d4b4 2114 
haskell-hxt-charproperties_9.0.0-1.debian.tar.gz
 c775aae6f62ae955506dea03256068b7f0f462a5421e4fc08fc87f33a0e287c1 90692 
libghc6-hxt-charproperties-doc_9.0.0-1_all.deb
 38dbf10aa28112da095f9de298150e43d5f94236f7877d94dff86fdf0aa5253f 962186 
libghc6-hxt-charproperties-dev_9.0.0-1_i386.deb
 f26bf4fdf146f75a4bb8f08bfdc16a4281cc02add5ebf8a84efed9dddb815342 758392 
libghc6-hxt-charproperties-prof_9.0.0-1_i386.deb
Files: 
 06b971d31e4b39bdd9ea95ec90756d74 2032 haskell extra 
haskell-hxt-charproperties_9.0.0-1.dsc
 3794495ea63532942987eb1f8536e3ef 225014 haskell extra 
haskell-hxt-charproperties_9.0.0.orig.tar.gz
 c662c0429697da64f55ea345f606c571 2114 haskell extra 
haskell-hxt-charproperties_9.0.0-1.debian.tar.gz
 9cb4acc9430b182e5393f10fdd7dff3b 90692 doc extra 
libghc6-hxt-charproperties-doc_9.0.0-1_all.deb
 0c144c8ba74376028c4f593281936e42 962186 haskell extra 
libghc6-hxt-charproperties-dev_9.0.0-1_i386.deb
 3e1c229c3173e150bbd89294ad651787 758392 haskell extra 
libghc6-hxt-charproperties-prof_9.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJMzW9fAAoJEMwUn2wopeJXKksP/3fTadL3xZuY2vrPRjwVzn46
E0xfxxMJntECnPY0EIYn6g9e1mx4aDJndvuTvoyar6rels6XH7cUDYoVq5EK52gt
4fIWSPFM5a3yxoMx/XEdFWtwq+wiY9afv+SEGjNdnn/h9Wb6xB8o6XL6TqVxqSAg
B1553olC9DZpMfLaw+sINOt8iBoQ2xuXARpohjbrgnO2mck+9ry6jK+R8hi5ZKbk
Awn8bbEqd3R6/bgFh1jZPShZ+1rLaN25NXxFZx2XXgjLuWnWFFrLBFETmwyFRZRl
uyejX081PMd9AtNiae0hqJH4fLmWGPqtD5s76lY1YHPHA/8mR6nahy/2IYGcmkI4
0re8goaqiIdPTJuWXT6Uh4B9KgK/dOomtCtd9K9O7Xah/mQgzuUUtZG/EYl51mee
ivYaZ21s5bfrEKzfOAnNTti8dUjE6a2zsKfH3TwOikEswK6AHw9SyPBeRmOm2BTZ
lRDHvtQvwFBWAEH7ed+iIqReQCCZFgr7rtwB1TDlHEeINBb6OMgWocKp/kgyP3vP
BoUOoABSbJCNCTa7K3FcawMjz0pGGXl3cDSAFhpnDWS+mWwYshEI7A4+tb1r1BBY
T2xI5yxUp/idVYo1FqpJhyj5RNLlPcmxshfQ8/NnTpur4rmPvOvAyeFNADPdWGQk
DfXdXxyB1TRNuSLifpGg
=JUUx
-END PGP SIGNATURE-


Accepted:
haskell-hxt-charproperties_9.0.0-1.debian.tar.gz
  to 
main/h/haskell-hxt-charproperties/haskell-hxt-charproperties_9.0.0-1.debian.tar.gz
haskell-hxt-charproperties_9.0.0-1.dsc
  to main/h/haskell-hxt-charproperties/haskell-hxt-charproperties_9.0.0-1.dsc
haskell-hxt-charproperties_9.0.0.orig.tar.gz
  to 
main/h/haskell-hxt-charproperties/haskell-hxt-charproperties_9.0.0.orig.tar.gz
libghc6-hxt-charproperties-dev_9.0.0-1_i386.deb
  to 
main/h/haskell-hxt-charproperties/libghc6-hxt-charproperties-dev_9.0.0-1_i386.deb
libghc6-hxt-charproperties-doc_9.0.0-1_all.deb
  to 
main/h/haskell-hxt-charproperties/libghc6-hxt-charproperties-doc_9.0.0-1_all.deb
libghc6-hxt-charproperties-prof_9.0.0-1_i386.deb
  to 
main/h/haskell-hxt-charproperties/libghc6-hxt-charproperties-prof_9.0.0-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/e1pgehx-0006l0...@franck.debian.org



Accepted haskell-hxt-curl 9.0.0-1 (source all i386)

2010-11-11 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Oct 2010 20:10:28 +0900
Source: haskell-hxt-curl
Binary: libghc6-hxt-curl-dev libghc6-hxt-curl-prof libghc6-hxt-curl-doc
Architecture: source all i386
Version: 9.0.0-1
Distribution: unstable
Urgency: low
Maintainer: TANIGUCHI Takaki tak...@debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 libghc6-hxt-curl-dev - LibCurl interface for HXT
 libghc6-hxt-curl-doc - LibCurl interface for HXT; documentation
 libghc6-hxt-curl-prof - LibCurl interface for HXT; profiling library
Closes: 601838
Changes: 
 haskell-hxt-curl (9.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #601838)
Checksums-Sha1: 
 e15e12c07141d25f1a7fb78fca8b1c6e35a2dbb2 2033 haskell-hxt-curl_9.0.0-1.dsc
 cd95885c8d30eb1ad90777cc8dc947e7b10bc481 5428 
haskell-hxt-curl_9.0.0.orig.tar.gz
 c52c7f54bb9bf40f15aa76d31dc51bf24dfb9d82 2064 
haskell-hxt-curl_9.0.0-1.debian.tar.gz
 bff8bba83615cfeb32df5cf2e86871a999dd5d05 14728 
libghc6-hxt-curl-doc_9.0.0-1_all.deb
 759bd798878ce9f886dc24f7785a21d8e0dbfb2c 56086 
libghc6-hxt-curl-dev_9.0.0-1_i386.deb
 46b74fb6b952fc0d7c4e963efa942446df5b1e82 54042 
libghc6-hxt-curl-prof_9.0.0-1_i386.deb
Checksums-Sha256: 
 ff1a7c091b899b7dd10079961f55ee2699a503901730999d6408384f27cb5c17 2033 
haskell-hxt-curl_9.0.0-1.dsc
 cfa16b684ee008dd6b7e0eccf121341cd41a1d380cbc0efaa665e6bcb2ba1702 5428 
haskell-hxt-curl_9.0.0.orig.tar.gz
 f018142474d419d822496c4ba4db6d3f7ce57424134eae132e4a1225e525a3aa 2064 
haskell-hxt-curl_9.0.0-1.debian.tar.gz
 16fd047adbc432d91f36670503b73b53a02b1b50c5957f05170e05d762054231 14728 
libghc6-hxt-curl-doc_9.0.0-1_all.deb
 d165f2a98562dec5954bbdf3b216a179035110bab081a07e73194eddba16efe3 56086 
libghc6-hxt-curl-dev_9.0.0-1_i386.deb
 52fb9df53c254343a51659edca0e1028d9ed11b335fd090ef8f240cfccab2270 54042 
libghc6-hxt-curl-prof_9.0.0-1_i386.deb
Files: 
 53a60e8cff32d751e95b38f64fc7df77 2033 haskell extra 
haskell-hxt-curl_9.0.0-1.dsc
 c23108c7a11920f0d1e7d91be8049391 5428 haskell extra 
haskell-hxt-curl_9.0.0.orig.tar.gz
 d8cec847423e79462cc6c2e1d73f8559 2064 haskell extra 
haskell-hxt-curl_9.0.0-1.debian.tar.gz
 4f9715aeaccafc162e51566963cc2ac5 14728 doc extra 
libghc6-hxt-curl-doc_9.0.0-1_all.deb
 9c76deda702c973ed26a1325e32f0b02 56086 haskell extra 
libghc6-hxt-curl-dev_9.0.0-1_i386.deb
 f786e224b1ac1ca3300e27e982021383 54042 haskell extra 
libghc6-hxt-curl-prof_9.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJMzW+ZAAoJEMwUn2wopeJX0U8QAMNZ3xPMabx3an7hP7Q8KtVi
pgiQeuJIAWeDuvZCxuICvAvTgcgLPS9ZRdTMluT1Q85x66FAn1WeA5elEeD+ythv
GozFtvRH1JLtFz8ngzzWkfWwjpBZgbEoSbRQaKb2Htv352r4wn+hyOTTNV6xS6wS
s9eAGDeInm/TEzPmVHC1OyOWNJfmd+gmaw4y/zunHtBmXdewlduRneDIOvs39EAt
2i3tYdJVb3Ir8IqC7eYBsEv7vvASYomEwEka6ZCTmcMcp45Wm12q8jc+hPu3atYo
GvFbLwEwn29IVFPG36o+FCXEwKrJ9CHqJ+T8cofPqPfit+GUqDGwQ8/bOCHrSdZF
a8gLgVyOt4nSB0SIM7TbQTjs8ganGQfqeeT0vDFR8eejFtTp65tYxEAwqXyeO/fr
I7eHHo+GlIfN15pZ+mBAc6jsYPRVTEaPw9NDx0tZ6hcbd5k8iSZfMcJb4BSc0oqh
mwRLvVFUqzBv6NzC610/JPpLrSJzmDAiO3GvrGGfP0DLCVQIxJ5VnZGVtmgtZeAW
YU8Dg7R0AD+orHBzmfLvYupM5PTHp5kn6iT/dxJz79zI0s1En/bQAYlswtdOOQ+2
lELvomrfKHP7gk0mnQQ10bQXcrDo1APQZ5vRK3fH1U/pGUa72TSRqfNRsftwdahX
vFhKM7WjI6qrPYh68ZJd
=1rNa
-END PGP SIGNATURE-


Accepted:
haskell-hxt-curl_9.0.0-1.debian.tar.gz
  to main/h/haskell-hxt-curl/haskell-hxt-curl_9.0.0-1.debian.tar.gz
haskell-hxt-curl_9.0.0-1.dsc
  to main/h/haskell-hxt-curl/haskell-hxt-curl_9.0.0-1.dsc
haskell-hxt-curl_9.0.0.orig.tar.gz
  to main/h/haskell-hxt-curl/haskell-hxt-curl_9.0.0.orig.tar.gz
libghc6-hxt-curl-dev_9.0.0-1_i386.deb
  to main/h/haskell-hxt-curl/libghc6-hxt-curl-dev_9.0.0-1_i386.deb
libghc6-hxt-curl-doc_9.0.0-1_all.deb
  to main/h/haskell-hxt-curl/libghc6-hxt-curl-doc_9.0.0-1_all.deb
libghc6-hxt-curl-prof_9.0.0-1_i386.deb
  to main/h/haskell-hxt-curl/libghc6-hxt-curl-prof_9.0.0-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/e1pgehf-0006pe...@franck.debian.org



Accepted haskell-hxt-http 9.0.0-1 (source all i386)

2010-11-11 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Oct 2010 20:10:28 +0900
Source: haskell-hxt-http
Binary: libghc6-hxt-http-dev libghc6-hxt-http-prof libghc6-hxt-http-doc
Architecture: source all i386
Version: 9.0.0-1
Distribution: unstable
Urgency: low
Maintainer: TANIGUCHI Takaki tak...@debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 libghc6-hxt-http-dev - Interface to native Haskell HTTP package HTTP
 libghc6-hxt-http-doc - Interface to native Haskell HTTP package HTTP; 
documentation
 libghc6-hxt-http-prof - Interface to native Haskell HTTP package HTTP; 
profiling library
Closes: 601837
Changes: 
 haskell-hxt-http (9.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #601837)
Checksums-Sha1: 
 275b30ad245c3655e3bea05e19ed23e882f02f0e 2033 haskell-hxt-http_9.0.0-1.dsc
 dff2a1d5764f223c7cbf8909f1114b1b12bf3930 4188 
haskell-hxt-http_9.0.0.orig.tar.gz
 9b7d130773ddade66f2760529cc12eed3fe4d181 2180 
haskell-hxt-http_9.0.0-1.debian.tar.gz
 cf3fe63f0575e4060f745677ca5df853ee2fda6e 12840 
libghc6-hxt-http-doc_9.0.0-1_all.deb
 4ca4181b4941f864e52ec55e7dc78a4daeebe3e2 41788 
libghc6-hxt-http-dev_9.0.0-1_i386.deb
 7ae8e705879fde53e52c76171eeaa39fcec5e7b7 39546 
libghc6-hxt-http-prof_9.0.0-1_i386.deb
Checksums-Sha256: 
 6d3fa1377a8258a9d265a666ca9797d657908840884d6e120c6daaaca662e1b2 2033 
haskell-hxt-http_9.0.0-1.dsc
 bd1761bdf0f7c8375212468ae99c444253b60686c029175ccddc8c05443ec448 4188 
haskell-hxt-http_9.0.0.orig.tar.gz
 80c9761db0e281c14c16a2be1dca5974e6436dee3df84661eb6e28ca7781c232 2180 
haskell-hxt-http_9.0.0-1.debian.tar.gz
 686e352700412f0468a42a12dd2bbbf105a7924a6268f043e98a5c16d9eae630 12840 
libghc6-hxt-http-doc_9.0.0-1_all.deb
 65102b722d4e038a83bcf516bf82134f44ad6d373c4cd03e890188b532c3f959 41788 
libghc6-hxt-http-dev_9.0.0-1_i386.deb
 9025605241dda94639c8583eb7da181aa3eea596b9f152ad736c74066187d8a7 39546 
libghc6-hxt-http-prof_9.0.0-1_i386.deb
Files: 
 8f8628467d98dbd346a426a271deae23 2033 haskell extra 
haskell-hxt-http_9.0.0-1.dsc
 7a0c274ad1bebd9c92ef6f0d12bba896 4188 haskell extra 
haskell-hxt-http_9.0.0.orig.tar.gz
 6a7d2de0f32b0e668b9f3b64ecdb3fdc 2180 haskell extra 
haskell-hxt-http_9.0.0-1.debian.tar.gz
 0cc1a93149a44b4bf572d5c8dd1fc3c0 12840 doc extra 
libghc6-hxt-http-doc_9.0.0-1_all.deb
 10083b47f333d72e5a8bc727ca2433a4 41788 haskell extra 
libghc6-hxt-http-dev_9.0.0-1_i386.deb
 c9cc4ba3f6117cadd3b875c1e5211050 39546 haskell extra 
libghc6-hxt-http-prof_9.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJMzW/PAAoJEMwUn2wopeJXGfUP/0v52D/j4Dci4b9cinFS3iDG
xQ+82XiSgDmbjgaTpM1ej+HocgiHAFUl8uV2GC8RkpJylZ1qfbn4AMn1FleZOaOj
TBjb5jsTTk8g+hmeullJPo8/RhNaorcRe5oIKgV/8bMFv6yzputpr7W1zOUu9rNa
eirLMJTiN7Nl7GF1warbuPxDcUbM7PPtkSyGmc6lIlgoE6yU5yGrJFCI50PHbNHu
pVSgNKkO68+VHadJ3P1mqSEIfscpcAQFRLQ1gtSXLD+IpuS6w3XbSzid/Lcdko+n
LODfa7l9QvyADwj3/HjIziITpeBq/gkr3yQ/iXVweWDZ8CwLtyEqS15gQDWtcR7A
XN3eeDHtHGa8oNZKAWnN54VvqI9imTODZBvg36JYoKpZMJxQECrB8rJmKQIYJbv7
zUu05f3vtg3ky2FYOXyVhwt6tUKzzDUmFuEMOB4cTa4+87hkNhThZqZV4D+A5FOX
7D2y72tT2t6HDCcS0BhOtXOmjtIBqVncl+Q/TTtM17QMkWWxS6ltT6YoAcA9xtcu
EJh3d7jRVTUA0OJUtTGJXZK3XbWqGsVniwOJ2Nk2Nz5AILPwSETBRKp78HslLNv2
KuTaRAQT4FOOno/IgZFZrbw9linuVbANgi3BRb2s1xzVIFu4PP2IUGepNFQF9D7J
THa6IMs/1AkWxi6f+xj7
=ja94
-END PGP SIGNATURE-


Accepted:
haskell-hxt-http_9.0.0-1.debian.tar.gz
  to main/h/haskell-hxt-http/haskell-hxt-http_9.0.0-1.debian.tar.gz
haskell-hxt-http_9.0.0-1.dsc
  to main/h/haskell-hxt-http/haskell-hxt-http_9.0.0-1.dsc
haskell-hxt-http_9.0.0.orig.tar.gz
  to main/h/haskell-hxt-http/haskell-hxt-http_9.0.0.orig.tar.gz
libghc6-hxt-http-dev_9.0.0-1_i386.deb
  to main/h/haskell-hxt-http/libghc6-hxt-http-dev_9.0.0-1_i386.deb
libghc6-hxt-http-doc_9.0.0-1_all.deb
  to main/h/haskell-hxt-http/libghc6-hxt-http-doc_9.0.0-1_all.deb
libghc6-hxt-http-prof_9.0.0-1_i386.deb
  to main/h/haskell-hxt-http/libghc6-hxt-http-prof_9.0.0-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/e1pgehn-0006tu...@franck.debian.org



Accepted haskell-hxt-regex-xmlschema 9.0.0-1 (source all i386)

2010-11-11 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Oct 2010 20:10:29 +0900
Source: haskell-hxt-regex-xmlschema
Binary: libghc6-hxt-regex-xmlschema-dev libghc6-hxt-regex-xmlschema-prof 
libghc6-hxt-regex-xmlschema-doc
Architecture: source all i386
Version: 9.0.0-1
Distribution: unstable
Urgency: low
Maintainer: TANIGUCHI Takaki tak...@debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 libghc6-hxt-regex-xmlschema-dev - W3C XML Schema regular expressions library
 libghc6-hxt-regex-xmlschema-doc - W3C XML Schema regular expressions library; 
documentation
 libghc6-hxt-regex-xmlschema-prof - W3C XML Schema regular expressions library; 
profiling library
Closes: 601833
Changes: 
 haskell-hxt-regex-xmlschema (9.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #601833)
Checksums-Sha1: 
 0cc768afb6e81ce44a44e296eec136b649dd5acd 2197 
haskell-hxt-regex-xmlschema_9.0.0-1.dsc
 91ce3f0503aa3a4b244a73c286733f8b852f21d7 26407 
haskell-hxt-regex-xmlschema_9.0.0.orig.tar.gz
 bcf13ca3715dff81e89faa1f48c7d5f1833e8b1e 2367 
haskell-hxt-regex-xmlschema_9.0.0-1.debian.tar.gz
 0125802687d4f94fddb614f211cfc2abb5b649a9 43398 
libghc6-hxt-regex-xmlschema-doc_9.0.0-1_all.deb
 5c80039d24ea33e019fc8dde2400f0c93712a7e5 162208 
libghc6-hxt-regex-xmlschema-dev_9.0.0-1_i386.deb
 0a8ac22e1f80c96e5d4a2397c72eb429781a87b7 159030 
libghc6-hxt-regex-xmlschema-prof_9.0.0-1_i386.deb
Checksums-Sha256: 
 9c99a49dbc509ecd23588fdeb0167afffeeb550ad06ac6a9e6478b575af3acd3 2197 
haskell-hxt-regex-xmlschema_9.0.0-1.dsc
 6cfec39130d89c5926a9ccc67ebb9ec9f8ca66affb2fa2000d6d7a895e3f5b02 26407 
haskell-hxt-regex-xmlschema_9.0.0.orig.tar.gz
 b541487ec50e8772aabe2ea22096e3cf8942905a5f85c765d18d2ffef6da29d4 2367 
haskell-hxt-regex-xmlschema_9.0.0-1.debian.tar.gz
 d8e8acbb141e1b1424f384665486a1595742a636fb8d41cfb1b06334ff2141df 43398 
libghc6-hxt-regex-xmlschema-doc_9.0.0-1_all.deb
 ae8a898cedb135f1ea7d83a16ef8c56bbc35779244bcb965c6da89fae4e1cfa4 162208 
libghc6-hxt-regex-xmlschema-dev_9.0.0-1_i386.deb
 44268439183a26863431b6e88a85f8cc9f8021bf6f3cdd84523d3e73c8b3cde5 159030 
libghc6-hxt-regex-xmlschema-prof_9.0.0-1_i386.deb
Files: 
 2997a78a9ba731609507061d115b47b0 2197 haskell extra 
haskell-hxt-regex-xmlschema_9.0.0-1.dsc
 cd9031d82d6e404c8eed202fe7f91496 26407 haskell extra 
haskell-hxt-regex-xmlschema_9.0.0.orig.tar.gz
 ac2e00ebe3d2c8f18d9fb02e89b1518b 2367 haskell extra 
haskell-hxt-regex-xmlschema_9.0.0-1.debian.tar.gz
 e6510b9a003d7e9a7f73c5c82bd1ff25 43398 doc extra 
libghc6-hxt-regex-xmlschema-doc_9.0.0-1_all.deb
 f2e039adb894954d593d5b17de17be55 162208 haskell extra 
libghc6-hxt-regex-xmlschema-dev_9.0.0-1_i386.deb
 10f0e520d687567c18d3b7e2c3395dfc 159030 haskell extra 
libghc6-hxt-regex-xmlschema-prof_9.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJMzXKDAAoJEMwUn2wopeJX7TYQAIbBcSu9MHJw2aTLufeoKzKq
6FIGwruR8MWTn8Dk42UV30YypyXZSnzWGZ1kpCcFgzvgXl0VdggsLOn3tqLiSTsA
dcvPxKf+y6Bu2Ft4m8wF4s59Xmk3b/nkAXNNnJHuB9r8DDc/z+Cm+kWNsw5ZPyDT
HOBeH1loIq0mzd3ILnhmBtOONYXbL9gB6WPBokH1D+aekfFpS/Jg9nlhNJx2TLjO
QjVumaMyjpcbBp/gNf69RgmHGXkJbtXkDqfJiFxvFJMTBI0T+hkWeu1aSRdYcQb4
g1xpBXq2RoIIh00eY6pcS+m+SJoialFsYCHyF3PoVFf7Wrx7KxOcLfVjZT1uVcUS
/NbqS7O/0UilBwJ+qMCtnoVDetSZhKllvMWIqT9mHxvniwYueZ2gozvmRJDXy78C
m6URHiuLopFa10gCY2Hcq77Bt5CHdYfceTPqfC1IpUNE+VJxt/g83MGghEGkDuUj
iCQYqnDraIe1Zob39dY66jaJhVMe6fejVVRhPA4ktGsQJZfnudY2lBUI3DrHdycS
0nAJXr/mL79v9XVA1UPRyqDTh2is4xLmM+xfFO9xzqDaHOt9OLwxqmXL2e49Mka0
wJwz+L3cgaK3n65JIFTt7QycWrVSTjJAzUTgSru2q8fjrVpFuvmpE4ZkOJK0gGcw
8bv63PHP7y8ew6cbM4C1
=RJoZ
-END PGP SIGNATURE-


Accepted:
haskell-hxt-regex-xmlschema_9.0.0-1.debian.tar.gz
  to 
main/h/haskell-hxt-regex-xmlschema/haskell-hxt-regex-xmlschema_9.0.0-1.debian.tar.gz
haskell-hxt-regex-xmlschema_9.0.0-1.dsc
  to main/h/haskell-hxt-regex-xmlschema/haskell-hxt-regex-xmlschema_9.0.0-1.dsc
haskell-hxt-regex-xmlschema_9.0.0.orig.tar.gz
  to 
main/h/haskell-hxt-regex-xmlschema/haskell-hxt-regex-xmlschema_9.0.0.orig.tar.gz
libghc6-hxt-regex-xmlschema-dev_9.0.0-1_i386.deb
  to 
main/h/haskell-hxt-regex-xmlschema/libghc6-hxt-regex-xmlschema-dev_9.0.0-1_i386.deb
libghc6-hxt-regex-xmlschema-doc_9.0.0-1_all.deb
  to 
main/h/haskell-hxt-regex-xmlschema/libghc6-hxt-regex-xmlschema-doc_9.0.0-1_all.deb
libghc6-hxt-regex-xmlschema-prof_9.0.0-1_i386.deb
  to 
main/h/haskell-hxt-regex-xmlschema/libghc6-hxt-regex-xmlschema-prof_9.0.0-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/e1pgehw-0006xs...@franck.debian.org



Accepted haskell-hxt-relaxng 9.0.0-1 (source all i386)

2010-11-11 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Oct 2010 20:10:30 +0900
Source: haskell-hxt-relaxng
Binary: libghc6-hxt-relaxng-dev libghc6-hxt-relaxng-prof libghc6-hxt-relaxng-doc
Architecture: source all i386
Version: 9.0.0-1
Distribution: unstable
Urgency: low
Maintainer: TANIGUCHI Takaki tak...@debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 libghc6-hxt-relaxng-dev - The HXT RelaxNG validator
 libghc6-hxt-relaxng-doc - The HXT RelaxNG validator; documentation
 libghc6-hxt-relaxng-prof - The HXT RelaxNG validator; profiling library
Closes: 601842
Changes: 
 haskell-hxt-relaxng (9.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #601842)
Checksums-Sha1: 
 edfb636951896df105b7bd9384e22a984b62688c 2011 haskell-hxt-relaxng_9.0.0-1.dsc
 84f212855c35176aa69dd282feeb299962748774 55659 
haskell-hxt-relaxng_9.0.0.orig.tar.gz
 c08e514d85756b813198265fbea3f6d35055f8fc 2136 
haskell-hxt-relaxng_9.0.0-1.debian.tar.gz
 6b4791c07298d228b5d58e65fd9dee5d860d3d0a 160858 
libghc6-hxt-relaxng-doc_9.0.0-1_all.deb
 05bc61cf10879321834d9dd4d41d363c608611ad 919852 
libghc6-hxt-relaxng-dev_9.0.0-1_i386.deb
 c59ea07527dc07703cfa599f5b558c6fbe4e1cfa 886894 
libghc6-hxt-relaxng-prof_9.0.0-1_i386.deb
Checksums-Sha256: 
 ffe3e247f39af721741843d77433c74a64248c62b884270430a8766b83d961eb 2011 
haskell-hxt-relaxng_9.0.0-1.dsc
 d430189536d909a1b8ba85284520f45b8e05ae34d4e1e9732f56d31d6a6a461e 55659 
haskell-hxt-relaxng_9.0.0.orig.tar.gz
 e1a99de8aa8eb96162f7041c77c8153a1789565edf1b433e4db4621e75f507f2 2136 
haskell-hxt-relaxng_9.0.0-1.debian.tar.gz
 2f981e8997bd39d0a926f5cd2b8232251c4c3b98fe50786d1270e08bdfff 160858 
libghc6-hxt-relaxng-doc_9.0.0-1_all.deb
 eceb939949b5ec0b1ee23e25bc828c91a77005a24bc9f31316ab2386d4aa3e53 919852 
libghc6-hxt-relaxng-dev_9.0.0-1_i386.deb
 93109888ce60021b1856c862594996d29ed43ddc31b3f4e26bc2d58aee9fa1fa 886894 
libghc6-hxt-relaxng-prof_9.0.0-1_i386.deb
Files: 
 195bc4f5ec159db77653761e4c49d9e7 2011 haskell extra 
haskell-hxt-relaxng_9.0.0-1.dsc
 34ac4a84a01d21a0ddcc1c7810c7a575 55659 haskell extra 
haskell-hxt-relaxng_9.0.0.orig.tar.gz
 1f7d1070988dc1f68a3ce29e0d1c2f41 2136 haskell extra 
haskell-hxt-relaxng_9.0.0-1.debian.tar.gz
 4f3288175abc4b11ab5252b92921e0ea 160858 doc extra 
libghc6-hxt-relaxng-doc_9.0.0-1_all.deb
 1af90c829b4d3b411f7931bc0c75dca4 919852 haskell extra 
libghc6-hxt-relaxng-dev_9.0.0-1_i386.deb
 6c6bd264fbbae57536c04420af35ca72 886894 haskell extra 
libghc6-hxt-relaxng-prof_9.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJMzXDWAAoJEMwUn2wopeJXJsIP/A8BG85A5ieDxZd9EtjINT3u
gvPiIxFbcBFvwef2G+Q9rBdDUBSX7Me4A1x7H4crAh1cuw4yI/dVoKjm0RaumAFK
i2m/db3zAE0Ju3igaeD8hVIaWBNxmNwaG/xW5slfMCfSyHBgXl4YA4qjrDkzbSjN
w1307g9YhLSHMjoyHohHf+K+/35u1us61x2HfumSJMHq9AQvd2PE2/je996Bl7La
9rVdssfn2Nnxu6T7qkydDtCc++9K2dZDiNhDoc6N1GlQWut6WWP+tHeH+c/V6UDZ
PjMkNK1CVzDb/tbQGahCoBiLMp8FwkpGWRYt3R+zGKlNp8YuKG93ShNL8qekOJ9/
xgmmoqXMrXtUQMZllLwcFiqKrtQq5AXjWLDte0yKQSGSss/bS1VMQSWJ+hT/ruTT
XsP81XPsDq8XXrCibw9UNbbKGvH6gom+q6FaDr9RJ4bHdy1qtG09xzkg1LObczQg
XCuDqhv2MY31TZzMjsH1oLvhHW9YzimUBFgluK59SBKnes2+5QBOFo/JjUQ5JR1k
M3Jq2ggOVMlswRVukWIf7yp4n+D6KWQNJ96uA5Z0HqppOqfPyy9iwz889vh7WQ4n
MkPLkn+XTpx7QQtuBdBlSs5DWXvgxzmLaDb5JBrrgiNA02/Ht6SfjeG6zZbXDWGI
FTxoAlsONA4+zue/+Yv1
=LwIi
-END PGP SIGNATURE-


Accepted:
haskell-hxt-relaxng_9.0.0-1.debian.tar.gz
  to main/h/haskell-hxt-relaxng/haskell-hxt-relaxng_9.0.0-1.debian.tar.gz
haskell-hxt-relaxng_9.0.0-1.dsc
  to main/h/haskell-hxt-relaxng/haskell-hxt-relaxng_9.0.0-1.dsc
haskell-hxt-relaxng_9.0.0.orig.tar.gz
  to main/h/haskell-hxt-relaxng/haskell-hxt-relaxng_9.0.0.orig.tar.gz
libghc6-hxt-relaxng-dev_9.0.0-1_i386.deb
  to main/h/haskell-hxt-relaxng/libghc6-hxt-relaxng-dev_9.0.0-1_i386.deb
libghc6-hxt-relaxng-doc_9.0.0-1_all.deb
  to main/h/haskell-hxt-relaxng/libghc6-hxt-relaxng-doc_9.0.0-1_all.deb
libghc6-hxt-relaxng-prof_9.0.0-1_i386.deb
  to main/h/haskell-hxt-relaxng/libghc6-hxt-relaxng-prof_9.0.0-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/e1pgei6-0006ch...@franck.debian.org



Accepted haskell-hxt-tagsoup 9.0.0-1 (source all i386)

2010-11-11 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Oct 2010 20:10:30 +0900
Source: haskell-hxt-tagsoup
Binary: libghc6-hxt-tagsoup-dev libghc6-hxt-tagsoup-prof libghc6-hxt-tagsoup-doc
Architecture: source all i386
Version: 9.0.0-1
Distribution: unstable
Urgency: low
Maintainer: TANIGUCHI Takaki tak...@debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 libghc6-hxt-tagsoup-dev - TagSoup parser for HXT
 libghc6-hxt-tagsoup-doc - TagSoup parser for HXT; documentation
 libghc6-hxt-tagsoup-prof - TagSoup parser for HXT; profiling library
Closes: 601832
Changes: 
 haskell-hxt-tagsoup (9.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #601832)
Checksums-Sha1: 
 f1ae41d87fdb5f8a932f13d6bba5bceafeb7cae8 2169 haskell-hxt-tagsoup_9.0.0-1.dsc
 30642454a5ac65a40f7f6637d803ef68969e118d 7804 
haskell-hxt-tagsoup_9.0.0.orig.tar.gz
 f103bea8b5b3f2f574748c2e9942f8f92c18442c 2144 
haskell-hxt-tagsoup_9.0.0-1.debian.tar.gz
 337ba1f427e401d489cb113884b566e4025aa542 16788 
libghc6-hxt-tagsoup-doc_9.0.0-1_all.deb
 b668074212b0e32a371843e8b30e4ce0fafbaa6a 43408 
libghc6-hxt-tagsoup-dev_9.0.0-1_i386.deb
 362f937d97c2643113bb5cc826008f58fdd2ac09 42188 
libghc6-hxt-tagsoup-prof_9.0.0-1_i386.deb
Checksums-Sha256: 
 807c06227cc6dcd043998e216bb2ee31669818f956b2e1bd70d12b51b8796356 2169 
haskell-hxt-tagsoup_9.0.0-1.dsc
 e0146735c4369fc5b86d48d5bd0ec3df4a7fdfc6c45139001bf4bd9330cc2a93 7804 
haskell-hxt-tagsoup_9.0.0.orig.tar.gz
 bce0f89858ed8ec30f87d47a2bf16ac85da3bb424c540c0003c6776081b03184 2144 
haskell-hxt-tagsoup_9.0.0-1.debian.tar.gz
 a464b6442457f34667f8f96931cf8bddbc8da8f50335b9988505ce611ce9df4b 16788 
libghc6-hxt-tagsoup-doc_9.0.0-1_all.deb
 f5904dfa556725913496f48c4e4a5bff6c9cdcd7599576f63735a3ea751fd06f 43408 
libghc6-hxt-tagsoup-dev_9.0.0-1_i386.deb
 6ea596a1c97bcf73ee580863838862ad23ae4da2323fee64bbf5ab38293a8e8d 42188 
libghc6-hxt-tagsoup-prof_9.0.0-1_i386.deb
Files: 
 f371b6fd5d88b680b171f7e4025701f1 2169 haskell extra 
haskell-hxt-tagsoup_9.0.0-1.dsc
 ee16f2868895507ef988aa68edea4770 7804 haskell extra 
haskell-hxt-tagsoup_9.0.0.orig.tar.gz
 270902bf75356bc34da55e0f147e407d 2144 haskell extra 
haskell-hxt-tagsoup_9.0.0-1.debian.tar.gz
 b3be09f69635259c23f8e8e7bde79727 16788 doc extra 
libghc6-hxt-tagsoup-doc_9.0.0-1_all.deb
 c251ef84b410117c3dd716f2fca7f740 43408 haskell extra 
libghc6-hxt-tagsoup-dev_9.0.0-1_i386.deb
 9a1512b0fccc12190765ebea89baa099 42188 haskell extra 
libghc6-hxt-tagsoup-prof_9.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJMzXERAAoJEMwUn2wopeJXhLIQAJrFHuaPfo60BuDaienPUfdS
zIcNauMjYxG1zPRtCNGSlth0Q/bHiJ5MPE4uSdcNc0aCuaFk4Zl+KMTu0obAwEhV
2r583cpCg8p+/wIrKE6f2A2nNDgbN660rZZPWaXvVaGly+RszZq1/pwlVt7TU2P+
3YFmOvG/uqjbCfo9e8I7lw5b5fboHOMFSOWxfKzME1nmzw0S05IAZR/Z0b4JbJE8
cNuz663nQkYJfEOyKDlt7P5YHdcREx2PrkwRa5k4UfE5HxueWmmJYk+mvF1sgq2W
nKrGh5bN4FBT5ZcmNZvyk32yiQeAbXEw+kkQ73nono/42nv+P6d55wcPEoNN0je+
HeELi+4NprcgM5V0EMQMWNyy5PlFY8iqospDVG8w+ZVJkriRldWNPvDUMHHgALy/
sJiuFV1nnpoBpj6jxV85ZLzP7vcR+j5oBbqXaoZpZYLwB6Vz4i3H/MA0Z0HF0CAT
ZaF7fexwDNWnYsQFNPQ9dUuZxVuETOLswKHUIyhv5maLJAgqS0djZIOH4XjA7Q+5
XGnBTsjW2T4BXiNPMctAKurCYffeFhwivDniSIESkS+2vaL8/bndMECs6xaoFvQk
Tu1Sp/Asbbp385ifUGSikI7GtFRxbjpQZdBFIHBASYaaNwA7yBxSGi72Ih6vL31A
E9Gam1sF3FDXKOCi2ZcC
=t7Wo
-END PGP SIGNATURE-


Accepted:
haskell-hxt-tagsoup_9.0.0-1.debian.tar.gz
  to main/h/haskell-hxt-tagsoup/haskell-hxt-tagsoup_9.0.0-1.debian.tar.gz
haskell-hxt-tagsoup_9.0.0-1.dsc
  to main/h/haskell-hxt-tagsoup/haskell-hxt-tagsoup_9.0.0-1.dsc
haskell-hxt-tagsoup_9.0.0.orig.tar.gz
  to main/h/haskell-hxt-tagsoup/haskell-hxt-tagsoup_9.0.0.orig.tar.gz
libghc6-hxt-tagsoup-dev_9.0.0-1_i386.deb
  to main/h/haskell-hxt-tagsoup/libghc6-hxt-tagsoup-dev_9.0.0-1_i386.deb
libghc6-hxt-tagsoup-doc_9.0.0-1_all.deb
  to main/h/haskell-hxt-tagsoup/libghc6-hxt-tagsoup-doc_9.0.0-1_all.deb
libghc6-hxt-tagsoup-prof_9.0.0-1_i386.deb
  to main/h/haskell-hxt-tagsoup/libghc6-hxt-tagsoup-prof_9.0.0-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/e1pgeid-0006g7...@franck.debian.org



Accepted haskell-hxt-unicode 9.0.0-1 (source all i386)

2010-11-11 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Oct 2010 20:10:31 +0900
Source: haskell-hxt-unicode
Binary: libghc6-hxt-unicode-dev libghc6-hxt-unicode-prof libghc6-hxt-unicode-doc
Architecture: source all i386
Version: 9.0.0-1
Distribution: unstable
Urgency: low
Maintainer: TANIGUCHI Takaki tak...@debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 libghc6-hxt-unicode-dev - Unicode en-/decoding functions
 libghc6-hxt-unicode-doc - Unicode en-/decoding functions; documentation
 libghc6-hxt-unicode-prof - Unicode en-/decoding functions; profiling library
Closes: 601836
Changes: 
 haskell-hxt-unicode (9.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #601836)
Checksums-Sha1: 
 393b4c51f8ef7f00cfa3e6d060e370129ca2c2fc 2056 haskell-hxt-unicode_9.0.0-1.dsc
 770a0f02c4ab45244aeaca3094b262681bbf58e8 13492 
haskell-hxt-unicode_9.0.0.orig.tar.gz
 b23209e32966213f77d579801952b631422da165 2226 
haskell-hxt-unicode_9.0.0-1.debian.tar.gz
 77e6134409d013137713ee9bc58cdc9249c74249 36282 
libghc6-hxt-unicode-doc_9.0.0-1_all.deb
 3af0ab017130f2e9223f517535ce66443b242faa 225532 
libghc6-hxt-unicode-dev_9.0.0-1_i386.deb
 6eb87211a1cc3ddd85d3ca6d9c68b4c1c222e592 186584 
libghc6-hxt-unicode-prof_9.0.0-1_i386.deb
Checksums-Sha256: 
 4430377057711acf0b3a0d55889ca5856ff4e0271d85de00a3cec2263c6c9f15 2056 
haskell-hxt-unicode_9.0.0-1.dsc
 3daff63c34a421569ecdb074521a83ef0a9112b5f34d65fd203875735740303a 13492 
haskell-hxt-unicode_9.0.0.orig.tar.gz
 f55f1bd0493ea6b103f0d0a404a9af0bf6ff8e2b22417d7dd1280b502644d398 2226 
haskell-hxt-unicode_9.0.0-1.debian.tar.gz
 bae2bb6a619b93c96f1731b3afdf20cbe16d7e17b32d60beffc9af8cd5b104ca 36282 
libghc6-hxt-unicode-doc_9.0.0-1_all.deb
 6262f5af174f5f2ab84b0099edd36611646ea1faee858ab6111c93e86258b4b4 225532 
libghc6-hxt-unicode-dev_9.0.0-1_i386.deb
 36159ceb88d8ed62bcd0e62feb2dcd0ef563c5c1e2b7e1407f89833d88dfaa02 186584 
libghc6-hxt-unicode-prof_9.0.0-1_i386.deb
Files: 
 7b6d54680fffdb3bb1b9966f380171f6 2056 haskell extra 
haskell-hxt-unicode_9.0.0-1.dsc
 db366aa9e0fbf774b72cb95f55682a3a 13492 haskell extra 
haskell-hxt-unicode_9.0.0.orig.tar.gz
 8826fe9a38905a353ae3c327acf72f1e 2226 haskell extra 
haskell-hxt-unicode_9.0.0-1.debian.tar.gz
 6794bf78120676c0d1d73d9583f3cd95 36282 doc extra 
libghc6-hxt-unicode-doc_9.0.0-1_all.deb
 5f36a8356f4c5d5d6712151f25f9625f 225532 haskell extra 
libghc6-hxt-unicode-dev_9.0.0-1_i386.deb
 caa5da8c82ba31e886069dcb3580f5a2 186584 haskell extra 
libghc6-hxt-unicode-prof_9.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJMzXMrAAoJEMwUn2wopeJXu2cP/3NmC7QXZEi/E5yrrbSSNWnt
A5aXjHG0bcQmyXj7OHqxApNrFOZZCtTeHKV/ZU/ipN6JMKo09GOZnHKrSY23/n7Z
JIUKUF4vhlN+aEG0XBU+l7jYl7DnwKZSAOp6htP6YJ32k8aEHIH+L0jbiuOeDfmo
2VFB2I2+jwILCEtrU10gdvfkaHBfq4USm+neeOV+orP5/r2YVc+8LHloojv3FI1f
ZTjoDNtSyagNtRvQW3wVQXwsZq54cQt2X+ay4taESSRpdYtAb8bmDORJnj28bdlQ
Nw4AdQHN9TdgioN3+KZfYYdwgyzEDYbqrlNyaT1i+APFvbievpNdZ5cz7F7BQ6Fv
PZKmSMSMoc9OpFuq9QQ8JwdIVCc4f381RAKCFXcK/W8xhkBoMoiOpDW7tsSob4nH
3CHHf9s4xUNkLr/In3d3/oUsWFzUHVem0s4llGTqZaYwcJqGraYWfHNvBSH9QOpE
Ru04yGqMzjB1DqJ+7oyW9cGWf4fY7IyrfHu3oKSrHzkAcMTlmXJ6cOvxhRZv8P1U
CLCKXbxo+BWu+OxUfIYrK6ZzqaGVbM5QS5AZwrRpNv0Dyhi5c4WBvEIyW11B1zFz
x6QWzmCyNkFAq6rg/TFTGjW4Xbwv0hcTn9lD5lD8aXTQNJKuF7EErWd8yDga/O/E
gvKJMunMYgn9eLkWL6La
=0Tyn
-END PGP SIGNATURE-


Accepted:
haskell-hxt-unicode_9.0.0-1.debian.tar.gz
  to main/h/haskell-hxt-unicode/haskell-hxt-unicode_9.0.0-1.debian.tar.gz
haskell-hxt-unicode_9.0.0-1.dsc
  to main/h/haskell-hxt-unicode/haskell-hxt-unicode_9.0.0-1.dsc
haskell-hxt-unicode_9.0.0.orig.tar.gz
  to main/h/haskell-hxt-unicode/haskell-hxt-unicode_9.0.0.orig.tar.gz
libghc6-hxt-unicode-dev_9.0.0-1_i386.deb
  to main/h/haskell-hxt-unicode/libghc6-hxt-unicode-dev_9.0.0-1_i386.deb
libghc6-hxt-unicode-doc_9.0.0-1_all.deb
  to main/h/haskell-hxt-unicode/libghc6-hxt-unicode-doc_9.0.0-1_all.deb
libghc6-hxt-unicode-prof_9.0.0-1_i386.deb
  to main/h/haskell-hxt-unicode/libghc6-hxt-unicode-prof_9.0.0-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/e1pgeim-0006k1...@franck.debian.org



Accepted haskell-hxt-xpath 9.0.0-1 (source all i386)

2010-11-11 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Oct 2010 20:10:31 +0900
Source: haskell-hxt-xpath
Binary: libghc6-hxt-xpath-dev libghc6-hxt-xpath-prof libghc6-hxt-xpath-doc
Architecture: source all i386
Version: 9.0.0-1
Distribution: unstable
Urgency: low
Maintainer: TANIGUCHI Takaki tak...@debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 libghc6-hxt-xpath-dev - The XPath modules for HXT.
 libghc6-hxt-xpath-doc - The XPath modules for HXT.; documentation
 libghc6-hxt-xpath-prof - The XPath modules for HXT.; profiling library
Closes: 601841
Changes: 
 haskell-hxt-xpath (9.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #601841)
Checksums-Sha1: 
 99b0909db5bdd9e696704a3735805fc7c4946b0d 2052 haskell-hxt-xpath_9.0.0-1.dsc
 6c187d2d94d5143864930a6d65f2b0f0546150fd 84393 
haskell-hxt-xpath_9.0.0.orig.tar.gz
 0645c1f5d5c8707a5e346450659262d8e999e25b 2142 
haskell-hxt-xpath_9.0.0-1.debian.tar.gz
 23768576342ac345eecc835f45f181fff99c6086 82018 
libghc6-hxt-xpath-doc_9.0.0-1_all.deb
 4789a9ce493dd73da17bff464ff49c41b76c90e1 402178 
libghc6-hxt-xpath-dev_9.0.0-1_i386.deb
 fda5110af13149aae1b85e967a217cb64c3ccb69 381958 
libghc6-hxt-xpath-prof_9.0.0-1_i386.deb
Checksums-Sha256: 
 4a49825d547292b607e89621c2d2d946a324ffa5c04cc22cd0f34e0eb7e6e3f3 2052 
haskell-hxt-xpath_9.0.0-1.dsc
 70a526f1ef2e7aed1ad7525386e641184ad0a5352ece46e9ecf20614382d27f0 84393 
haskell-hxt-xpath_9.0.0.orig.tar.gz
 06b2568201a5f075eb3fd1ec0068be9a3ee7ce6e06ec1315d46f3fc00cf4b193 2142 
haskell-hxt-xpath_9.0.0-1.debian.tar.gz
 b474f59fb49cf1dca5a294e19cc326259464e5310820f6d6138b084e89ad9144 82018 
libghc6-hxt-xpath-doc_9.0.0-1_all.deb
 3242f2148885aae80e8f7485852c3c605b72010669e0777bd990e8237fc332e9 402178 
libghc6-hxt-xpath-dev_9.0.0-1_i386.deb
 b7e2661d07f726498a65af2cfd631344da7b9f19350d5c3f8e9ae06eaf9ec277 381958 
libghc6-hxt-xpath-prof_9.0.0-1_i386.deb
Files: 
 f3272f2ce5371622209883381e60b246 2052 haskell extra 
haskell-hxt-xpath_9.0.0-1.dsc
 c3e8dda6d6ab4eeab8c0c9086e5cba30 84393 haskell extra 
haskell-hxt-xpath_9.0.0.orig.tar.gz
 35e6a1b57ea1f171f008dca0dc616919 2142 haskell extra 
haskell-hxt-xpath_9.0.0-1.debian.tar.gz
 8f8c909a2742ca3849c1f4565fea1f7b 82018 doc extra 
libghc6-hxt-xpath-doc_9.0.0-1_all.deb
 e2813dff5e8f947b2450917ec8a79064 402178 haskell extra 
libghc6-hxt-xpath-dev_9.0.0-1_i386.deb
 bade054c7327e41fe96d020681b56194 381958 haskell extra 
libghc6-hxt-xpath-prof_9.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJMzXGaAAoJEMwUn2wopeJXOlYP/iovIpPy02lxBfEY12RBUxfd
Chsv/YgqQFgwvGyEy7YNJTdGdwCU9O6pFa9uTl0h1CelT1kWRumZ9LXYzJB9erJ/
CDDKS3tGiXdrnAEqGQm5NqT8ex/GVUxjyNjO8K//J6UfxCzEBfX9QxnXHnQi5pg8
UI/r6LG2HDhLZg4Kx62XfxNu8oP8+NFlQfaQTbOXsaag5Ylnb7XcpXYb5Ee71qCy
fsWxx/xciYdTcrrmo5TLQrgucK8vsXgE/lStSlhFYCvNCtvot8UO75QbwcuOhZ6y
qnXqji+GpzjEx/oWduNL1KNLpI2CFziBdvjRTcfqdS3SeWB0ZwEJLQM87a75hXcU
huy9MhLjqNzlvwVdG5+/71cLgqP9ahkGrtl+u0w/bGlL1Q7O6ji20t9IO+LDb5F7
d2xUM16fcAXMnlyFFTuKya5c2evTKQIXnyUUXpuZOVmVQ9k4R9upBeuQZ9386spH
svuL+nTA7DM/9eQeG4fX+n3sIYGZO/xWJUoqI1Ku/2ZiGAH0F9YiPZBOEgoM68Vp
sraacNkgN14ShnSUOOhtg41YrFB42eLNmXzOEt7lBhs44sRhJYEyCtNhD3s0jaB5
IgKt0YSPnBltnY7Soxt75/F6N04B55BnUZP8lYofYxy2Vug+pHodblK2UT0P3tAW
UVxqwYUsepcH6mBLVoQU
=wGq4
-END PGP SIGNATURE-


Accepted:
haskell-hxt-xpath_9.0.0-1.debian.tar.gz
  to main/h/haskell-hxt-xpath/haskell-hxt-xpath_9.0.0-1.debian.tar.gz
haskell-hxt-xpath_9.0.0-1.dsc
  to main/h/haskell-hxt-xpath/haskell-hxt-xpath_9.0.0-1.dsc
haskell-hxt-xpath_9.0.0.orig.tar.gz
  to main/h/haskell-hxt-xpath/haskell-hxt-xpath_9.0.0.orig.tar.gz
libghc6-hxt-xpath-dev_9.0.0-1_i386.deb
  to main/h/haskell-hxt-xpath/libghc6-hxt-xpath-dev_9.0.0-1_i386.deb
libghc6-hxt-xpath-doc_9.0.0-1_all.deb
  to main/h/haskell-hxt-xpath/libghc6-hxt-xpath-doc_9.0.0-1_all.deb
libghc6-hxt-xpath-prof_9.0.0-1_i386.deb
  to main/h/haskell-hxt-xpath/libghc6-hxt-xpath-prof_9.0.0-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/e1pgeiu-0006nq...@franck.debian.org



Accepted haskell-hxt-xslt 9.0.0-1 (source all i386)

2010-11-11 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Oct 2010 20:10:31 +0900
Source: haskell-hxt-xslt
Binary: libghc6-hxt-xslt-dev libghc6-hxt-xslt-prof libghc6-hxt-xslt-doc
Architecture: source all i386
Version: 9.0.0-1
Distribution: unstable
Urgency: low
Maintainer: TANIGUCHI Takaki tak...@debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 libghc6-hxt-xslt-dev - The XSLT modules for HXT.
 libghc6-hxt-xslt-doc - The XSLT modules for HXT.; documentation
 libghc6-hxt-xslt-prof - The XSLT modules for HXT.; profiling library
Closes: 601840
Changes: 
 haskell-hxt-xslt (9.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #601840)
Checksums-Sha1: 
 f617fe5f04a3f0e0e90140fa0e7fd044b33f7a68 2051 haskell-hxt-xslt_9.0.0-1.dsc
 b1bc42c928bb55cd8323c7b462a72f45b800cda5 31188 
haskell-hxt-xslt_9.0.0.orig.tar.gz
 46f2b35ab8ad12256ec6036e2d08d36d747d2198 2075 
haskell-hxt-xslt_9.0.0-1.debian.tar.gz
 b340226c5ff3b6357f58e140d5346f02f83b8e3b 64192 
libghc6-hxt-xslt-doc_9.0.0-1_all.deb
 73e44c697ad88d775748f31a4e99ed8120101838 325280 
libghc6-hxt-xslt-dev_9.0.0-1_i386.deb
 f161c8a893221f7445bd8c02888358461bcf0cd3 326116 
libghc6-hxt-xslt-prof_9.0.0-1_i386.deb
Checksums-Sha256: 
 5db9d14b617c8de4acce8458929a7005d557bad0f9b21538460d713e4a5b06e3 2051 
haskell-hxt-xslt_9.0.0-1.dsc
 cf0ca03c084e8be14c129fda542d9cae52d950ff89c550172b2465c0482744ec 31188 
haskell-hxt-xslt_9.0.0.orig.tar.gz
 2671ed4ca6b8c5427501b3153146761b890f575483fd75c858c81c04cfca1b6b 2075 
haskell-hxt-xslt_9.0.0-1.debian.tar.gz
 2ff694c04808be32828f75bccd8448b3a5541e97b41620463feb184c558db4c2 64192 
libghc6-hxt-xslt-doc_9.0.0-1_all.deb
 984ff2f3c8957fe2e297330ba6560325cf5dd341b97f1239c8bd7d2e06338718 325280 
libghc6-hxt-xslt-dev_9.0.0-1_i386.deb
 805ca5ee7696bc3947a87a626b4c473dd73f4bc7db651a114e70f93cd77382c3 326116 
libghc6-hxt-xslt-prof_9.0.0-1_i386.deb
Files: 
 c974a1d6909d34e7026b3139a6bf544b 2051 haskell extra 
haskell-hxt-xslt_9.0.0-1.dsc
 2d0eb8333024356e559335a1457ef614 31188 haskell extra 
haskell-hxt-xslt_9.0.0.orig.tar.gz
 fa244ac77e305b2aeb7783eb053d3033 2075 haskell extra 
haskell-hxt-xslt_9.0.0-1.debian.tar.gz
 369355b0bd4872a8b728cf105890f44d 64192 doc extra 
libghc6-hxt-xslt-doc_9.0.0-1_all.deb
 6858c3eb1ee4f058158e95b37579746e 325280 haskell extra 
libghc6-hxt-xslt-dev_9.0.0-1_i386.deb
 d14c4037011bf6d70030f5a0ae07189b 326116 haskell extra 
libghc6-hxt-xslt-prof_9.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJMzXHqAAoJEMwUn2wopeJXYS0QALOPqB5dCqsUx36EFyZMR6iX
27tteax2wn9Jz0N+Ht/LshGvScodRKL0Q4Yx7UJuVSoGN7sKMMyBUoNVL8t8VyV2
7Lpu2k4ikK8HyR+PghwIhb4N/5BWilvChCd6oN5A1pVR427iuP8IslELFNbgeEZM
O9FeQAtnmm5hksPXqaaZPhv/FeVYaSAkITNWjk24uPCpcQd7OnnZllI1NbgZuBCB
fiBh8AO9j5cMYpqbQpz6Z2kWJYFvzrhuAq69Cb3gJ31sE5wyiGEn1ZK/UVP/lsj7
TPR1RpZHJ/Qmo3zcmpAQ9dncg0F521UXKAcNKDq2ZGHYz2F1Fyt4yXearqn5KkNd
ophzDP1pixDlRaZvPPyd61PM1OpWYuEcRadHtIr/lmrNer95J7iRJrZlLwg4lz8N
HSLo0eiLlMRezyp1yMxDpEuHM2LIrV1j/2b8LwIK4e7Jt6tqNc/Tlbe7LS3kb+WJ
Z73wyH14E87iTBo3f9/J0xgSrND39Tfu4LJSA2jA65OnZBJCW3Q/1NDuWWo2bHQ8
ZX4CY0W8HFnfkeI39+iqlvqkNbJ0tUK69Cf1j7V6GatwD4d+kRbIOh8NrV5ILwe9
xMEQLEq22C1w8vpH2bTcKh6HdzoO36v82r9MG31AwDuZrKjq2Rl0qV93NsxpDvDz
RWTTymCG/kLvNK95GnlJ
=dAnM
-END PGP SIGNATURE-


Accepted:
haskell-hxt-xslt_9.0.0-1.debian.tar.gz
  to main/h/haskell-hxt-xslt/haskell-hxt-xslt_9.0.0-1.debian.tar.gz
haskell-hxt-xslt_9.0.0-1.dsc
  to main/h/haskell-hxt-xslt/haskell-hxt-xslt_9.0.0-1.dsc
haskell-hxt-xslt_9.0.0.orig.tar.gz
  to main/h/haskell-hxt-xslt/haskell-hxt-xslt_9.0.0.orig.tar.gz
libghc6-hxt-xslt-dev_9.0.0-1_i386.deb
  to main/h/haskell-hxt-xslt/libghc6-hxt-xslt-dev_9.0.0-1_i386.deb
libghc6-hxt-xslt-doc_9.0.0-1_all.deb
  to main/h/haskell-hxt-xslt/libghc6-hxt-xslt-doc_9.0.0-1_all.deb
libghc6-hxt-xslt-prof_9.0.0-1_i386.deb
  to main/h/haskell-hxt-xslt/libghc6-hxt-xslt-prof_9.0.0-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/e1pgeic-0006ri...@franck.debian.org



Accepted xz-utils 5.0.0-2 (source i386 all)

2010-11-11 Thread Jonathan Nieder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Thu, 11 Nov 2010 13:45:20 -0600
Source: xz-utils
Binary: liblzma2 xz-utils xz-lzma xzdec liblzma-dev liblzma-doc
Architecture: source i386 all
Version: 5.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Jonathan Nieder jrnie...@gmail.com
Changed-By: Jonathan Nieder jrnie...@gmail.com
Description: 
 liblzma-dev - XZ-format compression library - development files
 liblzma-doc - XZ-format compression library - API documentation
 liblzma2   - XZ-format compression library
 xz-lzma- XZ-format compression utilities - compatibility commands
 xz-utils   - XZ-format compression utilities
 xzdec  - XZ-format compression utilities - tiny decompressors
Changes: 
 xz-utils (5.0.0-2) unstable; urgency=low
 .
   * Upload to unstable.
   * liblzma2, liblzma-dev, xz-lzma: Install release notes.
   * debian/symbols: Bump the minimal versions for lzma_index_encoder,
 lzma_index_decoder to the version in which they gained LZMA_FINISH
 support.
   * xz-utils/README.Debian: Document differences from upstream ABI.
   * debian/changelog.upstream.sh: Avoid empty changelog entries when
 multiple Debian revisions match an upstream tag.
Checksums-Sha1: 
 03de6710e45833f8a007973b04f6aedf8d10c59d 2042 xz-utils_5.0.0-2.dsc
 4063389e9f3619f1fb2d158e0cdf6ddc96c56bc3 120463 xz-utils_5.0.0-2.debian.tar.gz
 c0d0a623897b7bd22109b373d232c01f2e1cfb94 183892 liblzma2_5.0.0-2_i386.deb
 42361d6e9fd63dc3040f949b0e77e6a0a3e07b13 204334 xz-utils_5.0.0-2_i386.deb
 228046d8cf4ecd6e5f6ecfc2e9b8f4d31b6341f9 107678 xz-lzma_5.0.0-2_all.deb
 53c3c51aeabe24b2da262284109cfaf0d3ab9547 147588 xzdec_5.0.0-2_i386.deb
 f0a76a464d320f0ccbf37a6e89884fb630edb61c 192958 liblzma-dev_5.0.0-2_i386.deb
 79187ae298c5b8116e0f9a45332340666e962b89 530162 liblzma-doc_5.0.0-2_all.deb
Checksums-Sha256: 
 ad2a1d95123adf76b1216f51cac7c4f32a63c2e5917473efc1a43ca8af56 2042 
xz-utils_5.0.0-2.dsc
 92b187e1c62f1bb57e115b5e495c01ce8fe75f055865ff9b7a735129efd06a96 120463 
xz-utils_5.0.0-2.debian.tar.gz
 c6bf32cecbe24bba717ee93f2fc52467ba825afe5f06ca1e947f526af061dca0 183892 
liblzma2_5.0.0-2_i386.deb
 a440d2a5c358dc83f7a945736b2954ccaa371103b91506587215fc1b02a3c0ac 204334 
xz-utils_5.0.0-2_i386.deb
 8a38490240781d5ed46bc66ef79976594acbaebd737cb6311ebdfca9c0dfdb61 107678 
xz-lzma_5.0.0-2_all.deb
 2eeed1a385eb76c2d8dd6efaf054fbd571ea09ade8a7d60a99b0772f922f40a3 147588 
xzdec_5.0.0-2_i386.deb
 5ad9d89758f1a2a069065d36a0bb803234563111794a5dba8e6f53b9c06d 192958 
liblzma-dev_5.0.0-2_i386.deb
 8749a78dfb1cc00c4d54d4f7ef852c986a714bffcd80953d6090f7c01070d3e0 530162 
liblzma-doc_5.0.0-2_all.deb
Files: 
 02eb9969fb2194cd3df7d593abea6871 2042 utils required xz-utils_5.0.0-2.dsc
 9dfa6aab17bfd3d856fad77ccf76e22a 120463 utils required 
xz-utils_5.0.0-2.debian.tar.gz
 bc79e4aa300a278c56b59f71adf040c2 183892 libs required liblzma2_5.0.0-2_i386.deb
 7a678cd6f010f521c60ad55df620497a 204334 utils required 
xz-utils_5.0.0-2_i386.deb
 881fd06469b5e5015d44b2b1a697f5b0 107678 utils extra xz-lzma_5.0.0-2_all.deb
 ea2f0a3f4a98014e53bf16bd97231dbc 147588 utils extra xzdec_5.0.0-2_i386.deb
 1051d154b30c1103dc55029615db43b7 192958 libdevel optional 
liblzma-dev_5.0.0-2_i386.deb
 e6ad41e82e9600ba95de0358b99ddea2 530162 doc optional 
liblzma-doc_5.0.0-2_all.deb

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

iQIVAwUBTNxVy3a1NLLpkAfgAQlv7A//cEjFpsjQTdRLviZ1qNvua/mokmxpmORJ
QYVW2xJ8wZcax2wrZ+8pFjNaQnMwOn1ZPBJK7WF71i6AqTFQvYC4H3xWkk9rdeNF
ZsQg5pzXiwQAgyCjmH4WRFKyyGJwOWHEm7aLAZf9tzQVER+C0vQNk1KYYoJiXY9F
azwCmOBfpZlYxbrPzsmnoU8WQXeoS3JFxfHY+UfrGkCedvkDA6ar6tdIcAqjoCYr
BLHkH/jhdpwCpHi8rZoQVxCIG80Vnm/9huItoxE3dR/NpUuvk85li/KNpsQ8Rlas
znDwBGTjI0oN3rl747M2PNs7q1nn6dZ8X3c09HnLyAYvsTUDrcjP0UbhjYdGOA4Y
vWFaB7n2g+2PSOe59Fe9xfFf9wcnfOPlMUi7o1FxWc2uMi23cp8PMAob4nbZjsup
TG3L+W6rZVDQW4Wp+Kn20y+GmSZfSGxmflp/+g+JMNNky8h1mT9lwFY6PAAMvZ9S
JJwEygWelfzSzSfOvMQP4ZpHo0m6QRDf0s7fAFKBUreHCRFgTvarwc8eDBKf1jNy
QBMJtjSoi66m+jTcOx2m35YD5XFWazNrli/g8jHwlZuZKhx52Cow569noEdku4h8
O8hOj+F8kg96acDOBW2kz2hHB5ybRuLkGkVjDQfeUkWilOP2Cog6F9jX+JsBWSdd
bmTk7fthtjU=
=ZnUv
-END PGP SIGNATURE-


Accepted:
liblzma-dev_5.0.0-2_i386.deb
  to main/x/xz-utils/liblzma-dev_5.0.0-2_i386.deb
liblzma-doc_5.0.0-2_all.deb
  to main/x/xz-utils/liblzma-doc_5.0.0-2_all.deb
liblzma2_5.0.0-2_i386.deb
  to main/x/xz-utils/liblzma2_5.0.0-2_i386.deb
xz-lzma_5.0.0-2_all.deb
  to main/x/xz-utils/xz-lzma_5.0.0-2_all.deb
xz-utils_5.0.0-2.debian.tar.gz
  to main/x/xz-utils/xz-utils_5.0.0-2.debian.tar.gz
xz-utils_5.0.0-2.dsc
  to main/x/xz-utils/xz-utils_5.0.0-2.dsc
xz-utils_5.0.0-2_i386.deb
  to main/x/xz-utils/xz-utils_5.0.0-2_i386.deb
xzdec_5.0.0-2_i386.deb
  to main/x/xz-utils/xzdec_5.0.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/e1pgeip-00071e...@franck.debian.org



Accepted jodreports 2.2.1-2 (source all)

2010-11-11 Thread Sascha Girrulat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 29 Oct 2010 17:40:28 +0200
Source: jodreports
Binary: libjodreports-java libjodreports-java-doc
Architecture: source all
Version: 2.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Sascha Girrulat sas...@girrulat.de
Changed-By: Sascha Girrulat sas...@girrulat.de
Description: 
 libjodreports-java - Merge OpenDocument text with data - Library
 libjodreports-java-doc - Merge OpenDocument text with data - Library 
documentation
Changes: 
 jodreports (2.2.1-2) unstable; urgency=low
 .
   * [9911052] add JAVA_HOME
Checksums-Sha1: 
 3cbc5f60dbfd8f4460da2bb99cc256607ed85d56 1197 jodreports_2.2.1-2.dsc
 b0ed290810d022fc7eef0bfb6ed758055a1db5a8 179515 jodreports_2.2.1.orig.tar.gz
 41412d4f9610aae05bb6ac0a007bb667014ff11b 3455 jodreports_2.2.1-2.debian.tar.gz
 c58a4365ee11cb8756868abe6a655f8acf765412 37136 
libjodreports-java_2.2.1-2_all.deb
 a16a56c2b7949398b0be7b7fe6d3f42f4b5990a1 39666 
libjodreports-java-doc_2.2.1-2_all.deb
Checksums-Sha256: 
 cc6844e4d02728a4489a43dd231fbe4ddb2104fe88b9b16abf1df5178cc8a1f0 1197 
jodreports_2.2.1-2.dsc
 50d14f4ce6f3baf8c15137f5c958369790384710d380033175bdf9184a0ef903 179515 
jodreports_2.2.1.orig.tar.gz
 1ec99c4b55068faba5d48f2f7b9496611fbbf83fef7d638857fdd192405de52b 3455 
jodreports_2.2.1-2.debian.tar.gz
 ddabca0bb74fa83366d19b2e18352ecc1367c59c59c1d7fe6138342739acd042 37136 
libjodreports-java_2.2.1-2_all.deb
 7ff0c043ccd566cac47cc0ec2f97843f1fde5ad1932e691ffbdbeda91ebe72be 39666 
libjodreports-java-doc_2.2.1-2_all.deb
Files: 
 c543ca299fbc4e6d525c5e02958b3f0b 1197 java extra jodreports_2.2.1-2.dsc
 0d8bd3b64889e96aad7d7471bf6bbd0b 179515 java extra jodreports_2.2.1.orig.tar.gz
 d341785700c37edfd83ecb9835b8c4f0 3455 java extra 
jodreports_2.2.1-2.debian.tar.gz
 a5bc6a89871325591b5a6bfa2d418fc5 37136 java extra 
libjodreports-java_2.2.1-2_all.deb
 8e04df77f6b44cc571ffb43589b94875 39666 doc extra 
libjodreports-java-doc_2.2.1-2_all.deb

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

iEYEARECAAYFAkzOlcEACgkQfY3dicTPjsPTLACeIlZ/sRBj5UuLmdwKe6H7rdRE
G14AnjnnFQR50g529QURRZMlTsX3sEsP
=CFt9
-END PGP SIGNATURE-


Accepted:
jodreports_2.2.1-2.debian.tar.gz
  to main/j/jodreports/jodreports_2.2.1-2.debian.tar.gz
jodreports_2.2.1-2.dsc
  to main/j/jodreports/jodreports_2.2.1-2.dsc
jodreports_2.2.1.orig.tar.gz
  to main/j/jodreports/jodreports_2.2.1.orig.tar.gz
libjodreports-java-doc_2.2.1-2_all.deb
  to main/j/jodreports/libjodreports-java-doc_2.2.1-2_all.deb
libjodreports-java_2.2.1-2_all.deb
  to main/j/jodreports/libjodreports-java_2.2.1-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/e1pgew2-0008w1...@franck.debian.org



Accepted openfetion 2.0.1-1 (source amd64)

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

Format: 1.8
Date: Mon, 01 Nov 2010 11:30:15 +0800
Source: openfetion
Binary: openfetion libofetion0 libofetion-dev
Architecture: source amd64
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Aron Xu happyaron...@gmail.com
Changed-By: Aron Xu happyaron...@gmail.com
Description: 
 libofetion-dev - open source implemention of fetion protocol library - 
development
 libofetion0 - open source implemention of fetion protocol library
 openfetion - open source implemention of fetion protocol client
Closes: 598000
Changes: 
 openfetion (2.0.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #598000)
Checksums-Sha1: 
 a646de9233d6601e6a3aa2c75beb3cad738eb837 1325 openfetion_2.0.1-1.dsc
 b7a3e2a8a7d4b2c1fe485831a0bd6bd134a044df 792336 openfetion_2.0.1.orig.tar.gz
 815c1ed525cd6f580039151089ae64052cd66118 3505 openfetion_2.0.1-1.debian.tar.gz
 40eaa0336117f6e6d4a3e4d50f4900812a41d934 346158 openfetion_2.0.1-1_amd64.deb
 1524bb8f6e0d225756cc126840de007d96d86bf9 66178 libofetion0_2.0.1-1_amd64.deb
 7632e4a8be91b618f5ab742628a539fb81179774 92034 libofetion-dev_2.0.1-1_amd64.deb
Checksums-Sha256: 
 2dcede2916098722d4c85c145e9ad7cf4d129879c9e18ea983d9b2923d16d6fd 1325 
openfetion_2.0.1-1.dsc
 28e464225dfb8f76d1ea5d75098e1dbad44d7258c4fe23cff5cae0fc9c19fe3a 792336 
openfetion_2.0.1.orig.tar.gz
 57461edc87d5f6cdc49f5786d4d42571b0463346ada253580673ece2a9cfa993 3505 
openfetion_2.0.1-1.debian.tar.gz
 6ba2e4f02933303e0cae262cbc4cc71ace9c6e60f90d7df28ee239115ae22868 346158 
openfetion_2.0.1-1_amd64.deb
 a40b3d315e1cf7255a4ad06b1f94a1ce5831669032a4b178c15526ae4478bd4c 66178 
libofetion0_2.0.1-1_amd64.deb
 940787135b77fb22f8d7c9af8006086edfe3cc78efcaf257ec6b2ce8c8c3f81e 92034 
libofetion-dev_2.0.1-1_amd64.deb
Files: 
 0d6e68d09adc049d8c08d9839fe39ac9 1325 net optional openfetion_2.0.1-1.dsc
 7276716179ebf5ab523344b5adff090a 792336 net optional 
openfetion_2.0.1.orig.tar.gz
 6e554ff56081ec8df6688f2d34c4161a 3505 net optional 
openfetion_2.0.1-1.debian.tar.gz
 0a71c9686b24bf1fdd5b785e5d730def 346158 net optional 
openfetion_2.0.1-1_amd64.deb
 37fabb5094ce64bec8afbd4acbff9c02 66178 libs optional 
libofetion0_2.0.1-1_amd64.deb
 508c7af9587e4d7047cb8841b720f51e 92034 libdevel optional 
libofetion-dev_2.0.1-1_amd64.deb

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

iEYEARECAAYFAkzO3/kACgkQ5TUK4GCH0vjXFwCfZG6GhP04RtqkuOrBe41wr4y0
tNoAn32Lsyiw6/PkgEGKwZrct2nxiF8t
=RJKb
-END PGP SIGNATURE-


Accepted:
libofetion-dev_2.0.1-1_amd64.deb
  to main/o/openfetion/libofetion-dev_2.0.1-1_amd64.deb
libofetion0_2.0.1-1_amd64.deb
  to main/o/openfetion/libofetion0_2.0.1-1_amd64.deb
openfetion_2.0.1-1.debian.tar.gz
  to main/o/openfetion/openfetion_2.0.1-1.debian.tar.gz
openfetion_2.0.1-1.dsc
  to main/o/openfetion/openfetion_2.0.1-1.dsc
openfetion_2.0.1-1_amd64.deb
  to main/o/openfetion/openfetion_2.0.1-1_amd64.deb
openfetion_2.0.1.orig.tar.gz
  to main/o/openfetion/openfetion_2.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/e1pgewa-99...@franck.debian.org



Accepted maven-ant-helper 7.0 (source all)

2010-11-11 Thread Ludovic Claude
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 14 Oct 2010 00:08:38 +0200
Source: maven-ant-helper
Binary: maven-ant-helper
Architecture: source all
Version: 7.0
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Description: 
 maven-ant-helper - helper scripts for building Maven components with ant
Closes: 587361
Changes: 
 maven-ant-helper (7.0) experimental; urgency=low
 .
   * Update Standards-Version to 3.9.1, use source format 3.0 (native)
   * Use default-jdk-doc instead of openjdk-6-doc when linking
 Javadoc files (Closes: #587361)
   * d/control: add Suggests: default-jdk-doc, move all Recommends: to Suggest
 as they are not needed except when Maven is called within the Ant build,
 add maven-repo-helper to Depends as it's now always used from the jar task
   * maven-build.xml: add -N option to Maven to avoid recursive actions,
 reorder actions in mvn-package and give to the POMCleaner the location
 of the local Maven repository which can be used when deciding when to
 replace a parent version by a its symbolic version (fixes
 maven-debian-helper build),
 add local-install and package-and-local-install target to deal with
 composite projects which need to install some of their build elements in
 the local repository, for consuption by other parts of the build,
 deprecate passing the 'version' variable to Ant as it's read from the POM 
file,
 remove macro prepare-package-list, update paths to the JDK docs.
Checksums-Sha1: 
 1df040a5e1345ca4f7e593d19518c46da023b72f 1242 maven-ant-helper_7.0.dsc
 a3c716a40c33b15a3e43982996c2f3842b8096a2 12871 maven-ant-helper_7.0.tar.gz
 6ed7f221a7f1b9112bbd08e6be32b91dd3c7e9bd 15210 maven-ant-helper_7.0_all.deb
Checksums-Sha256: 
 239c4f7ff6defee7b4c9c4f758e2220c36f45e4f1c9edd1ee96059d760ff 1242 
maven-ant-helper_7.0.dsc
 d4fc8b8d1c35b903ad0b3f190f43bb4e7abd9090c255f671a32a59f402ea3a87 12871 
maven-ant-helper_7.0.tar.gz
 5e13060450d530206dc20c7141586a43a93cfa0ba43acda38f9615ec4364eb1d 15210 
maven-ant-helper_7.0_all.deb
Files: 
 26537f2bea942b74cc953f99d09d34a9 1242 java extra maven-ant-helper_7.0.dsc
 4745f66d6fa1f41cc73c966ca02576aa 12871 java extra maven-ant-helper_7.0.tar.gz
 fa74f7edadf84cf7077f8a2ba5f0e674 15210 java extra maven-ant-helper_7.0_all.deb

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

iEYEARECAAYFAkzcW+IACgkQfY3dicTPjsOgEwCfWJdyqsx6a2nC8fcBxwbH9vt6
Q1wAnj1ym5Vw8KL2wNIN5ghV7u4GgRwH
=NKRK
-END PGP SIGNATURE-


Accepted:
maven-ant-helper_7.0.dsc
  to main/m/maven-ant-helper/maven-ant-helper_7.0.dsc
maven-ant-helper_7.0.tar.gz
  to main/m/maven-ant-helper/maven-ant-helper_7.0.tar.gz
maven-ant-helper_7.0_all.deb
  to main/m/maven-ant-helper/maven-ant-helper_7.0_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/e1pgewl-d9...@franck.debian.org



Accepted maven-repo-helper 1.4 (source all)

2010-11-11 Thread Ludovic Claude
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 17 Sep 2010 00:07:36 +0200
Source: maven-repo-helper
Binary: maven-repo-helper
Architecture: source all
Version: 1.4
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Description: 
 maven-repo-helper - Helper tools for including Maven metatada in Debian 
packages
Closes: 574045
Changes: 
 maven-repo-helper (1.4) experimental; urgency=low
 .
   * Better support for inserting properties in the transformed or cleaned
 POM files. Avoid duplicate properties and allow definition of new
 properties.
   * add support for --has-package-version and --keep-elements in the
 package.poms file, for mh_install add --artifact, --java-lib,
 --usj-name, --usj-version, --no-usj-versionless, --dest-jar
   * update README.Debian and document the new options.
   * change license from BSD to Apache 2.0, there's no need to have so many
 different licenses in this package, MIT and Apache2.0 are already used.
   * Keep comments in the POM files as much as possible (Closes: #574045)
   * mh_cleanpom: keep build, report and reporting elements if the type
 of the POM file is 'pom'.
   * mh_cleanpom, mh_patchpom: plugin configuration elements containing
 dependencies such as:
 resourceBundleorg.apache:apache-jar-resource-bundle:1.x/resourceBundle
 are detected and rules are applied to them
   * mh_patchpom: --keep-pom-version option keeps the version of the parent POM
 except when the parent is already registered in the Maven repository
   * new mh_install command to install in one go the pom files and all jars in
 the Maven repository
Checksums-Sha1: 
 38eff904ab0b1060769d61befcc46ea59fd7c2c3 1127 maven-repo-helper_1.4.dsc
 fd489a81d0aab3a76b0a6b95071521f1e09f53d5 107998 maven-repo-helper_1.4.tar.gz
 27d54348d6636c5a319ef6a8e127ece59ff9becf 92224 maven-repo-helper_1.4_all.deb
Checksums-Sha256: 
 de1027b93b6bdc56833e4846d49c4487d5d94df6979597044991c2a0178ccfad 1127 
maven-repo-helper_1.4.dsc
 ddb15dd55edca69dd9fe9d79ccb6bc6c5d39c10217464661829ae33227b0d5bf 107998 
maven-repo-helper_1.4.tar.gz
 e15637b92b696defc79e6fa5b0bf89e2e34d4d2f21474868d5aa8aa05122979e 92224 
maven-repo-helper_1.4_all.deb
Files: 
 242a99c38d366098298c340d2fe2aadb 1127 java optional maven-repo-helper_1.4.dsc
 0fa9c7e1a8a73552ec9d1b62ecf884e7 107998 java optional 
maven-repo-helper_1.4.tar.gz
 757697448a879dd2fdf92aaa12eeb9fe 92224 java optional 
maven-repo-helper_1.4_all.deb

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

iEYEARECAAYFAkzcXDoACgkQfY3dicTPjsNk7ACeObpE1yL77mQ1IpdQ9Uwj3BhC
nFAAoI1jtr0Jeinw9P8jAZQMwZY1L+Tx
=bKG6
-END PGP SIGNATURE-


Accepted:
maven-repo-helper_1.4.dsc
  to main/m/maven-repo-helper/maven-repo-helper_1.4.dsc
maven-repo-helper_1.4.tar.gz
  to main/m/maven-repo-helper/maven-repo-helper_1.4.tar.gz
maven-repo-helper_1.4_all.deb
  to main/m/maven-repo-helper/maven-repo-helper_1.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/e1pgews-ff...@franck.debian.org



Accepted autotalent 0.2-1 (source amd64)

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

Format: 1.8
Date: Tue, 02 Nov 2010 12:01:01 +0100
Source: autotalent
Binary: autotalent
Architecture: source amd64
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 autotalent - pith correction LADSPA plugin
Closes: 600730
Changes: 
 autotalent (0.2-1) unstable; urgency=low
 .
   * Initial release. (Closes: #600730)
Checksums-Sha1: 
 8eb06b0f79ec360ecff1f77bb4ada4f16fb01def 1278 autotalent_0.2-1.dsc
 b316426424e479883f77e03f88573454f72cb741 31419 autotalent_0.2.orig.tar.gz
 407e95b1e56bff4f5002fbd6db1600587fe0583a 3242 autotalent_0.2-1.debian.tar.gz
 3547d05e7b4bb6af48c7a69fd688f396877a70f1 26610 autotalent_0.2-1_amd64.deb
Checksums-Sha256: 
 225752cea3abda2a09307fcffd0e6c92a63b6d56ac678f901e47a1c5d56f5037 1278 
autotalent_0.2-1.dsc
 c0d2962ac9f49a96a20b60413802f18e629034d3cb78d1c7b056c3487be4ebf5 31419 
autotalent_0.2.orig.tar.gz
 28b10f29372c878f11eebe970a006b424cc5f9851cc47dc6627f9e88f045c1f6 3242 
autotalent_0.2-1.debian.tar.gz
 8ed4603c4102bd3ec2b47d26c59e96cde85b53ea43957d97a2c33e5088c94937 26610 
autotalent_0.2-1_amd64.deb
Files: 
 d223544631f22381328ee6e52e998915 1278 sound optional autotalent_0.2-1.dsc
 117ceb0efe2e46a6efa42d71f70b81a5 31419 sound optional 
autotalent_0.2.orig.tar.gz
 6ced6a4bf932e8fe1fa4f554519e239d 3242 sound optional 
autotalent_0.2-1.debian.tar.gz
 8c3c2a8a909ce3ad0a5d941bddf1f6ff 26610 sound optional 
autotalent_0.2-1_amd64.deb

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

iEYEARECAAYFAkzP8CQACgkQRdSMfNz8P9ATXwCfUTS1PuLdz1ukEjxpSHuCceZh
K+cAnj3DQZ0PYHaYma2IM9mPFFm9KLOk
=7WW1
-END PGP SIGNATURE-


Accepted:
autotalent_0.2-1.debian.tar.gz
  to main/a/autotalent/autotalent_0.2-1.debian.tar.gz
autotalent_0.2-1.dsc
  to main/a/autotalent/autotalent_0.2-1.dsc
autotalent_0.2-1_amd64.deb
  to main/a/autotalent/autotalent_0.2-1_amd64.deb
autotalent_0.2.orig.tar.gz
  to main/a/autotalent/autotalent_0.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/e1pgekx-0003fd...@franck.debian.org



Accepted colorpicker 1.0.0-1 (source all)

2010-11-11 Thread Andrew Ross
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Oct 2010 19:48:12 +
Source: colorpicker
Binary: libcolorpicker-java libcolorpicker-java-doc
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Andrew Ross ubu...@rossfamily.co.uk
Description: 
 libcolorpicker-java - A Java control to allow color selection
 libcolorpicker-java-doc - A Java control to allow color selection 
(documentation)
Closes: 602014
Changes: 
 colorpicker (1.0.0-1) unstable; urgency=low
 .
   * Initial release of ColorPicker package. Source package is repackaged
 from upstream zip with no changes. (Closes: #602014)
Checksums-Sha1: 
 a11aa3bb1d42a7f8fab96d6aeafa6723362f8ad6 2002 colorpicker_1.0.0-1.dsc
 b8bb201ed22c54337a9c3e22a1ab8f851c15d78d 35628 colorpicker_1.0.0.orig.tar.gz
 df61f5556f5f5973e57d83f61df7b485182a8725 2383 colorpicker_1.0.0-1.debian.tar.gz
 14b0a12870cf23ec6757659ab2f0ee5bc6a38854 63034 
libcolorpicker-java_1.0.0-1_all.deb
 d77fceadc61763e9b6861dafa99dca269e45fecd 78592 
libcolorpicker-java-doc_1.0.0-1_all.deb
Checksums-Sha256: 
 aab6676810f33343f1040949d2d2f8d80c357057d9348bcc9367a5dbbec50837 2002 
colorpicker_1.0.0-1.dsc
 bb6ae9aabf2eb79bed7dfef5be4be0d100f7c4f5b4151a8cb212ff8144cad8ed 35628 
colorpicker_1.0.0.orig.tar.gz
 77b71e5ecdaaec2a3d9814162a47e426e6ff245f400c7bf062781db7643a16b2 2383 
colorpicker_1.0.0-1.debian.tar.gz
 ab1b7ba1593bc1a6fa9ecb7185bd38f70e5676e6ca34bf16c19542fcc6185c96 63034 
libcolorpicker-java_1.0.0-1_all.deb
 bfc314e48ce0aaac727b0a16e5cc8ebbc164a368ccf524afe1653b6792acb26a 78592 
libcolorpicker-java-doc_1.0.0-1_all.deb
Files: 
 eb84a61de8768c21f93ddb7ed7e2bfcf 2002 java optional colorpicker_1.0.0-1.dsc
 06abb014a14b8fa55d0ff42c8b23c74c 35628 java optional 
colorpicker_1.0.0.orig.tar.gz
 99d5bb7e54e5aa3eb0bc530607081e50 2383 java optional 
colorpicker_1.0.0-1.debian.tar.gz
 f1f145cdb8b01a30a5b6866ff3ca1fd2 63034 java optional 
libcolorpicker-java_1.0.0-1_all.deb
 52bd412fd80c820cb8be2fceed925a6f 78592 doc optional 
libcolorpicker-java-doc_1.0.0-1_all.deb

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

iQIcBAEBCAAGBQJMz4vuAAoJECHSBYmXSz6WHnAQAKJ1mFg4WLlI3dcl0agXVgYD
Z743B8nWo0ZGCKXfb9VBTivQThPFpwBkI7LpJmUD5XCRZkxc0/uutt2reXT2lWdx
ufEvtRBPuTD+tegNOUEyDyWlG6hIeK9ODh6xOGTohMjg4e7Y30iNmnP1Lg2IBJLy
ACqK0wWCGfeQfGLOAuVSrzkaLLTwNApcozJKFlPaKR9oPlzm+RTE+VAuifJz+bj1
n8vgzRLOWxyejWi1Xgmm4rIlXvQzyZhGXIL0bfty41G2O+h2GQlDfkh8KLk0h7u1
ESMPo7CrC1Fqhmh27c19/8c+60FxU/zUFIKWlb9mPEPZa9VgWB1D35I35qsL4gyP
abL0/maKeJf2eDLkGyIY3HqEE9eoXAMNpXDjxi1BrwTD5GrUzgtTkMXBEvMGb4f8
nvhj3pnuBpEPFYInAiA1FGRF+WEIc3T13qeka88AQvADaGmv9apO3N2tnNEyE0ra
LxXSmh/vPYU9AqYzUN2911W2D5kE+0/2G7qBxL28r0/SzmZ9+93hVMNFiUG0DGmF
ZEcPZAPJQqHFjO2oZi5h1S3isAsvVmYh6adv0MGGyPBjGqE+h41yglYala/DUi2w
DzwwSpKH688FEzrL+H1qjsV7xaUxu64DNXtJn5AH4JZZqbuEwP5uVq8IbmJYqm4k
sgpRhCmDGTm/enELhPox
=rNsP
-END PGP SIGNATURE-


Accepted:
colorpicker_1.0.0-1.debian.tar.gz
  to main/c/colorpicker/colorpicker_1.0.0-1.debian.tar.gz
colorpicker_1.0.0-1.dsc
  to main/c/colorpicker/colorpicker_1.0.0-1.dsc
colorpicker_1.0.0.orig.tar.gz
  to main/c/colorpicker/colorpicker_1.0.0.orig.tar.gz
libcolorpicker-java-doc_1.0.0-1_all.deb
  to main/c/colorpicker/libcolorpicker-java-doc_1.0.0-1_all.deb
libcolorpicker-java_1.0.0-1_all.deb
  to main/c/colorpicker/libcolorpicker-java_1.0.0-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/e1pgeke-0003jg...@franck.debian.org



Accepted hgnested 0.2-1 (source all)

2010-11-11 Thread Mathias Behrle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 Oct 2010 18:37:12 +0100
Source: hgnested
Binary: mercurial-nested
Architecture: source all
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Tryton Maintainers try...@lists.debian-maintainers.org
Changed-By: Mathias Behrle mathi...@m9s.biz
Description: 
 mercurial-nested - Mercurial extension to work with nested repositories
Changes: 
 hgnested (0.2-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 34a7d3ab39c8f0773ae0239c0fb88e15792b2687 1299 hgnested_0.2-1.dsc
 ca70fa0fa6d315e70e4b89a137c520ba63eedab8 18586 hgnested_0.2.orig.tar.gz
 08af1d62ed6cfff92230860352c8e298afb2ec0c 1816 hgnested_0.2-1.diff.gz
 122e1390671f47f831a92f940fbf68487f4e76ca 6198 mercurial-nested_0.2-1_all.deb
Checksums-Sha256: 
 b61f589a527c96ff48b57b78523a61e22ea77eeb2bc11cf83912c71f26c02971 1299 
hgnested_0.2-1.dsc
 b94c29955bde8d104a7bc014d115fceec79e5a039eab871c088f124d31c66775 18586 
hgnested_0.2.orig.tar.gz
 902f4713d99767e44e7eb19573366a86f92f4b5de1562888ce16900f2acdec89 1816 
hgnested_0.2-1.diff.gz
 8cf1032658c8bcc941d44a1e404a42467d190755473c5af7d4f4344b051e1b21 6198 
mercurial-nested_0.2-1_all.deb
Files: 
 4268a9d13d3cf226ae2891d4becb66d5 1299 python optional hgnested_0.2-1.dsc
 254ccb026beb55c3b52cb8d29c32e145 18586 python optional hgnested_0.2.orig.tar.gz
 112425b1dab5db5d0ef25be629fbddd7 1816 python optional hgnested_0.2-1.diff.gz
 63ca2e70d442a5284db4ca88fa5f7859 6198 python optional 
mercurial-nested_0.2-1_all.deb

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

iEYEARECAAYFAkzP5tYACgkQ+C5cwEsrK57bmwCgsmWv7j6MGUEVf53SGfTty+bC
3hAAn0HYpL8F22pueccwNEmz0KBlFoFj
=Y9Y+
-END PGP SIGNATURE-


Accepted:
hgnested_0.2-1.diff.gz
  to main/h/hgnested/hgnested_0.2-1.diff.gz
hgnested_0.2-1.dsc
  to main/h/hgnested/hgnested_0.2-1.dsc
hgnested_0.2.orig.tar.gz
  to main/h/hgnested/hgnested_0.2.orig.tar.gz
mercurial-nested_0.2-1_all.deb
  to main/h/hgnested/mercurial-nested_0.2-1_all.deb


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



Accepted libinstpatch 1.0.0-1 (source all amd64)

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

Format: 1.8
Date: Fri, 29 Oct 2010 13:32:01 +0200
Source: libinstpatch
Binary: libinstpatch-1.0-0 libinstpatch-dev libinstpatch-doc 
libinstpatch-1.0-0-dbg
Architecture: source amd64 all
Version: 1.0.0-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: 
 libinstpatch-1.0-0 - MIDI instrument editing library
 libinstpatch-1.0-0-dbg - MIDI instrument editing library - debugging symbols
 libinstpatch-dev - MIDI instrument editing library development files
 libinstpatch-doc - MIDI instrument editing library documentation
Closes: 601783
Changes: 
 libinstpatch (1.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #601783).
Checksums-Sha1: 
 80bc426dd916c1a2487c276974f1416006a05540 1553 libinstpatch_1.0.0-1.dsc
 7a347558cc71528e3b475302e4f6a3cd727ffc51 1158291 libinstpatch_1.0.0.orig.tar.gz
 7aa55ad41c46a7fc39e7d06c6a8327fa9f33d629 15646 
libinstpatch_1.0.0-1.debian.tar.gz
 c3bab1ff7301fc63c135ea5caae698f40ceedeac 284986 
libinstpatch-1.0-0_1.0.0-1_amd64.deb
 2fdc8fa98da3130d55d2c95918aa92bbf3546cc0 85566 libinstpatch-dev_1.0.0-1_all.deb
 c66e6cfb26b3916d135ca0fb4011c994ceb14ca5 349810 
libinstpatch-doc_1.0.0-1_all.deb
 53abb98874f2dc00a7e68aa3c3783f164a7e2e17 409444 
libinstpatch-1.0-0-dbg_1.0.0-1_amd64.deb
Checksums-Sha256: 
 fa261bff7294f694e4d53b21b4952baa7693e74c98210eeb6a8ff68df35f07da 1553 
libinstpatch_1.0.0-1.dsc
 8943e2226d97609104365f0105be87b326a0b2335cea22d29604a45f8ef1cee7 1158291 
libinstpatch_1.0.0.orig.tar.gz
 7f0d9141b1d8a6f2bfa4fd3970d1f191735bc5eb889604a718f4e5c0a7c9cb59 15646 
libinstpatch_1.0.0-1.debian.tar.gz
 f1cdd88dfe1173b91583d553f7a630160afe2978e20a3dec4af0cc2231e187fc 284986 
libinstpatch-1.0-0_1.0.0-1_amd64.deb
 4ebce2f25e8229ae197b07dd3b3872da0fcda25687498d9af912f28096b503b8 85566 
libinstpatch-dev_1.0.0-1_all.deb
 254205008fafa5b790ad672215a7932c4a05ea4701ebdefbeb42ea82b70739d4 349810 
libinstpatch-doc_1.0.0-1_all.deb
 3dcbac92c3c727dec936c7a65135b58d2e219a866755bc9a5a28e2b1ffb3 409444 
libinstpatch-1.0-0-dbg_1.0.0-1_amd64.deb
Files: 
 c7bbfd6ad7b7d9a32cdfcf9923aad09b 1553 sound optional libinstpatch_1.0.0-1.dsc
 eca9c505fd0c47fd1f59d40598e8eb63 1158291 sound optional 
libinstpatch_1.0.0.orig.tar.gz
 a448e1e58fee3d5278757c3d3b1e397b 15646 sound optional 
libinstpatch_1.0.0-1.debian.tar.gz
 05da1e5e308c4b6842f3d29fac02638c 284986 libs optional 
libinstpatch-1.0-0_1.0.0-1_amd64.deb
 a5a9697b7a29ce5a2a3a8ce87caa57ed 85566 libdevel optional 
libinstpatch-dev_1.0.0-1_all.deb
 3a1b23007d70e64d2740a78163160a6f 349810 doc optional 
libinstpatch-doc_1.0.0-1_all.deb
 d14849774eb546f9cef7b9516b02b77e 409444 debug extra 
libinstpatch-1.0-0-dbg_1.0.0-1_amd64.deb

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

iEYEARECAAYFAkzPTlMACgkQRdSMfNz8P9B8vgCfR2WwxgJaWV6UnQkS8f3H6s2r
O/sAn20ydTbP+8i7SVpwq3pSxTAwAO9+
=FRWA
-END PGP SIGNATURE-


Accepted:
libinstpatch-1.0-0-dbg_1.0.0-1_amd64.deb
  to main/libi/libinstpatch/libinstpatch-1.0-0-dbg_1.0.0-1_amd64.deb
libinstpatch-1.0-0_1.0.0-1_amd64.deb
  to main/libi/libinstpatch/libinstpatch-1.0-0_1.0.0-1_amd64.deb
libinstpatch-dev_1.0.0-1_all.deb
  to main/libi/libinstpatch/libinstpatch-dev_1.0.0-1_all.deb
libinstpatch-doc_1.0.0-1_all.deb
  to main/libi/libinstpatch/libinstpatch-doc_1.0.0-1_all.deb
libinstpatch_1.0.0-1.debian.tar.gz
  to main/libi/libinstpatch/libinstpatch_1.0.0-1.debian.tar.gz
libinstpatch_1.0.0-1.dsc
  to main/libi/libinstpatch/libinstpatch_1.0.0-1.dsc
libinstpatch_1.0.0.orig.tar.gz
  to main/libi/libinstpatch/libinstpatch_1.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/e1pgekv-0003qr...@franck.debian.org



Accepted mididings 0~20100602-1 (source all amd64)

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

Format: 1.8
Date: Thu, 21 Oct 2010 12:50:41 +0200
Source: mididings
Binary: python-mididings mididings mididings-doc
Architecture: source amd64 all
Version: 0~20100602-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 mididings  - MIDI router and processor based on Python
 mididings-doc - mididings Documentation
 python-mididings - MIDI routing library for Python
Closes: 600914
Changes: 
 mididings (0~20100602-1) unstable; urgency=low
 .
   * Initial release. (Closes: #600914)
Checksums-Sha1: 
 d2024e0a5f62328d5622873a1ba3e707fcec3dc8 1538 mididings_0~20100602-1.dsc
 e5390d4a1413a442cdcb4833861a60a89174d4e7 151452 
mididings_0~20100602.orig.tar.gz
 6408a17f55377535e3b09b7005f624c4269cd152 3969 
mididings_0~20100602-1.debian.tar.gz
 c2145d986aa87ed0d4011ccbfcfd9a4feeef82f7 289330 
python-mididings_0~20100602-1_amd64.deb
 ac92a234b9955028bb4605b0ea78c37316e7f771 10036 mididings_0~20100602-1_all.deb
 73fc55b63c73537614e560494ba18f5ec3f6ac9a 93198 
mididings-doc_0~20100602-1_all.deb
Checksums-Sha256: 
 7bd084d6a65ad83ea7fe7008b01ec2f562d5e2b38f98e16a395999b23e312b55 1538 
mididings_0~20100602-1.dsc
 e38846e8467a631984bd88c8eb548e31855c75fa8aff47a9ddffa63acf1ccc1a 151452 
mididings_0~20100602.orig.tar.gz
 e8c2e652b5e443b1a143924b2607419bd98535c17c979111feea785468215707 3969 
mididings_0~20100602-1.debian.tar.gz
 bd3f71d384ab9de37e7cfd0768b62ef1fa65b10c743846f9fc38abc1ab34e329 289330 
python-mididings_0~20100602-1_amd64.deb
 be3fd774a6649bdcac91210ceccf0557b5ed59dfed1a43aa4f3152d0821c2d16 10036 
mididings_0~20100602-1_all.deb
 cd9a49de8b50c8ceebb92d9dd7c78dc159da4a626e5b105350ce8fb6f0232705 93198 
mididings-doc_0~20100602-1_all.deb
Files: 
 64f9489b4ee707ef79acb022022e30dd 1538 sound optional mididings_0~20100602-1.dsc
 c60ef079d7be99178664899d65c475e5 151452 sound optional 
mididings_0~20100602.orig.tar.gz
 b0a3216f276c77891f25640686b475b9 3969 sound optional 
mididings_0~20100602-1.debian.tar.gz
 be5490bc47acf8fb8824c75e9e8df4e2 289330 python optional 
python-mididings_0~20100602-1_amd64.deb
 558e15228f1bd4781c46772fe7a155ca 10036 sound optional 
mididings_0~20100602-1_all.deb
 379dca0ed08067baf20fa3774abdf9ab 93198 doc optional 
mididings-doc_0~20100602-1_all.deb

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

iEYEARECAAYFAkzP06QACgkQRdSMfNz8P9AoGgCePHAjmoY57chec4xl5gJV48Ab
TGIAn1M7/Bw/OwVThMEeeNAwYT0cmSuv
=0+AJ
-END PGP SIGNATURE-


Accepted:
mididings-doc_0~20100602-1_all.deb
  to main/m/mididings/mididings-doc_0~20100602-1_all.deb
mididings_0~20100602-1.debian.tar.gz
  to main/m/mididings/mididings_0~20100602-1.debian.tar.gz
mididings_0~20100602-1.dsc
  to main/m/mididings/mididings_0~20100602-1.dsc
mididings_0~20100602-1_all.deb
  to main/m/mididings/mididings_0~20100602-1_all.deb
mididings_0~20100602.orig.tar.gz
  to main/m/mididings/mididings_0~20100602.orig.tar.gz
python-mididings_0~20100602-1_amd64.deb
  to main/m/mididings/python-mididings_0~20100602-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/e1pgel4-0003v6...@franck.debian.org



Accepted maven-debian-helper 1.3 (source all)

2010-11-11 Thread Ludovic Claude
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Sep 2010 00:17:34 +0200
Source: maven-debian-helper
Binary: maven-debian-helper
Architecture: source all
Version: 1.3
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Ludovic Claude ludovic.cla...@laposte.net
Description: 
 maven-debian-helper - Helper tools for building Debian packages with Maven
Closes: 588114
Changes: 
 maven-debian-helper (1.3) experimental; urgency=low
 .
   * ${maven:Depends} and similar substitution vars: add
 version constraints when possible
   * Use dpkg to resolve the dependent packages in ${maven:DocDepends}
 (Closes: #588114)
   * Use dpkg to search for the documentation package (Closes: #588114)
   * mh_make: suggest installing missing dependencies which are not ignored
 during the build
   * add property debian.hasPackageVersion property, if true in the
 repository POM then other packages depending on a POM with this property on
 will have an addition version constraint generated in ${maven:Depends}
   * mh_make: detect when debian.hasPackageVersion can be used, ask for the
 upstream version of the package for confirmation.
   * d/control: add Recommends: on subversion as it's used by mh_make,
  add Build-Depends on libmaven-plugin-tools-java and junit
   * d/build.xml: fix build when previous versions of this package are
 not already installed on the system.
   * d/rules: use debian/.mh instead of debian/tmp as temp directory to better
 comply with Debian policy.
Checksums-Sha1: 
 c3a1de65a16687348cc8c2aef0e92074f878551e 1332 maven-debian-helper_1.3.dsc
 7fb070a45993b763b96fb8eace83cd439244c738 58099 maven-debian-helper_1.3.tar.gz
 95ab161ff39d8cd5c37dfd4e57755780e2755eee 79854 maven-debian-helper_1.3_all.deb
Checksums-Sha256: 
 27950ce56800ec759b1a7be66f6b7648c23308d01d43449b863b06d439d3677f 1332 
maven-debian-helper_1.3.dsc
 12b31e57201a5fedc4b5ea8b2a6e407402fa55e8bf60ad2edb9044aaf4a791f5 58099 
maven-debian-helper_1.3.tar.gz
 06555db0ff69c89af72765f65cc75492698740beb4603f4d8f5d7e02b44f9c74 79854 
maven-debian-helper_1.3_all.deb
Files: 
 69b3556ae6269171d1cb2b65fdf5affc 1332 java optional maven-debian-helper_1.3.dsc
 c065f486e91b43561eb7d508418ac20d 58099 java optional 
maven-debian-helper_1.3.tar.gz
 39f2a04da2abd7a90cc55a2ac6265c22 79854 java optional 
maven-debian-helper_1.3_all.deb

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

iEYEARECAAYFAkzcXO0ACgkQfY3dicTPjsPK4ACfe7NkY4esNZZdss8heEXo9Y3d
tOUAoIE0YSdsXE3CnCzM0Q13TDYzYHog
=onKb
-END PGP SIGNATURE-


Accepted:
maven-debian-helper_1.3.dsc
  to main/m/maven-debian-helper/maven-debian-helper_1.3.dsc
maven-debian-helper_1.3.tar.gz
  to main/m/maven-debian-helper/maven-debian-helper_1.3.tar.gz
maven-debian-helper_1.3_all.deb
  to main/m/maven-debian-helper/maven-debian-helper_1.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/e1pgelc-0003xk...@franck.debian.org



Accepted python-whoosh 1.2.6-2 (source all)

2010-11-11 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 11 Nov 2010 12:46:49 +0200
Source: python-whoosh
Binary: python-whoosh
Architecture: source all
Version: 1.2.6-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 python-whoosh - pure-Python full-text indexing, search, and spell checking 
librar
Changes: 
 python-whoosh (1.2.6-2) unstable; urgency=low
 .
   * debian/patches/shm_check.diff: try importing multiprocessing.synchronize
 to check for ImportError, this is to avoid FTBFS against python 2.7
Checksums-Sha1: 
 ba475b4ff728b6bcbf436003337dc7773c938740 1795 python-whoosh_1.2.6-2.dsc
 7ad333d0e47c0faadc2dc85bed49ff931785b0dd 6947 
python-whoosh_1.2.6-2.debian.tar.gz
 cac85482044b721ca061363436767f0aa30fccaa 388918 python-whoosh_1.2.6-2_all.deb
Checksums-Sha256: 
 df230366da0c564936332e2b845735655ef981be5726425817f2d8abc16ecb97 1795 
python-whoosh_1.2.6-2.dsc
 626e945b5dc3093a578c3ac6bbf5a26c8bdc9f6d2953eba0bd9c13159e519cde 6947 
python-whoosh_1.2.6-2.debian.tar.gz
 5534fa2bb7705c7c6cb4e6d6acaf0e01940e9807e5265d01e4f98e38dac57d5d 388918 
python-whoosh_1.2.6-2_all.deb
Files: 
 6277357af19c656c578b0b9e33e1803a 1795 python optional python-whoosh_1.2.6-2.dsc
 cdff22845b471573b0a30d9ab565dc88 6947 python optional 
python-whoosh_1.2.6-2.debian.tar.gz
 29eec7ea1675d25f131be626df3b535d 388918 python optional 
python-whoosh_1.2.6-2_all.deb

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

iQEcBAEBCAAGBQJM3FtiAAoJELwZapTt3aG3owYH/iHA3immQEJbT+uvEbpQ1UT5
/fdHQQIjeaRI3YupivDdtjs7pOAcd9iMsLMCSatCBaB23qoZELqVg3w0fX//HH3c
kC8T2BIWtOrxhmZnE2hcKr5Pyo8TN8rmbKAgUI+pZGNOdLNdgFAV4p0KSyqOpbEW
bmz857Hmf9H3Bfnxi3C6RXXuH1ikj3HvI5lVjmx9YrMhjbUQrblOqjA6VFWb9T0r
ZFCYwXHukgGB3tOnw4g7JGjf78An7MUGJ1lMBMrrIRDJbm3uk66XWKpuMJMgDk9z
kpwXKvgreQ1t59v8B+luwXHOdZWHk+50rxHcRBX8z3QxsbLpOL5Z/Tlj1AdujPw=
=lnyc
-END PGP SIGNATURE-


Accepted:
python-whoosh_1.2.6-2.debian.tar.gz
  to main/p/python-whoosh/python-whoosh_1.2.6-2.debian.tar.gz
python-whoosh_1.2.6-2.dsc
  to main/p/python-whoosh/python-whoosh_1.2.6-2.dsc
python-whoosh_1.2.6-2_all.deb
  to main/p/python-whoosh/python-whoosh_1.2.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/e1pgelj-0003zv...@franck.debian.org



Accepted drupal6-mod-pingback 1.0-1 (source all)

2010-11-11 Thread Al Nikolov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Nov 2010 16:23:49 +0300
Source: drupal6-mod-pingback
Binary: drupal6-mod-pingback
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Al Nikolov cl...@debian.org
Changed-By: Al Nikolov cl...@debian.org
Description: 
 drupal6-mod-pingback - pingback modules for Drupal 6
Closes: 602394
Changes: 
 drupal6-mod-pingback (1.0-1) unstable; urgency=low
 .
   * Initial release. Closes: #602394
Checksums-Sha1: 
 8826370314bcf48ebbd62b0efd16362d7929f952 1102 drupal6-mod-pingback_1.0-1.dsc
 278b6c84d5c14bb5ca22cb21dd75289225ac2175 13521 
drupal6-mod-pingback_1.0.orig.tar.gz
 a9de486b50ec21baa61e29e9ef2d84514b384fea 1814 
drupal6-mod-pingback_1.0-1.debian.tar.gz
 8ba5185deb811902465582569196b2a974269bd2 9834 
drupal6-mod-pingback_1.0-1_all.deb
Checksums-Sha256: 
 f3a6c191c28fd4c0a30613e8ac78330aca0fe610064c1980c7bf9e4b0e72d70b 1102 
drupal6-mod-pingback_1.0-1.dsc
 f7778c5b0e93666a6f9fefc81886259a9ba8f9a7f8902e8ab41df320c066c03e 13521 
drupal6-mod-pingback_1.0.orig.tar.gz
 164c79227749918e1a60a8dc27e335132c69cabc30eb6c32a0622c74e166d57b 1814 
drupal6-mod-pingback_1.0-1.debian.tar.gz
 0ee25b8d599e13750130c1adff4d8f1bf112eaf4bc1ee85b301482b0da470505 9834 
drupal6-mod-pingback_1.0-1_all.deb
Files: 
 c46e0dcad83f7b16da1961d7699c75b3 1102 web extra drupal6-mod-pingback_1.0-1.dsc
 cd43e9b5775513f17a53da76ce3c4626 13521 web extra 
drupal6-mod-pingback_1.0.orig.tar.gz
 d9ceec84f0af32bbca9b3f7d62f5744e 1814 web extra 
drupal6-mod-pingback_1.0-1.debian.tar.gz
 448f05f88bb1a3ee6c3dd8bbaa25d0a5 9834 web extra 
drupal6-mod-pingback_1.0-1_all.deb

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

iEYEARECAAYFAkzSx04ACgkQzWA7Wi7PmEs31gCgq0pkrTKu0QmC6c1E5EAdheYY
rGsAoJpgPaHUUleVxPK1oAVm/4//3a8i
=hz7R
-END PGP SIGNATURE-


Accepted:
drupal6-mod-pingback_1.0-1.debian.tar.gz
  to main/d/drupal6-mod-pingback/drupal6-mod-pingback_1.0-1.debian.tar.gz
drupal6-mod-pingback_1.0-1.dsc
  to main/d/drupal6-mod-pingback/drupal6-mod-pingback_1.0-1.dsc
drupal6-mod-pingback_1.0-1_all.deb
  to main/d/drupal6-mod-pingback/drupal6-mod-pingback_1.0-1_all.deb
drupal6-mod-pingback_1.0.orig.tar.gz
  to main/d/drupal6-mod-pingback/drupal6-mod-pingback_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/e1pgez3-0005hk...@franck.debian.org



Accepted goban 1.1-1 (source i386 all)

2010-11-11 Thread Al Nikolov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Nov 2010 16:32:23 +
Source: goban
Binary: goban-ss goban-original-games
Architecture: source i386 all
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Al Nikolov cl...@debian.org
Changed-By: Al Nikolov cl...@debian.org
Description: 
 goban-original-games - Original games set for the Goban screensaver
 goban-ss   - Goban screensaver
Closes: 579675
Changes: 
 goban (1.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #579675)
Checksums-Sha1: 
 87d123604a57e21844dec432ea5ac3b171e9bd71 1053 goban_1.1-1.dsc
 049f9fd8a118644df2122f5af04d974ad893fc3a 693480 goban_1.1.orig.tar.gz
 5f5b74cd16e761f08b833df224e5f989219179ef 4254 goban_1.1-1.debian.tar.gz
 1e8be80a29bdffe567baf19aa35e610ebc67eefe 214000 goban-ss_1.1-1_i386.deb
 7fc59a338379a27ee942d904d7c1f49c282f3c62 289604 
goban-original-games_1.1-1_all.deb
Checksums-Sha256: 
 a144862b86437ddabbff65128e9251a3d661b7aef3c4dd5ef4b1eae3ac0cbeb0 1053 
goban_1.1-1.dsc
 0d8f35cdc075e79921c45f39a814c9d66f7cca26cc6ad6fcc7b75e7f5502 693480 
goban_1.1.orig.tar.gz
 d38b690e2d2702c8b1edc6179ba0df531aa2bc57a79509bffc177b9b9bb5102e 4254 
goban_1.1-1.debian.tar.gz
 bc43ff151628f8940cbf18e8f5b82d46a0a2305e3e0defa9567d5ad2d8b54bd4 214000 
goban-ss_1.1-1_i386.deb
 87b2de99a32209b878722a29785aac0d9e81b444387524895c98af9ed7fb9b02 289604 
goban-original-games_1.1-1_all.deb
Files: 
 70420a47576f661c85ccc7e5f9be1837 1053 x11 extra goban_1.1-1.dsc
 82b733b47a8ee5f3e8ab8cb78ea5d879 693480 x11 extra goban_1.1.orig.tar.gz
 795b92651f459566e22f3243f1a39a91 4254 x11 extra goban_1.1-1.debian.tar.gz
 1ce7a48cdd1d0c20ab83b3db225e6ab0 214000 x11 extra goban-ss_1.1-1_i386.deb
 5b2dcada471c83fc2bf353317d2391ce 289604 x11 extra 
goban-original-games_1.1-1_all.deb

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

iEYEARECAAYFAkzTLR8ACgkQzWA7Wi7PmEsxlwCghrXQ1jViiUAbagNXz6nel1+p
4TcAnikBN61znmV2HCtgB/UYYrr4TUjX
=I+zc
-END PGP SIGNATURE-


Accepted:
goban-original-games_1.1-1_all.deb
  to main/g/goban/goban-original-games_1.1-1_all.deb
goban-ss_1.1-1_i386.deb
  to main/g/goban/goban-ss_1.1-1_i386.deb
goban_1.1-1.debian.tar.gz
  to main/g/goban/goban_1.1-1.debian.tar.gz
goban_1.1-1.dsc
  to main/g/goban/goban_1.1-1.dsc
goban_1.1.orig.tar.gz
  to main/g/goban/goban_1.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/e1pgezc-0005ll...@franck.debian.org



Accepted kmetronome 0.10.0-1 (source amd64)

2010-11-11 Thread Arnout Engelen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Sep 2010 17:14:13 +0200
Source: kmetronome
Binary: kmetronome
Architecture: source amd64
Version: 0.10.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Arnout Engelen arnou...@bzzt.net
Description: 
 kmetronome - ALSA MIDI Metronome
Closes: 595497
Changes: 
 kmetronome (0.10.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #595497)
Checksums-Sha1: 
 d65b799a987be76ebbd556274287dab9381a0887 1391 kmetronome_0.10.0-1.dsc
 1b928d30a1a0858a81de88c44c0a22b3ecd67b60 249488 kmetronome_0.10.0.orig.tar.bz2
 ccae78d7e8989399316c2d4eb5cdb06ca2e51c29 1844 kmetronome_0.10.0-1.debian.tar.gz
 668a311477539348a7b41df238faf38b29e1cb6d 279706 kmetronome_0.10.0-1_amd64.deb
Checksums-Sha256: 
 536a08f0124e07bca59f7dcc08ac7d46d157c411108370b492773df2893cc828 1391 
kmetronome_0.10.0-1.dsc
 d5a126ac118a2a2255b6b8067727deabc78e5e1a4c64c04a6bf63b915a868194 249488 
kmetronome_0.10.0.orig.tar.bz2
 db0de93c5b756700561a607978eab7e4cc66f04f92a7cca6ecc861396291e4ec 1844 
kmetronome_0.10.0-1.debian.tar.gz
 9148b0d764e9902be63b2a1e2436e07e6c78fab3105ed1de8f46985e92cc4df4 279706 
kmetronome_0.10.0-1_amd64.deb
Files: 
 85d1344eb6e0d49337c43841cedce3cc 1391 sound extra kmetronome_0.10.0-1.dsc
 af52c1179f4c27496bb67e965be3931e 249488 sound extra 
kmetronome_0.10.0.orig.tar.bz2
 af33be6b062b6e675c924f7725da2301 1844 sound extra 
kmetronome_0.10.0-1.debian.tar.gz
 a319cfc44784ebe183decabc7bebf3f3 279706 sound extra 
kmetronome_0.10.0-1_amd64.deb

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

iEYEARECAAYFAkzTtPsACgkQRdSMfNz8P9DBwwCcD/1PpTAzgWDOCoTbJ5ry66eZ
EyQAnjdS3fuG6IcBDLp09tyiZIYHxyLa
=0qd+
-END PGP SIGNATURE-


Accepted:
kmetronome_0.10.0-1.debian.tar.gz
  to main/k/kmetronome/kmetronome_0.10.0-1.debian.tar.gz
kmetronome_0.10.0-1.dsc
  to main/k/kmetronome/kmetronome_0.10.0-1.dsc
kmetronome_0.10.0-1_amd64.deb
  to main/k/kmetronome/kmetronome_0.10.0-1_amd64.deb
kmetronome_0.10.0.orig.tar.bz2
  to main/k/kmetronome/kmetronome_0.10.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/e1pgezk-0005o5...@franck.debian.org



Accepted libmathml-ruby 0.9-1 (source all)

2010-11-11 Thread Youhei SASAKI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 02 Nov 2010 23:27:19 +0900
Source: libmathml-ruby
Binary: libmathml-ruby libmathml-ruby1.8 libmathml-ruby1.9.1
Architecture: source all
Version: 0.9-1
Distribution: unstable
Urgency: low
Maintainer: Youhei SASAKI uwab...@gfd-dennou.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description: 
 libmathml-ruby - TeX formula to MathML conversion library for Ruby
 libmathml-ruby1.8 - TeX formula to MathML conversion library for Ruby
 libmathml-ruby1.9.1 - TeX formula to MathML conversion library for Ruby
Closes: 602206
Changes: 
 libmathml-ruby (0.9-1) unstable; urgency=low
 .
   * Initial release (Closes: #602206)
Checksums-Sha1: 
 d7fe2900f9c52edcba6b8c054c59f0f955962de3 1788 libmathml-ruby_0.9-1.dsc
 b01d81d92f0d9c6bedad8c212c66293a72da630b 32365 libmathml-ruby_0.9.orig.tar.gz
 374bb20e1ca76c86bd484301eec4ac516af69a67 2142 
libmathml-ruby_0.9-1.debian.tar.gz
 a3d4fe8f9092e2c0935173f90b6f63b799c77d79 1848 libmathml-ruby_0.9-1_all.deb
 6417caf8f5621e2f4ac148662c054bcd8775ac04 68026 libmathml-ruby1.8_0.9-1_all.deb
 9d640ba50b8dfff154eacdde20f2ec918691539e 99474 
libmathml-ruby1.9.1_0.9-1_all.deb
Checksums-Sha256: 
 818a5ada12edac2d75a5bd47e8f95ac232cef1e83e7c643af2f0c9a170d358bd 1788 
libmathml-ruby_0.9-1.dsc
 3f559e85d545e1fffd3764a4c8c3b0f8120e6258673c611c3bd26aae40742816 32365 
libmathml-ruby_0.9.orig.tar.gz
 f51cb8e538e00bb7bb8db4106e738cdd206fe186bb79d221e85a2b281ccd70ad 2142 
libmathml-ruby_0.9-1.debian.tar.gz
 434d738957accb5ab6e9c752caac242595a16537647ec15926b0b9b127b17da5 1848 
libmathml-ruby_0.9-1_all.deb
 550a32c3cd4665e5e747cea2fab95e881067da0f93369e9b7a3e668111532e0b 68026 
libmathml-ruby1.8_0.9-1_all.deb
 f9862b05752d0a1372ee771bb06fc52ae3d7550eab776752a81378d4d4d7ad4e 99474 
libmathml-ruby1.9.1_0.9-1_all.deb
Files: 
 4da9cbec01bac387f5373681fe66d56e 1788 ruby optional libmathml-ruby_0.9-1.dsc
 27875fa25366947d7aa069315c2255c5 32365 ruby optional 
libmathml-ruby_0.9.orig.tar.gz
 c0a35caa125ddeb06c7752617da51b5e 2142 ruby optional 
libmathml-ruby_0.9-1.debian.tar.gz
 4dea23b5e11d097b762d0f24dc314fc7 1848 ruby optional 
libmathml-ruby_0.9-1_all.deb
 a645e2454384fbc08f4d63e9e766c665 68026 ruby optional 
libmathml-ruby1.8_0.9-1_all.deb
 1e76f254f73c372bce0bd0d1d751dd8e 99474 ruby optional 
libmathml-ruby1.9.1_0.9-1_all.deb

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

iQIcBAEBCgAGBQJM0gGNAAoJEB0hyD3EUuD8TSEQAKsC/Yb39a+aLSQxdr08SX+9
hnNQzLLGHViDKd3vIV6KhT5NSv+H0gRaSl0ho6HcuF5lBDkI0EQyIua+UCo/j+aF
JMYioX6PCNNS6XpFoy7Pz2zHDHGfXIYkD3EB91vmueLBs7XPGBzf8lStBbvbmPXL
pwkFoAyh2osTfZ+lFKv3GegCoxSUBqcJKgJZngvdUhWXpbq5/ShkM8M/+i92wzhx
xa+nx9gJhix30YvO3M3cnpd38pmd6GPChrFwFggcXYCZoDGv2WgXTfXM1WfjXY+p
M/EuUmTG9gEo/wQS0LY9VgtIu1sYGkPDkDPbb92tkHjmE16aSb0DUsWhSXH15K7Z
ZfVcSdltaizihK6xXgY/8ermiiYQq+evSGEqWHmTjhsmZS9U44W+10KDNwj27poT
VG9EQBfeezNLnDz6jj2x7R+sbdA0imJKEPTD99POTodvfn3TNHPwUNCbmF6uLD+Q
IjyCc/nJTwIL/ipKchI3n+RefCxogSK+bQDGl5VgQTHo/BHihvhqKvvWM8Cg1r7E
GgnRsVdT2DSWGFmQkybber4CJsh+6t75hAkkHkwQe2OCQkYTqFlUO6gXs7lIeUDA
z9d0Lvg3Ay6X5I7cdCFDRKAYU88U5LQpYVYiyFiXcQnS+hq/gMoHmYEMydBHhVPT
jVpQreSfJU4bhsw4cSwX
=SRkc
-END PGP SIGNATURE-


Accepted:
libmathml-ruby1.8_0.9-1_all.deb
  to main/libm/libmathml-ruby/libmathml-ruby1.8_0.9-1_all.deb
libmathml-ruby1.9.1_0.9-1_all.deb
  to main/libm/libmathml-ruby/libmathml-ruby1.9.1_0.9-1_all.deb
libmathml-ruby_0.9-1.debian.tar.gz
  to main/libm/libmathml-ruby/libmathml-ruby_0.9-1.debian.tar.gz
libmathml-ruby_0.9-1.dsc
  to main/libm/libmathml-ruby/libmathml-ruby_0.9-1.dsc
libmathml-ruby_0.9-1_all.deb
  to main/libm/libmathml-ruby/libmathml-ruby_0.9-1_all.deb
libmathml-ruby_0.9.orig.tar.gz
  to main/libm/libmathml-ruby/libmathml-ruby_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/e1pgezr-0005ro...@franck.debian.org



Accepted opennebula 2.0-1 (source all amd64)

2010-11-11 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Nov 2010 19:01:04 +0100
Source: opennebula
Binary: opennebula opennebula-common opennebula-node libopennebula-java 
libopennebula-java-doc
Architecture: source amd64 all
Version: 2.0-1
Distribution: experimental
Urgency: low
Maintainer: Damien Raude-Morvan draz...@debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libopennebula-java - Java bindings for OpenNebula Cloud API (OCA)
 libopennebula-java-doc - Java bindings for OpenNebula Cloud API (OCA) - 
documentation
 opennebula - controller which executes the OpenNebula cluster services
 opennebula-common - empty package to create OpenNebula users and directories
 opennebula-node - empty package to prepare a machine as OpenNebula Node
Closes: 500716
Changes: 
 opennebula (2.0-1) experimental; urgency=low
 .
   * First upload to Debian (Closes: #500716):
 - Drop d/patches/fix_cppflags.diff: Merged upstream.
 - Drop d/*.examples: Already handled by upstream install.sh
   * New upstream release (2.0).
   * d/control: Add Recommends: lvm2, sudo, wget, genisoimage.
 - d/patches/genisoimage.diff: Use genisoimage instead of mkisofs.
   * d/rules, d/opennebula-node.postinst.in: Handle group assignment for
 oneadmin user, libvirt (Debian) and libvirtd (Ubuntu).
   * d/opennebula.{postinst,dirs}: creation of /var/lib/one/images with
 proper permissions.
   * d/control: Suggests libamazonec2-ruby for Amazon EC2 access.
Checksums-Sha1: 
 79c105b1ae459f6fdd3438631fe55a34d12eddf8 1552 opennebula_2.0-1.dsc
 84dc28e19e7faa15e3f5e98330f1919951b6bbdd 497417 opennebula_2.0.orig.tar.gz
 63205f9a0f1995ffa7948ddd14c1e14d32799edb 16791 opennebula_2.0-1.debian.tar.gz
 1fecfe71481c764f7cf393c3e8dfdb59cc9e9167 581320 opennebula_2.0-1_amd64.deb
 5032b76ad70f68cc737f17227572944094f93e54 5990 opennebula-common_2.0-1_all.deb
 f7c7dc84124a523a535337831f2e24da0351279e 5698 opennebula-node_2.0-1_all.deb
 f86305396c709e97ff185eb3cddd4e9684e1e0c5 27018 libopennebula-java_2.0-1_all.deb
 2e9eb82276137106cab5ccc6678f3b360e93b134 53682 
libopennebula-java-doc_2.0-1_all.deb
Checksums-Sha256: 
 54800fc90785c373af75611cada0858b10b34bfa9f44209d1b1707d98e0c2e70 1552 
opennebula_2.0-1.dsc
 decb1fd5c946fa85c6b7c3cddb6078d703cd57ffb15d5c27bc2aff53cf88cfb9 497417 
opennebula_2.0.orig.tar.gz
 0a0af73feef86450ae0be02ff0b053f811cfdb083f1036946b4e85e08f44eabd 16791 
opennebula_2.0-1.debian.tar.gz
 009dd094221ca3210c9d60dc44458722f55347f67820c5adf7a8b3a5df5d14d1 581320 
opennebula_2.0-1_amd64.deb
 5181ab3c978387114f3100513d72f3fd22892fda5171ba829565d756298bf3bb 5990 
opennebula-common_2.0-1_all.deb
 2a6b897ca068cba80be631a2bf84ec9b767d13167e3da1fc15845dd50b119e69 5698 
opennebula-node_2.0-1_all.deb
 85748c32040fc7e2379a049a843ce97289e94f1a57c80da0f1788a72431fe875 27018 
libopennebula-java_2.0-1_all.deb
 d7b994ec9e0f707023ec75392052d0bedd1703a6f8ed0841b5262252561d2a92 53682 
libopennebula-java-doc_2.0-1_all.deb
Files: 
 ca11794ade69d475c58603a0d8973146 1552 utils extra opennebula_2.0-1.dsc
 643dae7f388f299a0a37a39d5a1dbdfa 497417 utils extra opennebula_2.0.orig.tar.gz
 74115fe00a88d88db2cb40351d71474c 16791 utils extra 
opennebula_2.0-1.debian.tar.gz
 2317c4dbf97e2f6821788cc1adaaf8ea 581320 utils extra opennebula_2.0-1_amd64.deb
 efd0f960aa46f7d4efba5f6a73a37ba3 5990 utils extra 
opennebula-common_2.0-1_all.deb
 aecacb656db5a4a162600b0dd92b97d4 5698 utils extra opennebula-node_2.0-1_all.deb
 0a34633fbf8c8c656cef3f90404ab5f1 27018 java extra 
libopennebula-java_2.0-1_all.deb
 43c4ad7a63e8dbc2e3e11be42edc7dff 53682 doc extra 
libopennebula-java-doc_2.0-1_all.deb

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

iEYEARECAAYFAkzQWSYACgkQyIFXyIXHk4kTMgCfcHJsFvNUeyzxZRLGBfA1bmyO
ETUAoJ8htS5NKSrx+72uzuqwbLvTiaX4
=uBeD
-END PGP SIGNATURE-


Accepted:
libopennebula-java-doc_2.0-1_all.deb
  to main/o/opennebula/libopennebula-java-doc_2.0-1_all.deb
libopennebula-java_2.0-1_all.deb
  to main/o/opennebula/libopennebula-java_2.0-1_all.deb
opennebula-common_2.0-1_all.deb
  to main/o/opennebula/opennebula-common_2.0-1_all.deb
opennebula-node_2.0-1_all.deb
  to main/o/opennebula/opennebula-node_2.0-1_all.deb
opennebula_2.0-1.debian.tar.gz
  to main/o/opennebula/opennebula_2.0-1.debian.tar.gz
opennebula_2.0-1.dsc
  to main/o/opennebula/opennebula_2.0-1.dsc
opennebula_2.0-1_amd64.deb
  to main/o/opennebula/opennebula_2.0-1_amd64.deb
opennebula_2.0.orig.tar.gz
  to main/o/opennebula/opennebula_2.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/e1pgezc-0005zg...@franck.debian.org



Accepted puredata-import 1.3-1 (source amd64)

2010-11-11 Thread Hans-Christoph Steiner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 02 Nov 2010 23:29:56 -0400
Source: puredata-import
Binary: puredata-import
Architecture: source amd64
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Hans-Christoph Steiner h...@eds.org
Description: 
 puredata-import - Pd object for loading libraries within a patch
Closes: 596718
Changes: 
 puredata-import (1.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #596718)
   * Fixed puredata Depends.
Checksums-Sha1: 
 249e2fe2d11789a9f44ab4317c49c162f8e6db96 1830 puredata-import_1.3-1.dsc
 f1b8092ffb7fdbf997d1b9d7b18642e21b77a6f9 6795 puredata-import_1.3.orig.tar.gz
 b776c1323cc3608bb80be00df960145ad5345552 12907 
puredata-import_1.3-1.debian.tar.gz
 5ed58327713e9d2d05c32197d58fbd7e6d65085e 7060 puredata-import_1.3-1_amd64.deb
Checksums-Sha256: 
 6da66d80466c3cba4741231a8eadf8d2f9f9f3e2b3839899e6564585d0e5c925 1830 
puredata-import_1.3-1.dsc
 5fde50bc4b7a33e418d07dd9a4a7ab27af4c7161e8d8886fd05e2c5ab34ab6c2 6795 
puredata-import_1.3.orig.tar.gz
 3f5df00c20cafa78349a3e974e8c06abf702a29cffc3a2d4d30c17cf2cc8f3bf 12907 
puredata-import_1.3-1.debian.tar.gz
 55945ae4dafd98128173c58626a0ecebd5a378a58d57b46690076d7aa635eaea 7060 
puredata-import_1.3-1_amd64.deb
Files: 
 1cf73975e37e91cc0671bc7a9849f874 1830 sound optional puredata-import_1.3-1.dsc
 8da69b3faa2c3511b0e0700df8ebbdb6 6795 sound optional 
puredata-import_1.3.orig.tar.gz
 c68cf2c962b17fc9849ca4a79dd008fa 12907 sound optional 
puredata-import_1.3-1.debian.tar.gz
 b2a1727c865afab0c18eeb6cb418484b 7060 sound optional 
puredata-import_1.3-1_amd64.deb

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

iQIcBAEBCAAGBQJM0NoxAAoJEKO6uuJAjdbPI0wP/2ytKHKllWnMShBQXghudegb
PuS7rOWUvJjtPZ6tdbIIJHeLylZFNNzr1+4e27h09zgAPcxCDGKEjd4vsvQeOaGC
roOQxzt/lAroSfNbIHPorg+usuoWjnr+J4Gz+vLqn6QaDHqi5nkgHjqBnR6oX5ta
3Uz0H08wuu1hJ+f7sXPFixgNogcK+Hy6Eva2K6mO+0E40SS8/zznBrTIJ3Ejj7gr
pWqwaoEXpKyNQkWvBQcs4X+XgwsGHc7l5ub/e/AVl1mjLsEB/0eRuVj3wCTV/rSP
C2DUHxriodVLeSEllvmVzXXKk4SNvzEAFy2DIaqj5HBG6I6Y0jOTX9LoUjOVtEDs
OBejp/ptdfMSTCy42V4YM8r5Bvl77j92q0uElnsyF5AhJw7o+nh47qk1/AY5ex7q
HwCP2O6M/FDNM6reSrfwJh09PnU+fuVXNC6cSUQVze1yXshYCJ+Xqhl7NCPk1YTD
QzCjMERCfSXX/eWIhteG3Uwxw7j+oRFamoPlFlXgUUm2DjqThLpzUl9PeT4yNIB8
QeIn4htyGfOE1IttPh7kdDN1jeK1q5lB7QdASCa+cXazfIEIk2odSJr/TOg8uriT
wZF6mMmbWnCGsCCzxNxlbZ9HT/CISmNptzX0MwnKl4ENhje5FTxjOXH771uD4htg
/eq6pdortPmMyVdWVDyZ
=DbfZ
-END PGP SIGNATURE-


Accepted:
puredata-import_1.3-1.debian.tar.gz
  to main/p/puredata-import/puredata-import_1.3-1.debian.tar.gz
puredata-import_1.3-1.dsc
  to main/p/puredata-import/puredata-import_1.3-1.dsc
puredata-import_1.3-1_amd64.deb
  to main/p/puredata-import/puredata-import_1.3-1_amd64.deb
puredata-import_1.3.orig.tar.gz
  to main/p/puredata-import/puredata-import_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/e1pgezj-0005bx...@franck.debian.org



Accepted python-protobuf.socketrpc 1.3.2-1 (source all)

2010-11-11 Thread Jan Dittberner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 04 Nov 2010 23:38:34 +0100
Source: python-protobuf.socketrpc
Binary: python-protobuf.socketrpc
Architecture: source all
Version: 1.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Jan Dittberner ja...@debian.org
Description: 
 python-protobuf.socketrpc - Python socket RPC for Google protocol buffers
Closes: 602004
Changes: 
 python-protobuf.socketrpc (1.3.2-1) unstable; urgency=low
 .
   * Initial version (Closes: #602004).
Checksums-Sha1: 
 28af9233df0c83b49c375bffc673cfb61423a7fc 2143 
python-protobuf.socketrpc_1.3.2-1.dsc
 ca2f4bf6914bd0ae1bc0c2113c02f669cb32a159 24050 
python-protobuf.socketrpc_1.3.2.orig.tar.gz
 db1c1dceb3ddbff2ca73d13f8d9c446a8e90d3c8 2330 
python-protobuf.socketrpc_1.3.2-1.debian.tar.gz
 459252308c9e3d91133ce3e37ed222be93599a68 27504 
python-protobuf.socketrpc_1.3.2-1_all.deb
Checksums-Sha256: 
 9c1242f312e61aec508ecd4658a21df042d1de5acef61d8d3c57b20429c7e18f 2143 
python-protobuf.socketrpc_1.3.2-1.dsc
 d5e9800cf9cbd17c17f28723ae7904f97dc212b9b3b0dce86d3ba7daf67d2448 24050 
python-protobuf.socketrpc_1.3.2.orig.tar.gz
 af9dd1edcd140634a7095a15acd2b37091cb78c8ba4bd919c9b0515881bbf3b4 2330 
python-protobuf.socketrpc_1.3.2-1.debian.tar.gz
 8f0f7b57b70e1214560ee5c1ac28007150aaecd23819dcfdd1558f89fe3afaf0 27504 
python-protobuf.socketrpc_1.3.2-1_all.deb
Files: 
 af38216583006caff65b6ef92d2815bf 2143 python optional 
python-protobuf.socketrpc_1.3.2-1.dsc
 a24b45e751f156aa221caad542588b52 24050 python optional 
python-protobuf.socketrpc_1.3.2.orig.tar.gz
 a318cf5e661a5982425465bbb737ff99 2330 python optional 
python-protobuf.socketrpc_1.3.2-1.debian.tar.gz
 3b01df2c0e354f79695526dfc431ee2e 27504 python optional 
python-protobuf.socketrpc_1.3.2-1_all.deb

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

iQIcBAEBCAAGBQJM0zdYAAoJEKc+AFVVj7jdn28QAL+QlPicMzU0pOI6ELiamR6d
T1bLmmBuBp4VLd/LBUFWwLkKJ/7t/webGF3JIrcjwSx8B6wqNJMjoiXya6ITRovh
xhp9hM9aauD2l8wPi62Qq5mS7fpP7jXvokvxad0bNqZiP9gATLKNiQfN1IPErC9J
iM7swpltRmiAO1n+g9I6ZhDE3kal9Oq0nrWpdl7pZjjq9NZcpJ05j9rV+Q8+FLf7
Y3Kt959xCLqZ0+OjoBdKmhs75VVDtaVycNKgU0Nm4jykWy2QVXb7Nw7B3TChI5TJ
QiWq8jVWGqiFDSNUKQVXKTJ1SH6Svrzz5qw2lAZztqEuUo7zY+pOqq7lu+MWOEIH
Qq8ANXTq0Xb0RPHTwUs5rT5GQn8Ibh2i4G8gU0Cu1nPTzpvok26KeS8pvn8aje1q
tIvwLkE8JrV3wZrwiMZ3hm6OLmQ3hyt3UImHcjNBvCao5bXpLnSbJcLrZt7Kn7Cf
v+RtJA0c4vdwlKYLdJPihzCHSMdQBwxXZHSeUfaguLqxbNooYaf9U+usz9P0CwI5
1AIqJmakFHrHj44F+CBOr+uJmWrwrekSOkOVvCL2nH2keXHjpKC1d6PdZxkefZUK
X9ydkwRDxiYKBqywzmxIWuWfkPzE4Ya1GgMDhlBAXRvu/reVvfek/Dga5PCiuy6R
bi+191TCL+kjxLAlmGTS
=Lxhp
-END PGP SIGNATURE-


Accepted:
python-protobuf.socketrpc_1.3.2-1.debian.tar.gz
  to 
main/p/python-protobuf.socketrpc/python-protobuf.socketrpc_1.3.2-1.debian.tar.gz
python-protobuf.socketrpc_1.3.2-1.dsc
  to main/p/python-protobuf.socketrpc/python-protobuf.socketrpc_1.3.2-1.dsc
python-protobuf.socketrpc_1.3.2-1_all.deb
  to main/p/python-protobuf.socketrpc/python-protobuf.socketrpc_1.3.2-1_all.deb
python-protobuf.socketrpc_1.3.2.orig.tar.gz
  to 
main/p/python-protobuf.socketrpc/python-protobuf.socketrpc_1.3.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/e1pgezq-0005e6...@franck.debian.org



Accepted python-pyaudio 0.2.4-2 (source amd64)

2010-11-11 Thread Hubert Pham
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 02 Nov 2010 23:16:00 -0500
Source: python-pyaudio
Binary: python-pyaudio
Architecture: source amd64
Version: 0.2.4-2
Distribution: unstable
Urgency: low
Maintainer: Hubert Pham hub...@mit.edu
Changed-By: Hubert Pham hub...@mit.edu
Description: 
 python-pyaudio - Python bindings for PortAudio v19
Changes: 
 python-pyaudio (0.2.4-2) unstable; urgency=low
 .
   * Add python-docutils to Build-Depends.
   * Generate documentation against built portaudio module.
Checksums-Sha1: 
 9ad772e948184ba5da7f8f51cb4461f690200fcb 2010 python-pyaudio_0.2.4-2.dsc
 c7ab502224f2fe36ce1c8256460e49143dc02f70 27092 python-pyaudio_0.2.4.orig.tar.gz
 8c224838dff35ed8e40135a02cef4c19e5ef02f8 2962 
python-pyaudio_0.2.4-2.debian.tar.gz
 39c973ea1ca5941a9caa332a7228bbaa31b65fec 88790 python-pyaudio_0.2.4-2_amd64.deb
Checksums-Sha256: 
 5859055a0038c06cb0321ab74e0db44f0bf7b98d1fdbf930394a59f4bd035e14 2010 
python-pyaudio_0.2.4-2.dsc
 873d56bc9abf2b138d838d201f9736743e4b2c9623a0de40d4098d9c549ddfd7 27092 
python-pyaudio_0.2.4.orig.tar.gz
 b986380498715394b2cbe08a2b3dae7444b13beaac2e68adb790252580721bb2 2962 
python-pyaudio_0.2.4-2.debian.tar.gz
 1c0498f7ffd129cf8e84ece9d8f496c666852e86a2bddf2d733cf4593b8e9500 88790 
python-pyaudio_0.2.4-2_amd64.deb
Files: 
 a7686eeac12f23deeb8860c9f78db3e2 2010 python optional 
python-pyaudio_0.2.4-2.dsc
 7184c03d87a96ea856fca96e512e9a10 27092 python optional 
python-pyaudio_0.2.4.orig.tar.gz
 6c948e7d8ddc08aa19e92ec61b1f0095 2962 python optional 
python-pyaudio_0.2.4-2.debian.tar.gz
 521a5f5ca9c309a7485fcfba1426e881 88790 python optional 
python-pyaudio_0.2.4-2_amd64.deb

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

iQIcBAEBCAAGBQJM0XjtAAoJEKO6uuJAjdbPc5gP/1At/+rViULyisEwcMebn11z
aeeCK3Fk1BINEYnjczwV/mBCNpycdF0Ewv3XVZDW/wXYnpMdmNNWtqjTrh311bPW
yxsDRypAEfzsmohK52yve9979YDp/IhbVqg4WCPS5c6KAGE3FDEqtLNPKlCv0SUH
JGVR2USfaltlt4d9h9byomaxWIM/zfjQZKcI2OOCEV3tCFj7kxaTYno4rz8tM2aj
kIIzElKrIo3IcwH/qj0IjDIM+Ba3RVIEdqOHkPjB75DIE3A2/pWRz/+OWljPv7gK
6vWcy3peKuXTL52M8IDWlmweyTUzZnIiCpaFuJgAdf1KR2gDSscs49KZtkG5Vw4E
OvmhwN0kmvx1s/oy8y3yWMOwx/XHSGZbKKdofZkYg2b/p7hXtX4fUFPwE4td3RBF
AbHPvCfm3ULFYl14CYdeo+oTPmKUvnQFmN29/YU8IxMFKhwrjT6zQYgWyeerQtR6
2slhdgo4jTCLkVZ6V3sHRaf6x4qxC3UVt9b+Mdsqw4m0baYUpxNMLxXljF4kwhEg
TcM39EIKQ0i+DI3TBtyFt+SJbMN9WHDf5lfkqisJDAM71rcV/LZLOLAelTB8GkUc
3egtkircwaT55VrDG4bMWXm4Y5GXbMMGCkZphiTlsJLF05N2kCZa04DQViPdY8Ng
ll9DZ8jmgUvPrbUKRQ/v
=Q1uj
-END PGP SIGNATURE-


Accepted:
python-pyaudio_0.2.4-2.debian.tar.gz
  to main/p/python-pyaudio/python-pyaudio_0.2.4-2.debian.tar.gz
python-pyaudio_0.2.4-2.dsc
  to main/p/python-pyaudio/python-pyaudio_0.2.4-2.dsc
python-pyaudio_0.2.4-2_amd64.deb
  to main/p/python-pyaudio/python-pyaudio_0.2.4-2_amd64.deb
python-pyaudio_0.2.4.orig.tar.gz
  to main/p/python-pyaudio/python-pyaudio_0.2.4.orig.tar.gz


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



Accepted rtkit 0.9-1 (source amd64)

2010-11-11 Thread Luke Yelavich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Nov 2010 14:22:37 -0400
Source: rtkit
Binary: rtkit
Architecture: source amd64
Version: 0.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Luke Yelavich them...@ubuntu.com
Description: 
 rtkit  - Realtime Policy and Watchdog Daemon
Closes: 535426
Changes: 
 rtkit (0.9-1) unstable; urgency=low
 .
   * Initial Debian package. (Closes: #535426)
Checksums-Sha1: 
 77f5aaf19d941ad484e23330fd9aa4691ccb70d9 1309 rtkit_0.9-1.dsc
 94f6f896cd56b6dac2b69f6c47e4cd81c51de30c 159498 rtkit_0.9.orig.tar.gz
 5e775782fb0c4e477ec1731225b73163a10db131 2985 rtkit_0.9-1.debian.tar.gz
 cea3a62f4a8fe109e304b18403c89f4e4d143001 34746 rtkit_0.9-1_amd64.deb
Checksums-Sha256: 
 13bacbe343a55fd90abcb9a24a1b345a262783842bc4a562c9ae1f5fc90744d3 1309 
rtkit_0.9-1.dsc
 5236ab2db3a1e6d34d0fcb11572b769a8989ba47b3cb282659f9315ed9143921 159498 
rtkit_0.9.orig.tar.gz
 87a4b6bf6b9c409ba673d62f157dfbec5cb1288546fc37836990a6b72f9cab39 2985 
rtkit_0.9-1.debian.tar.gz
 b5c5624fe9836ece2bcb2c6627805fe09653eefbecba138f2575220dcfbdb8e7 34746 
rtkit_0.9-1_amd64.deb
Files: 
 48ca91e5a6726e15ca23697021043458 1309 admin optional rtkit_0.9-1.dsc
 9d0b8893c5eb17cc58635bb867b23165 159498 admin optional rtkit_0.9.orig.tar.gz
 2d784992112a346cacc021dc462133fc 2985 admin optional rtkit_0.9-1.debian.tar.gz
 9f4a26c5e000c28ef55ed815e425e361 34746 admin optional rtkit_0.9-1_amd64.deb

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

iEYEARECAAYFAkzTKboACgkQRdSMfNz8P9D4LACghuJJkZal6fMgIK+YW5QTvZit
37wAn2ratMDEG+vh7nmGtbnrO0L1mVVT
=RS18
-END PGP SIGNATURE-


Accepted:
rtkit_0.9-1.debian.tar.gz
  to main/r/rtkit/rtkit_0.9-1.debian.tar.gz
rtkit_0.9-1.dsc
  to main/r/rtkit/rtkit_0.9-1.dsc
rtkit_0.9-1_amd64.deb
  to main/r/rtkit/rtkit_0.9-1_amd64.deb
rtkit_0.9.orig.tar.gz
  to main/r/rtkit/rtkit_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/e1pgf03-0005is...@franck.debian.org



Accepted bootchart2 0.12.4-2 (source i386 all)

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

Format: 1.8
Date: Thu, 11 Nov 2010 22:22:59 +0100
Source: bootchart2
Binary: bootchart2 pybootchartgui
Architecture: source i386 all
Version: 0.12.4-2
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 bootchart2 - boot process performance analyser
 pybootchartgui - viewer for boot process performance analysis results
Closes: 602684
Changes: 
 bootchart2 (0.12.4-2) unstable; urgency=low
 .
   * Fix cmdline parsing for alternative init system, thanks to
 Riccardo Magliocchetti for the patch (Closes: #602684)
Checksums-Sha1: 
 23f02ae6a4c5f10331539a5bdfde409d5318dee6 1216 bootchart2_0.12.4-2.dsc
 105e042d24a66b9cc7194733e8b9251078d029b3 3884 bootchart2_0.12.4-2.debian.tar.gz
 702c33bf76994ef0568ceda3874ee11dd1327925 24468 bootchart2_0.12.4-2_i386.deb
 134e120deb3f2aecdffe1ae32323f41da3725930 29348 pybootchartgui_0.12.4-2_all.deb
Checksums-Sha256: 
 4a5edaca7f61b07236b457a27262a4ff211a0bc0979f21e3e7f960fcd0cca762 1216 
bootchart2_0.12.4-2.dsc
 82901bd8e792e76a74b4cf84e983535bd5917cfcbd59c58e5135d50c0d00f215 3884 
bootchart2_0.12.4-2.debian.tar.gz
 b1c622c17a8b127cf029a88c9163c8f66fcf3b8185d89994d679d93ff4a6605f 24468 
bootchart2_0.12.4-2_i386.deb
 8333d86ce05f43bfcbb7617e61934d207d163ca83607a697f5c3ca2c82199da9 29348 
pybootchartgui_0.12.4-2_all.deb
Files: 
 855b7324d46d60fff7a3eb7036cc6bd3 1216 utils optional bootchart2_0.12.4-2.dsc
 c6675aedf0c73ff036ad0b51eb6a2ea5 3884 utils optional 
bootchart2_0.12.4-2.debian.tar.gz
 a8f87e8f5074d74c71aa6cc3fe87f497 24468 utils optional 
bootchart2_0.12.4-2_i386.deb
 ee007e1e02304ffab9f34a899e5f5748 29348 utils optional 
pybootchartgui_0.12.4-2_all.deb

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

iEYEARECAAYFAkzcYuAACgkQ5qqQFxOSsXSTvwCgm+R+5PqwrxO90JIaEz+j2h3v
xl4An3O3eNxcM1M6OL6/QtcIV/7t2tW1
=hgmA
-END PGP SIGNATURE-


Accepted:
bootchart2_0.12.4-2.debian.tar.gz
  to main/b/bootchart2/bootchart2_0.12.4-2.debian.tar.gz
bootchart2_0.12.4-2.dsc
  to main/b/bootchart2/bootchart2_0.12.4-2.dsc
bootchart2_0.12.4-2_i386.deb
  to main/b/bootchart2/bootchart2_0.12.4-2_i386.deb
pybootchartgui_0.12.4-2_all.deb
  to main/b/bootchart2/pybootchartgui_0.12.4-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/e1pgf0c-0005mb...@franck.debian.org



Accepted blends 0.6.15 (source all)

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

Format: 1.8
Date: Wed, 10 Nov 2010 20:32:31 +0100
Source: blends
Binary: blends-dev cdd-dev blends-common cdd-common blends-doc
Architecture: source all
Version: 0.6.15
Distribution: unstable
Urgency: low
Maintainer: Debian Pure Blend Team debian-ble...@lists.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 blends-common - Debian Pure Blends common package
 blends-dev - Debian Pure Blends common files for developing metapackages
 blends-doc - Debian Pure Blends documentation
 cdd-common - Debian Pure Blends dummy package for upgrades from cdd-common
 cdd-dev- Debian Pure Blends dummy package for upgrades from cdd-dev
Changes: 
 blends (0.6.15) unstable; urgency=low
 .
   * Documentation changes:
 - doc/en: Update about existing Blends
 - examples/control.stub:
   + Updated debhelper version, Standards-Version
   + Removed two useless lines at the end
   * devtools/rules: ignore .git directories when creating orig.tar.gz
   * templates/{postinst,prerm}: use /bin/sh instead of /bin/bash to
 be sure that the requested shell is really available (there is
 no explicite bash dependency enforced
   * templates/postrm: Provide code for failed-upgrade to enable
 smooth upgrades from Lenny
   * templates/preinst: Provide this template for completeness
   * devtools/{rules,Makefile}: clean targets will remove also postrm
 and preinst if existant
Checksums-Sha1: 
 c9cf36ac9be0e1f74c03a2df778168181e17dedf 1252 blends_0.6.15.dsc
 2e72bd3fd093ea4361ac919c303cb53639fa1bf4 111413 blends_0.6.15.tar.gz
 00bb19293eb16f680efd6b92bc1d16faff536c21 33186 blends-dev_0.6.15_all.deb
 27ae4b76b4d680667301a096569b2f487d2d93ee 958 cdd-dev_0.6.15_all.deb
 2f4eecbd0c61350ea81e8641532ec80bd47308f7 23342 blends-common_0.6.15_all.deb
 10a284b4671e8cf94e452fbf5b9b049536b955bf 1186 cdd-common_0.6.15_all.deb
 dbffe66da6dd26d856af4c22f5638533721f1deb 423340 blends-doc_0.6.15_all.deb
Checksums-Sha256: 
 ff26b426e4dd960aca1024c6d185457a37cb3138ac2b10bef76f6d7ed5a9e2cb 1252 
blends_0.6.15.dsc
 8dd96d3c28eeb139b4f906f81fe706a2a1b7bb632861d68896752b718f926533 111413 
blends_0.6.15.tar.gz
 3317523a5762445419dda3225d1dfc553c0e8f58a045456a768fffcbc00fed31 33186 
blends-dev_0.6.15_all.deb
 8ca8a5c4a8e39fd08a083173d19a8916dbfb687148bbed682dd7a256b9c9c089 958 
cdd-dev_0.6.15_all.deb
 14a5f2d87880216feac3c1a33fbef251030380e3c6a50715afe44bde032dbbd9 23342 
blends-common_0.6.15_all.deb
 27d3419535024582e17ced7a2099ded05b480d600b6b632556a06175580f7625 1186 
cdd-common_0.6.15_all.deb
 0a89de4a3b21fa2b06ba4a46d3bdbd8064c9956f9609a887086e15df4f70f373 423340 
blends-doc_0.6.15_all.deb
Files: 
 9bf520f802a2079dd40d7bbf7ea60dcd 1252 devel optional blends_0.6.15.dsc
 d109a2d3a6cbb8274faa05505b5ae32b 111413 devel optional blends_0.6.15.tar.gz
 edf3d4c0596f8e3f674e3d42232aa0f4 33186 devel optional blends-dev_0.6.15_all.deb
 8123c51237a1d67b3c303e894feef11b 958 devel optional cdd-dev_0.6.15_all.deb
 fa63ed2cdd0f108912a1289ccb5d3628 23342 misc optional 
blends-common_0.6.15_all.deb
 c6925c6331637bf15ecbca6e1dc8bfc3 1186 misc optional cdd-common_0.6.15_all.deb
 450f99f1164695c245c6b7dba003ca8b 423340 doc optional blends-doc_0.6.15_all.deb

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

iEYEARECAAYFAkzcbcsACgkQYDBbMcCf01reGACeLY1TVwrgp+FtlXnaXG4ktg4D
faEAoI+7vprIPe4tTzDP49GY/WWeK+HA
=OIQZ
-END PGP SIGNATURE-


Accepted:
blends-common_0.6.15_all.deb
  to main/b/blends/blends-common_0.6.15_all.deb
blends-dev_0.6.15_all.deb
  to main/b/blends/blends-dev_0.6.15_all.deb
blends-doc_0.6.15_all.deb
  to main/b/blends/blends-doc_0.6.15_all.deb
blends_0.6.15.dsc
  to main/b/blends/blends_0.6.15.dsc
blends_0.6.15.tar.gz
  to main/b/blends/blends_0.6.15.tar.gz
cdd-common_0.6.15_all.deb
  to main/b/blends/cdd-common_0.6.15_all.deb
cdd-dev_0.6.15_all.deb
  to main/b/blends/cdd-dev_0.6.15_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/e1pgfgi-8z...@franck.debian.org



Accepted foomatic-filters 4.0.5-6 (source amd64)

2010-11-11 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Nov 2010 10:09:43 +0100
Source: foomatic-filters
Binary: foomatic-filters
Architecture: source amd64
Version: 4.0.5-6
Distribution: unstable
Urgency: low
Maintainer: Debian Printing Group debian-print...@lists.debian.org
Changed-By: Didier Raboud did...@raboud.com
Description: 
 foomatic-filters - OpenPrinting printer support - filters
Changes: 
 foomatic-filters (4.0.5-6) unstable; urgency=low
 .
   [ Till Kamppeter ]
   * Added two patches to fix some segfaults in 4.0.5.
Checksums-Sha1: 
 4f26fe7550f1a5917502429e124f741e38f3d1f6 1364 foomatic-filters_4.0.5-6.dsc
 d3d8870216f3119605afdff0ecdb9f39de9c2970 48891 
foomatic-filters_4.0.5-6.debian.tar.gz
 4c24f61a215b4aee3743d7da00f5107dc51901b9 151312 
foomatic-filters_4.0.5-6_amd64.deb
Checksums-Sha256: 
 f27c542827f407ec9515c48f1ebc91f7aa4d5eb85c2bcfd2ac2c080370e9f061 1364 
foomatic-filters_4.0.5-6.dsc
 e0b97e03a580bf8e4aed2da879e4a965f9db99af63e74f4c00a7aadb3af82b59 48891 
foomatic-filters_4.0.5-6.debian.tar.gz
 2a856fed50e2ae7c0b4179bdb37e170a8f4c9172ce27f27de97afe47f084ac10 151312 
foomatic-filters_4.0.5-6_amd64.deb
Files: 
 16862a07c7f3e571cfeabc159e10569a 1364 text optional 
foomatic-filters_4.0.5-6.dsc
 36b52b8b71b5d564a3d220bbfa2fbc91 48891 text optional 
foomatic-filters_4.0.5-6.debian.tar.gz
 3f363c4be5dd8e1ee207b0e5134d2cd0 151312 text optional 
foomatic-filters_4.0.5-6_amd64.deb

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

iEYEARECAAYFAkzcbfcACgkQnXjXEYa8KlCOXQCgrd14g7Xs19SJReKL3Uj6entA
MVMAni9v+V+nxesWzWvwdlIO5rC5l9D3
=hwfJ
-END PGP SIGNATURE-


Accepted:
foomatic-filters_4.0.5-6.debian.tar.gz
  to main/f/foomatic-filters/foomatic-filters_4.0.5-6.debian.tar.gz
foomatic-filters_4.0.5-6.dsc
  to main/f/foomatic-filters/foomatic-filters_4.0.5-6.dsc
foomatic-filters_4.0.5-6_amd64.deb
  to main/f/foomatic-filters/foomatic-filters_4.0.5-6_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/e1pgfgq-bk...@franck.debian.org



Accepted goattracker 2.71-1 (source amd64)

2010-11-11 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 10 Nov 2010 14:26:15 +0100
Source: goattracker
Binary: goattracker
Architecture: source amd64
Version: 2.71-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Packages Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Gürkan Sengün gur...@phys.ethz.ch
Description: 
 goattracker - C64 music editor
Changes: 
 goattracker (2.71-1) unstable; urgency=low
 .
   * New upstream version.
   * Updated the Debian Multimedia contact, switched Maintainer/Upstream fields.
   * Bump standards version to 3.9.1.
   * Added debian/source/format file.
   * debian/copyright: Updated years.
Checksums-Sha1: 
 f7661219af0b3835bcea50fbe742b02d64b262e0 1150 goattracker_2.71-1.dsc
 49fb5adca0ae0db8ee25cd04bf1c8fcf6a8d14ce 839291 goattracker_2.71.orig.tar.gz
 6a7ef41442f8b1db837eb61b4f735ebce6336cc3 5251 goattracker_2.71-1.diff.gz
 76d5b0c30a59ffc373c20a1f5e105845cdf64daa 424738 goattracker_2.71-1_amd64.deb
Checksums-Sha256: 
 e0407bb2ecefda0472d6c1ce561265097af034d0205f3112b2c9825bd9275069 1150 
goattracker_2.71-1.dsc
 2cea21fe9ecb517b6c05081ed7d1ae4548ecf5769a98ec3e55bbb89f57904360 839291 
goattracker_2.71.orig.tar.gz
 1094615c04fba0e54b677c7d0b7fc012d7d05781dc8d6e6099508d250b69961f 5251 
goattracker_2.71-1.diff.gz
 458f79eb4ab9960ded91bdb01568ec3e24b5035502aa66960a79e4aa677d973a 424738 
goattracker_2.71-1_amd64.deb
Files: 
 fed313da2c9d6f2f672e6e2197fb19bb 1150 sound optional goattracker_2.71-1.dsc
 5be35fff6eb7e5c8bbe8f44ff6efbebb 839291 sound optional 
goattracker_2.71.orig.tar.gz
 d5b95827afb3f8b7284edf26ea558de6 5251 sound optional goattracker_2.71-1.diff.gz
 1d93ee133677ce96cf50b2efee0b006b 424738 sound optional 
goattracker_2.71-1_amd64.deb

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

iEYEARECAAYFAkzcbfcACgkQnXjXEYa8KlBNdQCfYj1yPWHs6gtY/Oakw1L30x5K
jywAoIRo2gOSItrxz00RN2yHwAfEEFAl
=zHgf
-END PGP SIGNATURE-


Accepted:
goattracker_2.71-1.diff.gz
  to main/g/goattracker/goattracker_2.71-1.diff.gz
goattracker_2.71-1.dsc
  to main/g/goattracker/goattracker_2.71-1.dsc
goattracker_2.71-1_amd64.deb
  to main/g/goattracker/goattracker_2.71-1_amd64.deb
goattracker_2.71.orig.tar.gz
  to main/g/goattracker/goattracker_2.71.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/e1pgfgx-ei...@franck.debian.org



  1   2   >