Re: Possible MBF due to DBus security issue

2009-01-04 Thread Josselin Mouette
Le samedi 03 janvier 2009 à 17:58 +, Matthew Johnson a écrit :
 Debian GNOME Maintainers pkg-gnome-maintain...@lists.alioth.debian.org
system-config-printer (U)
system-tools-backends (U)

Both explicitly list all permissions, so I think they should be fine.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-04 Thread Guus Sliepen
On Sat, Jan 03, 2009 at 09:57:33PM +0100, Eduard Bloch wrote:

 PS: I plan to hack it a little bit and use syssconf function on Debian
 systems to determine the real number of CPU cores (#x) since pigz's
 default value is 8 which is much more than home systems have nowadays,
 and the performance isn't getting (much) better with a constant number
 of idle threads, they just consume more memory.

Although sysconf() can tell you the total number of cores and the number of
cores that are online in your system, it does not tell you how many cores are
available for your program. It's better to use sched_getaffinity() to get the
set of CPU (cores) available to your program. And if you know better than the
OS, use sched_setaffinity() to bind each thread to it's own core.

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen g...@debian.org


signature.asc
Description: Digital signature


Re: Possible MBF due to DBus security issue

2009-01-04 Thread Neil Williams
On Sat, 3 Jan 2009 17:58:47 +
Matthew Johnson mj...@debian.org wrote:

 A fixed version of dbus has been uploaded to experimental. The release
 team would like this version to go into lenny, but we need to fix any
 bugs caused by that version. Upstream have already started collating
 patches to upstreams[0] so for many of the larger packages will already
 have patches there.
 
 Below is the list of all the packages which currently have configuration
 for the system bus. 

Tracking for this issue has been moved to the Wiki:
http://wiki.debian.org/DBusPermissions

 Moray Allan mo...@debian.org
gpe-bluetooth (U)
 Phil Blundell p...@debian.org
gpe-bluetooth (U)
 Neil Williams codeh...@debian.org
gpe-bluetooth

Tested with the version of dbus from experimental - current package is
fine.


-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgp9Uv0VjqTRU.pgp
Description: PGP signature


Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-04 Thread Eduard Bloch
#include hallo.h
* Guus Sliepen [Sun, Jan 04 2009, 10:45:23AM]:
 On Sat, Jan 03, 2009 at 09:57:33PM +0100, Eduard Bloch wrote:
 
  PS: I plan to hack it a little bit and use syssconf function on Debian
  systems to determine the real number of CPU cores (#x) since pigz's
  default value is 8 which is much more than home systems have nowadays,
  and the performance isn't getting (much) better with a constant number
  of idle threads, they just consume more memory.
 
 Although sysconf() can tell you the total number of cores and the number of
 cores that are online in your system, it does not tell you how many cores are
 available for your program. It's better to use sched_getaffinity() to get the
 set of CPU (cores) available to your program. And if you know better than the
 OS, use sched_setaffinity() to bind each thread to it's own core.

Sounds like a plan, but I don't feel very comfortable to do that in the
Debian package. Let me explain why:

 - sched_setaffinity method seems to be Linux specific
 - though it might be beneficial to pinpoint each thread to the same
   CPU, I don't think (*assumption*) that the data resides long enough
   in the CPU cache anyway so we wouldn't win much
 - I have not used it before but I used the sysconf method in portable
   apps (i.e. in cloop-utils), sysconf method is also used in pbzip2
 - it's hard to imagine environments with big difference between
   count(cores) and count(available cores)
 - the code change is minimal, see below

@Marc: please check the -s option, it's called -S in gzip (upper case).
What's the reason for the different case?

Regards,
Eduard.

--- pigz-2.1.4.orig/pigz.c
+++ pigz-2.1.4/pigz.c
@@ -2795,8 +2795,13 @@
 #ifdef NOTHREAD
 procs = 1;
 #else
+
+#ifdef _SC_NPROCESSORS_ONLN
+procs=sysconf(_SC_NPROCESSORS_ONLN);
+#else
 procs = 8;
-#endif
+#endif /* _SC_NPROCESSORS_ONLN */
+#endif /* NOTHREAD */
 size = 131072UL;
 rsync = 0;  /* don't do rsync blocking */
 dict = 1;   /* initialize dictionary each thread */

-- 
Naja, Garbage Collector eben. Holt den Müll sogar vom Himmel.
   (Heise Trollforum über Java in der Flugzeugsteuerung)


signature.asc
Description: Digital signature


Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-04 Thread Josselin Mouette
Le dimanche 04 janvier 2009 à 15:49 +0100, Eduard Bloch a écrit :
 Sounds like a plan, but I don't feel very comfortable to do that in the
 Debian package. Let me explain why:
 
  - sched_setaffinity method seems to be Linux specific

How is that a problem? You only need to use it in Linux builds.

  - it's hard to imagine environments with big difference between
count(cores) and count(available cores)

It’s already the case in HPC environments, and CPU pinning is certainly
going to be used more widely as the number of cores increases.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#510723: ITP: libconfig-model-itself-perl -- Graphical *model* editor for Config::Model

2009-01-04 Thread Dominique Dumont
Package: wnpp
Severity: wishlist
Owner: Dominique Dumont domi.dum...@free.fr


* Package name: libconfig-model-itself-perl
  Version : 1.208-1
  Upstream Author : Dominique Dumont ddum...@cpan.org
* URL : http://search.cpan.org/dist/Config-Model-Itself/
* License : LGPL
  Programming Lang: Perl
  Description : Graphical *model* editor for Config::Model

This module provides a graphical editor to edit configuration model
for Config:Model. (emphasis on model)

This modules also provides a model for Config::Model (hence the Itself
name, you can also think of it as a meta-model).  The editor will use
this meta-model to construct the graphical interface so you can edit
the configuration model for *your* application. [ This module is the
eat your own dog food principle applied to Config::Model ;-) ]

Let's step back a little to explain. Any configuration data is, in
essence, structured data. This data could be stored in an XML file. A
configuration model is a way to describe the structure and relation of
all items of a configuration data set.

This configuration model is also expressed as structured data. This
structure data is structured and follow a set of rules which are
described for humans in Config::Model.

The structure and rules documented in Config::Model are also expressed
in a model in the files provided with Config::Model::Itself.

Hence the possibity to verify, modify configuration data provided by
Config::Model can also be applied on configuration models. Using the
same user interface.

The model editor program is config-model-edit.

Since the model editor and the configuration data editor are based on
the same graphical module, you will use similar UIs to edit
configuration data (for instance Xorg configuration data from
xorg.conf) and Xorg model (if you need to add new parameters in Xorg
model)

Once this module is installed, you can run:

  # config-model-edit -model model_name

For instance, if you have installed Config::Model::Xorg, you can run

  # config-model-edit -model Xorg

If you save Xorg configuration model, it will create a lib directory and
write the modified model there.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#510763: ITP: xlwt -- Python library to generate Microsoft Excel 95 to 2003 compatible spreadsheets

2009-01-04 Thread Jan Dittberner
Package: wnpp
Severity: wishlist
Owner: Jan Dittberner j...@dittberner.info

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: xlwt
  Version : 0.7.0
  Upstream Author : John Machin sjmac...@lexicon.net
* URL : http://pypi.python.org/pypi/xlwt
* License : BSD
  Programming Lang: Python
  Description : Python library to generate Microsoft Excel 95 to 2003 
compatible spreadsheets

Xlwt is a fork of the now unmaintained pyexcelerator by Roman
V. Kiseliov. It is a pure Python implementation of a library for
writing files in Microsoft Excel 95 to 2003 spreadsheet format. There
is a bug filed against the Debian package python-excelerator to
transition it to xlwt (#500185).

The package will be maintained by me and the Debian Python Modules
Team (DPMT).

- -- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

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

iEYEARECAAYFAklg/g0ACgkQXZJ0m2XDVK8aWgCeO9TZMqn3VTnoIj6GmVVi7fex
OQAAmQG6v5/y4QrPiGu/50r74fBb34Ec
=sFmG
-END PGP SIGNATURE-



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



Bug#438885: marked as done (Mass bug filing: must use invoke-rc.d)

2009-01-04 Thread Debian Bug Tracking System

Your message dated Sun, 4 Jan 2009 14:22:41 +0100
with message-id 200901041422.47496.hol...@layer-acht.org
and subject line latest lintian includes a check for this, so this bug can be 
closed
has caused the Debian Bug report #438885,
regarding Mass bug filing: must use invoke-rc.d
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
438885: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=438885
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: general
Severity: serious

As of Debian Policy Manual version 3.7.2, the use of invoke-rc.d to
run init.d scripts has been made mandatory. Earlier, its use was
strongly recommended.

In most cases the fix should be simple, replace this:

/etc/init.d/package action

with this:

if which invoke-rc.d /dev/null 21; then
invoke-rc.d package action
else
/etc/init.d/package action
fi

On May 13 and 14, I checked all packages in Debian sid, and found
that your package needs to be changed because of this policy change.
This bug is part of a mass-filing to get all such bugs fixed.
(See discussion starting at [1].)

[1] http://lists.debian.org/debian-devel/2006/05/msg00577.html



-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com

---End Message---
---BeginMessage---
latest lintian includes a check for this, so this bug can be closed


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


Bug#510687: ITP: libemail-sender-perl -- Perl module for sending email

2009-01-04 Thread Ansgar Burchardt
Package: wnpp
Severity: wishlist
Owner: Ansgar Burchardt ans...@43-1.org


* Package name: libemail-sender-perl
  Version : 0.001
  Upstream Author : Ricardo SIGNES r...@cpan.org
* URL : http://search.cpan.org/dist/Email-Sender/
* License : Artistic | GPL-1+ (like perl)
  Programming Lang: Perl
  Description : Perl module for sending email

 The Email::Sender module provides an interface to send email via
 several backends (Sendmail, SMTP, deliver to mbox file, ...).

Email::Sender is developed by the same people as Email::Send and is
intended to replace it in the future[1]:

  Email::Send is going away... well, not really going away, but it's
  being officially marked out of favor. It has API design problems
  that make it hard to usefully extend and rather than try to deprecate
  features and slowly ease in a new interface, we've released
  Email::Sender which fixes these problems and others. As of today,
  2008-12-19, Email::Sender is young, but it's fairly
  well-tested. Please consider using it instead for any new work.

Regards,
Ansgar

[1] http://search.cpan.org/dist/Email-Send/lib/Email/Send.pm



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



Re: Bug#509225: ITP: tevent -- talloc-based event loop library

2009-01-04 Thread Robert Collins
On Sat, 2008-12-20 at 01:57 +0100, Jelmer Vernooij wrote:
 Am Samstag, den 20.12.2008, 11:10 +1100 schrieb Robert Collins:
  libevent + libtevent-which-wraps-libevent is better than
  libtevent-which-duplicates-much-of-libevent. :)
 In theory, I agree. However, in this case libevents is about a factor 10
 larger in terms of source code than libtevent, and that's even without
 the wrapper that would add talloc support and the support for AIO.
 
 But more importantly (with my upstream hat on): we have to support a lot
 of folks that are not running fancy systems like Debian (apt FTW), and
 who have to still install everything manually. This means another
 dependency for them to install. 

There are other ways to solve that - e.g. provide a bundle of source
packages. That said, gentoo, rpm-based systems, ports-based systems,
conary, heck even cygwin support dependency chaining on installs -
surely anyone outside that collection of platforms is already manually
building their kernel and up - they are choosing that environment. Bit
of a tail-wagging-the-dog as far as I can tell without more information.

-Rob

 
GPG key available at: http://www.robertcollins.net/keys.txt.


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


Testing requested: D-Bus-related packages and CVE-2008-4311

2009-01-04 Thread Simon McVittie
In order to fix CVE-2008-4311 the default permissions on the system bus
have been tightened up. This has revealed bugs in the configurations
shipped with a number of services using the system bus which relied on
the broken behaviour and will now break. We've been using
http://wiki.debian.org/DBusPermissions to track the resulting mess.

i386 binaries and source for a version of dbus targeted at lenny are
available from http://people.debian.org/~smcv/dbus-cve-2008-4311/.
This has the correct deny-by-default policy, and logs to syslog (auth.log)
when messages are disallowed. Please test D-Bus-related packages with
this version, or with the new upstream version in experimental (which
has the same deny-by-default policy but a bit less logging).

However, there are known regressions in hal, ConsoleKit, PolicyKit,
system-tools-backends and bluez-utils with this version of dbus, so
don't install it until their RC bugs have been fixed if you rely heavily
on these packages.

(hal mostly works, but RF kill-switches and cpufreq manipulation are known to
be broken; the bug I filed has a patch which works for me, and might work for
you too. Similarly, system-tools-backends' bug has a patch that works
for me. I haven't tested the other RC-buggy packages myself.)

At the Cambridge BSP we've been through all the packages that install
system bus configuration checking for obvious problems in the
configuration, and tested some of the more popular ones. However, we
weren't able to test everything, so these packages (maintainers Cc'd)
particularly need testing:

kerneloops
mumble
network-manager-openvpn
network-manager-pptp
network-manager-vpnc
pathfinder
smart-notifier
yum

Thanks,
Simon


signature.asc
Description: Digital signature


Re: Possible MBF due to DBus security issue

2009-01-04 Thread Simon McVittie
Test results mentioned are for a laptop with a freshly installed lenny system,
the (GNOME) desktop task, the tested packages, my release candidate
version of dbus, and patched versions of hal and system-tools-backends
as seen below. Some packages haven't been tested yet - I'm not confident
that I know how they're *meant* to work, and I think the best time to
test these would be after uploading fixed dbus and hal packages to
unstable.

Non-RC rule confusion refers to
http://bugs.freedesktop.org/show_bug.cgi?id=18961.

On Sat, 03 Jan 2009 at 20:57:00 +, Simon McVittie wrote:
 After removing Uploaders and cross-referencing against fd.o #18980 (up to and
 including Comment #12, 
 https://bugs.freedesktop.org/show_bug.cgi?id=18980#c12):
 
  Michael Biebl bi...@debian.org
 knetworkmanager
 
 https://bugzilla.redhat.com/show_bug.cgi?id=475468

Non-RC rule confusion, works on test laptop

 powersave

Non-RC rule confusion, trivial tests work

  Julien BLACHE jbla...@debian.org
 pommed
 
 Maintainer responding

RC, fixed in unstable by a new upstream release, aiming for lenny. Not
tested by Cambridge BSP, but the maintainer tested it with dbus from
experimental.

  Debian Bluetooth Maintainers 
  pkg-bluetooth-maintain...@lists.alioth.debian.org
 bluez-utils
 
 http://git.kernel.org/?p=bluetooth/bluez.git;a=blob_plain;f=src/bluetooth.conf;hb=06637b08f721e1565fa05b818adfb8a0acec804e

RC, upstream patch doesn't seem to work, maintainer is investigating.

  Debian CUPS Maintainers pkg-cups-de...@lists.alioth.debian.org
 cups

Seems non-RC

  Debian Maemo Maintainers pkg-maemo-maintain...@lists.alioth.debian.org
 libosso

RC, totally broken security policy adds allow-by-default even if dbus-daemon
doesn't have it - maintainers pinged, RC bug filed, RM from lenny suggested

 osso-gwconnect

Depends on libosso and will share its fate, so I won't bother
investigating unless/until libosso is fixed

  Debian OLPC debian-olpc-de...@lists.alioth.debian.org
 sugar
 
 Unlikely to be on the system bus, I'll verify

Non-RC rule confusion (it is indeed on the system bus, because it contains an
equivalent of nm-applet); works on the test laptop

  Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
 mumble

Looks OK, not tested

  Debian/Ubuntu wpasupplicant Maintainers 
  pkg-wpa-de...@lists.alioth.debian.org
 wpasupplicant

Non-RC rule confusion, works on test laptop (at least when driven by
NetworkManager)

  Soren Hansen so...@ubuntu.com
 network-manager-openvpn

Non-RC rule confusion found, not tested but should work

 network-manager-vpnc

Non-RC rule confusion found, not tested but should work

  Matthew Johnson mj...@debian.org
 bluemon

Fixed in sid (maintainer tested with experimental dbus), migration requested

  Simon Kelley si...@thekelleys.org.uk
 dnsmasq

Non-RC rule confusion found, trivially tested on my laptop, seems to work

  Anand Kumria wildf...@progsoc.org
 yum

Non-RC rule confusion found, not tested but should work

  Jonny Lamb jonnyl...@jonnylamb.com
 odccm

Non-RC rule confusion found, not tested but should work

  Patrick Patterson ppatt...@debian.org
 pathfinder

Non-RC rule confusion found, not tested but should work

  Otavio Salvador ota...@debian.org
 system-config-printer

Non-RC rule confusion found, works on test laptop

  Riccardo Setti gisk...@debian.org
 galago-daemon
 
 Unlikely to be on the system bus, I'll verify

Isn't actually on the system bus, so its config should be a no-op

  Jose Carlos Garcia Sogo js...@debian.org
 system-tools-backends

RC bug with suggested patch

  Brian Sutherland ji...@web.de
 smart-notifier

Non-RC rule confusion found, not tested

  Enrico Tassi gareuselesi...@debian.org
 network-manager-pptp

Non-RC rule confusion found, not tested

  Utopia Maintenance Team pkg-utopia-maintain...@lists.alioth.debian.org
 avahi

Non-RC rule confusion found, seems to work, might have minor privilege
escalation (ability to SetHostName without being in netdev)

 consolekit
 
 http://bugs.freedesktop.org/show_bug.cgi?id=19020

RC (introspection disallowed), rules are subtle enough that it
needs to be tested by someone who understands it fully

 dhcdbd

Non-RC rule confusion, works on test laptop at least when invoked by
NetworkManager

 hal
 
 https://bugs.freedesktop.org/show_bug.cgi?id=18985

Some functionality no longer works; I've proposed a patch which
worked on my test laptop for powersaved, NetworkManager and
gnome-power-manager didn't complain

 network-manager

Non-RC rule confusion, works on test laptop

 network-manager-applet

Non-RC rule confusion, works on test laptop

 policykit
 
 https://bugs.freedesktop.org/show_bug.cgi?id=18948

RC bug filed, trivial patch accepted upstream, maintainer aware

  Matthew Wilcox wi...@debian.org
 kerneloops

Looks OK, not tested

  Neil Williams codeh...@debian.org
 gpe-bluetooth
 
 

Re: Possible MBF due to DBus security issue

2009-01-04 Thread Eugene V. Lyubimkin
Simon McVittie wrote:
 RC, totally broken security policy adds allow-by-default even if dbus-daemon
 doesn't have it - maintainers pinged, RC bug filed, RM from lenny suggested
FBReader build-depends on it (for maemo platforms), it would be a loss to have 
not
fbreader for maemo and unacceptable to drop fbreader from Lenny. Please 
coordinate with
me. (BTW, I was not anyhow pinged and noticed this only right now and only by 
good chance.
Badly.)

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
Ukrainian C++ developer, Debian Maintainer, APT contributor



signature.asc
Description: OpenPGP digital signature


Re: Semantic shell? (for lack of better name)

2009-01-04 Thread Bryan Bishop
On Sat, Jan 3, 2009 at 7:16 PM, Erich Schubert wrote:
 I've thought about similar efforts, much were centered about having a
 generic command line syntax definition language.

I don't know if formal grammars (BNF, etc.) would apply there.

 Not every application can be squeezed into the input, output scheme. The

Right. Fundamentally all steps in a program take some input and
generate some output. The GNU approach of just splitting everything
into smaller and smaller programs is one way to do this, but I'd
prefer to not have to rewrite everything ever.

Part of what I want to do here is substitutions, just like you can
find so many substitutions for your favorite text editor (insert
flamewar here). But in a way not dependent on requiring people to know
every text editor ever.

 situation with multiple inputs, single output is common.
 Neither can every application convert every input to every output,
 sometimes just particular combinations might be possible (in particular,
 input format might have to be the same as the output format).

Yes, so there's always going to be exceptions to the rule of thumb of
program structure, but in those exceptional cases is it something that
would qualify for inclusion in this system anyway?

 But for example to convert text/plain to image/gif with convert, you
 should also specify a font...

Right, but there's also a known command for spitting out a list of
valid fonts, so that could be a note attached to that defined
parameter to the 'convert' program.

 The debtags efforts do a very minimal approach here: they use 'looser'
 file types than MIME and they do not differentiate between input, output
 or whatever-put. There are some benefits from that, including
 - less information needs to be collected and updated
 - the information is more likely to be accurate
 obviously at the cost of the information being less useful. At some
 point you need to make a cut.

 At some point I was considering to actually use RDF-like triplets such
 as app1 reads image/gif app1 writes image/jpeg etc. but we ended up
 to going a tuplet-only approach for complexity reasons.

we? who? Any working code that I could go poke?

 Of course things have made progress since. For example, the .desktop
 files usually include useful information about which MIME types an
 application supports (unfortunately, many non-GUI-application still do
 not ship with .desktop files), but the information there also has some
 kind of vagueness.

Another response to my email included a link over to
'open-with-install', a program to query the apt repositories to find a
program to open a certain file with, which is a good step in that
direction. But yes, there is a vagueness involved in .desktop too.

 So it might well be time to do the next step and collect such meta
 information on a reads writes displays prints and whatever
 basis. However collecting all this data sounds like a huge task to me.

Yikes, there are so many of those verbs though - you'd basically be
doing Cyc or WordNet all over again. Each program technically
qualifies as a new verb too, so the usefulness seems to deteriorate.

 I mentioned before that I was also thinking about a command line syntax
 definition language. The reason is that command line programs vary a
 lot in how parameters are passed. There are certain common standards
 such as GNU getopt command line syntax (i.e. single letter options with

This is why I first thought that this might require a new type of
shell standard, or doing these edits to the system somewhere else
other than on a debian-level. Environmental variables for passing
commands (like in CGI) might not be enough metadata being passed
around (or something). I'm very uncertain about all this.

 A specification of the available options in some meta format ideally
 would also give an indication of valid file types for file name
 parameters. But also note about mutually exclusive options. And it is

What about logic languages for expressing valid and invalid uses of
the parameter pool? I.e., define the valid breadth-first set of
parameters, and then some logic conditionals that describe validity.

 obvious that not all command line can be described this way completely
 (e.g. to fully validate perl -e 'perl expression' you'd need to be
 able to validate perl syntax ... and only perl can parse perl. So
 you'll never know what MIME types that statement accepts ...)

perl -e accepts a string of text data (I don't think binary data
works). Whether or not the string is valid in terms of perl syntax
(etc.) is another issue entirely, isn't it?

 A solution covering 90% might still be very nice to have.
 I believe that a semantic shell might need to be based around the
 command line interface of the applications.

Another area that I'm applying this to is the interconnection of
manufacturing processes, but I'll digress for the moment.

- Bryan
http://heybryan.org/
1 512 203 0507


-- 
To UNSUBSCRIBE, email to 

Re: Bug#509225: ITP: tevent -- talloc-based event loop library

2009-01-04 Thread Jelmer Vernooij
Am Montag, den 05.01.2009, 08:45 +1100 schrieb Robert Collins: 
 On Sat, 2008-12-20 at 01:57 +0100, Jelmer Vernooij wrote:
  Am Samstag, den 20.12.2008, 11:10 +1100 schrieb Robert Collins:
   libevent + libtevent-which-wraps-libevent is better than
   libtevent-which-duplicates-much-of-libevent. :)
  In theory, I agree. However, in this case libevents is about a factor 10
  larger in terms of source code than libtevent, and that's even without
  the wrapper that would add talloc support and the support for AIO.
  
  But more importantly (with my upstream hat on): we have to support a lot
  of folks that are not running fancy systems like Debian (apt FTW), and
  who have to still install everything manually. This means another
  dependency for them to install. 
 
 There are other ways to solve that - e.g. provide a bundle of source
 packages. That said, gentoo, rpm-based systems, ports-based systems,
 conary, heck even cygwin support dependency chaining on installs -
 surely anyone outside that collection of platforms is already manually
 building their kernel and up - they are choosing that environment. Bit
 of a tail-wagging-the-dog as far as I can tell without more information.
I didn't mean any other Linux distributions or Cygwin, but platforms
like AIX, HPUX, IRIX, etc that already contain all of the other
dependencies (shell, make, C compiler).

Providing a bundle of source packages would be a way around that,
indeed, but that requires some significant infrastructure changes (among
other things, the Samba buildfarm would have to know how to fetch, build
and link against libevent on different platforms, for example). 

In other words, as I mentioned earlier: yes, I agree; in a perfect
world, libtevent would be a thin wrapper around libevent. The amount of
work to change this (instead of trying to get Samba 4.0 out) outweighs
the small benefits (a couple of thousand lines less code duplication on
your average Debian system).

Cheers,

Jelmer
-- 
Jelmer Vernooij jel...@samba.org - http://samba.org/~jelmer/
Jabber: jel...@jabber.fsfe.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-04 Thread Samuel Thibault
Josselin Mouette, le Sun 04 Jan 2009 16:07:25 +0100, a écrit :
 Le dimanche 04 janvier 2009 à 15:49 +0100, Eduard Bloch a écrit :
  Sounds like a plan, but I don't feel very comfortable to do that in the
  Debian package. Let me explain why:
  
   - sched_setaffinity method seems to be Linux specific
 
 How is that a problem? You only need to use it in Linux builds.

And revert to using sysconf() in the cases when you're not on Linux.

   - it's hard to imagine environments with big difference between
 count(cores) and count(available cores)
 
 It’s already the case in HPC environments, and CPU pinning is certainly
 going to be used more widely as the number of cores increases.

And that's a shame.  Linux shouldn't be so happy to move tasks between
CPUs...

Samuel


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



Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-04 Thread Josselin Mouette
Le dimanche 04 janvier 2009 à 23:45 +0100, Samuel Thibault a écrit :
  It’s already the case in HPC environments, and CPU pinning is certainly
  going to be used more widely as the number of cores increases.
 
 And that's a shame.  Linux shouldn't be so happy to move tasks between
 CPUs...

Actually it doesn’t. Since CPU affinity was included (IIRC in 2.6.16) it
is much less prone to move tasks, and the performance impact of not
using CPU pinning is small.

Still, it is better to use CPU pinning since you often want finer
control than that, and that’s especially true in multi-user environments
where resources can be sub-host.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-04 Thread Samuel Thibault
Josselin Mouette, le Mon 05 Jan 2009 00:20:42 +0100, a écrit :
 Samuel Thibault, le Sun 04 Jan 2009 23:45:22 +0100, a écrit :
   It’s already the case in HPC environments, and CPU pinning is certainly
   going to be used more widely as the number of cores increases.
  
  And that's a shame.  Linux shouldn't be so happy to move tasks between
  CPUs...
 
 Actually it doesn’t. Since CPU affinity was included (IIRC in 2.6.16) it
 is much less prone to move tasks, and the performance impact of not
 using CPU pinning is small.

Things have improved, yes.

 Still, it is better to use CPU pinning since you often want finer
 control than that, and that’s especially true in multi-user environments
 where resources can be sub-host.

Sure, but that should be only a user-explicitely-wanting thing.  I would
really not like to see pigz systematically bind threads.  What if I e.g.
want to run several pigz processes at the same time because I have a lot
of cores and a lot of files (I guess pigz doesn't scale so much)?

Ideally, we should just let Linux manage everything, i.e. put related
threads together on the same dies, balancing the load according to the
observed behavior, which can vary a lot depending on the latency of
reading files, the time to compress, etc.

Samuel


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



Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-04 Thread Ron Johnson

On 01/04/09 17:20, Josselin Mouette wrote:

Le dimanche 04 janvier 2009 à 23:45 +0100, Samuel Thibault a écrit :

It’s already the case in HPC environments, and CPU pinning is certainly
going to be used more widely as the number of cores increases.

And that's a shame.  Linux shouldn't be so happy to move tasks between
CPUs...


Actually it doesn’t. Since CPU affinity was included (IIRC in 2.6.16) it
is much less prone to move tasks, and the performance impact of not
using CPU pinning is small.

Still, it is better to use CPU pinning since you often want finer
control than that, and that’s especially true in multi-user environments
where resources can be sub-host.


Wouldn't it be better to bind a process to a chip, rather than a 
core, so that you don't run into cases where, after many processes 
terminate, you are left with most of the busy processes pinned to a 
single busy core while the others are mostly unused?


--
Ron Johnson, Jr.
Jefferson LA  USA

I like my women like I like my coffee - purchased at above-market
rates from eco-friendly organic farming cooperatives in Latin America.


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



Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-04 Thread Josselin Mouette
Le lundi 05 janvier 2009 à 00:38 +0100, Samuel Thibault a écrit :
 Sure, but that should be only a user-explicitely-wanting thing.  I would
 really not like to see pigz systematically bind threads.  What if I e.g.
 want to run several pigz processes at the same time because I have a lot
 of cores and a lot of files (I guess pigz doesn't scale so much)?
 
 Ideally, we should just let Linux manage everything, i.e. put related
 threads together on the same dies, balancing the load according to the
 observed behavior, which can vary a lot depending on the latency of
 reading files, the time to compress, etc.

There is probably a missing piece here. If you start several pigz
processes, the kernel only sees processes starting a lot of threads, and
processes only see a given number of cores. There is no interface that
allows a process to specify how to start more threads, giving the kernel
the opportunity to start them as it sees fit given the available number
of cores.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-04 Thread Samuel Thibault
Ron Johnson, le Sun 04 Jan 2009 17:40:08 -0600, a écrit :
 On 01/04/09 17:20, Josselin Mouette wrote:
 Still, it is better to use CPU pinning since you often want finer
 control than that, and that’s especially true in multi-user environments
 where resources can be sub-host.
 
 Wouldn't it be better to bind a process to a chip, rather than a 
 core, so that you don't run into cases where, after many processes 
 terminate, you are left with most of the busy processes pinned to a 
 single busy core while the others are mostly unused?

That's precisely the kind of thing that makes it better to just leave it
up to Linux.  The case of HPC is quite particular in that you usually
really precisely control your computation.  In the case of
general-purpose tools, I would really not recommend it.

Samuel


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



Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-04 Thread Samuel Thibault
Josselin Mouette, le Mon 05 Jan 2009 00:47:02 +0100, a écrit :
 There is probably a missing piece here. If you start several pigz
 processes, the kernel only sees processes starting a lot of threads, and
 processes only see a given number of cores. There is no interface that
 allows a process to specify how to start more threads, giving the kernel
 the opportunity to start them as it sees fit given the available number
 of cores.

You mean Scheduler Activations?  There's a patch against linux 2.4 ;)
We're definitely diving into OS research :)

More seriously, I wouldn't see the kernel being able to start threads,
that's painful to maintain (that's why the LinuxActivations patch hasn't
been maintained). I'd rather see a way for the process to dynamically
know how many processors it can currently expect (something like a
/proc, /sys, /dev or whatever fd with notification), and arrange things
according to that (starting/stopping worker threads for instance).

Samuel


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



Re: Semantic shell? (for lack of better name)

2009-01-04 Thread Erich Schubert
Hello Bryan,
  At some point I was considering to actually use RDF-like triplets such
  as app1 reads image/gif app1 writes image/jpeg etc. but we ended up
  to going a tuplet-only approach for complexity reasons.
 
 we? who? Any working code that I could go poke?

The Debtags developers, in particular Enrico and I. But that was at the
earlier planning stage, and to a certain extend the current tags can be
read as triplet (works-with, uitoolkit can be read as uses ui toolkit
etc.), but we have a very restricted set of verbs, and the
implementation treats verb+object pretty much as a union.

A triplet-based approach should probably really be based on RDF and use
the existing tools for that instead of reinventing the wheel.

 Another response to my email included a link over to
 'open-with-install', a program to query the apt repositories to find a
 program to open a certain file with, which is a good step in that
 direction. But yes, there is a vagueness involved in .desktop too.

This apps data might actually be just derived from the .desktop files.
I don't know the details, but that is what comes in mind. In particular
since Gnome would only suggest opening the file with the application
after installation when it has a matching .desktop file IIRC.

  So it might well be time to do the next step and collect such meta
  information on a reads writes displays prints and whatever
  basis. However collecting all this data sounds like a huge task to me.
 
 Yikes, there are so many of those verbs though - you'd basically be
 doing Cyc or WordNet all over again. Each program technically
 qualifies as a new verb too, so the usefulness seems to deteriorate.

In fact, using data from WordNet etc. is something that immediately
comes to mind, especially for not reinventing the wheel.
You will need to make a cut somewhere though, the latest when it comes
to UI. Probably already for data input. Selecting a subset of WordNet
might still be a good idea for data exchange.

 perl -e accepts a string of text data (I don't think binary data
 works). Whether or not the string is valid in terms of perl syntax
 (etc.) is another issue entirely, isn't it?

Not really. It's just a question of complexity.
Many applications have some file type parameter. For convert IIRC
you can prefix the file name with a file type, e.g. gif:- to force
output in gif format on stdout.
So where is the difference in having gif: as a prefix of the output
parameter (which happens to not just be a plain filename!) or having a
full perl program there that does the gif generation?
Except that you can cover one with a regexp I guess, and the other not.

You have to make compromises somewhere.

P.S. autocompletion data files of zsh and bash might be a useful
starting point, too, btw.

best regards,
Erich Schubert
-- 
   erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_
Friends are those who reach out for //\
  your hand but touch your heart.   V_/_
   Das größte Hindernis beim Erkennen der Wahrheit ist nicht die
  Falschheit, sondern die Halbwahrheit. --- L. N. Tolstoi


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



Re: (UPDATED) mass bug filing for undefined sn?printf use

2009-01-04 Thread gregor herrmann
On Sat, 03 Jan 2009 12:27:46 -0800, Kees Cook wrote:

 Attached is the updated list, 

libpar-packer-perl:
Ryan Niebur has kindly provided a patch, and I've built, tested and
uploaded 0.982-2 with the patch included.

Cheers,
gregor 
-- 
 .''`.   Home: http://info.comodo.priv.at/{,blog/} / GPG Key ID: 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-NP: Joint Venture: Deine Frau


signature.asc
Description: Digital signature


Re: Bug#510624: ITP: pigz -- Parallel Implementation of GZip

2009-01-04 Thread Paul Wise
On Mon, Jan 5, 2009 at 8:49 AM, Samuel Thibault
samuel.thiba...@ens-lyon.org wrote:

 That's precisely the kind of thing that makes it better to just leave it
 up to Linux.  The case of HPC is quite particular in that you usually
 really precisely control your computation.  In the case of
 general-purpose tools, I would really not recommend it.

I imagine leaving it up to Linux would mean it would work better on
clustered systems like Kerrighed:

http://www.kerrighed.org/

(hi KiBi)

-- 
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



Accepted flashplugin-nonfree 1:2.4 (source i386)

2009-01-04 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 07:57:36 +0100
Source: flashplugin-nonfree
Binary: flashplugin-nonfree
Architecture: source i386
Version: 1:2.4
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 flashplugin-nonfree - Adobe Flash Player - browser plugin
Changes: 
 flashplugin-nonfree (1:2.4) unstable; urgency=low
 .
   * Removed flashplugin-nonfree-pulse from Suggests.
   * Removed dependencies' dependencies from Depends.
Checksums-Sha1: 
 6f48b74a819791f971e22b28453676e8b304b91a 802 flashplugin-nonfree_2.4.dsc
 614f67fe23f8b24db94d21cd560ce2dca066c6b2 14704 flashplugin-nonfree_2.4.tar.gz
 6a46ee2f72d5c39e49beb84b110db02b19df0b38 16192 flashplugin-nonfree_2.4_i386.deb
Checksums-Sha256: 
 4a2235378666922f8968d98a94f1b3f75e0147ade5f4b70b692f431f9dc30db0 802 
flashplugin-nonfree_2.4.dsc
 7dc1624ec0f57dbf63e6d768cd62b0e72387414dacfb0df4e5398952ed67f433 14704 
flashplugin-nonfree_2.4.tar.gz
 88afb092efa81ed84197a8c2e503019847433cb2a1c0d0e451c91197186a9769 16192 
flashplugin-nonfree_2.4_i386.deb
Files: 
 571e418b5dd9ec6b75f6cae577f76ede 802 contrib/web optional 
flashplugin-nonfree_2.4.dsc
 26365b4a35145f5d074e33ca2c90662d 14704 contrib/web optional 
flashplugin-nonfree_2.4.tar.gz
 75f6a95a6b4a20f1f041a30b79e2c82f 16192 contrib/web optional 
flashplugin-nonfree_2.4_i386.deb

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

iEYEARECAAYFAklgZyYACgkQbMaawmho9B9nnwCeM78/jjBGKRWmKG11CspLzJx8
sM0AoJ7xOg9yqzsyjYOSBkCvOXhlrbgD
=Affi
-END PGP SIGNATURE-


Accepted:
flashplugin-nonfree_2.4.dsc
  to pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_2.4.dsc
flashplugin-nonfree_2.4.tar.gz
  to pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_2.4.tar.gz
flashplugin-nonfree_2.4_i386.deb
  to pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_2.4_i386.deb


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



Accepted ttf-dejavu 2.28-1 (source all)

2009-01-04 Thread Davide Viti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 03 Jan 2009 21:38:14 +0100
Source: ttf-dejavu
Binary: ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ttf-dejavu-udeb 
ttf-dejavu-mono-udeb
Architecture: source all
Version: 2.28-1
Distribution: experimental
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Davide Viti zino...@tiscali.it
Description: 
 ttf-dejavu - Metapackage to pull in ttf-dejavu-core and ttf-dejavu-extra
 ttf-dejavu-core - Vera font family derivate with additional characters
 ttf-dejavu-extra - Vera font family derivate with additional characters
 ttf-dejavu-mono-udeb - Monospace Vera font family derivate with additional 
characters (udeb)
 ttf-dejavu-udeb - Vera font family derivate with additional characters (udeb)
Closes: 509377
Changes: 
 ttf-dejavu (2.28-1) experimental; urgency=low
 .
   * New upstream release (closes: #509377)
   * debian/control: fix lintian warning about missing ${misc:Depends}
 in binary entries
Checksums-Sha1: 
 2ec64270b6818f460f449e47f75d6d628fd677ff 1492 ttf-dejavu_2.28-1.dsc
 36887df278915893d0677c73692303f83f185db7 10842723 ttf-dejavu_2.28.orig.tar.gz
 fb55d0d276fa864d380e9f447987dd682091bf70 9520 ttf-dejavu_2.28-1.diff.gz
 7b88467d5da9148c3908f01c1b59cb1ef9e4823a 27686 ttf-dejavu_2.28-1_all.deb
 1b41cda50517d0e096140ef2039532a7b7e9e85b 1429396 ttf-dejavu-core_2.28-1_all.deb
 1f67768640f98c54d7de3f7e5dbe0789d5e57d7e 3160640 
ttf-dejavu-extra_2.28-1_all.deb
 6e282537b7e1fec6807ac8d292fef66828903814 421014 ttf-dejavu-udeb_2.28-1_all.udeb
 33515f77a32cce526d8af382dae086048fc9dc50 75694 
ttf-dejavu-mono-udeb_2.28-1_all.udeb
Checksums-Sha256: 
 5d85452a2845751ab09330de2f183e68bc5f9acf71eeb26f12e4a447a29aa72f 1492 
ttf-dejavu_2.28-1.dsc
 1452e70f9161c230ca4add9d881a1c753159d1dbd7171e5b120f849c3de89871 10842723 
ttf-dejavu_2.28.orig.tar.gz
 f02ebfac8abf033946431877fd9fa831b395bfebbfff1ccd53f765babf919d0e 9520 
ttf-dejavu_2.28-1.diff.gz
 2f0efcaad73a524912e2a591c3ebab18a7235957cd4ee312d6ede07b43b4da65 27686 
ttf-dejavu_2.28-1_all.deb
 8504f6034047b0a44f27f2f7419d25f6a11afc9eb332114ee9982c27ac8d9cba 1429396 
ttf-dejavu-core_2.28-1_all.deb
 7be3d363a9799f83ffa51ed1e9824d86f5ae476a77b1cd03e96748e1d0d651aa 3160640 
ttf-dejavu-extra_2.28-1_all.deb
 b0e40c1a1fa7c990977e4b4c06ff7d7158732242cd61d9c6993170c3205091f0 421014 
ttf-dejavu-udeb_2.28-1_all.udeb
 cad88ff320ff27a93723a882547b3de0bb23484caa94ce42d7477798b3ec30f1 75694 
ttf-dejavu-mono-udeb_2.28-1_all.udeb
Files: 
 d38a506c6888d911c5ce7931ea2a4c0e 1492 x11 optional ttf-dejavu_2.28-1.dsc
 79289fdb7bb4f6d56a10318f32ae67ab 10842723 x11 optional 
ttf-dejavu_2.28.orig.tar.gz
 6e7a09f7b1fc07cf071acceed51c7003 9520 x11 optional ttf-dejavu_2.28-1.diff.gz
 3e79ec6b4918ee53175eeb23edbf55f6 27686 x11 optional ttf-dejavu_2.28-1_all.deb
 0f186b46314b4a762f5a3bd87c2b4c3c 1429396 x11 optional 
ttf-dejavu-core_2.28-1_all.deb
 ce5c44369d8884b3b5688d7b8701f7a2 3160640 x11 optional 
ttf-dejavu-extra_2.28-1_all.deb
 34c40503fce6b30b8c37b786958ffda7 421014 debian-installer optional 
ttf-dejavu-udeb_2.28-1_all.udeb
 ffa566932b2de8d046c6c4b2cba22b4e 75694 debian-installer optional 
ttf-dejavu-mono-udeb_2.28-1_all.udeb
Package-Type: udeb

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

iEYEARECAAYFAklgaI0ACgkQ1OXtrMAUPS2X5wCgrC/FexTNW46/POfI4VOHy/bt
o98AoJR5mVqJWIXbQTjG/MQXq39Y7IXl
=ku/N
-END PGP SIGNATURE-


Accepted:
ttf-dejavu-core_2.28-1_all.deb
  to pool/main/t/ttf-dejavu/ttf-dejavu-core_2.28-1_all.deb
ttf-dejavu-extra_2.28-1_all.deb
  to pool/main/t/ttf-dejavu/ttf-dejavu-extra_2.28-1_all.deb
ttf-dejavu-mono-udeb_2.28-1_all.udeb
  to pool/main/t/ttf-dejavu/ttf-dejavu-mono-udeb_2.28-1_all.udeb
ttf-dejavu-udeb_2.28-1_all.udeb
  to pool/main/t/ttf-dejavu/ttf-dejavu-udeb_2.28-1_all.udeb
ttf-dejavu_2.28-1.diff.gz
  to pool/main/t/ttf-dejavu/ttf-dejavu_2.28-1.diff.gz
ttf-dejavu_2.28-1.dsc
  to pool/main/t/ttf-dejavu/ttf-dejavu_2.28-1.dsc
ttf-dejavu_2.28-1_all.deb
  to pool/main/t/ttf-dejavu/ttf-dejavu_2.28-1_all.deb
ttf-dejavu_2.28.orig.tar.gz
  to pool/main/t/ttf-dejavu/ttf-dejavu_2.28.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



Accepted gsfonts 1:8.11+urwcyr1.0.7~pre44-4 (source all)

2009-01-04 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 18:03:09 +0900
Source: gsfonts
Binary: gsfonts
Architecture: source all
Version: 1:8.11+urwcyr1.0.7~pre44-4
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) mha...@debian.org
Changed-By: Masayuki Hatta (mhatta) mha...@debian.org
Description: 
 gsfonts- Fonts for the Ghostscript interpreter(s)
Changes: 
 gsfonts (1:8.11+urwcyr1.0.7~pre44-4) unstable; urgency=low
 .
   * Added Homepage, Vcs-Svn and Vcs-Browser headers in control.
Checksums-Sha1: 
 3aa22d4b9ca9a3523452f49918f4c6356493447f 1297 
gsfonts_8.11+urwcyr1.0.7~pre44-4.dsc
 6a69b4c685f55d582a1400fca008ac07abd3e202 8666 
gsfonts_8.11+urwcyr1.0.7~pre44-4.diff.gz
 973a285d810d1b97c67d43a56733a9b1b294739e 3367272 
gsfonts_8.11+urwcyr1.0.7~pre44-4_all.deb
Checksums-Sha256: 
 32ded1d79ce3cd7cb0b94da234f391fc427160c8367b4b52c2b21e51515a1d4f 1297 
gsfonts_8.11+urwcyr1.0.7~pre44-4.dsc
 72fd221a369b0f39e52cb3126feb8ae3ddc3931610b6cdd148a44be6cc95f133 8666 
gsfonts_8.11+urwcyr1.0.7~pre44-4.diff.gz
 84e5cba9771a4f029efa7c13d5fc862c38ef80d462c5d6e4c6742b44fb54506b 3367272 
gsfonts_8.11+urwcyr1.0.7~pre44-4_all.deb
Files: 
 16e0ed32a3b82ad24a26a05971717e71 1297 text optional 
gsfonts_8.11+urwcyr1.0.7~pre44-4.dsc
 70dae38b61fad148be839aba3b34c548 8666 text optional 
gsfonts_8.11+urwcyr1.0.7~pre44-4.diff.gz
 235c9f4d59af69dd047a5c5c5b856dc8 3367272 text optional 
gsfonts_8.11+urwcyr1.0.7~pre44-4_all.deb

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

iEYEARECAAYFAklgfI8ACgkQy2+jQOcHWlS/awCgtmEQITVssWXzBneG1zypG3RS
9CcAoLWwHvCBJuyFPvkX3RU3MxeSgK6X
=uVQx
-END PGP SIGNATURE-


Accepted:
gsfonts_8.11+urwcyr1.0.7~pre44-4.diff.gz
  to pool/main/g/gsfonts/gsfonts_8.11+urwcyr1.0.7~pre44-4.diff.gz
gsfonts_8.11+urwcyr1.0.7~pre44-4.dsc
  to pool/main/g/gsfonts/gsfonts_8.11+urwcyr1.0.7~pre44-4.dsc
gsfonts_8.11+urwcyr1.0.7~pre44-4_all.deb
  to pool/main/g/gsfonts/gsfonts_8.11+urwcyr1.0.7~pre44-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



Accepted gedit 2.24.2-1 (source all amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 10:16:32 +0100
Source: gedit
Binary: gedit gedit-common gedit-dev
Architecture: source all amd64
Version: 2.24.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: 
 gedit  - official text editor of the GNOME desktop environment
 gedit-common - official text editor of the GNOME desktop environment (support 
fi
 gedit-dev  - official text editor of the GNOME desktop environment (developmen
Changes: 
 gedit (2.24.2-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 33464bd354a8e0903ce07f5b6dea086ecd397a34 1694 gedit_2.24.2-1.dsc
 7c0cf208dc90844914809dd020c83b8fd48ac73b 6139114 gedit_2.24.2.orig.tar.gz
 c574265a52729e6a91b09e7e214f914f9715277a 14481 gedit_2.24.2-1.diff.gz
 d53b650d0c6366c2c4e94e361d749cbe39b52584 4074384 gedit-common_2.24.2-1_all.deb
 fe8da6f043b080c92117bd6732ac803d0b4151c6 146550 gedit-dev_2.24.2-1_all.deb
 01d7b13c6ef196f11da3d7c0ed1a0d6998abc2c1 885408 gedit_2.24.2-1_amd64.deb
Checksums-Sha256: 
 47f25ec5bc891357e7b442dd79a7b06226a48c84a5c81f31ffb348d36049e700 1694 
gedit_2.24.2-1.dsc
 daa48eff466a49790361d43f769cab8394ac09601c25ac8b86c23bcc3d38e022 6139114 
gedit_2.24.2.orig.tar.gz
 b9d6d4e61b1702cc6937fe43d765ea7f0f91fd62a95eaf83d729060a954e11ee 14481 
gedit_2.24.2-1.diff.gz
 885b530ae315ecf4c2b290fb4a1dca3209ad462a153cfeb2ff92ee334f3678e0 4074384 
gedit-common_2.24.2-1_all.deb
 238718262aa26442a0b33a86c99f263a8159170bdf850d5ca01550970d942946 146550 
gedit-dev_2.24.2-1_all.deb
 1175739eb2f1446fd26857f89c17f550493d43d8120aaa60c369c794c482b0fa 885408 
gedit_2.24.2-1_amd64.deb
Files: 
 0acb4fe4d059dd8d331832ccc1cde707 1694 gnome optional gedit_2.24.2-1.dsc
 edb781b0742cd4e53c32f1d150334efe 6139114 gnome optional 
gedit_2.24.2.orig.tar.gz
 c4bc172114217c0cfe6a68f696c9d629 14481 gnome optional gedit_2.24.2-1.diff.gz
 c9fbe3cf783f1c95aa37bf251872f236 4074384 gnome optional 
gedit-common_2.24.2-1_all.deb
 53ecf8fa10049404a52cba8998a053c6 146550 devel optional 
gedit-dev_2.24.2-1_all.deb
 776c61c7cb53e190680d10a9551a2f66 885408 gnome optional gedit_2.24.2-1_amd64.deb

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

iD8DBQFJYIClrSla4ddfhTMRAo8VAKDO/0DggJdK5cIPTbYvTAG9a/rYbgCfVr6A
zJYRj5SCnkq3NPLMMTy5fTo=
=xtQM
-END PGP SIGNATURE-


Accepted:
gedit-common_2.24.2-1_all.deb
  to pool/main/g/gedit/gedit-common_2.24.2-1_all.deb
gedit-dev_2.24.2-1_all.deb
  to pool/main/g/gedit/gedit-dev_2.24.2-1_all.deb
gedit_2.24.2-1.diff.gz
  to pool/main/g/gedit/gedit_2.24.2-1.diff.gz
gedit_2.24.2-1.dsc
  to pool/main/g/gedit/gedit_2.24.2-1.dsc
gedit_2.24.2-1_amd64.deb
  to pool/main/g/gedit/gedit_2.24.2-1_amd64.deb
gedit_2.24.2.orig.tar.gz
  to pool/main/g/gedit/gedit_2.24.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



Accepted gnome-desktop 2.24.2-1 (source all amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 10:27:14 +0100
Source: gnome-desktop
Binary: gnome-about gnome-desktop-data libgnome-desktop-2-7 libgnome-desktop-dev
Architecture: source all amd64
Version: 2.24.2-1
Distribution: experimental
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-about - The GNOME about box
 gnome-desktop-data - Common files for GNOME 2 desktop apps
 libgnome-desktop-2-7 - Utility library for loading .desktop files - runtime 
files
 libgnome-desktop-dev - Utility library for loading .desktop files - 
development files
Changes: 
 gnome-desktop (2.24.2-1) experimental; urgency=low
 .
   * New upstream release.
   * 90_relibtoolize.patch: regenerate for the new version.
Checksums-Sha1: 
 8e89688785a5d8f0d95b6f31bb69c5c3ab289d9e 1636 gnome-desktop_2.24.2-1.dsc
 bdd3d3e719be95dd320db33a7ea45e761f92ce1f 2117628 
gnome-desktop_2.24.2.orig.tar.gz
 b3286e96cfd30d298a339729aa2e33727fb8664b 218324 gnome-desktop_2.24.2-1.diff.gz
 983543d15877033976de7809dd0c3a568dadbd0b 205030 gnome-about_2.24.2-1_all.deb
 aa79c02c8454936033ffc9461434da2a116cf73c 818294 
gnome-desktop-data_2.24.2-1_all.deb
 754a8e5d354d75d07fba867a297c9d42fb5b9f96 114520 
libgnome-desktop-2-7_2.24.2-1_amd64.deb
 e2d322568869ce84acfe5c32b48935cc121d6e73 149886 
libgnome-desktop-dev_2.24.2-1_amd64.deb
Checksums-Sha256: 
 60ae215c7851358f6ce7d4a429fa3d93980d62ec37ea3c50ad5f617a8205b7f8 1636 
gnome-desktop_2.24.2-1.dsc
 d274bc53299b02004afb65bbf81f49b94a4a9febfa1e41d71048925c1faaea80 2117628 
gnome-desktop_2.24.2.orig.tar.gz
 d18e9719bd574b52c4e7acfd91236ea4c1fb4cd55475b3aef7ec287717560632 218324 
gnome-desktop_2.24.2-1.diff.gz
 c05d1de0bea43323517fe0b1f694842b4ef2ecad73184a06780eb1e7433a6225 205030 
gnome-about_2.24.2-1_all.deb
 e40d2149a7b3f92fa91b93ad1b0e55e427a5f7273e3e80b3b806e01d0094de17 818294 
gnome-desktop-data_2.24.2-1_all.deb
 e008fbdb92729cbb15964e016ae19c82fcac2a226840fb1ac0b152d3ed1ee057 114520 
libgnome-desktop-2-7_2.24.2-1_amd64.deb
 5e91ab2b5ea1fd14df50ef4f7f9e72595cebb29b2f3c2006f87f070f3d457f10 149886 
libgnome-desktop-dev_2.24.2-1_amd64.deb
Files: 
 6d8ff6cb7711de7312163cdfeb6eae5d 1636 gnome optional gnome-desktop_2.24.2-1.dsc
 6391513676ec85dd8aa9c93e851e1451 2117628 gnome optional 
gnome-desktop_2.24.2.orig.tar.gz
 b68877b75391036d17c974b625e9b02f 218324 gnome optional 
gnome-desktop_2.24.2-1.diff.gz
 3d34ef14b15f199cc1679ce069baa7e5 205030 gnome optional 
gnome-about_2.24.2-1_all.deb
 725325adec6e900cba210572bbdd 818294 gnome optional 
gnome-desktop-data_2.24.2-1_all.deb
 f38b14e79e7256a8ef2bb6c047b0dfd3 114520 libs optional 
libgnome-desktop-2-7_2.24.2-1_amd64.deb
 8939eb5674fcb9aafaf420c38e4d6b74 149886 libdevel optional 
libgnome-desktop-dev_2.24.2-1_amd64.deb

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

iD8DBQFJYIbHrSla4ddfhTMRAjGlAKDZB2l5FwgO9Z+NKTacYU3UW3S73QCggzl+
82x6IQvKimtq45iCqe+N6ms=
=4OdC
-END PGP SIGNATURE-


Accepted:
gnome-about_2.24.2-1_all.deb
  to pool/main/g/gnome-desktop/gnome-about_2.24.2-1_all.deb
gnome-desktop-data_2.24.2-1_all.deb
  to pool/main/g/gnome-desktop/gnome-desktop-data_2.24.2-1_all.deb
gnome-desktop_2.24.2-1.diff.gz
  to pool/main/g/gnome-desktop/gnome-desktop_2.24.2-1.diff.gz
gnome-desktop_2.24.2-1.dsc
  to pool/main/g/gnome-desktop/gnome-desktop_2.24.2-1.dsc
gnome-desktop_2.24.2.orig.tar.gz
  to pool/main/g/gnome-desktop/gnome-desktop_2.24.2.orig.tar.gz
libgnome-desktop-2-7_2.24.2-1_amd64.deb
  to pool/main/g/gnome-desktop/libgnome-desktop-2-7_2.24.2-1_amd64.deb
libgnome-desktop-dev_2.24.2-1_amd64.deb
  to pool/main/g/gnome-desktop/libgnome-desktop-dev_2.24.2-1_amd64.deb


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



Accepted gnome-netstatus 2.12.2-1 (source amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 11:12:17 +0100
Source: gnome-netstatus
Binary: gnome-netstatus-applet
Architecture: source amd64
Version: 2.12.2-1
Distribution: unstable
Urgency: low
Maintainer: Jerry Haltom was...@larvalstage.net
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-netstatus-applet - Network status applet for GNOME 2
Changes: 
 gnome-netstatus (2.12.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Build-depend on intltool instead of libxml-parser-perl.
   * Standards version is 3.8.0.
Checksums-Sha1: 
 07382a1490a00c3818b334d8d64ea8efe9883e1b 1473 gnome-netstatus_2.12.2-1.dsc
 4ada0a67d7aa7652118f27f4622f62b1d7a2de41 751176 
gnome-netstatus_2.12.2.orig.tar.gz
 1c39f75cdff06ae0169685f382d7327b0551229c 4024 gnome-netstatus_2.12.2-1.diff.gz
 f45bbfdb60e6a023d7d56072e74f0a3a944f0ac0 398546 
gnome-netstatus-applet_2.12.2-1_amd64.deb
Checksums-Sha256: 
 bebebc0b95628cdd455c84d576f85fca5fe41d2e8ff56f80bcbefb4fdaf2aa8f 1473 
gnome-netstatus_2.12.2-1.dsc
 caa5d21c29566be6751815bb9d033276a2dc310761b7043d39485d53b5712756 751176 
gnome-netstatus_2.12.2.orig.tar.gz
 f6320de5acce064a5029155809239b5bf3171ed2a0a2bb7a7bd751afa3d59b24 4024 
gnome-netstatus_2.12.2-1.diff.gz
 ce6e529daa73aa6f117940e03fe4f302cafb7bd55a8f5494e202d98691886c39 398546 
gnome-netstatus-applet_2.12.2-1_amd64.deb
Files: 
 f2eb9cf87bce54e58c04c9d1d603e36b 1473 gnome optional 
gnome-netstatus_2.12.2-1.dsc
 469b00db2834d0f86a3c8f8569ecf181 751176 gnome optional 
gnome-netstatus_2.12.2.orig.tar.gz
 cbb0625de455e142eefe0ced1a3b8b12 4024 gnome optional 
gnome-netstatus_2.12.2-1.diff.gz
 8562b8db365ea0938aeb520dcaf2e975 398546 gnome optional 
gnome-netstatus-applet_2.12.2-1_amd64.deb

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

iD8DBQFJYI4SrSla4ddfhTMRAiAPAKCPFATwZpxPf8u+r8fdZE7tefnJyACfUp/U
ZYM9vzDsYvhCwceATIxwgH8=
=LJWT
-END PGP SIGNATURE-


Accepted:
gnome-netstatus-applet_2.12.2-1_amd64.deb
  to pool/main/g/gnome-netstatus/gnome-netstatus-applet_2.12.2-1_amd64.deb
gnome-netstatus_2.12.2-1.diff.gz
  to pool/main/g/gnome-netstatus/gnome-netstatus_2.12.2-1.diff.gz
gnome-netstatus_2.12.2-1.dsc
  to pool/main/g/gnome-netstatus/gnome-netstatus_2.12.2-1.dsc
gnome-netstatus_2.12.2.orig.tar.gz
  to pool/main/g/gnome-netstatus/gnome-netstatus_2.12.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



Accepted webdeveloper 1.1.6+repack-1 (source all)

2009-01-04 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 03 Jan 2009 11:02:55 +0100
Source: webdeveloper
Binary: iceweasel-webdeveloper
Architecture: source all
Version: 1.1.6+repack-1
Distribution: experimental
Urgency: low
Maintainer: Luca Falavigna dktrkr...@ubuntu.com
Changed-By: Luca Falavigna dktrkr...@ubuntu.com
Description: 
 iceweasel-webdeveloper - web developer extension for the Iceweasel web browser
Closes: 476705 490860 504414
Changes: 
 webdeveloper (1.1.6+repack-1) experimental; urgency=low
 .
   * Repack upstream tarball to include source code (Closes: #490860).
 New tarball restores locale support too, including a fix for improper
 Hungarian translation for line numbers (Closes: #476705).
   * Switch to debhelper to handle new structure easily.
   * debian/patches/toolbar_hidden_by_default:
 - Do not show webdeveloper toolbar by default (Closes: #504414).
   * Add DM-Upload-Allowed field.
Checksums-Sha1: 
 480c61a9a3be248fe38fa0609112ba49a76d 1164 webdeveloper_1.1.6+repack-1.dsc
 c4e5ce1f422856a56983c59793659ae82285fd0a 2093817 
webdeveloper_1.1.6+repack.orig.tar.gz
 15772682c6ce32687259d1e82f5f7947bf2bab90 4787 
webdeveloper_1.1.6+repack-1.diff.gz
 69baf8e25fe9a42d3bf99dfb5251f9779e85e5d8 372336 
iceweasel-webdeveloper_1.1.6+repack-1_all.deb
Checksums-Sha256: 
 aa200e15175bd14cd13107a41524843994fbc307acb13603fe3abdea11bbb3c7 1164 
webdeveloper_1.1.6+repack-1.dsc
 244b81d44d5f0a149de36e0d867445ad0b5c8ec09cc1bcee02e4fb6b1d1e2d3b 2093817 
webdeveloper_1.1.6+repack.orig.tar.gz
 ba08782569890f0c09556cdb3f8a40e74b5ca96790fd770ecea44aca2631cb37 4787 
webdeveloper_1.1.6+repack-1.diff.gz
 7e00b7b2dccc37041649b406d02b064a39ae8b17ccdd2d3043bde7c7490d1ad3 372336 
iceweasel-webdeveloper_1.1.6+repack-1_all.deb
Files: 
 d2f65ff5d781312de5ee56f1ec643a85 1164 devel optional 
webdeveloper_1.1.6+repack-1.dsc
 7ea1a030d2f33e2d9b5e4753f12ee7c5 2093817 devel optional 
webdeveloper_1.1.6+repack.orig.tar.gz
 f35aecf83e7c7e03e180e90be889e728 4787 devel optional 
webdeveloper_1.1.6+repack-1.diff.gz
 739d06da14cb7e9de4254e942ba8bbe7 372336 devel optional 
iceweasel-webdeveloper_1.1.6+repack-1_all.deb

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

iEYEARECAAYFAklgi0cACgkQq4wAz/jiZTcUKACg5Cpz/ulEnc65KQspW07++p3s
4I4AoKzXH9bKekiH5EYtNsUODBETxhLU
=XF1R
-END PGP SIGNATURE-


Accepted:
iceweasel-webdeveloper_1.1.6+repack-1_all.deb
  to pool/main/w/webdeveloper/iceweasel-webdeveloper_1.1.6+repack-1_all.deb
webdeveloper_1.1.6+repack-1.diff.gz
  to pool/main/w/webdeveloper/webdeveloper_1.1.6+repack-1.diff.gz
webdeveloper_1.1.6+repack-1.dsc
  to pool/main/w/webdeveloper/webdeveloper_1.1.6+repack-1.dsc
webdeveloper_1.1.6+repack.orig.tar.gz
  to pool/main/w/webdeveloper/webdeveloper_1.1.6+repack.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



Accepted optcomplete 1.2-9 (source all)

2009-01-04 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 11:18:44 +0100
Source: optcomplete
Binary: python-optcomplete
Architecture: source all
Version: 1.2-9
Distribution: unstable
Urgency: low
Maintainer: Bastian Kleineidam cal...@debian.org
Changed-By: Bastian Kleineidam cal...@debian.org
Description: 
 python-optcomplete - provide bash-completion for Python programs
Changes: 
 optcomplete (1.2-9) unstable; urgency=low
 .
   * Use Standards version 3.8.0
   * Use debhelper v7
   * Added ${misc:Depends}
Checksums-Sha1: 
 e304ab199dfe8827e6952c3732ba014a33c11250 1090 optcomplete_1.2-9.dsc
 e026e744392dfb971de802f31a9170fb9920252e 4339 optcomplete_1.2-9.diff.gz
 6b0923b59c1f85ad5fba1d8df7cf564ca40e77ab 25752 python-optcomplete_1.2-9_all.deb
Checksums-Sha256: 
 5051b1e7f7954d43f7314c5d35caa0c56383019391f9c47d58953c2ef8f5f174 1090 
optcomplete_1.2-9.dsc
 ae4a5353df0621ec50be5b59bcee091b0b005d506b67e980ee23b6971fab5353 4339 
optcomplete_1.2-9.diff.gz
 306440cef1a463d4d4206f912200030202f51b5778f9d818a8f54293fcfd391b 25752 
python-optcomplete_1.2-9_all.deb
Files: 
 1817160be4957528127b9b923e840928 1090 python optional optcomplete_1.2-9.dsc
 2f2fbe477c7d1a8020fa49df9d9c55a5 4339 python optional optcomplete_1.2-9.diff.gz
 94f2786e76caba26dede0133cec5346e 25752 python optional 
python-optcomplete_1.2-9_all.deb

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

iEYEARECAAYFAklgjX0ACgkQeBwlBDLsbz6WUwCgurdBcReV1fDVYlm199jOQYQT
KxYAn3pMoDvBfOFTFTzIvvLiZv3FkP8u
=W3e9
-END PGP SIGNATURE-


Accepted:
optcomplete_1.2-9.diff.gz
  to pool/main/o/optcomplete/optcomplete_1.2-9.diff.gz
optcomplete_1.2-9.dsc
  to pool/main/o/optcomplete/optcomplete_1.2-9.dsc
python-optcomplete_1.2-9_all.deb
  to pool/main/o/optcomplete/python-optcomplete_1.2-9_all.deb


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



Accepted gnome-terminal 2.24.2-1 (source all amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 10:58:20 +0100
Source: gnome-terminal
Binary: gnome-terminal gnome-terminal-data
Architecture: source all amd64
Version: 2.24.2-1
Distribution: experimental
Urgency: low
Maintainer: Guilherme de S. Pastore gpast...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-terminal - The GNOME 2 terminal emulator application
 gnome-terminal-data - Data files for the GNOME terminal emulator
Changes: 
 gnome-terminal (2.24.2-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 d0f93475788b01d1c4c68f977972bdda834c84ad 1617 gnome-terminal_2.24.2-1.dsc
 41504829affaa8991c6d66d58eaab8be3734b541 2870065 
gnome-terminal_2.24.2.orig.tar.gz
 a20c7ba7284caa88ef7df4fe2cb3da8cd0aaa21b 22679 gnome-terminal_2.24.2-1.diff.gz
 4f386d39a095738f085ab27d6a0d502f5899acc8 2432080 
gnome-terminal-data_2.24.2-1_all.deb
 6a4e33d3a420cec93f94e7adc760af02eaa41f1e 198174 
gnome-terminal_2.24.2-1_amd64.deb
Checksums-Sha256: 
 fa34e8d63074c1ad73ba75511d56fda95027b352019b73e92d39a48258ad1dcb 1617 
gnome-terminal_2.24.2-1.dsc
 483900f1ef53a7fbd47b02b55e71b480517c6c845ad101cac4224e2c0e1f5626 2870065 
gnome-terminal_2.24.2.orig.tar.gz
 cb6d5df89369b646f8055a437193ab1ff0202f809463df5563f5cdbc79561b43 22679 
gnome-terminal_2.24.2-1.diff.gz
 01525a5c84966ff46c4cc7f1834dfa1a3d38be5a609b0dd5b21a573c29022a48 2432080 
gnome-terminal-data_2.24.2-1_all.deb
 5c1f3bfb8599b30aa3b1139bf0429920c1d94570c33d1c7ae9ff3a69dd2dee57 198174 
gnome-terminal_2.24.2-1_amd64.deb
Files: 
 01e80a087287000e08b5a9696e3cd986 1617 gnome optional 
gnome-terminal_2.24.2-1.dsc
 4b2b4d8eeccb9cb9f55b432de43e6335 2870065 gnome optional 
gnome-terminal_2.24.2.orig.tar.gz
 1a82c82235d2b554fd7ea1de9965c7a2 22679 gnome optional 
gnome-terminal_2.24.2-1.diff.gz
 bdc0e49e39adf126467f1f087837956e 2432080 gnome optional 
gnome-terminal-data_2.24.2-1_all.deb
 c4e6197a0bc5bcb55715f4ab6978776f 198174 gnome optional 
gnome-terminal_2.24.2-1_amd64.deb

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

iD8DBQFJYIpqrSla4ddfhTMRAmceAJ9BDOInMnNteyPrn9CbTlteWw8dOgCfVE7g
Bi9wZ22kkdt4oW9snKQTIeo=
=AI7C
-END PGP SIGNATURE-


Accepted:
gnome-terminal-data_2.24.2-1_all.deb
  to pool/main/g/gnome-terminal/gnome-terminal-data_2.24.2-1_all.deb
gnome-terminal_2.24.2-1.diff.gz
  to pool/main/g/gnome-terminal/gnome-terminal_2.24.2-1.diff.gz
gnome-terminal_2.24.2-1.dsc
  to pool/main/g/gnome-terminal/gnome-terminal_2.24.2-1.dsc
gnome-terminal_2.24.2-1_amd64.deb
  to pool/main/g/gnome-terminal/gnome-terminal_2.24.2-1_amd64.deb
gnome-terminal_2.24.2.orig.tar.gz
  to pool/main/g/gnome-terminal/gnome-terminal_2.24.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



Accepted gvfs 1.0.3-1 (source amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 13:13:35 +0100
Source: gvfs
Binary: libgvfscommon0 libgvfscommon-dev gvfs gvfs-fuse gvfs-backends gvfs-bin
Architecture: source amd64
Version: 1.0.3-1
Distribution: experimental
Urgency: low
Maintainer: Sebastien Bacher seb...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gvfs   - userspace virtual filesystem - server
 gvfs-backends - userspace virtual filesystem - backends
 gvfs-bin   - userspace virtual filesystem - binaries
 gvfs-fuse  - userspace virtual filesystem - fuse server
 libgvfscommon-dev - userspace virtual filesystem - development files
 libgvfscommon0 - userspace virtual filesystem - library
Closes: 508294
Changes: 
 gvfs (1.0.3-1) experimental; urgency=low
 .
   * Only suggest gvfs-backends. Nautilus already recommends it.
   * Install the completion file in /etc/bash_completion.d.
 Closes: #508294.
   * Remove the old profile.d conffile in the preinst.
   * New upstream release.
   * 01_maintainer_mode.patch: updated for the new version.
Checksums-Sha1: 
 0f38229c67b58c4cc30e832626c86e80c21c1b94 1641 gvfs_1.0.3-1.dsc
 aeee15c5e31695b21fedf4c74a31dbd5418fda5f 1471279 gvfs_1.0.3.orig.tar.gz
 f83cccb052c93523ae331f516e67b1d69e2af123 176648 gvfs_1.0.3-1.diff.gz
 ec7593c8744ff25304c1f1559928c1352cda92ce 77182 libgvfscommon0_1.0.3-1_amd64.deb
 78eb800f12e78da001489514495684824b5751d9 50076 
libgvfscommon-dev_1.0.3-1_amd64.deb
 aea4e659a6836eb574ec9c72b75c3b464c39d42d 736534 gvfs_1.0.3-1_amd64.deb
 49568808cca1081ccff0f11f7c486129c12a8034 60902 gvfs-fuse_1.0.3-1_amd64.deb
 01c2b113d91ddde3aed3eb645369d718cd54e84c 728944 gvfs-backends_1.0.3-1_amd64.deb
 ca35068dee2a9d2d95503f1b9e51f7d94fffe4e0 83916 gvfs-bin_1.0.3-1_amd64.deb
Checksums-Sha256: 
 7100094f0e4f15a7e960a20807dfce91de5a827b5af87c994b28b96a87fffb09 1641 
gvfs_1.0.3-1.dsc
 73b0344785de4283a7792ed52130a0389598f45162ba651d1cb551f976fc1a1e 1471279 
gvfs_1.0.3.orig.tar.gz
 f5168b3dfcbfeac4bea266d19535967c645fa4e6a5b958ba9ef61ceb5c26ca81 176648 
gvfs_1.0.3-1.diff.gz
 def539d411c7cd33e3dd15c499947c6fe67cc1869714f9a6aa6df49258bd2cec 77182 
libgvfscommon0_1.0.3-1_amd64.deb
 49994af5a3a174e427ed736b3ade0815bcdeb5e7e5b3cc2be53a590981a1dbaf 50076 
libgvfscommon-dev_1.0.3-1_amd64.deb
 9715f05dc74e1d47efda812873fd74e503d1e13a38b6ce97105769a8cc0182e3 736534 
gvfs_1.0.3-1_amd64.deb
 5703a1239abe461a93bff82e2ed315dba74e47fdf6f143b5b62dbf0d9bf7b1a0 60902 
gvfs-fuse_1.0.3-1_amd64.deb
 0af27a265aa50eba2c3462c9543acafabb6319a6e66adb385395cb4edb6fdf18 728944 
gvfs-backends_1.0.3-1_amd64.deb
 3a1701ea3ca5ade25d6d105495c7dc33c0179ba5d24a3c23a525bf58bbff3d47 83916 
gvfs-bin_1.0.3-1_amd64.deb
Files: 
 71b355ef52c5c6caad053619938638af 1641 libs optional gvfs_1.0.3-1.dsc
 723817fbbbfb2d7ec6003df95d30cd22 1471279 libs optional gvfs_1.0.3.orig.tar.gz
 8dd72160c746e43889c6a108ec445e4d 176648 libs optional gvfs_1.0.3-1.diff.gz
 ec6dc4c8a253634d46136735223bf8d1 77182 libs optional 
libgvfscommon0_1.0.3-1_amd64.deb
 59d13d83fffe93fd703c0a3241247b1f 50076 libdevel optional 
libgvfscommon-dev_1.0.3-1_amd64.deb
 f02133f388f1fc0278619e03bfde9a52 736534 libs optional gvfs_1.0.3-1_amd64.deb
 8ac5311a8bfa065d2fe4eaf0c6a62775 60902 libs optional 
gvfs-fuse_1.0.3-1_amd64.deb
 1e6857bc503f9d54f93ae692a2e054bf 728944 libs optional 
gvfs-backends_1.0.3-1_amd64.deb
 173a36e2944d93c5602865ae4e460bcd 83916 libs optional gvfs-bin_1.0.3-1_amd64.deb

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

iD8DBQFJYK9irSla4ddfhTMRApK6AKD0ZVb7imsQCliU4LuqtI7O7E25ZACffvXx
uJcuQcaZwIfwt/ZG3V2lvsg=
=RFHI
-END PGP SIGNATURE-


Accepted:
gvfs-backends_1.0.3-1_amd64.deb
  to pool/main/g/gvfs/gvfs-backends_1.0.3-1_amd64.deb
gvfs-bin_1.0.3-1_amd64.deb
  to pool/main/g/gvfs/gvfs-bin_1.0.3-1_amd64.deb
gvfs-fuse_1.0.3-1_amd64.deb
  to pool/main/g/gvfs/gvfs-fuse_1.0.3-1_amd64.deb
gvfs_1.0.3-1.diff.gz
  to pool/main/g/gvfs/gvfs_1.0.3-1.diff.gz
gvfs_1.0.3-1.dsc
  to pool/main/g/gvfs/gvfs_1.0.3-1.dsc
gvfs_1.0.3-1_amd64.deb
  to pool/main/g/gvfs/gvfs_1.0.3-1_amd64.deb
gvfs_1.0.3.orig.tar.gz
  to pool/main/g/gvfs/gvfs_1.0.3.orig.tar.gz
libgvfscommon-dev_1.0.3-1_amd64.deb
  to pool/main/g/gvfs/libgvfscommon-dev_1.0.3-1_amd64.deb
libgvfscommon0_1.0.3-1_amd64.deb
  to pool/main/g/gvfs/libgvfscommon0_1.0.3-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



Accepted liblunar 1.0.1-2 (source all amd64)

2009-01-04 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 21:03:50 +0800
Source: liblunar
Binary: liblunar-1-dev liblunar-1-0 liblunar-1-0-dbg liblunar-1-doc python-lunar
Architecture: source all amd64
Version: 1.0.1-2
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@gmail.com
Changed-By: LI Daobing lidaob...@gmail.com
Description: 
 liblunar-1-0 - Chinese Lunar library
 liblunar-1-0-dbg - Chinese Lunar library
 liblunar-1-dev - Development files for the Chinese Lunar library
 liblunar-1-doc - Documentation for the Chinese Lunar library
 python-lunar - Python bindings for the Chinese Lunar library
Changes: 
 liblunar (1.0.1-2) unstable; urgency=low
 .
   * Sync with Ubuntu.
   * debian/patches/03_sprintf.dpatch: fix undefined sprintf behavior bug.
   * debian/patches/00list: updated.
   * debian/control: add ${misc:Depends} to depends, fix
 debhelper-but-no-misc-depends
Checksums-Sha1: 
 18b486b1322f429962c3f3c90bf4bfb81105132f 1327 liblunar_1.0.1-2.dsc
 73d277e4bfab3515ee7412e9415ac1825195c7a2 4613 liblunar_1.0.1-2.diff.gz
 650ba4fdd3adcaf386d16589b2cb6ed5701de468 18804 liblunar-1-doc_1.0.1-2_all.deb
 9c054a63c845289ca91e9019ebc8b4ebe9c631bc 10558 liblunar-1-dev_1.0.1-2_amd64.deb
 3497f7247a4a076d6fef11184a9154d4a1bc6c3b 44562 liblunar-1-0_1.0.1-2_amd64.deb
 09947f8339bc5aa0616c4060a873526fb4d31f1b 78642 
liblunar-1-0-dbg_1.0.1-2_amd64.deb
 a2c632c31c19a7a238905962b1e163ecd03c3b7c 13228 python-lunar_1.0.1-2_amd64.deb
Checksums-Sha256: 
 98bfbf11ed3d459fbcef3ebd20da721658c52a8adbb4d56352a5def243cffdbe 1327 
liblunar_1.0.1-2.dsc
 40202dfd038e49e80ad7be7f4c7bae4559cba150986a94ea933a4ad3bfcbf643 4613 
liblunar_1.0.1-2.diff.gz
 73b4accd14e53d9ae9a40f2de96bfef0d3e0369d34e6e09dd5f33d75b83ecc36 18804 
liblunar-1-doc_1.0.1-2_all.deb
 45ade4ec82075bf2fa13eda126e61976d0ab95fd608232c82e737b176674a44b 10558 
liblunar-1-dev_1.0.1-2_amd64.deb
 86d5e6b4ec982f3751c9481e5348a78009b16d97a2e16656135427e0facc612c 44562 
liblunar-1-0_1.0.1-2_amd64.deb
 2acea7aa06d505e9854966eff9ad316034742af78109298e87cc35d3430556c1 78642 
liblunar-1-0-dbg_1.0.1-2_amd64.deb
 47b819c44eb102db584995734d1136d216d5c303767f433e01a870309a617ca7 13228 
python-lunar_1.0.1-2_amd64.deb
Files: 
 af27599686cfcb02048c369cb1bea619 1327 libs optional liblunar_1.0.1-2.dsc
 b5641e89513504db897d5112e3c2afce 4613 libs optional liblunar_1.0.1-2.diff.gz
 f42086853a884a2f66303b9e2d995a19 18804 doc optional 
liblunar-1-doc_1.0.1-2_all.deb
 2e5d4d0fe9600202df1e5a33204e77a2 10558 libdevel optional 
liblunar-1-dev_1.0.1-2_amd64.deb
 37975ac77d04dd326024ceaf6a53db53 44562 libs optional 
liblunar-1-0_1.0.1-2_amd64.deb
 185989f7693df31f3c377e9422199d01 78642 libdevel extra 
liblunar-1-0-dbg_1.0.1-2_amd64.deb
 bbea97feb77e77e5a7707020c2838f13 13228 python optional 
python-lunar_1.0.1-2_amd64.deb

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

iD8DBQFJYLaF5TUK4GCH0vgRAsNJAKCPLxKn8kHm39CVHnaiW68J5pgGQQCfTOzB
hpzyE0EFiZJtTVneu5WqCtQ=
=LrOh
-END PGP SIGNATURE-


Accepted:
liblunar-1-0-dbg_1.0.1-2_amd64.deb
  to pool/main/libl/liblunar/liblunar-1-0-dbg_1.0.1-2_amd64.deb
liblunar-1-0_1.0.1-2_amd64.deb
  to pool/main/libl/liblunar/liblunar-1-0_1.0.1-2_amd64.deb
liblunar-1-dev_1.0.1-2_amd64.deb
  to pool/main/libl/liblunar/liblunar-1-dev_1.0.1-2_amd64.deb
liblunar-1-doc_1.0.1-2_all.deb
  to pool/main/libl/liblunar/liblunar-1-doc_1.0.1-2_all.deb
liblunar_1.0.1-2.diff.gz
  to pool/main/libl/liblunar/liblunar_1.0.1-2.diff.gz
liblunar_1.0.1-2.dsc
  to pool/main/libl/liblunar/liblunar_1.0.1-2.dsc
python-lunar_1.0.1-2_amd64.deb
  to pool/main/libl/liblunar/python-lunar_1.0.1-2_amd64.deb


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



Accepted xterm 238-2 (source i386)

2009-01-04 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 14:57:43 +0100
Source: xterm
Binary: xterm
Architecture: source i386
Version: 238-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xterm  - X terminal emulator
Changes: 
 xterm (238-2) unstable; urgency=low
 .
   * Also default allowTcapOps to false, as suggested by Florian Weimer.
Checksums-Sha1: 
 ac653ddd4ccd08907c22ff076a3a6b9876e85363 1344 xterm_238-2.dsc
 ffe61e938dfa8dbfa6dce800edb7ba3cb81ec706 63362 xterm_238-2.diff.gz
 2691c07634acc8b4f8f0c4410a13e5d6118a8885 479896 xterm_238-2_i386.deb
Checksums-Sha256: 
 8fe9785aeb20200131fe8bb294d642e83b986d2bab71b46f2da95c97ff1a3302 1344 
xterm_238-2.dsc
 8485ee7e62225133729e4ba586e099ccdc6d426df7ca1dd07b807b819613ee2f 63362 
xterm_238-2.diff.gz
 9da0f843ff6ec232f4c6072146d5c43422e20ab83678e0988e849400205c49b4 479896 
xterm_238-2_i386.deb
Files: 
 9231a55b82de94ac1067280340cb6d46 1344 x11 optional xterm_238-2.dsc
 d9731e7eca1a3b8cf4c6e17a4f2c07d6 63362 x11 optional xterm_238-2.diff.gz
 bbe5e5454997116ee21f78ae025405db 479896 x11 optional xterm_238-2_i386.deb

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

iEYEARECAAYFAklgwqoACgkQmEvTgKxfcAzLhgCfY2R25euO6B9ad7my2tQWy21X
je4AnidB+jqiOiLdjqdPiBlpeoKVFlpQ
=AXXI
-END PGP SIGNATURE-


Accepted:
xterm_238-2.diff.gz
  to pool/main/x/xterm/xterm_238-2.diff.gz
xterm_238-2.dsc
  to pool/main/x/xterm/xterm_238-2.dsc
xterm_238-2_i386.deb
  to pool/main/x/xterm/xterm_238-2_i386.deb


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



Accepted ssbd 0.10-10 (source i386)

2009-01-04 Thread Joop Stakenborg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 15:26:01 +0100
Source: ssbd
Binary: ssbd
Architecture: source i386
Version: 0.10-10
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers debian-h...@lists.debian.org
Changed-By: Joop Stakenborg pa3...@debian.org
Description: 
 ssbd   - voice keyer for hamradio use
Closes: 510667
Changes: 
 ssbd (0.10-10) unstable; urgency=low
 .
   * Don't use debconf for setting the UDP port, it seems like overkill,
 instead use a sensible default. Closes: #510667.
Checksums-Sha1: 
 1a347aec55a39f31b502558d22775fe340b8a356 1173 ssbd_0.10-10.dsc
 1fb3614d6af2d3e3992fb20e966006c9abfa9a8d 112071 ssbd_0.10-10.diff.gz
 835139279ca0c3d4acc3fc32bd230e8b66bcc200 31346 ssbd_0.10-10_i386.deb
Checksums-Sha256: 
 76514597b6290b00faefd744b73adc81a561ef6ea1749596a4fb49d22b1722db 1173 
ssbd_0.10-10.dsc
 7356e24c5a7a2473fb142b75af834d7936e21a1f0c7ab80032c53b9e6228aefd 112071 
ssbd_0.10-10.diff.gz
 ee4b72ee3b9eaf1f6f3e3eaf699f5e6e46fdcf4932ee39cfdc7ae0798b513eef 31346 
ssbd_0.10-10_i386.deb
Files: 
 95f15a19c27c5ea873e888c9643f971d 1173 hamradio optional ssbd_0.10-10.dsc
 2b334e3ce939a1f952e7e90c89908461 112071 hamradio optional ssbd_0.10-10.diff.gz
 069e386e9a501299b047eacca2729798 31346 hamradio optional ssbd_0.10-10_i386.deb

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

iEYEARECAAYFAklgx3gACgkQ/CqtjGLxpX/qxACgxL10dLCJVR/xgefqhDdnyMjl
phMAmwcPkbWW7pcJ+DQDzsya8z4uF8Cj
=GA05
-END PGP SIGNATURE-


Accepted:
ssbd_0.10-10.diff.gz
  to pool/main/s/ssbd/ssbd_0.10-10.diff.gz
ssbd_0.10-10.dsc
  to pool/main/s/ssbd/ssbd_0.10-10.dsc
ssbd_0.10-10_i386.deb
  to pool/main/s/ssbd/ssbd_0.10-10_i386.deb


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



Accepted qterm 1:0.5.3-2 (source amd64)

2009-01-04 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 19:12:58 +0800
Source: qterm
Binary: qterm
Architecture: source amd64
Version: 1:0.5.3-2
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@gmail.com
Changed-By: LI Daobing lidaob...@gmail.com
Description: 
 qterm  - BBS client for X Window System written in Qt
Closes: 510670
Changes: 
 qterm (1:0.5.3-2) unstable; urgency=low
 .
   * FTBFS with GCC 4.4: missing #include (Closes: #510670)
 - debian/patches/07_gcc-4.3.dpatch: rename tp 07_gcc-4.4.dpatch
 - debian/patches/07_gcc-4.4.dpatch: updated
 - debian/patches/00list: updated
   * install desktop and icon (LP: #312932)
 - debian/patches/08_desktop.dpatch: added
 - debian/patches/00list: updated
   * debian/control: add ${misc:Depends} to depends, fix
 debhelper-but-no-misc-depends
Checksums-Sha1: 
 4b08d5eb928b1ac0c1a3073f314be0f8afd90f61 1201 qterm_0.5.3-2.dsc
 c5f3059b84d3300bac1b6ee87e5f41ffd8e4e4f5 4 qterm_0.5.3-2.diff.gz
 c8a31a538b1fd066a23de7ba15cb44601459fef7 754640 qterm_0.5.3-2_amd64.deb
Checksums-Sha256: 
 f1df2b87b7fa1883036fd13105c18b24cb6fcd3366851b1a4a5c3b96616273eb 1201 
qterm_0.5.3-2.dsc
 545478b7aa00055f297422ecb093aa79d67d15568c00f9bd1ff60377b1098a5d 4 
qterm_0.5.3-2.diff.gz
 0aa983a76810d9f2224f8dbe71c6e75118b8d053f60f725cc63be0dc21abe6dd 754640 
qterm_0.5.3-2_amd64.deb
Files: 
 97484a992c825cae00f9b6b79265cebf 1201 x11 optional qterm_0.5.3-2.dsc
 98d260c6e8760b272430a1a9d84f1f55 4 x11 optional qterm_0.5.3-2.diff.gz
 e163a508143ec4fa93eeb1a4a1a50754 754640 x11 optional qterm_0.5.3-2_amd64.deb

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

iD8DBQFJYKh+5TUK4GCH0vgRAhW4AJ4on1U7vhXml/GWpqmQ9lJvfg4yjgCeN2U9
3PNmueoQNNwqXYH/Cxcz618=
=bzA+
-END PGP SIGNATURE-


Accepted:
qterm_0.5.3-2.diff.gz
  to pool/main/q/qterm/qterm_0.5.3-2.diff.gz
qterm_0.5.3-2.dsc
  to pool/main/q/qterm/qterm_0.5.3-2.dsc
qterm_0.5.3-2_amd64.deb
  to pool/main/q/qterm/qterm_0.5.3-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



Accepted gnome-user-docs 2.24.0-1 (source all)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 12:06:49 +0100
Source: gnome-user-docs
Binary: gnome-user-guide
Architecture: source all
Version: 2.24.0-1
Distribution: experimental
Urgency: low
Maintainer: Jose Carlos Garcia Sogo js...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-user-guide - GNOME user's guide
Changes: 
 gnome-user-docs (2.24.0-1) experimental; urgency=low
 .
   * New upstream release.
   * Standards version is 3.8.0.
Checksums-Sha1: 
 288725778bfa847e01319cc1fb14f2c70a196668 1353 gnome-user-docs_2.24.0-1.dsc
 6ea634576a765574d9c95fe8f3955ffab34e75e7 15211713 
gnome-user-docs_2.24.0.orig.tar.gz
 f951e3fd4238a1b6050dca9439d571c980ab19e3 3812 gnome-user-docs_2.24.0-1.diff.gz
 5dae18922e4ded970c015031bd9b96d0b617f409 18642130 
gnome-user-guide_2.24.0-1_all.deb
Checksums-Sha256: 
 3c594a2463a255ecce9c3cb59d6ae1b1c64f6134f2567f055bb10a01afad5bf8 1353 
gnome-user-docs_2.24.0-1.dsc
 43f341a16e8513b19ef85db30dfaf3bbe71d85467049f33098c5b46e1832458e 15211713 
gnome-user-docs_2.24.0.orig.tar.gz
 64cb06dfcbd3162251b3288f187478bec326cf0678875b3762740587736b0f33 3812 
gnome-user-docs_2.24.0-1.diff.gz
 f458b9bd8a52b43b1a7310a2ee57b266dd7360c6c7a23e7e0cdc2db3ebf8be23 18642130 
gnome-user-guide_2.24.0-1_all.deb
Files: 
 1f16c23a44e37b2455dfa341083a876f 1353 gnome optional 
gnome-user-docs_2.24.0-1.dsc
 b8d6dc79b8055645417f8be4872fae71 15211713 gnome optional 
gnome-user-docs_2.24.0.orig.tar.gz
 4754970d338e707abf44b4ea2e1ba0d7 3812 gnome optional 
gnome-user-docs_2.24.0-1.diff.gz
 f647a329ff0f970315f907b3289784f4 18642130 gnome optional 
gnome-user-guide_2.24.0-1_all.deb

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

iD8DBQFJYKF5rSla4ddfhTMRAjw3AKDtJh3wImE8ktFv4XO9KfAmFQ/5bQCfS4ug
sMnhdzA5PFzK8mQYCQ2K8/E=
=pcqz
-END PGP SIGNATURE-


Accepted:
gnome-user-docs_2.24.0-1.diff.gz
  to pool/main/g/gnome-user-docs/gnome-user-docs_2.24.0-1.diff.gz
gnome-user-docs_2.24.0-1.dsc
  to pool/main/g/gnome-user-docs/gnome-user-docs_2.24.0-1.dsc
gnome-user-docs_2.24.0.orig.tar.gz
  to pool/main/g/gnome-user-docs/gnome-user-docs_2.24.0.orig.tar.gz
gnome-user-guide_2.24.0-1_all.deb
  to pool/main/g/gnome-user-docs/gnome-user-guide_2.24.0-1_all.deb


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



Accepted libdata-page-perl 2.01-1 (source all)

2009-01-04 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 14:41:33 +0100
Source: libdata-page-perl
Binary: libdata-page-perl
Architecture: source all
Version: 2.01-1
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 libdata-page-perl - Help when paging through sets of results
Changes: 
 libdata-page-perl (2.01-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 f96ced0a4d12acb8c4ed98a9b9b5a7d9708a2d2c 1248 libdata-page-perl_2.01-1.dsc
 3e241ace8a40039415dff5f30a74eba1fed84ad4 6592 
libdata-page-perl_2.01.orig.tar.gz
 2fa1355921844a6f5a2a801a885fde19c2c79d57 1829 libdata-page-perl_2.01-1.diff.gz
 4a0dd6cf7a71c4ff211c73badd2149156c8ff57d 11814 libdata-page-perl_2.01-1_all.deb
Checksums-Sha256: 
 c816fe3c17d832591b4f8699b5e0dadc8c1459f3692bea334f5fe94dba0618a3 1248 
libdata-page-perl_2.01-1.dsc
 f967acd2e03ab6824f0750b1df02ab91ba3dd37794e497496a3e759c5aa47057 6592 
libdata-page-perl_2.01.orig.tar.gz
 34699b8082b978c653b9df4a367d001bdaf9e2bd25c6221b6a3e49d32be4a896 1829 
libdata-page-perl_2.01-1.diff.gz
 05f98dd51f808fbee0b361039fe2f0500af73dda993f2fdf5201b2fdb6bd52ef 11814 
libdata-page-perl_2.01-1_all.deb
Files: 
 b10d90ca824644c8dc0d4854a29f5c63 1248 perl optional 
libdata-page-perl_2.01-1.dsc
 301eeb65db5f6aeafa354978404f08d8 6592 perl optional 
libdata-page-perl_2.01.orig.tar.gz
 47bd3008c4024b6205939f0edac9b423 1829 perl optional 
libdata-page-perl_2.01-1.diff.gz
 ff76e8596ca1d719b5373dfde4791d74 11814 perl optional 
libdata-page-perl_2.01-1_all.deb

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

iEYEARECAAYFAklgvUwACgkQbMaawmho9B/O+QCfezHuyY/cgjbAIM0ft85YPAiz
pXQAoKG3YT8MPXO1DY2UNUuGJqT4VlAt
=JmeJ
-END PGP SIGNATURE-


Accepted:
libdata-page-perl_2.01-1.diff.gz
  to pool/main/libd/libdata-page-perl/libdata-page-perl_2.01-1.diff.gz
libdata-page-perl_2.01-1.dsc
  to pool/main/libd/libdata-page-perl/libdata-page-perl_2.01-1.dsc
libdata-page-perl_2.01-1_all.deb
  to pool/main/libd/libdata-page-perl/libdata-page-perl_2.01-1_all.deb
libdata-page-perl_2.01.orig.tar.gz
  to pool/main/libd/libdata-page-perl/libdata-page-perl_2.01.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



Accepted fig2ps 1.4.1-1 (source all)

2009-01-04 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 11:36:25 +0100
Source: fig2ps
Binary: fig2ps
Architecture: source all
Version: 1.4.1-1
Distribution: experimental
Urgency: low
Maintainer: Vincent Fourmond fourm...@debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 fig2ps - Converts xfig files into ps, eps or pdf files using LaTeX for pro
Changes: 
 fig2ps (1.4.1-1) experimental; urgency=low
 .
   * New upstream release
   * Fix watch file
   * Drop all patches and dpatch altogether
   * Now conforms to Standards 3.8.0
   * Updates to debian/rules
   * Adding new example files.
   * Switching to newer debhelper
   * Installing upstream's README and ChangeLog files
   * Updated debian/copyright
   * Uploading to experimental during lenny's freeze
Checksums-Sha1: 
 31b16c85dedc65f20d9964fe180ac163ce084991 963 fig2ps_1.4.1-1.dsc
 1f43404f3a9251ed08d4f1aed432f8bd8ceb502a 18794 fig2ps_1.4.1.orig.tar.gz
 58dc632e0294df44fb5ccb2ff316ec39fc6b68c3 4338 fig2ps_1.4.1-1.diff.gz
 3024cd95f62544411753c984531472958e7280d3 17784 fig2ps_1.4.1-1_all.deb
Checksums-Sha256: 
 0a47648b681a8ea1cc4cb58b9e4da88b5c4026d0787af18ad60d87ac280f9180 963 
fig2ps_1.4.1-1.dsc
 c2f3ac9c054d5b746fa7a4bbb8fc5e56ba6df521c7e5d1ecb8010ab8f0712a38 18794 
fig2ps_1.4.1.orig.tar.gz
 bda94c68c63634b64592a42c62c4dd7289e077d7b45b04b24683b1a24fa1cb15 4338 
fig2ps_1.4.1-1.diff.gz
 6ddc684ceb1c93becc9f5106b179686307c9ada2e1133b1f86d70f264dd30070 17784 
fig2ps_1.4.1-1_all.deb
Files: 
 c756f022d666322f2e27b3206c43da5d 963 tex optional fig2ps_1.4.1-1.dsc
 aa32d465d990e60ac67e9548a0e19539 18794 tex optional fig2ps_1.4.1.orig.tar.gz
 62449b1060110b8b80dcbc597a996c7d 4338 tex optional fig2ps_1.4.1-1.diff.gz
 c1e2f33ad718815ed5f58ce9b0cadb3f 17784 tex optional fig2ps_1.4.1-1_all.deb

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

iEYEARECAAYFAklgkvcACgkQx/UhwSKygsoOTwCeLmsnP+nqb6kTP7UMo2f/FnMa
xC4AoIYigbfagNIMhbbBXxnQm0LiN8Ad
=L7jv
-END PGP SIGNATURE-


Accepted:
fig2ps_1.4.1-1.diff.gz
  to pool/main/f/fig2ps/fig2ps_1.4.1-1.diff.gz
fig2ps_1.4.1-1.dsc
  to pool/main/f/fig2ps/fig2ps_1.4.1-1.dsc
fig2ps_1.4.1-1_all.deb
  to pool/main/f/fig2ps/fig2ps_1.4.1-1_all.deb
fig2ps_1.4.1.orig.tar.gz
  to pool/main/f/fig2ps/fig2ps_1.4.1.orig.tar.gz


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



Accepted gtksourceview2 2.4.1-1 (source all amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 13:09:10 +0100
Source: gtksourceview2
Binary: libgtksourceview2.0-0 libgtksourceview2.0-common 
libgtksourceview2.0-dev libgtksourceview2.0-doc
Architecture: source all amd64
Version: 2.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 libgtksourceview2.0-0 - shared libraries for the GTK+ syntax highlighting 
widget
 libgtksourceview2.0-common - common files for the GTK+ syntax highlighting 
widget
 libgtksourceview2.0-dev - development files for the GTK+ syntax highlighting 
widget
 libgtksourceview2.0-doc - documentation for the GTK+ syntax highlighting widget
Changes: 
 gtksourceview2 (2.4.1-1) unstable; urgency=low
 .
   [ Loic Minier ]
   * Fix spelling of Tcl in description.
 .
   [ Josselin Mouette ]
   * New upstream release.
Checksums-Sha1: 
 3e3f48b2be280b8f3197b567be6f9d0825c3e362 1477 gtksourceview2_2.4.1-1.dsc
 823e25dfa829814844e59060a7d5f4e9e768c99b 1584988 
gtksourceview2_2.4.1.orig.tar.gz
 79d6e5b84d21da2716dbd373d80268b3cc9e8259 7678 gtksourceview2_2.4.1-1.diff.gz
 049d27dde4074d6dfce66c406c56f6d388031642 579426 
libgtksourceview2.0-common_2.4.1-1_all.deb
 90883aac65b8ea373f6fdf1131415a679b1f6453 91316 
libgtksourceview2.0-doc_2.4.1-1_all.deb
 de0fc7b249922e8b12920eed260885ff46a72c19 148294 
libgtksourceview2.0-0_2.4.1-1_amd64.deb
 6554d37666af664cee1e6714ca74e19bbf15959e 182144 
libgtksourceview2.0-dev_2.4.1-1_amd64.deb
Checksums-Sha256: 
 38801a3ff18f8af0d52a1193f92bfd49f35387817f506be39aa79c1671d9f034 1477 
gtksourceview2_2.4.1-1.dsc
 92957757183a096a4142e7467541badde78b796c501b08db85c9efb8cb6321b3 1584988 
gtksourceview2_2.4.1.orig.tar.gz
 eb6b52ba1b58ea2e88a25ea9b33b6049a2eec3189a8708d197c9a7e94adc52c8 7678 
gtksourceview2_2.4.1-1.diff.gz
 ee3026e86c934381b334e0528e1a9b5464e2201f8e474d3ef62daa13393a9805 579426 
libgtksourceview2.0-common_2.4.1-1_all.deb
 8c62c0b022a87258d2ef382a203ac1cfcc4b55601289b6bab6bfbbe33b18712e 91316 
libgtksourceview2.0-doc_2.4.1-1_all.deb
 70cfae646789f6b60014eed58466d04ad3803ec19cd8062ef6479c67ef765d0e 148294 
libgtksourceview2.0-0_2.4.1-1_amd64.deb
 d7eb7c6a29e18f05c289092bcdf5f6e9c31b76538e054dd93e415efd8bd567a9 182144 
libgtksourceview2.0-dev_2.4.1-1_amd64.deb
Files: 
 2a59e3995ada0fb260ceab3cabaeba27 1477 libs optional gtksourceview2_2.4.1-1.dsc
 f3f6fc8c746632e76191da573e1e4326 1584988 libs optional 
gtksourceview2_2.4.1.orig.tar.gz
 7feca4ad811fda691d6ec790c0ca18de 7678 libs optional 
gtksourceview2_2.4.1-1.diff.gz
 95a6044efd64efd8da2c217b452564f8 579426 misc optional 
libgtksourceview2.0-common_2.4.1-1_all.deb
 674e6b18611f529637244ea553aff6b1 91316 doc optional 
libgtksourceview2.0-doc_2.4.1-1_all.deb
 5d6ff9c4bcf63a1a2a81a94f66e7b528 148294 libs optional 
libgtksourceview2.0-0_2.4.1-1_amd64.deb
 99033aef92eab7688db7715f93e9cd4b 182144 libdevel optional 
libgtksourceview2.0-dev_2.4.1-1_amd64.deb

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

iD8DBQFJYKpArSla4ddfhTMRAo5qAKDeZSbbdyd8zzYZkuKaavnSxgTLFACbB1dh
m118DwdpTAE7T+QwP3DVHOQ=
=kibP
-END PGP SIGNATURE-


Accepted:
gtksourceview2_2.4.1-1.diff.gz
  to pool/main/g/gtksourceview2/gtksourceview2_2.4.1-1.diff.gz
gtksourceview2_2.4.1-1.dsc
  to pool/main/g/gtksourceview2/gtksourceview2_2.4.1-1.dsc
gtksourceview2_2.4.1.orig.tar.gz
  to pool/main/g/gtksourceview2/gtksourceview2_2.4.1.orig.tar.gz
libgtksourceview2.0-0_2.4.1-1_amd64.deb
  to pool/main/g/gtksourceview2/libgtksourceview2.0-0_2.4.1-1_amd64.deb
libgtksourceview2.0-common_2.4.1-1_all.deb
  to pool/main/g/gtksourceview2/libgtksourceview2.0-common_2.4.1-1_all.deb
libgtksourceview2.0-dev_2.4.1-1_amd64.deb
  to pool/main/g/gtksourceview2/libgtksourceview2.0-dev_2.4.1-1_amd64.deb
libgtksourceview2.0-doc_2.4.1-1_all.deb
  to pool/main/g/gtksourceview2/libgtksourceview2.0-doc_2.4.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



Accepted lynx-cur 2.8.7dev12-1 (source all i386)

2009-01-04 Thread Atsuhito KOHDA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 02 Jan 2009 20:48:55 +0900
Source: lynx-cur
Binary: lynx-cur lynx-cur-wrapper lynx
Architecture: source all i386
Version: 2.8.7dev12-1
Distribution: unstable
Urgency: low
Maintainer: Atsuhito KOHDA ko...@debian.org
Changed-By: Atsuhito KOHDA ko...@debian.org
Description: 
 lynx   - Text-mode WWW Browser (transitional package)
 lynx-cur   - Text-mode WWW Browser with NLS support (development version)
 lynx-cur-wrapper - Wrapper for lynx-cur
Closes: 258859 509929
Changes: 
 lynx-cur (2.8.7dev12-1) unstable; urgency=low
 .
   * New Upstream Release.
   * Removed unnecessary patch-2 and updated patch-1
   * Fixed Description, i.e. removed reference to lynx.  (Closes: #509929)
   * It seemed I forgot to close #258859 which was fixed long time ago.
 (Closes: #258859)
   * Clean up preinst a bit.
Checksums-Sha1: 
 32d61edaa2fc6b6d191e39ff13cc9534e72043b5 1221 lynx-cur_2.8.7dev12-1.dsc
 baf2b4991bca07ab21e0d643e165ad335314e74e 3420465 
lynx-cur_2.8.7dev12.orig.tar.gz
 c6314a94836d9cbb00ca25a0d5131bd938fac712 29413 lynx-cur_2.8.7dev12-1.diff.gz
 d0b830dd951709c8814f6009390d5edc5b1a8e9d 16944 
lynx-cur-wrapper_2.8.7dev12-1_all.deb
 2220b03ebf9f3e4cd359cc704facbe260955590c 14386 lynx_2.8.7dev12-1_all.deb
 ca6b1b4a5d64c30d3205f3145611ce934b41cd40 2087728 lynx-cur_2.8.7dev12-1_i386.deb
Checksums-Sha256: 
 195904c4f7e38d21b97b2c7b24e1d3840980ad0697407f885e8b60c85528f6f5 1221 
lynx-cur_2.8.7dev12-1.dsc
 3b5e633145b355c6664e522ddf4a4a5c6bc1e340a68de0ce3816041f58db7851 3420465 
lynx-cur_2.8.7dev12.orig.tar.gz
 0719e6b640ecb27d427a564db8c85667ba46453464a58ba5252be43dcaf0a41c 29413 
lynx-cur_2.8.7dev12-1.diff.gz
 ebc643b68e42292b5e32fc9bf8566feca05ffbfb469acf3c8bed58adaef1714e 16944 
lynx-cur-wrapper_2.8.7dev12-1_all.deb
 cce7b50455c57400fb84a4dfa731dda38015bc91877e1dc613740425d15ac987 14386 
lynx_2.8.7dev12-1_all.deb
 504fcbdd0e17cf414414d02050c65427bdfb6b4f23f792b104008e0d8502cb54 2087728 
lynx-cur_2.8.7dev12-1_i386.deb
Files: 
 4641e0f2b8ae5f9187071c5e957b8900 1221 web extra lynx-cur_2.8.7dev12-1.dsc
 590be13182112cadc36908eba3151dfd 3420465 web extra 
lynx-cur_2.8.7dev12.orig.tar.gz
 651a43df618c683d364292376a612654 29413 web extra lynx-cur_2.8.7dev12-1.diff.gz
 7dedf7e7ede8ac470843d1146ffedf37 16944 web extra 
lynx-cur-wrapper_2.8.7dev12-1_all.deb
 4808e120837bd4fc4e91120008ab44c7 14386 web extra lynx_2.8.7dev12-1_all.deb
 9f3b997794f7a6e6bfb3bab0d63e7605 2087728 web extra 
lynx-cur_2.8.7dev12-1_i386.deb

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

iEYEARECAAYFAklgkZgACgkQ1IXdL1v6kOxRzACeNdpfkOL9FlVugkNAeHsGo3pf
qrwAn3TYoxYGtc+ooiTbONQnvhYbbQNC
=XwNE
-END PGP SIGNATURE-


Accepted:
lynx-cur-wrapper_2.8.7dev12-1_all.deb
  to pool/main/l/lynx-cur/lynx-cur-wrapper_2.8.7dev12-1_all.deb
lynx-cur_2.8.7dev12-1.diff.gz
  to pool/main/l/lynx-cur/lynx-cur_2.8.7dev12-1.diff.gz
lynx-cur_2.8.7dev12-1.dsc
  to pool/main/l/lynx-cur/lynx-cur_2.8.7dev12-1.dsc
lynx-cur_2.8.7dev12-1_i386.deb
  to pool/main/l/lynx-cur/lynx-cur_2.8.7dev12-1_i386.deb
lynx-cur_2.8.7dev12.orig.tar.gz
  to pool/main/l/lynx-cur/lynx-cur_2.8.7dev12.orig.tar.gz
lynx_2.8.7dev12-1_all.deb
  to pool/main/l/lynx-cur/lynx_2.8.7dev12-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



Accepted gnome-doc-utils 0.14.0-1 (source all)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 10:46:39 +0100
Source: gnome-doc-utils
Binary: gnome-doc-utils
Architecture: source all
Version: 0.14.0-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-doc-utils - a collection of documentation utilities for the GNOME project
Changes: 
 gnome-doc-utils (0.14.0-1) experimental; urgency=low
 .
   [ Loic Minier ]
   * Use GNOME instead of Gnome in description.
 .
   [ Josselin Mouette ]
   * New upstream release.
   * Build-depend on intltool instead of libxml-parser-perl.
   * Drop build-dependency on docbook2x.
   * Remove reference to GNOME 2.8 in the description.
   * Standards version is 3.8.0.
Checksums-Sha1: 
 cb4c55e583fffefcd966fab5d0952dcbd89b5483 1400 gnome-doc-utils_0.14.0-1.dsc
 8c3f1dfb200ff2a900612d6d467f78510ae8e4eb 1096085 
gnome-doc-utils_0.14.0.orig.tar.gz
 fc99ee33c5f73a0273b010d77bc75d5dcc24ec73 4019 gnome-doc-utils_0.14.0-1.diff.gz
 65a49b705d187995e228bae5f5bd88c799182733 391946 
gnome-doc-utils_0.14.0-1_all.deb
Checksums-Sha256: 
 31d4167e215ba3beb20bce3783d846a119ab7702a243224a7390706bedd3486e 1400 
gnome-doc-utils_0.14.0-1.dsc
 42b3baafba612ea3d29dac508cc6f499f74a09d8b3eefdaf8ae6d2132a614e0b 1096085 
gnome-doc-utils_0.14.0.orig.tar.gz
 59a81aca7f553b6553a1ef872719641a5a9f6f6d0e57db9e5c3675fad799b799 4019 
gnome-doc-utils_0.14.0-1.diff.gz
 5a98051f875a3731b8149a8667abaf594ada08d786eade0c35839961275e9c41 391946 
gnome-doc-utils_0.14.0-1_all.deb
Files: 
 ada7c6bf085a0ce5dc9d398d7d7dacff 1400 gnome optional 
gnome-doc-utils_0.14.0-1.dsc
 bdbee40dd46b75625ce322bce2fd9f31 1096085 gnome optional 
gnome-doc-utils_0.14.0.orig.tar.gz
 92ebb563c06b7a092ba827a3b62998a9 4019 gnome optional 
gnome-doc-utils_0.14.0-1.diff.gz
 6db4d846d29c32c8ed4e44cfac355412 391946 gnome optional 
gnome-doc-utils_0.14.0-1_all.deb

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

iD8DBQFJYJKsrSla4ddfhTMRAk/3AKDqIZ6ui4CyiI8ChpLpieqUCdm83gCffkUK
6cSPUhPhnteRxTvzeXXp56c=
=nnva
-END PGP SIGNATURE-


Accepted:
gnome-doc-utils_0.14.0-1.diff.gz
  to pool/main/g/gnome-doc-utils/gnome-doc-utils_0.14.0-1.diff.gz
gnome-doc-utils_0.14.0-1.dsc
  to pool/main/g/gnome-doc-utils/gnome-doc-utils_0.14.0-1.dsc
gnome-doc-utils_0.14.0-1_all.deb
  to pool/main/g/gnome-doc-utils/gnome-doc-utils_0.14.0-1_all.deb
gnome-doc-utils_0.14.0.orig.tar.gz
  to pool/main/g/gnome-doc-utils/gnome-doc-utils_0.14.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



Accepted qemu 0.9.1+svn20090104-1 (source amd64)

2009-01-04 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 16:31:40 +0100
Source: qemu
Binary: qemu libqemu-dev
Architecture: source amd64
Version: 0.9.1+svn20090104-1
Distribution: experimental
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 libqemu-dev - static libraries and headers for QEMU
 qemu   - fast processor emulator
Changes: 
 qemu (0.9.1+svn20090104-1) experimental; urgency=low
 .
   [ Aurelien Jarno ]
   * New upstream snapshot.
   * Disable security/CVE-2008-0928-fedora.patch, it still breaks qcow
 format.
Checksums-Sha1: 
 1a8a306dad40ab058392c3ac6b13d16e75c72382 1806 qemu_0.9.1+svn20090104-1.dsc
 8be5d3b282bda3b329af9c37dd46472233c2177f 3013663 
qemu_0.9.1+svn20090104.orig.tar.gz
 f7dc5d3fe79c9797764dccac286b4f185a7b1c03 35879 qemu_0.9.1+svn20090104-1.diff.gz
 570c1697a1f3522211fe4383bc09eb24347bdfd1 15132554 
qemu_0.9.1+svn20090104-1_amd64.deb
 ab0bb22985ce7426d4e0c7ab79cd9b4b85f3a8da 4635558 
libqemu-dev_0.9.1+svn20090104-1_amd64.deb
Checksums-Sha256: 
 598308a7c29ac5aa78b250fb8000f9d4ecb2433e774377fb056775e057faf670 1806 
qemu_0.9.1+svn20090104-1.dsc
 0fdeaced75e8ccb53fccab9c544b02ec39417dbf3ef0172850ebef29e0706fd3 3013663 
qemu_0.9.1+svn20090104.orig.tar.gz
 31cc2c931163ea9d6631772bf22f920c5cfbe7a5a9d0e53cd0b9bbfedfafcab6 35879 
qemu_0.9.1+svn20090104-1.diff.gz
 1a00d0eba80737d81d763cde5aadcdb890ad2e8f960b9e5338c44b2293a2cd74 15132554 
qemu_0.9.1+svn20090104-1_amd64.deb
 67ee809a78638c8b12e09a76b368f19af1eb72e9a8548a8e92a7ee8d4a3ec763 4635558 
libqemu-dev_0.9.1+svn20090104-1_amd64.deb
Files: 
 0ba41f859fc07ddcc3dd261664d18d60 1806 misc optional 
qemu_0.9.1+svn20090104-1.dsc
 6c8b30f1bcd86877cfec2ac292a25863 3013663 misc optional 
qemu_0.9.1+svn20090104.orig.tar.gz
 66cb9a18716f2aaff0f780acca4097a5 35879 misc optional 
qemu_0.9.1+svn20090104-1.diff.gz
 f4fa81b11bdce8ebc6e5e66e975c3e8e 15132554 misc optional 
qemu_0.9.1+svn20090104-1_amd64.deb
 995c5788d623717c949e9adb80b0ebc8 4635558 libdevel optional 
libqemu-dev_0.9.1+svn20090104-1_amd64.deb

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

iD8DBQFJYNy1w3ao2vG823MRAnBHAJ4pPzXAVhuRVk9t0cChNriXH466+wCfahth
Hs7qKiPEd4AODJKqvQ5474w=
=bGeJ
-END PGP SIGNATURE-


Accepted:
libqemu-dev_0.9.1+svn20090104-1_amd64.deb
  to pool/main/q/qemu/libqemu-dev_0.9.1+svn20090104-1_amd64.deb
qemu_0.9.1+svn20090104-1.diff.gz
  to pool/main/q/qemu/qemu_0.9.1+svn20090104-1.diff.gz
qemu_0.9.1+svn20090104-1.dsc
  to pool/main/q/qemu/qemu_0.9.1+svn20090104-1.dsc
qemu_0.9.1+svn20090104-1_amd64.deb
  to pool/main/q/qemu/qemu_0.9.1+svn20090104-1_amd64.deb
qemu_0.9.1+svn20090104.orig.tar.gz
  to pool/main/q/qemu/qemu_0.9.1+svn20090104.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



Accepted gnome-mplayer 0.9.3-1 (source i386)

2009-01-04 Thread Cesare Tirabassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 03 Jan 2009 09:41:24 +0100
Source: gnome-mplayer
Binary: gnome-mplayer gnome-mplayer-dbg
Architecture: source i386
Version: 0.9.3-1
Distribution: unstable
Urgency: low
Maintainer: Cesare Tirabassi norse...@ubuntu.com
Changed-By: Cesare Tirabassi norse...@ubuntu.com
Description: 
 gnome-mplayer - A simple GUI for MPlayer
 gnome-mplayer-dbg - A simple GUI for MPlayer (debugging symbols)
Changes: 
 gnome-mplayer (0.9.3-1) unstable; urgency=low
 .
   * New upstream release (LP: #303905):
 - add new --fullscreen command line options to man page
   * Add Vcs-* fields to debian/control.
Checksums-Sha1: 
 b41208be682eeb9e5fde768d818713afcc25657f 1609 gnome-mplayer_0.9.3-1.dsc
 98ec1e3434d9adc7a60c946b028504a74cd0b44b 509492 gnome-mplayer_0.9.3.orig.tar.gz
 4fabc8a47da63049e164a05da7bde847b27aea1f 6797 gnome-mplayer_0.9.3-1.diff.gz
 bab7817b1f0f2ee90931d60a77bf36655ac1d956 277260 gnome-mplayer_0.9.3-1_i386.deb
 cd2fc2650fb61945cf103239f74224e40646798f 182588 
gnome-mplayer-dbg_0.9.3-1_i386.deb
Checksums-Sha256: 
 caa24599534db3a216f8c269d2f9aa60ff1b9d3d783045bdab5fc3dc735f8e1f 1609 
gnome-mplayer_0.9.3-1.dsc
 2d2c21af0f3d5f25e84ddbe810493a832e735cdb4bb8296c1b0b5c8c808dca03 509492 
gnome-mplayer_0.9.3.orig.tar.gz
 4985a359e6d5cb8dca5a3081ae05d85837087caf195f48e25b6a0d0e2bf5c451 6797 
gnome-mplayer_0.9.3-1.diff.gz
 28f722c855880926d8bdd772718841da9fba896d26a51e76d9a30091ac5646bb 277260 
gnome-mplayer_0.9.3-1_i386.deb
 177efeeb8020bc89798bb28868ddaecf69794869cd2835d544acd38bdd87694e 182588 
gnome-mplayer-dbg_0.9.3-1_i386.deb
Files: 
 eda165308b4142974f906892ef6004a4 1609 graphics optional 
gnome-mplayer_0.9.3-1.dsc
 8024081bcf2e510080f2da48ec5ba68f 509492 graphics optional 
gnome-mplayer_0.9.3.orig.tar.gz
 cd52abbd0210f47c35ee9cac08e34833 6797 graphics optional 
gnome-mplayer_0.9.3-1.diff.gz
 83b28dfe96927bd52ec1b6a6033b9a60 277260 graphics optional 
gnome-mplayer_0.9.3-1_i386.deb
 99522dd7c9649b94ce4a4eb9ee524b83 182588 graphics extra 
gnome-mplayer-dbg_0.9.3-1_i386.deb

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

iJwEAQECAAYFAklgktQACgkQ78RAoABp8o/x6gP/TIVl1JLOLgFGRkkB6A15myUX
OAZzSC4wbLZC4iGFacl/TsX7W7qfq+NsTJweGdvNP/G5EMYEuABFkkQW90OnssR3
r9ZOXOB8/LMFx6i8iL2kNZbhD0841lit1HAYCMnjoBpJkyBk8w04pxbXUX2aD4lT
86+b7f2H1CtNq4q6Njw=
=THna
-END PGP SIGNATURE-


Accepted:
gnome-mplayer-dbg_0.9.3-1_i386.deb
  to pool/main/g/gnome-mplayer/gnome-mplayer-dbg_0.9.3-1_i386.deb
gnome-mplayer_0.9.3-1.diff.gz
  to pool/main/g/gnome-mplayer/gnome-mplayer_0.9.3-1.diff.gz
gnome-mplayer_0.9.3-1.dsc
  to pool/main/g/gnome-mplayer/gnome-mplayer_0.9.3-1.dsc
gnome-mplayer_0.9.3-1_i386.deb
  to pool/main/g/gnome-mplayer/gnome-mplayer_0.9.3-1_i386.deb
gnome-mplayer_0.9.3.orig.tar.gz
  to pool/main/g/gnome-mplayer/gnome-mplayer_0.9.3.orig.tar.gz


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



Accepted wine 1.1.9-1 (source i386)

2009-01-04 Thread Ove Kaaven
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 09:35:46 +0100
Source: wine
Binary: wine wine-bin libwine-dbg libwine-dev libwine libwine-alsa libwine-capi 
libwine-cms libwine-esd libwine-gl libwine-gphoto2 libwine-jack libwine-ldap 
libwine-nas libwine-oss libwine-print libwine-sane libwine-twain wine-utils
Architecture: source i386
Version: 1.1.9-1
Distribution: experimental
Urgency: low
Maintainer: Debian Wine Party pkg-wine-pa...@lists.alioth.debian.org
Changed-By: Ove Kaaven o...@arcticnet.no
Description: 
 libwine- Windows API implementation - library
 libwine-alsa - Windows API implementation - ALSA sound module
 libwine-capi - Windows API implementation - ISDN module
 libwine-cms - Windows API implementation - color management module
 libwine-dbg - Windows API implementation - debugging symbols
 libwine-dev - Windows API implementation - development files
 libwine-esd - Windows API implementation - EsounD sound module
 libwine-gl - Windows API implementation - OpenGL module
 libwine-gphoto2 - Windows API implementation - camera module
 libwine-jack - Windows API implementation - JACK sound module
 libwine-ldap - Windows API implementation - LDAP module
 libwine-nas - Windows API implementation - NAS sound module
 libwine-oss - Windows API implementation - OSS sound module
 libwine-print - Windows API implementation - printing module
 libwine-sane - Windows API implementation - scanner module
 libwine-twain - Windows API implementation - empty transitional package
 wine   - Windows API implementation - standard suite
 wine-bin   - Windows API implementation - binary loader
 wine-utils - Windows API implementation - utilities
Closes: 83259 480069
Changes: 
 wine (1.1.9-1) experimental; urgency=low
 .
   * New upstream release 1.1.9, released Nov 21, 2008.
 - A large number of regression test fixes.
 - Performance improvements in memory management.
 - Improved POP3 support in inetcomm.
 - Initial implementation of the XInput DLL.
 - Various bug fixes.
   * Made the debian/maint/import script run date in the C locale.
   * Upstream added a --disable-tests configure option. Since the Debian
 packaging currently makes no use of the tests (the buildds probably
 couldn't run them anyway since they probably need an X display),
 I'll use this option, to shorten the build time a little bit.
   * Support the parallel option of DEB_BUILD_OPTIONS.
 Upgraded Standards-Version to 3.8.0.
   * The wineshelllink script has been obsoleted. Thus, it's no longer
 packaged, and bugs about it no longer applies.
 (Closes: #480069, #83259)
Checksums-Sha1: 
 344b441d0f01984b2a10e02240c3cc2017855e9e 3255 wine_1.1.9-1.dsc
 b2e90be11c396d73392b609ae66672c22cbab56a 19028806 wine_1.1.9.orig.tar.gz
 8c55ddbdf1728494ecc6a6a2425f3bf4afabe279 125617 wine_1.1.9-1.diff.gz
 03558ce47e24dfd04e5af7c1531f7791898a2ead 44696 wine_1.1.9-1_i386.deb
 b4d15ee116028035385b6e458c878286ecaaa8d6 731860 wine-bin_1.1.9-1_i386.deb
 0f935014cd9a98ad402e4592e5c55931ac474ba5 27590836 libwine-dbg_1.1.9-1_i386.deb
 921001ff66e16f4d901815f302ab894067fec2b3 4193868 libwine-dev_1.1.9-1_i386.deb
 ee78fb7a165b59196d439dee5c7e10c305e0edf7 9364518 libwine_1.1.9-1_i386.deb
 e58bc4da604cf5bc0aaed887f6fe9b1cc496377a 102738 libwine-alsa_1.1.9-1_i386.deb
 0596ea38046cc92c311cca2c0297807ffad2a936 46736 libwine-capi_1.1.9-1_i386.deb
 12f8a07d5e03e52111b955cfd34595a3539cedcf 61298 libwine-cms_1.1.9-1_i386.deb
 6b1b9e59b7c0db7433ad53d5dc6c7b85808e1d9b 57076 libwine-esd_1.1.9-1_i386.deb
 883da941bb60761d45f5a89c9b6d7532a88199c9 434210 libwine-gl_1.1.9-1_i386.deb
 eaf9acd48d572c3c12c4439b50bdeee1c5c6db73 63116 libwine-gphoto2_1.1.9-1_i386.deb
 fd1b6b347c8e8be4e1a03cc619910f13bab2656e 58808 libwine-jack_1.1.9-1_i386.deb
 51dee11ce8de49eeb6cb5dffe35c957ed97715f5 110616 libwine-ldap_1.1.9-1_i386.deb
 f9198cb6eaaa2369399a4ce69637af94bef0a4fe 53116 libwine-nas_1.1.9-1_i386.deb
 f9aed8cfddeefccc4bb4213455f26be735020462 105792 libwine-oss_1.1.9-1_i386.deb
 30a499e2293945fb4a4f1ad0b47ee7be31af8db7 158862 libwine-print_1.1.9-1_i386.deb
 f84294db21cb79aa95ee5db63f4574da640bf1eb 60648 libwine-sane_1.1.9-1_i386.deb
 d40fc5c7c778d420aff69b114f00b5c90ca0fcfc 42054 libwine-twain_1.1.9-1_i386.deb
 855526bff09ca0377c9fa5a665b30a3777f8c2b6 594248 wine-utils_1.1.9-1_i386.deb
Checksums-Sha256: 
 b58cf31780bb1ff78c7c065f8148d2c9e955aea3918b0c67252f5a1f04dc74e3 3255 
wine_1.1.9-1.dsc
 4150779d2db7971c016499274450546408896663f980e69f0102a3a05bc282d6 19028806 
wine_1.1.9.orig.tar.gz
 576accee47f9ee5d804cc50a9aee4aefec7ec736174e68d0c7dcffd8fae99f9d 125617 
wine_1.1.9-1.diff.gz
 d39c77fb9c9fa1dbb42142118033d8893241de29d7835ed8ea3cceb21b0d01b8 44696 
wine_1.1.9-1_i386.deb
 92903840ebe1d9e85c0e808c03d5951049e10234c7da41b973b2121e270f8680 731860 
wine-bin_1.1.9-1_i386.deb
 62a6cf2c05779286bea851939eb30e0b261224c27b6b3cc96e2713cfaedf884c 27590836 
libwine-dbg_1.1.9-1_i386.deb
 

Accepted nlkt 0.3.2.1-1 (source amd64)

2009-01-04 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Dec 2008 22:27:36 +0200
Source: nlkt
Binary: nlkt
Architecture: source amd64
Version: 0.3.2.1-1
Distribution: experimental
Urgency: low
Maintainer: Eugene V. Lyubimkin jackyf.de...@gmail.com
Changed-By: Eugene V. Lyubimkin jackyf.de...@gmail.com
Description: 
 nlkt   - non-linear keyboard trainer
Closes: 505337 509624
Changes: 
 nlkt (0.3.2.1-1) experimental; urgency=low
 .
   * New upstream version.
 - Fixed a segfault when user profile is not yet created and user exits the
   profile dialog. (Closes: #509624)
 - Added needed #include to build with g++ 4.4. (Closes: #505337)
   * debian/rules:
 - Various cleanups and improvements (patch by Sune Vuorela).
 - Converted to debhelper v7.
   * debian/control:
 - Build-depend on debhelper (= 7).
 - Depend on '${misc:Depends}', fixes lintian warning.
 - Set DM-Upload-Allowed flag.
   * debian/compat:
 - Set to 7.
   * debian/post{inst,rm}:
 - Added 'set -e' to not ignore errors, fixes lintian warnings.
Checksums-Sha1: 
 7c04946b47304de14d70b0a9d0a20b82ecb1352d 1052 nlkt_0.3.2.1-1.dsc
 68fb3bcbf56f43f91b7c5d8fca32ea4d9f542457 34867 nlkt_0.3.2.1.orig.tar.gz
 f2e3afbaa9ee0bac7f7dede793205a252a094d20 4041 nlkt_0.3.2.1-1.diff.gz
 bf4fec53ef3b87edab6fb1a9d4e2bbaaf3146669 106000 nlkt_0.3.2.1-1_amd64.deb
Checksums-Sha256: 
 6ed0d9564ffed67daf00c7f2ac8d6e500c90a7c051c8bb792e593921bd8ed53a 1052 
nlkt_0.3.2.1-1.dsc
 ebb50a09f59cf4ee209543c1b681a9eec901d64340265bacbf484a41fb0839bb 34867 
nlkt_0.3.2.1.orig.tar.gz
 8f246837fa6d5af91639ef2067770fbfbc7c48d9fedc500c152d0b433fc04aeb 4041 
nlkt_0.3.2.1-1.diff.gz
 abd51c616da81d277bd1097e97bc42b8859b6a1d30d0557cce9c126d00b7bbd4 106000 
nlkt_0.3.2.1-1_amd64.deb
Files: 
 d416fdc73879bb17e57f98895a91 1052 x11 extra nlkt_0.3.2.1-1.dsc
 ab96f28da4355d3dbdaddd91ee85 34867 x11 extra nlkt_0.3.2.1.orig.tar.gz
 55de75494d78da319872bf344ebf36a1 4041 x11 extra nlkt_0.3.2.1-1.diff.gz
 e47ab151f1805876fffbc9c758f871ef 106000 x11 extra nlkt_0.3.2.1-1_amd64.deb

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

iEYEARECAAYFAklgsTYACgkQKFvXofIqeU6qCgCgtnKJWh1RB9iA2FxmVrjbL2Td
R3EAoJrIccSh0dRAFBJEci4yabu4wCZn
=YBUj
-END PGP SIGNATURE-


Accepted:
nlkt_0.3.2.1-1.diff.gz
  to pool/main/n/nlkt/nlkt_0.3.2.1-1.diff.gz
nlkt_0.3.2.1-1.dsc
  to pool/main/n/nlkt/nlkt_0.3.2.1-1.dsc
nlkt_0.3.2.1-1_amd64.deb
  to pool/main/n/nlkt/nlkt_0.3.2.1-1_amd64.deb
nlkt_0.3.2.1.orig.tar.gz
  to pool/main/n/nlkt/nlkt_0.3.2.1.orig.tar.gz


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



Accepted gnat-4.3 4.3.2-1.1 (source amd64)

2009-01-04 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun,  4 Jan 2009 12:01:39 +0100
Source: gnat-4.3
Binary: gnat-4.3-base gnat-4.3 libgnat-4.3 libgnat-4.3-dbg libgnatvsn4.3-dev 
libgnatvsn4.3 libgnatvsn4.3-dbg libgnatprj4.3-dev libgnatprj4.3 
libgnatprj4.3-dbg
Architecture: source amd64
Version: 4.3.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Ludovic Brenta lbre...@debian.org
Description: 
 gnat-4.3   - The GNU Ada compiler
 gnat-4.3-base - The GNU Compiler Collection (gnat base package)
 libgnat-4.3 - Runtime library for GNU Ada applications
 libgnat-4.3-dbg - Runtime library for GNU Ada applications
 libgnatprj4.3 - GNU Ada Project Manager
 libgnatprj4.3-dbg - GNU Ada Project Manager
 libgnatprj4.3-dev - GNU Ada Project Manager development files
 libgnatvsn4.3 - GNU Ada compiler version library
 libgnatvsn4.3-dbg - GNU Ada compiler version library
 libgnatvsn4.3-dev - GNU Ada compiler version library - development files
Changes: 
 gnat-4.3 (4.3.2-1.1) unstable; urgency=low
 .
   Merge from gcc-4.3 (4.3.2-1.1):
 .
   [Matthias Klose]
   * debian/patches/libobjc-armel.dpatch: Don't define EH_USES, apply
 r142204 for armel, taken from the gcc-4_3-branch.
   * Fix PR target/38287 (sparc, wrong code). Fixes: #506713.
Checksums-Sha1: 
 b986e31259c300023c5b8a8688ad5fd4fe815b21 2417 gnat-4.3_4.3.2-1.1.dsc
 880c8a6d6651cfc4713429e553bd317dd690ece1 679688 gnat-4.3_4.3.2-1.1.diff.gz
 090fb511c50ad7d3a0b3d5cc6bd941d66d162661 555900 
gnat-4.3-base_4.3.2-1.1_amd64.deb
 605ac0f5481e85b4d6dbb86bc67020b1b3c79f77 926 
libgnat-4.3_4.3.2-1.1_amd64.deb
 a2070143367c26a19002373bd227331172e9fec2 1715784 
libgnatvsn4.3-dev_4.3.2-1.1_amd64.deb
 782a224036b0f684fa6d4ff858008f886697ca88 330416 
libgnatvsn4.3_4.3.2-1.1_amd64.deb
 46f90dd53261598176b0a40f8b00641c4eca9ff8 2655584 
libgnatprj4.3-dev_4.3.2-1.1_amd64.deb
 981ca1b86df05aab4cf88f67e0f2a139b2ab3d1c 564350 
libgnatprj4.3_4.3.2-1.1_amd64.deb
 a226e1f9ce999176463b3234874bfc3ab22846a2 899120 
libgnatprj4.3-dbg_4.3.2-1.1_amd64.deb
 1d4747a32021bd098af369dc43cc5266da8d9670 1928304 
libgnat-4.3-dbg_4.3.2-1.1_amd64.deb
 a6087d25c1ba995587161dad392d0194bd50d7f5 460232 
libgnatvsn4.3-dbg_4.3.2-1.1_amd64.deb
 b9fa1ea32b4f4e69fc0db0147b6d53fb912df113 13660584 gnat-4.3_4.3.2-1.1_amd64.deb
Checksums-Sha256: 
 71c119fab98e731aaa85c6fbe8dedb6f194d266cf5a8d04eaa9db9301fd1fd6b 2417 
gnat-4.3_4.3.2-1.1.dsc
 e299e880fded9b8f7ccb66291c2e910611dc3ef408157f235691d68113b9fdf7 679688 
gnat-4.3_4.3.2-1.1.diff.gz
 b488f85ba3ae1f641962d1cfb06bc3d80ea10f711b2f4003f68ae80fdc2a3d0a 555900 
gnat-4.3-base_4.3.2-1.1_amd64.deb
 cf99d7ac288c456cd12e2efcc22ffb0ea94d1519e54a2050d53b04a3126fdec1 926 
libgnat-4.3_4.3.2-1.1_amd64.deb
 75138cc7adf9653b0b7cfa61ad29fd838befc383d7177038bb4ead80c4d11c72 1715784 
libgnatvsn4.3-dev_4.3.2-1.1_amd64.deb
 018cb7a9d1fbc27361542db83fabf517d5f67af2b4ae382a7d190cd37a10777b 330416 
libgnatvsn4.3_4.3.2-1.1_amd64.deb
 cbc4cb4e44ef110f13f5700e9143d2fec2ad3b55149e509f20deb95d10a9af6a 2655584 
libgnatprj4.3-dev_4.3.2-1.1_amd64.deb
 86292ee25788d66cda63caf8287ec275db6ec63f6dd26a23609b50e9f94b5cd8 564350 
libgnatprj4.3_4.3.2-1.1_amd64.deb
 10c481bb68051ac722824fb2d9dc69b499169c6d0cf0a42448b224de0f8206cf 899120 
libgnatprj4.3-dbg_4.3.2-1.1_amd64.deb
 d6cbff16503f2164a90a30ae993ee0256a929bf047889aff8db43a53f28ca5cd 1928304 
libgnat-4.3-dbg_4.3.2-1.1_amd64.deb
 68e24f797706bb1a813b9fad42f74e911c3ab6239297d0b9ff5fd7e79fe545ad 460232 
libgnatvsn4.3-dbg_4.3.2-1.1_amd64.deb
 7e9851430e95a659ebdf8a316980a3024a64d38e3df12aca5f197090bf9b15aa 13660584 
gnat-4.3_4.3.2-1.1_amd64.deb
Files: 
 530c0c33da9e05f13132d7a25a283a7f 2417 devel optional gnat-4.3_4.3.2-1.1.dsc
 a3753a58d26c6b3affb3ac39cee2cca1 679688 devel optional 
gnat-4.3_4.3.2-1.1.diff.gz
 67bc465fd2a947eb25e04f11063acc83 555900 libs optional 
gnat-4.3-base_4.3.2-1.1_amd64.deb
 7816115629af6636f5f51209b5488b32 926 libs optional 
libgnat-4.3_4.3.2-1.1_amd64.deb
 83a55c152962b8dfac03e647b2a8a8a9 1715784 libdevel optional 
libgnatvsn4.3-dev_4.3.2-1.1_amd64.deb
 8770dca122d3c59d505e4bfe120c22b4 330416 libs optional 
libgnatvsn4.3_4.3.2-1.1_amd64.deb
 0d7856e3f9fcf792de9dc77507b1f2c9 2655584 libdevel optional 
libgnatprj4.3-dev_4.3.2-1.1_amd64.deb
 b8e068427dcf8925d3357e6769921391 564350 libs optional 
libgnatprj4.3_4.3.2-1.1_amd64.deb
 c3fe755bdd7b66bf15be866441477b7d 899120 libdevel extra 
libgnatprj4.3-dbg_4.3.2-1.1_amd64.deb
 b611da29ed9ac01c339b378a6c34355b 1928304 libdevel extra 
libgnat-4.3-dbg_4.3.2-1.1_amd64.deb
 7dc8a12e68cc50e0ada0d3613d44b50e 460232 libdevel extra 
libgnatvsn4.3-dbg_4.3.2-1.1_amd64.deb
 f03047357de624e4275c16d57c6d9edd 13660584 devel optional 
gnat-4.3_4.3.2-1.1_amd64.deb

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

iD8DBQFJYLLFx9kwJZ3/qtQRAo1xAJ9+jiXujPUQZ7TxryCfxOFeZXQu5wCeKPMf
3y7KLi0HbMxDYWPTUwuga+M=
=hsA/
-END PGP SIGNATURE-


Accepted:
gnat-4.3-base_4.3.2-1.1_amd64.deb
  to 

Accepted pidgin-lastfm 0.4-1 (source all)

2009-01-04 Thread Jan Hauke Rahm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 16:21:38 +0100
Source: pidgin-lastfm
Binary: pidgin-lastfm
Architecture: source all
Version: 0.4-1
Distribution: experimental
Urgency: low
Maintainer: Jan Hauke Rahm i...@jhr-online.de
Changed-By: Jan Hauke Rahm i...@jhr-online.de
Description: 
 pidgin-lastfm - Last.fm plugin for Pidgin
Changes: 
 pidgin-lastfm (0.4-1) experimental; urgency=low
 .
   * New upstream release
 + Using Last.fm webservices 2.0
 + Minor fixes
 + Severeal new datasets available
   * Standards-Version: 3.8.0
   * debian/rules cleanup
Checksums-Sha1: 
 631a6dbfc96437cae13209d8267924a653dec926 1456 pidgin-lastfm_0.4-1.dsc
 85c567fad38684c8260b99598dbddba3d6c58d26 50674 pidgin-lastfm_0.4.orig.tar.gz
 094140da68c2cda676dce75e9394461256fef0a3 1470 pidgin-lastfm_0.4-1.diff.gz
 26cee4baf9ff199fb7e1c5e12249f56a3fb23449 7702 pidgin-lastfm_0.4-1_all.deb
Checksums-Sha256: 
 c060cb72902b34e57b9ea58bbd4f64287dc9cf8d1a1072152f074d6068b4f55b 1456 
pidgin-lastfm_0.4-1.dsc
 61f88a3cd9433e255aa37d11db42938ea86cceac748066a267bbce4df2de0fd7 50674 
pidgin-lastfm_0.4.orig.tar.gz
 916d2c034153213fd8746a2cb7a61c20d29dd22e18b3ac7c35a24ff441464adb 1470 
pidgin-lastfm_0.4-1.diff.gz
 0ecba5d165bdd040c59d51d281723a67b366afd9b5fc126d88142f77f59e06bf 7702 
pidgin-lastfm_0.4-1_all.deb
Files: 
 14800526eb71bd5aa758b24a4502824f 1456 net optional pidgin-lastfm_0.4-1.dsc
 d69aaf8d5a536ff51ac9cfb611569b46 50674 net optional 
pidgin-lastfm_0.4.orig.tar.gz
 a150e770acfade242acd4f6e9585314b 1470 net optional pidgin-lastfm_0.4-1.diff.gz
 4036ca11d3cb802a114215af1c617314 7702 net optional pidgin-lastfm_0.4-1_all.deb

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

iQEcBAEBAgAGBQJJYOp/AAoJEGz0hbPcukPfCxkIALuCSlkZoI6c2Hy4hZqQyECr
mlc9m44A+BORal7uqXGzy4CLzDHas9+KAU5i+KW02//sjvhxsBPDesHxPhqUuBW4
A/Yc1swH7kDYAScY4wl5AKKHe58Lv9ohfe/X5vMEAtlAezz06wTs+2iKxM5w5/uF
3O8npBYzqQodKtFxYS52XR+iXjqQ+/7t9zQsGp7ZYxWcTdhgjLJupe4pq1rXDhX4
r8udY4Eu7JnJpA0ayhabgI0FwA7GrixVpC3f/oe+Zjnq7Ae7jo2HLFns+skbdFWA
zA1V4DnHXoU9VklcwMZmxgGH8fY5FJmn3FHOtoWpPUq9uneHzb7twgtTafEQKJo=
=68vM
-END PGP SIGNATURE-


Accepted:
pidgin-lastfm_0.4-1.diff.gz
  to pool/main/p/pidgin-lastfm/pidgin-lastfm_0.4-1.diff.gz
pidgin-lastfm_0.4-1.dsc
  to pool/main/p/pidgin-lastfm/pidgin-lastfm_0.4-1.dsc
pidgin-lastfm_0.4-1_all.deb
  to pool/main/p/pidgin-lastfm/pidgin-lastfm_0.4-1_all.deb
pidgin-lastfm_0.4.orig.tar.gz
  to pool/main/p/pidgin-lastfm/pidgin-lastfm_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



Accepted gmpc 0.17.0-2 (source amd64)

2009-01-04 Thread Decklin Foster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 11:31:35 -0500
Source: gmpc
Binary: gmpc gmpc-dev
Architecture: source amd64
Version: 0.17.0-2
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster deck...@red-bean.com
Changed-By: Decklin Foster deck...@red-bean.com
Description: 
 gmpc   - Gnome Music Player Client (graphical interface to MPD)
 gmpc-dev   - Gnome Music Player Client (plugin development files)
Closes: 510686
Changes: 
 gmpc (0.17.0-2) unstable; urgency=low
 .
   * Update build-deps (Closes: #510686)
Checksums-Sha1: 
 916caf724819b285714c8b6f1d61968fb47e1643 1070 gmpc_0.17.0-2.dsc
 375b4835216d2c1dee31069206009f3ce30667f3 5310 gmpc_0.17.0-2.diff.gz
 56a096730f02c91a11bc55a441a094462a6e56d4 626186 gmpc_0.17.0-2_amd64.deb
 d2a77fb001325a7e627a651065357c332eaa5681 11996 gmpc-dev_0.17.0-2_amd64.deb
Checksums-Sha256: 
 a8c17ea4b68e7f1b7acede1de1f9ac81af37090e99e4a5816627e6b1380afff4 1070 
gmpc_0.17.0-2.dsc
 a0ca8e4871a78783b45792f02e66f29f059ee8026458545021e0aaaeca3fc38b 5310 
gmpc_0.17.0-2.diff.gz
 8d504972ebbf239e5b00ed21ce502c7bfeba1dc7725db4138ef354186627f4ff 626186 
gmpc_0.17.0-2_amd64.deb
 8a9194afade7639f9fce40fd4b6b958c873dff062e63aae79747134c0d6cf156 11996 
gmpc-dev_0.17.0-2_amd64.deb
Files: 
 88267d6239ad8dba836a89c625691b27 1070 sound optional gmpc_0.17.0-2.dsc
 f1e3d081b66ab5a24f631944375e842d 5310 sound optional gmpc_0.17.0-2.diff.gz
 e6c9fa050e1f977602b85c34ce3f61a2 626186 sound optional gmpc_0.17.0-2_amd64.deb
 28d1c4cf347c51bd98c38c88781c19d5 11996 sound optional 
gmpc-dev_0.17.0-2_amd64.deb

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

iEYEARECAAYFAklg5TUACgkQDwp/AdfC2mOdlACgnK3eUGIB2Tq3+jju1ejuhrWZ
y48AoK4kdAAgvcmJn/JDbbDqnWilMaIJ
=Eppa
-END PGP SIGNATURE-


Accepted:
gmpc-dev_0.17.0-2_amd64.deb
  to pool/main/g/gmpc/gmpc-dev_0.17.0-2_amd64.deb
gmpc_0.17.0-2.diff.gz
  to pool/main/g/gmpc/gmpc_0.17.0-2.diff.gz
gmpc_0.17.0-2.dsc
  to pool/main/g/gmpc/gmpc_0.17.0-2.dsc
gmpc_0.17.0-2_amd64.deb
  to pool/main/g/gmpc/gmpc_0.17.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



Accepted cbios 0.23-1 (source all)

2009-01-04 Thread Joost Yervante Damad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 18:11:21 +0100
Source: cbios
Binary: cbios
Architecture: source all
Version: 0.23-1
Distribution: unstable
Urgency: low
Maintainer: Joost Yervante Damad and...@debian.org
Changed-By: Joost Yervante Damad and...@debian.org
Description: 
 cbios  - open source MSX BIOS roms
Changes: 
 cbios (0.23-1) unstable; urgency=low
 .
   * New upstream release
 - Added support for carriage return ($0D) in GRPPRT in SCREEN2
   - Fixes title screen of Bokosuka Wars
Checksums-Sha1: 
 90787935596fb06b7d1649d86e049be3ee9e0627 961 cbios_0.23-1.dsc
 012881475f29667f25736e73517159b199058193 121625 cbios_0.23.orig.tar.gz
 9fa90b935cc5fac037ded7f9bdd0090b4889fe5d 5478 cbios_0.23-1.diff.gz
 c6f9a18764821deac9c2c94f669279611c17acdc 52642 cbios_0.23-1_all.deb
Checksums-Sha256: 
 960df4dd3ffbb4d35af409567884e8dedb20fd20c24c19321a91abcb423bbe5e 961 
cbios_0.23-1.dsc
 8ba7e4c343710a751ec14200a8d424b93e0c590cb458d66b7d656bc6466d9ce8 121625 
cbios_0.23.orig.tar.gz
 29812615bda5a75347917f3d998b1effc1ceb2a8fd9086742a5c3c32125fd477 5478 
cbios_0.23-1.diff.gz
 d5411eb1c696fbc498a6ac726dff33a97564d2ba0c08675f0628eada75898ebd 52642 
cbios_0.23-1_all.deb
Files: 
 240a96335c5d4a67d5877ea94c338f0b 961 misc extra cbios_0.23-1.dsc
 00857ba30ea609b1d0ee7781621e2b0d 121625 misc extra cbios_0.23.orig.tar.gz
 fc1e297bf5f18f40214f28ec6dc787ca 5478 misc extra cbios_0.23-1.diff.gz
 d4a4fe85c58c75fdd09d37569f1a2233 52642 misc extra cbios_0.23-1_all.deb

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

iEYEARECAAYFAklg7gcACgkQ0/r2+3z8lN2sugCfZJe1bCvW1H32o7jPAQAEpkHu
37wAnA+BXWnznDK5jBHaZpYYs6QOemSv
=QIkC
-END PGP SIGNATURE-


Accepted:
cbios_0.23-1.diff.gz
  to pool/main/c/cbios/cbios_0.23-1.diff.gz
cbios_0.23-1.dsc
  to pool/main/c/cbios/cbios_0.23-1.dsc
cbios_0.23-1_all.deb
  to pool/main/c/cbios/cbios_0.23-1_all.deb
cbios_0.23.orig.tar.gz
  to pool/main/c/cbios/cbios_0.23.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



Accepted webpy 0.310-1 (source all)

2009-01-04 Thread Kai Hendry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 26 Dec 2008 11:53:39 +
Source: webpy
Binary: python-webpy
Architecture: source all
Version: 0.310-1
Distribution: unstable
Urgency: low
Maintainer: Kai Hendry hen...@iki.fi
Changed-By: Kai Hendry hen...@iki.fi
Description: 
 python-webpy - Web framework for Python applications
Closes: 509725
Changes: 
 webpy (0.310-1) unstable; urgency=low
 .
   * New upstream release
   * Closes: #509725: Update to fixes a bug with wsgi and SSL
   * https://bugs.edge.launchpad.net/ubuntu/+source/webpy/+bug/311225
Checksums-Sha1: 
 6a615c402af36edffb79f07a1ceeef343d3d35fd 1133 webpy_0.310-1.dsc
 d9efa16a0e8c24abe5f5d9b3c7b51b41bf31ea67 90118 webpy_0.310.orig.tar.gz
 9271b9a4ad3e32bee8f4b35a28fe8a13a74b5162 3039 webpy_0.310-1.diff.gz
 bc6bf96ddbe6949efda3d00ee6fb38eece57fa40 78058 python-webpy_0.310-1_all.deb
Checksums-Sha256: 
 c0433e0164cd779eaa028682c91153a37013f43633a813dfee6fd7cc8843a3f1 1133 
webpy_0.310-1.dsc
 01f30f86c9ea41e7fcc9bc4cabb17283de7dbf19c301254161a89dd0a73cb9f3 90118 
webpy_0.310.orig.tar.gz
 0ff7ccb4cffcc6a3486c03cd65515465acc7f28049684256fbd0840601a364b3 3039 
webpy_0.310-1.diff.gz
 dba00717546fc93ddeefd7ca624f2a2db59dc528b139b6911a1ade5cb2997e40 78058 
python-webpy_0.310-1_all.deb
Files: 
 3f33963345bb8e896a88a553bd5e62a7 1133 python optional webpy_0.310-1.dsc
 439b0700f9f5d422e5db6f28c0f86b11 90118 python optional webpy_0.310.orig.tar.gz
 0946d48e245cf3f7cc4221e8ddb77f2d 3039 python optional webpy_0.310-1.diff.gz
 818b451bd9883985254e203e7e1798c7 78058 python optional 
python-webpy_0.310-1_all.deb

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

iEYEARECAAYFAklg7EMACgkQK/juK3+WFWTzCACePwsbeltB8aWAYfik4ZCpeIZ2
GUAAn2qDssFirYMh7/PHjeg+58V7WdQZ
=L9lv
-END PGP SIGNATURE-


Accepted:
python-webpy_0.310-1_all.deb
  to pool/main/w/webpy/python-webpy_0.310-1_all.deb
webpy_0.310-1.diff.gz
  to pool/main/w/webpy/webpy_0.310-1.diff.gz
webpy_0.310-1.dsc
  to pool/main/w/webpy/webpy_0.310-1.dsc
webpy_0.310.orig.tar.gz
  to pool/main/w/webpy/webpy_0.310.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



Accepted php-openid 2.1.2-1 (source all)

2009-01-04 Thread Jan Hauke Rahm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 15:13:31 +0100
Source: php-openid
Binary: php-openid
Architecture: source all
Version: 2.1.2-1
Distribution: experimental
Urgency: low
Maintainer: Jan Hauke Rahm i...@jhr-online.de
Changed-By: Jan Hauke Rahm i...@jhr-online.de
Description: 
 php-openid - php openid library
Changes: 
 php-openid (2.1.2-1) experimental; urgency=low
 .
   * New upstream release
   * Updated debian/copyright
   * Changing to debhelper =7; debian/rules cleanup
Checksums-Sha1: 
 700efdaaf49b4c5207dc4b63d08aa0772cf8a7a6 1436 php-openid_2.1.2-1.dsc
 2383835da153b75f6d37f4bba4e2b2a7611aa385 422172 php-openid_2.1.2.orig.tar.gz
 a16029be328992f99b26f0c3154960708b06e06d 1466 php-openid_2.1.2-1.diff.gz
 18c392b0c1eae9d4cdc72352ec4ff8a692fe3aa5 276738 php-openid_2.1.2-1_all.deb
Checksums-Sha256: 
 3237b2baf3ccde1340e6260febe41ed08cbfa28b3ee6f77000727ea0fd761bce 1436 
php-openid_2.1.2-1.dsc
 9c53f079b9e768863d24bc463bd8091b470a9c4c0e765d1ef530f5dc9c4c86dd 422172 
php-openid_2.1.2.orig.tar.gz
 99e575f6ced05b40185791bf99761a5be391ab5ff886709ff39bb8e540a32682 1466 
php-openid_2.1.2-1.diff.gz
 a04e1b64a6a01bc713fd6fb08b7ae3b5bf9c50580162c2adf954a615c7ff2a84 276738 
php-openid_2.1.2-1_all.deb
Files: 
 ea3dbaf3e5d87773dd49486725ef52ca 1436 web optional php-openid_2.1.2-1.dsc
 a0ecf786e43af12e94d94e8a48cbba6e 422172 web optional 
php-openid_2.1.2.orig.tar.gz
 4e069bf18a8b82a1e8644e3d49037224 1466 web optional php-openid_2.1.2-1.diff.gz
 1aebfb37a22c791e3add41cb0c93f0df 276738 web optional php-openid_2.1.2-1_all.deb

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

iQEcBAEBAgAGBQJJYOp8AAoJEGz0hbPcukPfgbwIALn57EMDv8wrIFied6W5hpVx
WQMAnrvygIUN2FgmwmNhBw/ZI79D/ZyBrux0UyzR3WKgEJbDsPPB7wVE18NCdsid
2BUQh3kKFCmqB8qWDfsSMH9IL2W1NovGVYfZyLUMbihVWppugJvlrgWkh2lDkwTB
IlPO2xXJ67nMAuPvPMzugH81kyqy4CdB7RqwoxIje4sPoVZiFXaEjBm/R+rItq5G
7udvoD3ijPRoymRDVr4rnUlorHPVS45w8OXMpAH3P5Sv2/3+EaL5HpT6Bth1gxCg
VOrtWK/YHkU/BfnK/OkF7Gh3A9GF6uK7De7E3spQLF/v9qOY+oyjzHjAqu1zw/8=
=gokQ
-END PGP SIGNATURE-


Accepted:
php-openid_2.1.2-1.diff.gz
  to pool/main/p/php-openid/php-openid_2.1.2-1.diff.gz
php-openid_2.1.2-1.dsc
  to pool/main/p/php-openid/php-openid_2.1.2-1.dsc
php-openid_2.1.2-1_all.deb
  to pool/main/p/php-openid/php-openid_2.1.2-1_all.deb
php-openid_2.1.2.orig.tar.gz
  to pool/main/p/php-openid/php-openid_2.1.2.orig.tar.gz


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



Accepted avelsieve 1.9.7-7 (source all)

2009-01-04 Thread Jan Hauke Rahm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 17:16:53 +0100
Source: avelsieve
Binary: avelsieve
Architecture: source all
Version: 1.9.7-7
Distribution: experimental
Urgency: low
Maintainer: Jan Hauke Rahm i...@jhr-online.de
Changed-By: Jan Hauke Rahm i...@jhr-online.de
Description: 
 avelsieve  - Sieve mail filters plugin for SquirrelMail
Changes: 
 avelsieve (1.9.7-7) experimental; urgency=low
 .
   * debian/rules: cleanup
   * debian/control: added ${misc:Depends}
   * New patch: Make it possible to delete last rule
   * New patch: Make avelsieve work properly with dovecot
Checksums-Sha1: 
 5009c7f90ad3350a151b65db3f568b1f75f950af 1488 avelsieve_1.9.7-7.dsc
 eb7ec3fe5df84e86a39e0af78f464dc430db3eb7 12427 avelsieve_1.9.7-7.diff.gz
 7ab1c0794c051b4b5318e794fcc312627fe791cb 226388 avelsieve_1.9.7-7_all.deb
Checksums-Sha256: 
 de550c8aabe924af3962d5397faf9fec2b2de5c5c540253910c46111c048a428 1488 
avelsieve_1.9.7-7.dsc
 92197b361886ffe8684679a7e4f438bef9b2b14d452dc4c7472d083300e9f179 12427 
avelsieve_1.9.7-7.diff.gz
 2dce08e7c9b20320ff438c1e1ee14a6b58f7f681f50c69660a4fd5dc7223951d 226388 
avelsieve_1.9.7-7_all.deb
Files: 
 0b8ddbfaec92436f226795a0f2535cbb 1488 web optional avelsieve_1.9.7-7.dsc
 82006be26f617e803ff5fcc50d756ed7 12427 web optional avelsieve_1.9.7-7.diff.gz
 aad178314654221080bf4766f9d8435f 226388 web optional avelsieve_1.9.7-7_all.deb

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

iQEcBAEBAgAGBQJJYOp5AAoJEGz0hbPcukPfkt4IAJIyVT/i4q33rzV/amj8pYWE
5S283tDeKvvfjTUTQrwZ11sLlHuXxy//LmNKsS99ha3QtGX5LC/ddjdOLamLm67W
EqpgGXC0tysq7giVofgJMkFFJ+K7qRPHTVnFRA9spAMHnuX+bLEoYCc+/Xy+HGkt
sHSEs+qobpXynW2MvE9EqE1oysvWMIPGtGoq24hi3aJSGB7JxogbvbOShuamLCGj
Isqtd2jMiZErwAfj11MZN5pb/bRADDqv2k8AOvkVsen8zbMs4pHougNTpHcMfzVm
wsRXImsZZ48GvxnbfFzdr56Af1v5O9QPgt/yXcF+VHz8vbKRVCZe5QvRcZhEeXI=
=ozDU
-END PGP SIGNATURE-


Accepted:
avelsieve_1.9.7-7.diff.gz
  to pool/main/a/avelsieve/avelsieve_1.9.7-7.diff.gz
avelsieve_1.9.7-7.dsc
  to pool/main/a/avelsieve/avelsieve_1.9.7-7.dsc
avelsieve_1.9.7-7_all.deb
  to pool/main/a/avelsieve/avelsieve_1.9.7-7_all.deb


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



Accepted squirrelmail-logger 2.3-1 (source all)

2009-01-04 Thread Jan Hauke Rahm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 16:51:45 +0100
Source: squirrelmail-logger
Binary: squirrelmail-logger
Architecture: source all
Version: 2.3-1
Distribution: experimental
Urgency: low
Maintainer: Jan Hauke Rahm i...@jhr-online.de
Changed-By: Jan Hauke Rahm i...@jhr-online.de
Description: 
 squirrelmail-logger - SquirrelMail plugin: Add logging functionality to your 
webmail in
Changes: 
 squirrelmail-logger (2.3-1) experimental; urgency=low
 .
   * New upstream release
 + Added ability to show message subject separately from message body when
   logging OUTGOING and MASS_MAILING events
 + Added ability to log From and Reply-To headers for the OUTGOING and
   MASS_MAILING events
 + Make the From address for administrative alert messages configurable
   * debian/control: Added VCS info
   * debian/control, debian/compat: changed to debhelper 7
 - debian/rules cleanup
   * Bumped to new policy 3.8.0: no changes
   * debian/post{inst,rm} cleanup (lintian warnings)
Checksums-Sha1: 
 a3cf9f769d79d8cdaa2740450dfa9fb454512a31 1520 squirrelmail-logger_2.3-1.dsc
 10110240b51766717d805fd808251e2503fe4eb9 28872 
squirrelmail-logger_2.3.orig.tar.gz
 e14938e7e8df67ecdf73f6de66d1e5dba8e8b1d6 2138 squirrelmail-logger_2.3-1.diff.gz
 06966de35c55832c132a246cd398bf777524d702 24774 
squirrelmail-logger_2.3-1_all.deb
Checksums-Sha256: 
 a2b7654765edbc1834153a5a4d037b6f3f010def872320e6afa5decb859284f0 1520 
squirrelmail-logger_2.3-1.dsc
 3ba2341f2cf028e01c7faa4545f2d0ead0adf4b25d1176eae0a3d8ce30547cfa 28872 
squirrelmail-logger_2.3.orig.tar.gz
 9e43a876264f2d0f837f65512a7dd3e67d0dc330af410cd34c7c07db931dd808 2138 
squirrelmail-logger_2.3-1.diff.gz
 f662729f1f1abc6a8ed1d24959ab54aca72a376be56f886fe41addf1318a3843 24774 
squirrelmail-logger_2.3-1_all.deb
Files: 
 9ed043737c17d0405563fb0fe32b4511 1520 web optional 
squirrelmail-logger_2.3-1.dsc
 d60ea7389ad948f4ecb82dc91894ba37 28872 web optional 
squirrelmail-logger_2.3.orig.tar.gz
 c91a841052d27fe2210a7028935307c8 2138 web optional 
squirrelmail-logger_2.3-1.diff.gz
 f3102f1104b717da0dbea86afa826bd5 24774 web optional 
squirrelmail-logger_2.3-1_all.deb

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

iQEcBAEBAgAGBQJJYOqCAAoJEGz0hbPcukPfrs8H/2A4qz5ONbwPRoLNq8MTICde
JO/so8upK7onZc85XUHdKycZq3aAbidQBUHqcl3G2frZU/lxPVa0Yxg9aCiByvOO
hSvvnHxIVcXRqFaBw6tHyPDYIdl2PzDDvKJGyY1S5kBORNQMwWkmSK+w0WfEU11B
+1TLU2p24uNGTBxk+/pb3OkyQAaJRGv0tSnOx0uIkF0Q5kaQ0Z8L/wGZx6Gc4b4N
zCCiQxzO0CmdqvT/0dkjcqljwZTW34GLq9hv+q94CneASeG5X6zk/CIVM0S8PoXH
kpqap8ZBuGYsFRMN9rkmc2xV383vx2bD6WjdsSBZh/+fTJZoAGFgmJ4tJtHgLt4=
=WWWY
-END PGP SIGNATURE-


Accepted:
squirrelmail-logger_2.3-1.diff.gz
  to pool/main/s/squirrelmail-logger/squirrelmail-logger_2.3-1.diff.gz
squirrelmail-logger_2.3-1.dsc
  to pool/main/s/squirrelmail-logger/squirrelmail-logger_2.3-1.dsc
squirrelmail-logger_2.3-1_all.deb
  to pool/main/s/squirrelmail-logger/squirrelmail-logger_2.3-1_all.deb
squirrelmail-logger_2.3.orig.tar.gz
  to pool/main/s/squirrelmail-logger/squirrelmail-logger_2.3.orig.tar.gz


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



Accepted libgweather 2.24.2-1 (source all amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 13:18:41 +0100
Source: libgweather
Binary: libgweather-dev libgweather1 libgweather-common
Architecture: source all amd64
Version: 2.24.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: 
 libgweather-common - GWeather common files
 libgweather-dev - GWeather development files
 libgweather1 - GWeather shared library
Changes: 
 libgweather (2.24.2-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 9183b6a5ccd7cf2aed4833f8ddcdafd2a1cef391 1353 libgweather_2.24.2-1.dsc
 522cae265b8ec043e6da4e050623627fd7916987 10683068 
libgweather_2.24.2.orig.tar.gz
 3223a6304daf17b549e87fdcc5f07639e6dffa4e 4090 libgweather_2.24.2-1.diff.gz
 64c25e966e94dbe05f6b980612575f33e89fb080 13931328 
libgweather-common_2.24.2-1_all.deb
 75844c04ba6422a2297f0379c9a9c587f207 64798 
libgweather-dev_2.24.2-1_amd64.deb
 3d44162ef6e5434dbdaae8883650b2519e1b3e84 55462 libgweather1_2.24.2-1_amd64.deb
Checksums-Sha256: 
 d9bd6f8ad619b1b88fd4bac3b8edfd3c136cb64bc4fb29c6ef0b6b1ea3c1505b 1353 
libgweather_2.24.2-1.dsc
 801a0aa8ba018068673d7925f33ebc8c11b7b57bc38caaa8de8e0c746f1f824a 10683068 
libgweather_2.24.2.orig.tar.gz
 6d2e123110834adfb34610cfe6810ce61908950c272f2c42e26fc18f366a04e5 4090 
libgweather_2.24.2-1.diff.gz
 8767c9ed8ab35ea428c3bdb371cacbf694ab49f793327fb0500b3f456ac8a2c7 13931328 
libgweather-common_2.24.2-1_all.deb
 d329aaad1ccad743b11b8bbc7e1ca78d4ce332f17936332f4f33158ffa27da98 64798 
libgweather-dev_2.24.2-1_amd64.deb
 d91beaf471f42e758ecaebb0996a6709ca398e5f870803905c67b82445be5dea 55462 
libgweather1_2.24.2-1_amd64.deb
Files: 
 3814907986d07365d8f6e30d3f17e9df 1353 libs optional libgweather_2.24.2-1.dsc
 3de2a4a008646fbd923b32413a8e8616 10683068 libs optional 
libgweather_2.24.2.orig.tar.gz
 bd81d37e6227e8af4ebe11e18a4af366 4090 libs optional 
libgweather_2.24.2-1.diff.gz
 c53df84195273bae958cb69842656e4c 13931328 libs optional 
libgweather-common_2.24.2-1_all.deb
 5822f98fe06fa533d847bca33541137c 64798 libdevel optional 
libgweather-dev_2.24.2-1_amd64.deb
 c0e149c533ea8b036fe19b82a14c6641 55462 libs optional 
libgweather1_2.24.2-1_amd64.deb

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

iD8DBQFJYK5RrSla4ddfhTMRAin0AJ4zrtXk1jlgLC18e6MoaCwrUh4oEQCdEJc0
4j8NIigs+sUkqyR33c8JoVg=
=yBmm
-END PGP SIGNATURE-


Accepted:
libgweather-common_2.24.2-1_all.deb
  to pool/main/libg/libgweather/libgweather-common_2.24.2-1_all.deb
libgweather-dev_2.24.2-1_amd64.deb
  to pool/main/libg/libgweather/libgweather-dev_2.24.2-1_amd64.deb
libgweather1_2.24.2-1_amd64.deb
  to pool/main/libg/libgweather/libgweather1_2.24.2-1_amd64.deb
libgweather_2.24.2-1.diff.gz
  to pool/main/libg/libgweather/libgweather_2.24.2-1.diff.gz
libgweather_2.24.2-1.dsc
  to pool/main/libg/libgweather/libgweather_2.24.2-1.dsc
libgweather_2.24.2.orig.tar.gz
  to pool/main/libg/libgweather/libgweather_2.24.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



Accepted meta-gnome2 1:2.24.2~1 (source all)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 13:50:43 +0100
Source: meta-gnome2
Binary: gnome gnome-core gnome-desktop-environment gnome-accessibility 
gnome-office gnome-core-devel gnome-devel gnome-dbg
Architecture: source all
Version: 1:2.24.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  - The GNOME Desktop Environment, with extra components
 gnome-accessibility - The GNOME desktop environment -- accessibility components
 gnome-core - The GNOME Desktop Environment -- essential components
 gnome-core-devel - The GNOME Desktop Environment -- development components
 gnome-dbg  - debugging symbols for the GNOME desktop environment
 gnome-desktop-environment - The GNOME Desktop Environment
 gnome-devel - The GNOME Desktop Environment -- development tools
 gnome-office - The GNOME Office suite
Changes: 
 meta-gnome2 (1:2.24.2~1) experimental; urgency=low
 .
   * Bump dependencies to GNOME 2.24.2 versions, for those that are
 already packaged.
   * Add some missing debugging packages.
   * Introduce empathy in gnome-desktop-environment.
   * Drop libgnomevfs2-bin, add gvfs-bin instead.
   * evolution stuff, deskbar, gdm gnome-session and swfdec stuff remain
 at version 2.22.
   * Demote gnome-devel dependency on gnome-core-devel to a recommends.
   * Remove the corresponding /usr/share/doc symlink.
   * gnome-devel.preinst: remove the symlink before the upgrade.
Checksums-Sha1: 
 6cf065e5f5882aebf355a68c8fdb3b57912d2c25 998 meta-gnome2_2.24.2~1.dsc
 ecadf65da6e5e6cea614b0e7315e3f00490c4e4b 19061 meta-gnome2_2.24.2~1.tar.gz
 5cc2b8656b7e52f093724c3d0d1ae9ace92f04fc 14826 gnome_2.24.2~1_all.deb
 40908b9d172ea433300da677b3a688291af333a1 14568 gnome-core_2.24.2~1_all.deb
 1932ecd0910485f33a0c35f33d2e0f7dfa81954a 15084 
gnome-desktop-environment_2.24.2~1_all.deb
 64b0035086f5b140a81708082163251c1de75ab7 14530 
gnome-accessibility_2.24.2~1_all.deb
 a883a04d57f8277c66dde9bfa456a3a8ed96966a 14614 gnome-office_2.24.2~1_all.deb
 c67e8776219ff5611bf5feb2d744b454e31d 14900 
gnome-core-devel_2.24.2~1_all.deb
 9fd7705b33cdabfba216a4ad9973e723b84a7583 14614 gnome-devel_2.24.2~1_all.deb
 85f41899a0dddb19c55f5a84a195f8987f84758e 14736 gnome-dbg_2.24.2~1_all.deb
Checksums-Sha256: 
 1bb9f538dbb444f8a21e4ecc5dbc6ac84e3057f9c92df26a92f1cbe17c0d2dff 998 
meta-gnome2_2.24.2~1.dsc
 62ef490886041b15316726fee236976b73abc5dd830bf4c2070f1e6b4b9d4eeb 19061 
meta-gnome2_2.24.2~1.tar.gz
 b63c1d92e3c5a02f41955d9ead5e46c42fe88f87b43587186f7c7405122c5eaf 14826 
gnome_2.24.2~1_all.deb
 030050ca637c6cf8068229374e17042a79309a0e69e46846ca596c4d957c5f4d 14568 
gnome-core_2.24.2~1_all.deb
 c66a5c3d524f4cab4bbd66b76f7c316d042a88ddbe716e7f8ddc39d0d7baf6dc 15084 
gnome-desktop-environment_2.24.2~1_all.deb
 003fa26bd874d3e286e3e5d43648ccb37f59c3e88f2e402918782478e9c183af 14530 
gnome-accessibility_2.24.2~1_all.deb
 5b399430c7b3ef0c4be4c219aa35cf629bbfff96e183c6b4b22706de5e48d105 14614 
gnome-office_2.24.2~1_all.deb
 ef9abafbfefcea05d75a7aa88ffbdc31cad40dfa6342d83db8f6e6450e7a4ada 14900 
gnome-core-devel_2.24.2~1_all.deb
 8bbe5d51b3a606b7a3e2285e72f456a5af189648046ac5171b4c92017cbc143c 14614 
gnome-devel_2.24.2~1_all.deb
 33c127c74d8b94816fa12ac911b697ccb9c716411916b0cd1a66e359d11be3e8 14736 
gnome-dbg_2.24.2~1_all.deb
Files: 
 5441a05da9ef202ac8fa2542c9801faf 998 gnome optional meta-gnome2_2.24.2~1.dsc
 b95866fb1b0b86acbca247ad6b08397e 19061 gnome optional 
meta-gnome2_2.24.2~1.tar.gz
 8a3c2b1975448421b34b9cd9c214e1f7 14826 gnome optional gnome_2.24.2~1_all.deb
 dc9e471046757cef46b50b5fd359c9e8 14568 gnome optional 
gnome-core_2.24.2~1_all.deb
 285998e739dd9497dd3960429a06d49a 15084 gnome optional 
gnome-desktop-environment_2.24.2~1_all.deb
 68c7ded76416e18b0b7add6cb5b718c7 14530 gnome optional 
gnome-accessibility_2.24.2~1_all.deb
 e586fa39794d6ba637864ecb04cfb977 14614 gnome optional 
gnome-office_2.24.2~1_all.deb
 04d1abe75eb21affb03b782ade42f245 14900 devel optional 
gnome-core-devel_2.24.2~1_all.deb
 a43cd56b0904e57b325253e017ee9ee4 14614 devel optional 
gnome-devel_2.24.2~1_all.deb
 637e9fe8d923cd6c406cd4bf643c2d2b 14736 gnome extra gnome-dbg_2.24.2~1_all.deb

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

iD8DBQFJYMI8rSla4ddfhTMRAt68AKCcF8bnj/qj4r3/YeB93scIWs5tKACbByc+
yDeDKSVakKGjX6wGkR02kg8=
=yd7e
-END PGP SIGNATURE-


Accepted:
gnome-accessibility_2.24.2~1_all.deb
  to pool/main/m/meta-gnome2/gnome-accessibility_2.24.2~1_all.deb
gnome-core-devel_2.24.2~1_all.deb
  to pool/main/m/meta-gnome2/gnome-core-devel_2.24.2~1_all.deb
gnome-core_2.24.2~1_all.deb
  to pool/main/m/meta-gnome2/gnome-core_2.24.2~1_all.deb
gnome-dbg_2.24.2~1_all.deb
  to pool/main/m/meta-gnome2/gnome-dbg_2.24.2~1_all.deb
gnome-desktop-environment_2.24.2~1_all.deb
  to pool/main/m/meta-gnome2/gnome-desktop-environment_2.24.2~1_all.deb

Accepted kfreebsd-7 7.1-1 (source all)

2009-01-04 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 13:41:57 +0100
Source: kfreebsd-7
Binary: kfreebsd-source-7.1 kfreebsd-headers-7.1-1 kfreebsd-image-7.1-1-amd64 
ndiswrapper-modules-7.1-1-amd64 kfreebsd-image-7-amd64 
kfreebsd-headers-7.1-1-amd64 kfreebsd-headers-7-amd64 kfreebsd-image-7.1-1-486 
ndiswrapper-modules-7.1-1-486 kfreebsd-image-7-486 kfreebsd-headers-7.1-1-486 
kfreebsd-headers-7-486 kfreebsd-image-7.1-1-686 ndiswrapper-modules-7.1-1-686 
kfreebsd-image-7-686 kfreebsd-headers-7.1-1-686 kfreebsd-headers-7-686 
kfreebsd-image-7.1-1-686-smp ndiswrapper-modules-7.1-1-686-smp 
kfreebsd-image-7-686-smp kfreebsd-headers-7.1-1-686-smp 
kfreebsd-headers-7-686-smp kfreebsd-image-7-586 kfreebsd-image-7-586-smp 
kfreebsd-image-7-amd64-generic kfreebsd-image-7-amd64-k8-smp 
kfreebsd-image-7-amd64-k8 kfreebsd-image-7-em64t-p4-smp 
kfreebsd-image-7-em64t-p4
Architecture: source all
Version: 7.1-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 kfreebsd-headers-7-486 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-686 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-686-smp - header files for kernel of FreeBSD 7
 kfreebsd-headers-7-amd64 - header files for kernel of FreeBSD 7
 kfreebsd-headers-7.1-1 - Common architecture-specific header files for kernel 
of FreeBSD 7
 kfreebsd-headers-7.1-1-486 - header files for kernel of FreeBSD 7.1
 kfreebsd-headers-7.1-1-686 - header files for kernel of FreeBSD 7.1
 kfreebsd-headers-7.1-1-686-smp - header files for kernel of FreeBSD 7.1
 kfreebsd-headers-7.1-1-amd64 - header files for kernel of FreeBSD 7.1
 kfreebsd-image-7-486 - kernel of FreeBSD 7 image
 kfreebsd-image-7-586 - kernel of FreeBSD 7 image (transitional package)
 kfreebsd-image-7-586-smp - kernel of FreeBSD 7 image (transitional package)
 kfreebsd-image-7-686 - kernel of FreeBSD 7 image
 kfreebsd-image-7-686-smp - kernel of FreeBSD 7 image
 kfreebsd-image-7-amd64 - kernel of FreeBSD 7 image
 kfreebsd-image-7-amd64-generic - kernel of FreeBSD 7 image (transitional 
package)
 kfreebsd-image-7-amd64-k8 - kernel of FreeBSD 7 image (transitional package)
 kfreebsd-image-7-amd64-k8-smp - kernel of FreeBSD 7 image (transitional 
package)
 kfreebsd-image-7-em64t-p4 - kernel of FreeBSD 7 image (transitional package)
 kfreebsd-image-7-em64t-p4-smp - kernel of FreeBSD 7 image (transitional 
package)
 kfreebsd-image-7.1-1-486 - kernel of FreeBSD 7.1 image
 kfreebsd-image-7.1-1-686 - kernel of FreeBSD 7.1 image
 kfreebsd-image-7.1-1-686-smp - kernel of FreeBSD 7.1 image
 kfreebsd-image-7.1-1-amd64 - kernel of FreeBSD 7.1 image
 kfreebsd-source-7.1 - source code for kernel of FreeBSD 7.1 with Debian patches
 ndiswrapper-modules-7.1-1-486 - Ndiswrapper kFreeBSD module
 ndiswrapper-modules-7.1-1-686 - Ndiswrapper kFreeBSD module
 ndiswrapper-modules-7.1-1-686-smp - Ndiswrapper kFreeBSD module
 ndiswrapper-modules-7.1-1-amd64 - Ndiswrapper kFreeBSD module
Closes: 492891
Changes: 
 kfreebsd-7 (7.1-1) unstable; urgency=low
 .
   [ Petr Salinger ]
   * New upstream version (RELENG_7_1_0_RELEASE)
  - update of some patches
  - refresh remaining patches
  - 030_abi_cld.diff and 000_*.diff applied upstream
  - fix rc4random(9) predictable sequence vulnerability
(FreeBSD-SA-08.11.arc4random / CVE-2008-5162)
  - fix netgraph / bluetooth privilege escalation
(FreeBSD-SA-08:13.protosw)
   * Reduce number of kernel-image flavours
   * Reenable ums driver in GENERIC. Closes: #492891.
   * Do not specify SMP in GENERIC, it is enabled on per flavour basis
   * Ship config file used for building corresponding flavour
   * redefine POLL_HUP to be distinct from POLL_ERR
 .
   [ Aurelien Jarno ]
   * debian/patches/*: convert to patchlevel p1 as requested by the new
 dpkg-source.
   * debian/control.compat.in, debian/control.flavor.in: set section of
 images to admin.
Checksums-Sha1: 
 5bf0c3a31fc0ed176abe44bb5c93831674b21892 2225 kfreebsd-7_7.1-1.dsc
 dd2aedbf3825c41e55e0b64a20e836463a8128d7 19259360 kfreebsd-7_7.1.orig.tar.gz
 40f1b314574f8e6f559fb273eabcca5a8300379c 30347 kfreebsd-7_7.1-1.diff.gz
 6fed7c0f6a1872833d4b15c1d0fd093f9558b583 19209792 
kfreebsd-source-7.1_7.1-1_all.deb
Checksums-Sha256: 
 0bae0b0c26745638a126388e150815c5256f6528cc611355f57933aa72a09cef 2225 
kfreebsd-7_7.1-1.dsc
 d5f57a8c169dfe92e935d95a84d4338d77ec01c7530864534af3f25e5c4d2b67 19259360 
kfreebsd-7_7.1.orig.tar.gz
 5b04e3361817e7bc5edbe658ea739fa1d020b913bb0b1bba23319414c84a32a6 30347 
kfreebsd-7_7.1-1.diff.gz
 d0aa0c3837ab1a9c4ced07b2d357990e96a7b4d2008f4f32bf993b6854a72061 19209792 
kfreebsd-source-7.1_7.1-1_all.deb
Files: 
 1b745fd2b7190c0205154f5adfbab50a 2225 devel optional kfreebsd-7_7.1-1.dsc
 38b8143b47b9f4d7ac852053e29c06fa 19259360 devel optional 
kfreebsd-7_7.1.orig.tar.gz
 b840f31f9e5589030bcc9675a0e81d9f 30347 devel optional kfreebsd-7_7.1-1.diff.gz
 

Accepted gnome-nettool 2.22.1-1 (source amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 11:17:51 +0100
Source: gnome-nettool
Binary: gnome-nettool
Architecture: source amd64
Version: 2.22.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-nettool - network information tool for GNOME
Changes: 
 gnome-nettool (2.22.1-1) unstable; urgency=low
 .
   [ Loic Minier ]
   * Replace homepage pseudo-field in description with a real source field in
 control.
   * Put menu entry in the /Administration sub category.
 .
   [ Josselin Mouette ]
   * New upstream release.
   * Drop useless build-dependency on libxml-parser-perl.
   * Standards version is 3.8.0.
Checksums-Sha1: 
 cdba64739a3e8cf3c6a3e10799dffe347968a86c 1424 gnome-nettool_2.22.1-1.dsc
 4dc9b0eccbc0654109fea2e43bb3d9b3b962ce19 771703 
gnome-nettool_2.22.1.orig.tar.gz
 146045b3b3efa257fb35becace531bfb367f768e 5946 gnome-nettool_2.22.1-1.diff.gz
 24fadfd38f1c7ad943b8ee94bf3e62d812f8b74e 389216 
gnome-nettool_2.22.1-1_amd64.deb
Checksums-Sha256: 
 7bb8073b76e82aa3cc159792e4de44f7c66f2e780847fa7982be41918bbe8ef7 1424 
gnome-nettool_2.22.1-1.dsc
 6a6f0794044fb0321f05823143c4aa2b9fcaceab4df54e410baa4f8869a3d40d 771703 
gnome-nettool_2.22.1.orig.tar.gz
 eba3fb49e642c84dbd807beef149d84f9c09a82c90d07f8d907b6686bce0288a 5946 
gnome-nettool_2.22.1-1.diff.gz
 fa098f877e92298c1cb65e37b600ee5d5a813eac0a17c1a906f769616d261082 389216 
gnome-nettool_2.22.1-1_amd64.deb
Files: 
 d4619eb60c53efe5963e77e2e0db5630 1424 gnome optional gnome-nettool_2.22.1-1.dsc
 a941a369868eed91714e9f50c1fe 771703 gnome optional 
gnome-nettool_2.22.1.orig.tar.gz
 2c700c2c77b2abb76221ea05baa3318e 5946 gnome optional 
gnome-nettool_2.22.1-1.diff.gz
 31566fe00503b9745b96e3111b3b3024 389216 gnome optional 
gnome-nettool_2.22.1-1_amd64.deb

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

iD8DBQFJYJMGrSla4ddfhTMRAiDBAKDn3IYVE0pGbRkLEffrtlbfHD7aNwCeKRe3
sMfil8wJ0AVC47H/wKRwZL0=
=0CJr
-END PGP SIGNATURE-


Accepted:
gnome-nettool_2.22.1-1.diff.gz
  to pool/main/g/gnome-nettool/gnome-nettool_2.22.1-1.diff.gz
gnome-nettool_2.22.1-1.dsc
  to pool/main/g/gnome-nettool/gnome-nettool_2.22.1-1.dsc
gnome-nettool_2.22.1-1_amd64.deb
  to pool/main/g/gnome-nettool/gnome-nettool_2.22.1-1_amd64.deb
gnome-nettool_2.22.1.orig.tar.gz
  to pool/main/g/gnome-nettool/gnome-nettool_2.22.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



Accepted libemail-send-perl 2.194-1 (source all)

2009-01-04 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 13:30:55 +0100
Source: libemail-send-perl
Binary: libemail-send-perl
Architecture: source all
Version: 2.194-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libemail-send-perl - Simply Sending Email
Closes: 510688
Changes: 
 libemail-send-perl (2.194-1) unstable; urgency=low
 .
   * New upstream release (Closes: #510688).
   * debian/control: Add myself to Uploaders.
Checksums-Sha1: 
 a3379fbb02e7334e8e16c803b3010669a0baa32a 1861 libemail-send-perl_2.194-1.dsc
 3acfa2b7fef198f5d80fcf44af11e9604a2f9877 25486 
libemail-send-perl_2.194.orig.tar.gz
 b6cae967dbd660b74fb88dd47a9673b5a9db2836 4023 
libemail-send-perl_2.194-1.diff.gz
 09f98736629707a85999b968160d9e2ed939aabe 35092 
libemail-send-perl_2.194-1_all.deb
Checksums-Sha256: 
 054dc7fe88cbf2314d15e8631cd3c836c1a8e1cddb19c4568525e1fdfadab254 1861 
libemail-send-perl_2.194-1.dsc
 4eede04d5d0873d656014b18d2362f3ec80598aa274377791579e8944a262729 25486 
libemail-send-perl_2.194.orig.tar.gz
 38b3466f592b722cf7a8ae8a85d385ecd569af8c2ccb61e293394446d2d0c78e 4023 
libemail-send-perl_2.194-1.diff.gz
 c320b77d784d92ba7cb04a09afd2d40dc74a277296a84d980184baa1f79e4e99 35092 
libemail-send-perl_2.194-1_all.deb
Files: 
 d44518d4d5b2c78123a404daf205606c 1861 perl optional 
libemail-send-perl_2.194-1.dsc
 c00bf9a37576382ef261c2d52787362d 25486 perl optional 
libemail-send-perl_2.194.orig.tar.gz
 3fbfd8936b7d7c09f73b59c081e64762 4023 perl optional 
libemail-send-perl_2.194-1.diff.gz
 a16195ee9d5a8228fe9bf4cc43489305 35092 perl optional 
libemail-send-perl_2.194-1_all.deb

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

iEYEARECAAYFAklg9c0ACgkQOzKYnQDzz+QOxwCeJWUeRExy/D8phw+5bGFyt+VX
aqwAn2XcEfIcP1Uy8sJ9yN6mq19zY9R/
=VWBQ
-END PGP SIGNATURE-


Accepted:
libemail-send-perl_2.194-1.diff.gz
  to pool/main/libe/libemail-send-perl/libemail-send-perl_2.194-1.diff.gz
libemail-send-perl_2.194-1.dsc
  to pool/main/libe/libemail-send-perl/libemail-send-perl_2.194-1.dsc
libemail-send-perl_2.194-1_all.deb
  to pool/main/libe/libemail-send-perl/libemail-send-perl_2.194-1_all.deb
libemail-send-perl_2.194.orig.tar.gz
  to pool/main/libe/libemail-send-perl/libemail-send-perl_2.194.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



Accepted libconfig-augeas-perl 0.305-1 (source i386)

2009-01-04 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 11:57:57 +0100
Source: libconfig-augeas-perl
Binary: libconfig-augeas-perl
Architecture: source i386
Version: 0.305-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Dominique Dumont dominique.dum...@hp.com
Description: 
 libconfig-augeas-perl - Perl module which allows to edit configuration files 
through Auge
Changes: 
 libconfig-augeas-perl (0.305-1) unstable; urgency=low
 .
   * New upstream release (should fix FTBS on amd64)
   * debian/copyright: Updated copyright years
Checksums-Sha1: 
 fd28a7938fff193e1fb9fff733fa16713c6d2a59 1452 libconfig-augeas-perl_0.305-1.dsc
 2cfd92e352ead929c5cc4b9fd24a4cb40375 49093 
libconfig-augeas-perl_0.305.orig.tar.gz
 2cb2dea7cb176f520cc137574a0fd296f5c6c7db 2063 
libconfig-augeas-perl_0.305-1.diff.gz
 ab36b773f925fff0770573f6e128503dd108a916 21030 
libconfig-augeas-perl_0.305-1_i386.deb
Checksums-Sha256: 
 7961fb0ce9e006c16bedbb3204f30eaf88abc6325d17f68669eeded07ab39760 1452 
libconfig-augeas-perl_0.305-1.dsc
 e1fe02e1f73773739805f9816b835b97384dfcb966abf4117b20213fbb26e7f0 49093 
libconfig-augeas-perl_0.305.orig.tar.gz
 0bccefc0e37c643aeb6b48ee758a5b64e95705980a93319bffc330c33d90fe97 2063 
libconfig-augeas-perl_0.305-1.diff.gz
 0099efb4db88b3787cafdf94632b6f2a3d8a1c855ec85c2e988ecbf37750326a 21030 
libconfig-augeas-perl_0.305-1_i386.deb
Files: 
 5957f36b8f295db9f4da37532e28f71a 1452 perl optional 
libconfig-augeas-perl_0.305-1.dsc
 58bfc4cb4af6bcabaef6d20b55701d66 49093 perl optional 
libconfig-augeas-perl_0.305.orig.tar.gz
 9d328de0eda5028d12261cda924a26f1 2063 perl optional 
libconfig-augeas-perl_0.305-1.diff.gz
 f28c9ec184cd0e756f23d1993864eae7 21030 perl optional 
libconfig-augeas-perl_0.305-1_i386.deb

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

iEYEARECAAYFAklg9x8ACgkQOzKYnQDzz+T8+gCfXgtIupbeR0woy5cyJovOb74H
+QQAnjCDoWt7EOh9WST1IKitl6Ks8XOo
=UPPB
-END PGP SIGNATURE-


Accepted:
libconfig-augeas-perl_0.305-1.diff.gz
  to pool/main/libc/libconfig-augeas-perl/libconfig-augeas-perl_0.305-1.diff.gz
libconfig-augeas-perl_0.305-1.dsc
  to pool/main/libc/libconfig-augeas-perl/libconfig-augeas-perl_0.305-1.dsc
libconfig-augeas-perl_0.305-1_i386.deb
  to pool/main/libc/libconfig-augeas-perl/libconfig-augeas-perl_0.305-1_i386.deb
libconfig-augeas-perl_0.305.orig.tar.gz
  to 
pool/main/libc/libconfig-augeas-perl/libconfig-augeas-perl_0.305.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



Accepted ghostscript 8.63.dfsg.1-2 (source all i386)

2009-01-04 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 12:09:59 +0900
Source: ghostscript
Binary: ghostscript gs gs-esp gs-gpl gs-aladdin gs-common ghostscript-x 
ghostscript-doc libgs8 libgs-dev
Architecture: source all i386
Version: 8.63.dfsg.1-2
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) mha...@debian.org
Changed-By: Masayuki Hatta (mhatta) mha...@debian.org
Description: 
 ghostscript - The GPL Ghostscript PostScript/PDF interpreter
 ghostscript-doc - The GPL Ghostscript PostScript/PDF interpreter - 
Documentation
 ghostscript-x - The GPL Ghostscript PostScript/PDF interpreter - X Display 
suppor
 gs - Transitional package
 gs-aladdin - Transitional package
 gs-common  - Dummy package depending on ghostscript
 gs-esp - Transitional package
 gs-gpl - Transitional package
 libgs-dev  - The Ghostscript PostScript Library - Development Files
 libgs8 - The Ghostscript PostScript/PDF interpreter Library
Closes: 510691
Changes: 
 ghostscript (8.63.dfsg.1-2) unstable; urgency=low
 .
   * libgs-dev: put versioned dependency on libgs8 - closes: #510691
Checksums-Sha1: 
 851e6cbc6834df501df7fdfd97e58c7d5509879a 1667 ghostscript_8.63.dfsg.1-2.dsc
 76d2707de8d89474ee575f9d1a8519be9cfb9d84 116867 
ghostscript_8.63.dfsg.1-2.diff.gz
 52afcfde3ff97113279c9e83450da1a0bcd166d3 29912 gs_8.63.dfsg.1-2_all.deb
 d85199e5e47c1d90eecea1d2921fd28ed708bce7 29912 gs-esp_8.63.dfsg.1-2_all.deb
 94e40f80b0410fcfd94a6dc16c9800fdeb14dad3 29920 gs-gpl_8.63.dfsg.1-2_all.deb
 bdf79438588e59ff2d973252236f896a29c995f2 29922 gs-aladdin_8.63.dfsg.1-2_all.deb
 d5c6ceaf87bef615c1f61a29bfaef7d4ced19e1e 30130 gs-common_8.63.dfsg.1-2_all.deb
 effafd68c367065e7b0e6292a3815fba41fac84f 2848706 
ghostscript-doc_8.63.dfsg.1-2_all.deb
 e860a6c506ef7a858baaceba4fabed6ab09e2f16 809846 
ghostscript_8.63.dfsg.1-2_i386.deb
 3ddb18f688304b94f04d4018c8aa7545f1bd3c7e 62876 
ghostscript-x_8.63.dfsg.1-2_i386.deb
 c02d90ae65f1f652aad6ec2a66a9add5688942c9 2259680 libgs8_8.63.dfsg.1-2_i386.deb
 fd4dc8b55b12b48b266ce6cd52c7314a9b77e3ae 37644 libgs-dev_8.63.dfsg.1-2_i386.deb
Checksums-Sha256: 
 bd1e3f2a080082742a7eac4b1e81f0432dc9dae8319eaddc5059dfb39f651d1e 1667 
ghostscript_8.63.dfsg.1-2.dsc
 da7b02a1685f2b04fdbe4487fabf232b4736cd00b7cb8dc35608423e2fbadcff 116867 
ghostscript_8.63.dfsg.1-2.diff.gz
 56bb7c6ff4296e7e545b19ad0bc3c5eef9f949724e8cf75516ce6d49f60a9b16 29912 
gs_8.63.dfsg.1-2_all.deb
 72ea360b7ef7741aa126ad73c9089db18a7482edc6b51d4654d0ba34626bef18 29912 
gs-esp_8.63.dfsg.1-2_all.deb
 8ca7f851b2598e1563598bc26ae528903d8f0b2697ce415e10699094b034f8ce 29920 
gs-gpl_8.63.dfsg.1-2_all.deb
 855750c4731693f5b2bdd4ed878ec5395cf64c6e83f3a4e68d12f5ef93c3d1c9 29922 
gs-aladdin_8.63.dfsg.1-2_all.deb
 d088e590999b11e2e6b3473eb7922307ade588037c3818767b9c6137817f6f67 30130 
gs-common_8.63.dfsg.1-2_all.deb
 e69a1158b90be9692ff16381e74855f4ba914e4f3da687e49ef22763ed3dcc87 2848706 
ghostscript-doc_8.63.dfsg.1-2_all.deb
 3a550918573db7d67fd6de55c3fd788591c7f6e2f579223d75371be2bf6e227b 809846 
ghostscript_8.63.dfsg.1-2_i386.deb
 c9e9642c2fb9d95ee521c1f759ba30636137755764d93a94018e0cc1fdaa71fe 62876 
ghostscript-x_8.63.dfsg.1-2_i386.deb
 0e22774be973e0a64e2142874cd898dfe5c5c60b98b294e36a7c129859eb4cf0 2259680 
libgs8_8.63.dfsg.1-2_i386.deb
 0a4cd5b4fb5e09ef03a4287d03868b3383b3960cf5436fc1e37c45ff8b09eb68 37644 
libgs-dev_8.63.dfsg.1-2_i386.deb
Files: 
 e6486d0d42ca9111b9f7fa03ccd649ac 1667 text optional 
ghostscript_8.63.dfsg.1-2.dsc
 a68dfefadf67c00fcdf265c9a249d6a8 116867 text optional 
ghostscript_8.63.dfsg.1-2.diff.gz
 ad2e44722fd7403b731fa40e87608ab0 29912 text extra gs_8.63.dfsg.1-2_all.deb
 1e6cb96a2ac643c9096c304dc3d2b697 29912 text extra gs-esp_8.63.dfsg.1-2_all.deb
 69d0f77a617bacdccc5afb889465e712 29920 text extra gs-gpl_8.63.dfsg.1-2_all.deb
 4fd5776c5fc4f2f1782d0acdf7f94176 29922 text extra 
gs-aladdin_8.63.dfsg.1-2_all.deb
 d7608d2934304e334a9fd52d1242c98d 30130 text extra 
gs-common_8.63.dfsg.1-2_all.deb
 35def4100411783cba1d8f82bf8306a9 2848706 doc optional 
ghostscript-doc_8.63.dfsg.1-2_all.deb
 1e1c872aed326496607cbd0ed0a3365b 809846 text optional 
ghostscript_8.63.dfsg.1-2_i386.deb
 eeb8c6f3562bb9ffa3847a7924bc7aa7 62876 text optional 
ghostscript-x_8.63.dfsg.1-2_i386.deb
 2a4b027be78242e44f8711b92fb4b93e 2259680 libs optional 
libgs8_8.63.dfsg.1-2_i386.deb
 f393aac8a972e1ea01943db626e845be 37644 libdevel optional 
libgs-dev_8.63.dfsg.1-2_i386.deb

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

iEYEARECAAYFAklg9wkACgkQy2+jQOcHWlRC0wCfXR9WVJZNtr7jd2Tmy8z5Fdny
v1gAmQGGRM3jpjPZ2kQ3BexEKSku8BaB
=vmj/
-END PGP SIGNATURE-


Accepted:
ghostscript-doc_8.63.dfsg.1-2_all.deb
  to pool/main/g/ghostscript/ghostscript-doc_8.63.dfsg.1-2_all.deb
ghostscript-x_8.63.dfsg.1-2_i386.deb
  to pool/main/g/ghostscript/ghostscript-x_8.63.dfsg.1-2_i386.deb
ghostscript_8.63.dfsg.1-2.diff.gz
  to pool/main/g/ghostscript/ghostscript_8.63.dfsg.1-2.diff.gz
ghostscript_8.63.dfsg.1-2.dsc
 

Accepted glibc 2.7-18 (source all amd64)

2009-01-04 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 11:28:23 +0100
Source: glibc
Binary: glibc-doc glibc-source locales locales-all nscd libc6 libc6-dev 
libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg 
libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev libc0.3-dbg 
libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev libc0.1-dbg 
libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc64 
libc6-dev-sparc64 libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 
libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 
libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 
libc6-sparcv9b libc6-i686 libc6-xen libc0.1-i686 libc6.1-alphaev67 
libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.7-18
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 glibc-doc  - GNU C Library: Documentation
 glibc-source - GNU C Library: sources
 libc0.1- GNU C Library: Shared libraries
 libc0.1-dbg - GNU C Library: Libraries with debugging symbols
 libc0.1-dev - GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc0.1-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc0.1-pic - GNU C Library: PIC archive library
 libc0.1-prof - GNU C Library: Profiling Libraries
 libc0.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- GNU C Library: Shared libraries
 libc0.3-dbg - GNU C Library: Libraries with debugging symbols
 libc0.3-dev - GNU C Library: Development Libraries and Header Files
 libc0.3-pic - GNU C Library: PIC archive library
 libc0.3-prof - GNU C Library: Profiling Libraries
 libc0.3-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: Libraries with debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc6-dev-mips64 - GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - GNU C Library: 32bit powerpc development libraries for 
ppc64
 libc6-dev-ppc64 - GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390x - GNU C Library: 64bit Development Libraries for IBM zSeries
 libc6-dev-sparc64 - GNU C Library: 64bit Development Libraries for UltraSPARC
 libc6-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc6-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc6-mips64 - GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-powerpc - GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-prof - GNU C Library: Profiling Libraries
 libc6-s390x - GNU C Library: 64bit Shared libraries for IBM zSeries
 libc6-sparc64 - GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-sparcv9b - GNU C Library: Shared libraries [v9b optimized]
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libc6.1- GNU C Library: Shared libraries
 libc6.1-alphaev67 - GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - GNU C Library: Libraries with debugging symbols
 libc6.1-dev - GNU C Library: Development Libraries and Header Files
 libc6.1-pic - GNU C Library: PIC archive library
 libc6.1-prof - GNU C Library: Profiling Libraries
 libc6.1-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libnss-dns-udeb - GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - GNU C Library: NSS helper for files - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 nscd   - GNU C Library: Name Service Cache Daemon
Changes: 
 glibc (2.7-18) unstable; urgency=low
 .
   * patches/localedata/mt_MT_euro.diff, patches/localedata/el_CY_euro.diff:
 new patches to switch Cyprus and Malta currency to Euro.
Checksums-Sha1: 
 4044a722217b55deb5d51ac56c98cee46f67d92a 2540 glibc_2.7-18.dsc
 04854a92cf6999f6c8608d213756e6f7d372a065 745644 glibc_2.7-18.diff.gz
 5b05241ee04ed1b5913719555fac24650ae8f7c7 1628800 glibc-doc_2.7-18_all.deb
 f34b5d93608179cf12326d75cadc1dbaf19f3a85 16004664 glibc-source_2.7-18_all.deb
 f34e0a5c63c7fcdce05612a4fef3a2995a2b 4491580 locales_2.7-18_all.deb
 4938bdd543fb1c6426a91a85e24abe64b546c215 4937194 libc6_2.7-18_amd64.deb
 

Accepted gecko-mediaplayer 0.9.3-1 (source i386)

2009-01-04 Thread Cesare Tirabassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 03 Jan 2009 10:12:33 +0100
Source: gecko-mediaplayer
Binary: gecko-mediaplayer
Architecture: source i386
Version: 0.9.3-1
Distribution: unstable
Urgency: low
Maintainer: Cesare Tirabassi norse...@ubuntu.com
Changed-By: Cesare Tirabassi norse...@ubuntu.com
Description: 
 gecko-mediaplayer - Media plug-in for Gecko browsers
Changes: 
 gecko-mediaplayer (0.9.3-1) unstable; urgency=low
 .
   * New upstream release
 - updated dependency on gnome-mplayer
   * Add Vcs-* fields to debian/control.
Checksums-Sha1: 
 c35a56a1e4ac72e9486b53684ef181bd6f442ee6 1548 gecko-mediaplayer_0.9.3-1.dsc
 35de6e16cbf79cf137197cda2c0b3fdb6a9d4a2d 216106 
gecko-mediaplayer_0.9.3.orig.tar.gz
 97df7047c7e4867b73fb7eb761964327ed62df0c 4701 gecko-mediaplayer_0.9.3-1.diff.gz
 a90df0f41b3c5156576d46f0a014dc8a0da6629e 180732 
gecko-mediaplayer_0.9.3-1_i386.deb
Checksums-Sha256: 
 8ad5d8554bf5b5f4f16b3760a1dbc347e41c834e8fa4d934c244cd316556d09a 1548 
gecko-mediaplayer_0.9.3-1.dsc
 13d908974f137ac6c246bea756204213db74a34e82ca92b656e5c7f7ba80e048 216106 
gecko-mediaplayer_0.9.3.orig.tar.gz
 0c3c1290a821deeea0f3ec65ff6f57a06c3fe266ea72b60b01d377d7a7b07483 4701 
gecko-mediaplayer_0.9.3-1.diff.gz
 7f048d08e6d99b74a7a35027df7a04908191943965b7ecf0372991d98a0085d0 180732 
gecko-mediaplayer_0.9.3-1_i386.deb
Files: 
 91ce373d583393d7035ec6898bce5320 1548 graphics optional 
gecko-mediaplayer_0.9.3-1.dsc
 de47409123d5930c91f43a25069f2c5c 216106 graphics optional 
gecko-mediaplayer_0.9.3.orig.tar.gz
 b49e6427f1b3618368b422eb9b0edb1b 4701 graphics optional 
gecko-mediaplayer_0.9.3-1.diff.gz
 fedf0d96178eea25c7886ffccd6fce03 180732 graphics optional 
gecko-mediaplayer_0.9.3-1_i386.deb

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

iJwEAQECAAYFAklgks0ACgkQ78RAoABp8o8k/wP9FmXK5R4MLoK8sUM/0gz0LU4x
8ZAizjkNI6HzNLJrXdAHy2bAsUIzEU1m0/SPqEKfn76I5Ez0zv5W2cpk6O2vEPmt
lPYLIHtX70LZMe6QHfhFv1zgkMwR2un5OYN5qPWvGmFvprK145kV4cpiapiLTGfy
ztKoAXCDnoLqg9ZHpNI=
=e4RO
-END PGP SIGNATURE-


Accepted:
gecko-mediaplayer_0.9.3-1.diff.gz
  to pool/main/g/gecko-mediaplayer/gecko-mediaplayer_0.9.3-1.diff.gz
gecko-mediaplayer_0.9.3-1.dsc
  to pool/main/g/gecko-mediaplayer/gecko-mediaplayer_0.9.3-1.dsc
gecko-mediaplayer_0.9.3-1_i386.deb
  to pool/main/g/gecko-mediaplayer/gecko-mediaplayer_0.9.3-1_i386.deb
gecko-mediaplayer_0.9.3.orig.tar.gz
  to pool/main/g/gecko-mediaplayer/gecko-mediaplayer_0.9.3.orig.tar.gz


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



Accepted gnome-system-tools 2.22.1-1 (source amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 12:01:07 +0100
Source: gnome-system-tools
Binary: gnome-system-tools gnome-network-admin
Architecture: source amd64
Version: 2.22.1-1
Distribution: experimental
Urgency: low
Maintainer: Jose Carlos Garcia Sogo js...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-network-admin - GNOME Network Administration Tool
 gnome-system-tools - Cross-platform configuration utilities for GNOME
Changes: 
 gnome-system-tools (2.22.1-1) experimental; urgency=low
 .
   * New upstream release.
   * Enable PolicyKit support by build-depending on libpolkit-dbus-dev.
   * 22_root_only.patch: dropped, useless with PolicyKit.
   * 61_network_auto.patch: dropped, merged upstream.
   * Require a system-tools-backends version with PolicyKit support.
   * gnome-network-admin depends on gnome-system-tools = binary:Version.
   * Build-depend on nautilus 2.22 to build the extension for the new
 version.
   * Don’t install the .a and .la with the nautilus extension.
   * 01_wait_for_backends.patch: wait for the connection to the backends
 to be established in case they are being autostarted.
Checksums-Sha1: 
 d4e9ce2698e6fa92a3e9454777b4eec22ceebce4 1692 gnome-system-tools_2.22.1-1.dsc
 28fa9df7a6b9a3604b9a0c4dc9cf55c57e698c62 4769141 
gnome-system-tools_2.22.1.orig.tar.gz
 461668c978ade92696d02d965d78544a6ee25f1e 26752 
gnome-system-tools_2.22.1-1.diff.gz
 718a764c0122c0cb33ce0895788b74a163979792 4244258 
gnome-system-tools_2.22.1-1_amd64.deb
 63c27334df327e37b042d43e5b8a15f4b447147d 366742 
gnome-network-admin_2.22.1-1_amd64.deb
Checksums-Sha256: 
 c3977af62c8b46aa6b0f4c1cc08859ce8d3d78c95d277af3e863cf7512a87228 1692 
gnome-system-tools_2.22.1-1.dsc
 0d783805e485a53189d32a4fbb0bb2271086521b27caaeb5c63f2a2d63c6f68f 4769141 
gnome-system-tools_2.22.1.orig.tar.gz
 bfa6b3f6ca31bed8fba9ea69c5fef490296292531c82c27765b9a18929ff62b0 26752 
gnome-system-tools_2.22.1-1.diff.gz
 7a1427f8a3cb4e1911f88db1114ab0327351601d31ac60e2297874bfdcce9dd7 4244258 
gnome-system-tools_2.22.1-1_amd64.deb
 1ec7407c7b3c9d78ebdc3a34c7cc6d715374ad2f9bc293c9e195255eefc88066 366742 
gnome-network-admin_2.22.1-1_amd64.deb
Files: 
 51cefb3496bf02c15f271d55584a1c23 1692 gnome optional 
gnome-system-tools_2.22.1-1.dsc
 c82fe417a24a92b8c77d930a8dd95694 4769141 gnome optional 
gnome-system-tools_2.22.1.orig.tar.gz
 38bcedee4d517898c351101a1a4b43bd 26752 gnome optional 
gnome-system-tools_2.22.1-1.diff.gz
 53adbc5dbbdf013c3b3bc7c3b24c91bf 4244258 gnome optional 
gnome-system-tools_2.22.1-1_amd64.deb
 b6378a281d3b1689f8771593161d9e3b 366742 gnome optional 
gnome-network-admin_2.22.1-1_amd64.deb

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

iD8DBQFJYKZ6rSla4ddfhTMRAuAzAKCnee+8vsKWhfrt/ChUjCUyDWvvvQCg/IWj
SdUCT8zVgng7NU7A2nTawJM=
=R+Lb
-END PGP SIGNATURE-


Accepted:
gnome-network-admin_2.22.1-1_amd64.deb
  to pool/main/g/gnome-system-tools/gnome-network-admin_2.22.1-1_amd64.deb
gnome-system-tools_2.22.1-1.diff.gz
  to pool/main/g/gnome-system-tools/gnome-system-tools_2.22.1-1.diff.gz
gnome-system-tools_2.22.1-1.dsc
  to pool/main/g/gnome-system-tools/gnome-system-tools_2.22.1-1.dsc
gnome-system-tools_2.22.1-1_amd64.deb
  to pool/main/g/gnome-system-tools/gnome-system-tools_2.22.1-1_amd64.deb
gnome-system-tools_2.22.1.orig.tar.gz
  to pool/main/g/gnome-system-tools/gnome-system-tools_2.22.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



Accepted libosso 2.15.debian.1-2 (source i386 all)

2009-01-04 Thread Riku Voipio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 16:49:28 +0200
Source: libosso
Binary: libosso-dev libosso1 libosso-dbus-conf libosso1-dbg libosso1-doc
Architecture: source i386 all
Version: 2.15.debian.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Maemo Maintainers 
pkg-maemo-maintain...@lists.alioth.debian.org
Changed-By: Riku Voipio riku.voi...@iki.fi
Description: 
 libosso-dbus-conf - Basic library for maemo applications - Scratchbox D-Bus 
configura
 libosso-dev - Basic library for maemo applications - development files
 libosso1   - Basic library for maemo applications - shared library
 libosso1-dbg - Basic library for maemo applications - detached debug symbols
 libosso1-doc - Basic library for maemo applications - documentation
Changes: 
 libosso (2.15.debian.1-2) unstable; urgency=medium
 .
   * Depend on dbus-x11, closes #508380
   * Add tiny patch to allow building on !linux, closes #508520
 - Thanks Samuel Thibault
   * Remove system bus configuration, and make libosso use
 session bus only (patch from ubuntu)
 - closes #510636
Checksums-Sha1: 
 fdafff2c64053db8aba58e786646b4659697b37c 1369 libosso_2.15.debian.1-2.dsc
 270c90fb45d947554c8f50bb02d9e92e6b30d48a 12175 libosso_2.15.debian.1-2.diff.gz
 4e20f75b8d74b6fbd66a8b07cdb6c5fdb39b1a9c 59184 
libosso-dev_2.15.debian.1-2_i386.deb
 9dab472d05d40c2ce234df7c268a73126049e5d6 38236 
libosso1_2.15.debian.1-2_i386.deb
 d995dbc5783a54117e05e15fcc8304ea45c593eb 9664 
libosso-dbus-conf_2.15.debian.1-2_all.deb
 8898cc0aa84939882852fc816206258540fc 72138 
libosso1-dbg_2.15.debian.1-2_i386.deb
 9b620d006f67e61bb1de7237fcb67fa61676b40b 62662 
libosso1-doc_2.15.debian.1-2_all.deb
Checksums-Sha256: 
 090356bd94e5f28c9e5b03e36dacf5467c129e4e51486f38281da2ed91fbc801 1369 
libosso_2.15.debian.1-2.dsc
 52b4b5bd65c2fa8d56bb587124d03002bc300e4346c6279b4f48e8c7ef059a03 12175 
libosso_2.15.debian.1-2.diff.gz
 88d98be66414ae7edf8f31cd2a29a0da6e0950867106c1cfe4b923670476f9ec 59184 
libosso-dev_2.15.debian.1-2_i386.deb
 1a1a9adb7d1e16de87f89a878b00ed0fb3517520c2397549756ca3ca276510ce 38236 
libosso1_2.15.debian.1-2_i386.deb
 cfd6acbf6fe73a1f9cecd2f3bade4eaf789e3c2f68fda9b12d2a6a158747413b 9664 
libosso-dbus-conf_2.15.debian.1-2_all.deb
 4ff1f9200ed4efb135b07a314d3911ee8f73ed16e518f6edea4e6a7c4215602d 72138 
libosso1-dbg_2.15.debian.1-2_i386.deb
 6976df29db47fd988d9e84a966111571a389612d09f980988c75b447ca5bc1b3 62662 
libosso1-doc_2.15.debian.1-2_all.deb
Files: 
 25d26be77c64d22b28a4acbce4ab9532 1369 x11 optional libosso_2.15.debian.1-2.dsc
 6384882c41c604fe61a741113b67d01c 12175 x11 optional 
libosso_2.15.debian.1-2.diff.gz
 d07b73b099978de43dbb2fc66d12 59184 libdevel optional 
libosso-dev_2.15.debian.1-2_i386.deb
 429338398266fe88b921dfc0fb10c45e 38236 libs optional 
libosso1_2.15.debian.1-2_i386.deb
 8ef111fc0e3a5e51a7e1d5a728f7f969 9664 libs optional 
libosso-dbus-conf_2.15.debian.1-2_all.deb
 2e6f9919019bca9b47c10145f05f2e56 72138 libdevel extra 
libosso1-dbg_2.15.debian.1-2_i386.deb
 f1dc15c1cac6956a7d71589632011e5e 62662 doc optional 
libosso1-doc_2.15.debian.1-2_all.deb
Original-Maintainer: Kimmo Hämäläinen kimmo.hamalai...@nokia.com

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

iD8DBQFJYP3aibPvMsrqrwMRArukAKD07KgaZum3kYw15cuvXIdL4KZHcACg1nqS
vmN/DDi1YJvC86pWbLn4ajc=
=3MIB
-END PGP SIGNATURE-


Accepted:
libosso-dbus-conf_2.15.debian.1-2_all.deb
  to pool/main/libo/libosso/libosso-dbus-conf_2.15.debian.1-2_all.deb
libosso-dev_2.15.debian.1-2_i386.deb
  to pool/main/libo/libosso/libosso-dev_2.15.debian.1-2_i386.deb
libosso1-dbg_2.15.debian.1-2_i386.deb
  to pool/main/libo/libosso/libosso1-dbg_2.15.debian.1-2_i386.deb
libosso1-doc_2.15.debian.1-2_all.deb
  to pool/main/libo/libosso/libosso1-doc_2.15.debian.1-2_all.deb
libosso1_2.15.debian.1-2_i386.deb
  to pool/main/libo/libosso/libosso1_2.15.debian.1-2_i386.deb
libosso_2.15.debian.1-2.diff.gz
  to pool/main/libo/libosso/libosso_2.15.debian.1-2.diff.gz
libosso_2.15.debian.1-2.dsc
  to pool/main/libo/libosso/libosso_2.15.debian.1-2.dsc


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



Accepted mousetweaks 2.24.2-1 (source amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 13:35:48 +0100
Source: mousetweaks
Binary: mousetweaks
Architecture: source amd64
Version: 2.24.2-1
Distribution: experimental
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 mousetweaks - mouse accessibility enhancements for the GNOME desktop
Changes: 
 mousetweaks (2.24.2-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 6ea0263699cba72cd11a42a173e4f0c592556988 1381 mousetweaks_2.24.2-1.dsc
 3c4753b159a2a781c7ec03a5d344f84e6bb6625e 760665 mousetweaks_2.24.2.orig.tar.gz
 0fdb146d6ec79769fc8fb6bd958bb69c2c18259d 2086 mousetweaks_2.24.2-1.diff.gz
 9916c217a22e0412ddb7480a4d31c59d2b352a0a 1204966 mousetweaks_2.24.2-1_amd64.deb
Checksums-Sha256: 
 7b708b1b373d18ed1121cde0eb3c65c453de1b2a620828b87b83f7ee7d3335c5 1381 
mousetweaks_2.24.2-1.dsc
 f6c881170f25361360dcabec72e7903abbe4111fcbabf4c9a79bc1b077a6 760665 
mousetweaks_2.24.2.orig.tar.gz
 6ca3f8844e2751be6056f07bb259c7fcb0e4ed1d890a11d8b51b9c9bf136d28e 2086 
mousetweaks_2.24.2-1.diff.gz
 d258f06c2a6a531642a2a6db8a4d6ce2eacb014547ffe901f4d1a1ed19ae4c36 1204966 
mousetweaks_2.24.2-1_amd64.deb
Files: 
 576e2069869a2cca0990eac4945ed67a 1381 gnome optional mousetweaks_2.24.2-1.dsc
 3cd2fa2b2b42c1b0c8adbc93f1ae6600 760665 gnome optional 
mousetweaks_2.24.2.orig.tar.gz
 cc357ddbac9eddee133565f55c23458f 2086 gnome optional 
mousetweaks_2.24.2-1.diff.gz
 0fb27d55042a53589df4c614c996b8a8 1204966 gnome optional 
mousetweaks_2.24.2-1_amd64.deb

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

iD8DBQFJYLAerSla4ddfhTMRAs5qAJ4qlZC3k14Z/j5TXS35ouIz9NSctgCgwzie
qb1e4cdHElDNfNSlFrPl+fw=
=cv9z
-END PGP SIGNATURE-


Accepted:
mousetweaks_2.24.2-1.diff.gz
  to pool/main/m/mousetweaks/mousetweaks_2.24.2-1.diff.gz
mousetweaks_2.24.2-1.dsc
  to pool/main/m/mousetweaks/mousetweaks_2.24.2-1.dsc
mousetweaks_2.24.2-1_amd64.deb
  to pool/main/m/mousetweaks/mousetweaks_2.24.2-1_amd64.deb
mousetweaks_2.24.2.orig.tar.gz
  to pool/main/m/mousetweaks/mousetweaks_2.24.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



Accepted system-tools-backends 2.6.0-3 (source all amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 11:50:44 +0100
Source: system-tools-backends
Binary: system-tools-backends system-tools-backends-dev
Architecture: source all amd64
Version: 2.6.0-3
Distribution: experimental
Urgency: low
Maintainer: Jose Carlos Garcia Sogo js...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 system-tools-backends - System Tools to manage computer configuration -- 
scripts
 system-tools-backends-dev - System Tools to manage computer configuration -- 
development file
Closes: 423903 482198
Changes: 
 system-tools-backends (2.6.0-3) experimental; urgency=low
 .
   [ Loic Minier ]
   * Don't rm_conffile /etc/dbus-1/event.d/70system-tools-backends during first
 configuration.
 .
   [ Josselin Mouette ]
   * Build-depend on libpolkit-dbus-dev for PolicyKit support.
   * Make other build-dependencies up-to-date.
   * Break gnome-system-tools  2.22.1-1.
   * 03_default_permissions.patch: removed, useless with PolicyKit.
   * Install the policy.
   * Remove the init script, the dispatcher is correctly started on
 demand in the PolicyKit-enabled code path. Closes: #423903.
   * Remove the init script and symbolic links in the preinst.
   * system-tools-backends.1: fix typo. Closes: #482198.
   * system-tools-backends.postinst: removed, we don’t need stb-admin
 anymore and we don’t need to reload dbus to make it start the
 daemon.
   * Don’t pass --with-stb-group to the configure flags.
Checksums-Sha1: 
 de36d39ea4c520bd350cad61ed598d02cd1c12ab 1439 system-tools-backends_2.6.0-3.dsc
 43a6f6ce3eec8274d37ca1063884c2517ae06a60 7988 
system-tools-backends_2.6.0-3.diff.gz
 817ea50483b097a2e9f7ad16b373e7362cd7d68d 77294 
system-tools-backends-dev_2.6.0-3_all.deb
 0d01799688f2f846a4c25e26f16ece80269941ae 175954 
system-tools-backends_2.6.0-3_amd64.deb
Checksums-Sha256: 
 11eaf7951ff8e8ca5abe4f698ff586f9d99905e8d4a114517f0512fb30a15323 1439 
system-tools-backends_2.6.0-3.dsc
 56cb83dafe16ba079700aca7425528801e497ef6fba644bd9c11ab418a7ff6f7 7988 
system-tools-backends_2.6.0-3.diff.gz
 02c16f27899e56a7b0e4d85b09c55c09865205c23356a94e21b77dee4d4636aa 77294 
system-tools-backends-dev_2.6.0-3_all.deb
 4e945b9aab5def1918cc9b622e949ee2fd3af2dd84103a0bf449ba6bd5707ab7 175954 
system-tools-backends_2.6.0-3_amd64.deb
Files: 
 d2c8859f52bb15a66b8120a63add08c6 1439 admin optional 
system-tools-backends_2.6.0-3.dsc
 55240c4c8c538dea817f9277291730b1 7988 admin optional 
system-tools-backends_2.6.0-3.diff.gz
 5b66cde80273a57852e04e24742534d8 77294 devel optional 
system-tools-backends-dev_2.6.0-3_all.deb
 253bb1f4660e8935e4afa5dc23a29386 175954 admin optional 
system-tools-backends_2.6.0-3_amd64.deb

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

iD8DBQFJYKY7rSla4ddfhTMRAhrQAKCThgmI12GdUT5rBsukRNC6xGD3TgCfWIY1
UfWOWD5j4y97ypnVFmlhNhY=
=99jB
-END PGP SIGNATURE-


Accepted:
system-tools-backends-dev_2.6.0-3_all.deb
  to pool/main/s/system-tools-backends/system-tools-backends-dev_2.6.0-3_all.deb
system-tools-backends_2.6.0-3.diff.gz
  to pool/main/s/system-tools-backends/system-tools-backends_2.6.0-3.diff.gz
system-tools-backends_2.6.0-3.dsc
  to pool/main/s/system-tools-backends/system-tools-backends_2.6.0-3.dsc
system-tools-backends_2.6.0-3_amd64.deb
  to pool/main/s/system-tools-backends/system-tools-backends_2.6.0-3_amd64.deb


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



Accepted gnome-utils 2.24.1-1 (source amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 13:03:59 +0100
Source: gnome-utils
Binary: libgdict-1.0-6 libgdict-1.0-dev gnome-utils
Architecture: source amd64
Version: 2.24.1-1
Distribution: experimental
Urgency: low
Maintainer: Marco Cabizza marc...@gmail.com
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-utils - GNOME desktop utilities
 libgdict-1.0-6 - GNOME Dictionary base library
 libgdict-1.0-dev - GNOME Dictionary base library - development files
Closes: 329596 500091 503852
Changes: 
 gnome-utils (2.24.1-1) experimental; urgency=low
 .
   * 01_logview_gksu.patch: disable StartupNotify, as it doesn’t work
 with gksu.
   * 02_logview_crash.patch: new patch. Fix crash when switching between
 certain logs. Closes: #500091.
   * 03_screenshot_xinerama.patch: new patch from Hal Ashburner and Brian
 Cameron. Correctly capture the whole screen in Xinerama mode.
 Closes: #503852, #329596.
   * New upstream release.
   * 01_logview_gksu.patch: updated for the new version.
Checksums-Sha1: 
 732cc3f1219cf0401206b5bfc46caff2209c88c3 2098 gnome-utils_2.24.1-1.dsc
 23e1944c164f26820192d3eef6dc637dbc574180 7822066 gnome-utils_2.24.1.orig.tar.gz
 300e798f61e1bc480499174d3c2af137f2be1541 30529 gnome-utils_2.24.1-1.diff.gz
 3b31d555803cf29f9757f5ede99a50093a92dd25 136198 
libgdict-1.0-6_2.24.1-1_amd64.deb
 8201ce0dae7697a1f1df85c20bfd5c18f746ecce 130270 
libgdict-1.0-dev_2.24.1-1_amd64.deb
 435c2c7fb64656e2b90b4cca0f9c5051d53ddc00 10262482 
gnome-utils_2.24.1-1_amd64.deb
Checksums-Sha256: 
 bea7f13210d97bb7b5751bf4385061ccc11038875260d7bafd250d0b1d438d4f 2098 
gnome-utils_2.24.1-1.dsc
 41424fa0bdd8cdabc0607f0306a8f55f1ad0f0c527e77fe2fd00eda2ce505856 7822066 
gnome-utils_2.24.1.orig.tar.gz
 dcacf6c0c670611f8f99bc002353357a17390555449d54b5a05f119081f70e68 30529 
gnome-utils_2.24.1-1.diff.gz
 60a4430f09db2306d73ab7f37ba79db767b095ec193809db3426e1f538b67fa6 136198 
libgdict-1.0-6_2.24.1-1_amd64.deb
 d13e427ba90575ef18b8ccbabe2d204490bae49dafb012e0fbed46931aa86989 130270 
libgdict-1.0-dev_2.24.1-1_amd64.deb
 92010edfac81ad4d1da825360bbd014b9988da14701e0855840f78dde16e69e7 10262482 
gnome-utils_2.24.1-1_amd64.deb
Files: 
 0c1c04464f02d041211ecb0b0a498150 2098 gnome optional gnome-utils_2.24.1-1.dsc
 b411448958d2e5a18fe6545ea42cde83 7822066 gnome optional 
gnome-utils_2.24.1.orig.tar.gz
 56b96e839a2bc54c2236b0ec79b4ce9d 30529 gnome optional 
gnome-utils_2.24.1-1.diff.gz
 103bc18e8ec793b041a24f7f391e96df 136198 libs optional 
libgdict-1.0-6_2.24.1-1_amd64.deb
 e48e829346ecec349582033c96947f6d 130270 libdevel optional 
libgdict-1.0-dev_2.24.1-1_amd64.deb
 fe09254d253b72020394cecef99d3ecf 10262482 gnome optional 
gnome-utils_2.24.1-1_amd64.deb

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

iD8DBQFJYKdmrSla4ddfhTMRAsVkAKCF6sisjoKqwhJEnpamtXa2/4XbnACfVKKW
8wwFGADfAZvlIz2966ihsns=
=rX27
-END PGP SIGNATURE-


Accepted:
gnome-utils_2.24.1-1.diff.gz
  to pool/main/g/gnome-utils/gnome-utils_2.24.1-1.diff.gz
gnome-utils_2.24.1-1.dsc
  to pool/main/g/gnome-utils/gnome-utils_2.24.1-1.dsc
gnome-utils_2.24.1-1_amd64.deb
  to pool/main/g/gnome-utils/gnome-utils_2.24.1-1_amd64.deb
gnome-utils_2.24.1.orig.tar.gz
  to pool/main/g/gnome-utils/gnome-utils_2.24.1.orig.tar.gz
libgdict-1.0-6_2.24.1-1_amd64.deb
  to pool/main/g/gnome-utils/libgdict-1.0-6_2.24.1-1_amd64.deb
libgdict-1.0-dev_2.24.1-1_amd64.deb
  to pool/main/g/gnome-utils/libgdict-1.0-dev_2.24.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



Accepted gs-cjk-resource 1.20080107-5 (source all)

2009-01-04 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 23:09:11 +0900
Source: gs-cjk-resource
Binary: gs-cjk-resource
Architecture: source all
Version: 1.20080107-5
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto km...@debian.org
Changed-By: Masayuki Hatta (mhatta) mha...@debian.org
Description: 
 gs-cjk-resource - Resource files for gs-cjk, ghostscript CJK-TrueType extension
Changes: 
 gs-cjk-resource (1.20080107-5) unstable; urgency=low
 .
   * Bumped up Standards-Version to 3.8.0 (no physical changes).
   * Removed the absolute path in maintainer scripts.
   * Added Vcs-Svn and Vcs-Browser headers in control.
Checksums-Sha1: 
 e4a8b77b99b4ef01b6a574a3d8d254fde2b3e36a 1326 gs-cjk-resource_1.20080107-5.dsc
 f0aaf8bf72b6679d94ec4baf37710ae1e7912c02 14557 
gs-cjk-resource_1.20080107-5.diff.gz
 3bbbe2e14761a03b8f167fd67932e0eb13556236 1524068 
gs-cjk-resource_1.20080107-5_all.deb
Checksums-Sha256: 
 0f754406e7086eac252b3e318e4ca4bfca61d1cab662ff06c2c2489467ffae00 1326 
gs-cjk-resource_1.20080107-5.dsc
 fde39c91a62b7a5eb845900256490e06f69306da6ac661877fab298f18ee763e 14557 
gs-cjk-resource_1.20080107-5.diff.gz
 193f982b802513b21db0c376fdc2b6c25661dc168e0f1a52905cccb372b4552b 1524068 
gs-cjk-resource_1.20080107-5_all.deb
Files: 
 c1085d5466d6a1c14aa83dffc7672503 1326 non-free/text optional 
gs-cjk-resource_1.20080107-5.dsc
 2ff7ea666f6970c9d7c095c9aa27f1ec 14557 non-free/text optional 
gs-cjk-resource_1.20080107-5.diff.gz
 ea0655811adae19e031f83f6ded91d2c 1524068 non-free/text optional 
gs-cjk-resource_1.20080107-5_all.deb

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

iEYEARECAAYFAklgxYkACgkQy2+jQOcHWlSHpQCdHa+WmIhYbFioFG/REBDHcD4P
ZScAoIBh3u5tvpYexeWrBeUMZDHyW9Ug
=tuJn
-END PGP SIGNATURE-


Accepted:
gs-cjk-resource_1.20080107-5.diff.gz
  to pool/non-free/g/gs-cjk-resource/gs-cjk-resource_1.20080107-5.diff.gz
gs-cjk-resource_1.20080107-5.dsc
  to pool/non-free/g/gs-cjk-resource/gs-cjk-resource_1.20080107-5.dsc
gs-cjk-resource_1.20080107-5_all.deb
  to pool/non-free/g/gs-cjk-resource/gs-cjk-resource_1.20080107-5_all.deb


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



Accepted multiget 1.2.0-2 (source amd64)

2009-01-04 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 19:58:53 +0800
Source: multiget
Binary: multiget
Architecture: source amd64
Version: 1.2.0-2
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@gmail.com
Changed-By: LI Daobing lidaob...@gmail.com
Description: 
 multiget   - graphical download manager
Closes: 510677
Changes: 
 multiget (1.2.0-2) unstable; urgency=low
 .
   * FTBFS with GCC 4.4: missing #include (Closes: #510677)
 - debian/patches/gcc-4.3.dpatch: rename to gcc-4.4.dpatch
 - debian/patches/gcc-4.4.dpatch: updated
 - debian/patches/00list: updated
   * debian/control: add ${misc:Depends} to depends, fix
 debhelper-but-no-misc-depends
   * debian/source.lintian-overrides: added.
Checksums-Sha1: 
 78111c0b57c4153f3f7f94200aec502891c6c5d7 1250 multiget_1.2.0-2.dsc
 02257f37fa5958e066c6a8b04193afe53efa1352 3137 multiget_1.2.0-2.diff.gz
 b3ef17e634d5b5c37327f5ba56a52273534ccdb6 434272 multiget_1.2.0-2_amd64.deb
Checksums-Sha256: 
 7db269a2eb912233b261c86e48acacced58ac45a7c938a0a952a05cf9bbe8934 1250 
multiget_1.2.0-2.dsc
 2f677e29aff207cd0896a85407a7398f986f39fb16a8d409f09d86c56ad78bc2 3137 
multiget_1.2.0-2.diff.gz
 3ce51abbc68a7c8d28d887b49f09eacca3e018829debccd4158087cd3bf080c0 434272 
multiget_1.2.0-2_amd64.deb
Files: 
 8dd894aae4b1a1b3b67c5df0881da163 1250 net optional multiget_1.2.0-2.dsc
 4d57bbd20de72a35eef64f1fd3b432db 3137 net optional multiget_1.2.0-2.diff.gz
 e7fa7e8f322a13b43e60c0b7713e41b0 434272 net optional multiget_1.2.0-2_amd64.deb

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

iD8DBQFJYKtb5TUK4GCH0vgRAj0oAJ9z4+jG49CvwzhPSkuWIUmPFu5WYwCffVck
3TokBykyIKDzDGhPeNJYExs=
=fjjp
-END PGP SIGNATURE-


Accepted:
multiget_1.2.0-2.diff.gz
  to pool/main/m/multiget/multiget_1.2.0-2.diff.gz
multiget_1.2.0-2.dsc
  to pool/main/m/multiget/multiget_1.2.0-2.dsc
multiget_1.2.0-2_amd64.deb
  to pool/main/m/multiget/multiget_1.2.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



Accepted fakeroot 1.12.1 (source i386)

2009-01-04 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 13:28:00 -0500
Source: fakeroot
Binary: fakeroot
Architecture: source i386
Version: 1.12.1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams sch...@debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 fakeroot   - Gives a fake root environment
Changes: 
 fakeroot (1.12.1) unstable; urgency=low
 .
   * Remove broken alpha stat version hack from fts_read.
Checksums-Sha1: 
 97cc8600c2e9fa3a85fe11667dec4601f26286cf 995 fakeroot_1.12.1.dsc
 29d9056e5141b1dad87877fc58adcc3384ccf0f5 405117 fakeroot_1.12.1.tar.gz
 b9f7129dd52c9653c40e87823cec240536bff61a 114358 fakeroot_1.12.1_i386.deb
Checksums-Sha256: 
 887b4f3abe2d0bed4237cd58e04ed7f6e1ce8caf065c3ff45726379396206dc4 995 
fakeroot_1.12.1.dsc
 6810168a3f2e20103d936513bce225dfcdda4bf1ae5f9f8042af47025c097cef 405117 
fakeroot_1.12.1.tar.gz
 c11ebf8d6fc8ff7cf6f4ca5bbca7e53f7880635dc8ac47d0a46586d363600162 114358 
fakeroot_1.12.1_i386.deb
Files: 
 dcce43d76e3a12dc27d7a8af518b12c7 995 utils optional fakeroot_1.12.1.dsc
 87970d6784f536cde84f9bcbaaa52720 405117 utils optional fakeroot_1.12.1.tar.gz
 885a3f3128647e734d82cde49ecb2c52 114358 utils optional fakeroot_1.12.1_i386.deb

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

iD8DBQFJYQSu5m0u66uWM3ARArMnAJwK7wGtGGYZCnVbeRCH+mvAanTTnACgsnPg
4/eu3h0ft6eoDhe0xdbfklM=
=g7ix
-END PGP SIGNATURE-


Accepted:
fakeroot_1.12.1.dsc
  to pool/main/f/fakeroot/fakeroot_1.12.1.dsc
fakeroot_1.12.1.tar.gz
  to pool/main/f/fakeroot/fakeroot_1.12.1.tar.gz
fakeroot_1.12.1_i386.deb
  to pool/main/f/fakeroot/fakeroot_1.12.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



Accepted cmap-adobe-korea1 0+20051109-6 (source all)

2009-01-04 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 19:04:42 +0900
Source: cmap-adobe-korea1
Binary: cmap-adobe-korea1
Architecture: source all
Version: 0+20051109-6
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto km...@debian.org
Changed-By: Masayuki Hatta (mhatta) mha...@debian.org
Description: 
 cmap-adobe-korea1 - CMaps for Adobe-Korea1
Changes: 
 cmap-adobe-korea1 (0+20051109-6) unstable; urgency=low
 .
   * Added Homepage, Vcs-Svn and Vcs-Browser headers in control.
   * Bumped up Standards-Version to 3.8.0 (no physical changes).
   * Removed the absolute path to defoma-font in maintainer scripts.
   * Set -e in config.
Checksums-Sha1: 
 e20222a9633d4642d23e9bc0b46eee1fc423a787 1343 
cmap-adobe-korea1_0+20051109-6.dsc
 39902ba8f24a183ec6d6aa99b3d970a9bdd8f427 17147 
cmap-adobe-korea1_0+20051109-6.diff.gz
 4f98719ea8605464126889511bdb31480479c4e0 270254 
cmap-adobe-korea1_0+20051109-6_all.deb
Checksums-Sha256: 
 96a7a1d9e2edcfaa446e6e6ad2f66f0a32ede4b94abf7f03be163c37c5afb0f1 1343 
cmap-adobe-korea1_0+20051109-6.dsc
 58ff5b71480651356b8e9f0650981b8626c3bbc441b07d566746c0dd5224b0da 17147 
cmap-adobe-korea1_0+20051109-6.diff.gz
 39e3b0e8314c8776fed7f76753438d26a36f5c80f54fbf5f9daf9f41a8838a8d 270254 
cmap-adobe-korea1_0+20051109-6_all.deb
Files: 
 d6428dd5f1a43434738cf71373be3c2c 1343 non-free/misc optional 
cmap-adobe-korea1_0+20051109-6.dsc
 dca5f76c46c0c16337f33abcdd3ca315 17147 non-free/misc optional 
cmap-adobe-korea1_0+20051109-6.diff.gz
 68a651c08d32e4d01dc15e52d21c24bd 270254 non-free/misc optional 
cmap-adobe-korea1_0+20051109-6_all.deb

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

iEYEARECAAYFAklgioEACgkQy2+jQOcHWlTgEgCfZsXQA6wOQXu1Un4Ngdf7/tIr
NRcAoIeVBqKxRbpbgiOVIghBAzBO2aWb
=9URO
-END PGP SIGNATURE-


Accepted:
cmap-adobe-korea1_0+20051109-6.diff.gz
  to pool/non-free/c/cmap-adobe-korea1/cmap-adobe-korea1_0+20051109-6.diff.gz
cmap-adobe-korea1_0+20051109-6.dsc
  to pool/non-free/c/cmap-adobe-korea1/cmap-adobe-korea1_0+20051109-6.dsc
cmap-adobe-korea1_0+20051109-6_all.deb
  to pool/non-free/c/cmap-adobe-korea1/cmap-adobe-korea1_0+20051109-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



Accepted libwnck 2.24.2-1 (source all amd64)

2009-01-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 13:32:49 +0100
Source: libwnck
Binary: libwnck22 libwnck-dev libwnck-common
Architecture: source all amd64
Version: 2.24.2-1
Distribution: experimental
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 libwnck-common - Window Navigator Construction Kit - common files
 libwnck-dev - Window Navigator Construction Kit - development files
 libwnck22  - Window Navigator Construction Kit - runtime files
Changes: 
 libwnck (2.24.2-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 7d7da35b836f5b5c769fd8f66ef52e493c9a7932 1434 libwnck_2.24.2-1.dsc
 228bde1552180cb00c04b5a8d4bb78d4761c89d2 1130312 libwnck_2.24.2.orig.tar.gz
 3151cfde8cb1d30337f2579a66d91386049d3458 180317 libwnck_2.24.2-1.diff.gz
 4b0e8b1fdefb3dd5d3f7d7fd5e3cfdc0b2fbe6ad 333848 libwnck-common_2.24.2-1_all.deb
 cf3c2696ac181e6321c4074d4f6ec101e6525032 168944 libwnck22_2.24.2-1_amd64.deb
 500c8c7e27ccaeaaa8026204fc0d5a18629c2017 290012 libwnck-dev_2.24.2-1_amd64.deb
Checksums-Sha256: 
 290ca5c26172e19508df90784bca7c7e5c3f9a5578f6e4d2e2449c8cae169826 1434 
libwnck_2.24.2-1.dsc
 bf18755bbfea71683f3fad6adfc85a67abce77b86944c2b2cb08485fc67292c6 1130312 
libwnck_2.24.2.orig.tar.gz
 17a74fe9cc0f97e05094d111df33eaf639a80e3bcabce0e2095817eab7eaff39 180317 
libwnck_2.24.2-1.diff.gz
 4a4e5891238c8f9b3932a15220326602ee38b1b722fa8941efb7b00e5f106357 333848 
libwnck-common_2.24.2-1_all.deb
 c35433c0e43bac4f7890b962228df588af34962f842ab2076ba7bb4c3934809a 168944 
libwnck22_2.24.2-1_amd64.deb
 676050c7b8e1b71a6ddacb5f0c023626058c21a630c9f84da3e343d559786c4d 290012 
libwnck-dev_2.24.2-1_amd64.deb
Files: 
 55163e0058c7185fdc7633aa70cceb96 1434 libs optional libwnck_2.24.2-1.dsc
 6e243f8634370e7fbab6eae99ffa5a4f 1130312 libs optional 
libwnck_2.24.2.orig.tar.gz
 7b475425068b2a56b79ea7bc31ef8a87 180317 libs optional libwnck_2.24.2-1.diff.gz
 99db921ab911ae3e738970de13af333a 333848 libs optional 
libwnck-common_2.24.2-1_all.deb
 b283a6c397f94f37cdf91780ddb5d778 168944 libs optional 
libwnck22_2.24.2-1_amd64.deb
 04f1638a074752a9e13ccfdc3eab3e51 290012 libdevel optional 
libwnck-dev_2.24.2-1_amd64.deb

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

iD8DBQFJYK+2rSla4ddfhTMRApJqAJ9dMiGWLFeNKvzm/prEvFZDqEgHtgCgtygp
QAipLHqRqvA61i+nZ4ZMWwk=
=LRcu
-END PGP SIGNATURE-


Accepted:
libwnck-common_2.24.2-1_all.deb
  to pool/main/libw/libwnck/libwnck-common_2.24.2-1_all.deb
libwnck-dev_2.24.2-1_amd64.deb
  to pool/main/libw/libwnck/libwnck-dev_2.24.2-1_amd64.deb
libwnck22_2.24.2-1_amd64.deb
  to pool/main/libw/libwnck/libwnck22_2.24.2-1_amd64.deb
libwnck_2.24.2-1.diff.gz
  to pool/main/libw/libwnck/libwnck_2.24.2-1.diff.gz
libwnck_2.24.2-1.dsc
  to pool/main/libw/libwnck/libwnck_2.24.2-1.dsc
libwnck_2.24.2.orig.tar.gz
  to pool/main/libw/libwnck/libwnck_2.24.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



Accepted mailman 1:2.1.11-9 (source i386)

2009-01-04 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 12:30:58 +0100
Source: mailman
Binary: mailman
Architecture: source i386
Version: 1:2.1.11-9
Distribution: unstable
Urgency: high
Maintainer: Mailman for Debian pkg-mailman-hack...@lists.alioth.debian.org
Changed-By: Thijs Kinkhorst th...@debian.org
Description: 
 mailman- Powerful, web-based mailing list manager
Closes: 509996 510002 510016 510023 510107 510206 510230 510361 510556 510614
Changes: 
 mailman (1:2.1.11-9) unstable; urgency=high
 .
   [ Debconf Translations ]
   * Updated Spanish, thanks Javier Fernández-Sanguino (closes: #510023).
   * Updated Japanese, thanks Kenshi Muto (closes: #509996).
   * Updated Galician, thanks Marce Villarino (closes: #510002).
   * Updated French, thanks Christian Perrier (closes: #510016).
   * Updated Italian, thanks Luca Monducci (closes: #510107).
   * Updated Swedish, thanks Martin Bagge and Daniel Nylander
 (closes: #510206).
   * Updated Czech, thanks Miroslav Kure (closes: #510230).
   * Updated German, thanks Holger Wansing (closes: #510361).
   * Updated Portuguese, thanks Miguel Figueiredo (closes: 510556).
   * Updated Russian, thanks Sergey Alyoshin (closes: #510614).
Checksums-Sha1: 
 9e45f3d188d6ed67e5f39a34f6842d39272976a1 1624 mailman_2.1.11-9.dsc
 5dc1e992495a0e26967b53cacb7d0b4a77c2a95e 146157 mailman_2.1.11-9.diff.gz
 c16bd8b0aa570a8cc3ae13dbc35e02f350202e2c 9564160 mailman_2.1.11-9_i386.deb
Checksums-Sha256: 
 989da5a3802c89a1a7483eea5bdc820394db7635ec263a9778c2460343fe1a0c 1624 
mailman_2.1.11-9.dsc
 d6520fa58634ba33acf3cae715b1ee6f2dd2a2e492da958b2e8d9da8a9a4be21 146157 
mailman_2.1.11-9.diff.gz
 1a94cc5f5fe72c875b4e5af654d4c41812c809b33b32932501d45775c36b6d3c 9564160 
mailman_2.1.11-9_i386.deb
Files: 
 c484b20f0333e23c463d54e33c63af82 1624 mail optional mailman_2.1.11-9.dsc
 ac3f3c75c4724107ad460745d26e6aa4 146157 mail optional mailman_2.1.11-9.diff.gz
 a5a1b7f670a42f419adaf40a1f247152 9564160 mail optional 
mailman_2.1.11-9_i386.deb

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

iQEcBAEBAgAGBQJJYKRBAAoJEGz0hbPcukPf6isH/RJiVJez8mLaZq8Om1vgw2x9
IbfO+5PKnb9KXlIjwKTwoOqxVV1i8xNVdhUE+YNtL/5lri23ko9OruOPXNeUKKAL
qFmR0xHaDG2RKbEtG2H9ek7HqgQeocX0GR1ZQkiXFmHkQFM6RCSHHO2D536mn1eI
C15/ofsUXifDT9fh1OcSEyGy7T1s3BH8eJUCX1ZliQDAoyz2BlRXGDx7uQFINUI/
QS2E9vZxdaunRovzjkVcVIN6cvtcFRKxJhpZsmaJej7rRVaPetMxeABw+CX6KXlA
lbFT0eu0E91H0TvA14d3T+Boih4dp6v/TjfpmISnwUpa3QylrEmUnkpj041DdfY=
=sPWw
-END PGP SIGNATURE-


Accepted:
mailman_2.1.11-9.diff.gz
  to pool/main/m/mailman/mailman_2.1.11-9.diff.gz
mailman_2.1.11-9.dsc
  to pool/main/m/mailman/mailman_2.1.11-9.dsc
mailman_2.1.11-9_i386.deb
  to pool/main/m/mailman/mailman_2.1.11-9_i386.deb


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



Accepted odccm 0.11.1-4 (source i386)

2009-01-04 Thread Jonny Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 18:58:29 +
Source: odccm
Binary: odccm
Architecture: source i386
Version: 0.11.1-4
Distribution: unstable
Urgency: high
Maintainer: Jonny Lamb jo...@debian.org
Changed-By: Jonny Lamb jo...@debian.org
Description: 
 odccm  - Daemon to keep a connection to Windows Mobile device
Closes: 510698
Changes: 
 odccm (0.11.1-4) unstable; urgency=high
 .
   * debian/control: Added quilt Build-Dep.
   * debian/rules: Added {,un}patch quilt target calls.
   * debian/patches/: Added 01-fix-dbus-perms.diff to fix D-Bus system bus
 permissions. (Closes: #510698)
Checksums-Sha1: 
 da653a42908095e1ab338632cb99886cbf9281b1 1220 odccm_0.11.1-4.dsc
 0c6189a597bd9b719a4ebfa2bc54b2389b083fd0 4058 odccm_0.11.1-4.diff.gz
 e77f136182fe5b927e1c502a605fc86d1311da5b 27034 odccm_0.11.1-4_i386.deb
Checksums-Sha256: 
 28dc27b74206efb473664811ae5d16f58ecf8d614dcb3edbbf8bfcef2dbff194 1220 
odccm_0.11.1-4.dsc
 4e29ea97c7f691aeada2902f99c2ee64ad1629882cbd7fd7675debc780502a11 4058 
odccm_0.11.1-4.diff.gz
 ef28d1a5f70291d64cd56769723b55c30ddf5220e7afe6f3a890dcf9f99d8dd2 27034 
odccm_0.11.1-4_i386.deb
Files: 
 183b9ee9fd8ca84d922b3eebf5d0231f 1220 utils optional odccm_0.11.1-4.dsc
 40b861c390ae368f9b38d91804ae681a 4058 utils optional odccm_0.11.1-4.diff.gz
 c3b76fe88128d9d161f1cf22d272a36b 27034 utils optional odccm_0.11.1-4_i386.deb

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

iEYEARECAAYFAklhB7oACgkQwYr7ny4DlAIYTACeNtHFp3iTAOheKZOdhzFJp1ok
4OsAoLyB71QhsmHbMkq7GF/INblkmqWC
=108C
-END PGP SIGNATURE-


Accepted:
odccm_0.11.1-4.diff.gz
  to pool/main/o/odccm/odccm_0.11.1-4.diff.gz
odccm_0.11.1-4.dsc
  to pool/main/o/odccm/odccm_0.11.1-4.dsc
odccm_0.11.1-4_i386.deb
  to pool/main/o/odccm/odccm_0.11.1-4_i386.deb


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



Accepted bzr-email 0.0.1~bzr39-1 (source all)

2009-01-04 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 18:19:34 +0100
Source: bzr-email
Binary: bzr-email
Architecture: source all
Version: 0.0.1~bzr39-1
Distribution: experimental
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-email  - Notification email plugin for Bazaar
Changes: 
 bzr-email (0.0.1~bzr39-1) experimental; urgency=low
 .
   * New upstream snapshot.
Checksums-Sha1: 
 60ff0587116b6c3ab51db5a8098571c30c722560 1446 bzr-email_0.0.1~bzr39-1.dsc
 496e853821ef8c53fe3ffd4ba03d71e8100fc4c2 11698 
bzr-email_0.0.1~bzr39.orig.tar.gz
 54fa7433a17b676792c5d46b1cd929d18cc65243 1726 bzr-email_0.0.1~bzr39-1.diff.gz
 869feed8593ec7c392a9d33bf1b2da5f32d3134a 14910 bzr-email_0.0.1~bzr39-1_all.deb
Checksums-Sha256: 
 da99b44f341a9797dd41fa228af52314255a3beb7fb89ab61616d48d4a54b521 1446 
bzr-email_0.0.1~bzr39-1.dsc
 0b7e5c9a30c2109742ab7449d1759b32fe79804160b6b051997c3263f7680036 11698 
bzr-email_0.0.1~bzr39.orig.tar.gz
 b97c0beba05f8be72c0d7bc7bdc8e013b6e6b7aeb37ab8efa3c5e5777a2244f3 1726 
bzr-email_0.0.1~bzr39-1.diff.gz
 080410e0c5511379ff08102a8c7da74e2df91d310d8108cdc498f534f86ac6bd 14910 
bzr-email_0.0.1~bzr39-1_all.deb
Files: 
 17a50a7c0ac7ceaadd3432f01f239cfc 1446 devel optional 
bzr-email_0.0.1~bzr39-1.dsc
 36b5e09697421ac425ef5eca93bc4cab 11698 devel optional 
bzr-email_0.0.1~bzr39.orig.tar.gz
 05f91c6fbb08e5efa287e03d6209ce46 1726 devel optional 
bzr-email_0.0.1~bzr39-1.diff.gz
 472efd6f7b91f8f69be3fe24748961e2 14910 devel optional 
bzr-email_0.0.1~bzr39-1_all.deb

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

iJwEAQECAAYFAklhDOQACgkQDLQl4QYPZuUJvAP/QsCswMX4FHzdCmfPD50gl7ei
gEgwaz14l7yJTZnRY7wlTtM4wpvFnCsMk2/rMicUGtpAdD9oR2Yh047eCE+240AX
02SZKtB7PHK7uwGES+tc3VFptX8gX0UwJY5+RE4nLT0AtCMo793fUxHT7y6lXdiX
b7w2jDvUsrZq0p9Qa04=
=tO4E
-END PGP SIGNATURE-


Accepted:
bzr-email_0.0.1~bzr39-1.diff.gz
  to pool/main/b/bzr-email/bzr-email_0.0.1~bzr39-1.diff.gz
bzr-email_0.0.1~bzr39-1.dsc
  to pool/main/b/bzr-email/bzr-email_0.0.1~bzr39-1.dsc
bzr-email_0.0.1~bzr39-1_all.deb
  to pool/main/b/bzr-email/bzr-email_0.0.1~bzr39-1_all.deb
bzr-email_0.0.1~bzr39.orig.tar.gz
  to pool/main/b/bzr-email/bzr-email_0.0.1~bzr39.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



Accepted fglrx-driver 1:8-12-3 (source all amd64)

2009-01-04 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun,  4 Jan 2009 12:57:41 +0200
Source: fglrx-driver
Binary: fglrx-driver fglrx-glx fglrx-glx-ia32 fglrx-source fglrx-kernel-src 
fglrx-control fglrx-amdcccle fglrx-atieventsd
Architecture: source amd64 all
Version: 1:8-12-3
Distribution: experimental
Urgency: low
Maintainer: Fglrx packaging team pkg-fglrx-de...@lists.alioth.debian.org
Changed-By: Patrick Matthäi patrick.matth...@web.de
Description: 
 fglrx-amdcccle - control panel for the non-free AMD/ATI r5xx, r6xx, r7xx 
display d
 fglrx-atieventsd - external events daemon for the non-free AMD/ATI r5xx, r6xx, 
r7xx 
 fglrx-control - control panel for the non-free AMD/ATI r5xx, r6xx, r7xx 
display d
 fglrx-driver - non-free AMD/ATI r5xx, r6xx, r7xx display driver
 fglrx-glx  - proprietary libGL for the non-free AMD/ATI r5xx, r6xx, r7xx displ
 fglrx-glx-ia32 - proprietary libGL for the non-free AMD/ATI r5xx, r6xx, r7xx 
displ
 fglrx-kernel-src - kernel module source for the non-free AMD/ATI r5xx, r6xx, 
r7xx di
 fglrx-source - kernel module source for the non-free AMD/ATI r5xx, r6xx, r7xx 
di
Changes: 
 fglrx-driver (1:8-12-3) experimental; urgency=low
 .
   * Fix versioned dependency on xserver-xorg.
Checksums-Sha1: 
 3fc51aaa8fd1b00c136d65fdd97b720fef0b331d 1693 fglrx-driver_8-12-3.dsc
 be2d571fade6fe8eba720497049b869b1323b0f9 160351 fglrx-driver_8-12-3.diff.gz
 a430524fe8a49897809715f589e9d61b0e0f7338 9768928 fglrx-driver_8-12-3_amd64.deb
 7dc2f9600aa45b6a24e2c1f40ba7650559b5e0a5 6395776 fglrx-control_8-12-3_amd64.deb
 4441a4b751c51d18722eb3b0ab367c136deb 187364 fglrx-glx_8-12-3_amd64.deb
 c72d410f3192d0a0dc6bd1ef04bca628642ba1c6 1443568 fglrx-source_8-12-3_amd64.deb
 f2c0b59253fb5b4b5fd7476ac20ed25222b9fef6 125940 
fglrx-atieventsd_8-12-3_amd64.deb
 7649435c3b3b08312651e2754c315b16cda95450 19542 fglrx-amdcccle_8-12-3_all.deb
 6a7766bf96b9dd1027e5bd63e22132a021cadb76 19544 fglrx-kernel-src_8-12-3_all.deb
 adce9ad5de80d8be947d01adbc7c821a8cd42ad3 6025242 
fglrx-glx-ia32_8-12-3_amd64.deb
Checksums-Sha256: 
 f8b4dd6c58cdb467ab2556252554628f58e8d6e58d66b2ab3408ccaec28f0f6a 1693 
fglrx-driver_8-12-3.dsc
 d7fed8d97b3283a900eb59c25beea88d73a66fb1545e32dcc1b9b7ccb46bbb67 160351 
fglrx-driver_8-12-3.diff.gz
 59bbf0a6c937de28d28b6c9b0b18667ee1b8738a45f7a65870cfc7b2739f2fd3 9768928 
fglrx-driver_8-12-3_amd64.deb
 4129c074e36ae4ad91d7238c1c1de6744fce99e20761cc60d247325bdd4d2c68 6395776 
fglrx-control_8-12-3_amd64.deb
 1d064379cf69fc302e83380f40f632898a868301263d993acacaa422a9a7a1fe 187364 
fglrx-glx_8-12-3_amd64.deb
 7bfada192cafd9b675328d014dcb77e040b4f1d60651e1bfbf8c272c5b9aeed1 1443568 
fglrx-source_8-12-3_amd64.deb
 ee69ad8b629c0cde6c961ce0ba73c06b6490e7985f01f1e89d3f8256e4b12279 125940 
fglrx-atieventsd_8-12-3_amd64.deb
 e7ca47a19f104685521e96baa2e9f6d6c04d0cf3dc1920753a5b3a7286742805 19542 
fglrx-amdcccle_8-12-3_all.deb
 234c171cc6b4bfb396295a70b5c825641073b607c9828a1afb329492de94d231 19544 
fglrx-kernel-src_8-12-3_all.deb
 d780d7928f697439ca660ee004a043f6da25a9154ef0aa37fc525def57f44c69 6025242 
fglrx-glx-ia32_8-12-3_amd64.deb
Files: 
 8fb2c3b25dc32f0b627b9c43b47d02c5 1693 non-free/x11 extra 
fglrx-driver_8-12-3.dsc
 2bf699db5379af4e57db64e9d762fe05 160351 non-free/x11 extra 
fglrx-driver_8-12-3.diff.gz
 fed44f201d8de60920ab7e77c3408674 9768928 non-free/x11 extra 
fglrx-driver_8-12-3_amd64.deb
 45104cb526b1825cfb04502b3816cb7d 6395776 non-free/x11 extra 
fglrx-control_8-12-3_amd64.deb
 a78c709e61fa1894d64926252b50d3e4 187364 non-free/x11 extra 
fglrx-glx_8-12-3_amd64.deb
 ff51acba248dcdddf09c55dc370fe88c 1443568 non-free/x11 extra 
fglrx-source_8-12-3_amd64.deb
 3e56a6cab4101c5734df0a80de161e1b 125940 non-free/x11 extra 
fglrx-atieventsd_8-12-3_amd64.deb
 81486bcf3bc5076688fa4117eec4ea0d 19542 non-free/x11 extra 
fglrx-amdcccle_8-12-3_all.deb
 1e56e02cb8b1ba94569c4ba495e27c7f 19544 non-free/x11 extra 
fglrx-kernel-src_8-12-3_all.deb
 989e5d1d90edf19880f774b2c42ed17e 6025242 non-free/x11 extra 
fglrx-glx-ia32_8-12-3_amd64.deb

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

iEYEARECAAYFAklgpmUACgkQ2XA5inpabMd5WACdELhMLjHnieXKT7jO5dgCQaPm
6NAAoIC43BMGWiNtBJRQEmPWOHYMuBrm
=v+D1
-END PGP SIGNATURE-


Accepted:
fglrx-amdcccle_8-12-3_all.deb
  to pool/non-free/f/fglrx-driver/fglrx-amdcccle_8-12-3_all.deb
fglrx-atieventsd_8-12-3_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-atieventsd_8-12-3_amd64.deb
fglrx-control_8-12-3_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-control_8-12-3_amd64.deb
fglrx-driver_8-12-3.diff.gz
  to pool/non-free/f/fglrx-driver/fglrx-driver_8-12-3.diff.gz
fglrx-driver_8-12-3.dsc
  to pool/non-free/f/fglrx-driver/fglrx-driver_8-12-3.dsc
fglrx-driver_8-12-3_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-driver_8-12-3_amd64.deb
fglrx-glx-ia32_8-12-3_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-glx-ia32_8-12-3_amd64.deb
fglrx-glx_8-12-3_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-glx_8-12-3_amd64.deb

Accepted audit 1.7.10-1 (source amd64)

2009-01-04 Thread Philipp Matthias Hahn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 03 Jan 2009 17:16:22 +0100
Source: audit
Binary: auditd libaudit0 libaudit-dev python-audit audispd-plugins 
system-config-audit
Architecture: source amd64
Version: 1.7.10-1
Distribution: unstable
Urgency: low
Maintainer: Philipp Matthias Hahn pmh...@debian.org
Changed-By: Philipp Matthias Hahn pmh...@debian.org
Description: 
 audispd-plugins - Plugins for the audit event dispatcher
 auditd - User space tools for security auditing
 libaudit-dev - Header files and static library for security auditing
 libaudit0  - Dynamic library for security auditing
 python-audit - Python bindings for security auditing
 system-config-audit - Graphical utility for editing audit configuration
Changes: 
 audit (1.7.10-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 0c848adbe1bd06363a4f89ae29b4e026db09974d 1357 audit_1.7.10-1.dsc
 46151758bf1d3660b4850b4a1668f5e7a79c44c6 1271617 audit_1.7.10.orig.tar.gz
 3ed91a9bb5a2997716af66932852696b063740f7 9798 audit_1.7.10-1.diff.gz
 2e6bee09b53569d4bff382ef887347d0c3d6f895 373172 auditd_1.7.10-1_amd64.deb
 2ddfe5f776462191207cde2467ac2aa97a02cbe9 75204 libaudit0_1.7.10-1_amd64.deb
 1c923d1220fa707da9f3f86a041c06fbacd02e8f 133156 libaudit-dev_1.7.10-1_amd64.deb
 9a864daae47d8f6e5d7b9c39e916446204ab9093 70522 python-audit_1.7.10-1_amd64.deb
 fd679b7717da000be49c3267d82a075ea3a4d241 66206 
audispd-plugins_1.7.10-1_amd64.deb
 e4c71e6b0ba9a952796ce74f52e071dd9cc83bf8 73148 
system-config-audit_1.7.10-1_amd64.deb
Checksums-Sha256: 
 6470d3c0c71560b2df29f85009c937d340f8c82ebd1ce84bacf54454f3584e98 1357 
audit_1.7.10-1.dsc
 0a0a730aeb3e8986523c4b7a6b0c58ce6822d6d642563518654c7a50f50ca447 1271617 
audit_1.7.10.orig.tar.gz
 1918348e3df18558490234bc7452db4dff755c667b046f2aca9b97fffca3f6f1 9798 
audit_1.7.10-1.diff.gz
 1603a3587ed954d2e13aad7428996d0fb1a4e93111a1d18d0df1a29805a60c47 373172 
auditd_1.7.10-1_amd64.deb
 7434ed271b09b2307a8a70c6e45814a6de6a39b5f33aee0e510ec01fd2a95802 75204 
libaudit0_1.7.10-1_amd64.deb
 18fcef6c3375e37c36308f6a2cb418ab56ff81d3c072bae4fd98d09615466b2f 133156 
libaudit-dev_1.7.10-1_amd64.deb
 c7066f131939eed4437ce7e11a374947d1176083f4f077880d8de59449a8bf97 70522 
python-audit_1.7.10-1_amd64.deb
 d985c50719c02306f79cbe8254832819f126356439d8bccdadeef37be8934f89 66206 
audispd-plugins_1.7.10-1_amd64.deb
 eb799ed5c005322d519b3a1d2acfc9a9eb5f17205ad1de73f3b9e6aa61b2af57 73148 
system-config-audit_1.7.10-1_amd64.deb
Files: 
 9f1efea10ca5a85471204578364beeca 1357 libs extra audit_1.7.10-1.dsc
 ba44e750b19e6db075d5071b039e6147 1271617 libs extra audit_1.7.10.orig.tar.gz
 e5e43efec623402c2fcaa52c5bfc 9798 libs extra audit_1.7.10-1.diff.gz
 e7aaddbda6a4c85dfe2494b320ba645e 373172 admin extra auditd_1.7.10-1_amd64.deb
 2534c07bf9a2c79725c9a09a956bbde6 75204 libs extra libaudit0_1.7.10-1_amd64.deb
 ab685fc3b6aa0396409d2b71eb5a88bf 133156 libdevel extra 
libaudit-dev_1.7.10-1_amd64.deb
 3e3ded21af72a8201b5de9ff3d48bcdb 70522 python extra 
python-audit_1.7.10-1_amd64.deb
 c91026bfe84af48c3def0900cea83324 66206 admin extra 
audispd-plugins_1.7.10-1_amd64.deb
 9e28bd73b80af579dbb971480194ebeb 73148 admin extra 
system-config-audit_1.7.10-1_amd64.deb

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

iEYEARECAAYFAklflqIACgkQYPlgoZpUDjnS5wCfXkYXozBA6jYON0gbCDZnqiUg
ACoAnRVJkMN7S2vbE4k7WORmj3cOXU2M
=MGVf
-END PGP SIGNATURE-


Accepted:
audispd-plugins_1.7.10-1_amd64.deb
  to pool/main/a/audit/audispd-plugins_1.7.10-1_amd64.deb
audit_1.7.10-1.diff.gz
  to pool/main/a/audit/audit_1.7.10-1.diff.gz
audit_1.7.10-1.dsc
  to pool/main/a/audit/audit_1.7.10-1.dsc
audit_1.7.10.orig.tar.gz
  to pool/main/a/audit/audit_1.7.10.orig.tar.gz
auditd_1.7.10-1_amd64.deb
  to pool/main/a/audit/auditd_1.7.10-1_amd64.deb
libaudit-dev_1.7.10-1_amd64.deb
  to pool/main/a/audit/libaudit-dev_1.7.10-1_amd64.deb
libaudit0_1.7.10-1_amd64.deb
  to pool/main/a/audit/libaudit0_1.7.10-1_amd64.deb
python-audit_1.7.10-1_amd64.deb
  to pool/main/a/audit/python-audit_1.7.10-1_amd64.deb
system-config-audit_1.7.10-1_amd64.deb
  to pool/main/a/audit/system-config-audit_1.7.10-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



Accepted pommed 1.25~dfsg-1 (source amd64)

2009-01-04 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 14:23:46 +0100
Source: pommed
Binary: pommed gpomme wmpomme
Architecture: source amd64
Version: 1.25~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE jbla...@debian.org
Changed-By: Julien BLACHE jbla...@debian.org
Description: 
 gpomme - graphical client for pommed
 pommed - Apple laptops hotkeys event handler
 wmpomme- WindowMaker dockapp client for pommed
Changes: 
 pommed (1.25~dfsg-1) unstable; urgency=low
 .
   * New upstream release.
 + Fix DBus configuration to allow method calls to org.pommed.
Checksums-Sha1: 
 a05ee57b4f1648e364aeb26fd824371ee3ac8aad 1211 pommed_1.25~dfsg-1.dsc
 20c05d1713a9ecc65d1f991e8fcb13a70216c15a 457326 pommed_1.25~dfsg.orig.tar.gz
 6a280f2c9b122d41b92e26d5d3693cc5dcf452a1 7059 pommed_1.25~dfsg-1.diff.gz
 4b9338a18f2808411459ee292be58c17770a8bee 57472 pommed_1.25~dfsg-1_amd64.deb
 b579fd77d018d58da655ad12797e9f5ca9018650 349680 gpomme_1.25~dfsg-1_amd64.deb
 cec888f43524f7d65c821620454b22c567e4a94f 29932 wmpomme_1.25~dfsg-1_amd64.deb
Checksums-Sha256: 
 7c5367779cfee152d0cf35641c995c261c17473f488e4f2d180c063d2c7583b3 1211 
pommed_1.25~dfsg-1.dsc
 4a4b38c9791141b754fbbbf9d1e2fb4a3231af825a13ff15e9ee61da990f9c20 457326 
pommed_1.25~dfsg.orig.tar.gz
 7036497baaf28ede384517f681555febc946db168e6d1ad19988fc3c241e1a7f 7059 
pommed_1.25~dfsg-1.diff.gz
 6ad7bd8a7a3dcde5024c155152f11da850177dafad8dd2f7d4969a30e43d9b6f 57472 
pommed_1.25~dfsg-1_amd64.deb
 801e0a913bdf0d313d63a1637f7f04630648abc2321247cd5312e8689297fad5 349680 
gpomme_1.25~dfsg-1_amd64.deb
 c78de974e2b36d5c7dc6345625724cb7e3e37003328f87e1fa21a3282f8cfe1b 29932 
wmpomme_1.25~dfsg-1_amd64.deb
Files: 
 21914f9a5f4169e89357c6e33ff9016e 1211 utils optional pommed_1.25~dfsg-1.dsc
 84ff6001d1dd301a6ad74d87e4f32918 457326 utils optional 
pommed_1.25~dfsg.orig.tar.gz
 f52d3129398a91bf3b6078bf7c6b9aac 7059 utils optional pommed_1.25~dfsg-1.diff.gz
 8513619068fc1f5ff3dee9893a08a886 57472 utils optional 
pommed_1.25~dfsg-1_amd64.deb
 eb4d39a00ed4b0af5dd81b04a6810889 349680 utils optional 
gpomme_1.25~dfsg-1_amd64.deb
 6c048ca3f6ee0213f93b4d4dc1a5350f 29932 utils optional 
wmpomme_1.25~dfsg-1_amd64.deb

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

iD8DBQFJYLirzWFP1/XWUWkRAoPoAKDR36Qq6DYAdm4JQNWTln/mw5IopgCgsPDg
AaFWkwfmAPJKzNN9+HxRJes=
=Ltfg
-END PGP SIGNATURE-


Accepted:
gpomme_1.25~dfsg-1_amd64.deb
  to pool/main/p/pommed/gpomme_1.25~dfsg-1_amd64.deb
pommed_1.25~dfsg-1.diff.gz
  to pool/main/p/pommed/pommed_1.25~dfsg-1.diff.gz
pommed_1.25~dfsg-1.dsc
  to pool/main/p/pommed/pommed_1.25~dfsg-1.dsc
pommed_1.25~dfsg-1_amd64.deb
  to pool/main/p/pommed/pommed_1.25~dfsg-1_amd64.deb
pommed_1.25~dfsg.orig.tar.gz
  to pool/main/p/pommed/pommed_1.25~dfsg.orig.tar.gz
wmpomme_1.25~dfsg-1_amd64.deb
  to pool/main/p/pommed/wmpomme_1.25~dfsg-1_amd64.deb


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



Accepted x11proto-randr 1.2.99.3-1 (source all)

2009-01-04 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 20:15:27 +0100
Source: x11proto-randr
Binary: x11proto-randr-dev
Architecture: source all
Version: 1.2.99.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 x11proto-randr-dev - X11 RandR extension wire protocol
Changes: 
 x11proto-randr (1.2.99.3-1) experimental; urgency=low
 .
   [ Timo Aaltonen ]
   * New upstream prerelease.
   * Build-depend on automake, run autoreconf on build.
 .
   [ Julien Cristau ]
   * debian/rules cleanup: we don't build anything, so no need to set CFLAGS
 and DEB_{HOST,BUILD}_*.
Checksums-Sha1: 
 0fa08d0493f9cd7b0c3051998079970472578a0c 1311 x11proto-randr_1.2.99.3-1.dsc
 23c6803415335f2bf56ae85b38093ef66554ff39 79164 
x11proto-randr_1.2.99.3.orig.tar.gz
 fadd9b90b9161a48722d96e2a8c515a3b8c2d425 14425 
x11proto-randr_1.2.99.3-1.diff.gz
 1e89b7087ee5af31b45366319342f2135c534a47 34988 
x11proto-randr-dev_1.2.99.3-1_all.deb
Checksums-Sha256: 
 b3f8dc4602b590e2cf05a778b00ae4a6036cdd7602d80309c58238e93b7ac8fa 1311 
x11proto-randr_1.2.99.3-1.dsc
 88c28e5b240ade7e2d5216056a407bdc7386e48eb46c4325159b8d198ba2ddb1 79164 
x11proto-randr_1.2.99.3.orig.tar.gz
 6d36f30d1086a1fef078264bc51613ee6b4efefd5e44c848946f98d99adb49c6 14425 
x11proto-randr_1.2.99.3-1.diff.gz
 df260aaf7002538073aecf34a4c84ad900570f38840e62cdd891c086d2cef440 34988 
x11proto-randr-dev_1.2.99.3-1_all.deb
Files: 
 7a7dd8c1597b93b05efaef7f099f3157 1311 x11 optional 
x11proto-randr_1.2.99.3-1.dsc
 bbf7f8d31aeeef7e559339c1376e4fa7 79164 x11 optional 
x11proto-randr_1.2.99.3.orig.tar.gz
 c85e4a99a9fd5fb0a8442dc7d6945623 14425 x11 optional 
x11proto-randr_1.2.99.3-1.diff.gz
 718a6c78acf91fa6a871bf2e178f4d9e 34988 x11 optional 
x11proto-randr-dev_1.2.99.3-1_all.deb

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

iEYEARECAAYFAklhEE4ACgkQmEvTgKxfcAy5YwCcDvpUIVpWQGbReHmEuWNmmaC9
3fEAoINmXrdUgHoBA7JgnGXsdKJ9k3px
=0jcM
-END PGP SIGNATURE-


Accepted:
x11proto-randr-dev_1.2.99.3-1_all.deb
  to pool/main/x/x11proto-randr/x11proto-randr-dev_1.2.99.3-1_all.deb
x11proto-randr_1.2.99.3-1.diff.gz
  to pool/main/x/x11proto-randr/x11proto-randr_1.2.99.3-1.diff.gz
x11proto-randr_1.2.99.3-1.dsc
  to pool/main/x/x11proto-randr/x11proto-randr_1.2.99.3-1.dsc
x11proto-randr_1.2.99.3.orig.tar.gz
  to pool/main/x/x11proto-randr/x11proto-randr_1.2.99.3.orig.tar.gz


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



Accepted inspircd 1.1.22+dfsg-3 (source amd64)

2009-01-04 Thread Bradley Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 19:00:13 +
Source: inspircd
Binary: inspircd inspircd-dbg
Architecture: source amd64
Version: 1.1.22+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian IRC Team pkg-irc-maintain...@lists.alioth.debian.org
Changed-By: Bradley Smith bradsm...@debian.org
Description: 
 inspircd   - Modular IRCd written in C++
 inspircd-dbg - Modular IRCd written in C++ - debugging symbols
Closes: 510748
Changes: 
 inspircd (1.1.22+dfsg-3) unstable; urgency=low
 .
   * 02_fix_gnutls_config.dpatch - Fix configure script so GnuTLS module is
 built. Closes: #510748.
Checksums-Sha1: 
 ee5fbeb1b2435b196c45eb934ebabd9fc8830c26 1437 inspircd_1.1.22+dfsg-3.dsc
 2cf6e170bca162ef592bbd5add26c3d841a089bc 10430 inspircd_1.1.22+dfsg-3.diff.gz
 d05114351136ed4de529f3d02acbe493f7690407 1930206 
inspircd_1.1.22+dfsg-3_amd64.deb
 2c0f18defaf67da6eee32850a5ae632ecea5f5e9 1015966 
inspircd-dbg_1.1.22+dfsg-3_amd64.deb
Checksums-Sha256: 
 601a87da2ddfe10cb3f6f2a5d7072a0b0f2599327649b66236cdf9f12530aaae 1437 
inspircd_1.1.22+dfsg-3.dsc
 f0f3c0815c4a2c8d3cb2a97833fc2abedf190a4cdd89ebf48573d8bd0638 10430 
inspircd_1.1.22+dfsg-3.diff.gz
 d7fdeeda785587b1a16de0975c0cfa35ef55b1676db11d5eeb44d2dd2510a640 1930206 
inspircd_1.1.22+dfsg-3_amd64.deb
 7de718842592152336060a1f2b518ae518f1caa7442c3d754f18f76856b555e2 1015966 
inspircd-dbg_1.1.22+dfsg-3_amd64.deb
Files: 
 acdffcd2f7781ae79123eacc86760da7 1437 net optional inspircd_1.1.22+dfsg-3.dsc
 68d376d4b73f850eb01356380894eff2 10430 net optional 
inspircd_1.1.22+dfsg-3.diff.gz
 dfcd58386ba5228f6e24316b000af4bb 1930206 net optional 
inspircd_1.1.22+dfsg-3_amd64.deb
 d6a89165a6087e2ae69c577fd7ae4d40 1015966 net extra 
inspircd-dbg_1.1.22+dfsg-3_amd64.deb

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

iEYEARECAAYFAklhDFcACgkQj3BimscY00erBACaAuhBlnHlzODYsFBAMmYrhLGW
EZcAmgISva/C0hZvPdKyqgjOcNaX9N1E
=iA2v
-END PGP SIGNATURE-


Accepted:
inspircd-dbg_1.1.22+dfsg-3_amd64.deb
  to pool/main/i/inspircd/inspircd-dbg_1.1.22+dfsg-3_amd64.deb
inspircd_1.1.22+dfsg-3.diff.gz
  to pool/main/i/inspircd/inspircd_1.1.22+dfsg-3.diff.gz
inspircd_1.1.22+dfsg-3.dsc
  to pool/main/i/inspircd/inspircd_1.1.22+dfsg-3.dsc
inspircd_1.1.22+dfsg-3_amd64.deb
  to pool/main/i/inspircd/inspircd_1.1.22+dfsg-3_amd64.deb


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



Accepted libhx 2.2-1 (source amd64)

2009-01-04 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 02 Jan 2009 17:50:43 +0100
Source: libhx
Binary: libhx18 libhx-dev
Architecture: source amd64
Version: 2.2-1
Distribution: unstable
Urgency: low
Maintainer: Bastian Kleineidam cal...@debian.org
Changed-By: Bastian Kleineidam cal...@debian.org
Description: 
 libhx-dev  - Development files for libhx
 libhx18- A library providing queue, tree, I/O and utility functions
Changes: 
 libhx (2.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated SONAME version from 17 to 18 caused package rename from
 libhx17 to libhx18.
Checksums-Sha1: 
 b519a897692b452cb520ecb72607182294610876 1023 libhx_2.2-1.dsc
 02acc4fb4221970299fca752d65a105432984252 821667 libhx_2.2.orig.tar.gz
 6701e8ff0657305d13054e21f4cb983628853070 2028 libhx_2.2-1.diff.gz
 462b134a0fab2f0e4f70b2442cfbc96eb6f4e4fd 28634 libhx18_2.2-1_amd64.deb
 a987cc9298ad8658218f7780f6936ec73397bc43 36654 libhx-dev_2.2-1_amd64.deb
Checksums-Sha256: 
 73ae676f9f632d79152a54d9990f087a0b2197dfa816478bed34ead1044ff86b 1023 
libhx_2.2-1.dsc
 931a758efcf45aec5b47335f343d90c11aa804b2bf343d4ee786bc11b14a78e7 821667 
libhx_2.2.orig.tar.gz
 671b8939c809b0ce844160ca9555458a6ce7bd35de0c04f1b2b60d7a1b043bed 2028 
libhx_2.2-1.diff.gz
 6ba8522aa7f3ec8b09b7a99645f4247901b2003a73519661b70ca278c023d003 28634 
libhx18_2.2-1_amd64.deb
 1323f9e6a5f03b68f7b3d913990f535c8f20cd8cb807e64c0c15cafe51a4e432 36654 
libhx-dev_2.2-1_amd64.deb
Files: 
 4e3e63857dc9c12f60c8912bc128e040 1023 libs extra libhx_2.2-1.dsc
 b5740b8ce50f25f551dca459003fedd5 821667 libs extra libhx_2.2.orig.tar.gz
 7dd29c7a5c12c6495226e71ad5adb820 2028 libs extra libhx_2.2-1.diff.gz
 1025158cefca17016f0e6d3b0bfbe2a2 28634 libs extra libhx18_2.2-1_amd64.deb
 ffafaea50aa82f871d05505f6d9a85a2 36654 libdevel extra libhx-dev_2.2-1_amd64.deb

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

iEYEARECAAYFAkleRnkACgkQeBwlBDLsbz6MqQCePlv7p97QI1+1nH7L+mN5vGXY
/eUAnjFmjbPO8wvD1cXVz25xqDOlVaJB
=qY7M
-END PGP SIGNATURE-


Accepted:
libhx-dev_2.2-1_amd64.deb
  to pool/main/libh/libhx/libhx-dev_2.2-1_amd64.deb
libhx18_2.2-1_amd64.deb
  to pool/main/libh/libhx/libhx18_2.2-1_amd64.deb
libhx_2.2-1.diff.gz
  to pool/main/libh/libhx/libhx_2.2-1.diff.gz
libhx_2.2-1.dsc
  to pool/main/libh/libhx/libhx_2.2-1.dsc
libhx_2.2.orig.tar.gz
  to pool/main/libh/libhx/libhx_2.2.orig.tar.gz


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



Accepted gpsman 6.4-1 (source all)

2009-01-04 Thread Rogerio Reis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 18:43:48 +
Source: gpsman
Binary: gpsman
Architecture: source all
Version: 6.4-1
Distribution: unstable
Urgency: low
Maintainer: Rogerio Reis r...@debian.org
Changed-By: Rogerio Reis r...@debian.org
Description: 
 gpsman - A GPS data graphical manager
Closes: 449951 478185 493611
Changes: 
 gpsman (6.4-1) unstable; urgency=low
 .
   * New upstream release
   * New short description (Closes: #493611).
   * (Closes: #478185) it was a dummy bug!.
   * Bug fix: watch support removed because no suitable source repositoty
 is available. (Closes: #449951).
Checksums-Sha1: 
 9bac7cf0765c73ced8da115524348b827c15d444 922 gpsman_6.4-1.dsc
 3b76aae81fe693fddde0710381a8c67f4a10e8df 1231402 gpsman_6.4.orig.tar.gz
 6b56207ee35598f3bc6d879dc9352716aa7a1bef 4734 gpsman_6.4-1.diff.gz
 25f0270529b54a4540d149f4006bea37f3feab70 1232460 gpsman_6.4-1_all.deb
Checksums-Sha256: 
 e1083bbcb4d1e769426d339875d55f8767266bc1bd7a3dcaeab276a39222cb2e 922 
gpsman_6.4-1.dsc
 3c563adc162447cb0b6d94926c6228399d964a98918d44ec2af03ae10efd77c0 1231402 
gpsman_6.4.orig.tar.gz
 823403c7b2035327506510b6d52551271545624e8a92e1f44ef0c0994d271ae4 4734 
gpsman_6.4-1.diff.gz
 31674f4aec4744fad6d5c771f4781a6ccffe4ff860ba98df72a805c770e84ac6 1232460 
gpsman_6.4-1_all.deb
Files: 
 4c64fd09ec8c74fa48c25c929ae50d05 922 misc optional gpsman_6.4-1.dsc
 3a47f1953e0bad1ea3a79aba0a713f1a 1231402 misc optional gpsman_6.4.orig.tar.gz
 ad869e20fb5b30f714ac897260a81c77 4734 misc optional gpsman_6.4-1.diff.gz
 e02ac783f03c69c704b7808fe11526da 1232460 misc optional gpsman_6.4-1_all.deb

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

iEYEARECAAYFAklhDPoACgkQQxSObRjqNFeUWgCg1tD3R7uklptDS8fVpkKAgMqv
dtEAoJ0vFg80v2k2t1FOSOmCnlZaoUQv
=quJM
-END PGP SIGNATURE-


Accepted:
gpsman_6.4-1.diff.gz
  to pool/main/g/gpsman/gpsman_6.4-1.diff.gz
gpsman_6.4-1.dsc
  to pool/main/g/gpsman/gpsman_6.4-1.dsc
gpsman_6.4-1_all.deb
  to pool/main/g/gpsman/gpsman_6.4-1_all.deb
gpsman_6.4.orig.tar.gz
  to pool/main/g/gpsman/gpsman_6.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



Accepted gutenprint 5.2.3-1 (source all amd64)

2009-01-04 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 18:19:28 +
Source: gutenprint
Binary: gimp-gutenprint cups-driver-gutenprint libgutenprint-dev 
libgutenprint-doc libgutenprint2 libgutenprintui2-dev libgutenprintui2-1 
gutenprint-locales escputil ijsgutenprint foomatic-db-gutenprint gutenprint-doc
Architecture: source all amd64
Version: 5.2.3-1
Distribution: experimental
Urgency: low
Maintainer: Roger Leigh rle...@debian.org
Changed-By: Roger Leigh rle...@debian.org
Description: 
 cups-driver-gutenprint - printer drivers for CUPS
 escputil   - maintenance utility for Epson Stylus printers
 foomatic-db-gutenprint - OpenPrinting printer support - database for 
Gutenprint printer dr
 gimp-gutenprint - print plugin for the GIMP
 gutenprint-doc - users' guide for Gutenprint and CUPS
 gutenprint-locales - locale data files for Gutenprint
 ijsgutenprint - inkjet server - Ghostscript driver for Gutenprint
 libgutenprint-dev - development files for the Gutenprint printer driver library
 libgutenprint-doc - documentation for the Gutenprint printer driver library
 libgutenprint2 - runtime for the Gutenprint printer driver library
 libgutenprintui2-1 - runtime for the Gutenprint printer driver user interface 
library
 libgutenprintui2-dev - development files for the Gutenprint printer driver 
user interfac
Closes: 447533
Changes: 
 gutenprint (5.2.3-1) experimental; urgency=low
 .
   [ Roger Leigh ]
   * New upstream stable release.
   * debian/control:
 - Use ${source:Version} in place of ${binary:Version} for all
   dependencies except for shared library dependencies in library
   -dev packages.  This relaxes the dependencies so that a specific
   debian revision of a package is not strictly required. Thanks to
   Amaya Rodrigo Sastre.
 - ijsgutenprint no longer depends on obsolete ghostscript packages
   (Closes: #447533).
 - Build-Depend on debhelper v7.
   * debian/cups-driver-gutenprint.postinst: Don't use full path
 when running cups-genppdupdate (fix Lintian warning).
   * debian/rules:
 - update-patch-series: Use xargs -r to cope with null input.
 - Use dh_prep in place of dh_clean -k.
 - Split install into install-arch and install-indep with common
   install-common rule.
 - For binary-arch, use -s in place of -a.
Checksums-Sha1: 
 786f0b1b41dacc997149202719026c2c3f4a0fb1 1557 gutenprint_5.2.3-1.dsc
 816e764df1936ffbc3d7b3d3f1641786555feb77 6028632 gutenprint_5.2.3.orig.tar.gz
 ca1267947455dc1b4dd414f8baa6f9772d178bcb 20219 gutenprint_5.2.3-1.diff.gz
 aa65383136309aecb8600f409a7f80352d3cff6b 359506 
libgutenprint-doc_5.2.3-1_all.deb
 3077b6aa783ae227748c8c217225324f26a6510f 1298492 
gutenprint-locales_5.2.3-1_all.deb
 7e2522b3a21e5ceb815a304baf55a17ebf9b715c 4735258 
foomatic-db-gutenprint_5.2.3-1_all.deb
 cecc61187fb92e4aab9165e69481d4963453b9bc 825182 gutenprint-doc_5.2.3-1_all.deb
 84ef16ab876eff54451160cab07425577eedf615 10 
gimp-gutenprint_5.2.3-1_amd64.deb
 bc23573320583442eadb84cbf07e342a2d1dc28c 980430 
cups-driver-gutenprint_5.2.3-1_amd64.deb
 7326c9180f4730b9dba502a417512360a7ddb470 79568 
libgutenprint-dev_5.2.3-1_amd64.deb
 a6e6220742da9fee7345ea6cf14c8221e8a701ae 1051504 
libgutenprint2_5.2.3-1_amd64.deb
 ed08ff02c462154703caefb0c18eca72ee0e2fe6 34766 
libgutenprintui2-dev_5.2.3-1_amd64.deb
 d14e748c73fac15e218a586af0a259a86f4bdf42 125100 
libgutenprintui2-1_5.2.3-1_amd64.deb
 f2c19039a788be077e66257fd3b5e15dafda3dda 83374 escputil_5.2.3-1_amd64.deb
 7b618d7070f8ec6a203e61b6d367dcd49e09ca81 49198 ijsgutenprint_5.2.3-1_amd64.deb
Checksums-Sha256: 
 e3c2f93fafecfa6432aef90f3cc016f438fdfe5971d970f1f7caad0af0b6e15b 1557 
gutenprint_5.2.3-1.dsc
 d5c758c19bf617c51d201bdab21a5c148714eab412152f8b78d18765831a9e1c 6028632 
gutenprint_5.2.3.orig.tar.gz
 7017063e0ce0459b53b6485bd02d04c30d6f702871f7b41223c74bc893529244 20219 
gutenprint_5.2.3-1.diff.gz
 c220596953974b78ede1c792a2f10d1621e7a0df287ef5a94043be8560330879 359506 
libgutenprint-doc_5.2.3-1_all.deb
 68438f0176feae1f2f42ddbc927ba5a334a65eec4653cc9a14e677cf44af0162 1298492 
gutenprint-locales_5.2.3-1_all.deb
 10431c3a3240eabf098d89be779fefcb02249fd0cb7972e51b62b094f26d3f23 4735258 
foomatic-db-gutenprint_5.2.3-1_all.deb
 6a7506ff24af16f536c2913359a9bceb6e926eb38f028c64e009b9027b232fca 825182 
gutenprint-doc_5.2.3-1_all.deb
 425c567589c7ece345ff271bd6a984c2b1a5b97d05bea07c360e0b0bb2797d88 10 
gimp-gutenprint_5.2.3-1_amd64.deb
 07a6d7d7f6390f20ea9df709cf38f2294aaa7737614db573206698adadee0068 980430 
cups-driver-gutenprint_5.2.3-1_amd64.deb
 81ab05ca8ae2a5b7b9b4ce760c4b1d8aadbef8ace7962024fb27dc4404247fef 79568 
libgutenprint-dev_5.2.3-1_amd64.deb
 4ce2a3e859e5a4004cca4a1c5fb1b8f459b53722ce285b0b5d7f8ae75a680309 1051504 
libgutenprint2_5.2.3-1_amd64.deb
 8ea89bb0d67b1de891ea2bae2aadf9045e5f4227e9f809dbee22918628263db9 34766 
libgutenprintui2-dev_5.2.3-1_amd64.deb
 08ccb44631fbeee3445281617060274c093b1c01485b05db224dfa2aefd43998 125100 

Accepted libxrandr 2:1.2.99.4-1 (source i386)

2009-01-04 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 20:50:22 +0100
Source: libxrandr
Binary: libxrandr2 libxrandr2-dbg libxrandr-dev
Architecture: source i386
Version: 2:1.2.99.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libxrandr-dev - X11 RandR extension library (development headers)
 libxrandr2 - X11 RandR extension library
 libxrandr2-dbg - X11 RandR extension library (debug package)
Changes: 
 libxrandr (2:1.2.99.4-1) experimental; urgency=low
 .
   [ Timo Aaltonen ]
   * New upstream prerelease.
   * debian/control:
 - Build-depend on automake, libtool, xutils-dev.
 - Split the build-depends to span multiple lines.
 - Bump the build-dep on x11proto-randr-dev to (= 1.2.99.2).
   * debian/rules:
 - Run autoreconf -vfi on configure.
   * debian/libxrandr2.symbols: Add the new symbols.
 .
   [ Julien Cristau ]
   * Update from 1.2.99.2 to 1.2.99.4
   * Bump x11proto-randr-dev build and runtime dependencies to = 1.2.99.3.
   * debian/libxrandr2.symbols: add new symbols.
Checksums-Sha1: 
 bf92cef83fd507a182a44cfeee38d504ba4a4ec3 1504 libxrandr_1.2.99.4-1.dsc
 d2551ece776ece23f315944a3079548e24d838c0 350344 libxrandr_1.2.99.4.orig.tar.gz
 2b50b13c2df25cc67151984381da791acbf56876 16739 libxrandr_1.2.99.4-1.diff.gz
 c3d3dce6609be7ada7c71aa2914f8a969702816d 25786 libxrandr2_1.2.99.4-1_i386.deb
 8f16f4217f37ab4fdb437a7ebb1a3468e8b243ef 58458 
libxrandr2-dbg_1.2.99.4-1_i386.deb
 0c29fd3fb7bd331032c3a09f2e346329c5d90e60 32882 
libxrandr-dev_1.2.99.4-1_i386.deb
Checksums-Sha256: 
 002a38d0d38fa26920d3ad5991bf641758ba8d92754106e1a11904410e5598f7 1504 
libxrandr_1.2.99.4-1.dsc
 e6eb41b26c30df0ed1ba080e1dfd590e8dafb383fb59a4e745b7966416a5ac10 350344 
libxrandr_1.2.99.4.orig.tar.gz
 4fc3b464c2ee8baffe63c94615fa18b5968ed73280b6de006ae1abfc275d1861 16739 
libxrandr_1.2.99.4-1.diff.gz
 074c40cc08be651e53ae0459ba0a442687ab3d02f1bc8b8ac0ba1c306e7912cd 25786 
libxrandr2_1.2.99.4-1_i386.deb
 f09ee09151e47dc5f0988c4b9c65bdbb8bcf9614d29e808249d4c6b379128812 58458 
libxrandr2-dbg_1.2.99.4-1_i386.deb
 5d4852cb9c392ff1e2aa58a6716754b6b0e58343a5b599f020b14e8411d79edd 32882 
libxrandr-dev_1.2.99.4-1_i386.deb
Files: 
 7e0fc6c30c30aea3cace9d780601e384 1504 x11 optional libxrandr_1.2.99.4-1.dsc
 d6840db52bd9449c3489c15eda830905 350344 x11 optional 
libxrandr_1.2.99.4.orig.tar.gz
 d656f7bae04363e1c4f01ccb6e5ef0e5 16739 x11 optional 
libxrandr_1.2.99.4-1.diff.gz
 5ceed1d0e639575ffed7822e48a66368 25786 libs optional 
libxrandr2_1.2.99.4-1_i386.deb
 388fa02e0c359d8a5045b9499946 58458 libdevel extra 
libxrandr2-dbg_1.2.99.4-1_i386.deb
 56216a73b08d0f080acadfdb722514f8 32882 libdevel optional 
libxrandr-dev_1.2.99.4-1_i386.deb

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

iEYEARECAAYFAklhE9YACgkQmEvTgKxfcAwnOACeJPV7XfgzhhySsgMoxr3dF7m7
ackAnA3HFVGY+1xJSHMuBLxPqxmwasj/
=mtXz
-END PGP SIGNATURE-


Accepted:
libxrandr-dev_1.2.99.4-1_i386.deb
  to pool/main/libx/libxrandr/libxrandr-dev_1.2.99.4-1_i386.deb
libxrandr2-dbg_1.2.99.4-1_i386.deb
  to pool/main/libx/libxrandr/libxrandr2-dbg_1.2.99.4-1_i386.deb
libxrandr2_1.2.99.4-1_i386.deb
  to pool/main/libx/libxrandr/libxrandr2_1.2.99.4-1_i386.deb
libxrandr_1.2.99.4-1.diff.gz
  to pool/main/libx/libxrandr/libxrandr_1.2.99.4-1.diff.gz
libxrandr_1.2.99.4-1.dsc
  to pool/main/libx/libxrandr/libxrandr_1.2.99.4-1.dsc
libxrandr_1.2.99.4.orig.tar.gz
  to pool/main/libx/libxrandr/libxrandr_1.2.99.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



Accepted maven-archiver 2.3-2 (source all)

2009-01-04 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 11 Dec 2008 14:34:39 +0100
Source: maven-archiver
Binary: libmaven-archiver-java
Architecture: source all
Version: 2.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libmaven-archiver-java - Archiver component for Maven
Changes: 
 maven-archiver (2.3-2) unstable; urgency=low
 .
   * Make short description more verbose.
Checksums-Sha1: 
 d8355902dc17b31f71d92217b6bdd0842ede8b9f 1395 maven-archiver_2.3-2.dsc
 0f65e7ba768e449b674e44f72dc042c56101658d 3287 maven-archiver_2.3-2.diff.gz
 303b0fe309b7966a113def704dd5a520306632c3 13912 
libmaven-archiver-java_2.3-2_all.deb
Checksums-Sha256: 
 574b7a127ad9c1d7ac0882764ae75ee75970f189adc72d14f84cb356a075dd65 1395 
maven-archiver_2.3-2.dsc
 34d46ad5cc5527411057b4535cf04224983ca9452585a2bc6e95d1862404 3287 
maven-archiver_2.3-2.diff.gz
 09bf0a6f7ee54e48b28d33f38b54142ffe078de01df62bd05ad2a13d5b75eb65 13912 
libmaven-archiver-java_2.3-2_all.deb
Files: 
 953a421683b6fc6a44d4c22f2ca310d6 1395 devel optional maven-archiver_2.3-2.dsc
 0ca931e49aed4aee3ce04b241ed5b637 3287 devel optional 
maven-archiver_2.3-2.diff.gz
 3d0459b1e3839fad4ea0068c1e1d6070 13912 devel optional 
libmaven-archiver-java_2.3-2_all.deb

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

iEYEARECAAYFAklhHucACgkQfY3dicTPjsOaMQCfQeeibxFDQEAYMKh/3GaGq/Ft
zQUAn32WArK1zJsmEGVJX8xeJ4yDn8hs
=dkem
-END PGP SIGNATURE-


Accepted:
libmaven-archiver-java_2.3-2_all.deb
  to pool/main/m/maven-archiver/libmaven-archiver-java_2.3-2_all.deb
maven-archiver_2.3-2.diff.gz
  to pool/main/m/maven-archiver/maven-archiver_2.3-2.diff.gz
maven-archiver_2.3-2.dsc
  to pool/main/m/maven-archiver/maven-archiver_2.3-2.dsc


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



Accepted pixman 0.13.2-1 (source i386)

2009-01-04 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 21:39:31 +0100
Source: pixman
Binary: libpixman-1-0 libpixman-1-0-udeb libpixman-1-0-dbg libpixman-1-dev
Architecture: source i386
Version: 0.13.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libpixman-1-0 - pixel-manipulation library for X and cairo
 libpixman-1-0-dbg - pixel-manipulation library for X and cairo (debugging 
symbols)
 libpixman-1-0-udeb - pixel-manipulation library for X and cairo (udeb)
 libpixman-1-dev - pixel-manipulation library for X and cairo (development 
files)
Changes: 
 pixman (0.13.2-1) experimental; urgency=low
 .
   [ Timo Aaltonen ]
   * New upstream release.
   * Update libpixman-1-0.symbols with new symbols.
 .
   [ Julien Cristau ]
   * Don't use ARM SIMD code.  It doesn't do runtime detection, and will only
 work on ARMv6.
   * Fix shlibs for the udeb.
Checksums-Sha1: 
 fa1c8bb157ea45af8bf957d9a20be8e4f9a204f9 1254 pixman_0.13.2-1.dsc
 755a5f297ee4619a28983be1c2a81aac24c02b62 464446 pixman_0.13.2.orig.tar.gz
 6bc57df08a2507ec127b8790bc288bb058530d29 6183 pixman_0.13.2-1.diff.gz
 ccb064f07a15a30a45c6ea9385549f1c48280347 113966 libpixman-1-0_0.13.2-1_i386.deb
 f6be5500706029f96e97d48a354708d8771da627 109394 
libpixman-1-0-udeb_0.13.2-1_i386.udeb
 a0e89c17bb611203c72023f21174d86876ff0c46 334684 
libpixman-1-0-dbg_0.13.2-1_i386.deb
 fe01e140d208a3f32daadec5c7515481da8cdf72 134662 
libpixman-1-dev_0.13.2-1_i386.deb
Checksums-Sha256: 
 363156087d5be304da8869caed61a20b9c27c280a5dac872724ba0cb59726d6a 1254 
pixman_0.13.2-1.dsc
 45d491879791140dc1f20287e6489f32dc59ae37628038d991d9511abede3fc2 464446 
pixman_0.13.2.orig.tar.gz
 e356636b49a23ffeba745a2a93ae18302764ee37587186498cd24922e5a49683 6183 
pixman_0.13.2-1.diff.gz
 62612ac9a1448559b9faac3a1b971e4cad4046a7644754172583e2b9d8c3ea8a 113966 
libpixman-1-0_0.13.2-1_i386.deb
 c35d33e9d6b17d30314732da9c129f49930f0a5c445bb5d47c76dd2aa86091b4 109394 
libpixman-1-0-udeb_0.13.2-1_i386.udeb
 9fbc0d9c795a77125461c52eae477381f19cb12e065d0fc439f8d64bf64e71c3 334684 
libpixman-1-0-dbg_0.13.2-1_i386.deb
 e15d5aaa23df613022fe1da6ea6a549a6de4eebef0cb18a0da72395bf0b9f416 134662 
libpixman-1-dev_0.13.2-1_i386.deb
Files: 
 e08fbd27c274727f49cc8004041a9b91 1254 devel optional pixman_0.13.2-1.dsc
 837df4a02c61a60a880644393b57faed 464446 devel optional 
pixman_0.13.2.orig.tar.gz
 216bc2b65bfd5f36f83da6b8055ded91 6183 devel optional pixman_0.13.2-1.diff.gz
 4469548c9f9c46c169d89b2f16778764 113966 libs optional 
libpixman-1-0_0.13.2-1_i386.deb
 3f0e5614c86ca67453c4efec60ec7bb4 109394 debian-installer optional 
libpixman-1-0-udeb_0.13.2-1_i386.udeb
 d572d07edb6834664744e5e3acffe695 334684 libdevel extra 
libpixman-1-0-dbg_0.13.2-1_i386.deb
 5c1777f725b44370ac0bb83f69376656 134662 libdevel optional 
libpixman-1-dev_0.13.2-1_i386.deb
Package-Type: udeb

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

iEYEARECAAYFAklhIZoACgkQmEvTgKxfcAwSeACfdO1sbJZPLnjG5EiErolHY9CL
6GUAoMroxYX0oraiwC5+9woDJWgAk9kv
=WAhx
-END PGP SIGNATURE-


Accepted:
libpixman-1-0-dbg_0.13.2-1_i386.deb
  to pool/main/p/pixman/libpixman-1-0-dbg_0.13.2-1_i386.deb
libpixman-1-0-udeb_0.13.2-1_i386.udeb
  to pool/main/p/pixman/libpixman-1-0-udeb_0.13.2-1_i386.udeb
libpixman-1-0_0.13.2-1_i386.deb
  to pool/main/p/pixman/libpixman-1-0_0.13.2-1_i386.deb
libpixman-1-dev_0.13.2-1_i386.deb
  to pool/main/p/pixman/libpixman-1-dev_0.13.2-1_i386.deb
pixman_0.13.2-1.diff.gz
  to pool/main/p/pixman/pixman_0.13.2-1.diff.gz
pixman_0.13.2-1.dsc
  to pool/main/p/pixman/pixman_0.13.2-1.dsc
pixman_0.13.2.orig.tar.gz
  to pool/main/p/pixman/pixman_0.13.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



Accepted usepackage 1.8-1 (source i386)

2009-01-04 Thread Miguelangel Jose Freitas Loreto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 14:55:31 -0430
Source: usepackage
Binary: usepackage
Architecture: source i386
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: Miguelangel Jose Freitas Loreto miguelangel.frei...@gmail.com
Changed-By: Miguelangel Jose Freitas Loreto miguelangel.frei...@gmail.com
Description: 
 usepackage - utility to manage environment variables from within dotfiles
Closes: 450385 495158
Changes: 
 usepackage (1.8-1) unstable; urgency=low
 .
   * New upstream release
   * New maintainer. (Closes: #495158)
   * Fix debian/watch fails to report upstream's version (Closes: #450385)
   * Update Standards-Version to 3.8.0
Checksums-Sha1: 
 3fb2f439b004716589e5c9e4ac6434c181248850 1063 usepackage_1.8-1.dsc
 88e276a163b1dac2795c49bccd449c27e5ddd396 102537 usepackage_1.8.orig.tar.gz
 faaa00f3f5a4898ad445726106cae668a2b42b46 6177 usepackage_1.8-1.diff.gz
 788c75a5eefcdae150f09486e137ea4792fb3ce3 27994 usepackage_1.8-1_i386.deb
Checksums-Sha256: 
 5321dd55af53b0e89ece37222fdbe32031cc0bf6e1bdf007bf9e6ed942ab1688 1063 
usepackage_1.8-1.dsc
 b24364e7a07a8bc8e349f2bbbd322973dda649ba831d18b7914c4471c8544037 102537 
usepackage_1.8.orig.tar.gz
 462dc8ebe1cd6dc88c619a1e7f78e498d81dc90b581584feb9974601ac563df9 6177 
usepackage_1.8-1.diff.gz
 e9f620f34c2fd5337ba329561ba241e6d7c0b48ea3865a7e38769ca5b16ecdad 27994 
usepackage_1.8-1_i386.deb
Files: 
 cfd8cde78411c4a309052c581972b3b3 1063 utils extra usepackage_1.8-1.dsc
 08c42644589f7eafbddad2505a4e3303 102537 utils extra usepackage_1.8.orig.tar.gz
 20ec4158dac331af738d66b986a6741f 6177 utils extra usepackage_1.8-1.diff.gz
 06214c3ad6e336e4b5ae6b01de0697b8 27994 utils extra usepackage_1.8-1_i386.deb

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

iEYEARECAAYFAklhHG0ACgkQUWAsjQBcO4Je2QCfQpBorH29Nnq6TzXvZR8KSlu+
vAYAnR6nVNrKbk4UdeBSDPGvQ9Uc+hjG
=m4Wa
-END PGP SIGNATURE-


Accepted:
usepackage_1.8-1.diff.gz
  to pool/main/u/usepackage/usepackage_1.8-1.diff.gz
usepackage_1.8-1.dsc
  to pool/main/u/usepackage/usepackage_1.8-1.dsc
usepackage_1.8-1_i386.deb
  to pool/main/u/usepackage/usepackage_1.8-1_i386.deb
usepackage_1.8.orig.tar.gz
  to pool/main/u/usepackage/usepackage_1.8.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



Accepted maven-resources-plugin 2.3-2 (source all)

2009-01-04 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 11 Dec 2008 15:48:39 +0100
Source: maven-resources-plugin
Binary: libmaven-resources-plugin-java
Architecture: source all
Version: 2.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libmaven-resources-plugin-java - Maven resources plugin
Changes: 
 maven-resources-plugin (2.3-2) unstable; urgency=low
 .
   * Improve (Build-)Depends.
Checksums-Sha1: 
 501d369d1484b5a456d4079c43f6f79e095736cf 1468 maven-resources-plugin_2.3-2.dsc
 cd8ed65804c936888598ca465fd4a189162fbd3d 3437 
maven-resources-plugin_2.3-2.diff.gz
 27a2ef5ad25d5224ccf412eaaa5ac8cffc86b32b 11760 
libmaven-resources-plugin-java_2.3-2_all.deb
Checksums-Sha256: 
 32810826c09bfa56368908e230a7201d4216882b235197c1809654b3a132 1468 
maven-resources-plugin_2.3-2.dsc
 4c9c99531b79617e4532869b04d658b68b22e62a15c1ffc5132441f97efcc4bf 3437 
maven-resources-plugin_2.3-2.diff.gz
 c8f134f69f50bcdb074f5fa7ff7a3080a3740b15d0ed08ba824ca2d7abd92481 11760 
libmaven-resources-plugin-java_2.3-2_all.deb
Files: 
 0b2353014b2c89279465c8f761067694 1468 devel optional 
maven-resources-plugin_2.3-2.dsc
 5b0a09ece523d43ffd7463fe837c4887 3437 devel optional 
maven-resources-plugin_2.3-2.diff.gz
 86bf621ee5cef3b4d9bbe5b6eadd7805 11760 devel optional 
libmaven-resources-plugin-java_2.3-2_all.deb

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

iEYEARECAAYFAklhHc8ACgkQfY3dicTPjsOCtACfQFUjqwWY2kesxE7TqvXo9e2o
vqQAn0sIX6//JtJinEu5GJFtngCnPIXy
=pXMd
-END PGP SIGNATURE-


Accepted:
libmaven-resources-plugin-java_2.3-2_all.deb
  to 
pool/main/m/maven-resources-plugin/libmaven-resources-plugin-java_2.3-2_all.deb
maven-resources-plugin_2.3-2.diff.gz
  to pool/main/m/maven-resources-plugin/maven-resources-plugin_2.3-2.diff.gz
maven-resources-plugin_2.3-2.dsc
  to pool/main/m/maven-resources-plugin/maven-resources-plugin_2.3-2.dsc


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



Accepted bzr-stats 0.0.1~bzr27-1 (source all)

2009-01-04 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Sep 2008 23:22:39 +0200
Source: bzr-stats
Binary: bzr-stats
Architecture: source all
Version: 0.0.1~bzr27-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@samba.org
Description: 
 bzr-stats  - statistics plugin for Bazaar
Closes: 499180
Changes: 
 bzr-stats (0.0.1~bzr27-1) unstable; urgency=low
 .
   * New upstream snapshot.
+ Fixes missing import in classify.py. Closes: #499180
Checksums-Sha1: 
 df0b294199ea7b9462cf3cbc6b10fcdefaa5f383 1407 bzr-stats_0.0.1~bzr27-1.dsc
 db01496c53c2ae8d5ec1bd79669df674e6434392 5009 bzr-stats_0.0.1~bzr27.orig.tar.gz
 c6f6ccf79e659ff507fa7d93c15e1cc36a0e42de 1630 bzr-stats_0.0.1~bzr27-1.diff.gz
 0ba10aa61885188a29b66e32b665eab51a728981 7788 bzr-stats_0.0.1~bzr27-1_all.deb
Checksums-Sha256: 
 74d89dfd930a05e2ae6f59ab9e4369fe0400db8e5dd5da6f70d126f4934a1e44 1407 
bzr-stats_0.0.1~bzr27-1.dsc
 b12843c53199c61ef99cce54e3e6e496a1d69e037b73a7f9cd9bc8c2f409aec8 5009 
bzr-stats_0.0.1~bzr27.orig.tar.gz
 b8cb3eee2703ac8ff6d9e503dc331705d10bea3eab7695d1906d2c67edc4d506 1630 
bzr-stats_0.0.1~bzr27-1.diff.gz
 d52560d93cc4b6f9ee89a2037c85a40e39c9160a632ee927c34492c7b21a707a 7788 
bzr-stats_0.0.1~bzr27-1_all.deb
Files: 
 9086917b5a6217a15b5186bfab982519 1407 devel optional 
bzr-stats_0.0.1~bzr27-1.dsc
 0512b72f9e3f2dcb2933017ca8566511 5009 devel optional 
bzr-stats_0.0.1~bzr27.orig.tar.gz
 c63f39bc4537a707d26368e471c1623e 1630 devel optional 
bzr-stats_0.0.1~bzr27-1.diff.gz
 d1ddf367ac775bd70e255592f75adca4 7788 devel optional 
bzr-stats_0.0.1~bzr27-1_all.deb

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

iJwEAQECAAYFAklhEZoACgkQDLQl4QYPZuXN6AP+L+Vl2ob2nTF/31IhWrHZLP9l
A7yExYvL5tAdHxjYBi1CvACK88gKAtdR07cYCeCP3NBzz4rxiFM66zal2nuRNshd
OM9RmNbCO9uaBTVNZwnSXs9wS1QA4ZULdGuX5BSFk+j0lVpU22Gixd93qOYMx5Gj
8kJQO7xIY+UJgo3Y6ZU=
=Le5i
-END PGP SIGNATURE-


Accepted:
bzr-stats_0.0.1~bzr27-1.diff.gz
  to pool/main/b/bzr-stats/bzr-stats_0.0.1~bzr27-1.diff.gz
bzr-stats_0.0.1~bzr27-1.dsc
  to pool/main/b/bzr-stats/bzr-stats_0.0.1~bzr27-1.dsc
bzr-stats_0.0.1~bzr27-1_all.deb
  to pool/main/b/bzr-stats/bzr-stats_0.0.1~bzr27-1_all.deb
bzr-stats_0.0.1~bzr27.orig.tar.gz
  to pool/main/b/bzr-stats/bzr-stats_0.0.1~bzr27.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



Accepted maven-clean-plugin 2.2-2 (source all)

2009-01-04 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 11 Dec 2008 14:48:26 +0100
Source: maven-clean-plugin
Binary: libmaven-clean-plugin-java
Architecture: source all
Version: 2.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 libmaven-clean-plugin-java - Maven clean plugin
Changes: 
 maven-clean-plugin (2.2-2) unstable; urgency=low
 .
   * Switch to openjdk.
   * Add Build-Depends: libplexus-containers-java and
 libplexus-interpolation-java.
Checksums-Sha1: 
 9b9fe4ec52dde5e52fd73ffbd6d26de4602d2718 1476 maven-clean-plugin_2.2-2.dsc
 a818465c1737643fdbe88092531ae50f85cfadae 3564 maven-clean-plugin_2.2-2.diff.gz
 f6acb463917c6895441527fcf886851dc4621707 8114 
libmaven-clean-plugin-java_2.2-2_all.deb
Checksums-Sha256: 
 4e259c2c607edf1c4f2fc707534e041198654a7ed36bdca8b325ce7340f3cf2c 1476 
maven-clean-plugin_2.2-2.dsc
 838cc7755dac151e1da61ab1c0c55063d7041ba535cdd240f76e039fa0baf5c8 3564 
maven-clean-plugin_2.2-2.diff.gz
 5f8e4480790d198faf5cf8a3091b1d41176d7e16623b5b7e3f5e99c11e4e98fe 8114 
libmaven-clean-plugin-java_2.2-2_all.deb
Files: 
 995002918833cbbca2ac3374fd3c7f11 1476 devel optional 
maven-clean-plugin_2.2-2.dsc
 44e8cd98b4778f4e9fc586d9793e9184 3564 devel optional 
maven-clean-plugin_2.2-2.diff.gz
 8bdfe0d50871364e9039ae9f655acc82 8114 devel optional 
libmaven-clean-plugin-java_2.2-2_all.deb

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

iEYEARECAAYFAklhHJcACgkQfY3dicTPjsN6BgCgkon+GMW380KU2Z8FIfCWlgHy
RswAnR0F2l6pbgbNd7LOg6AmuAbIFXq5
=12TR
-END PGP SIGNATURE-


Accepted:
libmaven-clean-plugin-java_2.2-2_all.deb
  to pool/main/m/maven-clean-plugin/libmaven-clean-plugin-java_2.2-2_all.deb
maven-clean-plugin_2.2-2.diff.gz
  to pool/main/m/maven-clean-plugin/maven-clean-plugin_2.2-2.diff.gz
maven-clean-plugin_2.2-2.dsc
  to pool/main/m/maven-clean-plugin/maven-clean-plugin_2.2-2.dsc


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



Accepted renrot 1.1-2 (source all)

2009-01-04 Thread Andy Shevchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 08 Oct 2008 17:14:27 +0300
Source: renrot
Binary: renrot
Architecture: source all
Version: 1.1-2
Distribution: unstable
Urgency: low
Maintainer: Andy Shevchenko a...@smile.org.ua
Changed-By: Andy Shevchenko a...@smile.org.ua
Description: 
 renrot - Rename and rotate files according to EXIF tags
Changes: 
 renrot (1.1-2) unstable; urgency=low
 .
   * Apply full Artistic 2.0 license text
Checksums-Sha1: 
 d69e87efa87e38a9a1204984be3633662c6be0fa 1244 renrot_1.1-2.dsc
 2c6712bd260147def21a720b3cacbb94ac451be7 50446 renrot_1.1.orig.tar.gz
 2975feee65329c54e4b039c850f147d7b7ccec9e 5392 renrot_1.1-2.diff.gz
 32881c504bc3079c2f3395f6eb813231a7787f67 65702 renrot_1.1-2_all.deb
Checksums-Sha256: 
 6138671f2de8c4dbca153a4603e6636ee3d6180aa019faf361890f9df37299e5 1244 
renrot_1.1-2.dsc
 40b084bc7ff615fef62e560010b60299d3c7a3a19e576ef7c64962fdffdd79a4 50446 
renrot_1.1.orig.tar.gz
 8d5af446f96670b902a9db52822c59b48ce4e8041fee9d775f868871c799b6be 5392 
renrot_1.1-2.diff.gz
 9df3d96a7acb65575f50eca7ecc70905a3b667dae303da05965546aaab156eae 65702 
renrot_1.1-2_all.deb
Files: 
 3a97c626bb2ffe66273c0dbdb5eea916 1244 graphics optional renrot_1.1-2.dsc
 8670c08323b6af5a72dfeef335601710 50446 graphics optional renrot_1.1.orig.tar.gz
 5e8ca09eb8537d893f0460127fe240dd 5392 graphics optional renrot_1.1-2.diff.gz
 9085cdbf6f3e898423340199703b8115 65702 graphics optional renrot_1.1-2_all.deb

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

iQEcBAEBAgAGBQJJYST+AAoJEGz0hbPcukPfTXMH/Rn0vSJT+Y+g1toW2p0tqs+h
pgD6p2U1ymSp/F+86KCp6w1NdwAI7p4BP8JESEFxRpDruPjzMKoVNqjf/IEzHmFl
Oyaiehuy73dok0j7IknkFN6DwlsZxKZO7UFm/nfHdw2DPl/mWFGFjpClofAenLKL
Ue5bzi+WCOcwormYGHL7IibZjwZ6LcthHVYenLQhqIp8GMPjMViUx23OWO4UgyzO
Y6efYTwSpwL5M98mY8dvoY5/V/XvhaR3eBuJVtSyhrgBqyyw+TdKNE6T4/9qnspw
mykmYAPeRyrY2S7Z1PUDK8JIZoDFkYQ/7RRbRs02KA/KE0DfTHabREQKa/e2I98=
=J75X
-END PGP SIGNATURE-


Accepted:
renrot_1.1-2.diff.gz
  to pool/main/r/renrot/renrot_1.1-2.diff.gz
renrot_1.1-2.dsc
  to pool/main/r/renrot/renrot_1.1-2.dsc
renrot_1.1-2_all.deb
  to pool/main/r/renrot/renrot_1.1-2_all.deb
renrot_1.1.orig.tar.gz
  to pool/main/r/renrot/renrot_1.1.orig.tar.gz


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



Accepted asterisk 1:1.4.21.2~dfsg-3 (source all i386)

2009-01-04 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 21:07:37 +0200
Source: asterisk
Binary: asterisk asterisk-h323 asterisk-doc asterisk-dev asterisk-dbg 
asterisk-sounds-main asterisk-config
Architecture: source all i386
Version: 1:1.4.21.2~dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Faidon Liambotis parav...@debian.org
Description: 
 asterisk   - Open Source Private Branch Exchange (PBX)
 asterisk-config - Configuration files for Asterisk
 asterisk-dbg - Debugging symbols for Asterisk
 asterisk-dev - Development files for Asterisk
 asterisk-doc - Source code documentation for Asterisk
 asterisk-h323 - H.323 protocol support for Asterisk
 asterisk-sounds-main - Core Sound files for Asterisk (English)
Closes: 505310 507883
Changes: 
 asterisk (1:1.4.21.2~dfsg-3) unstable; urgency=medium
 .
   [ Faidon Liambotis ]
   * Fix a segfault that occured on AEL parsing on amd64 systems.
 (Closes: #507883)
   * Remove bristuff/app-meetme-avoid-overflows patch as it apparently causes
 more problems than it solves (if any).
 (Closes: #505310)
   * Urgency medium because of the RC bugfix.
 .
   [ Patrick Matthäi ]
   * Bumped Standards-Version to 3.8.0.
 .
   [ Mark Purcell ]
   * Update debian/watch
Checksums-Sha1: 
 acffdf7ed6081339a29e609dcd4df99cf23b19c2 1948 asterisk_1.4.21.2~dfsg-3.dsc
 9192b37f8ad1ffa90b92b02cfc6cb3050012d35b 139757 
asterisk_1.4.21.2~dfsg-3.diff.gz
 f43f2b70c91eb76905aee8c6bfc7759e12d6ac78 32495596 
asterisk-doc_1.4.21.2~dfsg-3_all.deb
 d9138eaec7d63cceef0ad11a494115723a280e8e 427404 
asterisk-dev_1.4.21.2~dfsg-3_all.deb
 530107b9fcf9431b88195c9ba77f22af6c54442f 1897484 
asterisk-sounds-main_1.4.21.2~dfsg-3_all.deb
 90eb72c4cae2007389535532f4639e302f739f02 478610 
asterisk-config_1.4.21.2~dfsg-3_all.deb
 97681645a4e838e122a4f2386379181b28755a7d 2420556 
asterisk_1.4.21.2~dfsg-3_i386.deb
 084d88205b4c1813787cbaec503077f1be7384cb 388192 
asterisk-h323_1.4.21.2~dfsg-3_i386.deb
 9a6682104089aceebb32192737d3008e1f1215cb 12988034 
asterisk-dbg_1.4.21.2~dfsg-3_i386.deb
Checksums-Sha256: 
 7394e27dbfc24b08306fecbf34bce13a118d298eb8fcb8b404c44d22d1c4162e 1948 
asterisk_1.4.21.2~dfsg-3.dsc
 b4ab7f0a8a7e37473722f5cf3a5e6ccd8156065a4a9e2d63a053b622cbba5eba 139757 
asterisk_1.4.21.2~dfsg-3.diff.gz
 8c5a31306bab7cc02badd0aa1f4f32c1bf7c9a481685563ba5ba02993b794277 32495596 
asterisk-doc_1.4.21.2~dfsg-3_all.deb
 6a55590215200d65819198f7ae2c99c1454fb9f0415776eb7eae77de225ee65e 427404 
asterisk-dev_1.4.21.2~dfsg-3_all.deb
 964e24e0915ecc44f1abe3a93440b68992f216a09cc60e0591f5845277e4e381 1897484 
asterisk-sounds-main_1.4.21.2~dfsg-3_all.deb
 04ac5260dae954ee657d50773c90db1dfc39e88bf5b0b0d301563ff1e66e063b 478610 
asterisk-config_1.4.21.2~dfsg-3_all.deb
 9c53d6e7f6e921d82d106a9e5a24b36ff3631c21b82f46ec860217b5176a7628 2420556 
asterisk_1.4.21.2~dfsg-3_i386.deb
 740e4c8061b82a3884bfff6e6fd613cdec0e4c8cb960d0391038014be6d76c8d 388192 
asterisk-h323_1.4.21.2~dfsg-3_i386.deb
 253044c7f0e017adce69763275294c595697e0ccc01527067604529e32c1c460 12988034 
asterisk-dbg_1.4.21.2~dfsg-3_i386.deb
Files: 
 544bd59e7403e19c28481ae0a8d9fccd 1948 comm optional 
asterisk_1.4.21.2~dfsg-3.dsc
 81f2fa7081b3b9edf75449bf77255603 139757 comm optional 
asterisk_1.4.21.2~dfsg-3.diff.gz
 14282fadee6a367bcee394af06e15857 32495596 doc extra 
asterisk-doc_1.4.21.2~dfsg-3_all.deb
 7f9204b41f2c9d489b9979d9fc63578d 427404 devel extra 
asterisk-dev_1.4.21.2~dfsg-3_all.deb
 e3f26cfa1b43a547d06d42cd9dbdf381 1897484 comm optional 
asterisk-sounds-main_1.4.21.2~dfsg-3_all.deb
 02b9640635fbbda93059ddc74338ef56 478610 comm optional 
asterisk-config_1.4.21.2~dfsg-3_all.deb
 387f201e2663a23057f50f82c54dda50 2420556 comm optional 
asterisk_1.4.21.2~dfsg-3_i386.deb
 8c5cc0aee4cc5992e0b9511b8bb71a7b 388192 comm optional 
asterisk-h323_1.4.21.2~dfsg-3_i386.deb
 fcd7695a8a162e2cccae5fcf80fb84be 12988034 devel extra 
asterisk-dbg_1.4.21.2~dfsg-3_i386.deb

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

iD8DBQFJYRrxVty5d8XpUzMRAvoQAJ44oS+y5VmtJ98dniTQkA9QwyQqYgCfVTOg
Ljf8Q0vuGoUuSdOGYuMp/pY=
=Fa5Z
-END PGP SIGNATURE-


Accepted:
asterisk-config_1.4.21.2~dfsg-3_all.deb
  to pool/main/a/asterisk/asterisk-config_1.4.21.2~dfsg-3_all.deb
asterisk-dbg_1.4.21.2~dfsg-3_i386.deb
  to pool/main/a/asterisk/asterisk-dbg_1.4.21.2~dfsg-3_i386.deb
asterisk-dev_1.4.21.2~dfsg-3_all.deb
  to pool/main/a/asterisk/asterisk-dev_1.4.21.2~dfsg-3_all.deb
asterisk-doc_1.4.21.2~dfsg-3_all.deb
  to pool/main/a/asterisk/asterisk-doc_1.4.21.2~dfsg-3_all.deb
asterisk-h323_1.4.21.2~dfsg-3_i386.deb
  to pool/main/a/asterisk/asterisk-h323_1.4.21.2~dfsg-3_i386.deb
asterisk-sounds-main_1.4.21.2~dfsg-3_all.deb
  to pool/main/a/asterisk/asterisk-sounds-main_1.4.21.2~dfsg-3_all.deb
asterisk_1.4.21.2~dfsg-3.diff.gz
  to pool/main/a/asterisk/asterisk_1.4.21.2~dfsg-3.diff.gz
asterisk_1.4.21.2~dfsg-3.dsc
  to 

Accepted libkdtree++ 0.7.0-1 (source all)

2009-01-04 Thread Martin Schreiber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 30 Dec 2008 10:34:06 +0100
Source: libkdtree++
Binary: libkdtree++-dev
Architecture: source all
Version: 0.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Martin Schreiber schreib...@gmail.com
Changed-By: Martin Schreiber schreib...@gmail.com
Description: 
 libkdtree++-dev - C++ template container implementation of kd-tree sorting
Closes: 506485
Changes: 
 libkdtree++ (0.7.0-1) unstable; urgency=low
 .
   * New upstream release (closes: Bug#506485)
Checksums-Sha1: 
 75b8976f73b3616d6149fe2f69a8935c794ab91e 986 libkdtree++_0.7.0-1.dsc
 0e752ae9612a36f61fc5db76bc4d143485055690 100720 libkdtree++_0.7.0.orig.tar.gz
 fc955fde908ca8dacd4ea37af24abe1430ac955f 35941 libkdtree++_0.7.0-1.diff.gz
 dabec3a9793f805f84238596cfec79cd7bd521c9 23814 libkdtree++-dev_0.7.0-1_all.deb
Checksums-Sha256: 
 f4bc1a94dcfd68cbae04ba81cbb1bc0a6bc74057b9c70345b4da430c3cc400c5 986 
libkdtree++_0.7.0-1.dsc
 db638dec0f8ecc8f7995e57baf55f2b3122f81f6544d8327c884f3e49bbffa24 100720 
libkdtree++_0.7.0.orig.tar.gz
 fc3e25d58d097acaf12752b758c953f7bcaf000efbaf3905e180a2571aa126ae 35941 
libkdtree++_0.7.0-1.diff.gz
 ae2875ea10bf61f213c1f7609ecd811f4a87b4923597e072d60bc0bc27919892 23814 
libkdtree++-dev_0.7.0-1_all.deb
Files: 
 0086ffd5fb9aa2a99882f35269b15806 986 libs optional libkdtree++_0.7.0-1.dsc
 b8c5ba60091d65b8c8ec11aeafc6afc5 100720 libs optional 
libkdtree++_0.7.0.orig.tar.gz
 321309be7a7db5c97db8c681d9ed8561 35941 libs optional 
libkdtree++_0.7.0-1.diff.gz
 3454b797021ac61a78510af2b05bb1ad 23814 libdevel optional 
libkdtree++-dev_0.7.0-1_all.deb

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

iEYEARECAAYFAklhAJsACgkQIgvIgzMMSnXp6gCcCGzaSBx3VleegCEzev8LDc0g
s54AoOxtBEYdgpAb67fbep3ibq2gJ62q
=VUYg
-END PGP SIGNATURE-


Accepted:
libkdtree++-dev_0.7.0-1_all.deb
  to pool/main/libk/libkdtree++/libkdtree++-dev_0.7.0-1_all.deb
libkdtree++_0.7.0-1.diff.gz
  to pool/main/libk/libkdtree++/libkdtree++_0.7.0-1.diff.gz
libkdtree++_0.7.0-1.dsc
  to pool/main/libk/libkdtree++/libkdtree++_0.7.0-1.dsc
libkdtree++_0.7.0.orig.tar.gz
  to pool/main/libk/libkdtree++/libkdtree++_0.7.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



Accepted ddclient 3.7.3-5 (source all)

2009-01-04 Thread Torsten Landschoff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 22:11:08 +0100
Source: ddclient
Binary: ddclient
Architecture: source all
Version: 3.7.3-5
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff tors...@debian.org
Changed-By: Torsten Landschoff tors...@debian.org
Description: 
 ddclient   - Update IP addresses at dynamic DNS services
Closes: 206272 230768 468320
Changes: 
 ddclient (3.7.3-5) unstable; urgency=low
 .
   * Acknowledge uploads by the l10n team. Thanks, guys!
   * Adjust wording for ddclient/interface option (closes: #230768).
   * debian/patches/daemon_doc.diff: Document that the daemon option
 takes any interval (closes: #206272). Taken from upstream SVN,
 revision 90.
   * Patch bug468320_minmax_logic.diff: Include the patch provided
 by Chris Carr to fix the sanity check on max-interval
 (closes: #468320).
Checksums-Sha1: 
 6663f4c170b9ce4e1812cfe844d9ee7dde4c906c 1051 ddclient_3.7.3-5.dsc
 73998696783847dad6d0880e9b12ee5de0608b96 35629 ddclient_3.7.3-5.diff.gz
 c19f10ce4f989e032cbfa8fc26ad865e737d6679 59514 ddclient_3.7.3-5_all.deb
Checksums-Sha256: 
 f344e350e9bdc8d617ac2bc7fa941c7a43cf9cf0e646487b63f34704607358fc 1051 
ddclient_3.7.3-5.dsc
 687ef867b219f9bc453c2bed02f90b6e7e7f7b3a667f309dadd00dce15aadee0 35629 
ddclient_3.7.3-5.diff.gz
 291c1ed5cfffd4716dc36661ade10c89175213f8a04a1d0d0003dea29be5d189 59514 
ddclient_3.7.3-5_all.deb
Files: 
 4a5d27321588d1261e0370253b8e584e 1051 net extra ddclient_3.7.3-5.dsc
 58c0444ae558ef83649a1543dd94336b 35629 net extra ddclient_3.7.3-5.diff.gz
 a67028dd403f1adf440a06a85e0df784 59514 net extra ddclient_3.7.3-5_all.deb

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

iD8DBQFJYSYOdQgHtVUb5EcRAmKLAJ0d2Y+3Ic65LAP+1krqwAoR9WvH9ACfaBm1
XGjSTHCAM81OC7/NuGnBF0Y=
=lwrA
-END PGP SIGNATURE-


Accepted:
ddclient_3.7.3-5.diff.gz
  to pool/main/d/ddclient/ddclient_3.7.3-5.diff.gz
ddclient_3.7.3-5.dsc
  to pool/main/d/ddclient/ddclient_3.7.3-5.dsc
ddclient_3.7.3-5_all.deb
  to pool/main/d/ddclient/ddclient_3.7.3-5_all.deb


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



Accepted bind9 1:9.5.0.dfsg.P2-5.1 (source all i386)

2009-01-04 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 02 Jan 2009 16:51:42 +
Source: bind9
Binary: bind9 bind9utils bind9-doc bind9-host libbind-dev libbind9-40 libdns43 
libisc44 liblwres40 libisccc40 libisccfg40 dnsutils lwresd
Architecture: source all i386
Version: 1:9.5.0.dfsg.P2-5.1
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones lam...@debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Description: 
 bind9  - Internet Domain Name Server
 bind9-doc  - Documentation for BIND
 bind9-host - Version of 'host' bundled with BIND 9.X
 bind9utils - Utilities for BIND
 dnsutils   - Clients provided with BIND
 libbind-dev - Static Libraries and Headers used by BIND
 libbind9-40 - BIND9 Shared Library used by BIND
 libdns43   - DNS Shared Library used by BIND
 libisc44   - ISC Shared Library used by BIND
 libisccc40 - Command Channel Library used by BIND
 libisccfg40 - Config File Handling Library used by BIND
 liblwres40 - Lightweight Resolver Library used by BIND
 lwresd - Lightweight Resolver Daemon
Closes: 486196 496954 501800
Changes: 
 bind9 (1:9.5.0.dfsg.P2-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Apply upstream ACL fixes from 9.5.1 to fix RC bug. Patch was provided
 by Evan Hunt (upstream bind9 developer) after Emmanuel Bouthenot
 contacted him. Closes: #496954, #501800.
   * Remove obsolete dh_installmanpages invocation which was adding
 unwanted manual pages to bind9. Closes: #486196.
Checksums-Sha1: 
 5386fd82dbd5cf1bf9d0284ba2f914b71ce47ba4 1433 bind9_9.5.0.dfsg.P2-5.1.dsc
 d8a8e2f316f1a38215290750bf1b7a427025e00c 263986 bind9_9.5.0.dfsg.P2-5.1.diff.gz
 913e897ae3f95174265864660a8ca81720ee7711 258548 
bind9-doc_9.5.0.dfsg.P2-5.1_all.deb
 5fc3a806ffa95e7344f4eb86d19a1aff06d2c78c 238992 
bind9_9.5.0.dfsg.P2-5.1_i386.deb
 f9501122bd6349341d7e530ec2aac8c9f0823f79 93210 
bind9utils_9.5.0.dfsg.P2-5.1_i386.deb
 9571acb400edcb1948487b26cb3158e9dd2a1aa0 60552 
bind9-host_9.5.0.dfsg.P2-5.1_i386.deb
 7c34aa30aaac46693b3839483a0ee2c48092a099 1246018 
libbind-dev_9.5.0.dfsg.P2-5.1_i386.deb
 9d72d501a76989b89700e404efdedda02159e6b0 31620 
libbind9-40_9.5.0.dfsg.P2-5.1_i386.deb
 ce4be2365a9409c592cad6206b071157f326687c 543264 
libdns43_9.5.0.dfsg.P2-5.1_i386.deb
 3b2380c4a9ce2c68779e3c85f35fd586130b3cdb 146944 
libisc44_9.5.0.dfsg.P2-5.1_i386.deb
 d6b6f3ea333c2b9fe0d2cc7caec19d6663fba348 44662 
liblwres40_9.5.0.dfsg.P2-5.1_i386.deb
 f925f930344f9351354b6b99ddf6051db266799d 26472 
libisccc40_9.5.0.dfsg.P2-5.1_i386.deb
 f8b097efabcdf41ba3ead83b451ff45e7b3fb904 43534 
libisccfg40_9.5.0.dfsg.P2-5.1_i386.deb
 46b1596e02807bef99c1fc0cff2deb8c3614977e 144012 
dnsutils_9.5.0.dfsg.P2-5.1_i386.deb
 0350c2d5184351e5c7c4e4edb1f5f76ffbfad701 198164 
lwresd_9.5.0.dfsg.P2-5.1_i386.deb
Checksums-Sha256: 
 5dcb89e502e14923d128c2f6135f1916538a784e371070455547612fabc46773 1433 
bind9_9.5.0.dfsg.P2-5.1.dsc
 ffb5b0f7a474084574825f2a56acf5402cfa218dffcf08713d01d325915b72b0 263986 
bind9_9.5.0.dfsg.P2-5.1.diff.gz
 4a10942fe5e71a2aab7dfa97e9d11120c1326308b76753d052cc3765726c3825 258548 
bind9-doc_9.5.0.dfsg.P2-5.1_all.deb
 c759e38286fb69c3aa3aa538fbd807067a7a0482f5fbd5aa6c691a0f4e481e14 238992 
bind9_9.5.0.dfsg.P2-5.1_i386.deb
 75948b4b00f3e9151f546dbff1dd3c543041817f37be60c551ec741796e6e402 93210 
bind9utils_9.5.0.dfsg.P2-5.1_i386.deb
 9e664b7221564fc4bcc1479a354f7dddfc9ec788a66652c89ee28f0e1f89c3fd 60552 
bind9-host_9.5.0.dfsg.P2-5.1_i386.deb
 85b1d21d772eafd2f85a090940f2ea5ebcb76e552c8ce71b3346ad3a2961e386 1246018 
libbind-dev_9.5.0.dfsg.P2-5.1_i386.deb
 f364ecd0010c184fe439ab690d4a87cd88e7bd69d85e5116e1429d81fe5e0f91 31620 
libbind9-40_9.5.0.dfsg.P2-5.1_i386.deb
 ce427238ea763f9603ce77603140278af02c010d530a340b0a23c9556665f234 543264 
libdns43_9.5.0.dfsg.P2-5.1_i386.deb
 643260a92f978cf79cbb7335979ff4fe3ce9c26147f9810f2a0ceab927a6066f 146944 
libisc44_9.5.0.dfsg.P2-5.1_i386.deb
 e3f750c9fc8985d956768df6dd66d6de2b74c714c4d8a2f9c5238b0a34e56c17 44662 
liblwres40_9.5.0.dfsg.P2-5.1_i386.deb
 2d03efd716b1e1958f8e1f6d36eea5e99606a4d68cade330b45ed476f93734e5 26472 
libisccc40_9.5.0.dfsg.P2-5.1_i386.deb
 8dc82e9e1f6e7b6da1a679ce552db2297b98c3d7be1057d5b30cf2c6d27d0f1b 43534 
libisccfg40_9.5.0.dfsg.P2-5.1_i386.deb
 2b34e7c3259c1c6e11d79a7c395da952f21b1613102c9eb9469ffe153cbbad81 144012 
dnsutils_9.5.0.dfsg.P2-5.1_i386.deb
 7a6edea0679f3cdd9b5d5505dd096c477adea7e3628a92091bfc385eae88d75d 198164 
lwresd_9.5.0.dfsg.P2-5.1_i386.deb
Files: 
 caeeca4a517e667fc239853fc0b66de8 1433 net optional bind9_9.5.0.dfsg.P2-5.1.dsc
 7ab1ca3523db07bf8c99448e9bfd20f4 263986 net optional 
bind9_9.5.0.dfsg.P2-5.1.diff.gz
 05558ab16e6a241076584ab73f7be1eb 258548 doc optional 
bind9-doc_9.5.0.dfsg.P2-5.1_all.deb
 79596986a13890f74a1faf1867b797fd 238992 net optional 
bind9_9.5.0.dfsg.P2-5.1_i386.deb
 9e9e5bcc6acb01f79dd4b0ce05ff3f89 93210 net optional 
bind9utils_9.5.0.dfsg.P2-5.1_i386.deb
 a4df9011277e7dfc75d92ec70a01685b 60552 net standard 
bind9-host_9.5.0.dfsg.P2-5.1_i386.deb
 

Accepted python2.5 2.5.2-15 (source all i386)

2009-01-04 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 18:25:14 +0100
Source: python2.5
Binary: python2.5 python2.5-minimal python2.5-examples python2.5-dev 
idle-python2.5 python2.5-dbg
Architecture: source all i386
Version: 2.5.2-15
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 idle-python2.5 - An IDE for Python (v2.5) using Tkinter
 python2.5  - An interactive high-level object-oriented language (version 2.5)
 python2.5-dbg - Debug Build of the Python Interpreter (version 2.5)
 python2.5-dev - Header files and a static library for Python (v2.5)
 python2.5-examples - Examples for the Python language (v2.5)
 python2.5-minimal - A minimal subset of the Python language (version 2.5)
Closes: 453287
Changes: 
 python2.5 (2.5.2-15) unstable; urgency=low
 .
   * ctypes.util.find_library(): Determine the shared object name of a library
 using ldconfig only, only fall back to objdump/gcc if ldconfig fails.
 Raise exceptions if gcc or objdump cannot be found. Closes: #453287,
 LP: #211962.
 Packages needing binutils and/or gcc must explicitely depend on it.
Checksums-Sha1: 
 940b674f9d6910290a8d05db640f4716283394ed 1814 python2.5_2.5.2-15.dsc
 71ac2637a7a39d7fc00a978648cf0cb79b770749 257146 python2.5_2.5.2-15.diff.gz
 322c5421b2100e7e04cb0ff9aef08dce6c2fd03c 650098 
python2.5-examples_2.5.2-15_all.deb
 4e093058508e53a7e140b2bfd4c27542f1f7d675 68260 idle-python2.5_2.5.2-15_all.deb
 f2c206c4ac73e7ee28ddc0d1ed0c8b584f17dd2a 2922494 python2.5_2.5.2-15_i386.deb
 35246687330d3665f03578c101689fec503eb452 1206582 
python2.5-minimal_2.5.2-15_i386.deb
 7d8b096dcc11377fb7f4c29dccb232df8e2550a2 1898390 
python2.5-dev_2.5.2-15_i386.deb
 eaf039c09541800315234d996c38f932b3545cd9 7433272 
python2.5-dbg_2.5.2-15_i386.deb
Checksums-Sha256: 
 f8392ae21552ceff496ca8210479b2c32ca47f4b6027273c2e5e88f5e4554061 1814 
python2.5_2.5.2-15.dsc
 050b58be8e68aba2bc2002acbc536f652515013ccd6226ad7e3b4827d2894a34 257146 
python2.5_2.5.2-15.diff.gz
 94e05dd84bb40da5b3561b72d028dfaa8a4e009b94226bfea116e0c8b36ab01a 650098 
python2.5-examples_2.5.2-15_all.deb
 1546da98c4c7d1b2b55c1af6f447d33d8611370e2ae8720bc404ffcc8009cf30 68260 
idle-python2.5_2.5.2-15_all.deb
 2e7a5901d5daa73932c80e66aedb9968a7ccbe91272e0ebc938ecd382175731e 2922494 
python2.5_2.5.2-15_i386.deb
 94784a6a3417cddb348a5fae8e1a0a1e69398215b7cd317c43bc60b79fb94a46 1206582 
python2.5-minimal_2.5.2-15_i386.deb
 8fd1b0bcc087cf3871821ca24d30fd6776de37b2cac0c491a815279a3736f32e 1898390 
python2.5-dev_2.5.2-15_i386.deb
 04b64982af3341dca4e932809b7d218a151f5ff5a6167eb35b0078443af1b5fa 7433272 
python2.5-dbg_2.5.2-15_i386.deb
Files: 
 f93664b57ac73edb6c958a098eb08d69 1814 python optional python2.5_2.5.2-15.dsc
 e5537b6f2a7ee799227d409c365d7ca1 257146 python optional 
python2.5_2.5.2-15.diff.gz
 9080ccdcced4dd964c78b058f6de6336 650098 python optional 
python2.5-examples_2.5.2-15_all.deb
 0953a417a77f6abc822cd04388df973a 68260 python optional 
idle-python2.5_2.5.2-15_all.deb
 21d4d31428201c8a17a282c012397f73 2922494 python optional 
python2.5_2.5.2-15_i386.deb
 4499721ef9e2fe172cea51924be1c877 1206582 python optional 
python2.5-minimal_2.5.2-15_i386.deb
 1b73521b77a51d8670d4ff6505448061 1898390 python optional 
python2.5-dev_2.5.2-15_i386.deb
 3b904a0b21636a27450bdb894359f97b 7433272 python extra 
python2.5-dbg_2.5.2-15_i386.deb

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

iEYEARECAAYFAklhKScACgkQStlRaw+TLJzqrwCfVjh+rfulzqg1PVZ6/PVzVjf6
s9oAoIKWLvUoc13z3devs88rzGhuFQ5r
=Vs12
-END PGP SIGNATURE-


Accepted:
idle-python2.5_2.5.2-15_all.deb
  to pool/main/p/python2.5/idle-python2.5_2.5.2-15_all.deb
python2.5-dbg_2.5.2-15_i386.deb
  to pool/main/p/python2.5/python2.5-dbg_2.5.2-15_i386.deb
python2.5-dev_2.5.2-15_i386.deb
  to pool/main/p/python2.5/python2.5-dev_2.5.2-15_i386.deb
python2.5-examples_2.5.2-15_all.deb
  to pool/main/p/python2.5/python2.5-examples_2.5.2-15_all.deb
python2.5-minimal_2.5.2-15_i386.deb
  to pool/main/p/python2.5/python2.5-minimal_2.5.2-15_i386.deb
python2.5_2.5.2-15.diff.gz
  to pool/main/p/python2.5/python2.5_2.5.2-15.diff.gz
python2.5_2.5.2-15.dsc
  to pool/main/p/python2.5/python2.5_2.5.2-15.dsc
python2.5_2.5.2-15_i386.deb
  to pool/main/p/python2.5/python2.5_2.5.2-15_i386.deb


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



  1   2   >