Re: distinguish between core and main?

2011-06-04 Thread Thijs Kinkhorst
On Sat, June 4, 2011 07:45, Harald Dunkel wrote:
 Having 3+ packages within a single main repository is
 pretty bulky. Would it be possible to distinguish between
 the core Debian and main somehow?

 I don't want to keep anybody out. I just would like to use
 the core packages of Debian release xyz (all the essential
 packages, for example) together with more up-to-date
 packages in testing (kernel  drivers, development tools,
 eye candy, games, etc).

I think package priorities may help you. Debian Policy describes what
types of packages to expect in each of these, and you may decide that for
your purposes you take required, required+important or
required+important+standard to be core Debian:
http://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities


Thijs


-- 
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/e2d706e63e854b3c34f2d5badfc024d4.squir...@wm.kinkhorst.nl



Re: [fedora-arm] Does anyone care about LSB on arm?

2011-06-04 Thread Jon Masters
On Wed, 2011-06-01 at 12:25 +0100, Luke Kenneth Casson Leighton wrote:

  sooo... although the situation *right now* is that nobody in the
 commercial world is the slightest bit interested in LSB because they
 all do custom builds of complete software stacks, it could be said
 that *if* the free software community just dropped ready-to-go LSB
 standards in front of their noses, they'd quite likely use it.

The reason we're discussing this is because a new architecture isn't
going to be supported in standards like LSB overnight. It might take
some time, and by that time, things may have changed with respect to the
adoption of ARM systems. But if we don't think ahead, we're forced to be
reactionary and try to do this (probably less effectively) later on.

Nobody will be forced to adopt LSB, but general purpose distributions
can benefit from having compatibility at the software level. Is this an
issue for deeply embedded platforms? Not so much. Is it bad that Android
rebuilds the Universe? It's their decision to make. I think we need to
distinguish between traditional embedded uses of ARM parts, which will
continue, and those of larger parts running general a purpose OS. I
don't expect to see Fedora running on my cellphone, but I do have it
running on a netbook quite nicely - the latter needs LSB more.

I'll leave the rest of the rhetoric alone :)

Jon.



-- 
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/1307165537.27070.835.ca...@constitution.bos.jonmasters.org



Re: distinguish between core and main?

2011-06-04 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/04/11 07:56, Paul Wise wrote:
 Sounds like you are looking for backports.debian.org?
 

Backports for Squeeze contains just about 400 package,
AFIACS.


Regards

Harri
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3p1pIACgkQUTlbRTxpHje1AwCdE1Wv9qw7wawoyZaUErkPrITg
wAMAoIaw5gbjlYsdUvFmrTkInqkwsTqs
=lS8N
-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/4de9d692.3000...@afaics.de



Re: distinguish between core and main?

2011-06-04 Thread Paul Wise
On Sat, Jun 4, 2011 at 2:54 PM, Harald Dunkel ha...@afaics.de wrote:

 Backports for Squeeze contains just about 400 package,
 AFIACS.

Yep, if you want more you should either build (and upload) them
yourself or talk to the maintainers of the ones you want and get them
to build and upload them.

Alternatively you might want to install from testing directly. Not
everything from testing is installable on stable, which is where
backports comes in.

If you install from testing directly you will need some apt pinning:

http://wiki.debian.org/AptPreferences

Set your /etc/apt/preferences to the below and cherry-pick packages
from testing (or squeeze-backports/unstable/experimental). You will
probably encounter dependency issues, conflicts and compatibility
bugs, but apt-get upgrade will where installed, upgrade packages
within testing. Switch to a backport to avoid those issues.

Package: *
Pin: release a=stable
Pin-Priority: 900

Package: *
Pin: release a=squeeze-backports
Pin-Priority: 850

Package: *
Pin: release a=testing
Pin-Priority: 800

Package: *
Pin: release a=unstable
Pin-Priority: 700

Package: *
Pin: release a=experimental
Pin-Priority: 600

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: distinguish between core and main?

2011-06-04 Thread Russ Allbery
Harald Dunkel ha...@afaics.de writes:

 I don't want to keep anybody out. I just would like to use the core
 packages of Debian release xyz (all the essential packages, for example)
 together with more up-to-date packages in testing (kernel  drivers,
 development tools, eye candy, games, etc).

Well, I'm afraid the short version is you can't.  All those up-to-date
packages depend on newer versions of the core packages than released with
stable, particularly newer versions of the libraries, other than those
that have been backported.  So by the time you install the up-to-date
packages in testing, you will have upgraded most of your core system
(particularly the bits that are most likely to have problems) to testing
anyway.

In other words, why not just use testing?  You're not gaining anything
from trying to keep only essential packages at stable.

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


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



Portability improvements with libbsd 0.3.0

2011-06-04 Thread Guillem Jover
Hi!

One of the main motivations when creating the libbsd library was to
ease porting source code with strong BSD origins by needing to patch
them less, and to reduce code duplication in other projects. So if
there are functions, macros or declarations commonly found on the BSDs
that your packages need, I'd gladly consider adding them in libbsd
upstream so that the patch delta in those packages can be reduced (bug
reports in Debian or upstream would be fine). The upstream project
can be found at http://libbsd.freedesktop.org.


With this particular release (0.3.0) there's now support to
transparently overlay the BSD portability layer on top of the system
one, so one needs to perform even less patching to the code. To do so
a new pkg-config libbsd-overlay file is available, which will give
the correct compilation flags. As in, for example:

  pkg-config --cflags libbsd-overlay

Code that previously had to do something like this, say, to get the
prototype for strlcpy(3):

  #include string.h
  #include bsd/string.h

Can now be just left alone as if it was on a BSD system:

  #include string.h


For existing packages using libbsd-dev (BCCed), several headers will
be removed in the upcoming 0.4.0 upstream release. To test that your
packages will keep building fine, you can temporarily define the
preprocessor macro LIBBSD_DISABLE_DEPRECATED, which will force the
build to fail, otherwise only warnings are emitted in some cases.

thanks,
guillem


-- 
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/20110604074118.ga16...@gaara.hadrons.org



Re: distinguish between core and main?

2011-06-04 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/04/11 09:05, Paul Wise wrote:
 Alternatively you might want to install from testing directly. Not
 everything from testing is installable on stable, which is where
 backports comes in.

Installing testing for the whole system is no option. The base
system (the core packages) should be provided by the most recent
release. I don't want to get an unbootable system.

 
 If you install from testing directly you will need some apt pinning:
 
 http://wiki.debian.org/AptPreferences
 
 Set your /etc/apt/preferences to the below and cherry-pick packages
 from testing (or squeeze-backports/unstable/experimental). You will
 probably encounter dependency issues, conflicts and compatibility
 bugs, but apt-get upgrade will where installed, upgrade packages
 within testing. Switch to a backport to avoid those issues.
 

This sounds like a lot of manual work. I can do that for my own desktop
PC, but not for all the desktops and servers in the office.

I would prefer if Debian distinguishes between core and main instead.
This means splitting the current main repository.

In the new system the main/testing packages should be _guaranteed_
to work together with the most recent core/stable packages. Of course
they should also work together with core/testing, as they do now.

Making this scheme work would imply more frequent releases for the core
packages, but I am sure this can be done. I would expect that we would
get 1000 core packages.

Hopefully its OK if I post my ideas here? Actually this is about release
management, not about development.


Regards

Harri
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3p6PYACgkQUTlbRTxpHjdidwCfYWqYYAQIL8oiGrxb+psVX8nf
2PwAnR15E6Juy3N0p/mtbYV8y34CLw98
=Kalf
-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/4de9e8fa.3060...@afaics.de



Re: distinguish between core and main?

2011-06-04 Thread Andrei POPESCU
On Sb, 04 iun 11, 10:12:42, Harald Dunkel wrote:
 
 I would prefer if Debian distinguishes between core and main instead.
 This means splitting the current main repository.
 
 In the new system the main/testing packages should be _guaranteed_
 to work together with the most recent core/stable packages. Of course
 they should also work together with core/testing, as they do now.
 
 Making this scheme work would imply more frequent releases for the core
 packages, but I am sure this can be done. I would expect that we would
 get 1000 core packages.
 
 Hopefully its OK if I post my ideas here? Actually this is about release
 management, not about development.

This is one of those recurrent discussions coming up on debian-devel. It 
is my impression (as a lurker) that most Debian Developers do not want 
to have second-class packages and it is a feature that all packages in 
main get (more or less) the same treatment regarding release and 
security support.

Maybe Ubuntu is a better fit for your needs?

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Bug#628953: O: mercurial-buildpackage -- Utillities for maintaining a deb package in Hg repository

2011-06-04 Thread Jens Peter Secher
On 2011-06-03 10:39, Andrew O. Shadoura wrote:
 Jens, I always wanted to ask, why doesn't it sign the .dsc/.changes
 files?

It does not sign the result because I believe that signing a package
should only happen after it has been tested, as a conscious decision.
YMMV :-)

Cheers,
/JP



signature.asc
Description: OpenPGP digital signature


Re: distinguish between core and main?

2011-06-04 Thread Neil Williams
On Sat, 04 Jun 2011 07:45:36 +0200
Harald Dunkel ha...@afaics.de wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi folks,
 
 Having 3+ packages within a single main repository is
 pretty bulky. Would it be possible to distinguish between
 the core Debian and main somehow?

The principle division mechanism is Priority: because there are Policy
requirements that Priority: divisions (with the exception of the less
than useful optional|extra division) take account of the dependencies
of the packages included.

Emdebian does use Section: to sub-divide what would otherwise all be
optional|extra but it requires quite a few altered overrides to keep the 
dependencies in line. That is done to cut down the size of the Packages file in 
main for embedded systems.

 I don't want to keep anybody out. I just would like to use
 the core packages of Debian release xyz (all the essential
 packages, for example) together with more up-to-date
 packages in testing (kernel  drivers, development tools,
 eye candy, games, etc).

Mixed systems are always awkward because that one system could well be
the only system with that precise mix of versions.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpaqDekL1CB7.pgp
Description: PGP signature


Re: distinguish between core and main?

2011-06-04 Thread Neil Williams
On Sat, 04 Jun 2011 10:12:42 +0200
Harald Dunkel ha...@afaics.de wrote:

 Installing testing for the whole system is no option. The base
 system (the core packages) should be provided by the most recent
 release. I don't want to get an unbootable system.

You are more likely to get a problematic system by MIXING versions than
you are by sticking just to stable or just to testing. Unbootable is
fairly unlikely (boot loader bugs aside).

The fewer people are running that precise mix of versions, the harder
it is for anyone to give assurances about how that system may perform.

 In the new system the main/testing packages should be _guaranteed_

NOTHING in Debian is guaranteed. Not even in a stable release is
it guaranteed that all packages will work together. Fairly likely, yes.
Our best effort to achieve as good as we can make it - definitely.
Guarantee? Impossible. Dreamland. Tell you what, you do all the testing
and maybe Debian might refund the cost of the software - oh wait

It all comes down to how many people test any one particular
combination of packages. Many eyes make all bugs shallow; many testers
make for higher probability of packages working together nicely. If
there are fewer eyes on one variant than on another then the more
popular variant will, in all probability, be less buggy - that's just
simple maths. Nothing is guaranteed. There is no warranty.

If you sincerely want the Debian system which has had the most testing
of all possible variants and which Debian can honestly describe as the
most likely candidate for a system where packages work together as
nicely as it is practical to achieve you MUST use stable and then keep
that up to date with the stable point releases and security updates.

Building stuff then takes place in chroots, e.g. using pbuilder, based
on whatever suite or mix you require.

Many, many software development companies use this approach for their
own GNU/Linux software development, whether proprietary or not.

 to work together with the most recent core/stable packages. Of course
 they should also work together with core/testing, as they do now.

Who is going to find the many thousands of testers who currently file
bugs against unstable and testing to make a stable release? Any split
would have to have at least as much testing for all possible
permutations, so you have just volunteered to coordinate testing
amongst a set of users as large and as varied as all of the current
Debian userbase for each possible permutation. Well done.

I look forward to seeing all popcon scores treble in the coming
weeks
 
 Making this scheme work would imply more frequent releases for the core
 packages, but I am sure this can be done. I would expect that we would
 get 1000 core packages.

No, it would require huge numbers of testers to use each possible
permutation as their daily use systems across all of the fields in
which Debian is currently used. If not, then the alternative can never
be as good as the current stable release and the whole exercise is
pointless.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpiCI24fa8fC.pgp
Description: PGP signature


Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-04 Thread Jonas Smedegaard
Hi fellow hackers,

I have noticed several times package changes like the following (from 
cairomm entering testing today):

  * debian/control:
- Drop build dependencies on doxygen and graphviz, since upstream 
  now ships the generated documentation


Feels wrong to me to redistribute when e.g. html files clearly are not 
the preferred form of editing for upstream.

I also avoid redistributing PDF files provided by upstream - and in some 
cases even strip it from redistributed source, as it is a binary thingy 
which potentially may contain non-free code.

On the other hand, I often include graphics files even if those also are 
binary and may potentially contain non-free code (although less likely).


Seems inconsistent to me.

Do we have some consensus on what is ok to redistribute as-is and what 
not?

Or can some of you enlighten me with your personal reasoning for your 
own packaging style?


Regards,

 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-04 Thread Gergely Nagy
Jonas Smedegaard d...@jones.dk writes:

 I have noticed several times package changes like the following (from 
 cairomm entering testing today):

   * debian/control:
 - Drop build dependencies on doxygen and graphviz, since upstream 
   now ships the generated documentation


 Feels wrong to me to redistribute when e.g. html files clearly are not 
 the preferred form of editing for upstream.

To me, that doesn't sound all that troubling: we do use other generated
files that upstream ships more often than not: configure, Makefile.ins -
and so on. Though, those are rarely shipped in the binary package, but
still: we do not build-depend on the tools that generate these.

Technically, upstream could do anything in those files, write them by
hand instead of generating from configure.ac, and include that in the
distributed tarball, potentially under a non-free license.

In any case: even if upstream shipts generated content, as long as the
source is shipped aswell, all is fine and well, in my opinion. The
_source_ needs to be in the preferred form of modification. If it
contains generated files aswell, that doesn't matter all that much: the
source is still there. You just don't have to use it, if the result
would be the same anyway.

 Or can some of you enlighten me with your personal reasoning for your 
 own packaging style?

My personal preference is to trust upstream to not be a moron, and if he
makes my job easier, cutting build-dependencies down, I'm all for it.

(Provided that said action does not cause unwanted side effects, like
the documentation being out of date, because upstream forgot to
regenerate them before distribution - but that falls under the upstream
to not be a moron above ;)

-- 
|8]


-- 
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/87ipslg5lg@luthien.mhp



Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-04 Thread Benjamin Drung
Am Samstag, den 04.06.2011, 14:10 +0200 schrieb Gergely Nagy:
 Jonas Smedegaard d...@jones.dk writes:
 
  I have noticed several times package changes like the following (from 
  cairomm entering testing today):
 
* debian/control:
  - Drop build dependencies on doxygen and graphviz, since upstream 
now ships the generated documentation
 
 
  Feels wrong to me to redistribute when e.g. html files clearly are not 
  the preferred form of editing for upstream.
 
 To me, that doesn't sound all that troubling: we do use other generated
 files that upstream ships more often than not: configure, Makefile.ins -
 and so on. Though, those are rarely shipped in the binary package, but
 still: we do not build-depend on the tools that generate these.
 
 Technically, upstream could do anything in those files, write them by
 hand instead of generating from configure.ac, and include that in the
 distributed tarball, potentially under a non-free license.
 
 In any case: even if upstream shipts generated content, as long as the
 source is shipped aswell, all is fine and well, in my opinion. The
 _source_ needs to be in the preferred form of modification. If it
 contains generated files aswell, that doesn't matter all that much: the
 source is still there. You just don't have to use it, if the result
 would be the same anyway.

It's better to build the pre-generated files from source in case you
need to modify the source. It's easier to just modify for example
configure.ac instead of modifying it and figuring out how to rebuild the
pre-generated files, especially when you do security fixes or stable
release updates.

-- 
Benjamin Drung
Debian  Ubuntu Developer


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


Re: distinguish between core and main?

2011-06-04 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/04/11 07:26, Andrei POPESCU wrote:
 
 This is one of those recurrent discussions coming up on debian-devel. It 
 is my impression (as a lurker) that most Debian Developers do not want 
 to have second-class packages and it is a feature that all packages in 
 main get (more or less) the same treatment regarding release and 
 security support.

We already have priorities in Debian packages, so this would be
no big difference.

Looking at security: In the suggested scheme it would be
easier to update an insecure package hosted in main. An
explicit backport from testing to stable wouldn't be necessary,
since the packages in main/testing are supposed to be backward
compatible to stable on binary level. Its 1 source package to
update, not 2.


Regards

Harri
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3qOWwACgkQUTlbRTxpHjfcvwCfd2XAZ0Ca3YPM9aGR4dCAA4co
wOsAn3TT/kY3ZVqq1ztN/8jA1/RCzZRa
=AJSB
-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/4dea396c.3070...@afaics.de



Bug#629205: RFP: yelp -- When I use the help function for some Gnome program I get an error

2011-06-04 Thread Mats Olofsson
Package: yelp
Severity: normal
X-Debbugs-CC: debian-devel@lists.debian.org

--- Please fill out the fields below. ---

   Package name: yelp
Version: 2.30.1+webkit-1 (stable)
Upstream Author: [NAME mats.olofs...@mbox321.swipnet.se]
License: [GPL, LGPL, BSD, MIT/X, etc.]
Description: [DESCRIPTION]

When I use the help function for some Gnome program I can see the first help 
page but if I click on an alternative in this page (for example ”Introduction”) 
I get an error, in this example for Gedit:

Could not load the page. 
The requested URI file 
:usr/share/gnome/help/gedit/sv/gedit.xml?gedit-intro is invalid. 

Traslated from swedish.
__

When I start gedit from terminal and open the help, I get the followimg errors:

(gnome-help:2980): Gtk-CRITICAL **: gtk_tool_button_new: assertion `icon_widget 
== NULL || GTK_IS_MISC (icon_widget)' failed

(gnome-help:2980): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(gnome-help:2980): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed

(gnome-help:2980): Gtk-CRITICAL **: gtk_toolbar_insert: assertion 
`GTK_IS_TOOL_ITEM (item)' failed

(gnome-help:2980): Gtk-CRITICAL **: gtk_tool_button_new: assertion `icon_widget 
== NULL || GTK_IS_MISC (icon_widget)' failed

(gnome-help:2980): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(gnome-help:2980): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed

(gnome-help:2980): Gtk-CRITICAL **: gtk_toolbar_insert: assertion 
`GTK_IS_TOOL_ITEM (item)' failed
Unmatched element: citerefentry
Unmatched element: refentrytitle
Unmatched element: citerefentry
Unmatched element: refentrytitle

I just clicked on the help and content option, nothing else.
__

When I try these commands in terminal I get these errors:


mats@debian:~$ yelp ghelp:user-guide?yelp-advanced-cmdline

(yelp:6188): Gtk-CRITICAL **: gtk_tool_button_new: assertion `icon_widget == 
NULL || GTK_IS_MISC (icon_widget)' failed

(yelp:6188): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(yelp:6188): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed

(yelp:6188): Gtk-CRITICAL **: gtk_toolbar_insert: assertion `GTK_IS_TOOL_ITEM 
(item)' failed

(yelp:6188): Gtk-CRITICAL **: gtk_tool_button_new: assertion `icon_widget == 
NULL || GTK_IS_MISC (icon_widget)' failed

(yelp:6188): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(yelp:6188): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed

(yelp:6188): Gtk-CRITICAL **: gtk_toolbar_insert: assertion `GTK_IS_TOOL_ITEM 
(item)' failed

___


mats@debian:~$ yelp info:make

(yelp:6176): Gtk-CRITICAL **: gtk_tool_button_new: assertion `icon_widget == 
NULL || GTK_IS_MISC (icon_widget)' failed

(yelp:6176): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(yelp:6176): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed

(yelp:6176): Gtk-CRITICAL **: gtk_toolbar_insert: assertion `GTK_IS_TOOL_ITEM 
(item)' failed

(yelp:6176): Gtk-CRITICAL **: gtk_tool_button_new: assertion `icon_widget == 
NULL || GTK_IS_MISC (icon_widget)' failed

(yelp:6176): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(yelp:6176): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 
`G_TYPE_CHECK_INSTANCE (instance)' failed

(yelp:6176): Gtk-CRITICAL **: gtk_toolbar_insert: assertion `GTK_IS_TOOL_ITEM 
(item)' failed

Hardware:
description: Computer
width: 64 bits
capabilities: vsyscall64 vsyscall32
  *-core
   description: Motherboard
   physical id: 0
 *-memory
  description: System memory
  physical id: 0
  size: 2011MiB
 *-cpu
  product: AMD Athlon(tm) 64 X2 Dual Core Processor 4800+
  vendor: Advanced Micro Devices [AMD]
  physical id: 2
  bus info: cpu@0
  size: 2500MHz
  capacity: 2500MHz
  width: 64 bits

Debian ver 6.1
Linux debian 2.6.32-5-amd64 #1 SMP Wed May 18 23:13:22 UTC 2011 x86_64
GNU/Linux

-- 
Yours faithfully,
Mats Olofsson

mats.olofs...@mbox321.swipnet.se
Furuvägen 4
147 33 Tumba
Sweden




-- 
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/1307193775.3220.22.camel@debian



Re: Portability improvements with libbsd 0.3.0

2011-06-04 Thread Thorsten Glaser
Guillem Jover dixit:

  pkg-config --cflags libbsd-overlay

pkg-config is a GNU abomination and not used by BSD projects.

For existing packages using libbsd-dev (BCCed), several headers will
be removed in the upcoming 0.4.0 upstream release. To test that your
packages will keep building fine, you can temporarily define the
preprocessor macro LIBBSD_DISABLE_DEPRECATED, which will force the
build to fail, otherwise only warnings are emitted in some cases.

Nice, that reduces the portability again… now we have to
add code to handle different versions of libbsd.

bye,
//mirabilos
-- 
If Harry Potter gets a splitting headache in his scar
when he’s near Tom Riddle (aka Voldemort),
does Tom get pain in the arse when Harry is near him?
-- me, wondering why it’s not Jerry Potter………


--
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/pine.bsm.4.64l.1106041423340.8...@herc.mirbsd.org



Re: distinguish between core and main?

2011-06-04 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Neil,

On 06/04/11 12:36, Neil Williams wrote:
 On Sat, 04 Jun 2011 10:12:42 +0200
 Harald Dunkel ha...@afaics.de wrote:
 
 Installing testing for the whole system is no option. The base
 system (the core packages) should be provided by the most recent
 release. I don't want to get an unbootable system.
 
 You are more likely to get a problematic system by MIXING versions than
 you are by sticking just to stable or just to testing. Unbootable is
 fairly unlikely (boot loader bugs aside).
 

About the package set dependencies:  The core package sets would be
self contained, i.e. they would not depend upon packages outside of
their own core set. The new main/testing repository would be meant
to work with both core/stable and core/testing.

Using some very rough numbers:
Instead of main repositories for stable and testing with 3
packages each we would have core repositories for stable and testing
with 1000 packages each, and a common non-core repository with 29000
packages, to be used together with both core/stable and core/testing.
That would be 6 packages vs 31000 packages.

Of course this means testing and fixing things for some packages.
Compatibility is a quality criteria.

 In the new system the main/testing packages should be _guaranteed_
 
 NOTHING in Debian is guaranteed. Not even in a stable release is
 it guaranteed that all packages will work together. Fairly likely, yes.
 Our best effort to achieve as good as we can make it - definitely.
 Guarantee? Impossible. Dreamland. Tell you what, you do all the testing
 and maybe Debian might refund the cost of the software - oh wait
 

Surely guaranteed was the wrong word. Please excuse this mistake.
I didn't mean to upset you.

 If you sincerely want the Debian system which has had the most testing
 of all possible variants and which Debian can honestly describe as the
 most likely candidate for a system where packages work together as
 nicely as it is practical to achieve you MUST use stable and then keep
 that up to date with the stable point releases and security updates.
 

The problem with this is Debian's long release cycle (+2 years, as it
seems). Its difficult to get help from upstream if the source code in
stable is 2 years old. Drbd, libvirt and other virtualization solutions,
third party software, etc. are examples. Not to mention hardware
dependencies. Not to mention that the users would like to use the most
shiny new eye candy system of their dreams, and yet assume to get a
stable XWindow server.

 Making this scheme work would imply more frequent releases for the core
 packages, but I am sure this can be done. I would expect that we would
 get 1000 core packages.
 
 No, it would require huge numbers of testers to use each possible
 permutation as their daily use systems across all of the fields in
 which Debian is currently used. If not, then the alternative can never
 be as good as the current stable release and the whole exercise is
 pointless.
 

Looking at today's testing and stable repositories with about 6 binary
packages per platform, and the suggested core/stable, core/testing and
main/testing repositories with about 31000 binary packages per platform,
how many permutations would you expect for each scheme?



Regards

Harri
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3qSi4ACgkQUTlbRTxpHjdsfACfblEVtn1XYthjGZrKgKp2F14l
17EAn2cFQxIdZ8yvzgWB6tOSP9PPr0oV
=xrGC
-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/4dea4a2e.5060...@afaics.de



Bug#629218: ITP: kamerka -- Take photos using your webcam and shiny animated QML interface

2011-06-04 Thread Sebastian Krzyszkowiak
Package: wnpp
Severity: wishlist
Owner: Sebastian Krzyszkowiak d...@dosowisko.net


* Package name: kamerka
  Version : 0.6
  Upstream Author : Sebastian Krzyszkowiak d...@dosowisko.net
* URL : http://github.com/dos1/kamerka
* License : GPLv2+
  Programming Lang: C++
  Description : Take photos using your webcam and shiny animated QML 
interface

Kamerka is an Qt4 app using KDE4 libraries. It uses Video4Linux to get image
from webcam and is able to save photos. Interface is based on QML and uses
it's possibilities to show easy to use animated UI.



-- 
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/20110604155358.6219.71242.reportbug@sowa



Re: distinguish between core and main?

2011-06-04 Thread brian m. carlson
On Sat, Jun 04, 2011 at 05:07:26PM +0200, Harald Dunkel wrote:
 About the package set dependencies:  The core package sets would be
 self contained, i.e. they would not depend upon packages outside of
 their own core set. The new main/testing repository would be meant
 to work with both core/stable and core/testing.

I don't think what you want is likely to happen; nevertheless, the
priorities system does mandate that packages of higher priority not
depend on packages of lower priority.  Depending on your needs, you
could choose packages of important or higher or those of standard or
higher as your core set (this is on sid):

  lakeview ok % aptitude -q search '~prequired|~pimportant' | wc -l
  123
  lakeview ok % aptitude -q search '~prequired|~pimportant|~pstandard' | wc -l
  249

Most of the important or higher packages are very stable and unlikely to
break things at all.  Neither Debian nor I guarantee this, though.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Re: distinguish between core and main?

2011-06-04 Thread Neil Williams
On Sat, 04 Jun 2011 17:07:26 +0200
Harald Dunkel ha...@afaics.de wrote:

 On 06/04/11 12:36, Neil Williams wrote:
  On Sat, 04 Jun 2011 10:12:42 +0200
  Harald Dunkel ha...@afaics.de wrote:
  
  Installing testing for the whole system is no option. The base
  system (the core packages) should be provided by the most recent
  release. I don't want to get an unbootable system.
  
  You are more likely to get a problematic system by MIXING versions than
  you are by sticking just to stable or just to testing. Unbootable is
  fairly unlikely (boot loader bugs aside).
  
 
 About the package set dependencies:  The core package sets would be
 self contained, 

They are not, currently. That's a large amount of work and I don't see
any volunteers for that.

 i.e. they would not depend upon packages outside of
 their own core set. The new main/testing repository would be meant
 to work with both core/stable and core/testing.

Tested by whom?

You want quality, that means real people testing real combinations on
real hardware whilst trying to get real work done, not some automated
dependency check. 

Packages only show the full range of bugs when there are enough users
to use each combination of options and methods.

 Using some very rough numbers:
 Instead of main repositories for stable and testing with 3
 packages each we would have core repositories for stable and testing
 with 1000 packages each, and a common non-core repository with 29000
 packages, to be used together with both core/stable and core/testing.
 That would be 6 packages vs 31000 packages.

It's not about package numbers, it is about people - people to test the
combination of packages.
 
 Of course this means testing and fixing things for some packages.
 Compatibility is a quality criteria.

Testing compatibility is the larger problem. Automated tests can only
go so far. Dependencies are one thing, bugs which arise because one
setup is using a version which has already been replaced in testing.

  If you sincerely want the Debian system which has had the most testing
  of all possible variants and which Debian can honestly describe as the
  most likely candidate for a system where packages work together as
  nicely as it is practical to achieve you MUST use stable and then keep
  that up to date with the stable point releases and security updates.
 
 The problem with this is Debian's long release cycle (+2 years, as it
 seems). Its difficult to get help from upstream if the source code in

Then use chroots, as explained in my first message but which you appear
to have ignored.

I do this every single working day. I run a number of boxes using
stable - each has pbuilder support for sid and most have pdebuild-cross
support for cross-building for armel based on stable or unstable.

The long release cycle arises from the very thing you appear to cherish
- the quality and stability of the stable release. It takes time and
people to generate quality. That's the entire problem - there are not
enough people to do that testing twice over.

Pushing an artificial division into that where only a tiny fraction of
users actually use that particular combination of packages undermines
the entire objective of using stable in the first place. Some people
choose to use mixed systems, there are not enough of those to assure
quality of such combinations.

That is why others here have recommended using testing in the first
place if you want to genuinely build packages on testing due to the
versions of the dependencies you need.

  Making this scheme work would imply more frequent releases for the core
  packages, but I am sure this can be done. I would expect that we would
  get 1000 core packages.
  
  No, it would require huge numbers of testers to use each possible
  permutation as their daily use systems across all of the fields in
  which Debian is currently used. If not, then the alternative can never
  be as good as the current stable release and the whole exercise is
  pointless.
 
 Looking at today's testing and stable repositories with about 6 binary
 packages per platform, and the suggested core/stable, core/testing and
 main/testing repositories with about 31000 binary packages per platform,
 how many permutations would you expect for each scheme?

Testers = people. There are as many permutations as there are testers -
or if you really want the figures, work out how many possible
permutations there are for installing 1,500 packages out of a total
selection of 31,000. Then find people to test each permutation on a
daily, regular usage basis - ensuring that each person fully tests
EVERY application in their particular set.

Completely unrealistic because we already have that for the current
single permutation - it's what gets into stable.

Even a single permutation DOUBLES the number of people running Debian.
I'm not against that, I just don't think it is realistic.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/




Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-04 Thread Bernhard R. Link
* Benjamin Drung bdr...@debian.org [110604 14:22]:
 It's better to build the pre-generated files from source in case you
 need to modify the source. It's easier to just modify for example
 configure.ac instead of modifying it and figuring out how to rebuild the
 pre-generated files, especially when you do security fixes or stable
 release updates.

Changing configure.ac does not really sound like a very minimal
change to me.

Bernhard R. Link


-- 
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/20110604172134.ga31...@pcpool00.mathematik.uni-freiburg.de



Re: Portability improvements with libbsd 0.3.0

2011-06-04 Thread Bernhard R. Link
* Thorsten Glaser t...@mirbsd.de [110604 16:51]:
 Guillem Jover dixit:
 
   pkg-config --cflags libbsd-overlay
 
 pkg-config is a GNU abomination and not used by BSD projects.

pkg-config is no GNU abomination, it'a a freedesktop thing.
If it was a GNU abomination it would at least have gotten
cflags vs cppflags right.

Bernhard R. Link


-- 
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/20110604172511.gb31...@pcpool00.mathematik.uni-freiburg.de



Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-04 Thread Russ Allbery
Bernhard R. Link brl...@debian.org writes:
 * Benjamin Drung bdr...@debian.org [110604 14:22]:

 It's better to build the pre-generated files from source in case you
 need to modify the source. It's easier to just modify for example
 configure.ac instead of modifying it and figuring out how to rebuild
 the pre-generated files, especially when you do security fixes or
 stable release updates.

 Changing configure.ac does not really sound like a very minimal
 change to me.

It often is, though.  For example, I've modified several configure.ac
files to just add a pattern for GNU Hurd to the pattern for Linux that
controls some behavior that also works on the Hurd.  It's about a seven
character change.

I still use the upstream's generated files most of the time because it's
less complex.  But I'm increasingly liking the idea of packaging an
upstream release tag from a Git repository instead, at which point it's
nice and clean to run the autotools during the build.  The only thing that
I still don't like about that is that it means the Debian packaging is
based on a generated tarball that doesn't have any direct relationship
with the tarball that upstream distributes.

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


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



Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-04 Thread Gergely Nagy
Benjamin Drung bdr...@debian.org writes:

 Am Samstag, den 04.06.2011, 14:10 +0200 schrieb Gergely Nagy:
 Jonas Smedegaard d...@jones.dk writes:
 
  I have noticed several times package changes like the following (from 
  cairomm entering testing today):
 
* debian/control:
  - Drop build dependencies on doxygen and graphviz, since upstream 
now ships the generated documentation
 
 
  Feels wrong to me to redistribute when e.g. html files clearly are not 
  the preferred form of editing for upstream.
 
 To me, that doesn't sound all that troubling: we do use other generated
 files that upstream ships more often than not: configure, Makefile.ins -
 and so on. Though, those are rarely shipped in the binary package, but
 still: we do not build-depend on the tools that generate these.
 
 Technically, upstream could do anything in those files, write them by
 hand instead of generating from configure.ac, and include that in the
 distributed tarball, potentially under a non-free license.
 
 In any case: even if upstream shipts generated content, as long as the
 source is shipped aswell, all is fine and well, in my opinion. The
 _source_ needs to be in the preferred form of modification. If it
 contains generated files aswell, that doesn't matter all that much: the
 source is still there. You just don't have to use it, if the result
 would be the same anyway.

 It's better to build the pre-generated files from source in case you
 need to modify the source. It's easier to just modify for example
 configure.ac instead of modifying it and figuring out how to rebuild the
 pre-generated files, especially when you do security fixes or stable
 release updates.

That, I agree with. However, if the upstream build system does not
rebuild what needs to be rebuilt when I modify the sources, I'd consider
that as a bug, and would make upstream fix it (or at least, try to make
him fix it).

As a maintainer, I kinda want to know the software's build system well
enough to be able to rebuild stuff if so need be, even if I did not do
that in the Debian package before.

As long as the sources are there, I have the ability to fix a bug
directly there. Having generated files there helps until I don't need to
regenerate them, thus, I don't see nothing wrong with using them.

Much like I don't see an issue with using the autotools generated stuff,
nor the graphics, that were exported from an xcf file, for example. I'm
not going to build-depend on gimp to be able rebuild graphics. The pngs
are fine with me. Corner case, yes, but the point remains.

-- 
|8]


-- 
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/87aadxfmoc@luthien.mhp



[ANNOUNCE] dh_splitpackage 0.2.2

2011-06-04 Thread Zygmunt Krynicki

Hello everyone.

I'd like to announce a new version of dh_splitpackage.

This version improves documentation to a point where it's rather easy to 
get started and use this helper while packaging. A new manual page has 
been created with tool description documentation of all the command line 
options, configuration file schema, pattern matching extensions and many 
examples.


Some additional changes to the actual script made it possible to build 
and work on Ubuntu Lucid 10.04 LTS. An Ubuntu PPA with this script is 
now available at [1]. In addition to this, a launchpad project has been 
registered to simplify development [2]. Finally the source tarball for 
the release has been uploaded to pypi [3].


(a copy of the initial announcement)

I wrote dh_splitpackage, a helper script that unambiguously splits the 
files of a binary package into multiple packages based on a 
configuration file.


The configuration file may point the primary package (the one that gets
leftover files by default) as well as any number of additional packages 
with any number of inclusion and exclusion patterns.


The new script can be called instead of dh_install (assuming all the 
files you are interested in are already in debian/tmp/) or afterwards.


The biggest advantage compared to existing tools is clear and
not-that-error-prone classification of files to packages. Any file that 
would be classified to more than one package (hitting patterns in both 
files) is clearly reported and prevents the package from building 
properly.  In addition running the script displays each file from 
debian/tmp and the package it was classified to.


Using this script could greatly simplify many packages that currently 
rely on numerous *.install files and custom dh_install overrides in 
debian/rules.


Best regards
Zygmunt Krynicki

[1]: https://launchpad.net/~zkrynicki/+archive/dh-splitpackage
[2]: http://launchpad.net/dh-splitpackage
[3]: http://pypi.python.org/pypi/dh_splitpackage/


--
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/4dea7d68.7040...@canonical.com



Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-04 Thread Jonas Smedegaard
On 11-06-04 at 11:29am, Russ Allbery wrote:
 Bernhard R. Link brl...@debian.org writes:
  * Benjamin Drung bdr...@debian.org [110604 14:22]:
 
  It's better to build the pre-generated files from source in case 
  you need to modify the source. It's easier to just modify for 
  example configure.ac instead of modifying it and figuring out how 
  to rebuild the pre-generated files, especially when you do security 
  fixes or stable release updates.
 
  Changing configure.ac does not really sound like a very minimal 
  change to me.
 
 It often is, though.  For example, I've modified several configure.ac 
 files to just add a pattern for GNU Hurd to the pattern for Linux that 
 controls some behavior that also works on the Hurd.  It's about a 
 seven character change.
 
 I still use the upstream's generated files most of the time because 
 it's less complex.  But I'm increasingly liking the idea of packaging 
 an upstream release tag from a Git repository instead, at which point 
 it's nice and clean to run the autotools during the build.  The only 
 thing that I still don't like about that is that it means the Debian 
 packaging is based on a generated tarball that doesn't have any direct 
 relationship with the tarball that upstream distributes.

Interesting.  I used to avoid that approach without reflecting much on 
why - just doing because early on in my life of Debian Maintainer I was 
taught it is bad to override upstream-provided autotools.  But you are 
right - it makes good sense to do sometimes.

What I do is use upstream provided tarballs, then put aside 
autotools-generated files, then autogenerate myself, and in the clean 
rule put back the upstream-provided files (because I want not only 
minimal required build routines idempotent but also building with 
git-buildpackage).

Putting aside and restoring is doable in only a few careful lines in the 
rules file.


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Re: [ANNOUNCE] dh_splitpackage 0.2.2

2011-06-04 Thread Benjamin Drung
Am Samstag, den 04.06.2011, 20:46 +0200 schrieb Zygmunt Krynicki:
 The new script can be called instead of dh_install (assuming all the 
 files you are interested in are already in debian/tmp/) or afterwards.

I looked at the man page of dh_splitpackage and compared it to
dh_install --fail-missing. I found three differences. Please let me
know if there were more.

1. dh_splitpackage complains if a file ends up in more than one binary
package. Having the same file in two binary package leads to a conflict
if you want to install both binary packages. IMO dh_install should do
this check too.

2. dh_splitpackage put files in the primary package if no other install
destination is specified. I would love to see a command line option for
dh_install that does the same. For example, I want to call dh_install
--put-everything-else-in=vlc-nox for the daily builds of vlc.

3. dh_splitpackage supports more pattern than dh_install. To name them:
** for matching all directories, [] to match as specific set of
characters. I could live without that, but ** would be nice sometimes.

I think that dh_install could be improved to support all three points
above.

The features of dh_splitpackage are great, but the configuration format
(JSON) seems to be too complex for this use case.

-- 
Benjamin Drung
Debian  Ubuntu Developer


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


Bug#629249: ITP: indicator-me -- indicator showing user information and status

2011-06-04 Thread Evgeni Golov
Package: wnpp
Severity: wishlist
Owner: The Ayatana Packagers pkg-ayatana-de...@lists.alioth.debian.org

* Package name: indicator-me
  Version : 0.2.19
  Upstream Author : Ted Gould t...@canonical.com
* URL : https://launchpad.net/indicator-me
* License : GPL-3
  Programming Lang: C
  Description : indicator showing user information and status

 This indicator is designed to be placed on the right side of a panel and
 give the user easy control for changing their instant message status.
 .
 It requires some way to be hosted into a panel.  For the GNOME Panel the
 appropriate package is indicator-applet-session.



-- 
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/20110604205201.28115.3419.reportbug@nana



Re: [ANNOUNCE] dh_splitpackage 0.2.2

2011-06-04 Thread Zygmunt Krynicki

W dniu 04.06.2011 21:59, Benjamin Drung pisze:

Am Samstag, den 04.06.2011, 20:46 +0200 schrieb Zygmunt Krynicki:

The new script can be called instead of dh_install (assuming all the
files you are interested in are already in debian/tmp/) or afterwards.


I looked at the man page of dh_splitpackage and compared it to
dh_install --fail-missing. I found three differences. Please let me
know if there were more.


There are two more differences:

1) dh_install is much more generic, dh_splitpackage cannot install files 
from source directory. Only from debian/tmp. This is by design to keep 
the same experience for developers and to focus the tool on only one thing.


2) dh_install reads multiple configuration files and is also used 
directly in custom deban/rules overrides. dh_splitpackage is usable in 
only one way, via a configuration file. The intent for this is the same 
as above, to simplify the developer experience. It also limits the 
number of configuration files that you need to create to one per source 
package.



1. dh_splitpackage complains if a file ends up in more than one binary
package. Having the same file in two binary package leads to a conflict
if you want to install both binary packages. IMO dh_install should do
this check too.

2. dh_splitpackage put files in the primary package if no other install
destination is specified. I would love to see a command line option for
dh_install that does the same. For example, I want to call dh_install
--put-everything-else-in=vlc-nox for the daily builds of vlc.


It only does this when explicitly requested by setting primary_package 
in the configuration file. By default it just silently ignores those 
files (silently as in not breaking the build, the build log indicates 
this when printing pathname classification).


I can see it would be sensible to warn the packager that primary_package 
was not specified and some pathnames were not classified. I'll add this 
to next release.



3. dh_splitpackage supports more pattern than dh_install. To name them:
** for matching all directories, [] to match as specific set of
characters. I could live without that, but ** would be nice sometimes.

I think that dh_install could be improved to support all three points
above.


I would like to see that as well. I asked debhelper maintainer to have a 
look at my helper and see what we can do.



The features of dh_splitpackage are great, but the configuration format
(JSON) seems to be too complex for this use case.


JSON was my initial attempt as I love it very much and is the best 
general-purpose tree-like format that is still very easy to work with. 
After looking at the examples I wrote I still like it but I see the 
problem it could pose to packagers.


I could augment/replace the JSON format with a simple ini-style format. 
Fortunately the configuration is very simple and could be mapped almost 
directly.


$ cat debian/splitpackage
# Global configuration goes first.
# Here you can set the primary package
primary_package=libfoo

# Hypothetical new option that warns the packager
# when files are left unclassified. Possible options:
# ignore, fail.
leftover_files=ignore

# Classifiers for libfoo-dev. Pick up all the header files,
# libtool files, and static libraries
[libfoo-dev]
include=**/*.h
include=**/*.la
include=**/*.a
# Just for demonstration, never pick any shared objects
exclude=**/*.so

[libfoo]
# Everything is automatically
# assigned by default thanks to
# primary_package in the global
# section.

Best regards
Zygmunt Krynicki


--
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/4dea9bf8.6070...@canonical.com



Re: Bug#629249: ITP: indicator-me -- indicator showing user information and status

2011-06-04 Thread Josselin Mouette
Le samedi 04 juin 2011 à 22:52 +0200, Evgeni Golov a écrit : 
 It requires some way to be hosted into a panel.  For the GNOME Panel the
  appropriate package is indicator-applet-session.

Has it been ported to the new GNOME Panel API? Because I don’t see
anything in experimental. If it’s not ported, it will go away as fast as
it’s being added.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


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


Re: Bug#629249: ITP: indicator-me -- indicator showing user information and status

2011-06-04 Thread Evgeni Golov
On 06/04/2011 11:02 PM, Josselin Mouette wrote:
 Le samedi 04 juin 2011 à 22:52 +0200, Evgeni Golov a écrit : 
 It requires some way to be hosted into a panel.  For the GNOME Panel the
  appropriate package is indicator-applet-session.
 
 Has it been ported to the new GNOME Panel API? Because I don’t see
 anything in experimental. If it’s not ported, it will go away as fast as
 it’s being added.

You mean libpanel-applet-4-dev? The version in Ubuntu seems to be.
Trying it right now.

Oh, and indicator-me is usable with xfce4-indicator-plugin too, so it
wont go away :P


-- 
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/4deaa009.90...@debian.org



Re: [Pkg-ayatana-devel] Bug#629249: ITP: indicator-me -- indicator showing user information and status

2011-06-04 Thread Evgeni Golov
On 06/04/2011 11:13 PM, Evgeni Golov wrote:
 On 06/04/2011 11:02 PM, Josselin Mouette wrote:
 Le samedi 04 juin 2011 à 22:52 +0200, Evgeni Golov a écrit : 
 It requires some way to be hosted into a panel.  For the GNOME Panel the
  appropriate package is indicator-applet-session.

 Has it been ported to the new GNOME Panel API? Because I don’t see
 anything in experimental. If it’s not ported, it will go away as fast as
 it’s being added.
 
 You mean libpanel-applet-4-dev? The version in Ubuntu seems to be.
 Trying it right now.

Gah, no, it's -3-dev over there.
Will poke upstream ASAP.


-- 
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/4deaa2af.7010...@die-welt.net



Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-04 Thread Tshepang Lekhonkhobe
On Sat, 2011-06-04 at 14:10 +0200, Gergely Nagy wrote:
 (Provided that said action does not cause unwanted side effects, like
 the documentation being out of date, because upstream forgot to
 regenerate them before distribution - but that falls under the upstream
 to not be a moron above ;)

I see this was some sort of joke, but did you have to call a volunteer
that made a mistake a moron? Did you have to repeat that negative label
twice?


-- 
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/130722.12430.3.camel@debian



Re: Bug#628042: perl: file creation in suid Perl script no longer works

2011-06-04 Thread Dominic Hargreaves
clone 628042 -1
reassign -1 release-notes
retitle -1 release-notes: document that suidperl is no longer available in 
wheezy
thanks

On Fri, May 27, 2011 at 03:04:49PM +0300, Niko Tyni wrote:
 On Fri, May 27, 2011 at 11:33:57AM +0100, Dominic Hargreaves wrote:
 
  Upstream removed suidperl support in 5.12. I think we should indeed
  have announced this better (although you will have seen the perl-suid
  package being removed). We don't seem to have a NEWS.Debian file in
  the perl package; I wonder if this would be a suitable place to put
  this information or whether it should eventually go somewhere like the
  release notes for wheezy.
 
 My initial feeling is that this is overkill. The perl package is installed
 on all Debian systems (well, 99.45% according to popcon), and I expect
 that only a very tiny minority cares about suid Perl scripts.
 
 If we could restrict this to only those who have perl-suid installed, it
 would be OK-ish IMO, but I can't see any way to achieve that except a
 transitional non-functional perl-suid package, which seems backwards.
 
 I think README.Debian and release notes may have to do. Maybe we should
 bring this up on debian-devel to get other opinions.

Yes, I agree that this only affects a small minority of users and
so we shouldn't have a noisy news item.

I've added a note to README.Debian and cloned this bug to release-notes,
and am CCing this to -devel for any other opinions.

Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)


-- 
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/20110604215316.gt29...@urchin.earth.li



Re: distinguish between core and main?

2011-06-04 Thread Tshepang Lekhonkhobe
On Sat, 2011-06-04 at 08:54 +0200, Harald Dunkel wrote:
 On 06/04/11 07:56, Paul Wise wrote:
  Sounds like you are looking for backports.debian.org?
  
 
 Backports for Squeeze contains just about 400 package,
 AFIACS.

Would this be good enough for you if there were thousands of packages
instead?


-- 
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/1307226818.12430.24.camel@debian



Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-04 Thread Steve Langasek
On Sat, Jun 04, 2011 at 11:54:00PM +0200, Tshepang Lekhonkhobe wrote:
 On Sat, 2011-06-04 at 14:10 +0200, Gergely Nagy wrote:
  (Provided that said action does not cause unwanted side effects, like
  the documentation being out of date, because upstream forgot to
  regenerate them before distribution - but that falls under the upstream
  to not be a moron above ;)

 I see this was some sort of joke, but did you have to call a volunteer
 that made a mistake a moron? Did you have to repeat that negative label
 twice?

Do you have to make a fuss on a public mailing list every time you don't
like the tone someone uses?  I find getting mired in meta discussions about
people's word choice much more damaging to the climate of our mailing lists
than the occasional rude remark.

/deliberate_irony

And I don't think there was anything inappropriate about Gergely's message,
either.  Referring to a *hypothetical* upstream as a moron is whimsical, not
offensive.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Rolling release prototype

2011-06-04 Thread Josselin Mouette
Hi,

I have prepared a quick and dirty implementation for my rolling release
proposal[1]. I don’t think there is any need to make it cleaner; once we
have convinced the FTP masters to include it in dak, the implementation
will be trivial anyway (dak only needs a packages/archs/versions list).

The APT lines you need are the following:
  deb http://your.favorite.mirror/ testing main contrib non-free
  deb http://rolling.debian.net/ rolling main contrib non-free
You will also need the temporary archive key[2].

The suite has been codenamed bob[3]. Thanks Martin Bagge for the idea.

Don’t rush! Currently the rolling archive is empty. The first task is to
fill it. Therefore I’m now looking for people who are running testing on
their machines. The idea is to find which major bugs and usability
issues happen in testing, and to prove that the rolling concept
effectively makes the machines usable without a need for manual
intervention. Another good start is probably the list of RC bugs that
are fixed in unstable but not in testing.

We’ll probably also need a mailing list. I’d like to have
debian-rolling@l.d.o, but I don’t know whether listmasters will accept
it until this is an official project.

Once we have a regular flow of updates, I’ll be looking for better
hosting for a large-scale experiment, which should hopefully be the last
step before inclusion in the official archive.

[1] http://lists.debian.org/1304511852.9090.85.camel@pi0307572
[2] http://rolling.debian.net/debian-rolling.key
[3] http://pixar.wikia.com/Roller_Bob 

-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


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


Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-04 Thread Tshepang Lekhonkhobe
On Sat, 2011-06-04 at 16:16 -0700, Steve Langasek wrote:
 On Sat, Jun 04, 2011 at 11:54:00PM +0200, Tshepang Lekhonkhobe wrote:
  On Sat, 2011-06-04 at 14:10 +0200, Gergely Nagy wrote:
   (Provided that said action does not cause unwanted side effects, like
   the documentation being out of date, because upstream forgot to
   regenerate them before distribution - but that falls under the upstream
   to not be a moron above ;)
 
  I see this was some sort of joke, but did you have to call a volunteer
  that made a mistake a moron? Did you have to repeat that negative label
  twice?
 
 Do you have to make a fuss on a public mailing list every time you don't
 like the tone someone uses?  I find getting mired in meta discussions about
 people's word choice much more damaging to the climate of our mailing lists
 than the occasional rude remark.
 
 /deliberate_irony

:)

 And I don't think there was anything inappropriate about Gergely's message,
 either.  Referring to a *hypothetical* upstream as a moron is whimsical, not
 offensive.

Perhaps I was being too sensitive there. Sorry for soiling this thread.


-- 
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/1307233699.15003.13.camel@debian



Re: Ok to use upstream doumentation as-is (i.e. not regenerate)?

2011-06-04 Thread Paul Wise
I'm leaning towards regenerating all mechanically generated files
(including autotools stuff). I think it helps us live up to our
promises (SC items 1-4, DFSG item 2).

As an example of what I mean; the game naev was proposed to be added
to Debian. Looking at the images I noted that some of them looked like
renderings of 3D models. It turns out upstream was storing
pre-rendered images in their git repository and the models etc in
another git repository. Even worse is that they haven't been generated
recently and now they cannot be generated any more because the blender
API has changed incompatibly.

I've read somewhere that some Debian users appreciate our dedication
to fixing FTBFS bugs since they reduce headaches when trying to modify
and rebuild our packages. If we don't rebuild from source we aren't
ensuring that our users have such essential freedoms as being able to
modify our source packages and have their modifications be represented
in the resulting binary packages.

It is important to ask questions when looking at the material
distributed by upstream, especially when it is not the usual stuff
free software developers are used to dealing with (programming
languages and executables). Finding out what the source code is can be
a hard problem, even for programs (cf #383465), some tips for finding
cases of non-program material with missing source code or non-free
bits:

Docs:

PDFs can embed fonts, which might be non-free.

Check the metadata, it might indicate how it was produced and that
there is something (TeX or Microsoft Word docs) missing.

Images:

3D model renderings might indicate some blender or other models are missing.

text in the image can indicate a font is missing or a non-free font
might have been used.

metadata indicating they were created in Inkscape or GIMP can mean
that an SVG or XCF file is missing. Similarly for any files mentioning
Adobe products.

Audio:

Ogg/Mp3 means the original audio isn't present or was thrown away.

metadata in these files might indicate that some non-free audio
programs or non-free audio samples were used to generate the audio.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Accepted libgd2 2.0.36~rc1~dfsg-5.1 (source i386)

2011-06-04 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 May 2011 07:51:27 +0200
Source: libgd2
Binary: libgd-tools libgd2-xpm-dev libgd2-noxpm-dev libgd2-xpm libgd2-noxpm
Architecture: source i386
Version: 2.0.36~rc1~dfsg-5.1
Distribution: unstable
Urgency: low
Maintainer: GD team pkg-gd-de...@lists.alioth.debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 libgd-tools - GD command line tools and example code
 libgd2-noxpm - GD Graphics Library version 2 (without XPM support)
 libgd2-noxpm-dev - GD Graphics Library version 2 (development version)
 libgd2-xpm - GD Graphics Library version 2
 libgd2-xpm-dev - GD Graphics Library version 2 (development version)
Closes: 619537 621612
Changes: 
 libgd2 (2.0.36~rc1~dfsg-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 Closes: #619537,#621612.
Checksums-Sha1: 
 e7cd66573cdff9540da4676048c0dcf78dce792c 1564 libgd2_2.0.36~rc1~dfsg-5.1.dsc
 36f4bf7798150041e64f1f046e59eab60c98e08e 26635 
libgd2_2.0.36~rc1~dfsg-5.1.debian.tar.gz
 392baf410e9570ac5ac9fdf88762d40e457ec899 169820 
libgd-tools_2.0.36~rc1~dfsg-5.1_i386.deb
 abe2bdcdc3f4c8fcda88a47c2cd02a9b8527d7b2 369262 
libgd2-xpm-dev_2.0.36~rc1~dfsg-5.1_i386.deb
 7ad2300b232ab84b897f050cf8ba640d8ec5753e 367352 
libgd2-noxpm-dev_2.0.36~rc1~dfsg-5.1_i386.deb
 a309fd33e8a4f82da6341985e195c2f5948b8284 231802 
libgd2-xpm_2.0.36~rc1~dfsg-5.1_i386.deb
 86f9c858ab06a10e07ff0b05f181c5238d4261bb 229978 
libgd2-noxpm_2.0.36~rc1~dfsg-5.1_i386.deb
Checksums-Sha256: 
 7fe3b012f754dd7e2f56381b7a52d2d5ee472d3b993126a9d9252fa3d7914018 1564 
libgd2_2.0.36~rc1~dfsg-5.1.dsc
 d7033301440b6035e425cd38abf713b7b8a2d55f164290c1808091871c5eadd7 26635 
libgd2_2.0.36~rc1~dfsg-5.1.debian.tar.gz
 a253534bc659eb638ac958b8de4cbf0b2abaa1c96cd855358bbcc569845a9d54 169820 
libgd-tools_2.0.36~rc1~dfsg-5.1_i386.deb
 0394e9fbf24dc3c6456849d3a85299083a14315cdeca1cc7b7a0d5a073b302ef 369262 
libgd2-xpm-dev_2.0.36~rc1~dfsg-5.1_i386.deb
 6002f753f64272ceeb03cfa647b4740d53d63281196a332cf71562d02548cc15 367352 
libgd2-noxpm-dev_2.0.36~rc1~dfsg-5.1_i386.deb
 ea58ffce4e4276b7db05a8a9a2030094761b5bb39613b88ef8e5bfbd17061852 231802 
libgd2-xpm_2.0.36~rc1~dfsg-5.1_i386.deb
 6da1f47f90eeb47062430a6c00728e9712689b3565c841654b66efb1ccae962f 229978 
libgd2-noxpm_2.0.36~rc1~dfsg-5.1_i386.deb
Files: 
 b6b141f3a329fa6715546a6f34c329dc 1564 graphics optional 
libgd2_2.0.36~rc1~dfsg-5.1.dsc
 ec163568ef3ad5b551c9c578a7534cde 26635 graphics optional 
libgd2_2.0.36~rc1~dfsg-5.1.debian.tar.gz
 1e288db84e50b5d0620d76c69f32dbc8 169820 graphics optional 
libgd-tools_2.0.36~rc1~dfsg-5.1_i386.deb
 bc3cf151a07aabfd8de486c6e9a72803 369262 libdevel optional 
libgd2-xpm-dev_2.0.36~rc1~dfsg-5.1_i386.deb
 c30788a33bae0ac0bbf89d3c2ff21d86 367352 libdevel optional 
libgd2-noxpm-dev_2.0.36~rc1~dfsg-5.1_i386.deb
 e519c3c975f7606af6c5f8a7944c7bc2 231802 libs optional 
libgd2-xpm_2.0.36~rc1~dfsg-5.1_i386.deb
 7dd0337e10b70dad08e1b5e929f1ad25 229978 libs optional 
libgd2-noxpm_2.0.36~rc1~dfsg-5.1_i386.deb

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

iEYEARECAAYFAk3jMfIACgkQ5UTeB5t8Mo21ygCgkkM2lH0Z026e0vXkSeP3lILA
qQcAn3AYIWDsN/cqdfCIvo8/cUPd9pRV
=Qfhh
-END PGP SIGNATURE-


Accepted:
libgd-tools_2.0.36~rc1~dfsg-5.1_i386.deb
  to main/libg/libgd2/libgd-tools_2.0.36~rc1~dfsg-5.1_i386.deb
libgd2-noxpm-dev_2.0.36~rc1~dfsg-5.1_i386.deb
  to main/libg/libgd2/libgd2-noxpm-dev_2.0.36~rc1~dfsg-5.1_i386.deb
libgd2-noxpm_2.0.36~rc1~dfsg-5.1_i386.deb
  to main/libg/libgd2/libgd2-noxpm_2.0.36~rc1~dfsg-5.1_i386.deb
libgd2-xpm-dev_2.0.36~rc1~dfsg-5.1_i386.deb
  to main/libg/libgd2/libgd2-xpm-dev_2.0.36~rc1~dfsg-5.1_i386.deb
libgd2-xpm_2.0.36~rc1~dfsg-5.1_i386.deb
  to main/libg/libgd2/libgd2-xpm_2.0.36~rc1~dfsg-5.1_i386.deb
libgd2_2.0.36~rc1~dfsg-5.1.debian.tar.gz
  to main/libg/libgd2/libgd2_2.0.36~rc1~dfsg-5.1.debian.tar.gz
libgd2_2.0.36~rc1~dfsg-5.1.dsc
  to main/libg/libgd2/libgd2_2.0.36~rc1~dfsg-5.1.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/e1qskpn-0004vx...@franck.debian.org



Accepted heartbeat 1:3.0.4-1.1 (source i386)

2011-06-04 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 May 2011 08:01:35 +0200
Source: heartbeat
Binary: heartbeat heartbeat-dev libheartbeat2 libheartbeat2-dev
Architecture: source i386
Version: 1:3.0.4-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian HA Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 heartbeat  - Subsystem for High-Availability Linux
 heartbeat-dev - Subsystem for High-Availability Linux - development files
 libheartbeat2 - Subsystem for High-Availability Linux (libraries)
 libheartbeat2-dev - Subsystem for High-Availability Linux (development files)
Closes: 619553
Changes: 
 heartbeat (1:3.0.4-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 Closes: #619553
Checksums-Sha1: 
 68f283e156f29226a8075d1fd90b2fe1e499932a 1952 heartbeat_3.0.4-1.1.dsc
 e564e1f4e4f37b4443fda8dfa61fae6c797ec22d 27472 
heartbeat_3.0.4-1.1.debian.tar.gz
 4e2176fe598e36aacf6c2f3f2828d34d216bad8c 404830 heartbeat_3.0.4-1.1_i386.deb
 f5e9d4980c726f6484f4ca8881853ab3a710c42d 1175622 
heartbeat-dev_3.0.4-1.1_i386.deb
 f4f33ffb4bbfedfcc36697e4acb65e386b0a7003 72202 libheartbeat2_3.0.4-1.1_i386.deb
 78db83a7fe593bf43836d8fcdc123e972d45b96c 95190 
libheartbeat2-dev_3.0.4-1.1_i386.deb
Checksums-Sha256: 
 8b1239064ccf1356d6b738867b1e82fab8446907164dfd059972ba365efedf4c 1952 
heartbeat_3.0.4-1.1.dsc
 997b00239948118a602aa52efeb184bb382baee9676d96142f8878766f07e09a 27472 
heartbeat_3.0.4-1.1.debian.tar.gz
 2f7cf9e654856ceb80e6d4c4b892ea2bdb429f5bcce82ea48759fd18c1bc38c0 404830 
heartbeat_3.0.4-1.1_i386.deb
 11ad34b9f673025dad7b91667463da85c53a4d0c7a6933c230ded727017e7330 1175622 
heartbeat-dev_3.0.4-1.1_i386.deb
 4061299593d75c9ad93b83b3d4cb1299ce1f08801115956b106d77663ece0966 72202 
libheartbeat2_3.0.4-1.1_i386.deb
 12ef2de38871e93d10a83e2ffbdb61f2ab67f253d579523bb5872a31ca202aa7 95190 
libheartbeat2-dev_3.0.4-1.1_i386.deb
Files: 
 c5bc5df752570cd77fb559d85d6e6c98 1952 admin optional heartbeat_3.0.4-1.1.dsc
 2a89b230a46c037881e53d8556c4691d 27472 admin optional 
heartbeat_3.0.4-1.1.debian.tar.gz
 0ea4d6d2da966ecfbd2420a9d90209c2 404830 admin optional 
heartbeat_3.0.4-1.1_i386.deb
 c78324eab4aeaf4b859b924855d95cf7 1175622 devel optional 
heartbeat-dev_3.0.4-1.1_i386.deb
 5290801f1b7767bf1124594a6f3b2499 72202 libs optional 
libheartbeat2_3.0.4-1.1_i386.deb
 e3701f08340e64d03e1ea843ced34472 95190 libdevel optional 
libheartbeat2-dev_3.0.4-1.1_i386.deb

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

iEYEARECAAYFAk3jNRYACgkQ5UTeB5t8Mo1CGgCfeAOOS2QNvYLaIUCEzoXzqpHV
r6sAoJ+K6ccLDyZI4NKDXexFV5qqkmMV
=kDRY
-END PGP SIGNATURE-


Accepted:
heartbeat-dev_3.0.4-1.1_i386.deb
  to main/h/heartbeat/heartbeat-dev_3.0.4-1.1_i386.deb
heartbeat_3.0.4-1.1.debian.tar.gz
  to main/h/heartbeat/heartbeat_3.0.4-1.1.debian.tar.gz
heartbeat_3.0.4-1.1.dsc
  to main/h/heartbeat/heartbeat_3.0.4-1.1.dsc
heartbeat_3.0.4-1.1_i386.deb
  to main/h/heartbeat/heartbeat_3.0.4-1.1_i386.deb
libheartbeat2-dev_3.0.4-1.1_i386.deb
  to main/h/heartbeat/libheartbeat2-dev_3.0.4-1.1_i386.deb
libheartbeat2_3.0.4-1.1_i386.deb
  to main/h/heartbeat/libheartbeat2_3.0.4-1.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/e1qskdd-0005hs...@franck.debian.org



Accepted aspell-gu 0.03-0-6 (source all)

2011-06-04 Thread Debian-IN Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 12:16:25 +0530
Source: aspell-gu
Binary: aspell-gu
Architecture: source all
Version: 0.03-0-6
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Description: 
 aspell-gu  - Gujarati (gu) dictionary for GNU aspell
Changes: 
 aspell-gu (0.03-0-6) unstable; urgency=low
 .
   [Kartik Mistry]
   * debian/control:
 + Updated Standards-Version to 3.9.2 (no changes needed)
 + Updated Build-Depends/Depends for dh7
   * debian/copyright:
 + Updated for latest DEP-5 format
   * debian/rules:
 + Simple rules file using dh7
Checksums-Sha1: 
 d1b11ad73d7dc7b2caf3ef41f8645fbe64df6b4d 1357 aspell-gu_0.03-0-6.dsc
 f1058ff1eca22dcd18d429c3b1575567a5746c7f 2697 aspell-gu_0.03-0-6.debian.tar.gz
 4efbfe8e517835d85498253a8be24f3e01457397 807574 aspell-gu_0.03-0-6_all.deb
Checksums-Sha256: 
 be17bdfaa900629541a85cf2ba474bb9bb06254068ba106fb7f2b2ff0f481847 1357 
aspell-gu_0.03-0-6.dsc
 d589bcbdb6d964da471973466a3f0c3e22a0adc90665836ee939e0e9ac912e7e 2697 
aspell-gu_0.03-0-6.debian.tar.gz
 05ae81796c7469d04e9d8a61e7c42150a269d8d2edd8402f3b5affa684e64b46 807574 
aspell-gu_0.03-0-6_all.deb
Files: 
 9db9ce12e19ca31418c1144e92fa1e8e 1357 text optional aspell-gu_0.03-0-6.dsc
 55bb66cd05c22cd139502ccbd45a830b 2697 text optional 
aspell-gu_0.03-0-6.debian.tar.gz
 11b895664d51d333d6efbaa5923f8214 807574 text optional 
aspell-gu_0.03-0-6_all.deb

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

iEYEARECAAYFAk3p1XUACgkQoRg/jtECjI0H+wCfc74o3uuQ5FH8PaoI4eCGsRRQ
YvUAnAijiljuzxoUjvjbSxExJHVxSbBb
=dije
-END PGP SIGNATURE-


Accepted:
aspell-gu_0.03-0-6.debian.tar.gz
  to main/a/aspell-gu/aspell-gu_0.03-0-6.debian.tar.gz
aspell-gu_0.03-0-6.dsc
  to main/a/aspell-gu/aspell-gu_0.03-0-6.dsc
aspell-gu_0.03-0-6_all.deb
  to main/a/aspell-gu/aspell-gu_0.03-0-6_all.deb


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



Accepted libytnef 1.5-3 (source amd64)

2011-06-04 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 10:03:07 +0200
Source: libytnef
Binary: libytnef0 libytnef0-dev
Architecture: source amd64
Version: 1.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libytnef0  - improved decoder for application/ms-tnef attachments
 libytnef0-dev - improved decoder for application/ms-tnef attachments
Closes: 622540
Changes: 
 libytnef (1.5-3) unstable; urgency=low
 .
   * QA upload.
   * Get rid of unneeded *.la files (Closes: #622540).
Checksums-Sha1: 
 8a1720f6af68efc35fbd9be794124cd75fde75f2 965 libytnef_1.5-3.dsc
 91506cc93e9e2a36ef58eb7e192551c23028ada3 416086 libytnef_1.5-3.diff.gz
 75fa26af48c060b3cb0f2798758375b581e035a4 21570 libytnef0_1.5-3_amd64.deb
 d2edf30cdbc2d71122726293085af32279aaa727 30966 libytnef0-dev_1.5-3_amd64.deb
Checksums-Sha256: 
 7603f96bf59492fa7cb0fe0d3371f787dc1d9f70062939d6f5a4c1b840037646 965 
libytnef_1.5-3.dsc
 b828a2150806e328b4bad49d729b50d65f87856c1a17f2166c1f2c99a1da560b 416086 
libytnef_1.5-3.diff.gz
 8c69a612e561d9bc17f271daf695ebe105d7db33f4b5094474cf6987adb01b49 21570 
libytnef0_1.5-3_amd64.deb
 2108a45d93f4d362e6996a4c15311688b182de12d9c1f4ce6db3f2ef9c885896 30966 
libytnef0-dev_1.5-3_amd64.deb
Files: 
 b9ead9d2877418791b60c08f8057b93d 965 utils extra libytnef_1.5-3.dsc
 901ab0d0f7906d2ff7f597104850248b 416086 utils extra libytnef_1.5-3.diff.gz
 f377220d0a1bbd8a4d9a48de22457897 21570 libs extra libytnef0_1.5-3_amd64.deb
 b5172bfd7e1f93cf9e8fb2c3ff68edc6 30966 libdevel extra 
libytnef0-dev_1.5-3_amd64.deb

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

iEYEARECAAYFAk3p57EACgkQRdSMfNz8P9CMJgCeLOBFEqh21nc8KYYmDXoW11jz
/B4An2bnaRczLPYyUZGCw73f0pJfHnli
=r622
-END PGP SIGNATURE-


Accepted:
libytnef0-dev_1.5-3_amd64.deb
  to main/liby/libytnef/libytnef0-dev_1.5-3_amd64.deb
libytnef0_1.5-3_amd64.deb
  to main/liby/libytnef/libytnef0_1.5-3_amd64.deb
libytnef_1.5-3.diff.gz
  to main/liby/libytnef/libytnef_1.5-3.diff.gz
libytnef_1.5-3.dsc
  to main/liby/libytnef/libytnef_1.5-3.dsc


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



Accepted help2man 1.40.2 (source amd64)

2011-06-04 Thread Brendan O'Dea
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jun 2011 08:04:45 +1000
Source: help2man
Binary: help2man
Architecture: source amd64
Version: 1.40.2
Distribution: unstable
Urgency: low
Maintainer: Brendan O'Dea b...@debian.org
Changed-By: Brendan O'Dea b...@debian.org
Description: 
 help2man   - Automatic manpage generator
Changes: 
 help2man (1.40.2) unstable; urgency=low
 .
   * Remove a superfluous period from texinfo doc.
   * Change footnote about supported languages to a simple paragraph.
   * Update Italian translation (thanks to Sergio Zanchetta).
   * Update Ukrainian translation (thanks to Yuri Chornoivan).
   * Update French translation (thanks to David Prévot).
   * Update Japanese translation (thanks to Yasumichi Akahoshi).
   * Update Russian translation (thanks to Yuri Kozlov).
   * Update Polish translation (thanks to Jakub Bogusz).
Checksums-Sha1: 
 f2f248c441fec7b101d8023263bb6e5e636424cb 880 help2man_1.40.2.dsc
 04784f32383390fecec5aa63c517732c2ce4751b 174568 help2man_1.40.2.tar.gz
 4d6f5ef875a839d59da9be036c8ec5599c83656e 89204 help2man_1.40.2_amd64.deb
Checksums-Sha256: 
 7be98d6ae74be14e55b7cc0dbb53cbc6640474b3e0b0a139ff5a9a3450a77ecd 880 
help2man_1.40.2.dsc
 198ff98215cb20c382d745b1be64c33e4c4f87d153dcd7227de750721436e5ad 174568 
help2man_1.40.2.tar.gz
 e2674088bc0d991f3a417784647f803b45f397010da5efb108fc0379a4155116 89204 
help2man_1.40.2_amd64.deb
Files: 
 b5c01199b9739488b0f1bea7334772a8 880 devel optional help2man_1.40.2.dsc
 cb480db3759bcb2e4dea1cdcc7e294e9 174568 devel optional help2man_1.40.2.tar.gz
 28d612923d5eddd52ebe62afe6e8d6ea 89204 devel optional help2man_1.40.2_amd64.deb

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

iEYEARECAAYFAk3p8HEACgkQ8NyOALKMWZXaNQCgpdP1z6+moB/6ADRbZHSTqqhT
2A4AoINxjCLo4j/g7cKyO0PIxZVYRAJF
=SMdq
-END PGP SIGNATURE-


Accepted:
help2man_1.40.2.dsc
  to main/h/help2man/help2man_1.40.2.dsc
help2man_1.40.2.tar.gz
  to main/h/help2man/help2man_1.40.2.tar.gz
help2man_1.40.2_amd64.deb
  to main/h/help2man/help2man_1.40.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/e1qsmke-00075l...@franck.debian.org



Accepted libproc-daemon-perl 0.14-1 (source all)

2011-06-04 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jun 2011 10:44:57 +0200
Source: libproc-daemon-perl
Binary: libproc-daemon-perl
Architecture: source all
Version: 0.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libproc-daemon-perl - module for running scripts as daemons
Changes: 
 libproc-daemon-perl (0.14-1) unstable; urgency=low
 .
   * New upstream release
   * Refresh pod.patch.
Checksums-Sha1: 
 cf334e8514b3149959c5c88d322a01cdf03fa2ed 2194 libproc-daemon-perl_0.14-1.dsc
 5cc5be86ede2152c93ec104aec2e430783fd5756 14464 
libproc-daemon-perl_0.14.orig.tar.gz
 bf741f0ed61902f320fd9216a5e53eb31a64bbd3 2902 
libproc-daemon-perl_0.14-1.debian.tar.gz
 9c7c52e3aed32f0301b52c0405948d05094285f8 23118 
libproc-daemon-perl_0.14-1_all.deb
Checksums-Sha256: 
 77f8eedd09a2abacae8acb016941456d637ded55b10021c14a4f45f709d907cc 2194 
libproc-daemon-perl_0.14-1.dsc
 8010d461a146b8c288a7b321e6e41e5b47b1774cae8cd7ee66cf2deca80b6f92 14464 
libproc-daemon-perl_0.14.orig.tar.gz
 d51491bfd93addb90727a6d93dde033c377489e54d13b36d4e932733797a8adf 2902 
libproc-daemon-perl_0.14-1.debian.tar.gz
 8aa7e625db9ad7869856a99ece613484bdc7d35813336f393b80fe3a7114f241 23118 
libproc-daemon-perl_0.14-1_all.deb
Files: 
 7cfd1ef3f1394b2ea00304d95c5dcf03 2194 perl optional 
libproc-daemon-perl_0.14-1.dsc
 43eeb25f58b03b472942c06bdb34b7d2 14464 perl optional 
libproc-daemon-perl_0.14.orig.tar.gz
 51221bb61d82415c7ee5a3ebe3d11492 2902 perl optional 
libproc-daemon-perl_0.14-1.debian.tar.gz
 0809fa4f16b0b77aa64803788d1fac72 23118 perl optional 
libproc-daemon-perl_0.14-1_all.deb

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

iQIcBAEBCAAGBQJN6fRXAAoJEHidbwV/2GP+KvUQALxBeMS+tOzZ1DrKeX/EhKZ8
OD4MEZ3BY3tC8llCXZSDrOv8aC9EGYY8rbXo749Dngf2dEcfBOJWeSQXR7DK0+Pp
oA9ZYCspYlERubhNfV9CaE2J7AoHU0sFHti6FhwgZsLyE71urE/48j0WA0EHz4PQ
CR5jrVfQzwECqGyLi7C0Iz0frugjqDE2R78nYNAa4KM9napTb3YGPsAjAmHWk22e
Mg0wnqwaRH3khKIdUW6zWQlgkBhc1ChPH9Z35fIOMa67XoLLRn8325mMQCRQlc8n
CbUbvNtONVjuBBW1Jr+dWZ/y8Cf7xlV728j6vO5RgTydcVZiYVRrNTruburnOBdb
NuwOyvbjwQoiGsS6OE+IlAjwi7wvsmomLTjeZIUD1h5A14J5ZwC2bdJBgGHz/r2G
IG4mwCmJqbwDHpDAn47HAudvjp/Z870tvNF7kosF1m0KK9ee2V0lL2faT+YPJjus
I+LJyvXn2kUVz7CN3bdQueg/EmsgifEfO4q/dLEBOJAYIkQD/aTik8oaylCxiQC1
Eu1hNW8fSoZSoqMSsv53arImBg0f43v8Hm4V4PAmrS/QhyXzzpgzx17Ksy+N64kA
jVvDCCsiXI8rReZL4Iw+2Vlyi/B2Btu0CLtmQWJjXtjBnnPY7Xb7Opd82s4LeyOb
WuJ/cM992vino7OkYvNp
=JQpS
-END PGP SIGNATURE-


Accepted:
libproc-daemon-perl_0.14-1.debian.tar.gz
  to main/libp/libproc-daemon-perl/libproc-daemon-perl_0.14-1.debian.tar.gz
libproc-daemon-perl_0.14-1.dsc
  to main/libp/libproc-daemon-perl/libproc-daemon-perl_0.14-1.dsc
libproc-daemon-perl_0.14-1_all.deb
  to main/libp/libproc-daemon-perl/libproc-daemon-perl_0.14-1_all.deb
libproc-daemon-perl_0.14.orig.tar.gz
  to main/libp/libproc-daemon-perl/libproc-daemon-perl_0.14.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/e1qsmzo-00089t...@franck.debian.org



Accepted web2py 1.96.2-1 (source all)

2011-06-04 Thread José L. Redrejo Rodríguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 11:28:42 +0200
Source: web2py
Binary: python-web2py python-gluon
Architecture: source all
Version: 1.96.2-1
Distribution: unstable
Urgency: low
Maintainer: José L. Redrejo Rodríguez jredr...@debian.org
Changed-By: José L. Redrejo Rodríguez jredr...@debian.org
Description: 
 python-gluon - High-level Python web development framework
 python-web2py - High-level Python web development framework
Changes: 
 web2py (1.96.2-1) unstable; urgency=low
 .
   * New upstream version
Checksums-Sha1: 
 af1f7edf6a2bca2f21421fc47bd4138c7d741c9e 1388 web2py_1.96.2-1.dsc
 82439bdb8ab4044d8a3fc21cb8c35e385b89e069 6341062 web2py_1.96.2.orig.tar.gz
 1ee8af9816b13f25257854623fb38f9de1d457ab 19498 web2py_1.96.2-1.debian.tar.gz
 42bff7ebe95775fd07a48cd486d1b98085244370 5278840 python-web2py_1.96.2-1_all.deb
 9cb284eab54047c87a9ed8f7785638aade8ee378 835170 python-gluon_1.96.2-1_all.deb
Checksums-Sha256: 
 d58195889d69b965ec66f7ac1bfd5ba01c7ae201937220b758b00b909f88271b 1388 
web2py_1.96.2-1.dsc
 bba29a4ea4e34f0a6f06ba86e48e23f36ceabfa6179fee762d49b09115d20355 6341062 
web2py_1.96.2.orig.tar.gz
 2f09ef12e64e5228542485056bc4eb601e5644521898cf0536a95e11e222efcd 19498 
web2py_1.96.2-1.debian.tar.gz
 14a8b43c9ea939fa48fa69fab5f77d19b70e79502682462b8be08d2edb8fb0c8 5278840 
python-web2py_1.96.2-1_all.deb
 ab5f5b1ddf28829c6f5ea610308d85065fcda8ef2e88283629021a26118e36c3 835170 
python-gluon_1.96.2-1_all.deb
Files: 
 74d9b6adb18601fb7382452cd745b7d4 1388 python optional web2py_1.96.2-1.dsc
 c2e4014e0b503a6bbaa3b1f303f85066 6341062 python optional 
web2py_1.96.2.orig.tar.gz
 da7b7c464bcff65ad3414ad819ccf8b6 19498 python optional 
web2py_1.96.2-1.debian.tar.gz
 a3ac2f7a87b9523920da7691d71ae4f8 5278840 python optional 
python-web2py_1.96.2-1_all.deb
 b8818b30dbff44fa0db8ba6ddbb8ba7f 835170 python optional 
python-gluon_1.96.2-1_all.deb

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

iEYEARECAAYFAk3p+6kACgkQmqVR2WapDeJllACgktuXRiWmz1/msy96AXkSaLqK
kCAAn1w+mtCrPyKGoAPaCdFXHLrQzNN+
=qETg
-END PGP SIGNATURE-


Accepted:
python-gluon_1.96.2-1_all.deb
  to main/w/web2py/python-gluon_1.96.2-1_all.deb
python-web2py_1.96.2-1_all.deb
  to main/w/web2py/python-web2py_1.96.2-1_all.deb
web2py_1.96.2-1.debian.tar.gz
  to main/w/web2py/web2py_1.96.2-1.debian.tar.gz
web2py_1.96.2-1.dsc
  to main/w/web2py/web2py_1.96.2-1.dsc
web2py_1.96.2.orig.tar.gz
  to main/w/web2py/web2py_1.96.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/e1qsnrz-00020u...@franck.debian.org



Accepted debian-zh-faq 1.12 (source all)

2011-06-04 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 17:46:24 +0800
Source: debian-zh-faq
Binary: debian-zh-faq-s debian-zh-faq-t
Architecture: source all
Version: 1.12
Distribution: unstable
Urgency: low
Maintainer: Debian Chinese Team chinese-develop...@lists.alioth.debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 debian-zh-faq-s - Debian Chinese FAQ (Chinese GB)
 debian-zh-faq-t - Debian Chinese FAQ (Chinese Big5)
Closes: 629011
Changes: 
 debian-zh-faq (1.12) unstable; urgency=low
 .
   * New maintainer. (Closes: #629011)
   * debian/control:
 - bump standards version to 3.9.2.
 - add Vcs-* fields.
 - update description.
   * debian/README.Debian.in: change encoding to UTF-8.
   * debian/rules: remove generated files.
Checksums-Sha1: 
 387d886ea16c66457ee56d3edf4f99075640345e 1166 debian-zh-faq_1.12.dsc
 0b09b4483f985ed2bb9a84abe8b297fbb01c1050 37917 debian-zh-faq_1.12.tar.gz
 43584235bcfe23b96c898187fb8d4b7b2141da70 919646 debian-zh-faq-s_1.12_all.deb
 4c6e623fcdd41548ee429219dfc41eadd2bb0163 975544 debian-zh-faq-t_1.12_all.deb
Checksums-Sha256: 
 2bafcb16046cd09d376fc2b8a157a3f41d47be1fce8bfcb69a4de5ef12acb2ed 1166 
debian-zh-faq_1.12.dsc
 4357e0ed13103b612503ee201aa6befea337225a75d162b8200702cc2d8010a0 37917 
debian-zh-faq_1.12.tar.gz
 ea82389f569beff8398690b3ca467e476d54c004adaaab86f1844cdf7f112155 919646 
debian-zh-faq-s_1.12_all.deb
 c5158bc5465d3e128cdd46ccc5868d7bb8e8ade26de4e5f87f7cd6dd5970885e 975544 
debian-zh-faq-t_1.12_all.deb
Files: 
 319585342b53edb105ff7826e439034a 1166 doc optional debian-zh-faq_1.12.dsc
 4320f6484b70c0db3d590d7bc7bcadcb 37917 doc optional debian-zh-faq_1.12.tar.gz
 3022a8f471720fe950720729cf63cb1c 919646 doc optional 
debian-zh-faq-s_1.12_all.deb
 1847f802b75d2c965cdfe875fbd2457a 975544 doc optional 
debian-zh-faq-t_1.12_all.deb

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

iEYEARECAAYFAk3qAQ8ACgkQ5TUK4GCH0vhBVwCggPfDKYgH8lzdlxuguwL+Wb5r
33sAnjMfwM8+lG6QX05h87oaFEsUOyqM
=1kUI
-END PGP SIGNATURE-


Accepted:
debian-zh-faq-s_1.12_all.deb
  to main/d/debian-zh-faq/debian-zh-faq-s_1.12_all.deb
debian-zh-faq-t_1.12_all.deb
  to main/d/debian-zh-faq/debian-zh-faq-t_1.12_all.deb
debian-zh-faq_1.12.dsc
  to main/d/debian-zh-faq/debian-zh-faq_1.12.dsc
debian-zh-faq_1.12.tar.gz
  to main/d/debian-zh-faq/debian-zh-faq_1.12.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/e1qsngg-0003cz...@franck.debian.org



Accepted dose3 2.9.4-2 (source amd64)

2011-06-04 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 10:39:54 +0200
Source: dose3
Binary: libdose3-ocaml-dev libdose3-ocaml dose3-distcheck dose3-builddebcheck 
ceve
Architecture: source amd64
Version: 2.9.4-2
Distribution: experimental
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 ceve   - Parses package dependencies as set of constraints
 dose3-builddebcheck - Checks whether build-dependencies can be satisfied
 dose3-distcheck - Checks whether dependencies of packages can be satisfied
 libdose3-ocaml - OCaml libraries for package dependencies (runtime files)
 libdose3-ocaml-dev - OCaml libraries for package dependencies (development 
files)
Closes: 627283
Changes: 
 dose3 (2.9.4-2) experimental; urgency=low
 .
   * Attempt to install algo.{a,o} only when they exist. This should fix
 compilation of the package on non-native architectures.
 (closes: #627283)
Checksums-Sha1: 
 da68e1feaadc1ec9dad6d8706ed0119065ddc6d0 1533 dose3_2.9.4-2.dsc
 fa70c6fd7c131b7bded1215bf04a5a74723b0f88 7342 dose3_2.9.4-2.debian.tar.gz
 4d5fdd2f79aa3c2813faab42e4d588b9b09a547e 715702 
libdose3-ocaml-dev_2.9.4-2_amd64.deb
 de7116cc8051c26c2ef5e4a461bf78d58d139837 7764 libdose3-ocaml_2.9.4-2_amd64.deb
 09e3b1442721b0db3a7889bade94317eafd03c8b 448938 
dose3-distcheck_2.9.4-2_amd64.deb
 1f1fc86ef6e77af7ee572fb9d56b2cc37de5a00d 447642 
dose3-builddebcheck_2.9.4-2_amd64.deb
 95157a2a67a4945c537e24e28f48c5e48487cdc8 619986 ceve_2.9.4-2_amd64.deb
Checksums-Sha256: 
 707cc9157f8f0e5f4f802138d42e1fdd74f848fc6de53e6f8e841e4bd1b8d693 1533 
dose3_2.9.4-2.dsc
 e92e8d7548af6d95fd2b049b4768cd8d80372fe61ff926058e8b01146bfe8cfe 7342 
dose3_2.9.4-2.debian.tar.gz
 202325ce7dfc455116397803e630e03a932dc1af22b31c65857ad954a1efc681 715702 
libdose3-ocaml-dev_2.9.4-2_amd64.deb
 6a5d58381b35672404c95ad2eb0002ea6c1d6fd065661b001c89042b027bd324 7764 
libdose3-ocaml_2.9.4-2_amd64.deb
 18186febb8b99fbc10ca6c0e51bc6ed917b097ce17fb154b26cc75afd833c80a 448938 
dose3-distcheck_2.9.4-2_amd64.deb
 8fb486d64dbaafc2c6d343564deae9f1706d70d3a78590dbf45dcbe3ebfd6736 447642 
dose3-builddebcheck_2.9.4-2_amd64.deb
 16622912da304b3decb9c3f00b1f1332db2a444ee974b89665463144a6323e38 619986 
ceve_2.9.4-2_amd64.deb
Files: 
 e9a2ff32623960c035b0abd9524db0f6 1533 ocaml extra dose3_2.9.4-2.dsc
 6d8b1e61a2f3e0f6944496afd0668893 7342 ocaml extra dose3_2.9.4-2.debian.tar.gz
 d9037f8c98a5ba1a84718ca2d3e4e1d6 715702 ocaml extra 
libdose3-ocaml-dev_2.9.4-2_amd64.deb
 3eb1dd1276b8e766f0f2a304fad08af5 7764 ocaml extra 
libdose3-ocaml_2.9.4-2_amd64.deb
 eea861ea70615f20e765569f2d9f9791 448938 devel extra 
dose3-distcheck_2.9.4-2_amd64.deb
 3e92cf5a2584d012eb6e24886a83c910 447642 devel extra 
dose3-builddebcheck_2.9.4-2_amd64.deb
 c47858f84b995118a17d0645acdc2f16 619986 devel extra ceve_2.9.4-2_amd64.deb

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

iEYEARECAAYFAk3qAe0ACgkQtzWmSeC6BMHigwCgrWKMQLSVHsUuyaveW8vxvqs/
ok8An0q7DjXTRtLdyeLK7VvjYLUwKHuo
=/r/m
-END PGP SIGNATURE-


Accepted:
ceve_2.9.4-2_amd64.deb
  to main/d/dose3/ceve_2.9.4-2_amd64.deb
dose3-builddebcheck_2.9.4-2_amd64.deb
  to main/d/dose3/dose3-builddebcheck_2.9.4-2_amd64.deb
dose3-distcheck_2.9.4-2_amd64.deb
  to main/d/dose3/dose3-distcheck_2.9.4-2_amd64.deb
dose3_2.9.4-2.debian.tar.gz
  to main/d/dose3/dose3_2.9.4-2.debian.tar.gz
dose3_2.9.4-2.dsc
  to main/d/dose3/dose3_2.9.4-2.dsc
libdose3-ocaml-dev_2.9.4-2_amd64.deb
  to main/d/dose3/libdose3-ocaml-dev_2.9.4-2_amd64.deb
libdose3-ocaml_2.9.4-2_amd64.deb
  to main/d/dose3/libdose3-ocaml_2.9.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/e1qsnuq-0004dm...@franck.debian.org



Accepted virtaal 0.7.0-1 (source all)

2011-06-04 Thread Omar Campagne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 03 Jun 2011 13:51:06 +0200
Source: virtaal
Binary: virtaal
Architecture: source all
Version: 0.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian l10n developers debian-l10n-de...@lists.alioth.debian.org
Changed-By: Omar Campagne ocampa...@gmail.com
Description: 
 virtaal- graphical localisation editor
Closes: 617142
Changes: 
 virtaal (0.7.0-1) unstable; urgency=low
 .
   [ Omar Campagne ]
   * New upstream version.
   * Added debian/patches/declare_packaged_version to avoid dependency
 checking on startup as well as the --profile function on packaged
 versions.
   * debian/virtaal.1: Delete --profile info from the manpage,
 now disabled.
 Change spelling dependency package recommendation from
 openoffice.org-common to libreoffice-common.
   * debian/rules: Create minimal dh-7 file.
   * debian/source/options: Added option to ignore MO files, hence
 allowing to build twice in a row.
   * debian/control: Bump translate-toolkit dependency to 1.9.0
   * debian/control: Bump Standards version to 3.9.2. No changes
   * Drop python-central for dh_python2. Closes: #617142
   * debian/control: Set maintainer to Debian l10n devel group,
 and add Christian Perrier, Nicolas François and myself as uploaders
   * debian/rules: Drop dh_clean -k for dh_prep
   * debian/virtaal.1: Recommend python-gtkspell in the manpage instead
 of python-gnome2-extras (now unavaliable)
 Delete --terminology option, doesn't exist
 Add and correct shortcuts according to new upstream
 version, add link to complete list of shortcuts
   * debian/patches/debian_openoffice_autocorr_files: Rename and update
 to libreoffice's path for autocorrection files
   * debian/patches: Refresh patches
 .
   [ Christian Perrier ]
   * Switch to 3.0 source format
Checksums-Sha1: 
 b1cf89ea492a33ed5a0f6cecb4aa26874dc5e562 2072 virtaal_0.7.0-1.dsc
 df4de05a82eb75d8e185ff2bef5372b9bef8f3b1 1568974 virtaal_0.7.0.orig.tar.bz2
 ed76c3b06eab1ab0aea8e2cac9998d5bde209142 7597 virtaal_0.7.0-1.debian.tar.gz
 c9e41d16c6322f17b01c7924a92b01037486ff2b 1029114 virtaal_0.7.0-1_all.deb
Checksums-Sha256: 
 e6ef548394475b859eb35e40c94ea4f4cd6a0eeeffcc677eba419a1861e5a39b 2072 
virtaal_0.7.0-1.dsc
 95d66af318e7e56ebfd161f4e9fe4280df0ed56481cb7cbd606ae2504224cb61 1568974 
virtaal_0.7.0.orig.tar.bz2
 39515ef5945d0afda45a19065d540d86cc56555117a30a5f5a81f1a33238a39e 7597 
virtaal_0.7.0-1.debian.tar.gz
 fec36c8bed326af7128863c7470a0319bad0913c99e1cc06075b2bf76f50c403 1029114 
virtaal_0.7.0-1_all.deb
Files: 
 48f7cca4793682981be69d1a3aa304f3 2072 devel optional virtaal_0.7.0-1.dsc
 f1da3f8677b1c70b30564c889fd62652 1568974 devel optional 
virtaal_0.7.0.orig.tar.bz2
 5624089df24b703a3ff23713cd590b06 7597 devel optional 
virtaal_0.7.0-1.debian.tar.gz
 cfa9d796ec0c30db23fe08799a84ab93 1029114 devel optional virtaal_0.7.0-1_all.deb

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

iQIVAwUBTeoDR4cvcCxNbiWoAQIWaw//Q7a0NqlX6GH7rrtRyEhIUZFsmOwgOd4k
foNTuAi1u6jGoDatemtVuDAnWqIl6+uWPxvXqOx17Y0Qa/wXObnIWDQH6fANIBKz
AfA6SeBjyMlUvSJ40pDKjWh4wd3SW4TCM30PMm7bIfwC+7nKxhKQE/mPcEfM8+9V
j0jpDTWjh1FDrJHHth1fnzfl6AJ/dSkSJuSgUG32Cpw3NOFNOxuVCx1jLLZIT8kN
NkiAbqwU6Y2Zs64cecbNG0XP+FTYGuReL3bMjS3vWpKnhVOTfEE2dK5nF/DmN8Dd
Xz6MW/I9LDKlVaZZBbjI/zf0LPJwFpWQNQPjk7b6Yivh9D/u3jspQaDX3+409Knw
Yv1VutSoHJuEryAagamIEh8xbGOaUrAlFy6cQaVTbCMmG/andxJZ1UT9j3h3tplE
1tFhAcaC9vZOKRpa9qsqSkOrhLdCUnvYrnXwk3lK3ta6O7NY84VfuSXPJ6J5iUAJ
CFTF4KGFFmBIS0gkijwnXuQFVvFLVDPmhZBOZHj6IvN4tv72zYFwYVqGK3cFsxJg
AJ/SK69/juyKIXCtFD4URB+MinEB4jneoGY2RIVg0JoTLGPd9Wbw4j+9ENlO8h9P
GZNUXc4vDOixN7y73PQRM8ZKGkWUzBp02tpSeiAHWXo4j4bAq3+JI1Al/ow+O0J9
keVacLDOesg=
=Ki+m
-END PGP SIGNATURE-


Accepted:
virtaal_0.7.0-1.debian.tar.gz
  to main/v/virtaal/virtaal_0.7.0-1.debian.tar.gz
virtaal_0.7.0-1.dsc
  to main/v/virtaal/virtaal_0.7.0-1.dsc
virtaal_0.7.0-1_all.deb
  to main/v/virtaal/virtaal_0.7.0-1_all.deb
virtaal_0.7.0.orig.tar.bz2
  to main/v/virtaal/virtaal_0.7.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/e1qsnvl-0004i6...@franck.debian.org



Accepted haskell-debian 3.55-1 (source all amd64)

2011-06-04 Thread Marco Túlio Gontijo e Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 03 Jun 2011 22:49:23 -0300
Source: haskell-debian
Binary: libghc-debian-dev libghc-debian-prof libghc-debian-doc 
haskell-debian-utils
Architecture: source all amd64
Version: 3.55-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Marco Túlio Gontijo e Silva mar...@debian.org
Description: 
 haskell-debian-utils - Various helpers to work with Debian packages
 libghc-debian-dev - Haskell library for working with the Debian package system
 libghc-debian-doc - Documentation for Debian package system library
 libghc-debian-prof - Profiling library for working with the Debian package 
system
Changes: 
 haskell-debian (3.55-1) unstable; urgency=low
 .
   * Use ghc instead of ghc6
   * control: Standards-Version: Bump, no changes needed.
   * control: haskell-debian-utils: Adds Recommends: apt-file.
   * New upstream version.
   * patches/dont-build-teste.patch: Update patch to new upstream
 version.
   * control: Update dependency on haxml to 1.20.*.
   * control: Depends on utf8-string.
Checksums-Sha1: 
 4e48402faa898c4944895499e77822e8a50c9704 2813 haskell-debian_3.55-1.dsc
 a9499f368aa3e3bc7012a42d8e06b483ebcd2418 64985 haskell-debian_3.55.orig.tar.gz
 7931c6d65084cc889a3362b084863a87fa66e236 5480 
haskell-debian_3.55-1.debian.tar.gz
 e214928874b394ff06d45468fb294d7c77e17dc1 186724 
libghc-debian-doc_3.55-1_all.deb
 227d93c538aad6d71d005cdba40be8b80384f4a0 927108 
libghc-debian-dev_3.55-1_amd64.deb
 54c7eee00dd5b05696ab20dabd2462156689ecc3 954748 
libghc-debian-prof_3.55-1_amd64.deb
 9a76ba355083b5bb42c6ce98acb21e82f1fc91de 4291196 
haskell-debian-utils_3.55-1_amd64.deb
Checksums-Sha256: 
 3df6cf662330b57f5d67cd53e5706935b8702cda5617d88b044d2028da94bbde 2813 
haskell-debian_3.55-1.dsc
 d1f1c7f2591bd85b6750f209a5f1c2b16bbc5dd5c660227be58d1143d9bb4109 64985 
haskell-debian_3.55.orig.tar.gz
 29cf7cbfecaf156a29786b3982f314150cff8add3dd36cff45760b8ea602fe0a 5480 
haskell-debian_3.55-1.debian.tar.gz
 d2ce268a8376a5ea335c7f1672323300c22a4980af688dbc5c6c9b114e59b565 186724 
libghc-debian-doc_3.55-1_all.deb
 e315d4461950fd89bdcdde9927fcd512f0e64f8e328769cecc8b5d07f7751ded 927108 
libghc-debian-dev_3.55-1_amd64.deb
 4b579b85a8498257eddc1e53f81e3c05ee0a4f8cc53bbc6d0ea9474d8ce6954a 954748 
libghc-debian-prof_3.55-1_amd64.deb
 e170085f08d23902474bdf9eb1b20091a9904b690f6adb1a3d1794e9e87543a7 4291196 
haskell-debian-utils_3.55-1_amd64.deb
Files: 
 b3eb051c0c9bdd5c5ea5ea124556e887 2813 haskell extra haskell-debian_3.55-1.dsc
 e99a6bda5d63c14f8255f0162d96abd8 64985 haskell extra 
haskell-debian_3.55.orig.tar.gz
 bbac3db03f40492580744a7fbabbbf35 5480 haskell extra 
haskell-debian_3.55-1.debian.tar.gz
 6f90d44571b51a8dc3d12328e1ea257d 186724 doc extra 
libghc-debian-doc_3.55-1_all.deb
 dbed4e7c7470a91d387090b8bcdd52c6 927108 haskell extra 
libghc-debian-dev_3.55-1_amd64.deb
 c8fc25d4586f5d32ae18979be41e69de 954748 haskell extra 
libghc-debian-prof_3.55-1_amd64.deb
 fecd7181dc03cd55a8c972b408627bf4 4291196 devel extra 
haskell-debian-utils_3.55-1_amd64.deb

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

iQIcBAEBCAAGBQJN6ZDkAAoJELmveeIey3rUI7QP/3Sgh8jXZTm2o2laCy7X3tFr
xZrfd2OIHSn3I9j/RJ3mqSvRczspr2QM2Zicrq49BaGS8nzDylKeuX0O7mTdgMT5
iS0Et4aJ9GInXOihim4kfiISOr3Cb1pYisZTSYaPnojOYSZlfqVfO0gz9yng+zjm
QZ2px2/cPFrH6u4VNP8eo1hD9EC2GrMibVx4/Kd0xZRyC2e/snbP00FBgrbQ3pbc
dNAGiQkIwgyUFtGFyWaGBkfq/W33+6qHcH8+C5oz+/GWXH2p3gXH0mIrz0ZcLj4b
La4bF75K+MF96RXXNOZQudTcNhRxh1RGzWNvsrvITmUhr5U1xl3TWxWyeZbvf67E
Fwz+KOuR9ae7Gbo45crPMmDUbBAqBy/WqMh1U15snd7iInQd0Jmy6zx7OyOYJ243
Pm45AdLOVZaGtyOH4bXTkP6L+TgeAlpqNCObNCgyP9q71B6UT/SXT1OLQuJ6yQ5/
VhrNCfovjqDyBg/ARTYuIFuituq//NlBQu8oeIjWLk2T5RME8yTtoGQLwmDDwcKT
6m9tF4W8T0rRboLZm0K0eEZvqi7LBcuxsM4b54LBntUakPNxUfKjxd+Xt+0R7eCB
fhL69VuRXke5Bw5xtUuD4xl6K2gB/XyTE4DzJb07U13CZhkbn0XoethntfXHh8rt
vbcqJNhbHGJQrCLXfgNK
=iLph
-END PGP SIGNATURE-


Accepted:
haskell-debian-utils_3.55-1_amd64.deb
  to main/h/haskell-debian/haskell-debian-utils_3.55-1_amd64.deb
haskell-debian_3.55-1.debian.tar.gz
  to main/h/haskell-debian/haskell-debian_3.55-1.debian.tar.gz
haskell-debian_3.55-1.dsc
  to main/h/haskell-debian/haskell-debian_3.55-1.dsc
haskell-debian_3.55.orig.tar.gz
  to main/h/haskell-debian/haskell-debian_3.55.orig.tar.gz
libghc-debian-dev_3.55-1_amd64.deb
  to main/h/haskell-debian/libghc-debian-dev_3.55-1_amd64.deb
libghc-debian-doc_3.55-1_all.deb
  to main/h/haskell-debian/libghc-debian-doc_3.55-1_all.deb
libghc-debian-prof_3.55-1_amd64.deb
  to main/h/haskell-debian/libghc-debian-prof_3.55-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/e1qso9l-0006jv...@franck.debian.org



Accepted maradns 1.4.06-2 (source amd64)

2011-06-04 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Jun 2011 18:33:40 +0100
Source: maradns
Binary: maradns duende
Architecture: source amd64
Version: 1.4.06-2
Distribution: unstable
Urgency: low
Maintainer: Nicholas Bamber nicho...@periapt.co.uk
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 duende - experimental maradns logging daemonizer
 maradns- simple security-focused Domain Name Service server
Closes: 459339 551359 589117
Changes: 
 maradns (1.4.06-2) unstable; urgency=low
 .
   * Remove second copy of bind2csv
   * Added debian/clean file
   * Updated TODO.Debian
   * Raised standards version to 3.9.2 - no changes
   * Added insserv config fragment to document that maradns provides
 $named (Closes: #551359)
   * Added '--no-create-home' option to adduser so that fresh install
 does not warn about ownership of the home directory mismatching
   * Removed pid clean up code from postinst/postrm as it should be unneeded
   * Added duende to a new package
   * Patch documentation to reflect name change for bind2csv2 utility
   * Rewrote init scripts to be more robust and use LSB
 - logger processes are now separate daemons
 - logger and maradns now have wrapper scripts redirecting IO through a
   named pipe
 - All pid and named pipe files are now in /var/run/maradns/
 - Status action now supported
 - Upgrades now work smoothly (Closes: #459339)
 - Added comment about origins of multiple server logic to init script
 - As a consequence of being explcitly started by start-stop-daemon,
   logger now has / as its working directory (Closes: 589117)
Checksums-Sha1: 
 069f724b8a48854174ef2929ba2b8b7a8168f477 1274 maradns_1.4.06-2.dsc
 601a80a184210cbcc0a2ab04734ee5bd367db3e0 27943 maradns_1.4.06-2.debian.tar.gz
 01a46ef9bda6ceb33e59fb67cdb10cf06305c640 601020 maradns_1.4.06-2_amd64.deb
 18cfa4f192c10a8ab3d6f1eb5777d7ce0b6ad87e 63882 duende_1.4.06-2_amd64.deb
Checksums-Sha256: 
 8208c5c9d90eb523132feb77a11a8f136c5eea074052afac8a9d12fa2ceda86a 1274 
maradns_1.4.06-2.dsc
 5167336372ee6d2e033755c4ca487288ac25436f6f553aaf2073adff59584468 27943 
maradns_1.4.06-2.debian.tar.gz
 e4ae942337ae22c96c97b755a7b08ba5015084e7afb8127b7fb5ba067c8929c3 601020 
maradns_1.4.06-2_amd64.deb
 188951a8a0619fadf4cd51a59f710de4e2d56baf780f2334a5e9ea77bbc53398 63882 
duende_1.4.06-2_amd64.deb
Files: 
 d10c97fef45abdf4383fb37ff84e083d 1274 net extra maradns_1.4.06-2.dsc
 e3f7ee578d3c9621995b3d0f938073c0 27943 net extra maradns_1.4.06-2.debian.tar.gz
 83c94a6806f74713d42c0387ca940e42 601020 net extra maradns_1.4.06-2_amd64.deb
 4c226d974e0217f25ae0ea88efadf2cf 63882 net extra duende_1.4.06-2_amd64.deb

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

iJwEAQECAAYFAk3pcbsACgkQTiiN/0Um85nJRwP/aJ3XT5qQ50VwGhqQzSgBSvRI
JoOlMuiPC/qUnbi/uuMxjItkTNSl7UMRbz1lzyHC6NvBJ6uyVl+IEc6nhOMlBIAw
zcYcGQ1Eh0ebayEE/sRqLz/b5n15Ocg0fjmlq5zSTvxYW20Pk7sT81fPDE21QzbZ
/kmYx+PX7wb3yfNrlg0=
=hIpN
-END PGP SIGNATURE-


Accepted:
duende_1.4.06-2_amd64.deb
  to main/m/maradns/duende_1.4.06-2_amd64.deb
maradns_1.4.06-2.debian.tar.gz
  to main/m/maradns/maradns_1.4.06-2.debian.tar.gz
maradns_1.4.06-2.dsc
  to main/m/maradns/maradns_1.4.06-2.dsc
maradns_1.4.06-2_amd64.deb
  to main/m/maradns/maradns_1.4.06-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/e1qso9r-0006um...@franck.debian.org



Accepted aspell-kn 0.01-2-1 (source all)

2011-06-04 Thread Vasudev Kamath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jun 2011 22:22:16 +0530
Source: aspell-kn
Binary: aspell-kn
Architecture: source all
Version: 0.01-2-1
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Vasudev Kamath kamathvasu...@gmail.com
Description: 
 aspell-kn  - Kannada (kn) dictionary for GNU aspell
Closes: 625467
Changes: 
 aspell-kn (0.01-2-1) unstable; urgency=low
 .
   * Initial release (Closes: #625467)
Checksums-Sha1: 
 f49e3a2f236572bf9b3e8ebb4368741cc0354bdc 1327 aspell-kn_0.01-2-1.dsc
 d626b8dcef859c7619d98b87c6ad49dffcc07116 157826 aspell-kn_0.01-2.orig.tar.bz2
 283bd1ef051dcc63ff3a990febeb56ce9aeaa735 1883 aspell-kn_0.01-2-1.debian.tar.gz
 b936fdc1db03b7a2563179095085141805778a1f 706886 aspell-kn_0.01-2-1_all.deb
Checksums-Sha256: 
 a5fceba40efbc0bb05f410265a2a41d19e617a25ddc468cada9138f96dd36652 1327 
aspell-kn_0.01-2-1.dsc
 d7f7d960bcf3415f363298348fdbc0359efa847ca19d26fa2b58fa81dce6ca5c 157826 
aspell-kn_0.01-2.orig.tar.bz2
 45c8c3c976f13648f55badba60667e4e81be42341395a24fabdb82b95dad80ea 1883 
aspell-kn_0.01-2-1.debian.tar.gz
 8c1789da0d8df55e2646ee87b1f3f645bbda633651020e34034b9a9db0f43e50 706886 
aspell-kn_0.01-2-1_all.deb
Files: 
 bcfcd403a2f22f87cba7a48754c544d4 1327 text optional aspell-kn_0.01-2-1.dsc
 6a38a7d856be9a2f54511e71c55dcc5d 157826 text optional 
aspell-kn_0.01-2.orig.tar.bz2
 c99852e6b40b2b724829fc038d329082 1883 text optional 
aspell-kn_0.01-2-1.debian.tar.gz
 0e8f9989feb7330bbe747de2a1607817 706886 text optional 
aspell-kn_0.01-2-1_all.deb

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

iEYEARECAAYFAk3pHucACgkQoRg/jtECjI1DqwCeLBPr+1e+JN2Bo4+30BWvEJbW
cHEAoKn1BcLqCdGOdBkKPPypYLmQRH1b
=NJf8
-END PGP SIGNATURE-


Accepted:
aspell-kn_0.01-2-1.debian.tar.gz
  to main/a/aspell-kn/aspell-kn_0.01-2-1.debian.tar.gz
aspell-kn_0.01-2-1.dsc
  to main/a/aspell-kn/aspell-kn_0.01-2-1.dsc
aspell-kn_0.01-2-1_all.deb
  to main/a/aspell-kn/aspell-kn_0.01-2-1_all.deb
aspell-kn_0.01-2.orig.tar.bz2
  to main/a/aspell-kn/aspell-kn_0.01-2.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/e1qsonn-0007uu...@franck.debian.org



Accepted haskell-asn1-data 0.5.0-1 (source all amd64)

2011-06-04 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 02 Jun 2011 10:37:55 -0400
Source: haskell-asn1-data
Binary: libghc-asn1-data-dev libghc-asn1-data-prof libghc-asn1-data-doc
Architecture: source all amd64
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-asn1-data-dev - ASN1 data reader/writer in RAW, BER, DER and CER forms
 libghc-asn1-data-doc - ASN1 data reader/writer in RAW, BER, DER, CER forms; 
documentatio
 libghc-asn1-data-prof - ASN1 data reader/writer in RAW, BER, DER, CER forms; 
profiling li
Changes: 
 haskell-asn1-data (0.5.0-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 25a4b44249a223d99270719080db98cd22797c09 2462 haskell-asn1-data_0.5.0-1.dsc
 0dff247c29ab8d19886e900c5cb8325aa543510c 15306 
haskell-asn1-data_0.5.0.orig.tar.gz
 a96ed4f8a1eb4802d6452768447fd51a871a3bb6 2301 
haskell-asn1-data_0.5.0-1.debian.tar.gz
 8cbf0ddd9cc9d5949c89a0dc2929e2fb552e5dce 69640 
libghc-asn1-data-doc_0.5.0-1_all.deb
 9b6388a790aa15859d8e7d2aba7fb826cecbf4c7 380840 
libghc-asn1-data-dev_0.5.0-1_amd64.deb
 805c55b93ca66e4e62bc555189265ced9dfc9972 407212 
libghc-asn1-data-prof_0.5.0-1_amd64.deb
Checksums-Sha256: 
 b3c5cd3568c5deef0b2f4f181e4f2216f7c18003e6a97082b53794731cbce4a0 2462 
haskell-asn1-data_0.5.0-1.dsc
 99a72a6be99fb38367d66dea36ab7acd9fe2b044bba2e63299a6547258d47d63 15306 
haskell-asn1-data_0.5.0.orig.tar.gz
 811557d9010c20889593e74d5941094423fdbe97b0ab650527fc54e01a0f8629 2301 
haskell-asn1-data_0.5.0-1.debian.tar.gz
 6f5855611739f2d3a29d9643257d98f94c847fcd7da0205691bb04be88c71656 69640 
libghc-asn1-data-doc_0.5.0-1_all.deb
 3f84581bbcfbcf49380bcb2f4d58ee0a1858e0300e83449926595bc69c7b 380840 
libghc-asn1-data-dev_0.5.0-1_amd64.deb
 a0e0b87fc765848b63bc476f8de1b9b62ce6d060d9c08a9abcc6c7c12479ce1f 407212 
libghc-asn1-data-prof_0.5.0-1_amd64.deb
Files: 
 66caa146a710b52c1badf7b01ef34c3d 2462 haskell extra 
haskell-asn1-data_0.5.0-1.dsc
 9ead7903d30f3ca123e39d2daf5d7e3f 15306 haskell extra 
haskell-asn1-data_0.5.0.orig.tar.gz
 ac1a5188d060ac05bcbc052956ee94ea 2301 haskell extra 
haskell-asn1-data_0.5.0-1.debian.tar.gz
 dab48eb015b744d95a39e13fcaf47b07 69640 doc extra 
libghc-asn1-data-doc_0.5.0-1_all.deb
 a746fcdb5586050265be8e346fc812a7 380840 haskell extra 
libghc-asn1-data-dev_0.5.0-1_amd64.deb
 280d43890dfd7b843e8166f76644144e 407212 haskell extra 
libghc-asn1-data-prof_0.5.0-1_amd64.deb

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

iQIcBAEBCgAGBQJN6ahcAAoJEFWSMx4ZnTioZ8QP/0W0s67n6W4uN9pLHcL719V6
u+Ek5GDtn02IcMxBsaFmmCBFjchbfv5ENv/Re4hhMb9APUtAR+4hxOIFjnMi0WQz
ooIqhaX0Y7wCv9KqKKEE8ii3IYuW2kVrHXlk4K6pFjDM7dSAGkR/zx2XREup/UxX
AqsqNe6t9T9iWUKIugE1uk5tIVZkkh7DiAz8YldZsixG+FrjZx8QQmFiwufYVeOI
E5urX/cMLU2rFYPXRiOrgKnfotgCV/0nVLTq3O1spdEkJA74kEi2PujnLXQuqVg5
injYjVuIye2W6U6tMi6frcGjkPDMpJJns1HBeYfz3APYzZgKHMVYO6DlpV78NUoJ
cR2pP4wMdoZpCMhnjl2uDJ2jOy/Crb1i/uO6IuKDtkzrcAhUD20Gksy/cilto/0r
Am4lOqvkwVPitrAoV5S+njH+/6SMNgNHjmyI+DfT4xKb84Eb2zRvDaZAKubre4Eq
7aVflbHmjeQaPMonl/KnLwCn7XjzVwACprandieGVSb2YFnu378O8vu88YSvuIAI
IfmaykezVYJLIrCxE6TlcF+Vwmf+Z1COraoThQc4BZXH0BlCloerC/KGXj2xb7aN
XpaPxgiRkFlIALNlIONK8W5Ts4p0H7RzNoKprIQ5dO5AJMKHP+SDl1vay61Pf1nL
1Xomj041zATKdn7YF1j9
=n4XQ
-END PGP SIGNATURE-


Accepted:
haskell-asn1-data_0.5.0-1.debian.tar.gz
  to main/h/haskell-asn1-data/haskell-asn1-data_0.5.0-1.debian.tar.gz
haskell-asn1-data_0.5.0-1.dsc
  to main/h/haskell-asn1-data/haskell-asn1-data_0.5.0-1.dsc
haskell-asn1-data_0.5.0.orig.tar.gz
  to main/h/haskell-asn1-data/haskell-asn1-data_0.5.0.orig.tar.gz
libghc-asn1-data-dev_0.5.0-1_amd64.deb
  to main/h/haskell-asn1-data/libghc-asn1-data-dev_0.5.0-1_amd64.deb
libghc-asn1-data-doc_0.5.0-1_all.deb
  to main/h/haskell-asn1-data/libghc-asn1-data-doc_0.5.0-1_all.deb
libghc-asn1-data-prof_0.5.0-1_amd64.deb
  to main/h/haskell-asn1-data/libghc-asn1-data-prof_0.5.0-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/e1qsoo1-0007yj...@franck.debian.org



Accepted haskell-crypto-api 0.6.1-1 (source all amd64)

2011-06-04 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 03 Jun 2011 21:52:52 -0400
Source: haskell-crypto-api
Binary: libghc-crypto-api-dev libghc-crypto-api-prof libghc-crypto-api-doc
Architecture: source all amd64
Version: 0.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-crypto-api-dev - generic interface for cryptographic operations
 libghc-crypto-api-doc - generic interface for cryptographic operations; 
documentation
 libghc-crypto-api-prof - generic interface for cryptographic operations; 
profiling librari
Changes: 
 haskell-crypto-api (0.6.1-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 8194d3f402d8d38d611437d67a5c40a8a48061fe 2320 haskell-crypto-api_0.6.1-1.dsc
 3aae38234f90e71384913042a4615a8cbc5cfdec 3701227 
haskell-crypto-api_0.6.1.orig.tar.gz
 4364020a9456b0af5fd8f7c535a57cdcad0f0d61 2504 
haskell-crypto-api_0.6.1-1.debian.tar.gz
 0a00f6432db062c65a02e47a8ed534791d3aaa38 177158 
libghc-crypto-api-doc_0.6.1-1_all.deb
 bc3eade5816f877dbfce0cf71d6cc053fa07d70f 637064 
libghc-crypto-api-dev_0.6.1-1_amd64.deb
 ec2d0d826d558edf7d15185cce78f67d2df7c44f 479914 
libghc-crypto-api-prof_0.6.1-1_amd64.deb
Checksums-Sha256: 
 fc4f9867d1ce815e891da76384f8df44304b741131feebfbe7811040590889b8 2320 
haskell-crypto-api_0.6.1-1.dsc
 7c8bf6c73a7ce5201f1d1441322fbd50e3119ba84ea1467551fc65436b4a281a 3701227 
haskell-crypto-api_0.6.1.orig.tar.gz
 b07d797ed91741b9220879c6b4b7db450fb73bceae31765775dc627288903e8b 2504 
haskell-crypto-api_0.6.1-1.debian.tar.gz
 e0fdff662473723a75329106e71d28dfe4d27c28b805466920160f8f96bdfc66 177158 
libghc-crypto-api-doc_0.6.1-1_all.deb
 2bc5a6f06e3285bd64a8a996562bb325a6cfb666a0b95e6c59dbffe2ded0fccc 637064 
libghc-crypto-api-dev_0.6.1-1_amd64.deb
 a167bcfcb1e19332ccbf28cd163db6c728377cb2647ac9eb2ddc432a4804d4ac 479914 
libghc-crypto-api-prof_0.6.1-1_amd64.deb
Files: 
 6caeb9815517360337d6342bc583de60 2320 haskell extra 
haskell-crypto-api_0.6.1-1.dsc
 a85128f76953e942aaaf0623856a020f 3701227 haskell extra 
haskell-crypto-api_0.6.1.orig.tar.gz
 6a30dcc5110b41047983469761927c7d 2504 haskell extra 
haskell-crypto-api_0.6.1-1.debian.tar.gz
 00e66bd00612d6d339b255705c144b98 177158 doc extra 
libghc-crypto-api-doc_0.6.1-1_all.deb
 6d627f00430800631cac177f4003a2d7 637064 haskell extra 
libghc-crypto-api-dev_0.6.1-1_amd64.deb
 627dd8671c05ea2c1dcab9001564227d 479914 haskell extra 
libghc-crypto-api-prof_0.6.1-1_amd64.deb

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

iQIcBAEBCgAGBQJN6acGAAoJEFWSMx4ZnTioti0QAIUa7w7AaSgojdMvV9XcubKj
67vuu0sqQU2oJDadU7kDdl4iyPNs8uo7WRRcPczrl5OqcfGNp+2O8cIJlrODNwjO
WfsiuwgKkeT2eYvycwPzb26GfmPvu19pFNJlEPUqIiJuaS3KUffDHtD4K7YTRFPg
CytizJ9p+SW7B5ZpjSonSxzat9mzrNdlKWg/4dK9MjgalNPXEhaREUgK5t6Zp+mF
TZ9e5ZvQMxqhLpSu+ZztncA/t/N4F8IUDfBGBtixeAEAGtqXoVeo3gbHIrJiKqA/
WrUZW7S4CfuzZ5b4gxb9InBd9o9/omDrLYxpaAAnEw7C9fbAgCWAAg53jEvTPdQs
Add9Gqx4Nb3wbpE5WXfGuMkp2zX4v9qnaAE+ap6VcvyhnDMtfVBeKJNUApRanKnH
fNzDVjK8yFG8jomdZ4IsLk3/+Je6oELF0pVBPke8YbDhspiaRSKwyWJhfSNLWR6w
u3yAT3eRrW5qUiZ3GHuz1cbCmYFgypdTkSmHfU04BFVyOHOgL0qxfNvIEhC36bsj
DKK68CEkvUoD6n9NALRvFIfVg3RlV6ArsBmwFd/vAqfH0TOfgOyXvxG8MZWALTsS
r8UPPN0i498FW6Njuk/hmMZ29g1m9Y4i1rtzzqGEnn46kMuc97x0Lm8IkdvInx/9
Lj07ONvHnOstAKbQJb5E
=Pv1X
-END PGP SIGNATURE-


Accepted:
haskell-crypto-api_0.6.1-1.debian.tar.gz
  to main/h/haskell-crypto-api/haskell-crypto-api_0.6.1-1.debian.tar.gz
haskell-crypto-api_0.6.1-1.dsc
  to main/h/haskell-crypto-api/haskell-crypto-api_0.6.1-1.dsc
haskell-crypto-api_0.6.1.orig.tar.gz
  to main/h/haskell-crypto-api/haskell-crypto-api_0.6.1.orig.tar.gz
libghc-crypto-api-dev_0.6.1-1_amd64.deb
  to main/h/haskell-crypto-api/libghc-crypto-api-dev_0.6.1-1_amd64.deb
libghc-crypto-api-doc_0.6.1-1_all.deb
  to main/h/haskell-crypto-api/libghc-crypto-api-doc_0.6.1-1_all.deb
libghc-crypto-api-prof_0.6.1-1_amd64.deb
  to main/h/haskell-crypto-api/libghc-crypto-api-prof_0.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/e1qsooj-000835...@franck.debian.org



Accepted haskell-lambdabot-utils 4.2.1-1 (source all amd64)

2011-06-04 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 02 Jun 2011 10:37:55 -0400
Source: haskell-lambdabot-utils
Binary: libghc-lambdabot-utils-dev libghc-lambdabot-utils-prof 
libghc-lambdabot-utils-doc
Architecture: source all amd64
Version: 4.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-lambdabot-utils-dev - utility libraries for Lambdabot
 libghc-lambdabot-utils-doc - utility libraries for Lambdabot; documentation
 libghc-lambdabot-utils-prof - utility libraries for Lambdabot; profiling 
libraries
Changes: 
 haskell-lambdabot-utils (4.2.1-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 cc0a9f61adce20d171c8ac8aad87c45e364ff546 2772 
haskell-lambdabot-utils_4.2.1-1.dsc
 a8557a040771800f7a0a86360b40b4c56c8853ec 25327 
haskell-lambdabot-utils_4.2.1.orig.tar.gz
 ce9146b066c3f2e0010ac0b61ade06a4b9eab8c3 3096 
haskell-lambdabot-utils_4.2.1-1.debian.tar.gz
 1c88dbaaf36973544a271af3bcf0411b7e78819a 101224 
libghc-lambdabot-utils-doc_4.2.1-1_all.deb
 42bbd9e9e2f54eb523a3d25849d5d6d80bcb6458 278762 
libghc-lambdabot-utils-dev_4.2.1-1_amd64.deb
 759cf0585eb355bec62b24db24d423f3e181a080 274718 
libghc-lambdabot-utils-prof_4.2.1-1_amd64.deb
Checksums-Sha256: 
 a3929c101822064329e92e48b8c8d14dc51cbd261e976ef067f034453d6b2be2 2772 
haskell-lambdabot-utils_4.2.1-1.dsc
 9d464a200a4a527323f6e66a9fa0d97ca547458af3cdd8288f1fba2d3f92b9a8 25327 
haskell-lambdabot-utils_4.2.1.orig.tar.gz
 19ea6c7905a29a6057975eab7e51c9612fcc08f3c1366c92ebf289663be24ae6 3096 
haskell-lambdabot-utils_4.2.1-1.debian.tar.gz
 e4754e28114b4bed638724b45b932fef25fe0ff35299b26c66d82a45f47a28f2 101224 
libghc-lambdabot-utils-doc_4.2.1-1_all.deb
 8a3df1ca58b7c82273c5f9eecafde62e92be652200d62b2278efae0f574fa94a 278762 
libghc-lambdabot-utils-dev_4.2.1-1_amd64.deb
 d40e3e9dd8ea2a8fad621551307a8ac4a26c54a88647f67bc6d307c2eaa792f5 274718 
libghc-lambdabot-utils-prof_4.2.1-1_amd64.deb
Files: 
 5a2ae4ed932d7187acd45b2a5addbb1b 2772 haskell extra 
haskell-lambdabot-utils_4.2.1-1.dsc
 dc60dc985174696140574082db988907 25327 haskell extra 
haskell-lambdabot-utils_4.2.1.orig.tar.gz
 ef4f3c29765a40a57b8968264bce8fdd 3096 haskell extra 
haskell-lambdabot-utils_4.2.1-1.debian.tar.gz
 c50e8ef96040f18f322a2470f13d850d 101224 doc extra 
libghc-lambdabot-utils-doc_4.2.1-1_all.deb
 f365118d21c82451fdc1adbe600f4d4d 278762 haskell extra 
libghc-lambdabot-utils-dev_4.2.1-1_amd64.deb
 845a21d2ae555fa936ddae79152fb065 274718 haskell extra 
libghc-lambdabot-utils-prof_4.2.1-1_amd64.deb

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

iQIcBAEBCgAGBQJN6Y5sAAoJEFWSMx4ZnTioU+YP/Ru1r1783Zr/u/aNplF86pKO
TW60YrWJTuwL+6sjh42rCPibIH0oYOP59csBVWRCpV+EZ9XvBwDXp7PU1MDMCRUB
VB7X09vzfDmFdoT7AaBybJmXMq9WkzQNCEZESChWfAYka5jT9HjpiaAhzXfIPpVt
yat3EeGL7a3YKzA5QcnwTxo6npY+nY28u2ZFXqAxjaiGn+xwyNDXfBjb5IRYZ9Wb
A+c3QUcupCBONIrhmJ90dvRtiK3LeaCdPUAmndGHkC3DPFvlcB4q/Z9+huTzVABw
ljVnRN7LJWU/u6ijq73UdobDEGCDQG6foWgR8XG/YcO21DWm/tGfie5kD+ocqeVw
o+Yo0OI0NTIm9qtIEuSw+cjp3YxNCx4yMmRh1Umvoq38C7u3Vo2marPhVsbpC8Up
eJR1OZ5/xtzD5HlpdxNfHH4LlH2oTBk15TGFdnEj8xkBf2GqKt9AjItMerA3bXIZ
cPMrP3LKT9sCxUetGxq1+T1c3YF2R8Sfo8Tl6uIDRD18q5UgCBhChn/sVxejojfs
MXCEEt2twjnqvX2oeHRGXcXCudWf1SnoWUC4fjj0ce5vxby8DEnPjQFVnDOq+4ii
PfvK+5OMCm1d7aDmVKjIUEQkC7gqMgni3dFo0tvTM01Knwtj27FFegtj32yFDIFb
wTHWtqnIMbhZLra271RY
=mi+V
-END PGP SIGNATURE-


Accepted:
haskell-lambdabot-utils_4.2.1-1.debian.tar.gz
  to 
main/h/haskell-lambdabot-utils/haskell-lambdabot-utils_4.2.1-1.debian.tar.gz
haskell-lambdabot-utils_4.2.1-1.dsc
  to main/h/haskell-lambdabot-utils/haskell-lambdabot-utils_4.2.1-1.dsc
haskell-lambdabot-utils_4.2.1.orig.tar.gz
  to main/h/haskell-lambdabot-utils/haskell-lambdabot-utils_4.2.1.orig.tar.gz
libghc-lambdabot-utils-dev_4.2.1-1_amd64.deb
  to main/h/haskell-lambdabot-utils/libghc-lambdabot-utils-dev_4.2.1-1_amd64.deb
libghc-lambdabot-utils-doc_4.2.1-1_all.deb
  to main/h/haskell-lambdabot-utils/libghc-lambdabot-utils-doc_4.2.1-1_all.deb
libghc-lambdabot-utils-prof_4.2.1-1_amd64.deb
  to 
main/h/haskell-lambdabot-utils/libghc-lambdabot-utils-prof_4.2.1-1_amd64.deb


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



Accepted kdevelop 4:4.2.2-1 (source all amd64)

2011-06-04 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Jun 2011 11:39:31 +0300
Source: kdevelop
Binary: kdevelop kdevelop-data kdevelop-dev kdevelop-dbg kdevelop-l10n
Architecture: source all amd64
Version: 4:4.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 kdevelop   - integrated development environment for KDE
 kdevelop-data - data files for the KDevelop IDE
 kdevelop-dbg - debugging symbols for KDevelop
 kdevelop-dev - development files for the KDevelop IDE
 kdevelop-l10n - Localization files for the KDevelop IDE
Closes: 593634 597642 603063 609674 618052
Changes: 
 kdevelop (4:4.2.2-1) unstable; urgency=low
 .
   * New upstream release (Closes: #603063):
 - correctly parse CMake FILE command with GLOB or GLOB_RECURSE.
   (Closes: #609674)
 .
   [ Andreas Cord-Landwehr ]
   * Bump build dependency kdevplatform-dev to version 1.2.0
   * Bump build dependency kdebase-workspace-dev to version 4:4.5.0
   * Merged localization files into one package
 - includes: Catalan (ca), Southern Catalan (cavalencia), Danish (da),
   German (de), British English (engb), Spanish (es), Estonian (et),
   French (fr), Italian (it), Norwegian Bookmal (nb),
   Low Saxon (nds), Dutch (nl), Brazilian Portuguese (ptbr),
   Portuguese (pt), Russian (ru), Slovenian (sl), Swedish (sv),
   Thai (th), Ukrainian (uk), Chinese Simplified (zh_CN),
   Chinese Traditional (zh_TW)
 - add Breaks for all kdevelop-l10n-* packages
 - add Replaces for all kdevelop-l10n-* packages
 - change Recommends to kdevplatform-l10n
   * Add build-dependency for okteta-dev.
   * Add myself to Uploaders.
 .
   [ Nicolás Alvarez ]
   * Add debian/watch file to track upstream versions.
   * Add kdevelop-dbg package with KDevelop debugging symbols. (Closes: #593634)
 .
   [ George Kiagiadakis ]
   * Add myself to uploaders.
   * Drop quilt build dependency and build-depend on pkg-kde-tools 0.9.0
 to be able to build without it.
   * Bump build dependency on kdevplatform-dev to version 1.1.0.
   * Change the Vcs-* fields in debian/control to point to git.
   * Disable the french localization package; not shipped in this release.
   * Update installed files.
   * Bump Standards-Version to 3.9.2 (no changes needed).
 .
   [ Pino Toscano ]
   * Modify depends, recommends and suggests for kdevelop:
 - recommend gcc, g++, make. (Closes: #597642)
 - suggest kapptemplate
 - remove lcov, valgrind
 .
   [ Fathi Boudra ]
   * Add libqtwebkit-dev build dependency. (Closes: #618052)
Checksums-Sha1: 
 7856ab9df51631fced4725ac7fb0934b1b01eb1b 1683 kdevelop_4.2.2-1.dsc
 943f86edd0f353bfa4c614972af222a1c7075755 4984161 kdevelop_4.2.2.orig.tar.bz2
 4591f97b62c5d884107ed7b668889c10336985f8 18020 kdevelop_4.2.2-1.debian.tar.gz
 6796872dd332e1469dcc3dca4eb61ccead6a193d 1990294 kdevelop-data_4.2.2-1_all.deb
 a2905e6c46502bd89be390fce089199aeda6ee37 531872 kdevelop-l10n_4.2.2-1_all.deb
 67de415e6dcdd46ee4f6f4bc87b9385b2538859e 1675494 kdevelop_4.2.2-1_amd64.deb
 5d9806711ae33e161b0a5bb49b9ab16d3c98a753 17388 kdevelop-dev_4.2.2-1_amd64.deb
 cbf9f0066ac1a10e24251552d806a5863a948fe0 17046022 
kdevelop-dbg_4.2.2-1_amd64.deb
Checksums-Sha256: 
 0378a4f710e532033beb5faafa76cb098aa5f2759d9b1df0279a5c6b51198016 1683 
kdevelop_4.2.2-1.dsc
 e713567fc1b4faa3f7a1077d9b48005c41f623bdab78c831e3f7efc5a90268e7 4984161 
kdevelop_4.2.2.orig.tar.bz2
 d1616343a9c056c917f03bcfb13ba38a62c2b7e630365ac372f23969b60d703f 18020 
kdevelop_4.2.2-1.debian.tar.gz
 2d64edc4c2703c9b5a3c39d6fa88b1c517e1d19e18f3f1597ba5ab7d9dd4e454 1990294 
kdevelop-data_4.2.2-1_all.deb
 02e07beb4375b100e6ac9050a96c653f21f73270a271e43eb4c96c710f595e8a 531872 
kdevelop-l10n_4.2.2-1_all.deb
 7b0bb6a556e93aa7432f56bcbc845f14e63d2d176e986db90b72b19e19746e8f 1675494 
kdevelop_4.2.2-1_amd64.deb
 c51279707e57291b0d86da58f349f4492f1615b3ced395bc55c4187c7947dcc3 17388 
kdevelop-dev_4.2.2-1_amd64.deb
 4d401a211a9bab669a4d5125d450fdf70dd2ec91c9837843b5f9a465f759dd4c 17046022 
kdevelop-dbg_4.2.2-1_amd64.deb
Files: 
 88a0f1f4b48ce31dcb98f8ee0322ea7a 1683 devel optional kdevelop_4.2.2-1.dsc
 4040e71f464b4849539877e750ffab26 4984161 devel optional 
kdevelop_4.2.2.orig.tar.bz2
 edade42ba99234991134fba4ad63b7d8 18020 devel optional 
kdevelop_4.2.2-1.debian.tar.gz
 afc7c807870ef6903e5f9eaedd1880c0 1990294 devel optional 
kdevelop-data_4.2.2-1_all.deb
 ee47677bb0858dbdc4fba4505fdaf19e 531872 localization optional 
kdevelop-l10n_4.2.2-1_all.deb
 7cbd3db52a8834ea4bf8b37bb9c21e39 1675494 devel optional 
kdevelop_4.2.2-1_amd64.deb
 204aba81b33cb7688894dd26ed06225c 17388 devel optional 
kdevelop-dev_4.2.2-1_amd64.deb
 ed6dbbbc5c1a800797bddcf8c44e78f3 17046022 debug extra 
kdevelop-dbg_4.2.2-1_amd64.deb

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

iJwEAQECAAYFAk3p1h0ACgkQjPU19mqlcvcDkAP+Pm54wT+u5QVmTOHxrxXJtUBa

Accepted kdevelop-pg-qt 0.9.5-1 (source amd64)

2011-06-04 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 12:14:52 +0300
Source: kdevelop-pg-qt
Binary: kdevelop-pg-qt
Architecture: source amd64
Version: 0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 kdevelop-pg-qt - LL(1) parser generator based on Qt
Closes: 578240
Changes: 
 kdevelop-pg-qt (0.9.5-1) unstable; urgency=low
 .
   * Initial release. (Closes: #578240)
Checksums-Sha1: 
 a8761b5e00aef7bb4887c12b7078ffdf35b33201 1483 kdevelop-pg-qt_0.9.5-1.dsc
 b5bcb46a490bfb6a2d04c48cb28e0c77cdde183f 179637 
kdevelop-pg-qt_0.9.5.orig.tar.bz2
 eafcccb4ca6cd05649de80e0f13aea406c0bfbf3 3382 
kdevelop-pg-qt_0.9.5-1.debian.tar.gz
 9a86e29643fff3f66c73d714ac8099ea64777af3 193054 
kdevelop-pg-qt_0.9.5-1_amd64.deb
Checksums-Sha256: 
 dff3aa1f68d25cbac1683a10ca61f208bfb77fbce4669aebd579d390c8935693 1483 
kdevelop-pg-qt_0.9.5-1.dsc
 6f6e8b50a0f405667dc51b95a0ac3371e7f74939e4d33e0d5e15b3a21272035e 179637 
kdevelop-pg-qt_0.9.5.orig.tar.bz2
 e77e62bb9a2b503d977631bfa6193aa9a38151bbc68fe8d60d8650fbcb93f9bc 3382 
kdevelop-pg-qt_0.9.5-1.debian.tar.gz
 b0958a167aa466857bb44c7da386ebe00b6439710499c2eabbda6d1341c8a2ab 193054 
kdevelop-pg-qt_0.9.5-1_amd64.deb
Files: 
 c73b95c4f22f049887c5b91c2361dae6 1483 devel optional kdevelop-pg-qt_0.9.5-1.dsc
 4818af0deea47d583adff7c134d62e08 179637 devel optional 
kdevelop-pg-qt_0.9.5.orig.tar.bz2
 6ad0a6e4e3dbbe2352879d2f2e7c6274 3382 devel optional 
kdevelop-pg-qt_0.9.5-1.debian.tar.gz
 750e907fd666cd522addd5ef6840228c 193054 devel optional 
kdevelop-pg-qt_0.9.5-1_amd64.deb

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

iJwEAQECAAYFAk3p/44ACgkQjPU19mqlcvdeCQP8C/Ep/HjRoyfnIjrR12MlDScy
IpZjPPieXK3LnXYUSJmuE0olXRl+1ki0PZ3L7LHbIpDPZyA3OBaSzQ52NWgwX5eP
SIt/f4CHure/Hj/g3G7udTyXaBMmahytWWKHlYpAZvSqg8rGU0KQXrle8/WPwtWL
tXG7AAALeVOj/4XZAZI=
=+Y7d
-END PGP SIGNATURE-


Accepted:
kdevelop-pg-qt_0.9.5-1.debian.tar.gz
  to main/k/kdevelop-pg-qt/kdevelop-pg-qt_0.9.5-1.debian.tar.gz
kdevelop-pg-qt_0.9.5-1.dsc
  to main/k/kdevelop-pg-qt/kdevelop-pg-qt_0.9.5-1.dsc
kdevelop-pg-qt_0.9.5-1_amd64.deb
  to main/k/kdevelop-pg-qt/kdevelop-pg-qt_0.9.5-1_amd64.deb
kdevelop-pg-qt_0.9.5.orig.tar.bz2
  to main/k/kdevelop-pg-qt/kdevelop-pg-qt_0.9.5.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/e1qsopg-0008oa...@franck.debian.org



Accepted ruby-rubyforge 2.0.4-1 (source all)

2011-06-04 Thread Clint Byrum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 May 2011 14:51:36 -0700
Source: ruby-rubyforge
Binary: ruby-rubyforge
Architecture: source all
Version: 2.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Lucas Nussbaum lu...@debian.org
Changed-By: Clint Byrum cl...@ubuntu.com
Description: 
 ruby-rubyforge - automation of some Rubyforge operations
Closes: 627330
Changes: 
 ruby-rubyforge (2.0.4-1) unstable; urgency=low
 .
   * Initial release (Closes: #627330)
Checksums-Sha1: 
 1086a2a70cf84e5d097352f960b405a43050a310 1401 ruby-rubyforge_2.0.4-1.dsc
 878de0b2e1534149f834e39a062969843bd2ce8f 12825 ruby-rubyforge_2.0.4.orig.tar.gz
 66cd5c4b2735821cd6fd9d8fb6aae1a2291d9731 2286 
ruby-rubyforge_2.0.4-1.debian.tar.gz
 e4ec90d1f55abb590b9cd71690bb0ef4abae649c 11648 ruby-rubyforge_2.0.4-1_all.deb
Checksums-Sha256: 
 d5256d085f9e005ef539e30bf3c206beb402ad786e243c78e720dd9ff288b7da 1401 
ruby-rubyforge_2.0.4-1.dsc
 81c4a49992a1a6fcc64ed38e3bb265d720d46c440cfb763ef9846caf49848337 12825 
ruby-rubyforge_2.0.4.orig.tar.gz
 a75c3707b0ec82e0ea3cae37dbb24e0d6cc0c6485840be09e3ee211313a9a46e 2286 
ruby-rubyforge_2.0.4-1.debian.tar.gz
 136d45e734c824a25c299ecc5438881bc181a731968f1933bf7523b5c935874e 11648 
ruby-rubyforge_2.0.4-1_all.deb
Files: 
 f07608b87ba143eeb6883a3ed132f7c6 1401 ruby optional ruby-rubyforge_2.0.4-1.dsc
 57de276852a1569619861f763aa8446e 12825 ruby optional 
ruby-rubyforge_2.0.4.orig.tar.gz
 2d2cfb73ada1c7827aa35ca17ad5d2b4 2286 ruby optional 
ruby-rubyforge_2.0.4-1.debian.tar.gz
 adefd900cbc3743aecd9b0ae2869ddec 11648 ruby optional 
ruby-rubyforge_2.0.4-1_all.deb

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

iD8DBQFN6fpM2hliNwI7P08RAnv3AKCZ2cw9s1rnF6Ivydst2Ssyop9TpACfTnJt
WwqsgWrBrUg51IlPeklFsWk=
=4Sc1
-END PGP SIGNATURE-


Accepted:
ruby-rubyforge_2.0.4-1.debian.tar.gz
  to main/r/ruby-rubyforge/ruby-rubyforge_2.0.4-1.debian.tar.gz
ruby-rubyforge_2.0.4-1.dsc
  to main/r/ruby-rubyforge/ruby-rubyforge_2.0.4-1.dsc
ruby-rubyforge_2.0.4-1_all.deb
  to main/r/ruby-rubyforge/ruby-rubyforge_2.0.4-1_all.deb
ruby-rubyforge_2.0.4.orig.tar.gz
  to main/r/ruby-rubyforge/ruby-rubyforge_2.0.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/e1qsopu-0008qn...@franck.debian.org



Accepted libterm-sk-perl 0.08-1 (source all)

2011-06-04 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jun 2011 12:16:07 +0200
Source: libterm-sk-perl
Binary: libterm-sk-perl
Architecture: source all
Version: 0.08-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libterm-sk-perl - Perl extension for displaying a progress indicator on a 
terminal
Changes: 
 libterm-sk-perl (0.08-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release
   * debian/copyright: Update copyright years for upstream files.
   * Drop fix-spelling-error-in-manpage.patch as it is applied upstream
 now.
Checksums-Sha1: 
 132c243e1951a806bd5d48ffe023007f28629796 1805 libterm-sk-perl_0.08-1.dsc
 8a24f78cf109a69789c32728c80b34bea81b2b65 9447 libterm-sk-perl_0.08.orig.tar.gz
 8f163151a2851553e4af4c3726994e02704e917c 1885 
libterm-sk-perl_0.08-1.debian.tar.gz
 f5593b097dd5d2686e5acccb3758cc6eff70c17d 14614 libterm-sk-perl_0.08-1_all.deb
Checksums-Sha256: 
 c5198bfbe0d616872242b75687a0757fed16e028755a727a1e7c8883d5c84c47 1805 
libterm-sk-perl_0.08-1.dsc
 a7528794088afdf9f4750f919bbd0af4d90790cb1c8b383e65fe28de07a35be8 9447 
libterm-sk-perl_0.08.orig.tar.gz
 59a8e3b42c75d1fabca994a8490c1f42a15ccc3d252346db9903400ba6cb439e 1885 
libterm-sk-perl_0.08-1.debian.tar.gz
 193c4af246403ea3c3bc32154f4121a1c1122ae853737847df20ea8843dc62d5 14614 
libterm-sk-perl_0.08-1_all.deb
Files: 
 cadb9a59fb3493d74267d2cf5d904e2d 1805 perl optional libterm-sk-perl_0.08-1.dsc
 9dcbec1dd5a8a75279f16f4f3cdb7996 9447 perl optional 
libterm-sk-perl_0.08.orig.tar.gz
 ed32eecf1b66955db3ff37061db1c009 1885 perl optional 
libterm-sk-perl_0.08-1.debian.tar.gz
 c106a3b95be40ca57b740b4b435d0221 14614 perl optional 
libterm-sk-perl_0.08-1_all.deb

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

iQIcBAEBCAAGBQJN6gnIAAoJEHidbwV/2GP+DiUP/1duk95mvtntceriuquxTZKj
fA48xIkkIF3CbM+jUI26taNCk1ITXQI7zEFSgYSKKSuUREokKOUfbufkz6JtMHaZ
+lNuZiB4uZAjNLq+vNQ5jEOWkbuyBBar8/UV3O3Gxs+TZU5HUFS+F1giTBhIUuap
trC+h1gohu43Mjx+YHQEg+74LJTgQwJHH0Nbbk+Ifb1KUVrM9p9Z5zp8ezELptwo
V6n6GFzJtnhnTuZnCiRMphnDH4LgWsVf2DL6Xt2verR3A2Sc98YPmW3STeKzArXS
kfhMlRwOIL/VNdvbalpiY47j4qg3sm+APlNJN918ga7qSNrX0wGeJuIf+kSAJ1O9
ZR6xufdOZ57gBmt1kKvuHyEwY8KVNzESSToZbXfoYfp3HyrhjifASWQR3LsGhUl7
flsddurl+q2lZGiFiIlejfPT7pkjhXUmnyxmgvrKH07SWIdrZ5St0pj8OwGEyf2H
K6CoLUP6sQDp6/hwlfzmIg6enKPg/No6z4tXBucq+2+yiwSIoZpEafo0Yt54K9Zx
YxlGQURhlDpz4yzKMrk36fOx2XRiBIRxxhZR+gRdcbfqYT9iBYBX6Q5i+4CGAi9D
QYmtBFi+LRrpEljKaUUUpUgOZz2Nm337VifQSnUFlCIt1fYo3vqOe1IiPxx6dfHl
3AUgrrZIucK5AhamKYfN
=5ORo
-END PGP SIGNATURE-


Accepted:
libterm-sk-perl_0.08-1.debian.tar.gz
  to main/libt/libterm-sk-perl/libterm-sk-perl_0.08-1.debian.tar.gz
libterm-sk-perl_0.08-1.dsc
  to main/libt/libterm-sk-perl/libterm-sk-perl_0.08-1.dsc
libterm-sk-perl_0.08-1_all.deb
  to main/libt/libterm-sk-perl/libterm-sk-perl_0.08-1_all.deb
libterm-sk-perl_0.08.orig.tar.gz
  to main/libt/libterm-sk-perl/libterm-sk-perl_0.08.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/e1qsoqy-6m...@franck.debian.org



Accepted drac 1.12-7.1 (source amd64)

2011-06-04 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Jun 2011 12:38:52 +0200
Source: drac
Binary: drac drac-dev
Architecture: source amd64
Version: 1.12-7.1
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe n...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 drac   - Dynamic Relay Authorization Control (pop-before-smtp)
 drac-dev   - Dynamic Relay Authorization Control (development files)
Closes: 621350 628244
Changes: 
 drac (1.12-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build depend on generic libdb-dev (Closes: #628244, #621350)
   * Add support for Berkeley DB version 5.0 in rpc.dracd.c
Checksums-Sha1: 
 31f116736e3dc0593350b0548080272b40a26271 985 drac_1.12-7.1.dsc
 e66b294bf6e7dccce43e1feb6606a136130f9951 10949 drac_1.12-7.1.diff.gz
 f7874dcedfbb29d51e0120293e6779d6d474a03a 19498 drac_1.12-7.1_amd64.deb
 5cbf697436a3743b9fce873e71684369eafc186e 7186 drac-dev_1.12-7.1_amd64.deb
Checksums-Sha256: 
 90ef6e551782acd484b0c07b50c6ea14e3507c66399958c3fcd8c0e68967c688 985 
drac_1.12-7.1.dsc
 18ce163e8e49b0fab850e9b44359932cda016e4911676126161f55e7d618fdb3 10949 
drac_1.12-7.1.diff.gz
 5c4016629ec77e6336ec499219813438c4517ae103df70bd812087a563bdb32d 19498 
drac_1.12-7.1_amd64.deb
 e871b7fda0dea7437a8aaa4b8c447f08d68f6ecfc8623a1ab8833268617cfa9c 7186 
drac-dev_1.12-7.1_amd64.deb
Files: 
 45797c4ccaf85fa4b9ddc69959f39ebd 985 net optional drac_1.12-7.1.dsc
 63f75625a7471e2e473a215da72cab26 10949 net optional drac_1.12-7.1.diff.gz
 1b0d2a710a814f30b0af14f5124a2ca7 19498 net optional drac_1.12-7.1_amd64.deb
 30668cc5a48aaba8d4eec2fd0a879256 7186 devel optional 
drac-dev_1.12-7.1_amd64.deb

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

iEYEARECAAYFAk3naUEACgkQ9OZqfMIN8nP8UQCgmUOx9LhKHI4NC8NusiXGwhgH
/34AnAqUTEg84n125DV9c4nNeRgbfoJA
=5oe6
-END PGP SIGNATURE-


Accepted:
drac-dev_1.12-7.1_amd64.deb
  to main/d/drac/drac-dev_1.12-7.1_amd64.deb
drac_1.12-7.1.diff.gz
  to main/d/drac/drac_1.12-7.1.diff.gz
drac_1.12-7.1.dsc
  to main/d/drac/drac_1.12-7.1.dsc
drac_1.12-7.1_amd64.deb
  to main/d/drac/drac_1.12-7.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/e1qsocm-0002af...@franck.debian.org



Accepted javatools 0.36 (source all)

2011-06-04 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jun 2011 13:30:53 +0200
Source: javatools
Binary: jarwrapper javahelper java-propose-classpath
Architecture: source all
Version: 0.36
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Niels Thykier ni...@thykier.net
Description: 
 jarwrapper - Run executable Java .jar files
 java-propose-classpath - Helper script to suggest a classpath for jar files
 javahelper - Helper scripts for packaging Java programs
Closes: 626329
Changes: 
 javatools (0.36) unstable; urgency=low
 .
   * Made jh_manifest always follow symlinks - the fix for this in
 0.35 was incomplete.  (Closes: #626329)
Checksums-Sha1: 
 2e0f52f4b48e08c034be584f6367d4f26f7348a6 1707 javatools_0.36.dsc
 36076117fcf5982bcf179a6acd465ad985dbcb7b 54743 javatools_0.36.tar.gz
 b9c3120a57711bcf8d837691fd9a90b1ddac5597 14724 jarwrapper_0.36_all.deb
 485a48447e843ad92ce602fabda972533dfd4619 86172 javahelper_0.36_all.deb
 f0ac2665a29109bc090899a3910777a0805d03a8 11880 
java-propose-classpath_0.36_all.deb
Checksums-Sha256: 
 47271586710a3edbd0ae3bd455967d40333c4e3573c0073a9b622342f485859a 1707 
javatools_0.36.dsc
 a76d5cba74f162efa6763fdaeb2c645a705d55a3c36bf06262b86e232f293cc9 54743 
javatools_0.36.tar.gz
 4e66c73f39859630a86e0dd36ac10b8335451f68e3e5db73da390e05ab1dacf3 14724 
jarwrapper_0.36_all.deb
 c343292f94c769c71c99e8259b3f870d38aabbe6cb87ee80e77607cb43c8475e 86172 
javahelper_0.36_all.deb
 39a2776a2d6f35900843d27265967c9fe8ee5ab15bbd44fdc6fdcad855d8270f 11880 
java-propose-classpath_0.36_all.deb
Files: 
 ed034ea8386630c2d045a8d993c2085b 1707 java optional javatools_0.36.dsc
 ae448770a8e61ce9f7eef47326b442d8 54743 java optional javatools_0.36.tar.gz
 3f144da2572b09cd37dc515c933b59d5 14724 java optional jarwrapper_0.36_all.deb
 ca7a6b5b0e5eaf10c06c2477b1959919 86172 java optional javahelper_0.36_all.deb
 75408fd45252301ac9609ef409fe9626 11880 java optional 
java-propose-classpath_0.36_all.deb

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

iQIcBAEBCAAGBQJN6hgBAAoJEAVLu599gGRCW+AP/3n7r+VojsGJ8oF036mLeYz+
IQZYxk1a5bgPis0gLcdjT4/OpYMJx3tx6XLslmZ1xUTkGnIGOx8k+L+CcgvUkJAi
2eVAnbP9NIDLwVygoe5tsy+w6gYdYg2mYdSKJGJTQyr5QpXXk62ReFmBCDsbDQ4Z
O42eVSmDdxyFP3KzCqiXtrTeQpfAtpcqekFayTklACVgvzJBLIKdmr/SIC+PFKA5
mL7WdWh8EJWcRDalxqPdmARJx4Ymrzvd4UqYyD5MMyp3P0smmQIAH30QAz03tDad
K/sQqWiVTbm6GEgGXrOEI8pWYhBgYZGsFUSdr0fOfPTlL3CPdr3xxugJf2U5ycsq
Wf2AYTYaHoYquhwRo/gYrUWtmD41MTm7MgApSNmI6Rbb2RyMG7gAHHyeajKLpPsn
x7zI2SFdqqb9/Pq+4LOYlEYtBDZFZzeHmBrYvXFhk8fK7VCs3Hsc1ULpEIP0SMba
PTu/IT5oVvMtRrmv6M+AEqCog/f5BmR3fyJQXo3yPS8rnJo5BzlxuVgtoKx1OGrz
9nXtxGjJPZTj8l9qMmqcqKfnRex0Q6vtU4ICTT9khD78t+YuBKRY8Kj5rAIiDdCW
Wg7yX+5Ingc1inKrVisSXEee5a5AYfX9YgWdNVojTKop9OtBiNkkZMd6S9zm1qou
szf0Oyodrc3NCHOrY9Pp
=rozK
-END PGP SIGNATURE-


Accepted:
jarwrapper_0.36_all.deb
  to main/j/javatools/jarwrapper_0.36_all.deb
java-propose-classpath_0.36_all.deb
  to main/j/javatools/java-propose-classpath_0.36_all.deb
javahelper_0.36_all.deb
  to main/j/javatools/javahelper_0.36_all.deb
javatools_0.36.dsc
  to main/j/javatools/javatools_0.36.dsc
javatools_0.36.tar.gz
  to main/j/javatools/javatools_0.36.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/e1qspzq-na...@franck.debian.org



Accepted nagios-plugin-check-multi 0.25-1 (source all)

2011-06-04 Thread Stig Sandbeck Mathisen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 13:47:17 +0200
Source: nagios-plugin-check-multi
Binary: nagios-plugin-check-multi
Architecture: source all
Version: 0.25-1
Distribution: unstable
Urgency: low
Maintainer: Stig Sandbeck Mathisen s...@debian.org
Changed-By: Stig Sandbeck Mathisen s...@debian.org
Description: 
 nagios-plugin-check-multi - run nagios checks as a group
Closes: 628351
Changes: 
 nagios-plugin-check-multi (0.25-1) unstable; urgency=low
 .
   * New upstream version
   * Use a more specific grep in tests (Closes: #628351)
   * Update VCS-* headers to point to anonscm.debian.org
   * Unapply patches after build
   * Bump standards-version (no changes)
Checksums-Sha1: 
 c24fb13ebd1a9c58fff492a6265afc8cf5456049 1451 
nagios-plugin-check-multi_0.25-1.dsc
 a4eac2552ea4f5f542429d35223e307c7048964a 452373 
nagios-plugin-check-multi_0.25.orig.tar.gz
 b1a2a576b97a1eebab93345dd968e82428c381bb 3377 
nagios-plugin-check-multi_0.25-1.debian.tar.gz
 7ff7cc9acd8caa45193b64daebc22010f64bd891 52926 
nagios-plugin-check-multi_0.25-1_all.deb
Checksums-Sha256: 
 46425be280a844b6b601e397c7c66fc6baba8e9bc4058909b892fd2a533a9e01 1451 
nagios-plugin-check-multi_0.25-1.dsc
 a427d44291e481cd7d2094333f9252e1acb1294e46c00ebac521f7f1d374385f 452373 
nagios-plugin-check-multi_0.25.orig.tar.gz
 e025c2164a5b9e5ab3a4b6d3be2a6b4d98eae4f81846022efdb37b37080f83f1 3377 
nagios-plugin-check-multi_0.25-1.debian.tar.gz
 122f32e81e9aa978fcefecf83cb148c0eb507f768aef09c53a5a5daa0d9771ff 52926 
nagios-plugin-check-multi_0.25-1_all.deb
Files: 
 efe7fca1b4ae75a384dda5763659 1451 net extra 
nagios-plugin-check-multi_0.25-1.dsc
 4df0229bf5bd168dc751604b440dcb62 452373 net extra 
nagios-plugin-check-multi_0.25.orig.tar.gz
 efff19c4d9fad8892fd95b9f27f8663c 3377 net extra 
nagios-plugin-check-multi_0.25-1.debian.tar.gz
 7db3f29cd4e94d188896fa2755bb4e55 52926 net extra 
nagios-plugin-check-multi_0.25-1_all.deb

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

iEYEARECAAYFAk3qHKAACgkQQONU2fom4u64lwCfRW3JcGH0MMe7B3Kgu3mgOoo9
gSkAn3xD0BnF5bR24DrAxegzcpRKAoEv
=v0aQ
-END PGP SIGNATURE-


Accepted:
nagios-plugin-check-multi_0.25-1.debian.tar.gz
  to 
main/n/nagios-plugin-check-multi/nagios-plugin-check-multi_0.25-1.debian.tar.gz
nagios-plugin-check-multi_0.25-1.dsc
  to main/n/nagios-plugin-check-multi/nagios-plugin-check-multi_0.25-1.dsc
nagios-plugin-check-multi_0.25-1_all.deb
  to main/n/nagios-plugin-check-multi/nagios-plugin-check-multi_0.25-1_all.deb
nagios-plugin-check-multi_0.25.orig.tar.gz
  to main/n/nagios-plugin-check-multi/nagios-plugin-check-multi_0.25.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/e1qspak-ri...@franck.debian.org



Accepted nam 1.15~RC4-4 (source all amd64)

2011-06-04 Thread YunQiang Su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 03 Jun 2011 01:50:10 +0800
Source: nam
Binary: nam nam-examples
Architecture: source amd64 all
Version: 1.15~RC4-4
Distribution: unstable
Urgency: low
Maintainer: YunQiang Su wzss...@gmail.com
Changed-By: YunQiang Su wzss...@gmail.com
Description: 
 nam- Network Animator for network simulation
 nam-examples - examples of nam
Closes: 620093
Changes: 
 nam (1.15~RC4-4) unstable; urgency=low
 .
   * Patch to restrict version depend on tk (Closes: #620093)
  Whether it work should be test: init_tcltk_with_stub.diff.
   * fix a bug that abort caused by call random: random-abort.diff.
   * debian/control:
   - Enable Maintainer Upload and set the team to
 Debian Network Simulators Team
pkg-netsim-de...@lists.alioth.debian.org
   - migrate git to alioth
(http://anonscm.debian.org/git/pkg-netsim/nam.git).
   * debian/rules:
- add -ltclstub8.x and -ltkstub8.x to link against stub.
Checksums-Sha1: 
 8ed3540d0d658f2e8671e4b8072c993db1e462b4 1674 nam_1.15~RC4-4.dsc
 e3d9a50ed60138085352f5c538623e25712bbf01 6222 nam_1.15~RC4-4.debian.tar.gz
 e618fa5a44224c257cf2906824eb503721ad494a 278720 nam_1.15~RC4-4_amd64.deb
 c21d05b09b6949024c0097327bd843766bc42e0b 3587480 
nam-examples_1.15~RC4-4_all.deb
Checksums-Sha256: 
 93191d90307b6da13775dfc5a482eb58176e71c12af14f05679a6443af7f1854 1674 
nam_1.15~RC4-4.dsc
 56e26a96cce05fb768abdcc0fae47ae4aee9ac5a145739efa1414e9424d44abe 6222 
nam_1.15~RC4-4.debian.tar.gz
 a21c65b1c68f6d904da2c65539eab573f0a1b284ad02f20f74ff3fddff9a2252 278720 
nam_1.15~RC4-4_amd64.deb
 1e38810706255a8aaece218eb8d86f19f65a7775d56c08e277e8bbd2088f9efe 3587480 
nam-examples_1.15~RC4-4_all.deb
Files: 
 e6dbd7e7f17bf4b21baa807f06a45470 1674 net optional nam_1.15~RC4-4.dsc
 0a18c5c00795afa121e48afdd26b42b1 6222 net optional nam_1.15~RC4-4.debian.tar.gz
 05733f987608f5dfee74912165093cf6 278720 net optional nam_1.15~RC4-4_amd64.deb
 7a76ad3dfce089dc6cbbf4368522abf5 3587480 net optional 
nam-examples_1.15~RC4-4_all.deb

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

iQEcBAEBCgAGBQJN6hxfAAoJEEmrPP2rYrC4Py8H/jzBXCos7fDu1+Ftzd9UWkl6
7LqKa5xPzE6EMKuWBJ0MPAmfa9uxvqw2fhmIf3rtLS1NMSdP8BmrWFAxzggTLh+2
vP2gSmBVt5KX/s7ha3sHK5RgESSC6ywxkgUtgIMW18GWenUtkWiaELWOeUTliPVu
kjtZOMuUClK7RdtejrAp9HJiS28QqqdM1xlFP7UIcjfkcEt6GuolqxYFnoXyN3AZ
DJlfOF6UzAZbSExh3IuuFakM27i1NWJwuDwqP6yO/QlrnZkkY1FAk87rS8vVGAcJ
jR4Oi+INUPMO9LovMQFIKHpYGlCmgqWwBpdOt0CB26WuG88TfjNzZoFsWsAZc3w=
=z/vv
-END PGP SIGNATURE-


Accepted:
nam-examples_1.15~RC4-4_all.deb
  to main/n/nam/nam-examples_1.15~RC4-4_all.deb
nam_1.15~RC4-4.debian.tar.gz
  to main/n/nam/nam_1.15~RC4-4.debian.tar.gz
nam_1.15~RC4-4.dsc
  to main/n/nam/nam_1.15~RC4-4.dsc
nam_1.15~RC4-4_amd64.deb
  to main/n/nam/nam_1.15~RC4-4_amd64.deb


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



Accepted ubiquity-extension 0.6-2 (source all)

2011-06-04 Thread Gabriele Giacone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Jun 2011 18:16:19 +0200
Source: ubiquity-extension
Binary: xul-ext-ubiquity
Architecture: source all
Version: 0.6-2
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Gabriele Giacone 1o5g4...@gmail.com
Description: 
 xul-ext-ubiquity - browser interface based on natural language input
Changes: 
 ubiquity-extension (0.6-2) unstable; urgency=low
 .
   * Add support to Iceweasel 4.* versions.
   * Standards-Version to 3.9.2 (no changes).
Checksums-Sha1: 
 30079fe59e2c0b842ad9fd1224a6a27cd014f963 1392 ubiquity-extension_0.6-2.dsc
 f47be686f4cfa2794068155f6e7e6a5adc9159a3 17773 
ubiquity-extension_0.6-2.debian.tar.gz
 002765febe1f990563517c8a429aa3a52cf90287 1840580 xul-ext-ubiquity_0.6-2_all.deb
Checksums-Sha256: 
 467c81375057415296339c129f4bdfd757fb0d20ecb474cfd4ae92eb24194f4e 1392 
ubiquity-extension_0.6-2.dsc
 7eed803a191f0e2b5d011ea31b095d3260959d814a29157d3ba6ee0941b9b649 17773 
ubiquity-extension_0.6-2.debian.tar.gz
 41fadf7137d9aa5bce7557ddcc5fa87bb8c05335fe7826cbea4d43c5f7f244d5 1840580 
xul-ext-ubiquity_0.6-2_all.deb
Files: 
 b3f2d25cd7d9eaac7678685fcd64d103 1392 web optional ubiquity-extension_0.6-2.dsc
 e27a83812b564d0ef744ff43a9ac58ad 17773 web optional 
ubiquity-extension_0.6-2.debian.tar.gz
 aa059d46b645006ca69cf38cf0b30164 1840580 web optional 
xul-ext-ubiquity_0.6-2_all.deb

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

iD8DBQFN6h9JVkEm8inxm9ERAmj/AJ9TUUJNXzpQHHtcKn5DnOMSfJ2O9wCfV+LP
JLz5wwfkgUU/iNyLlHJ+rHY=
=QSlz
-END PGP SIGNATURE-


Accepted:
ubiquity-extension_0.6-2.debian.tar.gz
  to main/u/ubiquity-extension/ubiquity-extension_0.6-2.debian.tar.gz
ubiquity-extension_0.6-2.dsc
  to main/u/ubiquity-extension/ubiquity-extension_0.6-2.dsc
xul-ext-ubiquity_0.6-2_all.deb
  to main/u/ubiquity-extension/xul-ext-ubiquity_0.6-2_all.deb


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



Accepted nut 2.6.1-1 (source i386)

2011-06-04 Thread Arnaud Quette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jun 2011 22:34:28 +0200
Source: nut
Binary: nut nut-cgi nut-snmp nut-xml nut-powerman-pdu libupsclient1 
libupsclient1-dev
Architecture: source i386
Version: 2.6.1-1
Distribution: sid
Urgency: low
Maintainer: Arnaud Quette aque...@debian.org
Changed-By: Arnaud Quette aque...@debian.org
Description: 
 libupsclient1 - network UPS tools - client library
 libupsclient1-dev - network UPS tools - development files
 nut- network UPS tools - core system
 nut-cgi- network UPS tools - web interface
 nut-powerman-pdu - network UPS tools - PowerMan PDU driver
 nut-snmp   - network UPS tools - SNMP driver
 nut-xml- network UPS tools - XML/HTTP driver
Closes: 595773 595953 613197 614842
Changes: 
 nut (2.6.1-1) sid; urgency=low
 .
   * New upstream release (Closes: #595953, #614842, #595773)
   * debian/patches/*.patch: removed since these are now fixed upstream
   [Laurent Bigonville]
   * Drop HAL package and build-dependencies (Closes: #613197)
   * debian/control:
 - Bump Standards-Version to 3.9.2 (no further changes)
 - Drop autotools build-dependencies (not needed anymore)
 - Drop non-existing build-dependencies
   * debian/rules:
 - Correctly pass flags to configure
Checksums-Sha1: 
 e933486c0a0701f702afb677f4c18442efba6027 1470 nut_2.6.1-1.dsc
 8198378259631b50d23c6ce5a52ef0e40132b33f 1776645 nut_2.6.1.orig.tar.gz
 4be51c26158c9c2889c086867ce1d3266c696929 33744 nut_2.6.1-1.debian.tar.gz
 1811ac2a890a7205b32a02ae89cbdbdfcdcf00d6 1402328 nut_2.6.1-1_i386.deb
 c72139b111d5019ebc2d23fd235beb6af18b49da 131452 nut-cgi_2.6.1-1_i386.deb
 40d7af6d66a68191bb50b0fe501b6e97ae5b9612 110794 nut-snmp_2.6.1-1_i386.deb
 9db10193d8f7377f916bae05d14c42e1be91d645 104140 nut-xml_2.6.1-1_i386.deb
 b270b602a77a0e607584490d40d2d4f3c59f4566 96020 
nut-powerman-pdu_2.6.1-1_i386.deb
 71fe3a60f8d87ba18f4e3081380d3cc0912b2c3e 81660 libupsclient1_2.6.1-1_i386.deb
 922e62cf9b8363607523116c3ba2fa953f724dcd 99062 
libupsclient1-dev_2.6.1-1_i386.deb
Checksums-Sha256: 
 19bfa13c2818b7765c793e9621240dd16fda08c3999fea3bb0c1b81e79d54b89 1470 
nut_2.6.1-1.dsc
 f5c46b856c0cf5b7f0e4b22d82b670af64cc98717a90eaac8723dd402a181c00 1776645 
nut_2.6.1.orig.tar.gz
 2063e60bbe70583cc20fe345a569c1f39a47fa5128613e545fc2e4cf5503c285 33744 
nut_2.6.1-1.debian.tar.gz
 2c1b15c5504bf58bb2df8a333fb188585f25b4c2fd84f8a876ee9eca51920765 1402328 
nut_2.6.1-1_i386.deb
 d20ce45633905cdf533c8b06b53fb489472abf1a0d62946a4c10154fac30688c 131452 
nut-cgi_2.6.1-1_i386.deb
 54be2d86200d954f4aa98a1a6d199e6453258cb3165298d757743e9a4cf3fcc1 110794 
nut-snmp_2.6.1-1_i386.deb
 8dfe625cae369a8113f7b5c00a6891f9e79df2c227b38cc5775ed9ae12d89443 104140 
nut-xml_2.6.1-1_i386.deb
 2143f7f44bf7394c12f012e9a61ce736917926bb903a8203275cc8368a0fa8c9 96020 
nut-powerman-pdu_2.6.1-1_i386.deb
 c6135af33f7951c31be61e94254fd0f0d23fec75f63173ea88de7b7e06c06c40 81660 
libupsclient1_2.6.1-1_i386.deb
 863d93aa3c9e275d9d983ff7ab9b5b0e225375f76ecfe9be833050ddf692bd7b 99062 
libupsclient1-dev_2.6.1-1_i386.deb
Files: 
 386d37206e5ec1ff9232d649ea229982 1470 admin optional nut_2.6.1-1.dsc
 89e6405272cc82c53d7b84160945761b 1776645 admin optional nut_2.6.1.orig.tar.gz
 cb7c7cbfe09663e0d716011d03845086 33744 admin optional nut_2.6.1-1.debian.tar.gz
 c8f0f2999649715a9271af691d4829c7 1402328 admin optional nut_2.6.1-1_i386.deb
 b66184279be504c088ef50a5877a7474 131452 admin optional nut-cgi_2.6.1-1_i386.deb
 aae439c4742af80ecac45c7f746ff602 110794 admin optional 
nut-snmp_2.6.1-1_i386.deb
 f8ebd162014ab65714620604fe0d139e 104140 admin optional nut-xml_2.6.1-1_i386.deb
 4b34c1497086b9e4287bdf46b9fe9d74 96020 admin optional 
nut-powerman-pdu_2.6.1-1_i386.deb
 54be062e572e1170401684fab964719f 81660 admin optional 
libupsclient1_2.6.1-1_i386.deb
 6c479d26de6f46c99de136284fbe9d61 99062 libdevel optional 
libupsclient1-dev_2.6.1-1_i386.deb

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

iEYEARECAAYFAk3n4K8ACgkQ22QUyiBN3xtBGwCgwxRoUgGeQjGqHeK2g1arfSmd
ZtcAoKlzfm9rSrKTd9FKemBQ67c2rpct
=qZ3F
-END PGP SIGNATURE-


Accepted:
libupsclient1-dev_2.6.1-1_i386.deb
  to main/n/nut/libupsclient1-dev_2.6.1-1_i386.deb
libupsclient1_2.6.1-1_i386.deb
  to main/n/nut/libupsclient1_2.6.1-1_i386.deb
nut-cgi_2.6.1-1_i386.deb
  to main/n/nut/nut-cgi_2.6.1-1_i386.deb
nut-powerman-pdu_2.6.1-1_i386.deb
  to main/n/nut/nut-powerman-pdu_2.6.1-1_i386.deb
nut-snmp_2.6.1-1_i386.deb
  to main/n/nut/nut-snmp_2.6.1-1_i386.deb
nut-xml_2.6.1-1_i386.deb
  to main/n/nut/nut-xml_2.6.1-1_i386.deb
nut_2.6.1-1.debian.tar.gz
  to main/n/nut/nut_2.6.1-1.debian.tar.gz
nut_2.6.1-1.dsc
  to main/n/nut/nut_2.6.1-1.dsc
nut_2.6.1-1_i386.deb
  to main/n/nut/nut_2.6.1-1_i386.deb
nut_2.6.1.orig.tar.gz
  to main/n/nut/nut_2.6.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: 

Accepted aspell-ml 0.04-1-4 (source all)

2011-06-04 Thread Debian-IN Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 18:05:48 +0530
Source: aspell-ml
Binary: aspell-ml
Architecture: source all
Version: 0.04-1-4
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Description: 
 aspell-ml  - Malayalam (ml) dictionary for GNU aspell
Changes: 
 aspell-ml (0.04-1-4) unstable; urgency=low
 .
   [Vasudev Kamath]
   * debian/rules
 + Changed to dh7 standard
   * debian/control
 + Changed the HomePage URL
 + Bumped Standards-Version to 3.9.2
 .
   [Kartik Mistry]
   * debian/copyright:
 + Used DEP-5 format
Checksums-Sha1: 
 bc4ed7ed2e6312fcb9adb76d49221c42a0cf9ae8 1355 aspell-ml_0.04-1-4.dsc
 61dbd5128af5d07280f8275bfefeea1264d52319 2442 aspell-ml_0.04-1-4.debian.tar.gz
 8b56037e93db11bee50d9c42d518f2d8ca45a290 1874500 aspell-ml_0.04-1-4_all.deb
Checksums-Sha256: 
 509c827182f68ee563556944619bc000175599279e9a39f0087e087ca3af0e22 1355 
aspell-ml_0.04-1-4.dsc
 05d84bd9f93def557b571f6ca1be2642aed8109922579ea660ffa8f14ed9c4eb 2442 
aspell-ml_0.04-1-4.debian.tar.gz
 3ccbb99e5fd88979bc13ee56087bdfcbf338aee86f30066c9619cf59de36358b 1874500 
aspell-ml_0.04-1-4_all.deb
Files: 
 3f2848dac6db0c94cef87603c8425f58 1355 text optional aspell-ml_0.04-1-4.dsc
 81a9cec9665ffb75b2133e9c5e134537 2442 text optional 
aspell-ml_0.04-1-4.debian.tar.gz
 277e6f854e4b597c65b1c5fda641e630 1874500 text optional 
aspell-ml_0.04-1-4_all.deb

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

iEYEARECAAYFAk3qKdsACgkQoRg/jtECjI12HwCfaoj+wXhg6HPwNOZBV//PHt/g
2acAn2gdI5QmFO3UxA9lwo86KyW++A5A
=ShhU
-END PGP SIGNATURE-


Accepted:
aspell-ml_0.04-1-4.debian.tar.gz
  to main/a/aspell-ml/aspell-ml_0.04-1-4.debian.tar.gz
aspell-ml_0.04-1-4.dsc
  to main/a/aspell-ml/aspell-ml_0.04-1-4.dsc
aspell-ml_0.04-1-4_all.deb
  to main/a/aspell-ml/aspell-ml_0.04-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/e1qsqut-0007xr...@franck.debian.org



Accepted mozart 1.4.0-7 (source i386 all)

2011-06-04 Thread Kevin Glynn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 14:14:10 +0200
Source: mozart
Binary: mozart mozart-doc
Architecture: source i386 all
Version: 1.4.0-7
Distribution: unstable
Urgency: low
Maintainer: Kevin Glynn kev...@debian.org
Changed-By: Kevin Glynn kev...@debian.org
Description: 
 mozart - Mozart Programming System
 mozart-doc - Mozart Programming System (Documentation)
Closes: 576555 624593
Changes: 
 mozart (1.4.0-7) unstable; urgency=low
 .
   * faultstates.eps was making gs seg fault, regenerated from png using
 sam2p. (closes: 624593)
   * Removed Pierre Machard from uploaders.  Thanks for everything Pierre.
 (closes: 576555)
   * Changed libgmp3-dev build dependency to libgmp-dev.
   * Fix description-synopsis-starts-with-article Lintian warning.
   * Standards Version 3.9.2. (No change)
Checksums-Sha1: 
 609b0836a96689d39ba9b203ffb0366fc1df779f 1380 mozart_1.4.0-7.dsc
 a629f770233e17cb6879da2ccff5fde837fa14ef 446713 mozart_1.4.0-7.diff.gz
 53db65a7b5d22aa13b98afb86342da22ef472c17 2653662 mozart_1.4.0-7_i386.deb
 11d1a71ade78d7ec2d445a209af8d41aede08664 3763902 mozart-doc_1.4.0-7_all.deb
Checksums-Sha256: 
 d3c66829f319fcd7f5ac1f0ebc5c523a7280c4012d31729f34f28130e6183f20 1380 
mozart_1.4.0-7.dsc
 b1f072527c211d41cc4a3a3c3f9d71091b4dc2bcc7d327d75bb3008a163b7c9f 446713 
mozart_1.4.0-7.diff.gz
 584c580f32b83a0e3d774ee8fa71685d5160e67e621701d39ff78a52a5c2aaea 2653662 
mozart_1.4.0-7_i386.deb
 db5211706e54798480ea086423b0f35842637042f290017c2d82a70b489cde4c 3763902 
mozart-doc_1.4.0-7_all.deb
Files: 
 9ae222c810e75c73142f24209788eb82 1380 devel optional mozart_1.4.0-7.dsc
 d4dc31fe6d82186b507cb5793362de18 446713 devel optional mozart_1.4.0-7.diff.gz
 4ae38a5be72c8fda7df1fc8fe8a0a082 2653662 devel optional mozart_1.4.0-7_i386.deb
 e04895c2d472501a7a702ee578e8d78d 3763902 doc optional 
mozart-doc_1.4.0-7_all.deb

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

iEYEARECAAYFAk3qJdMACgkQEPqrmA6oSivOVwCfXk2VeyAM1B3641/AXb+OlHAA
5J4AnR1vVYzxZY8uMEvoBjIWVJ4g94A+
=raBs
-END PGP SIGNATURE-


Accepted:
mozart-doc_1.4.0-7_all.deb
  to main/m/mozart/mozart-doc_1.4.0-7_all.deb
mozart_1.4.0-7.diff.gz
  to main/m/mozart/mozart_1.4.0-7.diff.gz
mozart_1.4.0-7.dsc
  to main/m/mozart/mozart_1.4.0-7.dsc
mozart_1.4.0-7_i386.deb
  to main/m/mozart/mozart_1.4.0-7_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/e1qsqvc-0007hv...@franck.debian.org



Accepted notmuch 0.6~215 (source amd64)

2011-06-04 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 08:37:36 -0300
Source: notmuch
Binary: notmuch libnotmuch1 libnotmuch-dev
Architecture: source amd64
Version: 0.6~215
Distribution: experimental
Urgency: low
Maintainer: Carl Worth cwo...@debian.org
Changed-By: David Bremner brem...@debian.org
Description: 
 libnotmuch-dev - thread-based email index, search and tagging (development)
 libnotmuch1 - thread-based email index, search and tagging (runtime)
 notmuch- thread-based email index, search and tagging
Changes: 
 notmuch (0.6~215) experimental; urgency=low
 .
   * Git snapshot 5143e5e
   * GMime: improve password handling, prevent premature closing stdout
   * Emacs: sender address UI tweaks
   * lib/message-file: plug three memleaks.
   * Updated python bindings
   * Sanitize Subject: and Author: fields in notmuch-search
   * vim: new delete command, update mark as read command
Checksums-Sha1: 
 4b5023aa50807c17a8c0fd92e0e60aec3c31b06a 1240 notmuch_0.6~215.dsc
 ea991b18f74d4eadf65c364c3d3dc7aeb14a1a2e 392544 notmuch_0.6~215.tar.gz
 a634dff19837172a0b40d5acdbf51191f97058b3 113324 notmuch_0.6~215_amd64.deb
 bb731d554c830578da0993874454f96f4a99cd08 54338 libnotmuch1_0.6~215_amd64.deb
 85e6efb57b5700baf782b739af741d81510130a4 16902 libnotmuch-dev_0.6~215_amd64.deb
Checksums-Sha256: 
 01659f56b9e186c5d5dc9881e4f1c0d8c1709e97781032710ee650c2f525592f 1240 
notmuch_0.6~215.dsc
 6d3690d4d5d48e1872b89e08edb424f3d490592ace97df97830aef905b21ab8f 392544 
notmuch_0.6~215.tar.gz
 112c639714f791c71cbe8a4722cc230b93aa462ac1a9c866d841a0dae636618c 113324 
notmuch_0.6~215_amd64.deb
 c5f3ba3015ab8894c9b09db3f2e0085dea11026ab3e8e5519ef77b18c40366b4 54338 
libnotmuch1_0.6~215_amd64.deb
 75192fb624f6d92970478cc592de00962a8abef9dca8ecad67457b397f35 16902 
libnotmuch-dev_0.6~215_amd64.deb
Files: 
 10ec22278c27d372c7877a039cce3281 1240 mail extra notmuch_0.6~215.dsc
 5302ae58940c16b53916e50310611056 392544 mail extra notmuch_0.6~215.tar.gz
 5cdfe37bec6fbee882de498b6e0f015d 113324 mail extra notmuch_0.6~215_amd64.deb
 0ad512826473a2e6c6ba53f5865adc3c 54338 libs extra libnotmuch1_0.6~215_amd64.deb
 5bf68294fe86a8d6911b21823d9660b9 16902 libdevel extra 
libnotmuch-dev_0.6~215_amd64.deb

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

iJwEAQECAAYFAk3qLXEACgkQTiiN/0Um85njdQP/YmptUnSldqSJ4BPb5eVBHGM2
IIf6VKhZaHx/waNPKRctuBYmbFZDsok1buec651R8fTq0VMgcgHsk8s5HNFDadIZ
8MFPIX4MvEpIwMyX7a0hGgdfb2E+0s1K2dbpRJKnwC8IwbW5np+OXeI0+zzvXbco
j1UfoE4VTdO2jeCYaL0=
=7Cg7
-END PGP SIGNATURE-


Accepted:
libnotmuch-dev_0.6~215_amd64.deb
  to main/n/notmuch/libnotmuch-dev_0.6~215_amd64.deb
libnotmuch1_0.6~215_amd64.deb
  to main/n/notmuch/libnotmuch1_0.6~215_amd64.deb
notmuch_0.6~215.dsc
  to main/n/notmuch/notmuch_0.6~215.dsc
notmuch_0.6~215.tar.gz
  to main/n/notmuch/notmuch_0.6~215.tar.gz
notmuch_0.6~215_amd64.deb
  to main/n/notmuch/notmuch_0.6~215_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/e1qsqja-7x...@franck.debian.org



Accepted bley 0.1.5-1 (source all)

2011-06-04 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 14:53:21 +0200
Source: bley
Binary: bley
Architecture: source all
Version: 0.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Evgeni Golov evg...@debian.org
Changed-By: Evgeni Golov evg...@debian.org
Description: 
 bley   - intelligent greylisting daemon for Postfix
Closes: 599729 606363 618252
Changes: 
 bley (0.1.5-1) unstable; urgency=low
 .
   * New upstream release
 + Includes fixes for MySQL problems.
   Closes: #618252
 + Does not import psycopg2 when running with mysql anymore.
   Closes: #599729
   * Switch to dh_python2.
   * Set X-Python-Version = 2.5, not only 2.5, 2.6.
 Closes: #606363
   * Standards-Version: 3.9.2
Checksums-Sha1: 
 ee640a5d3073b21a016bfa86a2c8d74a31e61694 1013 bley_0.1.5-1.dsc
 8d45c0494aeafaa9cde65336178c5668034e2f6c 9299 bley_0.1.5.orig.tar.gz
 b9ada311a74380a147b791ccd6a1b4c8a6ba5fb4 6301 bley_0.1.5-1.debian.tar.gz
 e5f2a141c5b9ec122ffee57768e9615eaaac0525 15332 bley_0.1.5-1_all.deb
Checksums-Sha256: 
 f497768c42d1ef34ad79efeb67929f545d59892c627da5f3ec482f9630e1cbc2 1013 
bley_0.1.5-1.dsc
 49a07403675cb7c92aa22f7ac80ffcb83374246e1b8bc07141e1cfad2eec83eb 9299 
bley_0.1.5.orig.tar.gz
 b93a3f099bfa3b33934974fbff8c66c4ca1e263778de0c209fac2fdbe534d1dd 6301 
bley_0.1.5-1.debian.tar.gz
 4c8370fe583bdc2b48758f14d965c105e6853531712fe289b5f6481806d47438 15332 
bley_0.1.5-1_all.deb
Files: 
 4b63ba22e1ea3e5a8eddd18bbae18554 1013 mail optional bley_0.1.5-1.dsc
 8e781d79304254194f4499ca9b6440eb 9299 mail optional bley_0.1.5.orig.tar.gz
 1387c7c92a13b1edb24d2bf4f7754182 6301 mail optional bley_0.1.5-1.debian.tar.gz
 135028dc78a8a215cd7a8ad3622ec5e8 15332 mail optional bley_0.1.5-1_all.deb

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

iEYEARECAAYFAk3qMKEACgkQJKAUGKwVtQxWCwCeOt3WikvJfgYn/PzE6dLfWS78
F28AnROEXEjuPrKiIXA8bdC2GkSD3KnE
=HGJ/
-END PGP SIGNATURE-


Accepted:
bley_0.1.5-1.debian.tar.gz
  to main/b/bley/bley_0.1.5-1.debian.tar.gz
bley_0.1.5-1.dsc
  to main/b/bley/bley_0.1.5-1.dsc
bley_0.1.5-1_all.deb
  to main/b/bley/bley_0.1.5-1_all.deb
bley_0.1.5.orig.tar.gz
  to main/b/bley/bley_0.1.5.orig.tar.gz


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



Accepted geogebra 3.2.47.0+dfsg1-1 (source all)

2011-06-04 Thread Giovanni Mascellani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Jun 2011 14:41:33 +0200
Source: geogebra
Binary: geogebra geogebra-gnome
Architecture: source all
Version: 3.2.47.0+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Giovanni Mascellani g...@debian.org
Description: 
 geogebra   - Dynamic mathematics software for education
 geogebra-gnome - GNOME integration layer for GeoGebra
Changes: 
 geogebra (3.2.47.0+dfsg1-1) unstable; urgency=low
 .
   * New upstream release:
 + many small bugfixes;
 + translation updates;
 + added Nepali and Marathi translations.
   * Using upstream-provided wrapper script.
Checksums-Sha1: 
 30837744795f3fe7873d71d3fe9bef5744a8bdaa 1652 geogebra_3.2.47.0+dfsg1-1.dsc
 f2ef41b55d5e7a386da78be54db8c930e1efce2d 2164419 
geogebra_3.2.47.0+dfsg1.orig.tar.gz
 f374067dbd4547d3b39b77ad1e02a8190d04a90b 32673 
geogebra_3.2.47.0+dfsg1-1.debian.tar.gz
 9745e8c2a5ca88db5edd701e852ab17f85a420c3 3041854 
geogebra_3.2.47.0+dfsg1-1_all.deb
 d024a4cd96042d6a4971ce0bbd89c615846a2063 14334 
geogebra-gnome_3.2.47.0+dfsg1-1_all.deb
Checksums-Sha256: 
 4fa0650222ba05dc9b310e42a0fb8214a4b731bee7e02d4d2f1d7ba37d5f73b9 1652 
geogebra_3.2.47.0+dfsg1-1.dsc
 ee71c7be9a5b5e037b57927ec82e945dd7dc44ec422b5eb14b81cda61b678523 2164419 
geogebra_3.2.47.0+dfsg1.orig.tar.gz
 7e1829987587ac5ec86f2aab096b172b650f49e7736ee1b451e4751e9cf3136c 32673 
geogebra_3.2.47.0+dfsg1-1.debian.tar.gz
 557d9e3a535c955cbac3f99e3aee8095109417e310b1cb53ab8a0bda57b6f61a 3041854 
geogebra_3.2.47.0+dfsg1-1_all.deb
 acabb47126443f604bc5e23afa90d33f61fda61fcc468cb68cd1230ea02d03bb 14334 
geogebra-gnome_3.2.47.0+dfsg1-1_all.deb
Files: 
 400aec266b7086271e2705da0685cab7 1652 java extra geogebra_3.2.47.0+dfsg1-1.dsc
 8fc8728d71a5f577f09bf57d5cb64d53 2164419 java extra 
geogebra_3.2.47.0+dfsg1.orig.tar.gz
 490fb0d7d526c7b9aa652c5416809edc 32673 java extra 
geogebra_3.2.47.0+dfsg1-1.debian.tar.gz
 69872c98731ca951214bd7fcc830130d 3041854 java extra 
geogebra_3.2.47.0+dfsg1-1_all.deb
 de1049211f24d9ad833ffe6aebb716bd 14334 java extra 
geogebra-gnome_3.2.47.0+dfsg1-1_all.deb

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

iF4EAREKAAYFAk3qMwkACgkQBIoTAU7n/+NJ4QEAvqRRfqkXR/BOUBy+dRAg+JSc
yTvboCAfMXF9vqHwfcEA/RAkZj3jGTRAcNmYxFyiXP8AiQFWsXlq5vFl++1nFZYQ
=YeoJ
-END PGP SIGNATURE-


Accepted:
geogebra-gnome_3.2.47.0+dfsg1-1_all.deb
  to main/g/geogebra/geogebra-gnome_3.2.47.0+dfsg1-1_all.deb
geogebra_3.2.47.0+dfsg1-1.debian.tar.gz
  to main/g/geogebra/geogebra_3.2.47.0+dfsg1-1.debian.tar.gz
geogebra_3.2.47.0+dfsg1-1.dsc
  to main/g/geogebra/geogebra_3.2.47.0+dfsg1-1.dsc
geogebra_3.2.47.0+dfsg1-1_all.deb
  to main/g/geogebra/geogebra_3.2.47.0+dfsg1-1_all.deb
geogebra_3.2.47.0+dfsg1.orig.tar.gz
  to main/g/geogebra/geogebra_3.2.47.0+dfsg1.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/e1qsrcn-0002qr...@franck.debian.org



Accepted kbd 1.15.3-3 (source i386)

2011-06-04 Thread Michael Schutte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jun 2011 15:28:44 +0200
Source: kbd
Binary: kbd kbd-udeb
Architecture: source i386
Version: 1.15.3-3
Distribution: unstable
Urgency: low
Maintainer: Console utilities maintainers 
pkg-kbd-de...@lists.alioth.debian.org
Changed-By: Michael Schutte mi...@debian.org
Description: 
 kbd- Linux console font and keytable utilities
 kbd-udeb   - Linux console keyboard setup utilities (udeb)
Closes: 629180 629191
Changes: 
 kbd (1.15.3-3) unstable; urgency=low
 .
   * debian/rules clean: Force regeneration of loadkeys.c and
 loadkeys.analyze.c, closes: #629180, #629191.
   * Manually clean some .gmo files in po/.
Checksums-Sha1: 
 40b76dc0b06f7a58e838035a0d30ade89405724d 1556 kbd_1.15.3-3.dsc
 65d795241432fa53acbf2b051b650016a95799b4 33490 kbd_1.15.3-3.debian.tar.gz
 79348f532bff71360923f200497fd17280cded44 451208 kbd_1.15.3-3_i386.deb
 9e997f8a77100a80ad14cdfc9fb19ca6d3dcc88b 54476 kbd-udeb_1.15.3-3_i386.udeb
Checksums-Sha256: 
 97a9d2888b5d083093c5683b71395e429c68ff87be9778b2293b353c34f4f8b0 1556 
kbd_1.15.3-3.dsc
 805efc596cba11f4ffcafd10134973ce77b4b2393abff8dffdb3c9893811513c 33490 
kbd_1.15.3-3.debian.tar.gz
 c81bff8141733274ca0636072e2ec919d6eccde89193f6b92cc81c0e002b5ce9 451208 
kbd_1.15.3-3_i386.deb
 8720d54fdadfa90e1d1c9d5c0cbd076136d739da63c0671786c4001f9bcfc33e 54476 
kbd-udeb_1.15.3-3_i386.udeb
Files: 
 26b01c70c94b43965e8fe32f5c77640c 1556 utils optional kbd_1.15.3-3.dsc
 db25760904cf8d322d1ae3fcd8229dea 33490 utils optional 
kbd_1.15.3-3.debian.tar.gz
 2465bce92925530f2d3ff07eb38466b4 451208 utils optional kbd_1.15.3-3_i386.deb
 f199f6a9be39ceb58adfc2432c368282 54476 debian-installer optional 
kbd-udeb_1.15.3-3_i386.udeb

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

iQEcBAEBCAAGBQJN6jQEAAoJEPPkEi8djCYasEcH/jvB8nN8OVF5PrO0tRS5lGJT
rjaVx2wQHJShQBY6ffYycMqNTjKC7If0IOz3+plJt5MmLKVD4AwaTNlZszbA4dlF
TcKt8ryAT1lf11fu1lxQf3kjxMdorq/DFFN5+JFRFda6QzCe6XqrtpXwuY1lYw3z
Y0s8AlZ95ZMVBpyaWrZ0CLLlunfQKYmu51oom8Z8ggmwSoGWx/J10mjhryIOF56x
KPCXo2Ex9yhm+izDp1iusKTjeGzxPyWGBVzSn7tPnoOXQP+0x2dGS884dMp+/ke8
PG6pSpiIFM0+ME/2AJXcCYcWsSOfzpiS4rtn9e3bCQQ93io3oNkOmiV3nJkgCMU=
=w6k9
-END PGP SIGNATURE-


Accepted:
kbd-udeb_1.15.3-3_i386.udeb
  to main/k/kbd/kbd-udeb_1.15.3-3_i386.udeb
kbd_1.15.3-3.debian.tar.gz
  to main/k/kbd/kbd_1.15.3-3.debian.tar.gz
kbd_1.15.3-3.dsc
  to main/k/kbd/kbd_1.15.3-3.dsc
kbd_1.15.3-3_i386.deb
  to main/k/kbd/kbd_1.15.3-3_i386.deb


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



Accepted sauerbraten-data 0.0.20100728-2 (source all)

2011-06-04 Thread Fuddl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 01:14:00 +0200
Source: sauerbraten-data
Binary: sauerbraten-data
Architecture: source all
Version: 0.0.20100728-2
Distribution: unstable
Urgency: low
Maintainer: Bruno Fuddl Kleinert fu...@debian.org
Changed-By: Bruno Fuddl Kleinert fu...@debian.org
Description: 
 sauerbraten-data - Game content for the Sauerbraten game
Changes: 
 sauerbraten-data (0.0.20100728-2) unstable; urgency=low
 .
   * Fix typos in the package description
   * Use debhelper 8 to build the package
 * Build-depend on debhelper (= 8)
 * Use the debhelper 8 minimal debian/rules file
   * Update to standards version 3.9.2. No changes
Checksums-Sha1: 
 0f303b48b3e188a1c20367be4de5bc81c23379a6 1354 
sauerbraten-data_0.0.20100728-2.dsc
 3b318c023c7a3589c1dbfb4e4993e2f5d34b2e57 23793 
sauerbraten-data_0.0.20100728-2.debian.tar.gz
 611b742291808114642947b0c4d44cb15c56af51 463225354 
sauerbraten-data_0.0.20100728-2_all.deb
Checksums-Sha256: 
 dd087a06b415db40a05321cdd01e7f30f72380bdbb21efecbe7633a142a2a08f 1354 
sauerbraten-data_0.0.20100728-2.dsc
 14860c636e4306a308efa90a945ac3fd053d9424b9d67919c27ff1cbcd0cc6a8 23793 
sauerbraten-data_0.0.20100728-2.debian.tar.gz
 5c6ee6dd95dab1a0504a0cbf20f9145244f004db07e6fc8d78cae193dc0b6903 463225354 
sauerbraten-data_0.0.20100728-2_all.deb
Files: 
 7cbb01248c036085d56a2d9e9f0d73f0 1354 non-free/games optional 
sauerbraten-data_0.0.20100728-2.dsc
 c47038d64a112539e766875276a5d975 23793 non-free/games optional 
sauerbraten-data_0.0.20100728-2.debian.tar.gz
 0969323fbdb9db0645106e2e5bff44f2 463225354 non-free/games optional 
sauerbraten-data_0.0.20100728-2_all.deb

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

iEYEARECAAYFAk3pd2kACgkQurEs8MfFj3xbLwCfQnmK+LEowmzedjK8iM5qGma/
SbkAoKfBMRGhNw8T+MSoIpWqL+e6gxnf
=r/4+
-END PGP SIGNATURE-


Accepted:
sauerbraten-data_0.0.20100728-2.debian.tar.gz
  to non-free/s/sauerbraten-data/sauerbraten-data_0.0.20100728-2.debian.tar.gz
sauerbraten-data_0.0.20100728-2.dsc
  to non-free/s/sauerbraten-data/sauerbraten-data_0.0.20100728-2.dsc
sauerbraten-data_0.0.20100728-2_all.deb
  to non-free/s/sauerbraten-data/sauerbraten-data_0.0.20100728-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/e1qsrgm-0003vs...@franck.debian.org



Accepted aspell-hi 0.02-4 (source all)

2011-06-04 Thread Debian-IN Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 19:23:03 +0530
Source: aspell-hi
Binary: aspell-hi
Architecture: source all
Version: 0.02-4
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Description: 
 aspell-hi  - Hindi (hi) dictionary for GNU aspell
Changes: 
 aspell-hi (0.02-4) unstable; urgency=low
 .
   * debian/control:
 + Moved to dh7. Updated dependencies for that.
 + Updated Standards-Version to 3.9.2 (no changes needed).
   * debian/rules:
 + Simple rules file using dh7.
 + Removed u-deva.* files as they are provided by libaspell15.
   * Removed debian/install as it is managed by dh_install now.
Checksums-Sha1: 
 f0482d289b1b3a70a17185f44de7b59d3880f2f2 1314 aspell-hi_0.02-4.dsc
 2abd85f0d632e317af7e8b093c493e2f9bd437f0 2959 aspell-hi_0.02-4.debian.tar.gz
 aa5676fc9718aae3f85f4e3f0433965f46efa7af 1170456 aspell-hi_0.02-4_all.deb
Checksums-Sha256: 
 6ab34ad80fc98dce42bfcf6a9c9b091d5a988593d9e83e530a14fa9d14872d3e 1314 
aspell-hi_0.02-4.dsc
 0ce8280dba9745e8fc9e426756e343ddf681f80dadd4a27f151dba65a7fbc69d 2959 
aspell-hi_0.02-4.debian.tar.gz
 8027ce5f12f634abd9a70d7b07e6863e4880e522be270fd25ccef7b67529c305 1170456 
aspell-hi_0.02-4_all.deb
Files: 
 12da12ed9c7f54ee7bf7d174b943df33 1314 text optional aspell-hi_0.02-4.dsc
 44c55a87477d8c560596e9df32ff7095 2959 text optional 
aspell-hi_0.02-4.debian.tar.gz
 6aa45f2e36dcb0a97110c056c4ed2739 1170456 text optional aspell-hi_0.02-4_all.deb

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

iEYEARECAAYFAk3qOncACgkQoRg/jtECjI1xugCfWc3/eosQl45L4Eu8nAKtxBba
cmwAn0CbBaIrA7rijrb6h6Wx3jghIc9r
=6QLa
-END PGP SIGNATURE-


Accepted:
aspell-hi_0.02-4.debian.tar.gz
  to main/a/aspell-hi/aspell-hi_0.02-4.debian.tar.gz
aspell-hi_0.02-4.dsc
  to main/a/aspell-hi/aspell-hi_0.02-4.dsc
aspell-hi_0.02-4_all.deb
  to main/a/aspell-hi/aspell-hi_0.02-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/e1qss8c-00077f...@franck.debian.org



Accepted highlight 3.5-2 (source all amd64)

2011-06-04 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 11:27:12 -0300
Source: highlight
Binary: highlight highlight-common libhighlight-perl
Architecture: source amd64 all
Version: 3.5-2
Distribution: unstable
Urgency: low
Maintainer: Ayman Negm n...@debian.org
Changed-By: David Bremner brem...@debian.org
Description: 
 highlight  - Universal source code to formatted text converter
 highlight-common - source code to formatted text converter (architecture 
independent
 libhighlight-perl - perl bindings for highlight source code to formatted text 
convert
Changes: 
 highlight (3.5-2) unstable; urgency=low
 .
   * Build with default boost (1.46 currently).
Checksums-Sha1: 
 71bccbd71a0c1ed7011ef58e480ea42a3e06a7d0 1391 highlight_3.5-2.dsc
 ee05fed6d2940ef32f39138fbb3f6083b2d56cba 6457 highlight_3.5-2.debian.tar.gz
 a6cad24cf4d4d1beda9aaa168acf087caee96846 336254 highlight_3.5-2_amd64.deb
 ade46e9745abdb02cf7f2ceb78cbb36bc8995872 207554 highlight-common_3.5-2_all.deb
 20dfcd96c225dd1243e5f440469f3c70d3630acd 399648 
libhighlight-perl_3.5-2_amd64.deb
Checksums-Sha256: 
 cce520d012a15189bb6fe128d45ed2cd8d0504babd41a38e936cf61b136a6f8a 1391 
highlight_3.5-2.dsc
 cc2a6bd936e3514aead38cbcdce458da6850b04560a380b2b1474a0a1dba1794 6457 
highlight_3.5-2.debian.tar.gz
 211849cd6f41613312410230d559c361d68e069b50d6eb706b7187d17b4b446a 336254 
highlight_3.5-2_amd64.deb
 fbc9402b6d300839fd912dfd7cf4d0fbf3ced0adea0b6cf2c169ff664f8f4b07 207554 
highlight-common_3.5-2_all.deb
 76b1e7a5316141975761a611fc226a784f29b86d9d5da4d83338f9d443f14eb4 399648 
libhighlight-perl_3.5-2_amd64.deb
Files: 
 c7f1a4472e2e7affe0f36d8e818a7ad1 1391 devel optional highlight_3.5-2.dsc
 d71ff483c1a8e80d5696112cdd1173c5 6457 devel optional 
highlight_3.5-2.debian.tar.gz
 93d2e549507e9e48babe4b80b80483fa 336254 devel optional 
highlight_3.5-2_amd64.deb
 6cc81cd481625714a290bd1b3a544ece 207554 devel optional 
highlight-common_3.5-2_all.deb
 682e9ccb1b511c1f21d9bb6a491d4052 399648 perl optional 
libhighlight-perl_3.5-2_amd64.deb

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

iJwEAQECAAYFAk3qQ44ACgkQTiiN/0Um85k4pwP/a+gyA1KsvF3rxaaIYR+xGyFX
h2qAq15WezspPU8JfzF49ty22WYp0LUsV3LMSJYmqqhYVRdk3J/swZMVI0GduKqo
MXwHmluiYrWJovmNieQ0cEDLVManSQD8/ucFyV74FGQmGj7Yyq0ctIOr7pcM9VBO
lQUzvhG52tIXr6rXiYM=
=hJWu
-END PGP SIGNATURE-


Accepted:
highlight-common_3.5-2_all.deb
  to main/h/highlight/highlight-common_3.5-2_all.deb
highlight_3.5-2.debian.tar.gz
  to main/h/highlight/highlight_3.5-2.debian.tar.gz
highlight_3.5-2.dsc
  to main/h/highlight/highlight_3.5-2.dsc
highlight_3.5-2_amd64.deb
  to main/h/highlight/highlight_3.5-2_amd64.deb
libhighlight-perl_3.5-2_amd64.deb
  to main/h/highlight/libhighlight-perl_3.5-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/e1qsscs-0007wy...@franck.debian.org



Accepted libsocialweb 0.25.17-1 (source all i386)

2011-06-04 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Jun 2011 21:56:57 +0800
Source: libsocialweb
Binary: libsocialweb0 libsocialweb-dev libsocialweb-doc libsocialweb0-dbg 
libsocialweb-client2 libsocialweb-client-dev libsocialweb-client-doc 
libsocialweb-client2-dbg gir1.2-socialweb-client
Architecture: source all i386
Version: 0.25.17-1
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org
Changed-By: Ying-Chun Liu (PaulLiu) paul...@debian.org
Description: 
 gir1.2-socialweb-client - client library to access socialweb server 
(introspection files)
 libsocialweb-client-dev - client library to access socialweb server 
(development headers)
 libsocialweb-client-doc - client library to access socialweb server 
(development headers)
 libsocialweb-client2 - client library to access socialweb server
 libsocialweb-client2-dbg - client library to access socialweb server (debug 
symbols)
 libsocialweb-dev - socialweb library to fetch data from social service (dev. 
headers
 libsocialweb-doc - socialweb library to fetch data from social service (dev. 
headers
 libsocialweb0 - socialweb library to fetch data from social service
 libsocialweb0-dbg - socialweb library to fetch data from social service (debug 
symbol
Changes: 
 libsocialweb (0.25.17-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 b94ac845a7a8f41c66b16904851054d3ab7af89d 2312 libsocialweb_0.25.17-1.dsc
 55cc2df8622cf79c23c09c968e0d0dd64dc28477 582974 
libsocialweb_0.25.17.orig.tar.bz2
 e277cb6b467d67ed827d80f60e570cacdab59e52 9676 
libsocialweb_0.25.17-1.debian.tar.gz
 b494645ee1c2152f9e470af7b6c867baa39b531c 51794 
libsocialweb-doc_0.25.17-1_all.deb
 850a98ae8fdd5eb196fd1d63d142f51fdc26f57d 21808 
libsocialweb-client-doc_0.25.17-1_all.deb
 7254adb0261fe618ee33e0f14166e244617c6bea 315792 
libsocialweb0_0.25.17-1_i386.deb
 67b48ac7619834921ff31412c40ebef9b74e5c29 15778 
libsocialweb-dev_0.25.17-1_i386.deb
 fad43ff4d5c7365179a1e523e9c054985681e337 427414 
libsocialweb0-dbg_0.25.17-1_i386.deb
 ad114ee0c4f7e939c907663ea06db66a58363386 26196 
libsocialweb-client2_0.25.17-1_i386.deb
 ed0dd13658dbd5a30e4a733c6a63a9d4cc0dd710 12118 
libsocialweb-client-dev_0.25.17-1_i386.deb
 b909eb1ff0054bd936cb78a286ad8d8ecd843eb3 42200 
libsocialweb-client2-dbg_0.25.17-1_i386.deb
 6612b2ae635da5c347b0c8f9c72a18da9266903c 8328 
gir1.2-socialweb-client_0.25.17-1_i386.deb
Checksums-Sha256: 
 2ab5eb49b8f658500905fba9eb4470788add7ae79bf31e37eec3a4d1acf8848b 2312 
libsocialweb_0.25.17-1.dsc
 1b0e804818dedc208f54574bbaf92a50ae8aabc0954e624179c1707281be48ed 582974 
libsocialweb_0.25.17.orig.tar.bz2
 8c44fc318b1a767f62df2c992aacc6559e3e96c080ad2958aa9e283257ef67b2 9676 
libsocialweb_0.25.17-1.debian.tar.gz
 10c4cd0420acf12cc8a74bb62c28b1c2f163c37917a167bed623ed2e82070ebf 51794 
libsocialweb-doc_0.25.17-1_all.deb
 e976f54bf685afae17465d02ead45c563b28c3746d7af2e156830307c5b0e722 21808 
libsocialweb-client-doc_0.25.17-1_all.deb
 207f9d2246fb33ef5683198e0bc94705341e85e3b811709ab1e9d6a2da76a4db 315792 
libsocialweb0_0.25.17-1_i386.deb
 6ec9f429aa620a377085ffe7a7d6d7eefb0811d2a97244829b1f4d0de7fd428c 15778 
libsocialweb-dev_0.25.17-1_i386.deb
 91d4fb3c58e7de89c95578adc9c69b5e64f800432d8b0a86bfbca49ea4de31a4 427414 
libsocialweb0-dbg_0.25.17-1_i386.deb
 6ffd407d299a359c5f952cb8740cddfe27297ea00844b54f0b37d4373f21873f 26196 
libsocialweb-client2_0.25.17-1_i386.deb
 cd0c186a0e93bdca823844fe1e5e467982bcebdb54ba5fe24ace3c4dd3058fa1 12118 
libsocialweb-client-dev_0.25.17-1_i386.deb
 d48b7d2790a398d30e86a0fae7c5be4d3db5a9d6a819ad26dd4e0c71da545c14 42200 
libsocialweb-client2-dbg_0.25.17-1_i386.deb
 ce238425364c316a1d0186ca10cd750b33fec4630330cdb1c5b998b62b845a48 8328 
gir1.2-socialweb-client_0.25.17-1_i386.deb
Files: 
 084aff5f503c10217cc7cd0a47a90826 2312 web optional libsocialweb_0.25.17-1.dsc
 703c588005770995e1ec7ece95aa5df0 582974 web optional 
libsocialweb_0.25.17.orig.tar.bz2
 796d37a9982f1fb56cc69df79e5440d2 9676 web optional 
libsocialweb_0.25.17-1.debian.tar.gz
 404b90bd72a8d1e9c3492cd0e05b00f9 51794 doc optional 
libsocialweb-doc_0.25.17-1_all.deb
 c0771fc7e4fe24ad21223b9e07215868 21808 doc optional 
libsocialweb-client-doc_0.25.17-1_all.deb
 3f98fa0240f08d9382b6dda0764acf1b 315792 libs optional 
libsocialweb0_0.25.17-1_i386.deb
 4a702771afb10d00e4f0c51efac79fea 15778 libdevel optional 
libsocialweb-dev_0.25.17-1_i386.deb
 5e523ab517ebe38113bf6656717173ee 427414 debug extra 
libsocialweb0-dbg_0.25.17-1_i386.deb
 f0c4c742e464ebc8ff438e79ea41a897 26196 libs optional 
libsocialweb-client2_0.25.17-1_i386.deb
 44317295183e8435c7b749860aed1a25 12118 libdevel optional 
libsocialweb-client-dev_0.25.17-1_i386.deb
 c5f80156f36d08fba418afd42796e878 42200 debug extra 
libsocialweb-client2-dbg_0.25.17-1_i386.deb
 8b84a356a5135e17fcf8f68703247dfe 8328 libs optional 
gir1.2-socialweb-client_0.25.17-1_i386.deb

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


Accepted libpgsql-ruby 0.11.0-1 (source all amd64)

2011-06-04 Thread Dmitry Borodaenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jun 2011 17:39:26 +0300
Source: libpgsql-ruby
Binary: libpgsql-ruby libpgsql-ruby-doc libpgsql-ruby1.8 libpgsql-ruby1.9.1
Architecture: source amd64 all
Version: 0.11.0-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Borodaenko angdr...@debian.org
Changed-By: Dmitry Borodaenko angdr...@debian.org
Description: 
 libpgsql-ruby - PostgreSQL interface for Ruby
 libpgsql-ruby-doc - Documentation for PostgreSQL interface for Ruby
 libpgsql-ruby1.8 - PostgreSQL interface for Ruby 1.8
 libpgsql-ruby1.9.1 - PostgreSQL interface for Ruby 1.9.1
Closes: 624106
Changes: 
 libpgsql-ruby (0.11.0-1) unstable; urgency=low
 .
   * New upstream snapshot:
 - resolves a segmentation fault bug when using Rails with
   PostgreSQL 9, closes: #624106.
   * Updated changelog from the upstream hg repository.
   * Standards-Version upgraded to 3.9.2.
Checksums-Sha1: 
 ae8480595a1f41fff88b139e9116a1c0f7103215 1278 libpgsql-ruby_0.11.0-1.dsc
 88546513d7987952b931449baca0f5d9f5d7229e 92204 libpgsql-ruby_0.11.0.orig.tar.gz
 c3ba154ac8be940cc80726dcdfdbdc7fcfb1a86c 18050 libpgsql-ruby_0.11.0-1.diff.gz
 9153661c8601b5b8c814c6ede856f4dbe5b62a35 43598 
libpgsql-ruby1.8_0.11.0-1_amd64.deb
 c9c1ed854cb351c7dbf068bafab11069eaf2aaee 48084 
libpgsql-ruby1.9.1_0.11.0-1_amd64.deb
 e14343ad39dd5dec056565fd9b95bdc0ef81741e 18176 libpgsql-ruby_0.11.0-1_all.deb
 db57da8a7d0d2b0fe3354165839c017afd1cf44c 155912 
libpgsql-ruby-doc_0.11.0-1_all.deb
Checksums-Sha256: 
 2eb8eda09a169db0a2dad11d8f486f15c3b080faa0742aed9a8ceb8d9d47dbfa 1278 
libpgsql-ruby_0.11.0-1.dsc
 b09ddccdb6e8dba2ffe97db650348f24d3e208fc275849a66e97448f4f83 92204 
libpgsql-ruby_0.11.0.orig.tar.gz
 759478ce7460eb47279ccd3ea6b1f1f57caa4d5274b0d489af85f8012c753da8 18050 
libpgsql-ruby_0.11.0-1.diff.gz
 e4f9e8bef355a1008c7cede9255b3a1da7a024aca6c5f879cebb1663bcf4c2e3 43598 
libpgsql-ruby1.8_0.11.0-1_amd64.deb
 3bbcda0c686050d4bbf5ecb2942def16567899a45290f2cdadd343c65ff44258 48084 
libpgsql-ruby1.9.1_0.11.0-1_amd64.deb
 03eaf65a801a56568db27608b7fffa183d9eae5932d10180a70f49c3964c84c6 18176 
libpgsql-ruby_0.11.0-1_all.deb
 2873c1071c410c18a940a9181b79bf5ae67fb9b3eed43a5b31a967cf66ffd3e5 155912 
libpgsql-ruby-doc_0.11.0-1_all.deb
Files: 
 e76e418a11c978ba23cb74d9459c06f4 1278 ruby optional libpgsql-ruby_0.11.0-1.dsc
 40f6740710d0bcd5519f8cf359320013 92204 ruby optional 
libpgsql-ruby_0.11.0.orig.tar.gz
 1c4ae6e3197f5c7512eeb8fa200d9cb3 18050 ruby optional 
libpgsql-ruby_0.11.0-1.diff.gz
 37130b4f69fcfa0c7f7ba26f7c3ef618 43598 ruby optional 
libpgsql-ruby1.8_0.11.0-1_amd64.deb
 58e73241b97adba02912a6dcd67d953c 48084 ruby optional 
libpgsql-ruby1.9.1_0.11.0-1_amd64.deb
 153f155187b0968c1f5633d7f7ab19b4 18176 ruby optional 
libpgsql-ruby_0.11.0-1_all.deb
 34ca7b5d8ed4c9be777fd3d9933c7518 155912 doc optional 
libpgsql-ruby-doc_0.11.0-1_all.deb

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

iEYEAREIAAYFAk3qRhgACgkQxhqJXoXuPg7yCwCgnwaPl0HQEhEghDysNlt/Cs1T
efkAn3yV2A7GxjAkOT/x4hJKZhVeKnji
=joGr
-END PGP SIGNATURE-


Accepted:
libpgsql-ruby-doc_0.11.0-1_all.deb
  to main/libp/libpgsql-ruby/libpgsql-ruby-doc_0.11.0-1_all.deb
libpgsql-ruby1.8_0.11.0-1_amd64.deb
  to main/libp/libpgsql-ruby/libpgsql-ruby1.8_0.11.0-1_amd64.deb
libpgsql-ruby1.9.1_0.11.0-1_amd64.deb
  to main/libp/libpgsql-ruby/libpgsql-ruby1.9.1_0.11.0-1_amd64.deb
libpgsql-ruby_0.11.0-1.diff.gz
  to main/libp/libpgsql-ruby/libpgsql-ruby_0.11.0-1.diff.gz
libpgsql-ruby_0.11.0-1.dsc
  to main/libp/libpgsql-ruby/libpgsql-ruby_0.11.0-1.dsc
libpgsql-ruby_0.11.0-1_all.deb
  to main/libp/libpgsql-ruby/libpgsql-ruby_0.11.0-1_all.deb
libpgsql-ruby_0.11.0.orig.tar.gz
  to main/libp/libpgsql-ruby/libpgsql-ruby_0.11.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/e1qssqs-0003qr...@franck.debian.org



Accepted autogen 1:5.11.9-0.2 (source amd64)

2011-06-04 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Jun 2011 15:17:34 +
Source: autogen
Binary: autogen libopts25 libopts25-dev
Architecture: source amd64
Version: 1:5.11.9-0.2
Distribution: unstable
Urgency: low
Maintainer: Bradley Smith bradsm...@debian.org
Changed-By: Kurt Roeckx k...@roeckx.be
Description: 
 autogen- automated text file generator
 libopts25  - automated option processing library based on autogen
 libopts25-dev - automated option processing library based on autogen
Closes: 629142
Changes: 
 autogen (1:5.11.9-0.2) unstable; urgency=low
 .
   * Apply patch from Bruce Korb bk...@gnu.org to deal with non-existing
 $HOME (Closes: #629142)
Checksums-Sha1: 
 99280bf788e8d9a697db77477b44c8a62efaada3 1898 autogen_5.11.9-0.2.dsc
 18b49b145a26eea20134b24f6b013c49caa0be07 13116 autogen_5.11.9-0.2.diff.gz
 3dd3d2db4955100d9ea49700bef0fe7b0a241baf 1071480 autogen_5.11.9-0.2_amd64.deb
 de0d0556b4568497cd77a4b8dcd32d0570936e13 72086 libopts25_5.11.9-0.2_amd64.deb
 e9b9b251cf3bb0bbe52f3170c84054a37b9663c9 115322 
libopts25-dev_5.11.9-0.2_amd64.deb
Checksums-Sha256: 
 a62106ea068b4a2e30c5419512bce73b9c5fdb7b41f4b58a2cdd091face236d6 1898 
autogen_5.11.9-0.2.dsc
 f6a2e9e0d7b70d94856bf76bd2512d60f4db57379a7d4cc4ec9b70d980d9cad2 13116 
autogen_5.11.9-0.2.diff.gz
 d14469af9eef11f28be6d7861dfa6c9dca76d99f8549e6acdadcdaea31e1b56a 1071480 
autogen_5.11.9-0.2_amd64.deb
 43ce81c88a5a0a39bfb3c824273c97440a4e9b820750d196dd15a49318c49c92 72086 
libopts25_5.11.9-0.2_amd64.deb
 a666b56b4015ce290637ab3a5f1a673afe4e84c37853ed609df31453857cd79d 115322 
libopts25-dev_5.11.9-0.2_amd64.deb
Files: 
 fd14b744aeb100768317341c3e1ed15d 1898 devel optional autogen_5.11.9-0.2.dsc
 071f38474782683dc15f913eded8b322 13116 devel optional 
autogen_5.11.9-0.2.diff.gz
 d4f61a4b91c07830cc32ef6e1cbfdda4 1071480 devel optional 
autogen_5.11.9-0.2_amd64.deb
 d2e942a731bdd446f6a92e25fe4fba6e 72086 libs optional 
libopts25_5.11.9-0.2_amd64.deb
 ca2126306cd745a4fd1a8fc053a5f3d5 115322 libdevel optional 
libopts25-dev_5.11.9-0.2_amd64.deb

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

iQIcBAEBCgAGBQJN6lFeAAoJEGpMZM6DE7Xwb/wP/1Aes71RWKNuuweD0fKkfSHa
0otvVqszbZBfTMGWizQsNFxsS9qG7yKaRqo+MdjMyAUoLZmkYvdzCucpYSrNI+oc
yx2OvHHBPQ/tff8nV6je8SvwkVcm7mEaPf0bJ5ZgTMjtYQYmkagoL9JIIlWaV9oX
/q/U6ZVkwHtMIRi2kNNdUJ7jX1ZM/lIs7YNw75FSCQbc60PsdOkb6DC4u9la07ST
S2mnUi86laS6csA6uQJ6UOlU3ntgZuZHWI6yHWEl5ypsvQlY/AFHS/wIFFN+CaTV
BFr24S4dq9EuV9eYqT6L/n2eOgmWhGc+S4Im2oKbHVbQv8p6M1nCs/fXLc8HWmlF
Dbs+OUaJPjfI65gcTb0ROirAnvcukRSLAnjTpxDF5u483J2Bvl4iJxpM//F80rrL
MOvNTlyjlM1D88DRjxarudN4RwuPcR2zT7/WN8HmevSAifMlD9SJKtgsbVw0nXfg
EtYaAfQvx13Y964I5caWzh7acNyWrsCR8PjOfjqaEG9VnLBVRtded8CFS09eb08Z
4pEN7GTu+iJdwjFIYwNLU/zV3unhB0sAnhzvjSin50TXLLzKSNMLDTG7+uXJqzne
DrIV/5hSIS+9le03jHxbFpGBxJ9OIwSfDlsa8x0rGyGsBKMu9dKT4He92oc1zzdR
hSLXlKwdheRhjntd0twy
=tGvv
-END PGP SIGNATURE-


Accepted:
autogen_5.11.9-0.2.diff.gz
  to main/a/autogen/autogen_5.11.9-0.2.diff.gz
autogen_5.11.9-0.2.dsc
  to main/a/autogen/autogen_5.11.9-0.2.dsc
autogen_5.11.9-0.2_amd64.deb
  to main/a/autogen/autogen_5.11.9-0.2_amd64.deb
libopts25-dev_5.11.9-0.2_amd64.deb
  to main/a/autogen/libopts25-dev_5.11.9-0.2_amd64.deb
libopts25_5.11.9-0.2_amd64.deb
  to main/a/autogen/libopts25_5.11.9-0.2_amd64.deb


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



Accepted samba 2:3.5.8~dfsg-5 (source all i386)

2011-06-04 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 13:48:32 +0200
Source: samba
Binary: samba samba-common-bin samba-common samba-tools smbclient swat 
samba-doc samba-doc-pdf libpam-smbpass libsmbclient libsmbclient-dev winbind 
samba-dbg libwbclient0 libwbclient-dev
Architecture: source all i386
Version: 2:3.5.8~dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Debian Samba Maintainers pkg-samba-ma...@lists.alioth.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 libpam-smbpass - pluggable authentication module for Samba
 libsmbclient - shared library for communication with SMB/CIFS servers
 libsmbclient-dev - development files for libsmbclient
 libwbclient-dev - Samba winbind client library - development files
 libwbclient0 - Samba winbind client library
 samba  - SMB/CIFS file, print, and login server for Unix
 samba-common - common files used by both the Samba server and client
 samba-common-bin - common files used by both the Samba server and client
 samba-dbg  - Samba debugging symbols
 samba-doc  - Samba documentation
 samba-doc-pdf - Samba documentation in PDF format
 samba-tools - Samba testing utilities
 smbclient  - command-line SMB/CIFS clients for Unix
 swat   - Samba Web Administration Tool
 winbind- Samba nameservice integration server
Closes: 629183
Changes: 
 samba (2:3.5.8~dfsg-5) unstable; urgency=low
 .
   * Fix tdb2.so undefined symbol: dyn_get_STATEDIR by fixing a typo
 in fhs-filespath.patch. Closes: #629183, LP: #789097
Checksums-Sha1: 
 e333e8db2a5543c3daed77da1de9070da566da23 2577 samba_3.5.8~dfsg-5.dsc
 088d0c11f7b1080980ead8ff547d132abf628cb2 596118 
samba_3.5.8~dfsg-5.debian.tar.gz
 7265844514c324568fbb755ff4b62d6b00bad2ea 391514 
samba-common_3.5.8~dfsg-5_all.deb
 844d9e0674803c6aabdaf5e23de7e64dc08d7e87 1729958 samba-doc_3.5.8~dfsg-5_all.deb
 22f84084311d715ed399b87de0e24ae039da78ac 7108806 
samba-doc-pdf_3.5.8~dfsg-5_all.deb
 326ed038ed9fd93da3c14c0e2273e33ac8d60efd 8228998 samba_3.5.8~dfsg-5_i386.deb
 8870daebbc7d1b5b8b41954c2834217a06b03a85 6390454 
samba-common-bin_3.5.8~dfsg-5_i386.deb
 cd3eade3a39f1a7b221ab4492d3be934e5da7589 11523130 
samba-tools_3.5.8~dfsg-5_i386.deb
 4e56e8d6bcdf2482e3069ad01150a96672abc501 15263480 
smbclient_3.5.8~dfsg-5_i386.deb
 1fd921196851b75826f2aed664b7c67126c4c2eb 2489976 swat_3.5.8~dfsg-5_i386.deb
 cacce18d194eee832a39d45d750d64577d81dd09 890712 
libpam-smbpass_3.5.8~dfsg-5_i386.deb
 c50ac0fa49cb0d6bef407453df2ca0f927ad965d 2195132 
libsmbclient_3.5.8~dfsg-5_i386.deb
 7dfc0ab2bc32af857b4bca625274d39b68ffa6c9 3165046 
libsmbclient-dev_3.5.8~dfsg-5_i386.deb
 bbc9f6766d811f23628907766dd629f07bbb2157 5775518 winbind_3.5.8~dfsg-5_i386.deb
 74c722bda5e2897fb34dca59eee8021fe6cb6101 56298452 
samba-dbg_3.5.8~dfsg-5_i386.deb
 84a4d0a83ade0cb548dfc639c92a42670c1c27fb 120076 
libwbclient0_3.5.8~dfsg-5_i386.deb
 baebb6d34cd238ef095a413daaa91ad62e06a299 84804 
libwbclient-dev_3.5.8~dfsg-5_i386.deb
Checksums-Sha256: 
 1ec72f72d816b728568b8bab6fc473cdb9aaa78755bfd734cdd0e095c23338f0 2577 
samba_3.5.8~dfsg-5.dsc
 b37bfbfd590990f41f47f1fe7c9d105c1893f836d130c2ca18ff4bdfc47dd4c3 596118 
samba_3.5.8~dfsg-5.debian.tar.gz
 8437e6563cd32ce9b039a99044559ea28487368f1a056724e33cfc51515a952f 391514 
samba-common_3.5.8~dfsg-5_all.deb
 1b564e7cc6aa45e2ec3d000c13c0b8fbe6a98c915407fb2cf2f9805d8dadb291 1729958 
samba-doc_3.5.8~dfsg-5_all.deb
 84d86186578fe4a71bd491cbcd2e73e1f63c8a441cecaa8dea971549b79a 7108806 
samba-doc-pdf_3.5.8~dfsg-5_all.deb
 37708d78d2fa88e8351e16cac49530db4563ecc4d9faf13312aa5cc5ccadcf69 8228998 
samba_3.5.8~dfsg-5_i386.deb
 652793e2bb0786515732d4fbb7bfd7ecd569826a703386220addb10eb202f851 6390454 
samba-common-bin_3.5.8~dfsg-5_i386.deb
 1ad6985c19ec8aaaf9840d8580e9707ef6260f1726c15d382c8f5910565b0e2b 11523130 
samba-tools_3.5.8~dfsg-5_i386.deb
 172f7457146906f558ae797395d833cc150a8099583e5f65bf1c4d6cd05c0a26 15263480 
smbclient_3.5.8~dfsg-5_i386.deb
 5c8a36a0c1e01bf80549dcd6d276d3dcbf02d424a4b81445852b8c9460087cb7 2489976 
swat_3.5.8~dfsg-5_i386.deb
 4f5bf8578797c83cebfd8b8cc1085947626e3440bca866dcb1bec9f62004ca37 890712 
libpam-smbpass_3.5.8~dfsg-5_i386.deb
 9d3c91fb5d0d7c9525d3b140e3384060446fc86411f88677eb7d8829e10b7175 2195132 
libsmbclient_3.5.8~dfsg-5_i386.deb
 f43fd07273bbd37113e8b23057385b606c12fbeeefa12de289747a26ab2e4446 3165046 
libsmbclient-dev_3.5.8~dfsg-5_i386.deb
 93b7cd5d7c5497b97e90267227007bc9cc0837eb0af9d7ef409f6a7c6373f47c 5775518 
winbind_3.5.8~dfsg-5_i386.deb
 73594aab532fefd8c6286bdd9ce9e69520d16162046e9deab7f5d971ed60b9dd 56298452 
samba-dbg_3.5.8~dfsg-5_i386.deb
 3c4b08f6910188db65ca877e949ec057b501fedc57d214a1cb3292dbc7afe738 120076 
libwbclient0_3.5.8~dfsg-5_i386.deb
 faac01fd1e57376a67233fca5f12dc1364f9c668fd1cacf570f96862de8a9379 84804 
libwbclient-dev_3.5.8~dfsg-5_i386.deb
Files: 
 253845de40685b378969e3a757354a2c 2577 net optional samba_3.5.8~dfsg-5.dsc
 a9cfed381c0d5479a4e035ec59fa7343 596118 net optional 

Accepted aspell-or 0.03-1-3 (source all)

2011-06-04 Thread Debian-IN Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 19:34:16 +0530
Source: aspell-or
Binary: aspell-or
Architecture: source all
Version: 0.03-1-3
Distribution: unstable
Urgency: low
Maintainer: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Changed-By: Debian-IN Team debian-in-work...@lists.alioth.debian.org
Description: 
 aspell-or  - Oriya (or) dictionary for GNU aspell
Changes: 
 aspell-or (0.03-1-3) unstable; urgency=low
 .
   [Vasudev Kamath]
   * debian/control:
 + Bumped Standards-Version to 3.9.2
 + Removed cdbs dependency
   * debian/copyright:
 + Updated to latest DEP-5 specifications
 + Updated copyright for Debian packaging
   * debian/rules:
 + Changed from cdbs to dh7
Checksums-Sha1: 
 c3b5e6a8fdad50c8cd60a37698a0d9b42de4cb0b 1360 aspell-or_0.03-1-3.dsc
 065d40755b3ce7e458dd4662f45d210eeceeb184 2700 aspell-or_0.03-1-3.debian.tar.gz
 f1c3adbbb1fa440f4e2b2b762731fbb746e38212 27796 aspell-or_0.03-1-3_all.deb
Checksums-Sha256: 
 cf66bfbcf592db3069d0dbb7f0adc71d167a76a73f0ae928f4f6d0dc31e6e7f3 1360 
aspell-or_0.03-1-3.dsc
 674cadddc56829f7a19258b9a607f48dd433f630ff4dbe9c7c88bbbd21adcf91 2700 
aspell-or_0.03-1-3.debian.tar.gz
 b0a05b7e50e7f2c77fbfb918b2c16c3276511ad824a7932f391b48210ab2b3f5 27796 
aspell-or_0.03-1-3_all.deb
Files: 
 e7f22adf534edb8c9c12879f354fdaaf 1360 text optional aspell-or_0.03-1-3.dsc
 5015bb89ac84c52b0fb44cf4079d1a58 2700 text optional 
aspell-or_0.03-1-3.debian.tar.gz
 8bee09386dabe1c68cebbd2956bb405f 27796 text optional aspell-or_0.03-1-3_all.deb

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

iEYEARECAAYFAk3qWpoACgkQoRg/jtECjI0jIgCfXFnoFApXpuN67Qwmcts4SYm9
hq0An2sQ+7137klA0sZxAbpV5S5ha627
=OQFy
-END PGP SIGNATURE-


Accepted:
aspell-or_0.03-1-3.debian.tar.gz
  to main/a/aspell-or/aspell-or_0.03-1-3.debian.tar.gz
aspell-or_0.03-1-3.dsc
  to main/a/aspell-or/aspell-or_0.03-1-3.dsc
aspell-or_0.03-1-3_all.deb
  to main/a/aspell-or/aspell-or_0.03-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/e1qstlk-0008mi...@franck.debian.org



Accepted libdbi-ruby 0.4.3-3 (source all)

2011-06-04 Thread Dmitry Borodaenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jun 2011 19:23:35 +0300
Source: libdbi-ruby
Binary: libdbi-ruby libdbi-ruby1.8 libdbi-ruby1.9.1
Architecture: source all
Version: 0.4.3-3
Distribution: unstable
Urgency: low
Maintainer: Dmitry Borodaenko angdr...@debian.org
Changed-By: Dmitry Borodaenko angdr...@debian.org
Description: 
 libdbi-ruby - Database Independent Interface for Ruby
 libdbi-ruby1.8 - Database Independent Interface for Ruby 1.8
 libdbi-ruby1.9.1 - Database Independent Interface for Ruby 1.9.1
Closes: 569845 625884 626184
Changes: 
 libdbi-ruby (0.4.3-3) unstable; urgency=low
 .
   * Under Ruby 1.9.x, implement deep Row#dup (solution by Justin Ossevoort
 proposed in RubyForge bug #28624). Closes: #569845, #626184.
   * Don't try to load 'deprecated' module with rubygems, it generates warnings
 with Ruby 1.8. Closes: #625884.
   * Quilt is back.
   * Standards-Version upgraded to 3.9.2.
Checksums-Sha1: 
 f42b5042b7f177a2ba077105bd5befe9964ccb1e 1095 libdbi-ruby_0.4.3-3.dsc
 fbc80410dd7e4168d5150c54fbd04242f215cff7 6306 libdbi-ruby_0.4.3-3.diff.gz
 5f4cb1386ec8ab3753075e8367a5def51a8f9699 99634 libdbi-ruby_0.4.3-3_all.deb
 8d5bd4d637378dd47d31f52f9622b15b32e7c4a9 59572 libdbi-ruby1.8_0.4.3-3_all.deb
 5447ca3306e895888a4bf00bbf2064c511881f57 59576 libdbi-ruby1.9.1_0.4.3-3_all.deb
Checksums-Sha256: 
 aaf5dbb0bdbfdd4f34b6bd4ab8a15c2e923c75e372d60577d620f7313db875a9 1095 
libdbi-ruby_0.4.3-3.dsc
 fd1c8b09fdd51ca24f5fd696ec11a6b3c22fb82909b351d709e6c3bc4df2878e 6306 
libdbi-ruby_0.4.3-3.diff.gz
 bce76d61657fda09a07aacaea0d53d95c9acbb7e7fd344c825e8564b12191108 99634 
libdbi-ruby_0.4.3-3_all.deb
 a9de98faf22b77b57aeeeac148d720f898dcdf9fd09e3c2a1e17655f821936c5 59572 
libdbi-ruby1.8_0.4.3-3_all.deb
 7e7e376180ca7be6b4dafffa27fcdf29766d6d8eeb28dd96b6cd63f4cb1565a4 59576 
libdbi-ruby1.9.1_0.4.3-3_all.deb
Files: 
 5c8f673bee7f2a7bcc81946dd9ab6391 1095 ruby optional libdbi-ruby_0.4.3-3.dsc
 03b180c202ff7be413d73a968b03c0ab 6306 ruby optional libdbi-ruby_0.4.3-3.diff.gz
 a0a860684e35cc5eb9f644022f9b043d 99634 ruby optional 
libdbi-ruby_0.4.3-3_all.deb
 9712e12697d382ec199cc4d1fbfe6d79 59572 ruby optional 
libdbi-ruby1.8_0.4.3-3_all.deb
 4eb0ea7bffe8194ab50dba1b736557d4 59576 ruby optional 
libdbi-ruby1.9.1_0.4.3-3_all.deb

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

iEYEAREIAAYFAk3qXBwACgkQxhqJXoXuPg7XGwCgg+56sjjWrLkLOqoop02gHMCe
m74AniGJblI5/TeVurIT5LQnF+4uVoHQ
=wrlr
-END PGP SIGNATURE-


Accepted:
libdbi-ruby1.8_0.4.3-3_all.deb
  to main/libd/libdbi-ruby/libdbi-ruby1.8_0.4.3-3_all.deb
libdbi-ruby1.9.1_0.4.3-3_all.deb
  to main/libd/libdbi-ruby/libdbi-ruby1.9.1_0.4.3-3_all.deb
libdbi-ruby_0.4.3-3.diff.gz
  to main/libd/libdbi-ruby/libdbi-ruby_0.4.3-3.diff.gz
libdbi-ruby_0.4.3-3.dsc
  to main/libd/libdbi-ruby/libdbi-ruby_0.4.3-3.dsc
libdbi-ruby_0.4.3-3_all.deb
  to main/libd/libdbi-ruby/libdbi-ruby_0.4.3-3_all.deb


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



Accepted lua-expat 1.2.0-1 (source amd64)

2011-06-04 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 18:02:33 +0200
Source: lua-expat
Binary: liblua5.1-expat0 liblua5.1-expat-dev
Architecture: source amd64
Version: 1.2.0-1
Distribution: unstable
Urgency: high
Maintainer: Enrico Tassi gareuselesi...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 liblua5.1-expat-dev - libexpat development files for the Lua language version 
5.1
 liblua5.1-expat0 - libexpat bindings for the Lua language version 5.1
Closes: 629225
Changes: 
 lua-expat (1.2.0-1) unstable; urgency=high
 .
   * new upstream release adding APIs to prevent the “billion laughs”
 denial-of-service attack (Closes: #629225)
Checksums-Sha1: 
 1656b8c7b0d676e06472d5b8504cb8bf214bc82e 1237 lua-expat_1.2.0-1.dsc
 76f036e6fb928a3e5f3c3ba1b854e5fef8e1b28f 28621 lua-expat_1.2.0.orig.tar.gz
 d0c6fc6dea36c63e880258b88f550c475f4795f5 2630 lua-expat_1.2.0-1.diff.gz
 a4450cd2b9940e4590ec2fc504850500259cd184 12370 
liblua5.1-expat0_1.2.0-1_amd64.deb
 5734066344b9c50f5f4875f25b9b13a8cfc786cb 28690 
liblua5.1-expat-dev_1.2.0-1_amd64.deb
Checksums-Sha256: 
 2226a6d63e84f33b4989a50bb3297f4e17f6d5dcab1cadb39e75ffa6cc7cc8a8 1237 
lua-expat_1.2.0-1.dsc
 2a7140e9c1923510639e87b60e85d7ddd0cd4e27561663bd9d4031ef90bae5ef 28621 
lua-expat_1.2.0.orig.tar.gz
 006b345601f3f031ac0c920aa239286a4f251724afb92b278b6c87bcd22ea2b5 2630 
lua-expat_1.2.0-1.diff.gz
 3d97fecd687716ed75691123069e3f6c206a50512a3591798565f24ff2654ad4 12370 
liblua5.1-expat0_1.2.0-1_amd64.deb
 2d6ce5fc269168fd56b9a898cca3c9f4ed13d1adad4176ac5ed44c8412f3da07 28690 
liblua5.1-expat-dev_1.2.0-1_amd64.deb
Files: 
 e276c0b71702b9d42bb0b5737d408e8d 1237 interpreters optional 
lua-expat_1.2.0-1.dsc
 03efe50c7f30a34580701e6527d7bfee 28621 interpreters optional 
lua-expat_1.2.0.orig.tar.gz
 8711c8f5b0418b8b87fa3dee52bba8ff 2630 interpreters optional 
lua-expat_1.2.0-1.diff.gz
 9eee0a5e4d3841adc0c749cb4a39a7d7 12370 interpreters optional 
liblua5.1-expat0_1.2.0-1_amd64.deb
 7ec7c8173e1fcc216ea331853801f527 28690 libdevel optional 
liblua5.1-expat-dev_1.2.0-1_amd64.deb

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

iEYEARECAAYFAk3qWVMACgkQ7kkcPgEj8vJ47ACeOgbjx6r6l9q5rCGnxZJiDPSa
QZYAoJCk4x5huJdzybfKwul6Ttv+NE+1
=OReA
-END PGP SIGNATURE-


Accepted:
liblua5.1-expat-dev_1.2.0-1_amd64.deb
  to main/l/lua-expat/liblua5.1-expat-dev_1.2.0-1_amd64.deb
liblua5.1-expat0_1.2.0-1_amd64.deb
  to main/l/lua-expat/liblua5.1-expat0_1.2.0-1_amd64.deb
lua-expat_1.2.0-1.diff.gz
  to main/l/lua-expat/lua-expat_1.2.0-1.diff.gz
lua-expat_1.2.0-1.dsc
  to main/l/lua-expat/lua-expat_1.2.0-1.dsc
lua-expat_1.2.0.orig.tar.gz
  to main/l/lua-expat/lua-expat_1.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/e1qstmy-5d...@franck.debian.org



Accepted libjna-java 3.2.7-4 (source all amd64)

2011-06-04 Thread Andrew Ross
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 03 Jun 2011 18:13:57 +0100
Source: libjna-java
Binary: libjna-java libjna-java-doc
Architecture: source amd64 all
Version: 3.2.7-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Andrew Ross ubu...@rossfamily.co.uk
Description: 
 libjna-java - Dynamic access of native libraries from Java without JNI
 libjna-java-doc - Dynamic access of native libraries from Java without JNI 
(documen
Closes: 629081
Changes: 
 libjna-java (3.2.7-4) unstable; urgency=low
 .
   * Remove optional build time dependency on openjdk-6-jdk (depend on
 default-jdk) to fix Debcheck warning.
   * Install jna-platform.jar with javahelper instead of mavenhelper
 (Closes: #629081).
Checksums-Sha1: 
 b2dfbcc0ffe3cebb117dba031642bcd8f8771843 2157 libjna-java_3.2.7-4.dsc
 cf9a837404722eccead5c4df50331a9937bb49b8 12703 
libjna-java_3.2.7-4.debian.tar.gz
 880e4aefe6f29fdce124870979ff5272ea9218ed 416220 libjna-java_3.2.7-4_amd64.deb
 4166693b0f974f226a87ba45b4890d4d7a3ec767 140842 libjna-java-doc_3.2.7-4_all.deb
Checksums-Sha256: 
 0e877d24f209e8e6e25c76bc8114130c9f5225b268929db2e12db407c20d2325 2157 
libjna-java_3.2.7-4.dsc
 27c42b1e01925028613b7e79550ecc36cfcbfe6bb4ba0709855a1ceda987c0af 12703 
libjna-java_3.2.7-4.debian.tar.gz
 9d95a82e67e6b2847620d5a43aa1c89acb8425f7c93fa3926476d5bc65d41513 416220 
libjna-java_3.2.7-4_amd64.deb
 d0b6e3bde78157f35b911357106306f8460f785a5fd48cfa20d14ead5bf7461a 140842 
libjna-java-doc_3.2.7-4_all.deb
Files: 
 833a65f65783209a45f46d40861bb56c 2157 java optional libjna-java_3.2.7-4.dsc
 5da650f9bbca00aed8c4c2fe87ea624d 12703 java optional 
libjna-java_3.2.7-4.debian.tar.gz
 f5ae4249ed95995783bd1d289bc8ea03 416220 java optional 
libjna-java_3.2.7-4_amd64.deb
 119e9227abb9c8dae21352d2b9b0bd4f 140842 doc optional 
libjna-java-doc_3.2.7-4_all.deb

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

iQIcBAEBAgAGBQJN6l4MAAoJECHSBYmXSz6WaycP/2sw0aN3h1HOk9GCmuZTbmw3
CcVATmiR3HUv8glIrJYvFhzpTWMOq7zidi6xxYILUC3ET0z3lX63peG87qYmoosC
D08e14/onwLpP00ZrR9O9NN2xsENaFcMJeB2WGozJO1aX8Fyb1aA3o0OIuJLkp9Y
4OSQ704v9Gx8EMzdCdtut7lcrIOy9ZxFG7oHzKC8bt5IIvTg33TzEJDGejFyvmSf
hp6cXkd/EWFMja2FZwkTlsWcgTp+jWKfpu88OqMgDne2Ibl9EZ9RhNfXVr6biLfR
I6pN6CaQs+WvE/MyEw8PfYuClHx18+a7bXlKm5YIQoGIKE3Izq7XkMWqzHcsZGbo
ebsEzBXHToyavgEf7dW0BFnynmyZbTri58nMGodcHeoXxHxb9/gtm1orPtT3g4c1
sjw/QGUpFbEBNEkxO5GAaxVoZmDzv8muCVC836+jA38zsDNzPWD2i7VDLPyYjzmy
vwSsXFrNhKuI8kQ3D1Aat7vOze6A/LJ1nscW0d+qAjAyHdBgb6R0ieKU+eLA6TWN
KhGfYieisP1FLhKSdLh8z6W1wnFv4V7038mncosfX9x5bxTNNi0vnubjL05/pymZ
pimEpzYOYXayZLW4rYi/xDa/oAo1nLuxU/bEksTVSvZlS0kYSTLewe82mBKquscI
3RSxi1YhrYynz0f9TvNp
=lavV
-END PGP SIGNATURE-


Accepted:
libjna-java-doc_3.2.7-4_all.deb
  to main/libj/libjna-java/libjna-java-doc_3.2.7-4_all.deb
libjna-java_3.2.7-4.debian.tar.gz
  to main/libj/libjna-java/libjna-java_3.2.7-4.debian.tar.gz
libjna-java_3.2.7-4.dsc
  to main/libj/libjna-java/libjna-java_3.2.7-4.dsc
libjna-java_3.2.7-4_amd64.deb
  to main/libj/libjna-java/libjna-java_3.2.7-4_amd64.deb


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



Accepted luakit 2011.05.06-2 (source amd64)

2011-06-04 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 Jun 2011 12:27:05 -0400
Source: luakit
Binary: luakit
Architecture: source amd64
Version: 2011.05.06-2
Distribution: unstable
Urgency: low
Maintainer: Clint Adams cl...@debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 luakit - A fast and small web browser extensible by Lua
Closes: 629103
Changes: 
 luakit (2011.05.06-2) unstable; urgency=low
 .
   * Add Debian menu entry from Jonathan Lane.  closes: #629103.
Checksums-Sha1: 
 31481ead4e1ad3993ce1d9bb9dc97f83d2030b31 1871 luakit_2011.05.06-2.dsc
 f6b7d24d9a9c3d146e0c5ac14a1542d0455a5b36 4957 luakit_2011.05.06-2.debian.tar.gz
 f30b5198c56b67e9fb6f5c193cd1038ee24a5c2e 128094 luakit_2011.05.06-2_amd64.deb
Checksums-Sha256: 
 67f9926489fdf60e7cab14ee2cb90b184408c3dfc51586f2fcaff565e158c9a2 1871 
luakit_2011.05.06-2.dsc
 4e3c6b9ba1fb5cc4bccea62016530893243233cebe8da310d45e0a615455e2ab 4957 
luakit_2011.05.06-2.debian.tar.gz
 3155af08d23d348f488ce985087430faed28c817776ac14295338264130458ee 128094 
luakit_2011.05.06-2_amd64.deb
Files: 
 c74a0a13f26efaab6d61835de59de67f 1871 web optional luakit_2011.05.06-2.dsc
 c6644a8ff92c8660e92f9de23bac6c0e 4957 web optional 
luakit_2011.05.06-2.debian.tar.gz
 21ac8749ca0c74296ad0d76d509b8481 128094 web optional 
luakit_2011.05.06-2_amd64.deb

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

iQIcBAEBCgAGBQJN6l4EAAoJEFWSMx4ZnTioOGoP/RGlPj+z7sgeEqSlPw78YAGe
vwjc4Ay+uzrWIlcDCiCbZ1Z/7i9L+HqwrorERinq6r8rlrxJQid/Fwe4k31M2Qer
+LCimeh0eccRl/yOIsqJmXocDyr2l9Z5iuXWECOQqoPU5t/pKoy7Kx++5Atix03a
ORPaVwoHFewz8Q+hQfuJC6AVtKUblHRtVNL+EJ6op4LcLWO3qLt9SDJt+X7W9qPZ
APINOEuzUzFhBt+J08Yjow/Ab2wd6VKATTYKs7KCOgtMYFU8tv5HWLVaYKeYnMcB
lEMzmTddgfKQZt9n8JGGuJ6admkuuiXuVOIWaz7fDDUnsWmecuflcNfnkynFBRB+
bMefev0ALRNkUYOFWzDxX/X5+V9PPLktJ3CrKAW44eL6mlCnpUb2ib8vOT0/iIhX
UB4iBINDudCVMcjSiudHhkI0CrBCloz9b6LBhrsayvTVHQjHsZM3640M/EEnWWU+
l9RZ7fMDj/A5Il7AHoTWPe2Q8QYNOQZffcCY9dsYZhqPX1f5CFVDQ7cFby2QHnr6
gDlrXqVUYNvpzrgorDSywTSn/koOF4DS4C7A+/NZn77MilpYC0uteUJ63GJ1OLuL
SPCd6SqMjol0oLFE8tiBCY9zhbwTGDA2H0kq7oGwyvU09MZlQ95lSKuAJFiAtBD+
+R5z1kS7hwrXwjT0ff7N
=gw00
-END PGP SIGNATURE-


Accepted:
luakit_2011.05.06-2.debian.tar.gz
  to main/l/luakit/luakit_2011.05.06-2.debian.tar.gz
luakit_2011.05.06-2.dsc
  to main/l/luakit/luakit_2011.05.06-2.dsc
luakit_2011.05.06-2_amd64.deb
  to main/l/luakit/luakit_2011.05.06-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/e1qsu1u-0001jv...@franck.debian.org



Accepted prosody 0.8.1-1 (source amd64)

2011-06-04 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 18:42:47 +0200
Source: prosody
Binary: prosody
Architecture: source amd64
Version: 0.8.1-1
Distribution: unstable
Urgency: high
Maintainer: Matthew James Wild mwi...@gmail.com
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 prosody- Lightweight Jabber/XMPP server written in Lua
Closes: 622638 629234
Changes: 
 prosody (0.8.1-1) unstable; urgency=high
 .
   * New upstream release (Closes: #622638)
   * Depend on lua-expat = 1.2.0 to fix DoS attack (Closes: #629234)
Checksums-Sha1: 
 e50d467a51004b7d8c2e2245227bc9cb321cf31e 1150 prosody_0.8.1-1.dsc
 7de714c019eca35346300c61d609ad2ce999b692 211970 prosody_0.8.1.orig.tar.gz
 16c0af05bae88f4c19ae5b41990b862628b7c909 9155 prosody_0.8.1-1.diff.gz
 1f61980dd103c348d3428aea43c5efe4667d35c4 200960 prosody_0.8.1-1_amd64.deb
Checksums-Sha256: 
 05bf8b91ff28a25abbd31f6fbc563c1c99fafa0b72d83ce3641f2143304d34a6 1150 
prosody_0.8.1-1.dsc
 6d6db07975f82adece05fb01fc6f448230d6b9c871d6f6d8259d68d4f2d72886 211970 
prosody_0.8.1.orig.tar.gz
 b69dd926e3f00985069ea5063852fe5c261b9f04b46d5991dc3afeb30db0f66c 9155 
prosody_0.8.1-1.diff.gz
 63adb0a906c1e6682f23812417895c243fadefb28ce6d8ab249b962a3ba742e3 200960 
prosody_0.8.1-1_amd64.deb
Files: 
 e235668ddc91e4a5e96f858b509771e1 1150 net extra prosody_0.8.1-1.dsc
 2be3e9deed0b96f109efc5707d7728ba 211970 net extra prosody_0.8.1.orig.tar.gz
 c726472bbd52663394ff4962961db4c6 9155 net extra prosody_0.8.1-1.diff.gz
 9c2e016cdf5fd64ebcb67fc8b0c45948 200960 net extra prosody_0.8.1-1_amd64.deb

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

iEYEARECAAYFAk3qYg8ACgkQ7kkcPgEj8vKWnACeNCgTRI5DhIcEuPJUqP7ZW0Iw
pRcAoLK+yrgh8QEQjDI5i8xoLsFlW3XC
=zXG1
-END PGP SIGNATURE-


Accepted:
prosody_0.8.1-1.diff.gz
  to main/p/prosody/prosody_0.8.1-1.diff.gz
prosody_0.8.1-1.dsc
  to main/p/prosody/prosody_0.8.1-1.dsc
prosody_0.8.1-1_amd64.deb
  to main/p/prosody/prosody_0.8.1-1_amd64.deb
prosody_0.8.1.orig.tar.gz
  to main/p/prosody/prosody_0.8.1.orig.tar.gz


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



Accepted eog 3.0.2-1 (source all i386)

2011-06-04 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jun 2011 18:31:50 +0200
Source: eog
Binary: eog eog-dbg eog-dev
Architecture: source all i386
Version: 3.0.2-1
Distribution: experimental
Urgency: low
Maintainer: Guilherme de S. Pastore gpast...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 eog- Eye of GNOME graphics viewer program
 eog-dbg- Eye of GNOME graphics viewer program - debugging symbols
 eog-dev- Development files for the Eye of GNOME
Changes: 
 eog (3.0.2-1) experimental; urgency=low
 .
   * New upstream stable release.
   * debian/watch: Switch to .bz2 tarballs.
   * Switch to debhelper compatibility level 8.
 - Bump Build-Depends on debhelper.
 - Strip leading debian/tmp/ from .install files.
   * debian/control.in
 - Bump Standards-Version to 3.9.2. No further changes.
 - Add Build-Depends on librsvg2-dev (= 2.26.0) for scaling svg images.
   * debian/eog-dev.install
 - Install gtk-doc API documentation.
Checksums-Sha1: 
 17d7dd5c6bdcc783fb1db2eb56a19f167a815659 2740 eog_3.0.2-1.dsc
 c43cde5a62b2662f0381e7ae84417c98ae371b17 3034572 eog_3.0.2.orig.tar.bz2
 7da69c0d59fbdeaf4069b8d0ffd8d783ae1e 15254 eog_3.0.2-1.debian.tar.gz
 95118e98b141c2801c8403ce73ebcf0b8bb68a46 235758 eog-dev_3.0.2-1_all.deb
 981ecdaa078080aaf28080f97ce50e2ef52ed37a 2634974 eog_3.0.2-1_i386.deb
 23fd4145ba77f7c01390bee13ea51f3650dc1c15 582800 eog-dbg_3.0.2-1_i386.deb
Checksums-Sha256: 
 4bc9cdf88e46f8db6ee887f6ef7139c0da1bd735e7968f4667c7e3d107cd7497 2740 
eog_3.0.2-1.dsc
 96fa5af97baba0bce8dec376d7cd49512768505f473b11b2cf61881f6be8cb60 3034572 
eog_3.0.2.orig.tar.bz2
 6c6c5a053eacfad5e74b1f7304fa35617e7a0ea739ec64fcfe536a7ee8a9204f 15254 
eog_3.0.2-1.debian.tar.gz
 257a969b31cca863d6bcd1302e718ea3a70e70331d142a2e6e50a72d6eeb18c7 235758 
eog-dev_3.0.2-1_all.deb
 353a82f4943a9232a27eed15d0ad28ea2294884301fc31965e87346e3fb13f85 2634974 
eog_3.0.2-1_i386.deb
 396c513de3b35485add6d4d2737605650cfe01b84673e7c4ad461b44628ffae1 582800 
eog-dbg_3.0.2-1_i386.deb
Files: 
 dfcd166031d79ef24b341f9017d03e32 2740 gnome optional eog_3.0.2-1.dsc
 6d41804e81235bc3b85534712c30c5b8 3034572 gnome optional eog_3.0.2.orig.tar.bz2
 290fcedd62111dc2d661761241f5031f 15254 gnome optional eog_3.0.2-1.debian.tar.gz
 910696257c33cba4fcc06bf85577960e 235758 gnome optional eog-dev_3.0.2-1_all.deb
 202dc0a554c2f37a83ee12df67fb0c79 2634974 gnome optional eog_3.0.2-1_i386.deb
 dc0132ef206443ed4e0b0e8585c71512 582800 debug extra eog-dbg_3.0.2-1_i386.deb

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

iQIcBAEBCAAGBQJN6mOpAAoJEGrh3w1gjyLc+GsP/0LFDdm3/Ms5e0QM4Qd0pHgS
VuZ5oroBYuGyVaIHgpwj7C9TRX7GVclZHgdnGVGy4zXLp2JWOfiMgeVEw4V+1i2y
dyJ1cEVhtJduJVrsDPg7Y/kWwEBmN5EOMja4CyYOomczqIRsOHmxLGDEpAk5dyTo
vYWTbg/qgHZBF46Qmkmo9C6bNHJxmExNka8BuN429E0y8akeLxN9nMpUhcTfKk9I
zqXBnm7M9DnY/l58T5pL6BPaamnnAkxyJ3zTLkoiiNK/cPxP4ejuk+ojTX8byV3d
I+NzA1WkNC8tLEKRw2hG5pfaXf3wCM4MKF6LtgX61vfnmloqgo7U3N/aLagXsYtV
WY+T9KKYGRx8HqB+n6yQnhFY3wQkmOMLFU1NsRzmBj45rZPiB+tJDHCs3tPeRX4/
R23yuo8YUpuj70UF0ok/ySwk9PFic7PWbOEA98NLPU/0qd7qe+GfLWP/QqqYygb4
8UkIL+fi8weElVNneI16Zfh88vdpw6Pz4YnvfSD5tIhSK3jst7V1Zem6rrUqHElb
xqOVOuqHERlObRTFVKOelZ2S0TdOBX1GCQyKp9OJPEN+VAWiRqeu9VtsPfXmoQYB
mr+S3Sbh0iZEUXgaHCYqq7mLC+pRQAXXQfzo+ATKxW0az+DQjOwn+bHQQ5H3bCxH
0I7hpGVbBOSYuKRfvbjS
=GPKY
-END PGP SIGNATURE-


Accepted:
eog-dbg_3.0.2-1_i386.deb
  to main/e/eog/eog-dbg_3.0.2-1_i386.deb
eog-dev_3.0.2-1_all.deb
  to main/e/eog/eog-dev_3.0.2-1_all.deb
eog_3.0.2-1.debian.tar.gz
  to main/e/eog/eog_3.0.2-1.debian.tar.gz
eog_3.0.2-1.dsc
  to main/e/eog/eog_3.0.2-1.dsc
eog_3.0.2-1_i386.deb
  to main/e/eog/eog_3.0.2-1_i386.deb
eog_3.0.2.orig.tar.bz2
  to main/e/eog/eog_3.0.2.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/e1qsutl-00052i...@franck.debian.org



Accepted eog-plugins 3.0.0-1 (source i386)

2011-06-04 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jun 2011 19:02:59 +0200
Source: eog-plugins
Binary: eog-plugins
Architecture: source i386
Version: 3.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Luca Bruno lethalma...@gmail.com
Changed-By: Michael Biebl bi...@debian.org
Description: 
 eog-plugins - set of plugins for eog
Changes: 
 eog-plugins (3.0.0-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/watch: Switch to .bz2 tarballs.
   * Bump debhelper compatibility level to 8. Update Build-Depends accordingly.
Checksums-Sha1: 
 1009c0ab7a5d9c11b6f14dbb14ddacd1a4782f38 2477 eog-plugins_3.0.0-1.dsc
 70e6d9ac1928130adb9b1182f8280160f63aa0cc 368036 eog-plugins_3.0.0.orig.tar.bz2
 32138e8cfee6b250b2a83d7e2a64549ce4a70bc4 3381 eog-plugins_3.0.0-1.debian.tar.gz
 ab0d3dc4e0a9618dafa0c7e541e3961f292400a8 105368 eog-plugins_3.0.0-1_i386.deb
Checksums-Sha256: 
 3bdb3624f043a3b5546f38f65359ce52eff2bd46d08010fcff8ef82c0cff6573 2477 
eog-plugins_3.0.0-1.dsc
 87cced9baf3c8ba84dcad95d774686694f5cb140a187a7bad3891bc50bc4c7bd 368036 
eog-plugins_3.0.0.orig.tar.bz2
 2054c2090af0336ca7f942d4c1097396d94fd54fec769eb9626a08a7e337914c 3381 
eog-plugins_3.0.0-1.debian.tar.gz
 5456b6b5cf27112a81c0092352aaef04ae14b6e443516b60b7e1c5192b73987a 105368 
eog-plugins_3.0.0-1_i386.deb
Files: 
 4867bd0622a2faa3be2871450ba8d002 2477 gnome optional eog-plugins_3.0.0-1.dsc
 edb9077cce66e3969c62c084d446c495 368036 gnome optional 
eog-plugins_3.0.0.orig.tar.bz2
 4406dddcb22cb464e5547a6c3c0ba3fc 3381 gnome optional 
eog-plugins_3.0.0-1.debian.tar.gz
 4beafd2ba413ca68f04d7165e720d678 105368 gnome optional 
eog-plugins_3.0.0-1_i386.deb

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

iQIcBAEBCAAGBQJN6meGAAoJEGrh3w1gjyLcVvAP/1p3S3WEqcgm4UJhcwWQOcmD
qfp56vX9DscEeZT7VxyCGwvx7d5IglMlOpDBPmP0dQ1Xh7WwxIeMhbpXxMooFQXU
kuCKDwuePpZ2pG5SIWCrfC69DsY2UoZmp9nAVt9MnDgwrtNKNIn7GKAdNq/+3YRp
KIVEuVGu7L9GArKkbYNuPNtcfhuGBnQn92IO59pO6khM0kvKfpH5ztZhdNsyOqM/
c/7iCI4D9WkoyK9IJFCJeU5+HI8uYlnWJvJ84HF1Hcm5uVLz3rOF9u5UKLas9ws4
3VW6Xjy04bZgBl/28eAP67defhMXhMtk8yiEhxcjTPEXfK8JT78sZrkBoRpFHAOC
jXkAeGpBhBqlLRwtJx1UlLuXIbf9XXUq0iw+l1zDHEDJjNi40E/n8b5mlEL0Bh31
VNiNCtf8kCb0xvJmPbk6UwuAnl+q6RIQji5YbP0uzAeKtGvxZf9CDiViqFMoNjsf
g27WAoTg7xGYWPHqC2GaItB1e9aZV+Oby/QewUc88lUIykfU0lbC2P3FZiltoZOP
LcevpASuLIbYWKWX4wr6eoCvHw5tH1a6BvILHx5/pzBHrefrCdWPrlR4B8a1YC6l
haUHaQVXFl0AITrNw2mN7azr/12Ch4O0eWymrx7w4Z/N7zcxX740GJMCOaAZzN8f
rNSRICoig+b/o6z7zNBS
=TIzF
-END PGP SIGNATURE-


Accepted:
eog-plugins_3.0.0-1.debian.tar.gz
  to main/e/eog-plugins/eog-plugins_3.0.0-1.debian.tar.gz
eog-plugins_3.0.0-1.dsc
  to main/e/eog-plugins/eog-plugins_3.0.0-1.dsc
eog-plugins_3.0.0-1_i386.deb
  to main/e/eog-plugins/eog-plugins_3.0.0-1_i386.deb
eog-plugins_3.0.0.orig.tar.bz2
  to main/e/eog-plugins/eog-plugins_3.0.0.orig.tar.bz2


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



Accepted libtunepimp 0.5.3-7.4 (source i386 all)

2011-06-04 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 May 2011 18:28:28 +0200
Source: libtunepimp
Binary: libtunepimp-dev libtunepimp5 libtunepimp5-dbg python-tunepimp
Architecture: source i386 all
Version: 0.5.3-7.4
Distribution: unstable
Urgency: low
Maintainer: Adam Cécile (Le_Vert) gand...@le-vert.net
Changed-By: Luk Claes l...@debian.org
Description: 
 libtunepimp-dev - MusicBrainz tagging library development files
 libtunepimp5 - MusicBrainz tagging library
 libtunepimp5-dbg - Debug symbols for libtunepimp5 library
 python-tunepimp - Python bindings for MusicBrainz tagging library
Closes: 573471 619561
Changes: 
 libtunepimp (0.5.3-7.4) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove Uploaders (Closes: #573471)
   * Remove references to other libraries from dependency_libs field
 (Closes: #619561)
Checksums-Sha1: 
 2d033700d24883c3c6e157536e0333a8a0e4ba54 1404 libtunepimp_0.5.3-7.4.dsc
 bb83c6a8a5b04d521935fa9d3d7bf99e8ae69c40 1075074 libtunepimp_0.5.3-7.4.diff.gz
 9e88d6519925de2b80f6af9f2264b9d6d4118ff8 243592 
libtunepimp-dev_0.5.3-7.4_i386.deb
 91256c10f1c1efe1f92f73d7b56c64b2c969d57d 424476 libtunepimp5_0.5.3-7.4_i386.deb
 b8279f5063097724ec130d35d4896536cb29176b 1625492 
libtunepimp5-dbg_0.5.3-7.4_i386.deb
 50cdf0e8d2a50d436dbaefd8f79ae6eca2b583e8 19104 
python-tunepimp_0.5.3-7.4_all.deb
Checksums-Sha256: 
 9b74f1bccb3c21011eca4aa82ee303bc6b495d37ac35451bda81abb4c708715d 1404 
libtunepimp_0.5.3-7.4.dsc
 161a133d933f0aae41cc1ff5ad5e8b2f7a2344b16a9af542b3151b0ebb27c83b 1075074 
libtunepimp_0.5.3-7.4.diff.gz
 07364f52b418c62a11105771b1f2f17366e4fc2db534ee5b5f9079c2c95ae7f9 243592 
libtunepimp-dev_0.5.3-7.4_i386.deb
 163e44c114de7213a39cfa5b087a63a0a2365fb722c9349c7c3b496a15f6b262 424476 
libtunepimp5_0.5.3-7.4_i386.deb
 2a9dd5b74553f31e7d0e8ed0503e0274899afdb1915c3d3bdc34e86579cb9b08 1625492 
libtunepimp5-dbg_0.5.3-7.4_i386.deb
 f531bd8ba80366fca8e579d2a938ccfdd485d03ab4e9f0958c562244148fbd6f 19104 
python-tunepimp_0.5.3-7.4_all.deb
Files: 
 a37fb59d8440790549aa37714913e14e 1404 libs optional libtunepimp_0.5.3-7.4.dsc
 ee01fdf0efe82d941020d3de93ad6099 1075074 libs optional 
libtunepimp_0.5.3-7.4.diff.gz
 de7fdee3629f6d4db30f3704ca44dd25 243592 libdevel optional 
libtunepimp-dev_0.5.3-7.4_i386.deb
 e9dd94b62442388db67cf826da79b728 424476 libs optional 
libtunepimp5_0.5.3-7.4_i386.deb
 7c2c1aebc8bc6299df42ea72bc8205de 1625492 libs extra 
libtunepimp5-dbg_0.5.3-7.4_i386.deb
 4e74b48bfebd6783e78a3d070ea5ce5c 19104 python optional 
python-tunepimp_0.5.3-7.4_all.deb

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

iEYEARECAAYFAk3jx58ACgkQ5UTeB5t8Mo1xVACfeH1GzcH+jtjBrRH9xadnPn8o
kngAn1nfXbm0fA4qnJCQF3nEKSzEIfUs
=b9fP
-END PGP SIGNATURE-


Accepted:
libtunepimp-dev_0.5.3-7.4_i386.deb
  to main/libt/libtunepimp/libtunepimp-dev_0.5.3-7.4_i386.deb
libtunepimp5-dbg_0.5.3-7.4_i386.deb
  to main/libt/libtunepimp/libtunepimp5-dbg_0.5.3-7.4_i386.deb
libtunepimp5_0.5.3-7.4_i386.deb
  to main/libt/libtunepimp/libtunepimp5_0.5.3-7.4_i386.deb
libtunepimp_0.5.3-7.4.diff.gz
  to main/libt/libtunepimp/libtunepimp_0.5.3-7.4.diff.gz
libtunepimp_0.5.3-7.4.dsc
  to main/libt/libtunepimp/libtunepimp_0.5.3-7.4.dsc
python-tunepimp_0.5.3-7.4_all.deb
  to main/libt/libtunepimp/python-tunepimp_0.5.3-7.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/e1qsuun-0005fi...@franck.debian.org



Accepted gnucash 1:2.4.6-1 (source i386 all)

2011-06-04 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 18:40:28 +0200
Source: gnucash
Binary: gnucash gnucash-dbg gnucash-common
Architecture: source i386 all
Version: 1:2.4.6-1
Distribution: unstable
Urgency: low
Maintainer: Micha Lenk mi...@debian.org
Changed-By: Micha Lenk mi...@debian.org
Description: 
 gnucash- personal and small-business financial-accounting software
 gnucash-common - personal and small-business financial-accounting software
 gnucash-dbg - debugging symbols for the accounting software Gnucash
Closes: 493542 598416 621344 621733 623833 628976
Changes: 
 gnucash (1:2.4.6-1) unstable; urgency=low
 .
   * New upstream version 2.4.6
   * Ship ChangeLog.2010 in the Gnucash package (closes: #628976) by using a
 wildcard for all ChangeLog files. Thanks to Daniel Kahn Gillmor for the
 suggestion.
   * Switch (build) dependencies on Guile again from 1.6 to 1.8 (closes:
 #623833). Also build-depend directly on slib because a guile-1.8-slib
 package doesn't exist anymore.
   * Use imagemagick to convert menu icon to XPM and use that for menues to fix
 lintian error menu-icon-not-in-xpm-format.
   * Run distclean instead of clean target to make package build twice in a row
 again (closes: #598416).
   * Ship the binary gnc-fq-dump again in the gnucash package (closes: #621733,
 LP: #780102).
   * Remove all *.la files to comply with Policy 10.2 (closes: #621344).
   * Remove out-dated debian/gnucash.desktop in favour of the desktop file
 provided upstream, which is also desktop-file-validate compliant
 (closes: #493542).
   * Move desktop file from package gnucash-common to package gnucash to get rid
 of Lintian warning desktop-command-not-in-package.
   * Set debian/source/options to ignore build-time changes on auto-generated
 file src/scm/build-config.scm.
   * debian/rules:
 - Dropped 'override_dh_shlibdeps' target that called dh_shlibdeps with an
   obsolete '-l' flag.
 - Added 'override_dh_makeshlibs' target that calls dh_makeshlibs with
   -X/usr/lib/gnucash/ to get rid of a bunch of
   unused-shlib-entry-in-control-file Lintian warnings.
 - Fix clean target by making it an override for dh_auto_clean
Checksums-Sha1: 
 31493e8162150a722d7902706cdad254dd8dcad6 1477 gnucash_2.4.6-1.dsc
 b6d4a6bc327ef5a260d070215a14a3180b474ad8 9302034 gnucash_2.4.6.orig.tar.bz2
 af0f5ead6cc05a8786922a91a3a969e33dcbd41c 21060 gnucash_2.4.6-1.debian.tar.gz
 e2b02168b3c71ea8465211dc10f08dedfff8dda2 2650230 gnucash_2.4.6-1_i386.deb
 c81c91d0b70fac514489a644a96ae4d0f40c75b1 3200784 gnucash-dbg_2.4.6-1_i386.deb
 185cea2d028378a34f3cede59d12c4a86ae8382f 6465560 gnucash-common_2.4.6-1_all.deb
Checksums-Sha256: 
 e4f3e9a63852d3d69d64a87bcce32a32c52a7e7f70757ec56babd813062cd0da 1477 
gnucash_2.4.6-1.dsc
 c764668e9c947fdea60456f54d912c73b6a4c603b617c683e497cb7a94dbda57 9302034 
gnucash_2.4.6.orig.tar.bz2
 8bfddc484293697db50af1fc96cd22956991fd558c71cab5f0d81c7b71c532bf 21060 
gnucash_2.4.6-1.debian.tar.gz
 dcbc33d9dcb104d38d9980d8ecbe5052ca738530fb8a23e7f12155c8181798ca 2650230 
gnucash_2.4.6-1_i386.deb
 27b5fdd191d2e9b4030bc562f928639b97b646909d768f4be6c0422a22cf88d3 3200784 
gnucash-dbg_2.4.6-1_i386.deb
 45ad1b4049faf8194dbbbd56570151817726ed9be3fcd8d30a6379737ed92108 6465560 
gnucash-common_2.4.6-1_all.deb
Files: 
 6a05a5d6dc93be50277562b11400d966 1477 gnome optional gnucash_2.4.6-1.dsc
 b7d5fbb1bddf3618c97ebeeb76408ebe 9302034 gnome optional 
gnucash_2.4.6.orig.tar.bz2
 dad9c6662d3f5d62700d5e568a3c3b1f 21060 gnome optional 
gnucash_2.4.6-1.debian.tar.gz
 60a2b929ac40da531ac4de059eaadc23 2650230 gnome optional 
gnucash_2.4.6-1_i386.deb
 60db756925ae54f50fd9cf811a571d89 3200784 debug extra 
gnucash-dbg_2.4.6-1_i386.deb
 9fe21b63f7a9d7616b40819edb5d62a7 6465560 gnome optional 
gnucash-common_2.4.6-1_all.deb

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

iEYEARECAAYFAk3qZ3kACgkQWN0/4pnhQbQTMQCeMbJHuCULv4FBAvT37lvTor5i
VyAAoIjC3X3FsExKijzVVXHc+u8OGdto
=sIJL
-END PGP SIGNATURE-


Accepted:
gnucash-common_2.4.6-1_all.deb
  to main/g/gnucash/gnucash-common_2.4.6-1_all.deb
gnucash-dbg_2.4.6-1_i386.deb
  to main/g/gnucash/gnucash-dbg_2.4.6-1_i386.deb
gnucash_2.4.6-1.debian.tar.gz
  to main/g/gnucash/gnucash_2.4.6-1.debian.tar.gz
gnucash_2.4.6-1.dsc
  to main/g/gnucash/gnucash_2.4.6-1.dsc
gnucash_2.4.6-1_i386.deb
  to main/g/gnucash/gnucash_2.4.6-1_i386.deb
gnucash_2.4.6.orig.tar.bz2
  to main/g/gnucash/gnucash_2.4.6.orig.tar.bz2


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



Accepted malaga 7.12-3.1 (source i386 all)

2011-06-04 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 May 2011 19:10:51 +0200
Source: malaga
Binary: malaga-bin libmalaga7 libmalaga-dev malaga-doc malaga-mode
Architecture: source i386 all
Version: 7.12-3.1
Distribution: unstable
Urgency: low
Maintainer: Timo Jyrinki t...@debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 libmalaga-dev - Developer's library for automatic language analysis
 libmalaga7 - An automatic language analysis library
 malaga-bin - A system for automatic language analysis
 malaga-doc - Documentation for an automatic language analysis system
 malaga-mode - A system for automatic language analysis - emacs mode
Closes: 619686
Changes: 
 malaga (7.12-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 (Closes: #619686).
Checksums-Sha1: 
 37cb30a0d8a4b643a96cdeec85720c41ee0a23af 1143 malaga_7.12-3.1.dsc
 1a73a44551b4c2da6f9764293cfa39fb66f86317 11404 malaga_7.12-3.1.diff.gz
 77580b0258ae9ab71df816624af46a595c43df4d 193872 malaga-bin_7.12-3.1_i386.deb
 b34088d91a4a7a4db4d57d21542f0e7188282945 86654 libmalaga7_7.12-3.1_i386.deb
 e2fc55d20bd631ac5e83f188ba5ef3b748de24bb 94604 libmalaga-dev_7.12-3.1_i386.deb
 cfdfb7247bd12e0092df2c23089458baae1f928e 598834 malaga-doc_7.12-3.1_all.deb
 bdf21a9747fd848b99ba8bad6c18c0b24c47d4cd 30812 malaga-mode_7.12-3.1_all.deb
Checksums-Sha256: 
 155498c1557bd24974543a5c5c75dd3f55d8357c074ec10feb12d4ac58adf8e9 1143 
malaga_7.12-3.1.dsc
 b11fff36e1d291ad86cc6cf7a50a8913ada75e21644bf00a779baa1a55297231 11404 
malaga_7.12-3.1.diff.gz
 d50550c6354382e465b8a939fa2400d7406ddf941dda4d2cd38f1d87a71491a5 193872 
malaga-bin_7.12-3.1_i386.deb
 2468db1efcd8c2423765b329c8425f79a15cdf747143c37ca07c6ee7d72fb616 86654 
libmalaga7_7.12-3.1_i386.deb
 9796a44a5dd0d0278671800bbf7bc8264febeb5fe1376300a522dedc67ffb343 94604 
libmalaga-dev_7.12-3.1_i386.deb
 8137a7bb358bf42e0bf5ee65b81cd9ecc16d1f4ec0042ccadb4ee4df8e905970 598834 
malaga-doc_7.12-3.1_all.deb
 1ee25fec10d8e1abf3e956c82722f4e1647d7162157739a10c260098486c690f 30812 
malaga-mode_7.12-3.1_all.deb
Files: 
 00e384d52b577b1c7cc1a8855a3931c4 1143 misc optional malaga_7.12-3.1.dsc
 dc662c48111c5a1d258c67fba3673481 11404 misc optional malaga_7.12-3.1.diff.gz
 616c12a930cf4db68f07da7e2439 193872 misc optional 
malaga-bin_7.12-3.1_i386.deb
 5dcaec66184a7ef181347b0c0b450a63 86654 libs optional 
libmalaga7_7.12-3.1_i386.deb
 ff95bd55f1bb5f410788a5cfdfbd510d 94604 libdevel optional 
libmalaga-dev_7.12-3.1_i386.deb
 a2e6d64b115aef9320b575cb34739ec4 598834 doc optional 
malaga-doc_7.12-3.1_all.deb
 8582226a306751c99528fcce85153dcb 30812 editors optional 
malaga-mode_7.12-3.1_all.deb

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

iEYEARECAAYFAk3j0I0ACgkQ5UTeB5t8Mo2YfwCdGT90hhDjp6dsZLin8s7ZFtQR
kxsAoI4vtQDAdElrgTgsrlMcWbQlFPjl
=Rzoc
-END PGP SIGNATURE-


Accepted:
libmalaga-dev_7.12-3.1_i386.deb
  to main/m/malaga/libmalaga-dev_7.12-3.1_i386.deb
libmalaga7_7.12-3.1_i386.deb
  to main/m/malaga/libmalaga7_7.12-3.1_i386.deb
malaga-bin_7.12-3.1_i386.deb
  to main/m/malaga/malaga-bin_7.12-3.1_i386.deb
malaga-doc_7.12-3.1_all.deb
  to main/m/malaga/malaga-doc_7.12-3.1_all.deb
malaga-mode_7.12-3.1_all.deb
  to main/m/malaga/malaga-mode_7.12-3.1_all.deb
malaga_7.12-3.1.diff.gz
  to main/m/malaga/malaga_7.12-3.1.diff.gz
malaga_7.12-3.1.dsc
  to main/m/malaga/malaga_7.12-3.1.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/e1qsuwp-0007fg...@franck.debian.org



Accepted mdbtools 0.5.99.0.6pre1.0.20051109-7.1 (source i386)

2011-06-04 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 May 2011 18:56:21 +0200
Source: mdbtools
Binary: mdbtools mdbtools-gmdb mdbtools-dev libmdbtools libmdbodbc
Architecture: source i386
Version: 0.5.99.0.6pre1.0.20051109-7.1
Distribution: unstable
Urgency: low
Maintainer: Tim Retout dioc...@debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 libmdbodbc - MDB tools ODBC module
 libmdbtools - mdbtools libraries
 mdbtools   - JET / MS Access database (MDB) tools
 mdbtools-dev - mdbtools development files
 mdbtools-gmdb - JET / MS Access database (MDB) file viewer
Closes: 619683
Changes: 
 mdbtools (0.5.99.0.6pre1.0.20051109-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 (Closes: #619683).
Checksums-Sha1: 
 8b2698461212f00d7303a8f872f2158b6726b38b 1563 
mdbtools_0.5.99.0.6pre1.0.20051109-7.1.dsc
 0793187576984d08f07341d3fa22f55fcd3eabe8 74165 
mdbtools_0.5.99.0.6pre1.0.20051109-7.1.debian.tar.gz
 931a0ea531fe9378e26f3fc18c6d1adc2fd1b06f 58222 
mdbtools_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
 3637f80379e44cfc5e297fea86d0807d01b520ae 150098 
mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
 0bf84609ddf56c9d8c7cad048a2a390ac424110b 132006 
mdbtools-dev_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
 d89f7c1ba9ff4cf063f3efb72fa439ff18f10ba8 69954 
libmdbtools_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
 c2563580e2b15cba181d14f6d3df64fde4dacdc3 75684 
libmdbodbc_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
Checksums-Sha256: 
 6c1bf344950bd445f862203f3e0d1990474ea9019fb91abb0f1b53ec4ced7691 1563 
mdbtools_0.5.99.0.6pre1.0.20051109-7.1.dsc
 7f449bd926a43d50d06fb939454ae75ba842fc61f5b9761bfb454177e635 74165 
mdbtools_0.5.99.0.6pre1.0.20051109-7.1.debian.tar.gz
 9eb38a63536f04c04b82ca8d3f77742909ef1d2d1e7b444c46638224c9a5db91 58222 
mdbtools_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
 c131cfff41136a930da5239edd32183e6687d998b1ebe2edf4ec5b7a74e880cb 150098 
mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
 f9f17723fbb5d19ae2a5634e1a58aad9b3d5768977cf1a2b58a0b5618c88c76f 132006 
mdbtools-dev_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
 a3e5222a774cfa35a32e62ac7003a91318e301fac512838d9238fa22a4927940 69954 
libmdbtools_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
 20c6d6a416e9e15bd94ee45e309849515b813c44a0ccb82f735ca05ffb16f38f 75684 
libmdbodbc_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
Files: 
 6598a894327918fa770de994bd014715 1563 database optional 
mdbtools_0.5.99.0.6pre1.0.20051109-7.1.dsc
 5d572945005486dde052f35a9842aea3 74165 database optional 
mdbtools_0.5.99.0.6pre1.0.20051109-7.1.debian.tar.gz
 e4c11a7d96cf70cad8d63995eabe56c8 58222 database optional 
mdbtools_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
 07ec8dc56a0fe3fb48beaa7b5f328da9 150098 gnome optional 
mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
 40e53f74d910089bbb4188fbc612769c 132006 devel optional 
mdbtools-dev_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
 0823cced2cdfde05067da07460cf7ea8 69954 libs optional 
libmdbtools_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
 4b80f7070c2fba5aa0b67c6ef135ef0e 75684 libs optional 
libmdbodbc_0.5.99.0.6pre1.0.20051109-7.1_i386.deb

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

iEYEARECAAYFAk3jzkcACgkQ5UTeB5t8Mo2w1wCcC2podnbjKeBRsYdTOMTj8Rdx
6wUAni/VtgjlFPnluWsuOHgrk0JWKrVD
=xY9s
-END PGP SIGNATURE-


Accepted:
libmdbodbc_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
  to main/m/mdbtools/libmdbodbc_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
libmdbtools_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
  to main/m/mdbtools/libmdbtools_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
mdbtools-dev_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
  to main/m/mdbtools/mdbtools-dev_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
  to main/m/mdbtools/mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
mdbtools_0.5.99.0.6pre1.0.20051109-7.1.debian.tar.gz
  to main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-7.1.debian.tar.gz
mdbtools_0.5.99.0.6pre1.0.20051109-7.1.dsc
  to main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-7.1.dsc
mdbtools_0.5.99.0.6pre1.0.20051109-7.1_i386.deb
  to main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-7.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/e1qsux4-0007o1...@franck.debian.org



Accepted python-scrapy 0.12.0.2542-1 (source all)

2011-06-04 Thread Ignace Mouzannar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jun 2011 19:28:35 +0200
Source: python-scrapy
Binary: python-scrapy python-scrapy-doc
Architecture: source all
Version: 0.12.0.2542-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Ignace Mouzannar mouzan...@gmail.com
Description: 
 python-scrapy - Python web scraping and crawling framework
 python-scrapy-doc - Python web scraping and crawling framework documentation
Closes: 629091
Changes: 
 python-scrapy (0.12.0.2542-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 - Bumped Standards-Version to 3.9.2.
   * debian/pyversions:
 - Added build support for Python 2.7. (Closes: #629091)
Checksums-Sha1: 
 a2e7b9648a65ac435e89ec6cfb28ea11c8ec392f 2184 python-scrapy_0.12.0.2542-1.dsc
 f1524979a057291db3dc240538fe1e14d4391a16 721522 
python-scrapy_0.12.0.2542.orig.tar.gz
 eded40b3a05d93657262edc66c31e5fbe9cf2ddb 6161 
python-scrapy_0.12.0.2542-1.debian.tar.gz
 1ae664ee0831fa806cbf88d74a29444f404b3e43 335170 
python-scrapy_0.12.0.2542-1_all.deb
 0d338b92335339e3f37ad61d8aca9756a06e8d4a 487454 
python-scrapy-doc_0.12.0.2542-1_all.deb
Checksums-Sha256: 
 993d9b9e08b36bd9ac659770a16b9d28acaf43da3fefe6d2edd0e2d614832920 2184 
python-scrapy_0.12.0.2542-1.dsc
 736eb12965b1156914b76b723c5fb342c4bb8c481abb99a620781739cb13e33c 721522 
python-scrapy_0.12.0.2542.orig.tar.gz
 3ed7f9920e149e963d88b208866fd78b09154f123ed311740a0a6ae0cb537eb5 6161 
python-scrapy_0.12.0.2542-1.debian.tar.gz
 d27b87e1f726d00c8a9c1d555932ac6c9b8ca52f49e8dd4b9f2f6ba266071c43 335170 
python-scrapy_0.12.0.2542-1_all.deb
 387f98a367cbf17cf929ddb134b302dfc841bff7b6f8c890e21ee2f2198ef679 487454 
python-scrapy-doc_0.12.0.2542-1_all.deb
Files: 
 92043e8e1eea12e05fe2cafc7e0b78cd 2184 python optional 
python-scrapy_0.12.0.2542-1.dsc
 f81697d50e8fe215eb61844c0242ac38 721522 python optional 
python-scrapy_0.12.0.2542.orig.tar.gz
 d3fc4f057bfaa4c56a9560ea1de20a88 6161 python optional 
python-scrapy_0.12.0.2542-1.debian.tar.gz
 790e7e5d31117788ed9f5dfd41d0f07b 335170 python optional 
python-scrapy_0.12.0.2542-1_all.deb
 189841de422889866dff93d121109fa6 487454 doc optional 
python-scrapy-doc_0.12.0.2542-1_all.deb

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

iQIcBAEBCAAGBQJN6m6zAAoJELwssaJob/h/CkYP/R7I4AwIbNxspmyfwYvqbVFm
6ePTv3hg4kPBN8zUsv9Qcg28Duf9ljUbiA5FP/KXtdN6bTvngTcRWgfmJkRIkYRx
UBntDGjrGBrvjzNbjQWcP+7B0lJqbV/DUH5BGp5edPAjnAjGH+16eMkaIm+jdpgZ
kiXSP7oY5jd0V5CpwDQcyrZvMlSfuv/vNNpnvIdGNqYXnTEjfbOLguSTGBCp/Uva
c45R3jPmvDqR+zRft68a38ABdkibkwYBPx3oVZa3XEcJwX3hahkag21Vgz4c2pn1
1ObjlW+44RGS2f35KrUOuPIuKQYV+G4LSg8RWSnvWzSpMJhSW3t7u7DyEmFkETQD
mqcYtwlHekSdKqRBXYS2jHxVql8UjoC418urStyn/KIuHv3ov0DfZ4hHwfvJra4w
m2uyBp3LUhGt7fgR2r6hn2m8dpGIWLVlDJouF7mWClctTf9D/dJgXHgS9EPRWKvP
XK3/RATxZReNp7s12Qtla7lcCst69c2w1d+6sqQnjujq+EUhe6L9Z/B5cI1d4OyG
4++ndvtk6kjc0w3uU7faaFsT7mB2EYbtVxqGPe2yQmeXKf2Rzjw4oN26+5s8r6TY
LcJ/XEhpPfehKvE1B8Pu+tK/5DrTxXq2qPu2tPPjnI2y52MUB3fLsi7+XUNPOFt/
1obwc+wkkvxUYCS9VZZ3
=rvex
-END PGP SIGNATURE-


Accepted:
python-scrapy-doc_0.12.0.2542-1_all.deb
  to main/p/python-scrapy/python-scrapy-doc_0.12.0.2542-1_all.deb
python-scrapy_0.12.0.2542-1.debian.tar.gz
  to main/p/python-scrapy/python-scrapy_0.12.0.2542-1.debian.tar.gz
python-scrapy_0.12.0.2542-1.dsc
  to main/p/python-scrapy/python-scrapy_0.12.0.2542-1.dsc
python-scrapy_0.12.0.2542-1_all.deb
  to main/p/python-scrapy/python-scrapy_0.12.0.2542-1_all.deb
python-scrapy_0.12.0.2542.orig.tar.gz
  to main/p/python-scrapy/python-scrapy_0.12.0.2542.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/e1qsuxo-0007s6...@franck.debian.org



Accepted libg15render 1.3.0~svn316-2.2 (source i386)

2011-06-04 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 May 2011 19:19:54 +0200
Source: libg15render
Binary: libg15render1 libg15render-dev
Architecture: source i386
Version: 1.3.0~svn316-2.2
Distribution: unstable
Urgency: low
Maintainer: Giacomo Catenazzi c...@debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 libg15render-dev - Library for interfacing with the Logitech G15 keyboards
 libg15render1 - Library for interfacing with the Logitech G15 keyboards
Closes: 620567
Changes: 
 libg15render (1.3.0~svn316-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 (Closes: #620567).
Checksums-Sha1: 
 76375752050bf3f82b8363c98ff280d8538ce2df 1179 libg15render_1.3.0~svn316-2.2.dsc
 4545fe1a6fbbd0fff6c2612e92ebe9b919c9f3a9 2285 
libg15render_1.3.0~svn316-2.2.diff.gz
 5eb64db08d84114fb90f6197ded5db0ef0d49ef3 134010 
libg15render1_1.3.0~svn316-2.2_i386.deb
 19c25c1971926cacaad6478bb3b74484ab59f10c 22444 
libg15render-dev_1.3.0~svn316-2.2_i386.deb
Checksums-Sha256: 
 ec00160d192115be013bb3300cc3ac60c92d3edc2e4564d1a5aa621c5277fd75 1179 
libg15render_1.3.0~svn316-2.2.dsc
 a60e434caabe8c4200a984afb001a684b95476799c20620e86984855564d206a 2285 
libg15render_1.3.0~svn316-2.2.diff.gz
 82a38ade8711b06709c6c89f046d33324615e29badd79b5e524a9edcfb55eee3 134010 
libg15render1_1.3.0~svn316-2.2_i386.deb
 13ecb3ac36e0a83b786a93dc7730b32a5b1fbd8bc093808e74c45874dbbd0ff1 22444 
libg15render-dev_1.3.0~svn316-2.2_i386.deb
Files: 
 d5cb6ccb48655fa443d76b0985d2e544 1179 libs optional 
libg15render_1.3.0~svn316-2.2.dsc
 7874847903a8cfb0dd8eb0aa715299ba 2285 libs optional 
libg15render_1.3.0~svn316-2.2.diff.gz
 3ecfea38678dc239af3bf8fd918c4a03 134010 libs optional 
libg15render1_1.3.0~svn316-2.2_i386.deb
 cd4b08866a9fa5b18792c1b51e4bc295 22444 libdevel optional 
libg15render-dev_1.3.0~svn316-2.2_i386.deb

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

iEYEARECAAYFAk3j0nEACgkQ5UTeB5t8Mo2+SgCgx+cWX2rbIgnLj0dX5O8sEZC+
L5sAnROZ3/LtrKpBvWgKGg2KcfMz2gU/
=lzUA
-END PGP SIGNATURE-


Accepted:
libg15render-dev_1.3.0~svn316-2.2_i386.deb
  to main/libg/libg15render/libg15render-dev_1.3.0~svn316-2.2_i386.deb
libg15render1_1.3.0~svn316-2.2_i386.deb
  to main/libg/libg15render/libg15render1_1.3.0~svn316-2.2_i386.deb
libg15render_1.3.0~svn316-2.2.diff.gz
  to main/libg/libg15render/libg15render_1.3.0~svn316-2.2.diff.gz
libg15render_1.3.0~svn316-2.2.dsc
  to main/libg/libg15render/libg15render_1.3.0~svn316-2.2.dsc


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



Accepted fox1.6 1.6.44-1.1 (source all i386)

2011-06-04 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 May 2011 19:42:25 +0200
Source: fox1.6
Binary: libfox-1.6-0 libfox-1.6-dev libfox-1.6-doc
Architecture: source all i386
Version: 1.6.44-1.1
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff tors...@debian.org
Changed-By: Luk Claes l...@debian.org
Description: 
 libfox-1.6-0 - The FOX C++ GUI Toolkit
 libfox-1.6-dev - Development files for the FOX C++ GUI Toolkit
 libfox-1.6-doc - Documentation of the FOX C++ GUI Toolkit
Closes: 620591
Changes: 
 fox1.6 (1.6.44-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove references to other libraries from dependency_libs field
 (closes: #620591).
Checksums-Sha1: 
 969a8380f8ff3293a02e082f350dc85c599fb58b 1440 fox1.6_1.6.44-1.1.dsc
 e2320f8fb1e3089ef298c632636b4fb7a1551b7f 8153 fox1.6_1.6.44-1.1.debian.tar.gz
 c24a8bb91f90217fe7e91eef636fe42639e9df91 2085960 
libfox-1.6-doc_1.6.44-1.1_all.deb
 8566e5ee915e658e122f8a3e081423539d9ed839 1236960 
libfox-1.6-0_1.6.44-1.1_i386.deb
 057654d5dd6b6b94ee904e21e3176d4d93fe035d 1687652 
libfox-1.6-dev_1.6.44-1.1_i386.deb
Checksums-Sha256: 
 ff3209d33b7bdf8bf966a1fe88e5a34447c869d66b48d470743a73b8cb45ceea 1440 
fox1.6_1.6.44-1.1.dsc
 420de9de6cdeda199c19fccc3d7ce49807ef797823a0228926f05f2639c29d3e 8153 
fox1.6_1.6.44-1.1.debian.tar.gz
 f3eb56dafa13b3866f0b582b51ac88f8c4610fb557ebb2af0c0f9c81091817d5 2085960 
libfox-1.6-doc_1.6.44-1.1_all.deb
 7f465b32b6ed8ebfed342671c83b5c1839f68799f14162529189342fea8fef25 1236960 
libfox-1.6-0_1.6.44-1.1_i386.deb
 5178fb9f99c895901b147645ff3f3d917c7cd6e453fce80a81d45e9481491041 1687652 
libfox-1.6-dev_1.6.44-1.1_i386.deb
Files: 
 e641bd330c64ad358355c08cf55e1dde 1440 libs optional fox1.6_1.6.44-1.1.dsc
 57054b3e5c19a13d37d7bcfe94bcac15 8153 libs optional 
fox1.6_1.6.44-1.1.debian.tar.gz
 5b8eeb6a51390b563ff68e8814a6d1a0 2085960 doc optional 
libfox-1.6-doc_1.6.44-1.1_all.deb
 22037f4ffba071d355f8cfd469dd90d5 1236960 libs optional 
libfox-1.6-0_1.6.44-1.1_i386.deb
 50ccd0a8aaa421bc0b837fdc71f2b36c 1687652 libdevel optional 
libfox-1.6-dev_1.6.44-1.1_i386.deb

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

iEYEARECAAYFAk3j2foACgkQ5UTeB5t8Mo2EuwCgljW1GdrquEqPRgZJbkTcmySE
bXYAnjWnO8uhuSOQ/9/Ehk8w0wZCvJLJ
=DEFZ
-END PGP SIGNATURE-


Accepted:
fox1.6_1.6.44-1.1.debian.tar.gz
  to main/f/fox1.6/fox1.6_1.6.44-1.1.debian.tar.gz
fox1.6_1.6.44-1.1.dsc
  to main/f/fox1.6/fox1.6_1.6.44-1.1.dsc
libfox-1.6-0_1.6.44-1.1_i386.deb
  to main/f/fox1.6/libfox-1.6-0_1.6.44-1.1_i386.deb
libfox-1.6-dev_1.6.44-1.1_i386.deb
  to main/f/fox1.6/libfox-1.6-dev_1.6.44-1.1_i386.deb
libfox-1.6-doc_1.6.44-1.1_all.deb
  to main/f/fox1.6/libfox-1.6-doc_1.6.44-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/e1qsvec-0003eb...@franck.debian.org



Accepted gnome-settings-daemon 3.0.2-1 (source amd64)

2011-06-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 18:33:11 +0200
Source: gnome-settings-daemon
Binary: gnome-settings-daemon gnome-settings-daemon-dev
Architecture: source amd64
Version: 3.0.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-settings-daemon - daemon handling the GNOME session settings
 gnome-settings-daemon-dev - Headers for building applications communicating 
with gnome-settin
Closes: 622689
Changes: 
 gnome-settings-daemon (3.0.2-1) experimental; urgency=low
 .
   [ Guido Günther ]
   * Bump build-dependency on libgnome-desktop-3-dev (Closes: #622689)
 .
   [ Josselin Mouette ]
   * Break gdm3  version with GSettings support.
   * New upstream release.
   * 01_numlock.patch: new patch. Work around the lack of support for
 per-host NumLock status by providing at least a global setting. It
 can turn wrong in multi-host environments, but it’s better than
 nothing in the general case.
Checksums-Sha1: 
 15d5d37ae41bd206fd2c04796490db7089be140c 2053 gnome-settings-daemon_3.0.2-1.dsc
 a1d617eb58edaeb2c57364b074fc1040f2317c65 1578597 
gnome-settings-daemon_3.0.2.orig.tar.bz2
 081075db7eeacdde8ab209fe461aa4157fa77101 8693 
gnome-settings-daemon_3.0.2-1.debian.tar.gz
 ab0f56beac5888f39224ae0e87ee4112fe2e3643 1333004 
gnome-settings-daemon_3.0.2-1_amd64.deb
 a96a5caf2edc33d29e34ada197b6dfda868f3758 58428 
gnome-settings-daemon-dev_3.0.2-1_amd64.deb
Checksums-Sha256: 
 d9159bc9091686a4c56ad32b0fb5feab4aa6ebdc37c87d4c22cf900a5aa86f07 2053 
gnome-settings-daemon_3.0.2-1.dsc
 f304aa54c59ab23f7ef55bfeefeecfd6f7a95cabbeed2ea802c94463d4234eec 1578597 
gnome-settings-daemon_3.0.2.orig.tar.bz2
 87c3b8ccd84d56bce4ab9a67d923768f46809e215fdeccd5f7fb5045751ecef9 8693 
gnome-settings-daemon_3.0.2-1.debian.tar.gz
 e7cecd137101f75a1371bbeb4cf1983afab1cf1e05adf6834076ff7696874391 1333004 
gnome-settings-daemon_3.0.2-1_amd64.deb
 34d576eb61f62515a0f71532a26ac042e0c6cd94e75f3b66a9b99a41790521ac 58428 
gnome-settings-daemon-dev_3.0.2-1_amd64.deb
Files: 
 c9459d72216363f1456a7ed1a70bc4e8 2053 gnome optional 
gnome-settings-daemon_3.0.2-1.dsc
 95d75ec602723c300f8117d65562a1bc 1578597 gnome optional 
gnome-settings-daemon_3.0.2.orig.tar.bz2
 f4f16aad7e61299a389c8b3b9734ebb8 8693 gnome optional 
gnome-settings-daemon_3.0.2-1.debian.tar.gz
 a7cc96b88a539a1f29c5ad919f54b415 1333004 gnome optional 
gnome-settings-daemon_3.0.2-1_amd64.deb
 26e5c87caa9bd3e7f5e8f1dd5d2e0d67 58428 gnome optional 
gnome-settings-daemon-dev_3.0.2-1_amd64.deb

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

iD8DBQFN6neCrSla4ddfhTMRAgWjAJ9o3zwVVgmx32+Ey4uX+16sWAQ5xACgszNy
OpN7Ilh32gLd6Cl/t1SBNmA=
=g1+z
-END PGP SIGNATURE-


Accepted:
gnome-settings-daemon-dev_3.0.2-1_amd64.deb
  to main/g/gnome-settings-daemon/gnome-settings-daemon-dev_3.0.2-1_amd64.deb
gnome-settings-daemon_3.0.2-1.debian.tar.gz
  to main/g/gnome-settings-daemon/gnome-settings-daemon_3.0.2-1.debian.tar.gz
gnome-settings-daemon_3.0.2-1.dsc
  to main/g/gnome-settings-daemon/gnome-settings-daemon_3.0.2-1.dsc
gnome-settings-daemon_3.0.2-1_amd64.deb
  to main/g/gnome-settings-daemon/gnome-settings-daemon_3.0.2-1_amd64.deb
gnome-settings-daemon_3.0.2.orig.tar.bz2
  to main/g/gnome-settings-daemon/gnome-settings-daemon_3.0.2.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/e1qsver-0003la...@franck.debian.org



Accepted udt 4.8-2 (source amd64)

2011-06-04 Thread Jon Bernard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 14:19:17 -0400
Source: udt
Binary: libudt-dev libudt0
Architecture: source amd64
Version: 4.8-2
Distribution: unstable
Urgency: low
Maintainer: Jon Bernard jbern...@debian.org
Changed-By: Jon Bernard jbern...@debian.org
Description: 
 libudt-dev - UDP-based Data Transfer Protocol - development files
 libudt0- UDP-based Data Transfer Protocol
Closes: 624406
Changes: 
 udt (4.8-2) unstable; urgency=low
 .
   * [e94c560] Restrict supported architectures to i386 and amd64 (Closes: 
#624406)
Checksums-Sha1: 
 76ec477f55a74dcec3423332b730cafde6e29a2f 1108 udt_4.8-2.dsc
 73569b6bd99c0742e04a995d9da6399f1d68c4de 3371 udt_4.8-2.debian.tar.gz
 938ab9b8d2f10229f9417b323aeaad14c341ca73 183750 libudt-dev_4.8-2_amd64.deb
 6fb3cd1a5ea0bb7c9b35550d31b06073c5bf7b6c 94184 libudt0_4.8-2_amd64.deb
Checksums-Sha256: 
 15514f75468eb1fbe24351b85dd84c3fffc2e47f6fdf4b61ed42d7725c9d4208 1108 
udt_4.8-2.dsc
 52453ef334a2eaee63281c296cdb0bebfb12f1643c41548f9c41a7cf0cfda176 3371 
udt_4.8-2.debian.tar.gz
 b30a58e492989b0734865ad6b43563d89f873be74913df510b4c6cb3b943a75a 183750 
libudt-dev_4.8-2_amd64.deb
 02b6dda24a96d831478b7f81bfdc6a2513a164e625337bc67385899ed81805e6 94184 
libudt0_4.8-2_amd64.deb
Files: 
 87ccc4396d3f75ba0ab34b0a83cdf22f 1108 libs extra udt_4.8-2.dsc
 23c8e207ae70c86d62d3fd1607c5d83e 3371 libs extra udt_4.8-2.debian.tar.gz
 4d9a4dc5190d95cb528520afdb0ed59c 183750 libdevel extra 
libudt-dev_4.8-2_amd64.deb
 ba982e8f4d50519f1c1a7b3b5938bfe4 94184 libs extra libudt0_4.8-2_amd64.deb

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

iEYEARECAAYFAk3qeBoACgkQwAT2A1kSwn7p7ACgxs1GVRAq0aEhM+WOZc4hLive
pcQAn136s+m5brA8Qy77XR0Nr9d9Ce82
=TFlH
-END PGP SIGNATURE-


Accepted:
libudt-dev_4.8-2_amd64.deb
  to main/u/udt/libudt-dev_4.8-2_amd64.deb
libudt0_4.8-2_amd64.deb
  to main/u/udt/libudt0_4.8-2_amd64.deb
udt_4.8-2.debian.tar.gz
  to main/u/udt/udt_4.8-2.debian.tar.gz
udt_4.8-2.dsc
  to main/u/udt/udt_4.8-2.dsc


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



Accepted boinc 6.12.28+dfsg-3 (source all amd64)

2011-06-04 Thread Steffen Moeller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 May 2011 10:44:59 +0200
Source: boinc
Binary: boinc boinc-client boinc-manager boinc-dev boinc-server-maker boinc-dbg
Architecture: source all amd64
Version: 6.12.28+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian BOINC Maintainers pkg-boinc-de...@lists.alioth.debian.org
Changed-By: Steffen Moeller moel...@debian.org
Description: 
 boinc  - metapackage for the BOINC client and the manager
 boinc-client - core client for the BOINC distributed computing infrastructure
 boinc-dbg  - debugging symbols for BOINC binaries
 boinc-dev  - development files to build applications for BOINC projects
 boinc-manager - GUI to control and monitor the BOINC core client
 boinc-server-maker - BOINC server applications and data files
Changes: 
 boinc (6.12.28+dfsg-3) unstable; urgency=low
 .
* Added explicit dependency on python-support for boinc-server-maker.
* Overriding csh and soname lintian warnings.
* Addressing the crypt_prog issue.
* Eliminating build path from python config
* Eperienting with elimination of leading and ending blanks from Makefile 
lines
Checksums-Sha1: 
 1d9a53ced66f7622ab41828577ae686918df7f13 1915 boinc_6.12.28+dfsg-3.dsc
 9ac0136409fb607d99f0248e33c5923b053b2f6e 123593 
boinc_6.12.28+dfsg-3.debian.tar.gz
 0de7979fdf08b12e36d7be87d7c684e73b9d8a8f 106736 boinc_6.12.28+dfsg-3_all.deb
 b6889a9684434cfe815f3d2a2332f3f58b1a5227 616752 
boinc-client_6.12.28+dfsg-3_amd64.deb
 92cf72531d7c85084f22cf1da6bf416937d8d56b 1596672 
boinc-manager_6.12.28+dfsg-3_amd64.deb
 7d2aa6f3892fe60ff4f9f633d846d138da0557e2 994642 
boinc-dev_6.12.28+dfsg-3_amd64.deb
 54658c0002b02c57c874063fa9dcac5bde091601 4633314 
boinc-server-maker_6.12.28+dfsg-3_amd64.deb
 38ccc0b5fc1fb514993afddb88a67f790d6c271a 23291726 
boinc-dbg_6.12.28+dfsg-3_amd64.deb
Checksums-Sha256: 
 43f8444a2c45dce81fa869919c5c2f053407e53f79abc75ec5fb0436403542cf 1915 
boinc_6.12.28+dfsg-3.dsc
 a1f7e4b9fdd35f6d30675af0a9fea48164bd49266a69ad723b16b2754d0515ed 123593 
boinc_6.12.28+dfsg-3.debian.tar.gz
 2d0736c9538954b951963c87ac1af8c3011abfbcd0d51fd430f5ba36a12723c0 106736 
boinc_6.12.28+dfsg-3_all.deb
 6de856505e715ef1db8ae58280e5aa241686f2f580025894cf6a779d059039f1 616752 
boinc-client_6.12.28+dfsg-3_amd64.deb
 28b7ae7b8226ed8e77bc6b409abce83939704fe98b2d8be1890d3517157eaa31 1596672 
boinc-manager_6.12.28+dfsg-3_amd64.deb
 b0b4a55837050de212294763c1c33e0a8a201ae3397c1fcd65d4dce44ce111e0 994642 
boinc-dev_6.12.28+dfsg-3_amd64.deb
 38e4903135b6ca6b6b9619860c6a3a9299bbf4872c2259c8820680ab835bf7d9 4633314 
boinc-server-maker_6.12.28+dfsg-3_amd64.deb
 7fdcad13ba3ed32b3e5ff70dcd4591f8cecd8f950abac01bc8537cce50bf0d06 23291726 
boinc-dbg_6.12.28+dfsg-3_amd64.deb
Files: 
 803c7efab77538228d2ff51fa0c23ba5 1915 net optional boinc_6.12.28+dfsg-3.dsc
 0fa782142618f590c6489506f7bfdb12 123593 net optional 
boinc_6.12.28+dfsg-3.debian.tar.gz
 76eabebc81bfb5aa05cc55ad6ee8419c 106736 net optional 
boinc_6.12.28+dfsg-3_all.deb
 d8a37745b63351db71a9c417c9fe034f 616752 net optional 
boinc-client_6.12.28+dfsg-3_amd64.deb
 9c2c87a5c7d9179d54c9e05744e9ab2b 1596672 x11 optional 
boinc-manager_6.12.28+dfsg-3_amd64.deb
 4d70ef50cfab4b22787870de6789377e 994642 devel optional 
boinc-dev_6.12.28+dfsg-3_amd64.deb
 97e137137fcf8467ab2b12c7bcf27bda 4633314 net optional 
boinc-server-maker_6.12.28+dfsg-3_amd64.deb
 9744120989c805bb48d406af21bc2412 23291726 debug extra 
boinc-dbg_6.12.28+dfsg-3_amd64.deb

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

iEYEARECAAYFAk3qenAACgkQ1gXdnL6dUznmHACePMKM12HCmPuP6CV+iMB6Qshb
8JYAnj5z77c33dzTHIwGVo9gPEvWjQKU
=7ljf
-END PGP SIGNATURE-


Accepted:
boinc-client_6.12.28+dfsg-3_amd64.deb
  to main/b/boinc/boinc-client_6.12.28+dfsg-3_amd64.deb
boinc-dbg_6.12.28+dfsg-3_amd64.deb
  to main/b/boinc/boinc-dbg_6.12.28+dfsg-3_amd64.deb
boinc-dev_6.12.28+dfsg-3_amd64.deb
  to main/b/boinc/boinc-dev_6.12.28+dfsg-3_amd64.deb
boinc-manager_6.12.28+dfsg-3_amd64.deb
  to main/b/boinc/boinc-manager_6.12.28+dfsg-3_amd64.deb
boinc-server-maker_6.12.28+dfsg-3_amd64.deb
  to main/b/boinc/boinc-server-maker_6.12.28+dfsg-3_amd64.deb
boinc_6.12.28+dfsg-3.debian.tar.gz
  to main/b/boinc/boinc_6.12.28+dfsg-3.debian.tar.gz
boinc_6.12.28+dfsg-3.dsc
  to main/b/boinc/boinc_6.12.28+dfsg-3.dsc
boinc_6.12.28+dfsg-3_all.deb
  to main/b/boinc/boinc_6.12.28+dfsg-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/e1qsvsa-0004qv...@franck.debian.org



Accepted jsymphonic 0.3.0.Ode.To.Freedom+svn387-6 (source all)

2011-06-04 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jun 2011 20:27:52 +0200
Source: jsymphonic
Binary: jsymphonic
Architecture: source all
Version: 0.3.0.Ode.To.Freedom+svn387-6
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 jsymphonic - File manager for Sony's MP3 players
Changes: 
 jsymphonic (0.3.0.Ode.To.Freedom+svn387-6) unstable; urgency=low
 .
   * Rebuild with newer javahelper to avoid /usr/share/java/jsymphonic.jar
 not being a symlink anymore.
Checksums-Sha1: 
 dfca1ddcdf2f4471bed20c147fece3a81fc9534c 1511 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-6.dsc
 926ba6b9d08a78855bc7c96e20ca592e3970a59d 10681 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-6.debian.tar.gz
 8443e7f534468580f5cba42994ef18d0932d36cd 1675770 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-6_all.deb
Checksums-Sha256: 
 7cc354d523f72a40dcf9cc51f3445f3b7f211adf243d0d56271c00294bfc9e15 1511 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-6.dsc
 cff37a6a27dd3da4ffd2d92645d282fd783d3ffebdb302a65016835ac5d95a87 10681 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-6.debian.tar.gz
 2917f33fe25b3bd42216ecc41dc8594598bcc0ff91ca541e37d50f9e2e1fc08e 1675770 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-6_all.deb
Files: 
 3f1b158af033bad101ef55a894d95933 1511 sound optional 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-6.dsc
 b41103fbd9efeb4955c539ccaefbed6d 10681 sound optional 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-6.debian.tar.gz
 b30a78cc3aed02023789c74e286502ce 1675770 sound optional 
jsymphonic_0.3.0.Ode.To.Freedom+svn387-6_all.deb

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

iEYEARECAAYFAk3qejUACgkQx/UhwSKygsq5kQCePdzeCM4iigb3mNzjVWKr3A/r
qFEAn3R0Lvuuf8qz2f7ZqkzhcJSZ6hKI
=Fv4Y
-END PGP SIGNATURE-


Accepted:
jsymphonic_0.3.0.Ode.To.Freedom+svn387-6.debian.tar.gz
  to main/j/jsymphonic/jsymphonic_0.3.0.Ode.To.Freedom+svn387-6.debian.tar.gz
jsymphonic_0.3.0.Ode.To.Freedom+svn387-6.dsc
  to main/j/jsymphonic/jsymphonic_0.3.0.Ode.To.Freedom+svn387-6.dsc
jsymphonic_0.3.0.Ode.To.Freedom+svn387-6_all.deb
  to main/j/jsymphonic/jsymphonic_0.3.0.Ode.To.Freedom+svn387-6_all.deb


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



Accepted mksh 40~0.20110604-1 (source amd64)

2011-06-04 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA384

Format: 1.8
Date: Sat, 04 Jun 2011 20:15:03 +0200
Source: mksh
Binary: mksh
Architecture: source amd64
Version: 40~0.20110604-1
Distribution: unstable
Urgency: low
Maintainer: Thorsten Glaser t...@mirbsd.de
Changed-By: Thorsten Glaser t...@mirbsd.de
Description: 
 mksh   - MirBSD Korn Shell
Changes: 
 mksh (40~0.20110604-1) unstable; urgency=low
 .
   * Do not use libbsd any longer, mksh is self-contained
   * Update README.Debian, copyright
   * Upgrade to mksh R40 Release Candidate 2
 - [tg, hondza] Fix regression in tab completion result display
 - [tg, Frank Terbeck] Fix parsing x=(…) expressions
 - [tg, Jb_boin] Increase hash table limit; don’t crash when reaching it
 - Comment sync with OpenBSD ksh
 - Update testsuite tags (for Cygwin and other weird platforms)
   * Catch early build failures better
Checksums-Sha1: 
 eea17be3241efa4b5b3d1179ae595c529aa9b0ec 1960 mksh_40~0.20110604-1.dsc
 05ddf84060fd03842702c8f77568d698a2bd0318 325705 mksh_40~0.20110604.orig.tar.gz
 10ead3664156db74b418db2fdbf0ad6bd4592d4a 64161 mksh_40~0.20110604-1.diff.gz
 e93c47c9e9188c86b412b5e610ab06b8c799fd59 417954 mksh_40~0.20110604-1_amd64.deb
Checksums-Sha256: 
 a4ecd45512a406b1bbc71934efca6b1747387f22fa3b8c94161aed3fdf9b412f 1960 
mksh_40~0.20110604-1.dsc
 718dc2ae50c953f60e357041884581a1fc862911c51096da512c628141bf522b 325705 
mksh_40~0.20110604.orig.tar.gz
 647a81a603eb938c113f544c91ce57993422f6ae023f0677de2bb8afd3e9106d 64161 
mksh_40~0.20110604-1.diff.gz
 339921aae365dc3217c0ecb81ba3217c36ef18bccb206c46a0469612c196b2cc 417954 
mksh_40~0.20110604-1_amd64.deb
Files: 
 109853d2d828e791fff90f84ba65dba6 1960 shells optional mksh_40~0.20110604-1.dsc
 e119a1f0573968286baf395108f15f01 325705 shells optional 
mksh_40~0.20110604.orig.tar.gz
 8fd641b67a467b86acf2627e0272b1cb 64161 shells optional 
mksh_40~0.20110604-1.diff.gz
 c9682c079efa2dded00cbcb7a6fc66be 417954 shells optional 
mksh_40~0.20110604-1_amd64.deb

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

iQIcBAEBCQAGBQJN6nlTAAoJEHa1NLLpkAfgUpsQAJH6BzdKnAxUaRT/DX53hfgP
NTj7CIucdoPz2LHJ3opSG8eh6AoZc6xFdNKbUTV6ltixtJvSGkJkoGGy+cq5gY61
zdBIq7QaLwo6K5uAUYrDELESZ8ghRG4DdpYzZp/eFHmTQUjoNSsJTB3ZV9piPHCj
zcazz8es3lFyBhKGX5Qon9RK20aAMiYqoM/zxTBoWlOgtC2u5Cx1ytjeCjdm5WHP
rRIUIEo/VuL445+1QLZVjUaGgrhIvO9WIRPHvWmG7QYaDWFkYRkeEvUM/bF3p1JE
cbdrydiE+YoJcs/gJbXgUCYIMfCqis01PGFtZQ7yrrI/Tm+Qxx87kaVp1HWaUPK2
C5Ci0tkXlmkxqymX4330k/HDhl+ivrghdbbWtRokm5i1Jxyfxe+4mkr1CnwM/4dR
8HzpvNR+lBQruZaIEEhL7eVzE+3nLoKO4m8cIuiTbGPGVet/jfPGZ/U6dpLZBFpt
S5GqJUU2HXaeu6Au5ZAH8UlzkALD0zAofhYifrhD8bZz3kSy4VmJuD3DMv/0CZ9B
s6FNt8vFvjYqp+eYF8PS8UZUlLVf7OtKHzQFdHw2A7pNXnobaIpmxTQoieQG1J5g
j/NsGNA+5KjWW3I0cx0riCCFCIgHHWGG4zoSbFgtEN1W64BNITZrjxNLkvWCGvht
/xqFEjXKv9FUCR6vuPhp
=4lIs
-END PGP SIGNATURE-


Accepted:
mksh_40~0.20110604-1.diff.gz
  to main/m/mksh/mksh_40~0.20110604-1.diff.gz
mksh_40~0.20110604-1.dsc
  to main/m/mksh/mksh_40~0.20110604-1.dsc
mksh_40~0.20110604-1_amd64.deb
  to main/m/mksh/mksh_40~0.20110604-1_amd64.deb
mksh_40~0.20110604.orig.tar.gz
  to main/m/mksh/mksh_40~0.20110604.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/e1qsvtv-0004zb...@franck.debian.org



Accepted gnome-power-manager 3.0.2-1 (source i386)

2011-06-04 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jun 2011 20:31:58 +0200
Source: gnome-power-manager
Binary: gnome-power-manager
Architecture: source i386
Version: 3.0.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gnome-power-manager - power management tool for the GNOME desktop
Changes: 
 gnome-power-manager (3.0.2-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/watch: Switch to .bz2 tarballs.
   * debian/control.in:
 - Drop Build-Depends on libgnome-control-center-dev (= 2.31.4). The
   prefs panel is now in g-c-c itself.
 - Bump Standards-Version to 3.9.2. No further changes.
   * Bump debhelper compatibility level to 8. Update Build-Depends accordingly.
Checksums-Sha1: 
 d9c10c09ab789ad900de82e523a76631e3116be8 2597 gnome-power-manager_3.0.2-1.dsc
 dbbce43c1b418f6d9d8b5b80ac6ba741e2e6efbf 4081620 
gnome-power-manager_3.0.2.orig.tar.bz2
 ac30f59570e95df3c0dfdeacb60f23b2ce00b2cf 10219 
gnome-power-manager_3.0.2-1.debian.tar.gz
 a5d851a6e94615bd9b363df8a93413a3e94f73e4 3795536 
gnome-power-manager_3.0.2-1_i386.deb
Checksums-Sha256: 
 d6203ea5bb8e3a2679a6b9046936b98de120f0dfc6725f757f5aeb5a2c73e281 2597 
gnome-power-manager_3.0.2-1.dsc
 d0e00fdcfbc3bfb709f9ed82a14de325c51cf0bb86eeacefcda2dd7fcf6cbc2b 4081620 
gnome-power-manager_3.0.2.orig.tar.bz2
 606680f89ffdd35a87e827baa75e29f866424b834d8b3384e62b64734179fca7 10219 
gnome-power-manager_3.0.2-1.debian.tar.gz
 225b8331ae46eaa35c448e03fd15a9adb9933bc7aef7a72225631b43970b1e49 3795536 
gnome-power-manager_3.0.2-1_i386.deb
Files: 
 45256733092226fd362ef0ed4075a417 2597 gnome optional 
gnome-power-manager_3.0.2-1.dsc
 7cb5d4492796d45b69637f730ff1ae20 4081620 gnome optional 
gnome-power-manager_3.0.2.orig.tar.bz2
 552ac3f77cef9dad46b58a92035fb057 10219 gnome optional 
gnome-power-manager_3.0.2-1.debian.tar.gz
 78d27434a98b5b7d84b4f38cafb4ddb0 3795536 gnome optional 
gnome-power-manager_3.0.2-1_i386.deb

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

iQIcBAEBCAAGBQJN6nzeAAoJEGrh3w1gjyLcO8oP+gOwSgo3k0auizTTsWXQQwUe
J6m+o9zrd2xGqq4z7bVOQqXFszSyJPaMDIDd4oFpoQWrziiJfkSuBPcofjM0Wei7
DbnSSzr67A1R1wBZBl3vg3eiDYMSipx1k+pdL5d4YPKEig8I2pVF7unnGuyiWxHN
sN4KrpeNkHdXTuVHTOg/tkv0vzZ/JXLZr1OQgyGv0vidoA1oigR0ue3mHOXX9B+/
sykmFWWeLqEamPNdLDH4xTpXmOi9Ya83+kOkxDxKuJ8t/W2/t7AeWi+hYIT98FH7
i2lh3uflXl9YDOdWE1YgCkYPMAVphYWJ/WfiRVvdfcHoFsV6eIXUvFPWGFOuJ5Nn
jCvUBTvaAHhgGAwJ5nMVxTfgwY1RpABIPikn9ingfGeZ2/74dInfcehK9m94Y7AG
Y4W9CKlrtjSRzKFJHnYy4b9D3y8Fb08UnGBAiOEnCMTresHmDVU7AMnlDYHKeV7i
L8LEvNqmhl0u6vZF8HgQHYDJMYyt5lmUMUxkzyEmP0mO1P6j4U9Moo0VibBvqznC
t4Ge6tdnd/XzUsmxvkPgay2C1L7Uqzt3cGB5RtSvV0qWrWijNHeVMehsUEOtIdgg
f7J8+mmAvnKkkHRkfBopxWX2HTjIKY8G1igRv3T+hqTzY12b6He9i/r5ow17oygj
IfagXNVd63z37161dSxw
=i4Xj
-END PGP SIGNATURE-


Accepted:
gnome-power-manager_3.0.2-1.debian.tar.gz
  to main/g/gnome-power-manager/gnome-power-manager_3.0.2-1.debian.tar.gz
gnome-power-manager_3.0.2-1.dsc
  to main/g/gnome-power-manager/gnome-power-manager_3.0.2-1.dsc
gnome-power-manager_3.0.2-1_i386.deb
  to main/g/gnome-power-manager/gnome-power-manager_3.0.2-1_i386.deb
gnome-power-manager_3.0.2.orig.tar.bz2
  to main/g/gnome-power-manager/gnome-power-manager_3.0.2.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/e1qsw76-0007ti...@franck.debian.org



  1   2   >