Re: Spam on the lists [Was: Re: Account Upgrade (Unex)]

2009-08-01 Thread Sandro Tosi
On Sat, Aug 1, 2009 at 01:39, brian m.
carlsonsand...@crustytoothpaste.ath.cx wrote:
 On Sat, Aug 01, 2009 at 02:24:28AM +0300, Eugene Gorodinsky wrote:
 Is there any way to actually make it harder to spam the list? I just
 subscribed and already see spam and phishing attacks...

 Yes.  There are infinitely many ways to make it harder to spam the list,
 among them:

 * Allowing posting only by subscribers.
 * Requiring a signed agreement and a surety bond before allowing posting
  to the list.
 * Only allowing people to post to the list if they have an armed guard
  standing beside them who shoots spammers on sight.
 * Not allowing posting to the list.

I here we miss the important one (the only method we have available):

* report a message as spam, so that we can let us filters learn from
it and subsequently remove the spam message from the archive.

on the web interface of a mailing list, available at
http://lists.debian.org/list/ , you can search for the message and
report as spam it, clicking on the button on upper right.

This can be done by *anyone*, DDs and non, and all are encouraged to
do so. It's fundamental to have reports: without them we have a false
sense of spam-free mailing lists, when we all know it's not true.

In addition, DDs can *review* all the spam reports (to filter out
false-positive from real spam messages) so that list masters can
remove them from the archive. Please, every DD, dedicate 10 minutes
(hopefully more that just once ;) ) of your time to do that: it's
boring ok, but will result in a clean archive.

More information can be found here:

http://wiki.debian.org/Teams/ListMaster/ListArchiveSpam
http://lists.debian.org/archive-spam-removals/review/
http://lists.debian.org/archive-spam-removals/review/stats.html

Thanks for your collaboration,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


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



Re: new package format

2009-08-01 Thread Tollef Fog Heen
]] Eugene Gorodinsky 

| I also think some abstraction from the actual filesystem is a good
| idea. For example currently the only way to install a lib in a
| directory other than the one it was intended for is by using a hack
| that would look at the directory of a file and move it somewhere. It
| seems that with the current situation where you want to use
| /lib/i386-linux-gnu tuples instead of the approach used before, would
| be less painful if the current package format had some abstraction
| from the filesystem. Since the programs don't usually care where the
| library is, as long as it is in the LDD_LIBRARY_PATH.

Except that this doesn't work particularly well.  Libraries embed
paths, and detecting when they do is painful.

[...]

| Currently debian policy is to have a .desktop file for each GUI
| program. What would be better, IMHO, is having some sort of
| abstraction, so that the package manager itself would create a
| .desktop file entry, given an icon and some information about the
| package.

like, the path, the description, translated into multiple languages and
so on?  This is just .desktop files reinvented.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


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



Processed (with 1 errors): please specify more info

2009-08-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 506481 -patch +moreinfo
Unknown tag/s: -patch, +moreinfo.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore squeeze squeeze-ignore.

 retitle 506481 wrong cpu optimisation, please specify more info
Bug #506481 [general] initscripts: Fix to allow falsified cpu information in 
/proc/cpuinfo
Changed Bug title to 'wrong cpu optimisation, please specify more info' from 
'initscripts: Fix to allow falsified cpu information in /proc/cpuinfo'
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#506481: please specify more info

2009-08-01 Thread Holger Levsen
tags 506481 -patch +moreinfo
retitle 506481 wrong cpu optimisation, please specify more info 
thanks

Hi Mark,

as I understand it, this bug report of yours is a bit useless atm, as it 
specifies a workaround for a non-existing (general) problem, while there is 
no indication which packages are/were really buggy.

Please provide more information about the affcted packages (possible cloning 
and reassing this bug accordingly), else I'll close this bug in some time.


regards,
Holger


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


Re: new package format

2009-08-01 Thread Eugene Gorodinsky
2009/8/1 Tollef Fog Heen tfh...@err.no:
 ]] Eugene Gorodinsky

 | I also think some abstraction from the actual filesystem is a good
 | idea. For example currently the only way to install a lib in a
 | directory other than the one it was intended for is by using a hack
 | that would look at the directory of a file and move it somewhere. It
 | seems that with the current situation where you want to use
 | /lib/i386-linux-gnu tuples instead of the approach used before, would
 | be less painful if the current package format had some abstraction
 | from the filesystem. Since the programs don't usually care where the
 | library is, as long as it is in the LDD_LIBRARY_PATH.

 Except that this doesn't work particularly well.  Libraries embed
 paths, and detecting when they do is painful.

Haven't thought of that, thanks for the input.

 [...]

 | Currently debian policy is to have a .desktop file for each GUI
 | program. What would be better, IMHO, is having some sort of
 | abstraction, so that the package manager itself would create a
 | .desktop file entry, given an icon and some information about the
 | package.

 like, the path, the description, translated into multiple languages and
 so on?  This is just .desktop files reinvented.

Not quite. This separates the actual files the program uses and needs
from the files that are needed by the user. It's up to the package
manager to decide what to do with the information provided to it (e.g.
it could create a desktop icon, a menu icon, add an icon to a dockbar
or run the program once it is installed etc.). Granted, you can scan
the package and check if it has a .desktop file and read it if the
file exists, however this is a bit hackish.

 --
 Tollef Fog Heen
 UNIX is user friendly, it's just picky about who its friends are


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




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



Re: Bits from the release team and request for discussion

2009-08-01 Thread Holger Levsen
Hi,

On Donnerstag, 30. Juli 2009, Jonathan Wiltshire wrote:
 The press team are still announcing [1] this as a decision to adopt the
 policy of timed release freezes beginning with the next release, while
 RT maintain that it is under consideration. Which is true?

Both! ;-) Or the latter, take your pick.

Really, it would have been extremly bad to make a press release the next day 
reverting yesterdays press release (noone would belive our press releases 
until after they have aged 48h...) as it would been very bad to just go on...

Also, in any case, it's a time based freeze *plan* - how the reality will look 
when squeeze and squeeze+1 are frozen is not written in PR.

And now everybody, fix an RC bug! :)


regards,
Holger

P.S.: Yes, learning is sometimes hard and sometimes its painful too (to learn 
by mistakes), but in the end, it's definitly worth it. And the alternative is 
almost always worse.


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


Re: Spam on the lists [Was: Re: Account Upgrade (Unex)]

2009-08-01 Thread Eugene Gorodinsky
2009/8/1 brian m. carlson sand...@crustytoothpaste.ath.cx:
 On Sat, Aug 01, 2009 at 02:24:28AM +0300, Eugene Gorodinsky wrote:
 Is there any way to actually make it harder to spam the list? I just
 subscribed and already see spam and phishing attacks...

 Yes.  There are infinitely many ways to make it harder to spam the list,
 among them:

 * Allowing posting only by subscribers.
 * Requiring a signed agreement and a surety bond before allowing posting
  to the list.
 * Only allowing people to post to the list if they have an armed guard
  standing beside them who shoots spammers on sight.
 * Not allowing posting to the list.

 Unfortunately, all the ways that have yet been proposed and not
 implemented have been rejected by the listmasters because all of them
 involve tradeoffs that are unacceptable to the listmasters or the Debian
 community.  If you think you have a better one that has not yet been
 discussed, feel free to file a bug on the lists.debian.org
 pseudo-package.

Thanks. Filed a wishlist proposal.

 While you're at it, please don't reply to spam, and if you must reply to
 it, please don't quote it.  We don't want to see it (again) and you make
 it harder for those of us who use statistics-based spam filters.

Ok. Sorry about that

 HTH.

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

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

 iQIcBAEBAgAGBQJKc4CaAAoJEL9TXYEfUvaLwH0P/jUEkouqTDUdeI53ojekh/TJ
 GXQVZsH0xi4/fkK0uLpaYqIEqNWweC6TatAGAHWkHbw4f6DOo4zW7EmAx1Q3tk4v
 80pmgHUZsiwwtuEipEu1iCZGNLL/+QLeCD+YsfG7UY0YEZ5AJ4pviWsnEWrnhGii
 cJUGWCF4HgYYwJE6Q6QgVZBGfL1fcTqxARFU6KxqBtfrznqHmC1QzeSt7Avl71sG
 TM8Z/zr4mVwwKsRMJmlqLtXgPpOC3W2cQVFWO4g30ynDVvRcHVLRUvB1BCD4nZCE
 mtU5PMSn1HMnBRBYkvqzH08H2DAk1V4EX2sB2JfbWN3JjY7WpROrX4rDy4aRszFw
 FraRw4NmAh+nSnigpuoPxF87y3L1AoYzaB2zh/p2eQh4sqcZvykUvokMbdfE/gkr
 DWFy8Pl7gbDI3q7gPwEQhU87ZOr2xO+EgFsf5QhrN61ZPYkLmri+sMrIfg6UCdKS
 Uijb7DbWDtZ73MkJncYA3AxzF86DxYDI16VbU/XTyq+cfKHrCJWGQKgnukqFaw3Q
 j6Ys5J4n6CNiKaf3MXLY5wxKXNn3nH0O744JCfUYnA7Baj/eGaPQ/lJnDHzIm602
 dCAZmBWr4N7Eq4FFW6zc570KCwxenMD/VS8+ceuZ79aOyr3c5+fW2vDUlAoLLbMo
 NNiTm470tmOgAhL8POol
 =fE7h
 -END PGP SIGNATURE-




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



Re: Bits from the release team and request for discussion

2009-08-01 Thread Alexander Reichle-Schmehl
Hi!

Aurelien Jarno schrieb:

 The press release not only mentions release goals but also
 infrastructure goals ftpmaster would like to have done by then.
 Then, maybe the ftpmasters should communicate through
 debian-devel-announce *in addition* to the press releases.

To the best of my knowledge all these points had already been mentioned
on different lists, e.g. during the recent NEW queue thread.  And
honestly speaking: The points mentioned have nearly no effect for most
maintainers.  The point with the highest change of being noticed by Joe
Random Developer are the automatic rejection of packages failing lintian
tests, which is actually more or lest what is already done manually
while processing the new queue now system wide and automatically.  So I
don't think it's that bad, that ftpmasters haven't announced their
plans, yet to d-d-a.


Best regards,
  Alexander


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



Re: waf into NEW, please test it with your packages

2009-08-01 Thread Luca Falavigna
Il giorno Fri, 31 Jul 2009 22:14:14 -0700
Ryan Niebur ryanrya...@gmail.com ha scritto:

 On Sat, Aug 01, 2009 at 02:48:37AM +0200, Cyril Brulebois wrote:
  Ryan Niebur ryanrya...@gmail.com (30/07/2009):
   would you mind providing a .deb of that so that I can test and
   update my dh build system patch to use it?
  
  waf deb? Check first mail in the thread.
  
 
 ok, I misunderstood what Luca was saying. I thought Luca meant a new
 version of waf, not a new version of midori :/.

Yes, I meant new midori upstream version. I haven't specified it, sorry.

We prepared waf_1.5.8+dfsg-2, which implements compatibility with
intltool and older versions of wscript. I uploaded preview packages:
http://alioth.debian.org/~dktrkranz-guest/waf_1.5.8+dfsg-2/

-- 
 . ''`.  Luca Falavigna
 : :'  :  Ubuntu MOTU Developer
 `. `'` Debian Maintainer
   `-  GPG Key: 0x86BC2A50


signature.asc
Description: PGP signature


Re: Installation of packages in home directories.

2009-08-01 Thread Cyril Brulebois
Charles Plessy ple...@debian.org (01/08/2009):
 I would really love to have such a functionality in apt.

reportbug cupt

(Seems to be an interesting challenge. Not sure it's worth the pain
though.)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: Installation of packages in home directories.

2009-08-01 Thread Paul Wise
On Sat, Aug 1, 2009 at 3:31 AM, Charles Plessyple...@debian.org wrote:
 Le Fri, Jul 31, 2009 at 03:20:46PM +0200, Giacomo A. Catenazzi a écrit :

 Anyway RH has support to install packages in own homes. This kind of
 abstraction could be nice to have.

 Hi all,

 I would really love to have such a functionality in apt. At work, we use 
 shared

There are various implementations of similar functionality out there,
like 0install, klik etc. I imagine dpkg would need some changes, here
is the bug for who want to work on implementing this:

http://bugs.debian.org/170850

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



Re: waf into NEW, please test it with your packages

2009-08-01 Thread Ryan Niebur
On Sat, Aug 01, 2009 at 12:53:42PM +0200, Luca Falavigna wrote:
 Il giorno Fri, 31 Jul 2009 22:14:14 -0700
 Ryan Niebur ryanrya...@gmail.com ha scritto:
 
  On Sat, Aug 01, 2009 at 02:48:37AM +0200, Cyril Brulebois wrote:
   Ryan Niebur ryanrya...@gmail.com (30/07/2009):
would you mind providing a .deb of that so that I can test and
update my dh build system patch to use it?
   
   waf deb? Check first mail in the thread.
   
  
  ok, I misunderstood what Luca was saying. I thought Luca meant a new
  version of waf, not a new version of midori :/.
 
 Yes, I meant new midori upstream version. I haven't specified it, sorry.
 
 We prepared waf_1.5.8+dfsg-2, which implements compatibility with
 intltool and older versions of wscript. I uploaded preview packages:
 http://alioth.debian.org/~dktrkranz-guest/waf_1.5.8+dfsg-2/
 

still fails, build log attached, you can 'debcheckout midori' and
change the WAF variable in debian/rules to reproduce it yourself.

-- 
_
Ryan Niebur
ryanrya...@gmail.com
tail: cannot open `debian/changelog' for reading: No such file or directory
dpkg-parsechangelog: failure: tail of debian/changelog gave error exit status 1
grep: debian/watch: No such file or directory
Option download-version requires an argument
Usage: uscan [options] [directories]
Run uscan --help for more details
dpkg-source: warning: extracting unsigned source package (midori_0.1.8-1.dsc)
dpkg-source: extracting midori in midori-0.1.8
dpkg-source: info: unpacking midori_0.1.8.orig.tar.gz
dpkg-source: info: applying midori_0.1.8-1.diff.gz
 dpkg-buildpackage -rfakeroot -D -us -uc -i -ICVS -I.svn -I.arch -I.#* 
-I.cvsignore -I.bzr
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package midori
dpkg-buildpackage: source version 0.1.8-1
dpkg-buildpackage: source changed by Ryan Niebur ryanrya...@gmail.com
dpkg-buildpackage: host architecture i386
 fakeroot debian/rules clean
dh --with quilt clean
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory `/tmp/tmp.SGXzStrTuI/midori-0.1.8'
/usr/bin/waf --nocache distclean
'distclean' finished successfully (0.000s)
rm -rf _build_
make[1]: Leaving directory `/tmp/tmp.SGXzStrTuI/midori-0.1.8'
   dh_quilt_unpatch
No patch removed
   dh_clean
 dpkg-source -i -ICVS -I.svn -I.arch -I.#* -I.cvsignore -I.bzr -b midori-0.1.8
dpkg-source: info: using source format `1.0'
dpkg-source: info: building midori using existing midori_0.1.8.orig.tar.gz
dpkg-source: info: building midori in midori_0.1.8-1.diff.gz
dpkg-source: info: building midori in midori_0.1.8-1.dsc
 debian/rules build
dh --with quilt build
   dh_testdir
   debian/rules override_dh_quilt_patch
make[1]: Entering directory `/tmp/tmp.SGXzStrTuI/midori-0.1.8'
ln -sf ../debian/config/Debian.h midori/midori-debian.h
test -e midori/midori-debian.h
dh_quilt_patch
Applying patch default-homepage
patching file midori/midori-websettings.c

Applying patch add-debian-searches
patching file data/search

Now at patch add-debian-searches
make[1]: Leaving directory `/tmp/tmp.SGXzStrTuI/midori-0.1.8'
   debian/rules override_dh_auto_configure
make[1]: Entering directory `/tmp/tmp.SGXzStrTuI/midori-0.1.8'
/usr/bin/waf --nocache configure --prefix /usr
Checking for program gcc : ok /usr/bin/gcc 
Checking for program cpp : ok /usr/bin/cpp 
Checking for program ar  : ok /usr/bin/ar 
Checking for program ranlib  : ok /usr/bin/ranlib 
Checking for gcc : ok  
Checking for program glib-genmarshal : ok /usr/bin/glib-genmarshal 
Checking for program glib-mkenums: ok /usr/bin/glib-mkenums 
Checking for program rst2html.py : not found 
Checking for program rst2html: ok /usr/bin/rst2html 
Checking for program msgfmt  : ok /usr/bin/msgfmt 
Checking for program intltool-merge  : ok /usr/bin/intltool-merge 
Checking for header locale.h : ok 
Checking for program rsvg-convert: ok /usr/bin/rsvg-convert 
Checking for unique-1.0 = 0.9   : ok 
Checking for libidn = 1.0   : ok 
Checking for sqlite3 = 3.0  : ok 
Checking for library m   : ok 
Checking for gmodule-2.0 = 2.8.0: ok 
Checking for gthread-2.0 = 2.8.0: ok 
Checking for gio-2.0 = 2.16.0   : ok 
Checking for gtk+-2.0 = 2.10.0  : ok 
Checking for webkit-1.0 = 1.1.1 : ok 
Checking for libsoup-2.4 = 2.25.2   : ok 
Checking for libxml-2.0 = 2.6   : ok 
Checking for header unistd.h : ok 
'configure' finished successfully (0.547s)

Localization:yes (intltool)
Icon optimizations:  yes (rsvg-convert)
Persistent history:  yes 

merge sensible-browser in xdg-open AKA how to select the best browser

2009-08-01 Thread Sandro Tosi
Hi all,
this comes from #539191 and the discussion that generated on #d-devel.

With Clint (s-b maintainer) we seem to agreed that since:

- xdg-open identifies the preferred browser the user selected in his
DE environment (like Gnome, KDE, XFCE, etc)
- s-b relies on alternatives, that might differ from users selection
- xdg-open falls back to s-b in case it's not in a DE env

we can merge the s-b code into x-o.

Right when I was about to reassign the bug (with the above reasoning)
I received a please don't.

AFAIUI the main reasoning behind this requests is that x-o can also
open files with the preferred application and not only URLs, and that
can be a sort of security problem (for example x-o a
malicious/dangerous file instead of a URL). But a reply from the
originator is welcome to clarify it :)

Honestly, I don't that problem (but it won't surprise anyone if I'm
wrong) because it's something similar to double-click on a
malicious/dangerous executable in a file manager, hence why I wanted
to bring this to a wide audience. The questions are:

- do you think that converge to x-o as the default way to open a
browser is something interesting? (merging s-b into x-o)
- do the addition of a --browser option to x-o (or a xdg-browser
symlink to x-o and the latter to recognize the exec called and act
accordingly) might be a solution to the above problem (if a problem
exists)?

Thanks for your feedback.

Have fun,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


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



Bug#535833: marked as done (general: Slow internet on iceweasel, epiphany and so on...)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 1 Aug 2009 18:09:54 +0200
with message-id 200908011809.54427.hol...@layer-acht.org
and subject line your provider provides buggy internet
has caused the Debian Bug report #535833,
regarding general: Slow internet on iceweasel, epiphany and so on...
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.)


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


The internet connection is very slow when using
the internet navigator on Debian 5.0.
This problem doesn't appear on another computer 
of my network under ubuntu whereas the DNS used 
is the same for all computers.

I fixed this problem: after typing 'about:config' 
in the adress bar of iceweasel, I modified the 
key 'network.dns.disableIPv6' to 'true'.

This operation works for iceweasel and for epiphany 
too.

I don't know if other applications are affected
by this problem (synaptic may be affected).

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Hi,

if you have to disable ipv6 to make the internet connection fast, the setup 
at your provider is broken - Debian comes with working out of the box support 
for ipv6, if you need to disable it to make the network work for you, there 
is something wrong on the network.


regards,
Holger


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


Processed: tag

2009-08-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 524729 meta-kde
Bug #524729 [general] [other] Multimedia hot keys should work by default in KDE.
Bug reassigned from package 'general' to 'meta-kde'.
Bug #524729 [meta-kde] [other] Multimedia hot keys should work by default in 
KDE.
Ignoring request to alter found versions of bug #524729 to the same values 
previously set
Bug #524729 [meta-kde] [other] Multimedia hot keys should work by default in 
KDE.
Ignoring request to alter fixed versions of bug #524729 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Processed (with 1 errors): tag

2009-08-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 506481 - patch
Bug #506481 [general] wrong cpu optimisation, please specify more info
Removed tag(s) patch.
 tag 506481 + moreinfo
Bug #506481 [general] wrong cpu optimisation, please specify more info
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Re: merge sensible-browser in xdg-open AKA how to select the best browser

2009-08-01 Thread Bernhard R. Link
* Sandro Tosi mo...@debian.org [090801 17:55]:
 [ making sensible-browser a symlink to xdg-open]
 Honestly, I don't that problem (but it won't surprise anyone if I'm
 wrong) because it's something similar to double-click on a
 malicious/dangerous executable in a file manager, hence why I wanted
 to bring this to a wide audience.

Please consider the following cases, which are usually considered
security bugs:

- some commercial mail program (you may guess one time which company
  wrote it), automatically played audio files attached to an email
  when opeing it. To determine it is an audio file it looked at the
  mime type, to play it the usual generic file opening code is used.
  You may guess one time what happens if such a file is called
  virus.exe.

- The browser links (or one of its many derivatives) has a list of
  external programs for the different file types. When it is about to
  start and external program it shows what file and which content type
  (and I think which program) it is about to start. Sadly that default
  was for images not 'see image/png:%' and so on, but only 'see %'.
  As wine was registering itself as program to open windows executables
  with, people suddenly got wine starting up, when they thought they
  had only authorized starting an image.

Even in the case of the file manager quoted above, I consider any
program just calling xdg-open[2] with it as very likely a security problem.
While users should not click on arbitrary stuff, they are usually shown
a file-type of what they click on: some text in mail program's
attachment list, an icon in a file manager and so on. Thus causing it
to start something else[1] is not the fault of the user, but that of the
program.

The possible problem with changing sensible-browser I see:
Currently sensible-browser is opening a browser. All browsers I have yet
met only show html (with enough ugly things like javascript and plugins,
but only what you also expose when surfing the net) or ask before
starting an other program (or were told to never ask again).

Thus it is quite thinkable that some program has some file downloaded
it things is html and gives this file to s-b, which would not a problem
now, but with xdg-open it likely could be.

Hochachtungsvoll,
Bernhard R. Link

[1] one could argue no such list should contain possible harmful things,
but especially with interpreters it is hard to be sure there is none
left.
[2] without giving the mime-type as some option I do not know xdg-open
has got yet...


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



Re: merge sensible-browser in xdg-open AKA how to select the best browser

2009-08-01 Thread Sandro Tosi
Hi Bernhard,

On Sat, Aug 1, 2009 at 18:41, Bernhard R. Linkbrl...@debian.org wrote:
 * Sandro Tosi mo...@debian.org [090801 17:55]:
 [ making sensible-browser a symlink to xdg-open]
 Honestly, I don't that problem (but it won't surprise anyone if I'm
 wrong) because it's something similar to double-click on a
 malicious/dangerous executable in a file manager, hence why I wanted
 to bring this to a wide audience.

 Please consider the following cases, which are usually considered
 security bugs:

 - some commercial mail program (you may guess one time which company
  wrote it), automatically played audio files attached to an email
  when opeing it. To determine it is an audio file it looked at the
  mime type, to play it the usual generic file opening code is used.
  You may guess one time what happens if such a file is called
  virus.exe.

 - The browser links (or one of its many derivatives) has a list of
  external programs for the different file types. When it is about to
  start and external program it shows what file and which content type
  (and I think which program) it is about to start. Sadly that default

not always: iceweasel (just to name one) asks but you can skip that
window clicking on a box. Maybe you can skip that check for the every
file, didn't want to check.

 Even in the case of the file manager quoted above, I consider any
 program just calling xdg-open[2] with it as very likely a security problem.
 While users should not click on arbitrary stuff, they are usually shown
 a file-type of what they click on: some text in mail program's

they are usually shown a file extension (quite different from the
content of the file, if we consider a malicious situation) or an icon,
and I think a malicious guy can fake the show the icon for the file
algorithm.

 The possible problem with changing sensible-browser I see:
 Currently sensible-browser is opening a browser. All browsers I have yet
 met only show html (with enough ugly things like javascript and plugins,

I tried iceweasel with png, pdf, txt and also a odt, and guess what,
it opened it :) (end I was also surprised it opened the ooffice file
in an embedded tab, nice to know ;) ).

 but only what you also expose when surfing the net) or ask before
 starting an other program (or were told to never ask again).

 Thus it is quite thinkable that some program has some file downloaded
 it things is html and gives this file to s-b, which would not a problem
 now, but with xdg-open it likely could be.

So, I think that if you believe that x-o is so dangerous, you should
file a grave bug against it and against all the applications that use
it. But frankly I feel it too extreme.

Anyway, have you look at x-o code? the file opening utility (because
it seems that the main and only problem with this proposal) uses
run-mailcap to open a file, the standard way to open a file or no?

x-o is just a glue around other too to try to identify the best
candidate to open a file/URL. So there are 2 options: or is so damn
wrong that it must be removed from the archive, or there must be a
stronger reasoning to not merge s-b in x-o (even more that x-o already
uses s-b) then *hypothetical* security problems.

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


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



Re: merge sensible-browser in xdg-open AKA how to select the best browser

2009-08-01 Thread Bernhard R. Link
* Sandro Tosi mo...@debian.org [090801 20:22]:
 x-o is just a glue around other too to try to identify the best
 candidate to open a file/URL. So there are 2 options: or is so damn
 wrong that it must be removed from the archive,

I'm not claiming it is totally wrong. As I said I did not look at what
it does. All I want to ask for: If you reinvent the wheel please make
it at least round. Better learn from the wheels that were there before.

It's really depressing to see the same security problems again and
again and again.

 or there must be a
 stronger reasoning to not merge s-b in x-o (even more that x-o already
 uses s-b) then *hypothetical* security problems.

All I ask for is that you understand that you are about the change the
relavant semantics of something security relevant, and act accordingly.


to the rest of the mail:

  - The browser links (or one of its many derivatives) has a list of
  external programs for the different file types. When it is about to
  start and external program it shows what file and which content type
  (and I think which program) it is about to start. Sadly that default

 not always: iceweasel (just to name one) asks but you can skip that
 window clicking on a box. Maybe you can skip that check for the every
 file, didn't want to check.

The browser links is not the browser iceweasel.

  Even in the case of the file manager quoted above, I consider any
  program just calling xdg-open[2] with it as very likely a security problem.
  While users should not click on arbitrary stuff, they are usually shown
  a file-type of what they click on: some text in mail program's

 they are usually shown a file extension (quite different from the
 content of the file, if we consider a malicious situation) or an icon,
 and I think a malicious guy can fake the show the icon for the file
 algorithm.

Some filemanagers might have security problems. Being able to hide
a security problem by another security problem does not reduce the
problem.

  The possible problem with changing sensible-browser I see:
  Currently sensible-browser is opening a browser. All browsers I have yet
  met only show html (with enough ugly things like javascript and plugins,

 I tried iceweasel with png, pdf, txt and also a odt, and guess what,
 it opened it :) (end I was also surprised it opened the ooffice file
 in an embedded tab, nice to know ;) ).

  but only what you also expose when surfing the net)

as I said: it's as dangerous as you already are otherwise.

Hochachtungsvoll,
Bernhard R. Link


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



Bug#535833: marked as done (general: Slow internet on iceweasel, epiphany and so on...)

2009-08-01 Thread Tollef Fog Heen
]]  (Debian Bug Tracking System)

| if you have to disable ipv6 to make the internet connection fast,
| the setup at your provider is broken - Debian comes with working out
| of the box support for ipv6, if you need to disable it to make the
| network work for you, there is something wrong on the network.

This is probably the same bug as
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435646, which while a
bug in the DSL router of users is not possible for most of them to work
around, while fairly trivial for us to work around in libc.  (Heck, I
believe newer libcs already have the fix in.)

(I think we should fix it, but I'm not going to fight that battle again,
since apparently having loopback ipv6 when no other IPv6 address is
configured working is more important than making Debian usable for
certain people without having to disable ipv6.  See 441857 for the other
bug in the story.)

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are




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



What to do with (packages like) Blender?

2009-08-01 Thread Cyril Brulebois
Hi folks.

It's been a while and I'm now really wondering what to do with
Blender. So that everyone can understand, I'm going to try and sum up
what I'm facing. Please note it's not intended to be a rant, rather a
summary of what I've to deal with.

 * Upstream doesn't really care about being distributed. The
   philosophy is rather unzip and run. And by trying to distribute
   it, one might disable or even break some features (see below),
   which upstream doesn't like.

 * Similarly, when it comes to Release Candidates, the main idea is to
   get builds for every platform, meaning that between the first build
   and any other build, many patches get committed to fix various
   FTBFSes on Windows, Linux, and OS X (and even more?) platforms. No
   tag, people are supposed to use trunk when they see fit to give it
   a try. And what really matters is the availability of binaries.

 * Upstream doesn't really care about security. For example, there is
   a long standing patch to prevent using predictable filenames in
   /tmp (by moving the temporary directory to something like
   ~/.blender/tmp). Fortunately, other distributors seemed to care
   about sharing the patches and sdiscussing them.

 * Upstream uses a lot of embedded code copies. Most of them with
   patches. That means that one has to get rid of them, tweak the
   sources so as to be able to use system-wide libraries, and most
   importantly, deal with any breakages that may happen. That's my
   main problem: they have their own copy of ffmpeg, which is a huge,
   fast-moving library, and trying to ensure blender is usable at any
   time after ffmpeg updates isn't trivial (obvious API breakages are
   still OK, but subtle ones aren't). It looks like I was able to
   restore the broken sound output, but not the broken video output
   (not to mention it's been quite some time, like several
   weeks/months, and I'm quite feeling guilty about that). [I should
   note there's another upstream bugfix release (2.49a, Debian is at
   2.49), which I didn't investigate yet. Maybe that particular bug
   was noted by upstream and fixed, but I think my point stands
   anyway.]

Which makes me wonder if there's a point in keeping blender as it
is. Maybe with someone able to dedicate a lot of time to it, that
might be feasible; but for one, I'm not really keen on spending lots
of time on problems upstream doesn't even care about (I've been kind
of flamed for posting a patch to add support for using system-wide
libraries).

So: what should I do? I'm thinking about orphaning the package as a
first step, and if nobody takes care of it as much as it is needed,
just remove it from the distribution. Packaging would still be
available in a git repository, so if someone sometime picks it up,
it should be quite easy not to start from scratch again.

Thanks for any insights.

Mraw,
(kind-of-lost-)
KiBi.


signature.asc
Description: Digital signature


Re: What to do with (packages like) Blender?

2009-08-01 Thread Paul Wise
On Sat, Aug 1, 2009 at 10:40 PM, Cyril Bruleboisk...@debian.org wrote:

 It's been a while and I'm now really wondering what to do with
 Blender. So that everyone can understand, I'm going to try and sum up
 what I'm facing. Please note it's not intended to be a rant, rather a
 summary of what I've to deal with.

Has upstream been receptive to patches you sent? I would personally
lean towards removing it from Debian even though some Debian users may
riot. Perhaps they will riot in the direction of upstream and thus
bring some sanity to the situation that hasn't yet been achieved.
Unfortunately that means no Yo Frankie! in Debian (which has problems
of its own).

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



emacs23 uploaded to unstable

2009-08-01 Thread Rob Browning

I've uploaded the first emacs23 packages (23.1+1-1) to unstable.  Please
file bugs as appropriate.

Note that we have also begun the process of removing emacs21 from
unstable/testing.

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4


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



Re: emacs23 uploaded to unstable

2009-08-01 Thread Sven Joachim
On 2009-08-01 22:52 +0200, Rob Browning wrote:

 I've uploaded the first emacs23 packages (23.1+1-1) to unstable.

Thanks!  Unfortunately, the current status of NEW means that they will
probably not be available for the public any time soon. :-(

  Please file bugs as appropriate.

Do you have a private repository where these packages are available for
testing?  Some add-on packages may not be compatible with emacs23, and
it would be good to sort this out ASAP.

Sven


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



Re: emacs23 uploaded to unstable

2009-08-01 Thread Rob Browning
Sven Joachim svenj...@gmx.de writes:

 Do you have a private repository where these packages are available
 for testing?  Some add-on packages may not be compatible with emacs23,
 and it would be good to sort this out ASAP.

Sure.  For now, I've put copies here:

  http://alioth.debian.org/~rlb/public_html/tmp/emacs23/

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4


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



Re: emacs23 uploaded to unstable

2009-08-01 Thread Daniel Moerner
On Sat, Aug 1, 2009 at 2:32 PM, Rob Browningr...@defaultvalue.org wrote:
 Sven Joachim svenj...@gmx.de writes:

 Do you have a private repository where these packages are available
 for testing?  Some add-on packages may not be compatible with emacs23,
 and it would be good to sort this out ASAP.

 Sure.  For now, I've put copies here:

  http://alioth.debian.org/~rlb/public_html/tmp/emacs23/

Thanks for packaging this, I think you mean:

http://alioth.debian.org/~rlb/tmp/emacs23/

Daniel

-- 
Daniel Moerner dmoer...@gmail.com


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



Re: emacs23 uploaded to unstable

2009-08-01 Thread Rob Browning
Daniel Moerner dmoer...@gmail.com writes:

 Thanks for packaging this, I think you mean:

 http://alioth.debian.org/~rlb/tmp/emacs23/

 Daniel

Yes, and thanks.
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4


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



Bug#539568: ITP: libsockets++ -- C++ sockets wrapper library

2009-08-01 Thread Leinier Cruz Salfran
Package: wnpp
Severity: wishlist
Owner: Leinier Cruz Salfran salfra...@ipigto.rimed.cu

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: libsockets++
  Version : 2.3.4
  Upstream Author : gry...@alhem.net
* URL : http://www.alhemt.net/Sockets/
* License : GPL
  Programming Lang: C++
  Description : C++ sockets class library

This is a GPL licensed C++ class library wrapping 
the berkeley sockets C API, and therefore works on 
most unixes and also win32. The library is in use 
in a number of real world applications, both 
commercial and open source.
..
Features include, but are not limited to, SSL support, 
IPv6 support, tcp and udp sockets, sctp sockets, http 
protocol, highly customizable error handling. Testing 
has been done on Linux and Windows 2000, and to some 
part on Solaris and Mac OS X.
..
The source code is released under the terms of the GNU 
GPL, but is also available under an alternative license.

- -- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

iEYEARECAAYFAkpz9C0ACgkQ8shpC1uVsMtHMwCdG/5Puo3yQddeN0ULd2h61jZL
n34Anibxjw0sSzFCvF2rCmigQBlYLfSm
=smrz
-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#535833: marked as done (general: Slow internet on iceweasel, epiphany and so on...)

2009-08-01 Thread Roger Leigh
On Sat, Aug 01, 2009 at 09:51:26PM +0200, Tollef Fog Heen wrote:
 ]]  (Debian Bug Tracking System)
 
 | if you have to disable ipv6 to make the internet connection fast,
 | the setup at your provider is broken - Debian comes with working out
 | of the box support for ipv6, if you need to disable it to make the
 | network work for you, there is something wrong on the network.
 
 This is probably the same bug as
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435646, which while a
 bug in the DSL router of users is not possible for most of them to work
 around, while fairly trivial for us to work around in libc.  (Heck, I
 believe newer libcs already have the fix in.)
 
 (I think we should fix it, but I'm not going to fight that battle again,
 since apparently having loopback ipv6 when no other IPv6 address is
 configured working is more important than making Debian usable for
 certain people without having to disable ipv6.  See 441857 for the other
 bug in the story.)

Having working local networking is important.  We wouldn't consider
broken IPv4 loopback acceptable, and broken IPv6 loopback is just as
bad.

The idea behind the patch isn't bad, but the implementation proposed
here is too naïve.  The assumption that you only want working IPv6
name resolution when you have a globally-scoped IPv6 address is too
simplistic.  Not only do you have the local loopback, you also have
link-local addresses which you can legitimately use.  Does zeroconf
support these?  Fundamentally breaking IPv6 for these use cases to
work around broken routing hardware is IMO a step too far.

If there's a better metric for detecting that IPv6 name resolution is
broken, and then disabling it, I wouldn't be opposed to it as long as
it doesn't break things which are currently working.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


maybe a problem with sid branch

2009-08-01 Thread Leinier Cruz Salfran
salfrancl:~# pbuilder create --distribution sid

[...]

The following packages have unmet dependencies:
  aptitude: Depends: libapt-pkg-libc6.9-6-4.7 but it is not installable
Depends: libept0 (= 0.5.26+b1) but it is not going to be
installed
E: Broken packages
 - Aborting with an error
 - unmounting dev/pts filesystem
 - unmounting proc filesystem
 - cleaning the build env 
- removing directory /var/cache/pbuilder/build//31827 and its
subdirectories



signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Re: emacs23 uploaded to unstable

2009-08-01 Thread Daniel Pittman
Rob Browning r...@defaultvalue.org writes:

 I've uploaded the first emacs23 packages (23.1+1-1) to unstable.  Please
 file bugs as appropriate.  Note that we have also begun the process of
 removing emacs21 from unstable/testing.

Thanks for packaging this.  I grabbed the source packages you made available,
built for amd64, and it emacs23-gtk presently working very nicely.

Regards,
Daniel
-- 
✣ Daniel Pittman✉ dan...@rimspace.net☎ +61 401 155 707
   ♽ made with 100 percent post-consumer electrons


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



Accepted fakeroot 1.12.5 (source amd64)

2009-08-01 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Aug 2009 01:47:39 -0400
Source: fakeroot
Binary: fakeroot
Architecture: source amd64
Version: 1.12.5
Distribution: unstable
Urgency: low
Maintainer: Clint Adams sch...@debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 fakeroot   - Gives a fake root environment
Closes: 538037
Changes: 
 fakeroot (1.12.5) unstable; urgency=low
 .
   * Disable biarch support on amd64.  closes: #538037.
   * Bump to Standards-Version 3.8.2.
Checksums-Sha1: 
 adc94b0d4e5a74c17100e1ec9df689b13c76d0a7 1643 fakeroot_1.12.5.dsc
 7351588ebcb30a55be32f32a97a61bf2872a86b2 398513 fakeroot_1.12.5.tar.gz
 8b6d9fed4c67503e7d19713ec4fafcf3b2afd828 98336 fakeroot_1.12.5_amd64.deb
Checksums-Sha256: 
 0652fca4ef6a8b4846b15f818fa4081dd65698f9d62989581d4f9e98d76b5bf5 1643 
fakeroot_1.12.5.dsc
 31cb910006bfe542719ccc14f0de35c51bc4c5d29a8b6a0b1c2432e353b80d1e 398513 
fakeroot_1.12.5.tar.gz
 42ef08bc0bd3c913620061842d73622b3236b98bf897c82a388f21c7ad70c392 98336 
fakeroot_1.12.5_amd64.deb
Files: 
 34edd33cbb0100d6a536e18296c38f7a 1643 utils optional fakeroot_1.12.5.dsc
 99b3a5df6f8ad6d59fced86330d4ca3f 398513 utils optional fakeroot_1.12.5.tar.gz
 6da2e3ece51a7418da8e52e04b705e34 98336 utils optional fakeroot_1.12.5_amd64.deb

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

iQIcBAEBCgAGBQJKc9ejAAoJEFWSMx4ZnTio73UQAJTE661JBqeVONVW0HVC01iD
cZZ9s1d9LRHovLwqiiTIHSzim1q6VXWAZQhLaZgCSE7FRrO8GMBUH/9cBysziXM2
bMDC6dZG4QOPMriQ4myGV16rYJYQSg4SFsfhcpW5W4EBt1G8xCuarOuWlCktHkZU
vLN/L3RDOoVGJ3wjh/RCHQKg1nE7ZCSLh3kWhzL1gukZhJsBMcCgFg2jdMPjqzhM
CpcoaaDSbVr9qm0j/9P9BEpUyrfuc9ZrT9klfSqpQorvG7pyK+Az6Xy0I+uUAntS
8JT5h+rMei9IW+dEHIe8PMbYsLwhEz1rS6UuLb6DxblGOi6/P0Enr20g2NDMK0Hj
Qo1W3PSLD/kgHKgMy7CLudPfhj4GVlAY+ZLMQ4ajcEaCrEy6z/YyMfrmbQgPWMiu
IPybMlEJhh9RYPSO0zSobChdDlVP2m8E36rjsBAw3m9hZgh5sd4pHWb8UpNlRlqq
3PQP5R2x3dnVLtTsNY/yR2DYnBzUF5086Bs0ffhlsm7h6xN58PnWBAU3tioGKmum
Eo4U1x2cHOGM7HzRw+pkorjF/63hlxC8pG3GYeD2AbaOgwv8VKgDfk50AIQ2F0Bn
5bvbQRpKB3BbG7LyzTG5Gb/T3KPrQwR4m3YqVX3okKfq6xK5GKewPMa3hmOefcxC
MTN6N9PxJQS9aubTTtOM
=f7w1
-END PGP SIGNATURE-


Accepted:
fakeroot_1.12.5.dsc
  to pool/main/f/fakeroot/fakeroot_1.12.5.dsc
fakeroot_1.12.5.tar.gz
  to pool/main/f/fakeroot/fakeroot_1.12.5.tar.gz
fakeroot_1.12.5_amd64.deb
  to pool/main/f/fakeroot/fakeroot_1.12.5_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 sed 4.2.1-2 (source amd64)

2009-08-01 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Aug 2009 01:04:04 -0400
Source: sed
Binary: sed
Architecture: source amd64
Version: 4.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Clint Adams sch...@debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 sed- The GNU sed stream editor
Changes: 
 sed (4.2.1-2) unstable; urgency=low
 .
   [ Cyril Brulebois ]
   * Make libselinux-dev only needed on Linux architectures.
 .
   [ Clint Adams ]
   * Drop old Replaces on ssed and downgrade Pre-Depends to normal
 Depends.
Checksums-Sha1: 
 00cf47f0cb2b9a5d24e89dc38b6e1245fa3f16a6 1801 sed_4.2.1-2.dsc
 84ab91aeb9d53ac0dd5bd80aee7adff4e7690374 63761 sed_4.2.1-2.diff.gz
 9cb066daf543095de1c1f79c48b20d33168f2429 250618 sed_4.2.1-2_amd64.deb
Checksums-Sha256: 
 88be8f8ab0cf5fc3aebe124075a3ee081e44a654ce5a17022d6b7093f332f4d8 1801 
sed_4.2.1-2.dsc
 fb70abbc2ab72d3e6d33975be2998748b8736e076d1643bdb7a75f2ac51f022e 63761 
sed_4.2.1-2.diff.gz
 ae7f9559b57c220a7851d5aa65495e14fd9d9c3f3da7d26b891490bdca8bbb6f 250618 
sed_4.2.1-2_amd64.deb
Files: 
 f9fa8f8c6f98e83cf41123ce0cc07a79 1801 utils required sed_4.2.1-2.dsc
 bd8b08432c8c0dd4d1034e9da8af27ed 63761 utils required sed_4.2.1-2.diff.gz
 c953b2b0fea4f730ef51a49e67568eee 250618 utils required sed_4.2.1-2_amd64.deb

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

iQIcBAEBCgAGBQJKc9j+AAoJEFWSMx4ZnTioaTMP/2rpgH0eK4mco0uREUw3yqlV
lEQxYnKr1Wt5AHps9PE2cYTaDtUVYMfoNA9vI9jF+YP+TMyMNpBGP1Z7W8FZAxpd
3KFfw8CNkpNbSLJbHNgoHaW0Tu6p8cwzCEAxDwcdB0tKzNID7CKlVlatG00A2S0I
U9iOTWY2794F+V9NzuGjwPNJyZ2gKIyGCLFklEKcul3EYTvvXK0W6VU//sl57GHO
gde3XcTQOECnFFH78nUB0QDqykKdO6F9JhoFyaG3Mqqp32134mehkrMTx7piCa4N
pq4Mucj2l91GMNGeXlF81P9j+LJpGJtJySyQbvl/A/JuISOqAcCr9Ymm5WSgp5iZ
DhOW+7NG70CK5aoBZc+kIARrO8LIhfYFGM2yI/7bdzhK1SPQSnnE6b1m+MbbjRTZ
7O1jCeAgXGhy+A/qr/trgPGZLHA+4HOnygLC9ycrE0buvEAhOm+fs0l01ACr0stF
gfy4b8sx34AbYd5Um6pV6E8+6VwPusb1rNsFUdNT5pDoH9MRhFRPvoTGYZqojk07
DlNqtVlDz49UCq+i5ZMrxWx5l/7Beu8sr7O9Jv/AGC3PBLmOXUMVAAfVIhzgirSS
KAgHQPGjsmJNWRJ5bAebUtSdZ4pJGmvM4becW8D5QNqu8eMDu9m0aViWCpNcyUNq
IVZ3Y9Aw8EF3XtixCwDO
=O8Bn
-END PGP SIGNATURE-


Accepted:
sed_4.2.1-2.diff.gz
  to pool/main/s/sed/sed_4.2.1-2.diff.gz
sed_4.2.1-2.dsc
  to pool/main/s/sed/sed_4.2.1-2.dsc
sed_4.2.1-2_amd64.deb
  to pool/main/s/sed/sed_4.2.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 firebug 1.4.1-1 (source all)

2009-08-01 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 01 Aug 2009 10:32:34 +0400
Source: firebug
Binary: iceweasel-firebug
Architecture: source all
Version: 1.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Dmitry E. Oboukhov un...@debian.org
Description: 
 iceweasel-firebug - web development plugin for iceweasel
Changes: 
 firebug (1.4.1-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 fcd43b2cfcef88a626f3a3f9543ad0bc827e7d81 1280 firebug_1.4.1-1.dsc
 ec84ec58215ab1f5a12e8e9ca2083a1f31c7006d 617347 firebug_1.4.1.orig.tar.gz
 49ffbf94e9d4c6bd08a1436fec9523dbe03ac366 3069 firebug_1.4.1-1.diff.gz
 da51e8b1a2b2b006cbfdd235f347263efd63e082 565890 
iceweasel-firebug_1.4.1-1_all.deb
Checksums-Sha256: 
 f7acc0d73a65b7057af5946c5585012ccc4164b369f18334f6d0c42b9479d9f2 1280 
firebug_1.4.1-1.dsc
 a4d8aa14de09d8a733d100033ad72a9cb284b2bbf739a21041d4cf3eaadd0b2e 617347 
firebug_1.4.1.orig.tar.gz
 a9c6e00730e41d992ff5ff9325317722c7e53b72ac582cc55164c03d0fc35fb4 3069 
firebug_1.4.1-1.diff.gz
 93e43733e963aacfc8e67b9add25fc646699ebb58c1ed7d744730859d900f43d 565890 
iceweasel-firebug_1.4.1-1_all.deb
Files: 
 ce79b3c51179159ee566b29637d1bf83 1280 web optional firebug_1.4.1-1.dsc
 98a285ba2323dd3e9e8b4272851cbad1 617347 web optional firebug_1.4.1.orig.tar.gz
 93958b13b6dca90a0e7d8bb715146dc2 3069 web optional firebug_1.4.1-1.diff.gz
 aae887377b14532e1e6d09272b5cb0b0 565890 web optional 
iceweasel-firebug_1.4.1-1_all.deb

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

iEYEAREDAAYFAkpz40QACgkQq4wAz/jiZTcWWQCbBBhytTZogWfaXXwxwGOne4MF
w8AAoLSlulvfli9WoHXu4KAGakskenxj
=Yp0Y
-END PGP SIGNATURE-


Accepted:
firebug_1.4.1-1.diff.gz
  to pool/main/f/firebug/firebug_1.4.1-1.diff.gz
firebug_1.4.1-1.dsc
  to pool/main/f/firebug/firebug_1.4.1-1.dsc
firebug_1.4.1.orig.tar.gz
  to pool/main/f/firebug/firebug_1.4.1.orig.tar.gz
iceweasel-firebug_1.4.1-1_all.deb
  to pool/main/f/firebug/iceweasel-firebug_1.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 xorg-server 2:1.6.3-1 (source all i386)

2009-08-01 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 08:55:40 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-dev xdmx xdmx-tools xnest xvfb 
xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg xserver-common
Architecture: source all i386
Version: 2:1.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Brice Goglin bgog...@debian.org
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Changes: 
 xorg-server (2:1.6.3-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 eef18487418055521f77a13b98a4f59e1068cf2f 3134 xorg-server_1.6.3-1.dsc
 1a3c80ad902d1b3540d89775b9d38bd53231167b 6180368 xorg-server_1.6.3.orig.tar.gz
 79433612d88e601cb81ec7f60549e15e22c454af 83548 xorg-server_1.6.3-1.diff.gz
 a5d5dd6a655f5d697d52d2de7fdcca1dadf1ccce 51104 xserver-common_1.6.3-1_all.deb
 42c86e712a1163b4661d1780c7c7e4c79a25db66 2176342 
xserver-xorg-core_1.6.3-1_i386.deb
 383d884b345359e0e9acaf1b6ae341dbb181073e 989324 
xserver-xorg-dev_1.6.3-1_i386.deb
 43d47e263806bc4ffc93eeec63246d6c1ea51774 1486284 xdmx_1.6.3-1_i386.deb
 8dc4c36ece9e8e168454ee1a36956e6bae101674 806810 xdmx-tools_1.6.3-1_i386.deb
 c1a5f82813f026048342589176ba2c124743bfdc 1395308 xnest_1.6.3-1_i386.deb
 229297d24e9b28e7321214c0c2a5a40fc16363a7 1504864 xvfb_1.6.3-1_i386.deb
 6fa2354ca9263ffce7148155511b70bbc3169324 1578008 
xserver-xephyr_1.6.3-1_i386.deb
 55bfed2672799874a3c350d8d052b77aa4c0b874 1528834 
xserver-xfbdev_1.6.3-1_i386.deb
 dddb75be825ef691a22e0d9315d871f5fc19bf52 6135424 
xserver-xorg-core-dbg_1.6.3-1_i386.deb
Checksums-Sha256: 
 91c0b9a4f528aa99b229cda83bf6dc86f7c161f82949678da79e4f38afbe8e11 3134 
xorg-server_1.6.3-1.dsc
 ef70a6075b026ca7137d56079dfe7a49cf7527ecd123ba05309d6a0667f20ba9 6180368 
xorg-server_1.6.3.orig.tar.gz
 78217e49054b0db9b25810cd249e437b14935406e2e1f12d208a5cf71da62cf2 83548 
xorg-server_1.6.3-1.diff.gz
 3fb8cfa229646aa22d76b4b2aef49e8f3a3ea057bf6e3543ce2160fff03a0975 51104 
xserver-common_1.6.3-1_all.deb
 a2a13ab4e49ba2d3eb804c81296057114a144e8c993c18a19d7adaee0eae7d40 2176342 
xserver-xorg-core_1.6.3-1_i386.deb
 5245217f9bc6d41f8234a32fe7548042211c6947d61ed21e64f546ee9be1c31a 989324 
xserver-xorg-dev_1.6.3-1_i386.deb
 96bbab1bced0c487245b093dde74184d795d6fb12c588fbbb1c7c26f1418eca0 1486284 
xdmx_1.6.3-1_i386.deb
 b43442ce1eb0a07162a183331689fdb2b979cecf0eb30308469db726e02648cb 806810 
xdmx-tools_1.6.3-1_i386.deb
 1129dbaa7e771a6c29699f2a46622dfafa444d17f722cf25828031c3831cd643 1395308 
xnest_1.6.3-1_i386.deb
 bb53e23903831b621d35937c82f0d6686d70aaab0c16c74065d09dfd935058f2 1504864 
xvfb_1.6.3-1_i386.deb
 c56976990d6ce0943f61c765e9b8111f954d423b03172ddc76c3d911d4928181 1578008 
xserver-xephyr_1.6.3-1_i386.deb
 4ed10444043251aa9893ccb7135ab90780767aa72b9de6f63434873a9c98603d 1528834 
xserver-xfbdev_1.6.3-1_i386.deb
 d52a75a4fa6f7b95505bad5b6f583642aad2474f47db4b6f5ec6f26d46d169d2 6135424 
xserver-xorg-core-dbg_1.6.3-1_i386.deb
Files: 
 4dde6542aa80c8090f73db91ecd6ab2c 3134 x11 optional xorg-server_1.6.3-1.dsc
 51d3a59dea09ed6e0b74e3cc5e8fd591 6180368 x11 optional 
xorg-server_1.6.3.orig.tar.gz
 b09d14dd35b6444174207c536b56ea2f 83548 x11 optional xorg-server_1.6.3-1.diff.gz
 d3c0c254d97d642b47d776543cc63eac 51104 x11 optional 
xserver-common_1.6.3-1_all.deb
 a42cb1f7ca173853b969e4411079e00f 2176342 x11 optional 
xserver-xorg-core_1.6.3-1_i386.deb
 6670a0fed495627bebdba52e51954db9 989324 x11 optional 
xserver-xorg-dev_1.6.3-1_i386.deb
 0f127cf83f2a1a231b2ff1d1d81c6773 1486284 x11 optional xdmx_1.6.3-1_i386.deb
 1fbe1a5a3d268fafa421cd45549b1c17 806810 x11 optional 
xdmx-tools_1.6.3-1_i386.deb
 ed039244ac7ee69f35fb1488145a023d 1395308 x11 optional xnest_1.6.3-1_i386.deb
 b2b40ca8d162e3f82618fc3e7f77ce2c 1504864 x11 optional xvfb_1.6.3-1_i386.deb
 0e33ae1decca534c47aab820ca175e19 1578008 x11 optional 
xserver-xephyr_1.6.3-1_i386.deb
 49a564d32e6cea188f937fdf11a2e01a 1528834 x11 optional 
xserver-xfbdev_1.6.3-1_i386.deb
 1c44b690c641def6d417aadfa2f81d0f 6135424 debug extra 
xserver-xorg-core-dbg_1.6.3-1_i386.deb

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

iEYEARECAAYFAkpz6kUACgkQRh88F8PcWfpqRQCginje+VzauI+ueOX6/gNnxuet
fToAn1htce0+ui3CWO3e3I5TdZhlstMW
=KCxy
-END PGP SIGNATURE-


Accepted:
xdmx-tools_1.6.3-1_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.6.3-1_i386.deb
xdmx_1.6.3-1_i386.deb
  to pool/main/x/xorg-server/xdmx_1.6.3-1_i386.deb
xnest_1.6.3-1_i386.deb
  to pool/main/x/xorg-server/xnest_1.6.3-1_i386.deb

Accepted xtrans 1.2.4-1 (source all)

2009-08-01 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 09:26:20 +0200
Source: xtrans
Binary: xtrans-dev
Architecture: source all
Version: 1.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Brice Goglin bgog...@debian.org
Description: 
 xtrans-dev - X transport library (development files)
Changes: 
 xtrans (1.2.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Add README.source, bump Standards-Version to 3.8.2.
Checksums-Sha1: 
 9833a2eaefe8471f1a1fe68c41cb2fdffb03c52d 1238 xtrans_1.2.4-1.dsc
 c8f5ba56de5adeff31781c92b96ae3cf487de17f 135344 xtrans_1.2.4.orig.tar.gz
 f1992b697fddc39025b4ab157e809e7feaebd61d 17420 xtrans_1.2.4-1.diff.gz
 10dd6c1192ee512399b697d9b2a35d77989c758b 67326 xtrans-dev_1.2.4-1_all.deb
Checksums-Sha256: 
 7e0336b8ee83e4b3a48dac9f29ba6798a57788a92cd9a55aa731e56db6f81aaf 1238 
xtrans_1.2.4-1.dsc
 0acbedf3a33179bb384fc3f51b4dffbf4b4eb4b4278b41bda2ca4db0605f0b7a 135344 
xtrans_1.2.4.orig.tar.gz
 967bd478810e58a22653480d1717ec99480d0d7f04b8c294c2e6b5ec1b81b466 17420 
xtrans_1.2.4-1.diff.gz
 d74c0079db3e260fe5716017cd9ebc18fe8d5ae4f651f4cc295f6a73e25dea7a 67326 
xtrans-dev_1.2.4-1_all.deb
Files: 
 8450e64833fc4708159c733a3b12c43b 1238 x11 optional xtrans_1.2.4-1.dsc
 64657322b28df847c954e8f8f07ac353 135344 x11 optional xtrans_1.2.4.orig.tar.gz
 bbcbc2f524af54afb26eb51fe0b35c8c 17420 x11 optional xtrans_1.2.4-1.diff.gz
 0eb4757f214b1d95fed4b09920894945 67326 x11 optional xtrans-dev_1.2.4-1_all.deb

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

iEYEARECAAYFAkpz7lgACgkQRh88F8PcWfrfNACgzjN7e8eU+oZprFSQPzoE8QWV
mMMAoNX21k1/n2PnGCsFKGhV38SH9agk
=D4Os
-END PGP SIGNATURE-


Accepted:
xtrans-dev_1.2.4-1_all.deb
  to pool/main/x/xtrans/xtrans-dev_1.2.4-1_all.deb
xtrans_1.2.4-1.diff.gz
  to pool/main/x/xtrans/xtrans_1.2.4-1.diff.gz
xtrans_1.2.4-1.dsc
  to pool/main/x/xtrans/xtrans_1.2.4-1.dsc
xtrans_1.2.4.orig.tar.gz
  to pool/main/x/xtrans/xtrans_1.2.4.orig.tar.gz


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



Accepted latex2html 2008-1 (source all)

2009-08-01 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 01 Jul 2009 20:00:11 +0200
Source: latex2html
Binary: latex2html
Architecture: source all
Version: 2008-1
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge sti...@antcom.de
Changed-By: Roland Stigge sti...@antcom.de
Description: 
 latex2html - LaTeX to HTML translator
Closes: 221703 521940
Changes: 
 latex2html (2008-1) unstable; urgency=low
 .
   * New upstream release
 - New version is licensed under GPLv2 (Closes: #221703, #521940)
 - debian/control: Standards-Version: 3.8.2
 - debian/control: Section: tex (moving from non-free)
Checksums-Sha1: 
 7f733c581186996d8a597b124852894dcf1bf7d8 1046 latex2html_2008-1.dsc
 5e0aa47572e0c13a4c5da51e963d5496be3f86e7 1133054 latex2html_2008.orig.tar.gz
 643ffa4884b77dc56e93eb35d54782728e149426 48501 latex2html_2008-1.diff.gz
 266c05dd95dee47372e0666bce672ed1d143daa1 1767992 latex2html_2008-1_all.deb
Checksums-Sha256: 
 b4dbada37672dc5925175f48573b96f521b43ecdaaa981dde91c370815db015d 1046 
latex2html_2008-1.dsc
 59456815a3984250c295d3d5c46b85646038db8db2735cdc0d3780cf4da337ad 1133054 
latex2html_2008.orig.tar.gz
 992790d1954c9eb239875a1d913ae6a89bee0e532b2d25ed4cbd957b2220cc1c 48501 
latex2html_2008-1.diff.gz
 8fc09a03857b546522661cf043e103f063580001ad5ea931477389373acd4ebf 1767992 
latex2html_2008-1_all.deb
Files: 
 93c78255414301ae83e8a986bf0b3bee 1046 non-free/tex optional 
latex2html_2008-1.dsc
 275ab6cfa8ca9328446b7f40d8dc302e 1133054 non-free/tex optional 
latex2html_2008.orig.tar.gz
 40adb2abf80e50fc7a1e10a59d62168e 48501 non-free/tex optional 
latex2html_2008-1.diff.gz
 fa8365c20362c94134bceb95fa0207c1 1767992 non-free/tex optional 
latex2html_2008-1_all.deb

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

iD8DBQFKdAqbcaH/YBv43g8RAgRxAJ9jsPdT1GSMucqvuAmDUVB+87ZukQCgtAyS
bUQiYExkdKVsGIhFTcnSKOE=
=xd9F
-END PGP SIGNATURE-


Accepted:
latex2html_2008-1.diff.gz
  to pool/non-free/l/latex2html/latex2html_2008-1.diff.gz
latex2html_2008-1.dsc
  to pool/non-free/l/latex2html/latex2html_2008-1.dsc
latex2html_2008-1_all.deb
  to pool/non-free/l/latex2html/latex2html_2008-1_all.deb
latex2html_2008.orig.tar.gz
  to pool/non-free/l/latex2html/latex2html_2008.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 crasm 1.5-1 (source amd64)

2009-08-01 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 07:39:59 +
Source: crasm
Binary: crasm
Architecture: source amd64
Version: 1.5-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 crasm  - Cross assembler for 6800/6801/6803/6502/65C02/Z80
Closes: 450143
Changes: 
 crasm (1.5-1) unstable; urgency=low
 .
   * New upstream release.
   * Update to Standards-Version 3.8.2 , correct watch file (closes: #450143).
Checksums-Sha1: 
 1a045f9438c777a7a260d8e0d306b1a282c00be4 965 crasm_1.5-1.dsc
 4a68c3de56338a5fd1107f045a269edb62af6daa 59165 crasm_1.5.orig.tar.gz
 53f3dba7aa1ec73520118ca772da5986e37c9978 9413 crasm_1.5-1.diff.gz
 8095bfc3959fecc16a9f4ba1e5b1381669278006 62774 crasm_1.5-1_amd64.deb
Checksums-Sha256: 
 e224292ecc87ef753a3ef1177f6aab5d7ef85ba28c977bd0b250b95c0555c98d 965 
crasm_1.5-1.dsc
 8c8c77294903e76bb80b8e0828744216f2a83246d7740778d7d30039b4c42746 59165 
crasm_1.5.orig.tar.gz
 8459683a15bae383dcf1c0dce4f729bb787332174e93d48238022ed7c8eafdf8 9413 
crasm_1.5-1.diff.gz
 491bc427b23dc641d0377afa46ba1592e1dd2756aa88b74edf90e5ebb30f48d3 62774 
crasm_1.5-1_amd64.deb
Files: 
 a508fe3156a984ecbd8d3e08cd259dcc 965 devel optional crasm_1.5-1.dsc
 a2c9cd329309afab1723d399dde46943 59165 devel optional crasm_1.5.orig.tar.gz
 0c5c357d457c7346598034fc1f2e8212 9413 devel optional crasm_1.5-1.diff.gz
 bcb277def292bfb88ce32e29c6059037 62774 devel optional crasm_1.5-1_amd64.deb

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

iEYEARECAAYFAkpz+9QACgkQMDatjqUaT93CtACeNgmmqdYGQn7MG9qV+XYKNNB9
c8IAn04pFXlMJARYVRPFnnAvhYFJAtG5
=qPUG
-END PGP SIGNATURE-


Accepted:
crasm_1.5-1.diff.gz
  to pool/main/c/crasm/crasm_1.5-1.diff.gz
crasm_1.5-1.dsc
  to pool/main/c/crasm/crasm_1.5-1.dsc
crasm_1.5-1_amd64.deb
  to pool/main/c/crasm/crasm_1.5-1_amd64.deb
crasm_1.5.orig.tar.gz
  to pool/main/c/crasm/crasm_1.5.orig.tar.gz


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



Accepted xserver-xorg-video-vesa 1:2.2.1-1 (source i386)

2009-08-01 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 09:56:47 +0200
Source: xserver-xorg-video-vesa
Binary: xserver-xorg-video-vesa
Architecture: source i386
Version: 1:2.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Brice Goglin bgog...@debian.org
Description: 
 xserver-xorg-video-vesa - X.Org X server -- VESA display driver
Changes: 
 xserver-xorg-video-vesa (1:2.2.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Add README.source, bump Standards-Version to 3.8.2.
   * Add myself to Uploaders.
Checksums-Sha1: 
 d31b4753122ec4c5f7e6859050689869790fcaa3 1571 
xserver-xorg-video-vesa_2.2.1-1.dsc
 550d0c9d8146f13a01818a6caad73c62fadb87a0 350349 
xserver-xorg-video-vesa_2.2.1.orig.tar.gz
 8fa44b513c176f5aa16a1578349df617a6502434 24404 
xserver-xorg-video-vesa_2.2.1-1.diff.gz
 444c64bdbf1c678e6edd078250234e1e5c8f6034 24474 
xserver-xorg-video-vesa_2.2.1-1_i386.deb
Checksums-Sha256: 
 9ecf56fee93970fee4c1ed52b97a0c5c3e5944127bf41dcee583b55f25eb5d16 1571 
xserver-xorg-video-vesa_2.2.1-1.dsc
 f86dd051edff81ea395dd7972e8fa74a88443f45d0bc9197221a796f2af772df 350349 
xserver-xorg-video-vesa_2.2.1.orig.tar.gz
 a68507f634dc78667990fd0302006ed7f520c133e502388965e0ec1955791905 24404 
xserver-xorg-video-vesa_2.2.1-1.diff.gz
 e36d27d2a45d1d01ef287146c93405a5c7023b9c8a77b17b8dc30d4f76c21c1c 24474 
xserver-xorg-video-vesa_2.2.1-1_i386.deb
Files: 
 c2ccfa410839308c5458c07bb962341d 1571 x11 optional 
xserver-xorg-video-vesa_2.2.1-1.dsc
 246f1ae31f3cf6a082b5a395ff32 350349 x11 optional 
xserver-xorg-video-vesa_2.2.1.orig.tar.gz
 68cbd4b19f474b5fd3007a9da581eccc 24404 x11 optional 
xserver-xorg-video-vesa_2.2.1-1.diff.gz
 bd2353f6790b2fcd5d2072e444f3f305 24474 x11 optional 
xserver-xorg-video-vesa_2.2.1-1_i386.deb

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

iEYEARECAAYFAkpz9csACgkQRh88F8PcWfpdLQCfQ1VcGbsOvNvQHDACHgN2q6Pb
6U4AoMwuxj21cBHWtDOCDSeEGJfBGg3L
=C3j6
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-vesa_2.2.1-1.diff.gz
  to pool/main/x/xserver-xorg-video-vesa/xserver-xorg-video-vesa_2.2.1-1.diff.gz
xserver-xorg-video-vesa_2.2.1-1.dsc
  to pool/main/x/xserver-xorg-video-vesa/xserver-xorg-video-vesa_2.2.1-1.dsc
xserver-xorg-video-vesa_2.2.1-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-vesa/xserver-xorg-video-vesa_2.2.1-1_i386.deb
xserver-xorg-video-vesa_2.2.1.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-vesa/xserver-xorg-video-vesa_2.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 pommed 1.27~dfsg-1 (source amd64)

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

Format: 1.8
Date: Sat, 01 Aug 2009 10:29:46 +0200
Source: pommed
Binary: pommed gpomme wmpomme
Architecture: source amd64
Version: 1.27~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.27~dfsg-1) unstable; urgency=low
 .
   * New upstream release.
 .
   * debian/control:
 + Bump Standards-Version to 3.8.2 (no changes).
Checksums-Sha1: 
 f49bd63cf45610b4570be5cd817b6c76c80613fb 1211 pommed_1.27~dfsg-1.dsc
 bfe3b2f1b9be21bf3d6fb4d7fb1fc77ad7ebfa90 443516 pommed_1.27~dfsg.orig.tar.gz
 7fb7091037615ae69e2151f10c5300684500171e 7127 pommed_1.27~dfsg-1.diff.gz
 287cd944b9e40402816ef31556c3f947d0277a6b 57878 pommed_1.27~dfsg-1_amd64.deb
 d60cdfa15a1a7ca9a5ca4e4b58c74e70f4dc967b 344044 gpomme_1.27~dfsg-1_amd64.deb
 1f355590b51a17c01fdd51b356c880e052068009 30036 wmpomme_1.27~dfsg-1_amd64.deb
Checksums-Sha256: 
 3bf41e590fcdf764b7ede3fdd7cae15d4f868b0c4004ac6462a60f6e0e6d2b83 1211 
pommed_1.27~dfsg-1.dsc
 1b450a8ac661e4ace844713c73f5c9f9ed080f68d4ec75b1d331e9aeeaa94900 443516 
pommed_1.27~dfsg.orig.tar.gz
 3747d5049b1d0d0c12d972a94bda514eb6255df687aca9eff401d1709294c2d2 7127 
pommed_1.27~dfsg-1.diff.gz
 1e0e3d699aec372b36efcede4d6e3e7a5bc23553d811a7683ffddde880067698 57878 
pommed_1.27~dfsg-1_amd64.deb
 0957d8a15c8c4fb293ed104498e90b7e1061bdf3da10188e889e641960edff7d 344044 
gpomme_1.27~dfsg-1_amd64.deb
 fbafdee28fcc613a5646a16bb63f4f1d60ca455e9bd7f8657873163b45745524 30036 
wmpomme_1.27~dfsg-1_amd64.deb
Files: 
 9d399b56ecaf7efdd3b31eeb6132232b 1211 utils optional pommed_1.27~dfsg-1.dsc
 abc668cf324105af3407465ad66a3151 443516 utils optional 
pommed_1.27~dfsg.orig.tar.gz
 d9084034cf63ab218147d4f20bd18f43 7127 utils optional pommed_1.27~dfsg-1.diff.gz
 b7d8c223112c9967512de30e4ba7a13d 57878 utils optional 
pommed_1.27~dfsg-1_amd64.deb
 3489d5a0433247d35db45c97ef0d6567 344044 utils optional 
gpomme_1.27~dfsg-1_amd64.deb
 579a2607c6dfb91b833059fa2c9d66ec 30036 utils optional 
wmpomme_1.27~dfsg-1_amd64.deb

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

iD8DBQFKc/1GzWFP1/XWUWkRAkWEAJ9pH2C+iRGWR3W+76jWb4TZvFiEggCdF/b7
r/n2w+ev51YVSwhngm6klbM=
=iISP
-END PGP SIGNATURE-


Accepted:
gpomme_1.27~dfsg-1_amd64.deb
  to pool/main/p/pommed/gpomme_1.27~dfsg-1_amd64.deb
pommed_1.27~dfsg-1.diff.gz
  to pool/main/p/pommed/pommed_1.27~dfsg-1.diff.gz
pommed_1.27~dfsg-1.dsc
  to pool/main/p/pommed/pommed_1.27~dfsg-1.dsc
pommed_1.27~dfsg-1_amd64.deb
  to pool/main/p/pommed/pommed_1.27~dfsg-1_amd64.deb
pommed_1.27~dfsg.orig.tar.gz
  to pool/main/p/pommed/pommed_1.27~dfsg.orig.tar.gz
wmpomme_1.27~dfsg-1_amd64.deb
  to pool/main/p/pommed/wmpomme_1.27~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 mysql-dfsg-5.1 5.1.36-5 (source all amd64)

2009-08-01 Thread Norbert Tretkowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 11:13:55 +0200
Source: mysql-dfsg-5.1
Binary: libmysqlclient16 libmysqlclient15-dev libmysqld-pic libmysqld-dev 
libmysqlclient-dev mysql-common mysql-client-5.1 mysql-server-5.1 mysql-server 
mysql-client
Architecture: source all amd64
Version: 5.1.36-5
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers pkg-mysql-ma...@lists.alioth.debian.org
Changed-By: Norbert Tretkowski no...@debian.org
Description: 
 libmysqlclient-dev - MySQL database development files
 libmysqlclient15-dev - MySQL database development files - empty transitional 
package
 libmysqlclient16 - MySQL database client library
 libmysqld-dev - MySQL embedded database development files
 libmysqld-pic - MySQL database development files
 mysql-client - MySQL database client (metapackage depending on the latest 
versio
 mysql-client-5.1 - MySQL database client binaries
 mysql-common - MySQL database common files (e.g. /etc/mysql/my.cnf)
 mysql-server - MySQL database server (metapackage depending on the latest 
versio
 mysql-server-5.1 - MySQL database server binaries
Closes: 539095 539130 539459
Changes: 
 mysql-dfsg-5.1 (5.1.36-5) unstable; urgency=low
 .
   [ Christian Hammers ]
   * Applied debconf template patch from debian-l10n-english (thanks to
 Justin B Rye).
   * Added a missing misc:Depends to debian/control for lintian.
   * Fixes typo in initscript (thanks to Gaspar Lajos).
 .
   [ Norbert Tretkowski ]
   * Ignore errors in testsuite run on mips. (closes: #539095)
   * Update debconf translations:
 - Basque, from Piarres Beobide. (closes: #539130)
 - Russian, from Yuri Kozlov. (closes: #539459)
Checksums-Sha1: 
 5254db06670a45df37924cc29f77b7ec53e65dc6 1724 mysql-dfsg-5.1_5.1.36-5.dsc
 49f0554a5054b9fe13f87479dc99d70788b3d6f6 329451 mysql-dfsg-5.1_5.1.36-5.diff.gz
 0424f307f04dcf7f586e5fe124e377dc7d190ecb 86940 
libmysqlclient15-dev_5.1.36-5_all.deb
 5d3bb442faaa4b9f1f11d750e1cfba4925e74e5d 92754 mysql-common_5.1.36-5_all.deb
 b052c2a4b1bbbfef3554fea51fc698d33120edf2 87122 mysql-server_5.1.36-5_all.deb
 faac06164f9dad3d0d21c7413f45f43567e8583d 86996 mysql-client_5.1.36-5_all.deb
 789dfa4480afffdf1f86cea15ddaa0fa8f0b6300 2024986 
libmysqlclient16_5.1.36-5_amd64.deb
 5d4d248575a96eaaf302c6b948541969843afb50 4411832 
libmysqld-pic_5.1.36-5_amd64.deb
 32569344f80916d4280c20a81bda58572167a217 5521252 
libmysqld-dev_5.1.36-5_amd64.deb
 87c8b710458a29fb697b51bbd8a7dd17e732e4f1 2384628 
libmysqlclient-dev_5.1.36-5_amd64.deb
 b7125aff98412635b9e3ddfa5b87cea28a3001bc 8066036 
mysql-client-5.1_5.1.36-5_amd64.deb
 c8e450cdf1719a5493ea2c63a8582b66c2ef17bd 10762792 
mysql-server-5.1_5.1.36-5_amd64.deb
Checksums-Sha256: 
 dbbd5b4d041698c9cd3220db12a19739f3ba96c8cfd5e1671832d77973185d88 1724 
mysql-dfsg-5.1_5.1.36-5.dsc
 1705bf120021ff0d940e6d01652dceb4ae2ac51b7ac1c2a4b67667df61abc3c4 329451 
mysql-dfsg-5.1_5.1.36-5.diff.gz
 0c06907775ee641773d5a479b0d1b72d3894e69a65ae8a805b27637f1f7e41e1 86940 
libmysqlclient15-dev_5.1.36-5_all.deb
 e8da2181888b95b85e9e9b86257e1df53672b126c2e7ef16bbee8233f9c18b77 92754 
mysql-common_5.1.36-5_all.deb
 5ea1a93e97ceb7bce89c8245f976affda2b8fbb17b7d276723cbe7b7e3277eab 87122 
mysql-server_5.1.36-5_all.deb
 5ef8a2774556c75a2d31251ce563c334c91084dd04a6b43a1c1e8742b888996b 86996 
mysql-client_5.1.36-5_all.deb
 1d2eebc115a20ac1c21a7aee079d6aa514f6fd96ec02c6a2c42f449f1eeff882 2024986 
libmysqlclient16_5.1.36-5_amd64.deb
 c2c6e41c1b63f3408c671ad1417db6731dc432dc8945e57217e9686e5cdb42b0 4411832 
libmysqld-pic_5.1.36-5_amd64.deb
 3e59464c615a192481be6caf0a9fee2a0f6dfab220a79f7715515a8691365eb5 5521252 
libmysqld-dev_5.1.36-5_amd64.deb
 23ba706ee14b4212f273e59096051e9209346420744563e820c4fdee4f4d9cba 2384628 
libmysqlclient-dev_5.1.36-5_amd64.deb
 2ff58a9f3c802378b75e2622f1470a5f3e1189b11a40ce614b30ff88f79d4d0b 8066036 
mysql-client-5.1_5.1.36-5_amd64.deb
 20c2fde2a0e06f9b6bcb88568b1a70a6e1ad15b2ad87926ad5342800f7770bd3 10762792 
mysql-server-5.1_5.1.36-5_amd64.deb
Files: 
 a8bc5f56da37e94a1e04c03c84db17b0 1724 misc optional mysql-dfsg-5.1_5.1.36-5.dsc
 8d2c0dacbccd59c43451ce18516ea735 329451 misc optional 
mysql-dfsg-5.1_5.1.36-5.diff.gz
 1ee17105efc8c06b9d1dba6df4c5296a 86940 libdevel optional 
libmysqlclient15-dev_5.1.36-5_all.deb
 f9e7769a48de1b6685dc38ef583343f3 92754 database optional 
mysql-common_5.1.36-5_all.deb
 ff5978ca28155c79205c783c35476d89 87122 database optional 
mysql-server_5.1.36-5_all.deb
 513e81f0bf4ae92e1a9ab69442a5e40b 86996 database optional 
mysql-client_5.1.36-5_all.deb
 0227208380843a0bf6be5bd160ef32a0 2024986 libs optional 
libmysqlclient16_5.1.36-5_amd64.deb
 6a48689550e953a9e6a3a488d92c1bd0 4411832 libdevel optional 
libmysqld-pic_5.1.36-5_amd64.deb
 fcede87e83eba0d834c5bb8a3caf29b8 5521252 libdevel optional 
libmysqld-dev_5.1.36-5_amd64.deb
 958e77fd6867b37db7f1193589c298ae 2384628 libdevel optional 
libmysqlclient-dev_5.1.36-5_amd64.deb
 5c97b9fef28e0d04b093dab12f97b7d7 8066036 

Accepted agg 2.5+dfsg1-2 (source amd64)

2009-08-01 Thread Andrea Veri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Jul 2009 23:26:42 +0200
Source: agg
Binary: libagg-dev
Architecture: source amd64
Version: 2.5+dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Veri andrea.ver...@gmail.com
Changed-By: Andrea Veri andrea.ver...@gmail.com
Description: 
 libagg-dev - The AntiGrain Geometry graphical toolkit (development files)
Closes: 534041 536171
Changes: 
 agg (2.5+dfsg1-2) unstable; urgency=low
 .
   * I decided to take care of this package again. Therefore
 I can close the 'O' bug I opened before. (Closes: #536171)
   * debian/control:
 - changed my mail address
 - bumped debhelper to level 7
 - bumped Standards-version to 3.8.2
 - removed Xs-Vcs field for now, I'll maintain this package
   on bzr later on.
   * debian/rules:
 - pass '--x-includes=/usr/include --x-libraries=/usr/lib' to
   both makefile and configure preventing a FTBFS when processing
   '-...@x_libraries@' on amd64. Thanks to Chris Lamb who worked on
   this too. (Closes: #534041)
 - added a clean rule for gcp/Makefile.in for a cleaner diff.
 - clean rule updated preventing a lintian warning
* debian/copyright:
 - added some informations about Debian packaging's copyright, which is
   licensed under the GPL license, preventing lintian to complain about
   a missing '/usr/share/common-licenses/GPL' line.
* debian/compat:
  - bumped compatibility level to 6
Checksums-Sha1: 
 a399e62c5e7cd9ef6ab2692920f23e64fefe8115 1683 agg_2.5+dfsg1-2.dsc
 d12b25a53cc39e42d5ce32ff8c5838c0f59e174f 4539 agg_2.5+dfsg1-2.diff.gz
 8e4204879a73ab9dee6c17780fbeae9c42b92557 519560 
libagg-dev_2.5+dfsg1-2_amd64.deb
Checksums-Sha256: 
 bcb41f4d1e34e8dfd689626fe43b7a93b107ba7b2fb94ca57f08d307341ec35b 1683 
agg_2.5+dfsg1-2.dsc
 aa1efaa3bce0b8c2b77d54e74fedd5eb73c6982be4f42753f52c9bf1f888f78a 4539 
agg_2.5+dfsg1-2.diff.gz
 4bff9503d2dfc018b58479f3d1c1673d08f8da6db871b4deb6f8a0e5717bef63 519560 
libagg-dev_2.5+dfsg1-2_amd64.deb
Files: 
 237207846920fd057383029f7814ad73 1683 libs optional agg_2.5+dfsg1-2.dsc
 890e5c95b2419f464c164a58697879d9 4539 libs optional agg_2.5+dfsg1-2.diff.gz
 15546420f387bed887da136df6e0af93 519560 libdevel optional 
libagg-dev_2.5+dfsg1-2_amd64.deb

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

iQIcBAEBAgAGBQJKdBk2AAoJEKBE/gcUDGZkzuMP/1Yiq0rY86wCpSo10OPvHfVf
VzURGxWxC/2OD5OgOT+MUKMCNuTe71vnaNB0onavp/Bn+iYiP1Pp2VrO5GDKoLnn
BI/JItG+fZiIvEK76dafmz07rDsQof5lkXKhC+3M0WttL8u612tbhwfd3Mnfk9pj
qfEwdOBXH/NDXn+b5DfArUyttYZRIJ6o5TwmSWUtBTdbypolNc/h3Sn+kf/OFxGJ
Rc7NM4dWaq5auLnhZTqxNnzh2DEd+sSMh51NBlVrKq8FJXWDOBkG6w+U5tmESwlW
jQpivWaegqoJHjmhHj91UqqylIhfeOcDBPpBdBIkHy1tqc1p2WDCuzt2lroeFnFi
Qfh66YvM6yOV6Z+F3mP4ZdN9usd1G1lqE8L5QJLpE+WMUJBrg+8THrD13sidapU7
eENxyTJQdoJcRxYGI0szXUoXdGkEaFI4/2Jg8BtoRqfVWGIuHtteyCbuaVeaY2lV
vwSEbpycdIYrUi1rRtbw0T7oS0XghHRn4OEmQU7xXfqqMXnVdEcqU9wfjQ4E6g/0
1CJQNkVr5XXVCUa3XeyY290pDgz6H25WIHF9HS3Lour8ZXoW6pj6YO0UZJaB9rzo
+C3YEodEYr9B8vtJ1dH+96L3LVI3tvXVCjJG+dTEpTwxlXNSfyoNTonwnARwqtK3
ZumWrEpCwo3TV1NLY4VV
=H3oS
-END PGP SIGNATURE-


Accepted:
agg_2.5+dfsg1-2.diff.gz
  to pool/main/a/agg/agg_2.5+dfsg1-2.diff.gz
agg_2.5+dfsg1-2.dsc
  to pool/main/a/agg/agg_2.5+dfsg1-2.dsc
libagg-dev_2.5+dfsg1-2_amd64.deb
  to pool/main/a/agg/libagg-dev_2.5+dfsg1-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 lyx 1.6.3-5 (source i386 all)

2009-08-01 Thread Per Olofsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 12:29:35 +0200
Source: lyx
Binary: lyx lyx-common ttf-lyx latex-xft-fonts
Architecture: source i386 all
Version: 1.6.3-5
Distribution: unstable
Urgency: low
Maintainer: Debian LyX Maintainers pkg-lyx-de...@lists.alioth.debian.org
Changed-By: Per Olofsson pe...@debian.org
Description: 
 latex-xft-fonts - TrueType versions of some TeX fonts -- transitional package
 lyx- Document Processor
 lyx-common - Architecture-independent files for LyX
 ttf-lyx- TrueType versions of some TeX fonts
Changes: 
 lyx (1.6.3-5) unstable; urgency=low
 .
   * Check if latex-xft-fonts.hints exists before purging it with defoma.
   * Add debian/gbp.conf making git-buildpackage use pristine-tar.
Checksums-Sha1: 
 4ee1700d8474b9b7ec5cbb5423a9b6829e81cb17 1494 lyx_1.6.3-5.dsc
 9819831f9c4f78a93b3f49aba3a4010dc7b01262 29894 lyx_1.6.3-5.diff.gz
 cbe2f193465fd252a642622cd7bdc6692ada9533 3047310 lyx_1.6.3-5_i386.deb
 88d2e1725c789fc92fa0a98247e6003ec22d2bcd 5454190 lyx-common_1.6.3-5_all.deb
 39a7090d61939f1e3e29dcfa385639739b1230f8 177040 ttf-lyx_1.6.3-5_all.deb
 ffe7a7f63312143988558aa60a6c8a879f10 21394 latex-xft-fonts_1.6.3-5_all.deb
Checksums-Sha256: 
 d8465aa4996cf5fcf31855538ec65725eb597a7b104f6ecbed7e1b5178b61b49 1494 
lyx_1.6.3-5.dsc
 89b0cdf50714c1735287a649777fdcfc77ccc8dec72d861a2669290b1a4917a9 29894 
lyx_1.6.3-5.diff.gz
 21cf35eb4676f49f146f4f80008b06d794f6524deb52b3319953e99939ae105f 3047310 
lyx_1.6.3-5_i386.deb
 2af2b1da992fc3b4c4772e9ace58fd41fd2dcabcaa275dfcf1e7fca037e883bc 5454190 
lyx-common_1.6.3-5_all.deb
 867716d96e6b793cc25ee4dcc1282f2712f18be365dfe64bcb8ad789213907ad 177040 
ttf-lyx_1.6.3-5_all.deb
 42f391a11f859868a1a369b0e1154a35b17e9ff3a115fe29f388c6b772b7f136 21394 
latex-xft-fonts_1.6.3-5_all.deb
Files: 
 2437e772e13b500739364da5c958102b 1494 editors optional lyx_1.6.3-5.dsc
 b9e3104464d4f79666e52b5b18008557 29894 editors optional lyx_1.6.3-5.diff.gz
 ca2b565ffc177bee3f1f6ba0daa20e32 3047310 editors optional lyx_1.6.3-5_i386.deb
 b9c5039e71bebc5479ef1ab1ad3a4926 5454190 editors optional 
lyx-common_1.6.3-5_all.deb
 ddba59613b330572197d7e75c859b2b6 177040 fonts optional ttf-lyx_1.6.3-5_all.deb
 1cfef9d77eec0d3a33515cb534fd6df9 21394 fonts extra 
latex-xft-fonts_1.6.3-5_all.deb

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

iEYEARECAAYFAkp0HGwACgkQeDAsS42/7C/7jgCfSDp6hVEvg7vCdhsQCxDhi6w0
YLwAn2qSa5h8gj8gsNaKEjU0yV3ZF021
=fTGq
-END PGP SIGNATURE-


Accepted:
latex-xft-fonts_1.6.3-5_all.deb
  to pool/main/l/lyx/latex-xft-fonts_1.6.3-5_all.deb
lyx-common_1.6.3-5_all.deb
  to pool/main/l/lyx/lyx-common_1.6.3-5_all.deb
lyx_1.6.3-5.diff.gz
  to pool/main/l/lyx/lyx_1.6.3-5.diff.gz
lyx_1.6.3-5.dsc
  to pool/main/l/lyx/lyx_1.6.3-5.dsc
lyx_1.6.3-5_i386.deb
  to pool/main/l/lyx/lyx_1.6.3-5_i386.deb
ttf-lyx_1.6.3-5_all.deb
  to pool/main/l/lyx/ttf-lyx_1.6.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 neon27 0.28.5-1 (source amd64)

2009-08-01 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 09:55:01 +
Source: neon27
Binary: libneon27 libneon27-dev libneon27-dbg libneon27-gnutls 
libneon27-gnutls-dev libneon27-gnutls-dbg libneon25-dev
Architecture: source amd64
Version: 0.28.5-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 libneon25-dev - Header and static library files for libneon25
 libneon27  - An HTTP and WebDAV client library
 libneon27-dbg - Detached symbols for libneon27
 libneon27-dev - Header and static library files for libneon27
 libneon27-gnutls - An HTTP and WebDAV client library (GnuTLS enabled)
 libneon27-gnutls-dbg - Detached symbols for libneon27 (GnuTLS enabled)
 libneon27-gnutls-dev - Header and static library files for libneon27 (GnuTLS 
enabled)
Closes: 533241
Changes: 
 neon27 (0.28.5-1) unstable; urgency=low
 .
   * New upstream release,  fix use of builds with SOCK_CLOEXEC support
 (closes: #533241).
Checksums-Sha1: 
 9cf2ee0ec9b317a11d6c70c80e9c57db97dfc897 1254 neon27_0.28.5-1.dsc
 cc07c9d2967cf9b290514ad2fc756abe1f854eba 777079 neon27_0.28.5.orig.tar.gz
 be7f921d0ec7e6fa529ac6a5575df442cb055aaa 8530 neon27_0.28.5-1.diff.gz
 8fbd1d02e0afba18c94f9a6bbbdfbbad31797ec9 149956 libneon27_0.28.5-1_amd64.deb
 c137cb145fdce7de777db64d5b3c294230eb6f04 429154 
libneon27-dev_0.28.5-1_amd64.deb
 6f8ea96e3225df6357dea4f09a98ca66c18db93d 192356 
libneon27-dbg_0.28.5-1_amd64.deb
 28756ed02e67362b33abbeffb1f6f22d472977ac 124108 
libneon27-gnutls_0.28.5-1_amd64.deb
 eeaed73c418be7e3be93d959f11c18d931113173 402770 
libneon27-gnutls-dev_0.28.5-1_amd64.deb
 18e83b4593c261f490abcb4aeb59e45f22293a3f 172998 
libneon27-gnutls-dbg_0.28.5-1_amd64.deb
 9ca1a5fe60089050827ffe832b9fb3007978041d 54598 libneon25-dev_0.28.5-1_amd64.deb
Checksums-Sha256: 
 1e6ca1b88851545de346783d62c47bb72a071e623da5e356f85991fa7a837921 1254 
neon27_0.28.5-1.dsc
 6345ced2a7126573fd18b10d60946a9fea408ffce6a7be0309f6c6cfb0b81af0 777079 
neon27_0.28.5.orig.tar.gz
 7501fc72fbdc737054f4dca7d7314f677fb558067fc3543d9f39afc553f7e8e5 8530 
neon27_0.28.5-1.diff.gz
 f052c55d60497faa91bc96fd8489a01759a915c4a09597fb14d2e4069d8e7773 149956 
libneon27_0.28.5-1_amd64.deb
 c8911d251ba11efee4b828f5a89bc248603bf98150f3a0b5b64005af5a3dca56 429154 
libneon27-dev_0.28.5-1_amd64.deb
 6ffa1a40ee5e6ce9a64e4dd96cb1ace41470f1a76271471b5db01334bd635dd3 192356 
libneon27-dbg_0.28.5-1_amd64.deb
 9fac40570c6d362aa3c5da73f5cd02a26720e15c85c4b45c5ef34e1c4c45f4c1 124108 
libneon27-gnutls_0.28.5-1_amd64.deb
 5a33b11a04ffca418dc21dac7c1fe722a6a0fbe2f780c8f352bd244416e3d61f 402770 
libneon27-gnutls-dev_0.28.5-1_amd64.deb
 7713f377e91074d0ca73e14a3ca54a4baba20f43ff9e653ea2479a3748f46a86 172998 
libneon27-gnutls-dbg_0.28.5-1_amd64.deb
 a0a211584c10c3f0666f0d5310f446034a8222e41fc8694d381f54a3f1ec39ba 54598 
libneon25-dev_0.28.5-1_amd64.deb
Files: 
 71e39ca28dc9f38d035478321660b6d9 1254 net optional neon27_0.28.5-1.dsc
 8c160bc0e358a3b58645acbba40fe873 777079 net optional neon27_0.28.5.orig.tar.gz
 4de5d92eb63235125f49a18a35156ad8 8530 net optional neon27_0.28.5-1.diff.gz
 d05b3869cdf97242db501bde11ab7f87 149956 libs optional 
libneon27_0.28.5-1_amd64.deb
 3efd4d1706664453d6957f3cb3440afa 429154 libdevel optional 
libneon27-dev_0.28.5-1_amd64.deb
 2a5c6e6257e33174090fcf385af1c6af 192356 debug extra 
libneon27-dbg_0.28.5-1_amd64.deb
 d74a52ca93d656045d6943e0fdf3dea9 124108 libs optional 
libneon27-gnutls_0.28.5-1_amd64.deb
 a9eb40feefa2cde3e2af2ffe98457faf 402770 libdevel optional 
libneon27-gnutls-dev_0.28.5-1_amd64.deb
 51d4643cb181f47c94cf23d1bd9ed29a 172998 debug extra 
libneon27-gnutls-dbg_0.28.5-1_amd64.deb
 538fbb7e9b6e748e6d0a55b993593e10 54598 libdevel optional 
libneon25-dev_0.28.5-1_amd64.deb

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

iEYEARECAAYFAkp0IwUACgkQMDatjqUaT9169wCeJ+WUSvKC3Z7YL+vvJxIRjLdp
UdAAn0uXPcWtWUPJkiLTe7nhknkj7KcS
=ZoI/
-END PGP SIGNATURE-


Accepted:
libneon25-dev_0.28.5-1_amd64.deb
  to pool/main/n/neon27/libneon25-dev_0.28.5-1_amd64.deb
libneon27-dbg_0.28.5-1_amd64.deb
  to pool/main/n/neon27/libneon27-dbg_0.28.5-1_amd64.deb
libneon27-dev_0.28.5-1_amd64.deb
  to pool/main/n/neon27/libneon27-dev_0.28.5-1_amd64.deb
libneon27-gnutls-dbg_0.28.5-1_amd64.deb
  to pool/main/n/neon27/libneon27-gnutls-dbg_0.28.5-1_amd64.deb
libneon27-gnutls-dev_0.28.5-1_amd64.deb
  to pool/main/n/neon27/libneon27-gnutls-dev_0.28.5-1_amd64.deb
libneon27-gnutls_0.28.5-1_amd64.deb
  to pool/main/n/neon27/libneon27-gnutls_0.28.5-1_amd64.deb
libneon27_0.28.5-1_amd64.deb
  to pool/main/n/neon27/libneon27_0.28.5-1_amd64.deb
neon27_0.28.5-1.diff.gz
  to pool/main/n/neon27/neon27_0.28.5-1.diff.gz
neon27_0.28.5-1.dsc
  to pool/main/n/neon27/neon27_0.28.5-1.dsc
neon27_0.28.5.orig.tar.gz
  to pool/main/n/neon27/neon27_0.28.5.orig.tar.gz


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

Accepted sa-exim 4.2.1-12 (source amd64)

2009-08-01 Thread Magnus Holmgren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 13:55:21 +0200
Source: sa-exim
Binary: sa-exim
Architecture: source amd64
Version: 4.2.1-12
Distribution: unstable
Urgency: low
Maintainer: Magnus Holmgren holmg...@debian.org
Changed-By: Magnus Holmgren holmg...@debian.org
Description: 
 sa-exim- SpamAssassin filter for Exim
Closes: 517169 517813 518200 518325 518332 518502 518989 519002 519177 519422 
519487 529808 532560
Changes: 
 sa-exim (4.2.1-12) unstable; urgency=low
 .
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project (Closes: #517169).
   * Corresponding Debconf translation updates:
 * Brazilian Portuguese from Adriano Rafael Gomes. (Closes: #519422).
 * Czech from Miroslav Kure (Closes: #518989).
 * Finnish from Esko Arajärvi (Closes: #518200).
 * German from Matthias Julius (Closes: #518332).
 * Galician from Marce Villarino. (Closes: #519487).
 * Italian from Luca Monducci (Closes: #519177).
 * Japanese from Hideki Yamane (Closes: #518502).
 * Portuguese from Miguel Figueiredo. (Closes: #519002).
 * Swedish from Martin Bagge (Closes: #518325).
 * Vietnamese from Clytie Siddall (Closes: #517813).
* French from Christian Perrier (Closes: #532560).
 The following translations have not been updated yet: da, es, fr, nl.
   * Add Russian Debconf translation (Closes: #529808). Thanks to Yuri Kozlov.
   * debian/postinst: Don't call mv with a prepended path.
   * debian/control: Put back ${misc:Depends} in Depends.
   * debian/copyright: Point to the GPL 2.0 license text since this package
 is licensed under that version only.
   * Bump Standards-Version to 3.8.1.
   * Increase Debhelper compat level to 5.
   * Override Lintian warning about depending on exim4-localscanapi-1.1
 without a real package as a primary alternative, since adding that
 would defeat the purpose of not having to keep track of which version
 of Exim provides which API/ABI version.
Checksums-Sha1: 
 c7591915b478649d3b5ef7171e8cd4f21186ad54 1109 sa-exim_4.2.1-12.dsc
 cd4e8a83d562fdcb3463bd7a7932c3fe025ddbc0 21761 sa-exim_4.2.1-12.diff.gz
 a3bb7bb1be617dea06a48e92e8cf32fc843fbaf0 80416 sa-exim_4.2.1-12_amd64.deb
Checksums-Sha256: 
 1db5028c6acdb49c5c5df65a12bd8f0d8026ac67ddbfd2a613e553eba9df47ed 1109 
sa-exim_4.2.1-12.dsc
 23d7c01c16b8e21b5d62ebe6004b3170671c53ef9ba872687e8f15b52c8dc5a3 21761 
sa-exim_4.2.1-12.diff.gz
 42624bdb6058a8a1e678e76a96201fa4c92690508c302f2caec7d7c05393cb02 80416 
sa-exim_4.2.1-12_amd64.deb
Files: 
 0e2082c02e458a90a6e6fc41cfcf29c6 1109 mail optional sa-exim_4.2.1-12.dsc
 669c793d1963f869c41aef7e7086aa15 21761 mail optional sa-exim_4.2.1-12.diff.gz
 d962ad7fc5136b6da51450b4a5d1794e 80416 mail optional sa-exim_4.2.1-12_amd64.deb

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

iEYEARECAAYFAkp0LaUACgkQk7mRNn1h4+ZRHACgtE7sgDVyiXSvWpJVDYdqfIW3
5pIAoPFSSUpjRfQ3UMJvexvMOEyrub8Y
=q+qv
-END PGP SIGNATURE-


Accepted:
sa-exim_4.2.1-12.diff.gz
  to pool/main/s/sa-exim/sa-exim_4.2.1-12.diff.gz
sa-exim_4.2.1-12.dsc
  to pool/main/s/sa-exim/sa-exim_4.2.1-12.dsc
sa-exim_4.2.1-12_amd64.deb
  to pool/main/s/sa-exim/sa-exim_4.2.1-12_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 ttf-sawarabi-gothic 20090731-1 (source all)

2009-08-01 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 20:17:24 +0900
Source: ttf-sawarabi-gothic
Binary: ttf-sawarabi-gothic
Architecture: source all
Version: 20090731-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-sawarabi-gothic - gothic font for Japanese
Changes: 
 ttf-sawarabi-gothic (20090731-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 959d1df8750f7e510a1941ec5b61614bf5e3a412 1407 
ttf-sawarabi-gothic_20090731-1.dsc
 2607cb7a4e3a831fb235470a6561905736286a47 399917 
ttf-sawarabi-gothic_20090731.orig.tar.gz
 ea4cc65f62ed73a69082f92fac93d74c5faefae7 9408 
ttf-sawarabi-gothic_20090731-1.diff.gz
 e08e64d9fde857859de640e8e8d4647d6771fcf6 409060 
ttf-sawarabi-gothic_20090731-1_all.deb
Checksums-Sha256: 
 4629c30ceda9c94af1757758ccf2f5b1da889f9bab63da84e6a1a2857eb7d701 1407 
ttf-sawarabi-gothic_20090731-1.dsc
 c423b02b803971443f45528445f94628e7a04c2c69bb5a3df7a7dc462b085343 399917 
ttf-sawarabi-gothic_20090731.orig.tar.gz
 ea237a24d11a162f37771ae91839ab8e31fcb3bf120e503295549417bf266834 9408 
ttf-sawarabi-gothic_20090731-1.diff.gz
 2317f701614a9a5eade4a38190be9ff6f177ae5a2b10729e53416e49b8c0b741 409060 
ttf-sawarabi-gothic_20090731-1_all.deb
Files: 
 2269a3ae02dc49a36c05bffd2f0006b6 1407 fonts optional 
ttf-sawarabi-gothic_20090731-1.dsc
 49ae7aabaf63523a540f94714b9b690f 399917 fonts optional 
ttf-sawarabi-gothic_20090731.orig.tar.gz
 7e8b14b8bb4a8c040ae6884c9e2e35fc 9408 fonts optional 
ttf-sawarabi-gothic_20090731-1.diff.gz
 efd63c922bbd1ab7b8276812b17202ff 409060 fonts optional 
ttf-sawarabi-gothic_20090731-1_all.deb

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

iEYEARECAAYFAkp0JrYACgkQIu0hy8THJkuxLQCgq2IVHW5cdFv/7oCNKjNvxMWT
5VQAoJuQIF+ohEVlF6HRiQn20vvXCxH6
=YUAx
-END PGP SIGNATURE-


Accepted:
ttf-sawarabi-gothic_20090731-1.diff.gz
  to pool/main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20090731-1.diff.gz
ttf-sawarabi-gothic_20090731-1.dsc
  to pool/main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20090731-1.dsc
ttf-sawarabi-gothic_20090731-1_all.deb
  to pool/main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20090731-1_all.deb
ttf-sawarabi-gothic_20090731.orig.tar.gz
  to pool/main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20090731.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 gambas2 2.15.2-1 (source all i386)

2009-08-01 Thread José L. Redrejo Rodríguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 12:28:20 +0200
Source: gambas2
Binary: gambas2 gambas2-dev gambas2-doc gambas2-gb-chart gambas2-gb-compress 
gambas2-gb-compress-bzlib2 gambas2-gb-compress-zlib gambas2-gb-crypt 
gambas2-gb-db gambas2-gb-db-firebird gambas2-gb-db-form gambas2-gb-db-mysql 
gambas2-gb-db-odbc gambas2-gb-db-postgresql gambas2-gb-db-sqlite2 
gambas2-gb-db-sqlite gambas2-gb-desktop gambas2-gb-form gambas2-gb-form-dialog 
gambas2-gb-form-mdi gambas2-gb-gtk gambas2-gb-gtk-ext gambas2-gb-gtk-svg 
gambas2-gb-gui gambas2-gb-pdf gambas2-gb-image gambas2-gb-info gambas2-gb-net 
gambas2-gb-net-curl gambas2-gb-net-smtp gambas2-gb-opengl gambas2-gb-pcre 
gambas2-gb-qt gambas2-gb-qt-ext gambas2-gb-qt-kde gambas2-gb-qt-kde-html 
gambas2-gb-qt-opengl gambas2-gb-report gambas2-gb-sdl gambas2-gb-sdl-sound 
gambas2-gb-settings gambas2-gb-v4l gambas2-gb-vb gambas2-gb-web gambas2-gb-xml 
gambas2-gb-xml-rpc gambas2-gb-xml-xslt gambas2-ide gambas2-runtime 
gambas2-script
Architecture: source all i386
Version: 2.15.2-1
Distribution: unstable
Urgency: low
Maintainer: José L. Redrejo Rodríguez jredr...@debian.org
Changed-By: José L. Redrejo Rodríguez jredr...@debian.org
Description: 
 gambas2- Complete visual development environment for Gambas
 gambas2-dev - Gambas compilation tools
 gambas2-doc - Gambas documentation
 gambas2-gb-chart - The Gambas charting component
 gambas2-gb-compress - The Gambas compression component
 gambas2-gb-compress-bzlib2 - The Gambas bzlib2 component
 gambas2-gb-compress-zlib - The Gambas zlib compression component
 gambas2-gb-crypt - The Gambas crypt encription component
 gambas2-gb-db - Gambas database access common libraries
 gambas2-gb-db-firebird - The Firebird driver for the Gambas database component
 gambas2-gb-db-form - Gambas database bound controls
 gambas2-gb-db-mysql - The MySQL driver for the Gambas database component
 gambas2-gb-db-odbc - The Gambas ODBC driver database component
 gambas2-gb-db-postgresql - The PostgreSQL driver for the Gambas database 
component
 gambas2-gb-db-sqlite - The Gambas sqlite3 driver database component
 gambas2-gb-db-sqlite2 - The Gambas sqlite2 driver database component
 gambas2-gb-desktop - Gambas Portland project compatibility component
 gambas2-gb-form - A gambas native form component
 gambas2-gb-form-dialog - A gambas native mdi form component
 gambas2-gb-form-mdi - A gambas native mdi form component
 gambas2-gb-gtk - The Gambas gtk component
 gambas2-gb-gtk-ext - The Gambas extended gtk GUI component
 gambas2-gb-gtk-svg - The Gambas SVG importing component
 gambas2-gb-gui - The graphical toolkit selector component
 gambas2-gb-image - A Gambas image effects component
 gambas2-gb-info - A Gambas information component
 gambas2-gb-net - The Gambas networking component
 gambas2-gb-net-curl - The Gambas advanced networking component
 gambas2-gb-net-smtp - Gambas component to use smtp protocol
 gambas2-gb-opengl - The OpenGL component for Gambas
 gambas2-gb-pcre - The Gambas regexp component
 gambas2-gb-pdf - The Gambas pdf component
 gambas2-gb-qt - The Gambas Qt GUI component
 gambas2-gb-qt-ext - The Gambas extended Qt GUI component
 gambas2-gb-qt-kde - The Gambas KDE component
 gambas2-gb-qt-kde-html - The Gambas KHTML component
 gambas2-gb-qt-opengl - OpenGL with QT toolkit Gambas component
 gambas2-gb-report - Gambas report component
 gambas2-gb-sdl - The Gambas SDL component
 gambas2-gb-sdl-sound - The Gambas SDL component
 gambas2-gb-settings - Gambas utilities class
 gambas2-gb-v4l - The Gambas video for Linux component
 gambas2-gb-vb - The Gambas to Visual Basic(tm) compatibility component
 gambas2-gb-web - Gambas CGI for web applications component
 gambas2-gb-xml - Gambas XML component
 gambas2-gb-xml-rpc - Gambas RPC component
 gambas2-gb-xml-xslt - Gambas XSLT component
 gambas2-ide - Visual development environment for the Gambas programming languag
 gambas2-runtime - The Gambas runtime
 gambas2-script - The Gambas scripter
Changes: 
 gambas2 (2.15.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Replaced build depends on libmysqlclient15-dev by libmysqlclient-dev
   * Bumped standards version to 3.8.2, no changes required
Checksums-Sha1: 
 6e89b7577b79793823b718265cf1fbb9bd715f50 2451 gambas2_2.15.2-1.dsc
 02df44045f309cef377f1a17df76e8acb989055c 15693090 gambas2_2.15.2.orig.tar.gz
 09ca02960987ca78ed6a84354b98738cf957ca13 15947 gambas2_2.15.2-1.diff.gz
 71629a65613d31b012cfd7d36636abd5117562f0 5886 gambas2_2.15.2-1_all.deb
 a3c2ec964bea407681ca7f1de7795da9ec766753 9238598 gambas2-doc_2.15.2-1_all.deb
 0f8e52e796f4cd7d5bec3363d5dfefc0a01b61da 34258 
gambas2-gb-chart_2.15.2-1_all.deb
 8421a223ab474ac842051305894988dea5edad9c 37472 
gambas2-gb-db-form_2.15.2-1_all.deb
 a645fc5fa16b2dc3ce3bc47f0d8565a67f46a9cc 814422 
gambas2-gb-form_2.15.2-1_all.deb
 450fa29c8fb6973e68b9402165bee3e3e98c597d 9978 
gambas2-gb-form-dialog_2.15.2-1_all.deb
 

Accepted wmmoonclock 1.27-28 (source amd64)

2009-08-01 Thread Denis Briand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 26 Jul 2009 10:30:00 +0200
Source: wmmoonclock
Binary: wmmoonclock
Architecture: source amd64
Version: 1.27-28
Distribution: unstable
Urgency: low
Maintainer: Denis Briand de...@narcan.fr
Changed-By: Denis Briand de...@narcan.fr
Description: 
 wmmoonclock - WindowMaker moon phase dockapp
Closes: 537480
Changes: 
 wmmoonclock (1.27-28) unstable; urgency=low
 .
   * Add southern hemisphere support (Closes: #537480).
 Thanks to Alvaro Steiger.
   * Bump standards version to 3.8.2.0
   * Add quilt patch system.
   * Add patches:
 + 01_all_previous_diff.diff
 + 02_update_time.diff
 + 03_add_southern_hemisphere_support.diff
 + 04_fix_hyphen_used_as_minus_sign.diff
   * Add debhelper 7 build depends.
   * Add debian/compat file.
   * Remove trailing whitespaces in changelog.upstream.
   * Add an empty watch file (no upstream repository).
   * Improve rules file by using more debhelper commands.
   * Remove Martin A. Godisch from uploaders field
 Thanks to him to have sponsored wmmoonclock.
Checksums-Sha1: 
 b8475109715ff149478da2f517384c2c3d0f23e5 1029 wmmoonclock_1.27-28.dsc
 25c94a84d7f998ebb7d453d126befd04f5c35420 10411 wmmoonclock_1.27-28.diff.gz
 29cedcb989d144c9781e4ed62070979ee8e06cf7 157244 wmmoonclock_1.27-28_amd64.deb
Checksums-Sha256: 
 6514a3e8ba87751b402ba28cc6d032d1dc9bd575d11a84ed0daf3f20793522a2 1029 
wmmoonclock_1.27-28.dsc
 d0bdeec9c81b27e313a2c25de610c814bb22d8630e5780c5b31a8013ed98af9e 10411 
wmmoonclock_1.27-28.diff.gz
 bf2d22d53fcec42afa10ff3d9769fa404cd504237bbc00814c88e570ce66e354 157244 
wmmoonclock_1.27-28_amd64.deb
Files: 
 c0c2fd07d578d9b70f9384330ee0e653 1029 x11 optional wmmoonclock_1.27-28.dsc
 e997268d2a092fa5909438e289f26131 10411 x11 optional wmmoonclock_1.27-28.diff.gz
 8250e1380f9707f4f02b55fe5eee20d4 157244 x11 optional 
wmmoonclock_1.27-28_amd64.deb

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

iEYEARECAAYFAkp0JBgACgkQ2XA5inpabMfmWACeLdq4UH/6RPYNDTFjzqyRmlUS
5MYAoItaetYTECeSg0G4yXthQZ81nCIY
=66Zn
-END PGP SIGNATURE-


Accepted:
wmmoonclock_1.27-28.diff.gz
  to pool/main/w/wmmoonclock/wmmoonclock_1.27-28.diff.gz
wmmoonclock_1.27-28.dsc
  to pool/main/w/wmmoonclock/wmmoonclock_1.27-28.dsc
wmmoonclock_1.27-28_amd64.deb
  to pool/main/w/wmmoonclock/wmmoonclock_1.27-28_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 python-pymetar 0.15-1 (source all)

2009-08-01 Thread Uli Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 15:02:08 +0200
Source: python-pymetar
Binary: python-pymetar
Architecture: source all
Version: 0.15-1
Distribution: unstable
Urgency: low
Maintainer: Uli Martens u...@youam.net
Changed-By: Uli Martens u...@youam.net
Description: 
 python-pymetar - Python interface to METAR reports
Changes: 
 python-pymetar (0.15-1) unstable; urgency=low
 .
   * New upstream release
   * Cosmetic source changes without actual differences in the package:
 - Bump Standards-Version to 3.8.2 from 3.8.0
 - Update debhelper compat level from 4 to 7
 - Add ${misc:Depends} to the Depends:
   * Bump the dependency on debhelper to the lenny version (7.0.15)
   * Rewrite debian/rules to use debhelper/lenny capabilities
 (i.e. bin/dh, but no override-foo)
   * Add METAR, NOAA descriptions to the package description.
   * Rewrite the man page:
 - Explain METAR, NOAA abbreviations
 - State that the name of the HTTP_PROXY environment variable name is case
   insensitive
   * This upload reviewed and sponsored by Sebastian Harl tok...@debian.org.
 Thank you!
Checksums-Sha1: 
 094c498b1c4b270613337ae64801653d4e9fc16b 1051 python-pymetar_0.15-1.dsc
 b59d5da5286add38433d4172369d72e8361d3b2b 21864 python-pymetar_0.15.orig.tar.gz
 04f1db162eebe591f01a7a79b06e8314e873658a 3630 python-pymetar_0.15-1.diff.gz
 f4c886e7bda8836c127ef6fcd7b5f804c4a67cf6 4 python-pymetar_0.15-1_all.deb
Checksums-Sha256: 
 7bc3303e4ce204bf49d3c8d6ca902907684aa5a6ab36b2e96734329f6dd589ab 1051 
python-pymetar_0.15-1.dsc
 9f176a2f7ecf85793811f9eb8e938e27c615ef0cf90cca5d594dcfe8d3629448 21864 
python-pymetar_0.15.orig.tar.gz
 586756280780c43b7605453956b89558ba6cc7e357fb1f02872d6fd33303173c 3630 
python-pymetar_0.15-1.diff.gz
 0917d3890290bcd8a64711c61a1ba7fe5486512ac0bae320c25e7ae8bde863dd 4 
python-pymetar_0.15-1_all.deb
Files: 
 beb6c117abb56d2e0cd4323594373c96 1051 python optional python-pymetar_0.15-1.dsc
 84993a2880007d7e0bba820170f7c894 21864 python optional 
python-pymetar_0.15.orig.tar.gz
 91fd2b204aafa414ff9a89cef82d770a 3630 python optional 
python-pymetar_0.15-1.diff.gz
 f3e83894a2cf0f54da3c214fac9943b6 4 python optional 
python-pymetar_0.15-1_all.deb

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

iEYEARECAAYFAkp0QWYACgkQEFEKc4UBx/z6ngCghQiyQGvuplueHoCMg3LPSX6v
c2cAoJfDXq+HA6FKtVOoLVK+4HevM3Cw
=wu+y
-END PGP SIGNATURE-


Accepted:
python-pymetar_0.15-1.diff.gz
  to pool/main/p/python-pymetar/python-pymetar_0.15-1.diff.gz
python-pymetar_0.15-1.dsc
  to pool/main/p/python-pymetar/python-pymetar_0.15-1.dsc
python-pymetar_0.15-1_all.deb
  to pool/main/p/python-pymetar/python-pymetar_0.15-1_all.deb
python-pymetar_0.15.orig.tar.gz
  to pool/main/p/python-pymetar/python-pymetar_0.15.orig.tar.gz


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



Accepted miro 2.5.2-1 (source all i386)

2009-08-01 Thread Uwe Hermann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 15:23:08 +0200
Source: miro
Binary: miro miro-data democracyplayer democracyplayer-data
Architecture: source all i386
Version: 2.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Uwe Hermann u...@debian.org
Changed-By: Uwe Hermann u...@debian.org
Description: 
 democracyplayer - GTK+ based RSS video aggregator (transitional package)
 democracyplayer-data - GTK+ based RSS video aggregator data files 
(transitional package)
 miro   - GTK+ based RSS video aggregator
 miro-data  - GTK+ based RSS video aggregator data files
Changes: 
 miro (2.5.2-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 efa1ec1e3c6c6765474134060e2f1172aa9d1663 1432 miro_2.5.2-1.dsc
 b1d29833ea682a8e428773abf3219ef6d9b05112 9626139 miro_2.5.2.orig.tar.gz
 5d8253470723b8d2af737bbdd7796548b887312d 16088 miro_2.5.2-1.diff.gz
 b160ea976746922ef8995b405b3beba670a45919 1546966 miro-data_2.5.2-1_all.deb
 a997eacf7d2ae127195c31771a8ed141709ccac9 15234 democracyplayer_2.5.2-1_all.deb
 86052ce02471b6f0dcb4b2dfcbfcf542d5730e9e 15250 
democracyplayer-data_2.5.2-1_all.deb
 aec9e43b362499f50236e6187a391181287abf90 581422 miro_2.5.2-1_i386.deb
Checksums-Sha256: 
 b740bd8729f20251ce4931ece51beb679a9bdb275aa1f855a9b3403b1a03f4b3 1432 
miro_2.5.2-1.dsc
 9b2cc66c85a21fd084960af2653ca2df74778e8168b25a4a6d190d6ed679f29b 9626139 
miro_2.5.2.orig.tar.gz
 197efd4484985f65db6fbdbb8570b12b437d1e27d1e3b40d50ede4e0d280b347 16088 
miro_2.5.2-1.diff.gz
 b233e4bdd58fe3ef8e8649ae5e42d84583b56ea556b87c1f797e87abee5f4dfa 1546966 
miro-data_2.5.2-1_all.deb
 40e93ad053af58357c26aa5ccc76b8ea0c0a969e28e1af0ca818df96d2309db8 15234 
democracyplayer_2.5.2-1_all.deb
 9d7575b161c372eec36cfa1112d9f373bf649da2218a5bd64ffea64fe3847a58 15250 
democracyplayer-data_2.5.2-1_all.deb
 7efe12f800cd0b3b68380bbdab21e08ab298a3e19b4dc1d46880f7a29ad5194e 581422 
miro_2.5.2-1_i386.deb
Files: 
 b93222572211dfa63dcce34039152985 1432 net extra miro_2.5.2-1.dsc
 1c4d348b91af4a3d3a64295818fec376 9626139 net extra miro_2.5.2.orig.tar.gz
 7614560710dc1c79cdee83f11f0902ce 16088 net extra miro_2.5.2-1.diff.gz
 88900388398f079d49f74e6318b933af 1546966 net extra miro-data_2.5.2-1_all.deb
 64a2b997518968454c9d7aceb6510984 15234 net extra 
democracyplayer_2.5.2-1_all.deb
 f44e85469d5c09b9f1e1f9b7aa646e00 15250 net extra 
democracyplayer-data_2.5.2-1_all.deb
 64765870271ae5cded3b8b10673dffa5 581422 net extra miro_2.5.2-1_i386.deb

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

iEYEARECAAYFAkp0XI8ACgkQXdVoV3jWIbSJMgCfcXRnHCoWLVvUJEQKM+epR6wS
KOYAnA513diV49yjSD75T/y6B94l8kSR
=eVyK
-END PGP SIGNATURE-


Accepted:
democracyplayer-data_2.5.2-1_all.deb
  to pool/main/m/miro/democracyplayer-data_2.5.2-1_all.deb
democracyplayer_2.5.2-1_all.deb
  to pool/main/m/miro/democracyplayer_2.5.2-1_all.deb
miro-data_2.5.2-1_all.deb
  to pool/main/m/miro/miro-data_2.5.2-1_all.deb
miro_2.5.2-1.diff.gz
  to pool/main/m/miro/miro_2.5.2-1.diff.gz
miro_2.5.2-1.dsc
  to pool/main/m/miro/miro_2.5.2-1.dsc
miro_2.5.2-1_i386.deb
  to pool/main/m/miro/miro_2.5.2-1_i386.deb
miro_2.5.2.orig.tar.gz
  to pool/main/m/miro/miro_2.5.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 usbutils 0.84-1 (source amd64)

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

Format: 1.8
Date: Sat, 01 Aug 2009 16:40:48 +0200
Source: usbutils
Binary: usbutils usbutils-udeb
Architecture: source amd64
Version: 0.84-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 usbutils   - Linux USB utilities
 usbutils-udeb - Linux USB utilities (udeb)
Closes: 531274 539484
Changes: 
 usbutils (0.84-1) unstable; urgency=low
 .
   * New upstream version (closes: bug#539484).
   * Bumped Standards-Version to 3.8.2 (no changes).
   * Add 147a:e017 and 14b2:3c05 entries to usb.ids (closes: bug#531274).
Checksums-Sha1: 
 4dc7e9858c4c8bb4c25d56235c4dc001717e9bda 1018 usbutils_0.84-1.dsc
 794b75020279f95bd44f7a5b098bdb16e131592c 246404 usbutils_0.84.orig.tar.gz
 ec3d3718d930c7d8dc3737f595615cd793ebbd01 7838 usbutils_0.84-1.diff.gz
 5eff63c18cea6087eadc7662865c9bd156f898d5 174530 usbutils_0.84-1_amd64.deb
 63a06ecac38e508095264b348c54f0bd629c89a5 155606 usbutils-udeb_0.84-1_amd64.udeb
Checksums-Sha256: 
 475b8e383e963ed7a88f4860f28f4576c83e4a876c2f6db078671206f7593457 1018 
usbutils_0.84-1.dsc
 76a0152d56698bbf13556247f2b4806346327c859c11add4c083e06eb57b7aaa 246404 
usbutils_0.84.orig.tar.gz
 1790193fd3089bfb11ace504afcfc4077300cc1103678c464c823e15f15e4928 7838 
usbutils_0.84-1.diff.gz
 27561949e9cf0f6292a8a8980662c5865463f717c5e209dbdc6299d8be03816c 174530 
usbutils_0.84-1_amd64.deb
 c28f3d5673aac7a1f29db3b7f0a6739b1520ca13e6f47b0b182cd44e9e20efb9 155606 
usbutils-udeb_0.84-1_amd64.udeb
Files: 
 9545807e280ac3ed7b83f185ae342e96 1018 utils optional usbutils_0.84-1.dsc
 87612c82e66393a395db91361d168c1b 246404 utils optional 
usbutils_0.84.orig.tar.gz
 fd1387b27072f5e256f9f167916bb1f3 7838 utils optional usbutils_0.84-1.diff.gz
 970be7bc9457e033379f15e069283482 174530 utils optional 
usbutils_0.84-1_amd64.deb
 2538d7338539abcb374d27f26204d50a 155606 debian-installer optional 
usbutils-udeb_0.84-1_amd64.udeb
Package-Type: udeb

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

iD8DBQFKdFQ9w3ao2vG823MRAh7BAJ98IM+cdoUJ3pxsLZ18hgweD5RvBACfXZok
Y1bmoZtiF1SvAbM6GiI9Pus=
=m/TG
-END PGP SIGNATURE-


Accepted:
usbutils-udeb_0.84-1_amd64.udeb
  to pool/main/u/usbutils/usbutils-udeb_0.84-1_amd64.udeb
usbutils_0.84-1.diff.gz
  to pool/main/u/usbutils/usbutils_0.84-1.diff.gz
usbutils_0.84-1.dsc
  to pool/main/u/usbutils/usbutils_0.84-1.dsc
usbutils_0.84-1_amd64.deb
  to pool/main/u/usbutils/usbutils_0.84-1_amd64.deb
usbutils_0.84.orig.tar.gz
  to pool/main/u/usbutils/usbutils_0.84.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 snort 2.8.4.1-2 (source i386 all)

2009-08-01 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 17:50:30 +0200
Source: snort
Binary: snort snort-common snort-doc snort-mysql snort-pgsql 
snort-rules-default snort-common-libraries
Architecture: source i386 all
Version: 2.8.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a j...@debian.org
Changed-By: Javier Fernandez-Sanguino Pen~a j...@debian.org
Description: 
 snort  - flexible Network Intrusion Detection System
 snort-common - flexible Network Intrusion Detection System [common files]
 snort-common-libraries - flexible Network Intrusion Detection System ruleset
 snort-doc  - Documentation for the Snort IDS [documentation]
 snort-mysql - flexible Network Intrusion Detection System [MySQL]
 snort-pgsql - flexible Network Intrusion Detection System [PostgreSQL]
 snort-rules-default - flexible Network Intrusion Detection System ruleset
Closes: 526916 528496 528677 536144
Changes: 
 snort (2.8.4.1-2) unstable; urgency=low
 .
   * Rebuild and upload to unstable. (Closes: 528496)
   * As acknowledged by upstream and confirmed by users, this release fixes a
 segfault in snort-mysql (Closes: 536144)
   * Updated Russian po-debconf translation provided by Yuri Kozlov (Closes: 
528677)
   * Change syslogd dependency in snort, snort-pgsql and snort-mysql to rsyslog 
since
 that is the default syslog daemon now. (Closes: 526916)
   * Remove the syslog dependency from snort-common and snort-rules-default
Checksums-Sha1: 
 6f95f766fff65148fc00df9c086109a6090b30cc 1402 snort_2.8.4.1-2.dsc
 b6187bccb83762d1b65f30d86a17dfc8b1bf537c 1597755 snort_2.8.4.1-2.diff.gz
 98a6d118a2b8a1603a3065d8f6b1c5a438e94efa 535146 snort_2.8.4.1-2_i386.deb
 8307f28039d0f6dfe8c22a8bf28848c5b626e3fc 547348 snort-mysql_2.8.4.1-2_i386.deb
 802e84f6b5e214f405074295dfd765e09fe031a6 547000 snort-pgsql_2.8.4.1-2_i386.deb
 db74179ca0da89ecab622cbd1dc14a4fed3cff79 516386 
snort-common-libraries_2.8.4.1-2_i386.deb
 f31582da1aeec2ee6b1e6c2cc299a5ae22a6e666 157528 snort-common_2.8.4.1-2_all.deb
 af916efa9940d634e4b7974ea5f9cbbe1dd85014 2565982 snort-doc_2.8.4.1-2_all.deb
 cc580c1bf951c1b258da067da77c882a2668fd0e 335578 
snort-rules-default_2.8.4.1-2_all.deb
Checksums-Sha256: 
 991ccdcce9d0418950bd933eda3deb1f829c8a95ccfadb8768f8c6fb4db9aac4 1402 
snort_2.8.4.1-2.dsc
 2d11cc7509602f897683ddae9ad367ec30a877ba2285dfbe29c8a01222d5b2f1 1597755 
snort_2.8.4.1-2.diff.gz
 241239875c93fd2d3b9d14b4453c23fc560a46544b45a7ebdaed752f8d0e13ef 535146 
snort_2.8.4.1-2_i386.deb
 e491486d560dca36f6498e993837ac40d68c4e8a83e9eb788c84b1e4e2699d4d 547348 
snort-mysql_2.8.4.1-2_i386.deb
 4676c332c4ed526a06b46d453bd32869ecfb823f8228321179fb9750788524da 547000 
snort-pgsql_2.8.4.1-2_i386.deb
 1292c6bfa11c79a8ce06857d2a64abd26a5d6cc8ab5ebd36964518c622eb9e3f 516386 
snort-common-libraries_2.8.4.1-2_i386.deb
 4f06b11cf912d1735f78e9376b36b97702d3ea7ae84a7ed827217154982a4189 157528 
snort-common_2.8.4.1-2_all.deb
 985fc1ac32845c4441effcc0cbe4e92302acff02b7c7326f54a7d9f07ff60e8a 2565982 
snort-doc_2.8.4.1-2_all.deb
 01b5b63db84a00692e094c8b70da4dc370f7729e5cce53f5c48d8bd290e63dc0 335578 
snort-rules-default_2.8.4.1-2_all.deb
Files: 
 6324b491220fe0f33d03678faee791ca 1402 net optional snort_2.8.4.1-2.dsc
 ecae66a3ab18e11cf32fde1adb08088b 1597755 net optional snort_2.8.4.1-2.diff.gz
 4ed62cbef8cdbab477a517b8326904ef 535146 net optional snort_2.8.4.1-2_i386.deb
 29e6ccad01210138a263f75a002264bc 547348 net extra 
snort-mysql_2.8.4.1-2_i386.deb
 e3be1136ce7f7da21c4c2a1bd7592d29 547000 net optional 
snort-pgsql_2.8.4.1-2_i386.deb
 b5dc0f6de45d04114624cdf6f1ac038a 516386 net optional 
snort-common-libraries_2.8.4.1-2_i386.deb
 c7441e5c62d60a09f5c8b64d2e67016a 157528 net optional 
snort-common_2.8.4.1-2_all.deb
 c7df9bb3cd5eb372d98acce9d4e80926 2565982 doc optional 
snort-doc_2.8.4.1-2_all.deb
 cd22203e6bf0e432b4989d48fbe52641 335578 net optional 
snort-rules-default_2.8.4.1-2_all.deb

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

iD8DBQFKdGmQsandgtyBSwkRAoyJAJ9AMHoFuP7Tkv62kd7yJRHB2PGQTwCbB0BD
rHyCb3zBl2TaAm/aSJsIllg=
=IU+M
-END PGP SIGNATURE-


Accepted:
snort-common-libraries_2.8.4.1-2_i386.deb
  to pool/main/s/snort/snort-common-libraries_2.8.4.1-2_i386.deb
snort-common_2.8.4.1-2_all.deb
  to pool/main/s/snort/snort-common_2.8.4.1-2_all.deb
snort-doc_2.8.4.1-2_all.deb
  to pool/main/s/snort/snort-doc_2.8.4.1-2_all.deb
snort-mysql_2.8.4.1-2_i386.deb
  to pool/main/s/snort/snort-mysql_2.8.4.1-2_i386.deb
snort-pgsql_2.8.4.1-2_i386.deb
  to pool/main/s/snort/snort-pgsql_2.8.4.1-2_i386.deb
snort-rules-default_2.8.4.1-2_all.deb
  to pool/main/s/snort/snort-rules-default_2.8.4.1-2_all.deb
snort_2.8.4.1-2.diff.gz
  to pool/main/s/snort/snort_2.8.4.1-2.diff.gz
snort_2.8.4.1-2.dsc
  to pool/main/s/snort/snort_2.8.4.1-2.dsc
snort_2.8.4.1-2_i386.deb
  to pool/main/s/snort/snort_2.8.4.1-2_i386.deb


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

Accepted uriparser 0.7.4-2 (source amd64)

2009-08-01 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Aug 2009 01:12:33 -0400
Source: uriparser
Binary: liburiparser1 liburiparser-dev
Architecture: source amd64
Version: 0.7.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 liburiparser-dev - development files for uriparser
 liburiparser1 - URI parsing library compliant with RFC 3986
Changes: 
 uriparser (0.7.4-2) unstable; urgency=low
 .
   * Bump to Standards-Version 3.8.2.
   * Set maintainer to Debian QA Group.
Checksums-Sha1: 
 a9211b5ba3d0ac561402ec7f81bfd8d2f3f46910 1697 uriparser_0.7.4-2.dsc
 0492b7fc2411c240f4d65b02650a8b7199473ff3 68647 uriparser_0.7.4-2.diff.gz
 76549f336c53fda7b9a687094221bb2f07740c2b 43138 liburiparser1_0.7.4-2_amd64.deb
 883289c4bd7257f21d3f35653e5c3d824898 64252 
liburiparser-dev_0.7.4-2_amd64.deb
Checksums-Sha256: 
 99bf6789d8962cdb2b92264fdf5c1021b4f53dc25675ccce58f1a5fbb3e08cb4 1697 
uriparser_0.7.4-2.dsc
 05441a2cff67806d20b2b2f3eb5bf6e2e088a136dfc22d88c468ad6f8b4d4cd5 68647 
uriparser_0.7.4-2.diff.gz
 da5db41387eb0390713cbdc28ac48c84a0d083b00080f15c07c2669f3a71dc5e 43138 
liburiparser1_0.7.4-2_amd64.deb
 a12b0ccd5b5afcb9d61542e0c7ec3e4349db4eddbe3ed9d874947fcde5b9b518 64252 
liburiparser-dev_0.7.4-2_amd64.deb
Files: 
 80c0905e3949920a677de22392cadb9a 1697 libs optional uriparser_0.7.4-2.dsc
 7ebc906ff458cbf50a39596b2a6d2559 68647 libs optional uriparser_0.7.4-2.diff.gz
 5c9004fb5a1015b8c8e62dd1706ce95c 43138 libs optional 
liburiparser1_0.7.4-2_amd64.deb
 8dcb772a53971384a78025fad3663318 64252 libdevel optional 
liburiparser-dev_0.7.4-2_amd64.deb

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

iQIcBAEBCgAGBQJKdGPsAAoJEFWSMx4ZnTio5McQAJdiQLWHdcg7EyoUU6h6k1mt
j58lxpYrAtJTNrN0Em12Fiz0kU7bvYAd7jOF9HnWMLZ+qbyfvm6kVigvW3Fr2oX8
cbVPYYBKl0qkan12EGipe8mDDcoanxolOwUZYm+6256Bg0cxJs7t+hByp3ieLH+Q
Heciho7Qmb0oOr+raWp6m8ttDWvvlp/jbHM62spLHsZ73Ja4l0bfA63SDSDo4JXX
tkCFkjFA1bL8glhuTOqQnP78pAYRMSO65JyEaEKJc7RIqdANRugKeSlBJyovWy9R
GnhtxQZfHXrygeUA1Zjz8OqZWXMb3uEnmbLzeM4R1IrYmc2RAtl5baKolrTNbIZj
ZeW/y4YiALCssWr7RTcZYNkxGjvMcRtgnyB/cPt+jdP/9gdYMDQZ7jUfojyg8Nmb
xo7rG/bI6KZtiK+f1MKXZixBThf67M3O+aOZQPJKH7Qc4bfMq/zRY41pE3wU/Rhv
VX8mQB8ShUwWLj/RazucVI08S55qab0Ql0WGzaGIdywhQe9MPj3nsA2n0cfj4Bds
HywQ5+TOnGZwF9l+hYpmcp9Ra+VuwVOMM27HiqtEfpbPyErKkpIS7SQfiPaRkGWP
/wXRiLQAuS3lFLjTmgxMpRmltniTTzHFQrUA9VvlIsjgk/a+cBGIYdEtUco6nWEc
WmaOpTC1zJL1jfLVQ+gE
=EFD0
-END PGP SIGNATURE-


Accepted:
liburiparser-dev_0.7.4-2_amd64.deb
  to pool/main/u/uriparser/liburiparser-dev_0.7.4-2_amd64.deb
liburiparser1_0.7.4-2_amd64.deb
  to pool/main/u/uriparser/liburiparser1_0.7.4-2_amd64.deb
uriparser_0.7.4-2.diff.gz
  to pool/main/u/uriparser/uriparser_0.7.4-2.diff.gz
uriparser_0.7.4-2.dsc
  to pool/main/u/uriparser/uriparser_0.7.4-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 dovecot 1:1.2.2-2 (source i386)

2009-08-01 Thread Jaldhar H. Vyas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 11:38:03 -0400
Source: dovecot
Binary: dovecot-common dovecot-dev dovecot-imapd dovecot-pop3d
Architecture: source i386
Version: 1:1.2.2-2
Distribution: unstable
Urgency: high
Maintainer: Dovecot Maintainers jaldhar-dove...@debian.org
Changed-By: Jaldhar H. Vyas jald...@debian.org
Description: 
 dovecot-common - secure mail server that supports mbox and maildir mailboxes
 dovecot-dev - header files for the dovecot mail server
 dovecot-imapd - secure IMAP server that supports mbox and maildir mailboxes
 dovecot-pop3d - secure POP3 server that supports mbox and maildir mailboxes
Closes: 539391 539474 539486
Changes: 
 dovecot (1:1.2.2-2) unstable; urgency=high
 .
   * Er that should be fcntl not fnctl.  (Closes: #539474, #539486)
   * For the sake of completeness, fixed some errors in the example config file.
 (They are in the !include statements which are commented out by default
 so it is unlikely that most users will actually be affected.)
 (Closes: #539391)
Checksums-Sha1: 
 3ab0b98caf8293d89fbdfa9e87cf28e04553169a 1624 dovecot_1.2.2-2.dsc
 9f925b0891f3ea015c5b21d3481d65355a7c8a38 408323 dovecot_1.2.2-2.diff.gz
 e5f6d6044357aecc066dc88e50c9dfda6bac9e8d 5100830 
dovecot-common_1.2.2-2_i386.deb
 3a5866c974b0424467bf3272cdee0350adb9a884 639616 dovecot-dev_1.2.2-2_i386.deb
 c06aaec31ed84e7c6a5473c48227a086eed32f03 1071806 dovecot-imapd_1.2.2-2_i386.deb
 41df76b7fe33532e1eebd7a83836b0dc6d92e3d7 979848 dovecot-pop3d_1.2.2-2_i386.deb
Checksums-Sha256: 
 275709761ad9b2bcb7bed44fac43c86b34a0a80b3599f6f869978841bd96c82e 1624 
dovecot_1.2.2-2.dsc
 533b7510ec13d90001fbaef3a292774bdb18634bdb71414147aff43adb44c806 408323 
dovecot_1.2.2-2.diff.gz
 3f9b7628669598093737c2e36380235f383665e269e69aff25d6cad44224bf8c 5100830 
dovecot-common_1.2.2-2_i386.deb
 45bdfb4b32c874a0aeb6ac61c0f4f5f1ca53f03f783e32b13386a8a29700f519 639616 
dovecot-dev_1.2.2-2_i386.deb
 5f74132effb8ff8e908a6429f9ef323905623ffdef42a69e03a9c55c51faafc8 1071806 
dovecot-imapd_1.2.2-2_i386.deb
 938950d22324f243622fddd8828e2420d34931cbf747ce156aebc08571a08931 979848 
dovecot-pop3d_1.2.2-2_i386.deb
Files: 
 a83fe2872dd9e6d8f290356cc8cf7af8 1624 mail optional dovecot_1.2.2-2.dsc
 177aba35d7336f2bf705709eca0aabee 408323 mail optional dovecot_1.2.2-2.diff.gz
 0f9dac34548c4da98c4ffcab8ffcec31 5100830 mail optional 
dovecot-common_1.2.2-2_i386.deb
 63ed841930d6f5a203f2e8d7586be1ef 639616 mail optional 
dovecot-dev_1.2.2-2_i386.deb
 39c6aa16cfe070cb7caebc77db160849 1071806 mail optional 
dovecot-imapd_1.2.2-2_i386.deb
 0c0dd4b071db787f310d3e54420b3689 979848 mail optional 
dovecot-pop3d_1.2.2-2_i386.deb

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

iEYEARECAAYFAkp0ahkACgkQ2kYOR+5txmq+jQCeMekG/qCnadOFTxvPhbGSd01r
nckAnihgDzCgQOb4l6ZpbncV02qxGUTV
=GOSL
-END PGP SIGNATURE-


Accepted:
dovecot-common_1.2.2-2_i386.deb
  to pool/main/d/dovecot/dovecot-common_1.2.2-2_i386.deb
dovecot-dev_1.2.2-2_i386.deb
  to pool/main/d/dovecot/dovecot-dev_1.2.2-2_i386.deb
dovecot-imapd_1.2.2-2_i386.deb
  to pool/main/d/dovecot/dovecot-imapd_1.2.2-2_i386.deb
dovecot-pop3d_1.2.2-2_i386.deb
  to pool/main/d/dovecot/dovecot-pop3d_1.2.2-2_i386.deb
dovecot_1.2.2-2.diff.gz
  to pool/main/d/dovecot/dovecot_1.2.2-2.diff.gz
dovecot_1.2.2-2.dsc
  to pool/main/d/dovecot/dovecot_1.2.2-2.dsc


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



Accepted openbabel 2.2.3-1 (source i386)

2009-08-01 Thread dale
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 17:23:16 +0200
Source: openbabel
Binary: openbabel libopenbabel-dev libopenbabel3 python-openbabel
Architecture: source i386
Version: 2.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Debichem Team debichem-de...@lists.alioth.debian.org
Changed-By: Daniel Leidert (dale) daniel.leid...@wgdd.de
Description: 
 libopenbabel-dev - Chemical toolbox library (development files)
 libopenbabel3 - Chemical toolbox library
 openbabel  - Chemical toolbox utilities
 python-openbabel - Chemical toolbox library (python bindings)
Changes: 
 openbabel (2.2.3-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/rules (DEB_INSTALL_CHANGELOGS_ALL): Install NEWS instead of
 ChangeLog as upstream changelog.
 (install-python-openbabel): Don't byte-compile the python files.
   * debian/patches/537102_fix_tr1_memory_detection.patch: Dropped (applied
 upstream).
Checksums-Sha1: 
 f3bd645bf8adf8f4750b3dc81c2a0d4cb69a001d 1390 openbabel_2.2.3-1.dsc
 e396b27551a106e001ca6c953181657a0a53f43f 6624028 openbabel_2.2.3.orig.tar.gz
 2342a3b9f1f0d2ba4024c090f02c3e0bc382a9d9 7733 openbabel_2.2.3-1.diff.gz
 34f097c52734fad6ec058708e6aa4b1bde470577 120890 openbabel_2.2.3-1_i386.deb
 70083015d06a0020ac1c77f55a744a1c8de9d834 139584 
libopenbabel-dev_2.2.3-1_i386.deb
 c8452ef604149df822ac8fc4378a766dd309c26f 2809514 libopenbabel3_2.2.3-1_i386.deb
 f60c9dc90656f7b4c0486da69694522bb854e40e 1100882 
python-openbabel_2.2.3-1_i386.deb
Checksums-Sha256: 
 459a1cbb5428b04db8b3123ab60cf5bebe377bce6934ce33021883794f72f9dc 1390 
openbabel_2.2.3-1.dsc
 eabc8bdbd68431f441b6b40adde0861b2e99750efd21bbb4870ee0a233feae46 6624028 
openbabel_2.2.3.orig.tar.gz
 df65ed97e91ecca649a6eb8591582f0877258d96ceafcfc4874eab86696eb858 7733 
openbabel_2.2.3-1.diff.gz
 8dc5e7a2f59f3c62fdc94c03cb78f28c9d405afbee22459ae94c889ed9e4f4a2 120890 
openbabel_2.2.3-1_i386.deb
 0f3a428daf9de076b18fbc36b64a3e2fae7e635c7cca74a9b93aef039009eaff 139584 
libopenbabel-dev_2.2.3-1_i386.deb
 67c0155d3be98eeb9111e47fb69a3c4e89e78733ab2677585d1f7adb410bcb62 2809514 
libopenbabel3_2.2.3-1_i386.deb
 32a2006c541b24eb3136ec08856a2628615ebaa6e736a6d763dad69c5774bc91 1100882 
python-openbabel_2.2.3-1_i386.deb
Files: 
 ab508dcc9b0f5fdf6a53d4e7dd04 1390 science optional openbabel_2.2.3-1.dsc
 7ea8845c54d6d3a9be378c78088af804 6624028 science optional 
openbabel_2.2.3.orig.tar.gz
 eda9bdb701298e2ffa371141040e6b83 7733 science optional 
openbabel_2.2.3-1.diff.gz
 67faf7ad729e004ddaef23aeae40c843 120890 science optional 
openbabel_2.2.3-1_i386.deb
 01f8c6afb3e769cbc6403676e7325899 139584 libdevel optional 
libopenbabel-dev_2.2.3-1_i386.deb
 2b701023199f8111723e799ee99d1a89 2809514 libs optional 
libopenbabel3_2.2.3-1_i386.deb
 e935388539f56e052e0f5dde8fde4fb3 1100882 python optional 
python-openbabel_2.2.3-1_i386.deb

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

iEYEARECAAYFAkp0ZQ4ACgkQm0bx+wiPa4w7/ACfbimf8H/iL5YjxpvQfWXVbnYR
JdoAoI1i4hTiXS41UfsQJrhXkzvPQDcZ
=vsAG
-END PGP SIGNATURE-


Accepted:
libopenbabel-dev_2.2.3-1_i386.deb
  to pool/main/o/openbabel/libopenbabel-dev_2.2.3-1_i386.deb
libopenbabel3_2.2.3-1_i386.deb
  to pool/main/o/openbabel/libopenbabel3_2.2.3-1_i386.deb
openbabel_2.2.3-1.diff.gz
  to pool/main/o/openbabel/openbabel_2.2.3-1.diff.gz
openbabel_2.2.3-1.dsc
  to pool/main/o/openbabel/openbabel_2.2.3-1.dsc
openbabel_2.2.3-1_i386.deb
  to pool/main/o/openbabel/openbabel_2.2.3-1_i386.deb
openbabel_2.2.3.orig.tar.gz
  to pool/main/o/openbabel/openbabel_2.2.3.orig.tar.gz
python-openbabel_2.2.3-1_i386.deb
  to pool/main/o/openbabel/python-openbabel_2.2.3-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 debian-edu-doc 1.3~20090801~5.0.2+edu0~alpha (source all)

2009-08-01 Thread Holger Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 14:35:14 +0200
Source: debian-edu-doc
Binary: debian-edu-doc debian-edu-doc-en debian-edu-doc-de debian-edu-doc-es 
debian-edu-doc-nb debian-edu-doc-it debian-edu-doc-fr
Architecture: source all
Version: 1.3~20090801~5.0.2+edu0~alpha
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers debian-...@lists.debian.org
Changed-By: Holger Levsen hol...@debian.org
Description: 
 debian-edu-doc - Documentation from the Debian Edu project (transitional 
package)
 debian-edu-doc-de - German documentation from the Debian Edu project
 debian-edu-doc-en - English documentation from the Debian Edu project
 debian-edu-doc-es - Spanish documentation from the Debian Edu project
 debian-edu-doc-fr - French documentation from the Debian Edu project
 debian-edu-doc-it - Italian documentation from the Debian Edu project
 debian-edu-doc-nb - Bokmal documentation from the Debian Edu project
Closes: 538970 538972
Changes: 
 debian-edu-doc (1.3~20090801~5.0.2+edu0~alpha) unstable; urgency=low
 .
   * Update READMEs to reflect that xmllint is now part of the libxml2-utils
 package.
   * Updated documentation from the wiki.
   * Add French translation of the rosegarden manual, thanks to Arnaud
 Bonvalle. (Closes: #538972)
   * Update French translation of the Debian Edu etch manual by the French l10n
 team. (Closes: #538970)
Checksums-Sha1: 
 cde00be4d98cf8dca38168170f19d695640c5c4e 1400 
debian-edu-doc_1.3~20090801~5.0.2+edu0~alpha.dsc
 a4ddad7d1b6729a7ed483a69e7edb72ce3d3f656 21577404 
debian-edu-doc_1.3~20090801~5.0.2+edu0~alpha.tar.gz
 03ce9a4c40c004373b013ce1a3aef3ef2f3a58d4 10126 
debian-edu-doc_1.3~20090801~5.0.2+edu0~alpha_all.deb
 cee16b58d445d2d6149b61c056a2650a9e773b3e 16738258 
debian-edu-doc-en_1.3~20090801~5.0.2+edu0~alpha_all.deb
 0fb09152aad73046d9ac456650306ae498cc3de2 5373940 
debian-edu-doc-de_1.3~20090801~5.0.2+edu0~alpha_all.deb
 78e66b7aa025154f29949cba2513e2ba84c3a122 4732162 
debian-edu-doc-es_1.3~20090801~5.0.2+edu0~alpha_all.deb
 04de2bf2a3faf80f337b8ffc7ef143bf1585b7b9 12729316 
debian-edu-doc-nb_1.3~20090801~5.0.2+edu0~alpha_all.deb
 7849602e6d0235dd074964f8e8c5788d3c52918d 2421172 
debian-edu-doc-it_1.3~20090801~5.0.2+edu0~alpha_all.deb
 cb3f9cca4c3bea1249526289acc4c65194e6bd62 9136884 
debian-edu-doc-fr_1.3~20090801~5.0.2+edu0~alpha_all.deb
Checksums-Sha256: 
 bc271e7e9b9d26dc23bb14ad5acd01c862b0c14815c9b364d7587addfd9818a9 1400 
debian-edu-doc_1.3~20090801~5.0.2+edu0~alpha.dsc
 a6d5b39e369f04c1fedbdbe5dbeebb5b825dbeb36236c35c8f625c4da90855ac 21577404 
debian-edu-doc_1.3~20090801~5.0.2+edu0~alpha.tar.gz
 0e5fde68792c6c6108481b7cd1ffdcdd292b23d74d61b5aa1283011adb5d792f 10126 
debian-edu-doc_1.3~20090801~5.0.2+edu0~alpha_all.deb
 355f839ddefffa8c8b3ae726c252f1f96e2fbd9a5a467dc9d97d7b30d95c6380 16738258 
debian-edu-doc-en_1.3~20090801~5.0.2+edu0~alpha_all.deb
 18c70763096babcd5c5e6f3cfd739e94630dcf5073db52365db54cc190baeb32 5373940 
debian-edu-doc-de_1.3~20090801~5.0.2+edu0~alpha_all.deb
 46074dd29cda8ab9fe1538ecf5a25b1371c1363047ba4801e2c1065850965532 4732162 
debian-edu-doc-es_1.3~20090801~5.0.2+edu0~alpha_all.deb
 29263d37cbdb7005befb25c805acf0e44adc8d90817489dd32711ad653cae9ae 12729316 
debian-edu-doc-nb_1.3~20090801~5.0.2+edu0~alpha_all.deb
 f02f6a2f8709073970c7f936229dc37e41bb4e8782f68897d1215e7a8045ea35 2421172 
debian-edu-doc-it_1.3~20090801~5.0.2+edu0~alpha_all.deb
 a14fcff63e2b921d98fd250363c2d61b8ce618736fb7911962271f1a04d1f6bd 9136884 
debian-edu-doc-fr_1.3~20090801~5.0.2+edu0~alpha_all.deb
Files: 
 bd7f12cc122b7a5d28c3c2f816c1920f 1400 doc optional 
debian-edu-doc_1.3~20090801~5.0.2+edu0~alpha.dsc
 eb834aa695d765c42988cebf19fd05f2 21577404 doc optional 
debian-edu-doc_1.3~20090801~5.0.2+edu0~alpha.tar.gz
 fc6542edee50df01b1e88bbea7293bd4 10126 doc optional 
debian-edu-doc_1.3~20090801~5.0.2+edu0~alpha_all.deb
 6b07b0dac252a952c49940447ae2bef3 16738258 doc optional 
debian-edu-doc-en_1.3~20090801~5.0.2+edu0~alpha_all.deb
 5fad61cf8165f138fa1743c57afb202e 5373940 doc optional 
debian-edu-doc-de_1.3~20090801~5.0.2+edu0~alpha_all.deb
 830cdf7fc9c5af025f3508f74c36b5c7 4732162 doc optional 
debian-edu-doc-es_1.3~20090801~5.0.2+edu0~alpha_all.deb
 a9d372c7f73e74ddd28ba2bad3e3b1d1 12729316 doc optional 
debian-edu-doc-nb_1.3~20090801~5.0.2+edu0~alpha_all.deb
 f11a597dd9824b1b0e5df6a33a3ad600 2421172 doc optional 
debian-edu-doc-it_1.3~20090801~5.0.2+edu0~alpha_all.deb
 f19c6700bd13085d8abafea06c0ad0d5 9136884 doc optional 
debian-edu-doc-fr_1.3~20090801~5.0.2+edu0~alpha_all.deb

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

iD8DBQFKdD63UHLQNqxYNSARAlpRAKDR3ETAG3zVlzkm7W+ihZT/SB+1qwCbB+8H
6rdwsix5ECTEttxtbE0belc=
=kpR9
-END PGP SIGNATURE-


Accepted:
debian-edu-doc-de_1.3~20090801~5.0.2+edu0~alpha_all.deb
  to 
pool/main/d/debian-edu-doc/debian-edu-doc-de_1.3~20090801~5.0.2+edu0~alpha_all.deb
debian-edu-doc-en_1.3~20090801~5.0.2+edu0~alpha_all.deb
  to 
pool/main/d

Accepted libspiff 1.0.0-2 (source amd64)

2009-08-01 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Aug 2009 11:56:07 -0400
Source: libspiff
Binary: libspiff4 libspiff-dev
Architecture: source amd64
Version: 1.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 libspiff-dev - development files for libSpiff
 libspiff4  - library to read/write XSPF, the XML Shareable Playlist Format
Changes: 
 libspiff (1.0.0-2) unstable; urgency=low
 .
   * Bump to Standards-Version 3.8.2.
   * Set maintainer to Debian QA Group.
Checksums-Sha1: 
 5853985c582965cb925267fb724bbd63f70216e9 1722 libspiff_1.0.0-2.dsc
 b21147c04df3cf96e065eb070f67ce5eb49df26b 3044 libspiff_1.0.0-2.diff.gz
 19bcf8db1a0dc1321ad448b1357c27190e1c2cbe 88824 libspiff4_1.0.0-2_amd64.deb
 08e519f49f5bcc70b13bb5f911d83e5c17e6133a 141040 libspiff-dev_1.0.0-2_amd64.deb
Checksums-Sha256: 
 ec4cce87566d862bf25fee77bc1fb22d5e9a3a2b66f7d8e42934ac933a3865d6 1722 
libspiff_1.0.0-2.dsc
 3b650af49fc82d912650a82663f7dedb70a407ff8cafba2db3d6ca2b5de68f8d 3044 
libspiff_1.0.0-2.diff.gz
 b19b2bcbec694600edcbf7504cb602a434be7e2ea3935f54a90570dc00700017 88824 
libspiff4_1.0.0-2_amd64.deb
 b7ace841a952a6eb188f542a021479a3092162c7436d298218b80140203d4402 141040 
libspiff-dev_1.0.0-2_amd64.deb
Files: 
 d383b26035f2277bcbca9761df2fcc17 1722 libs optional libspiff_1.0.0-2.dsc
 89533ef71763e81062fde82eddd0618f 3044 libs optional libspiff_1.0.0-2.diff.gz
 e311e988a05dcc380166572c0b2dad36 88824 libs optional 
libspiff4_1.0.0-2_amd64.deb
 dbe09090783ab46bd9d9450932b65ea6 141040 libdevel optional 
libspiff-dev_1.0.0-2_amd64.deb

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

iQIcBAEBCgAGBQJKdGZ2AAoJEFWSMx4ZnTio2UUQAKdlr0mmbw2yxvH/YcqMvXgi
PfbFjAkmGmi2JrJ8AprZYR98KYY1pBDDMa+BKxWR0SFSDqeHJxXQ4GMHzav04WNx
7puVFLeTzjuRg519zt00EF7whCQUnEBnisXar3TqR0tT+DyWacrVxGf9aL5RG/77
SFppAI8gCFTGXZd2vszySy5T44SjLYqK795MPW8QHrVr0mch1Gu/ENOAG44QGx++
ULF0JK6BsPQr2/WlfYJmVDTzDQ2A6aG+TN+ZdZYZlOIRYnxqJLNUHq+O0A/ssrNq
IA1HmU/FgYHeM4V7b/KevaWC24RTauFN3Ee3ZAUTtaQ97fHs/uudZa02eBfjN/JM
nLAAjeReqF5LGJC+IZ69ERhROvXr+cHaE/DrdMtZf4cZEB7yP60ctyXMIaDT+UAH
50oPsnHqeSny8nI6nXP8gJZTbMwruBVwEY2I2aRSXulcayBw/WTpobclKvNFFcPj
HO+iX5hrKpyd6lFdD2ka0AcgLyzJpYJzQApUW0xNyCY7ClJw4dX+k7m2fc9sztct
rWItsBL2uSE8bzqfS4gMNV32hyhcNTcEBDPC5ejab50hh4+lgPNQBgHgKA7uZAkx
xOBVAG8jwmZw17L1qR4v/OVP6Y6j2M/co5WhGnwzYdDQeGG63C7Ft6+pliZ29hQb
UF+T2dwjfYztM2g3TfO7
=B0ej
-END PGP SIGNATURE-


Accepted:
libspiff-dev_1.0.0-2_amd64.deb
  to pool/main/libs/libspiff/libspiff-dev_1.0.0-2_amd64.deb
libspiff4_1.0.0-2_amd64.deb
  to pool/main/libs/libspiff/libspiff4_1.0.0-2_amd64.deb
libspiff_1.0.0-2.diff.gz
  to pool/main/libs/libspiff/libspiff_1.0.0-2.diff.gz
libspiff_1.0.0-2.dsc
  to pool/main/libs/libspiff/libspiff_1.0.0-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 vbrfix 0.24-5 (source amd64)

2009-08-01 Thread Rogério Brito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 13:51:22 -0300
Source: vbrfix
Binary: vbrfix
Architecture: source amd64
Version: 0.24-5
Distribution: unstable
Urgency: low
Maintainer: Rogério Brito rbr...@ime.usp.br
Changed-By: Rogério Brito rbr...@ime.usp.br
Description: 
 vbrfix - corrects MP3 files that have incorrect VBR information
Changes: 
 vbrfix (0.24-5) unstable; urgency=low
 .
   * debian/rules:
 + try to fix the avr32 FTBFS once again.
Checksums-Sha1: 
 ffe7a03bc153c0fe8200e37bdb036d3b42f6ef9d 972 vbrfix_0.24-5.dsc
 162291221108efadcb75c39729f6b5be189b 5412 vbrfix_0.24-5.diff.gz
 94038018cad4a50ecd30abef8e68d6485b721e29 29004 vbrfix_0.24-5_amd64.deb
Checksums-Sha256: 
 42d23d80897332b89c620f585a0330b8566056f400dec7349e4c21e700f80da1 972 
vbrfix_0.24-5.dsc
 7a3f455a111a6d48131f5b744f925bc55539896339e39d94d3016b91456e3539 5412 
vbrfix_0.24-5.diff.gz
 872ad676eedc399045bffa0b552b898006766d2dd7d66d065116fa03f523590e 29004 
vbrfix_0.24-5_amd64.deb
Files: 
 3b854761806e6f9bfdac6f2c95b95e4b 972 sound optional vbrfix_0.24-5.dsc
 0792944425879129d416b57b170a8f03 5412 sound optional vbrfix_0.24-5.diff.gz
 1148f853655384f5d8f5f27b6d2f81d7 29004 sound optional vbrfix_0.24-5_amd64.deb

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

iEYEARECAAYFAkp0cwgACgkQCFqbMnwsrrgekACZAfKCGAw7poi8Sl+QtQJt/XZU
D/EAoO3VU64F3LfUdrAStZQUjvLUi2qd
=I5oV
-END PGP SIGNATURE-


Accepted:
vbrfix_0.24-5.diff.gz
  to pool/main/v/vbrfix/vbrfix_0.24-5.diff.gz
vbrfix_0.24-5.dsc
  to pool/main/v/vbrfix/vbrfix_0.24-5.dsc
vbrfix_0.24-5_amd64.deb
  to pool/main/v/vbrfix/vbrfix_0.24-5_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 libmail-dkim-perl 0.36-1 (source all)

2009-08-01 Thread Magnus Holmgren
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 19:16:02 +0200
Source: libmail-dkim-perl
Binary: libmail-dkim-perl
Architecture: source all
Version: 0.36-1
Distribution: unstable
Urgency: low
Maintainer: Magnus Holmgren holmg...@debian.org
Changed-By: Magnus Holmgren holmg...@debian.org
Description: 
 libmail-dkim-perl - cryptographically identify the sender of email - perl 
library
Changes: 
 libmail-dkim-perl (0.36-1) unstable; urgency=low
 .
   * New upstream release.
 - Renames Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Only affects
   code that creates policy objects directly.
 - Drops support for pre-standardized DKIM signatures (i.e. DKIM
   signatures without a v= or bh= tag).
   * Honour nocheck option in DEB_BUILD_OPTIONS (but test outcome is still
 ignored since some tests depend on Internet connectivity).
   * Increase Standards-Version to 3.8.2.
Checksums-Sha1: 
 9e2d054a05b677cee5ccdab7a604182c4cc10be8 1315 libmail-dkim-perl_0.36-1.dsc
 3718ec31278a730cd1e227001c5eb90892948691 81306 
libmail-dkim-perl_0.36.orig.tar.gz
 a45e8fe8c9d9b4fa2018f01f6e79f5ef9c62fa84 3721 libmail-dkim-perl_0.36-1.diff.gz
 d344985628f2b0e102152afe194e08c3e3186243 116128 
libmail-dkim-perl_0.36-1_all.deb
Checksums-Sha256: 
 88b835d17594d09582df1e4cfd1d98114ba81e40c85715a9b5ce95a05e3e50d8 1315 
libmail-dkim-perl_0.36-1.dsc
 10726293488e2cc30dd9c5dcbbe822d6eadacf6c484c0c905fe9cbee5ccf040d 81306 
libmail-dkim-perl_0.36.orig.tar.gz
 4e65763b4edca0ebbb19494182c8eb8ec69f58f2a796a1aea5c46778b73cdd40 3721 
libmail-dkim-perl_0.36-1.diff.gz
 4bcfeb89842e339a48881a3ad5e5b1cb4262667015f289d54e88750c51eed0c3 116128 
libmail-dkim-perl_0.36-1_all.deb
Files: 
 2739e6329e1a2c0ae6972926729024ed 1315 perl optional 
libmail-dkim-perl_0.36-1.dsc
 b6681a7b3cc21c0976205d4ad616455d 81306 perl optional 
libmail-dkim-perl_0.36.orig.tar.gz
 2f0dfb982362f9b2bb237ff685e8195a 3721 perl optional 
libmail-dkim-perl_0.36-1.diff.gz
 1abb52612ccef8bd72eacd81efa94e19 116128 perl optional 
libmail-dkim-perl_0.36-1_all.deb

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

iEYEARECAAYFAkp0eG4ACgkQk7mRNn1h4+bvDgCgt++J/jmTGpXbesYYTiJW8RsF
dx8An2XFzrz/1ZRit9pvKrd5MGS2n7y2
=ttGD
-END PGP SIGNATURE-


Accepted:
libmail-dkim-perl_0.36-1.diff.gz
  to pool/main/libm/libmail-dkim-perl/libmail-dkim-perl_0.36-1.diff.gz
libmail-dkim-perl_0.36-1.dsc
  to pool/main/libm/libmail-dkim-perl/libmail-dkim-perl_0.36-1.dsc
libmail-dkim-perl_0.36-1_all.deb
  to pool/main/libm/libmail-dkim-perl/libmail-dkim-perl_0.36-1_all.deb
libmail-dkim-perl_0.36.orig.tar.gz
  to pool/main/libm/libmail-dkim-perl/libmail-dkim-perl_0.36.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 diff-ext 0.2.3-3.1 (source i386)

2009-08-01 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Jul 2009 18:51:21 +0200
Source: diff-ext
Binary: diff-ext
Architecture: source i386
Version: 0.2.3-3.1
Distribution: unstable
Urgency: medium
Maintainer: Andrea Veri bluek...@ubuntu.com
Changed-By: Chris Lamb la...@debian.org
Description: 
 diff-ext   - File manager context menu extension to launch comparison tools
Closes: 475236 523505
Changes: 
 diff-ext (0.2.3-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add missing Build-Depends on libgconf2-dev and libgnomevfs2-dev to fix
 FTBFS. Thanks to Chris Taylor ch...@code-monkeys.org for testing.
 (Closes: #523505)
 .
   [Andreas Henriksson]
* configure.ac, configure:
  - Check and use gconf-2.0 and gnome-vfs-2.0 modules when building, since
it's not possible to rely on nautilus dragging these in since 2.22.0.
(Closes: #475236)
* debian/control:
  - Add version = 2.22.0 to libnautilus-extension-dev build-dependency to
make sure this experimental upload gets built against the experimental
version of the library.
  - Recommend kdiff3, as this is the default diff tool and diff-ext silently
fails if it can't launch the diff tool.
Checksums-Sha1: 
 d2663db80cb1093ffd5f70a78cfe7cd18999c33a 1201 diff-ext_0.2.3-3.1.dsc
 5abf8df72d01569b15806e882cd8a923c2941e61 381266 diff-ext_0.2.3.orig.tar.gz
 ec33455f1018c5acd7d9d101207713dfe65593f8 22455 diff-ext_0.2.3-3.1.diff.gz
 22c11e05e06d1160b115d2ab600c7f82adf45fa7 27094 diff-ext_0.2.3-3.1_i386.deb
Checksums-Sha256: 
 8879e472ff5f09f6770d2002a4c87759fbe155a86636645488cc24580b14bb09 1201 
diff-ext_0.2.3-3.1.dsc
 35951107d46ea6a0428794b14140b6e2d6f38b807b5ab7a865b345de2e931e08 381266 
diff-ext_0.2.3.orig.tar.gz
 b2d33607e0de04ad4fa5c312e2e096f519db656a49b63ab5ddbeb808fe96e670 22455 
diff-ext_0.2.3-3.1.diff.gz
 0dda688fb4adfa971c36b1379817422fa1dfbe04fad62648fefc5e67cae35848 27094 
diff-ext_0.2.3-3.1_i386.deb
Files: 
 411dbe9b6f9c101df7ce546ac7458bc9 1201 utils optional diff-ext_0.2.3-3.1.dsc
 8a82a8c76f1bd30cb3ee7dd8c270aab7 381266 utils optional 
diff-ext_0.2.3.orig.tar.gz
 31a8f7cf4824b4fa67170de31e241655 22455 utils optional 
diff-ext_0.2.3-3.1.diff.gz
 cfff755e41dc604dcb2007a61681ebcb 27094 utils optional 
diff-ext_0.2.3-3.1_i386.deb

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

iEYEARECAAYFAkpx0UcACgkQ5/8uW2NPmiAcFQCgnoxQPM2+guP5790qQH7nOUVF
cIwAnirXLaAOM4LIJm7o+Nh4MtuAZksc
=X+W4
-END PGP SIGNATURE-


Accepted:
diff-ext_0.2.3-3.1.diff.gz
  to pool/main/d/diff-ext/diff-ext_0.2.3-3.1.diff.gz
diff-ext_0.2.3-3.1.dsc
  to pool/main/d/diff-ext/diff-ext_0.2.3-3.1.dsc
diff-ext_0.2.3-3.1_i386.deb
  to pool/main/d/diff-ext/diff-ext_0.2.3-3.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 libpam-ccreds 10-2 (source i386)

2009-08-01 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 19:59:50 +0200
Source: libpam-ccreds
Binary: libpam-ccreds
Architecture: source i386
Version: 10-2
Distribution: unstable
Urgency: low
Maintainer: Guido Günther a...@sigxcpu.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 libpam-ccreds - Pam module to cache authentication credentials
Closes: 539446
Changes: 
 libpam-ccreds (10-2) unstable; urgency=low
 .
   * [e85a2c3] switch to debhelper version 7
   * [95d5160] exclude ccreds_chkpwd from dh_fixperms (Closes: #539446)
   * [9cd4ac6] fix lintian overrides file name
   * [ae51eb3] revert direct source code changes in preparation for new
 source format
   * [026a04d] bump standards version
Checksums-Sha1: 
 e09c07e41eaaf09503e0c9e00852a23ec4072ac1 1218 libpam-ccreds_10-2.dsc
 622cc9b6192d39fd3d618f0eac48f81799021a6a 3849 libpam-ccreds_10-2.diff.gz
 93debd1530bb26e1be53dc71fbd8a2f389b8730f 18702 libpam-ccreds_10-2_i386.deb
Checksums-Sha256: 
 781565ad5ad5faa5a5b3939aad78056543109a4c7c8963ce08cbfdba5107569a 1218 
libpam-ccreds_10-2.dsc
 1ac8fee005235c496541311bff451e10985474313b9150038d2a598411c2ce38 3849 
libpam-ccreds_10-2.diff.gz
 e43ea1424d66409a433f2c66be863069500eddeecaedf5102a93bba11a1932d8 18702 
libpam-ccreds_10-2_i386.deb
Files: 
 c0edd4d295836d5434acef2693d5803b 1218 admin extra libpam-ccreds_10-2.dsc
 6ae5304b10ed6087687cf8b5e5ae3cbd 3849 admin extra libpam-ccreds_10-2.diff.gz
 6d77fdb2e03ac74bfbcc0786404cb807 18702 admin extra libpam-ccreds_10-2_i386.deb

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

iD8DBQFKdINDn88szT8+ZCYRAgOGAJ0eWk63+ctnTHm8ILpJ1wYeB4z7awCfajMJ
HfsO+ZtY+67Xfv1jdz4/+VY=
=W/bQ
-END PGP SIGNATURE-


Accepted:
libpam-ccreds_10-2.diff.gz
  to pool/main/libp/libpam-ccreds/libpam-ccreds_10-2.diff.gz
libpam-ccreds_10-2.dsc
  to pool/main/libp/libpam-ccreds/libpam-ccreds_10-2.dsc
libpam-ccreds_10-2_i386.deb
  to pool/main/libp/libpam-ccreds/libpam-ccreds_10-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 fglrx-driver 1:9-7-2 (source all amd64)

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

Format: 1.8
Date: Sat, 01 Aug 2009 19:37:05 +0200
Source: fglrx-driver
Binary: fglrx-driver fglrx-glx fglrx-source fglrx-kernel-src fglrx-control 
fglrx-amdcccle fglrx-atieventsd
Architecture: source amd64 all
Version: 1:9-7-2
Distribution: unstable
Urgency: low
Maintainer: Fglrx packaging team pkg-fglrx-de...@lists.alioth.debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 fglrx-amdcccle - control panel for the non-free AMD/ATI r6xx - r7xx display 
driver
 fglrx-atieventsd - external events daemon for the non-free AMD/ATI r6xx - r7xx 
displ
 fglrx-control - control panel for the non-free AMD/ATI r5xx, r6xx, r7xx 
display d
 fglrx-driver - non-free AMD/ATI r6xx - r7xx display driver
 fglrx-glx  - proprietary libGL for the non-free AMD/ATI r6xx - r7xx display dr
 fglrx-kernel-src - transitional dummy package for fglrx-source
 fglrx-source - kernel module source for the non-free AMD/ATI r6xx - r7xx 
display
Closes: 538889
Changes: 
 fglrx-driver (1:9-7-2) unstable; urgency=low
 .
   * Fix clashing diversions with installed ia32 packages. Thanks to
 Sebastian Lipponer for testing the new changesets.
 Closes: #538889
   * Remove diversions set from the ia32 packages on removing fglrx.
   * Remove unused lintian overrides for package fglrx-glx.
Checksums-Sha1: 
 a9545782c6955f6f49d57d1073009c7a723720ec 1653 fglrx-driver_9-7-2.dsc
 631ef594cc69048fb2cdfe1ffe151ccd0dedf77e 189623 fglrx-driver_9-7-2.diff.gz
 ae2919684ea0175a34fdf1077baabda01fa006f3 13100810 fglrx-driver_9-7-2_amd64.deb
 fdbe87f9c7ce802fb2f9751119e67c63e45f164c 6982534 fglrx-control_9-7-2_amd64.deb
 cc393b86110b264fb930b4601d4eec4618e35d26 194132 fglrx-glx_9-7-2_amd64.deb
 1397dd57837f2a88d2841c51841bc3d7691eef67 1633126 fglrx-source_9-7-2_amd64.deb
 bd9e5274afdfda3dd5b0fe454dc7e99a3089a596 138442 
fglrx-atieventsd_9-7-2_amd64.deb
 66b4e18767f1c20a654223ea3d21480cf9eeaf37 22248 fglrx-amdcccle_9-7-2_all.deb
 622b97ce152599eb92a7f63cef10168166f6f1da 22280 fglrx-kernel-src_9-7-2_all.deb
Checksums-Sha256: 
 17a28eb5bd3d47500f35b0c14a176ddec35a8f00321ea6bba2fbf40548d4fdfb 1653 
fglrx-driver_9-7-2.dsc
 a4f8e2dac2283c6559b432c6530fa43134aeb8dcd7f95d27dfd4ffd7570f0d6a 189623 
fglrx-driver_9-7-2.diff.gz
 a3b85b2077618a0b440a2c5e3e437d91d214c8aeead8d275a8b98daa2ab64cac 13100810 
fglrx-driver_9-7-2_amd64.deb
 77aec7495262179d45530b5acec6d0404c5e9d7bea32d5f26ebc5a2080f818c0 6982534 
fglrx-control_9-7-2_amd64.deb
 0ca373d1e89c4c3a100cbb847febd11f76bb086d42d76c515fa62480a95213a4 194132 
fglrx-glx_9-7-2_amd64.deb
 9e8d440f14c37bdd216fadb9e59db08e7be19f59ac90211364554e66431926cf 1633126 
fglrx-source_9-7-2_amd64.deb
 1261fbc6a48e63184cf7a60207afa152c5d9d0728a492f0eb80d7f5577cb81f0 138442 
fglrx-atieventsd_9-7-2_amd64.deb
 39f4973262e0a3295a709a972e2b303dcc8ed4a9ecbd04bc9e9ad41d2ea1faec 22248 
fglrx-amdcccle_9-7-2_all.deb
 bee84b6b37d49595850734367eb54894c85db78980bc3430d73d3a0e5b15cdd8 22280 
fglrx-kernel-src_9-7-2_all.deb
Files: 
 4192378e6f41c909cee6431df494920b 1653 non-free/x11 extra fglrx-driver_9-7-2.dsc
 b9123166ae678d4eea4b0fa55dce59b6 189623 non-free/x11 extra 
fglrx-driver_9-7-2.diff.gz
 a9bbf72975baeaadfe6e368c09a866f0 13100810 non-free/x11 extra 
fglrx-driver_9-7-2_amd64.deb
 165c3d1a493bceba2c2683ec6f3d9328 6982534 non-free/x11 extra 
fglrx-control_9-7-2_amd64.deb
 5bf4fbe088b3b8fa99b05476cb0909ba 194132 non-free/x11 extra 
fglrx-glx_9-7-2_amd64.deb
 d31bcd4f2ea12483593aa41d7a80021a 1633126 non-free/kernel extra 
fglrx-source_9-7-2_amd64.deb
 0b4bb446c329659e3e3f86884b2ea9f3 138442 non-free/x11 extra 
fglrx-atieventsd_9-7-2_amd64.deb
 6871cb04fd34cbc394fa1b105eb3ef51 22248 non-free/x11 extra 
fglrx-amdcccle_9-7-2_all.deb
 ac84bd6f5dc8ca2aa90b70299a534aa8 22280 non-free/x11 extra 
fglrx-kernel-src_9-7-2_all.deb

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

iEYEARECAAYFAkp0gtoACgkQ2XA5inpabMc2iwCeMASHQGjEZnMbks8hxsuW0LW+
iOgAn3v5XrcByY1tgI69tSdD5NxByC8t
=Hjya
-END PGP SIGNATURE-


Accepted:
fglrx-amdcccle_9-7-2_all.deb
  to pool/non-free/f/fglrx-driver/fglrx-amdcccle_9-7-2_all.deb
fglrx-atieventsd_9-7-2_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-atieventsd_9-7-2_amd64.deb
fglrx-control_9-7-2_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-control_9-7-2_amd64.deb
fglrx-driver_9-7-2.diff.gz
  to pool/non-free/f/fglrx-driver/fglrx-driver_9-7-2.diff.gz
fglrx-driver_9-7-2.dsc
  to pool/non-free/f/fglrx-driver/fglrx-driver_9-7-2.dsc
fglrx-driver_9-7-2_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-driver_9-7-2_amd64.deb
fglrx-glx_9-7-2_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-glx_9-7-2_amd64.deb
fglrx-kernel-src_9-7-2_all.deb
  to pool/non-free/f/fglrx-driver/fglrx-kernel-src_9-7-2_all.deb
fglrx-source_9-7-2_amd64.deb
  to pool/non-free/f/fglrx-driver/fglrx-source_9-7-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 rox 2.10-1 (source i386)

2009-08-01 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 16:50:58 +0200
Source: rox
Binary: rox-filer
Architecture: source i386
Version: 2.10-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine fran...@debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 rox-filer  - A simple graphical file manager for X11
Changes: 
 rox (2.10-1) unstable; urgency=low
 .
   [ Tony Houghton ]
   * New upstream release.
 .
   [ Francesco Paolo Lovergine ]
   * Added Vcs-* field for common git repository.
Checksums-Sha1: 
 434b95bcc875e9dc83d76333f71cdf6fc0e36e6b 1515 rox_2.10-1.dsc
 e70cb32fc895bc3d79e1fe34663f8747314a1766 2720687 rox_2.10.orig.tar.gz
 de68c747ac3a9b81068b32fe16329f70cba37ee3 9945 rox_2.10-1.diff.gz
 db372a4c4f97165a02a571aaa35240885bf0 1550672 rox-filer_2.10-1_i386.deb
Checksums-Sha256: 
 b9296443a6a7c6eea6b04dc98769c346d9e3bd7e49c23fd60ee9e7cb526b55bf 1515 
rox_2.10-1.dsc
 18350cb470b253588abc55e547d1cf534260a217271e4596cf084cb1620f0cb2 2720687 
rox_2.10.orig.tar.gz
 0d61299d52429bc0826ffa60dd76ec06468678ed821e928130d2bf97a0208e0b 9945 
rox_2.10-1.diff.gz
 f225de0f6ee09c27237e0292f818183d58c9f1c7a99f4332b45d36fe6e3c5268 1550672 
rox-filer_2.10-1_i386.deb
Files: 
 d05b795bd60a7b88bd8705ce54b42138 1515 x11 optional rox_2.10-1.dsc
 fbb16c992fa7752da5926fc2b0670965 2720687 x11 optional rox_2.10.orig.tar.gz
 3f4bade9387fe5c07e1b05fb1f01fc8c 9945 x11 optional rox_2.10-1.diff.gz
 616002b93aba616ee751a77d3e54b574 1550672 x11 optional rox-filer_2.10-1_i386.deb

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

iEYEARECAAYFAkp0jlQACgkQpFNRmenyx0fUfwCfdUxCJoaAuJWbTcvU1ZdsVYxe
jvcAn2iyIB42YlxApsrMNe93gYjMB+cW
=/k46
-END PGP SIGNATURE-


Accepted:
rox-filer_2.10-1_i386.deb
  to pool/main/r/rox/rox-filer_2.10-1_i386.deb
rox_2.10-1.diff.gz
  to pool/main/r/rox/rox_2.10-1.diff.gz
rox_2.10-1.dsc
  to pool/main/r/rox/rox_2.10-1.dsc
rox_2.10.orig.tar.gz
  to pool/main/r/rox/rox_2.10.orig.tar.gz


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



Accepted ctsim 5.0.0-1 (source all amd64)

2009-08-01 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 10:56:41 -0600
Source: ctsim
Binary: ctsim ctsim-help ctsim-doc
Architecture: source all amd64
Version: 5.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 ctsim  - Computed tomography simulator
 ctsim-doc  - Documentation for ctsim package
 ctsim-help - Online help file for CTSim
Closes: 462189
Changes: 
 ctsim (5.0.0-1) unstable; urgency=low
 .
   * New upstream, ported to wxwidgets 2.8 (closes:462189)
Checksums-Sha1: 
 fe174b3cd0c41dd082060dc780afd35304e72f90 1177 ctsim_5.0.0-1.dsc
 63e5d2ff060bd0774ba1b0cb7bc9c9f85e32c497 2336415 ctsim_5.0.0.orig.tar.gz
 0a3aca6b22d0daac41ffada649236ab61fc9a418 7313 ctsim_5.0.0-1.diff.gz
 1335945236223152f04fb7c42de659b539cc38d8 137106 ctsim-help_5.0.0-1_all.deb
 0dada44c8b61a6ae3aa8c721f09a8b2025464530 346078 ctsim-doc_5.0.0-1_all.deb
 a299f89fc4ec2ae55d00b150ed64b24249430568 647176 ctsim_5.0.0-1_amd64.deb
Checksums-Sha256: 
 f5fd4ddc763caf0389de6c11331b0792780f72719f9b481d4b0ec3d778e4e12c 1177 
ctsim_5.0.0-1.dsc
 7b998b011027e139e836ed730767a4717d01174d8d58363324d5f32845d881d5 2336415 
ctsim_5.0.0.orig.tar.gz
 603a3bc47240175600dda18d0c5696cb791a1aa35545ac7989e82bfbcab24b1b 7313 
ctsim_5.0.0-1.diff.gz
 666e18fe6cd9e31f7bf166fafd60cce1acba0f9689bfad5d830374f5efbc658d 137106 
ctsim-help_5.0.0-1_all.deb
 3af8c878b28be2b47e40e5a03589643459ba9287f9fc1ec9b0f351aa795137b9 346078 
ctsim-doc_5.0.0-1_all.deb
 6f31e998c036d5a65a3a9567fbd051b05a3f7f864cbcf5cd733c4fe4e17b49a0 647176 
ctsim_5.0.0-1_amd64.deb
Files: 
 17a78bf25e58bd53522c7c0021400c40 1177 science extra ctsim_5.0.0-1.dsc
 cc285f4ecc7b36fe803ae798dd7842ab 2336415 science extra ctsim_5.0.0.orig.tar.gz
 2ebd5c97154b2da17f2dfb5c308d789e 7313 science extra ctsim_5.0.0-1.diff.gz
 f17af5c4d546d324ca0070f9a91e1978 137106 science extra 
ctsim-help_5.0.0-1_all.deb
 61b8c7c12e099242f0fa5ed6aaa3c0ec 346078 doc extra ctsim-doc_5.0.0-1_all.deb
 8f1b27c258f0ecd86b0671fdc188a3ba 647176 science extra ctsim_5.0.0-1_amd64.deb

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

iEYEARECAAYFAkp0jrIACgkQES7N8sSjgj5ieACfUzjjbLM8EwlWNvMBzuty+m9C
4s4An26RAJ5WewXzChwThLUlzgvhCieD
=kmWO
-END PGP SIGNATURE-


Accepted:
ctsim-doc_5.0.0-1_all.deb
  to pool/main/c/ctsim/ctsim-doc_5.0.0-1_all.deb
ctsim-help_5.0.0-1_all.deb
  to pool/main/c/ctsim/ctsim-help_5.0.0-1_all.deb
ctsim_5.0.0-1.diff.gz
  to pool/main/c/ctsim/ctsim_5.0.0-1.diff.gz
ctsim_5.0.0-1.dsc
  to pool/main/c/ctsim/ctsim_5.0.0-1.dsc
ctsim_5.0.0-1_amd64.deb
  to pool/main/c/ctsim/ctsim_5.0.0-1_amd64.deb
ctsim_5.0.0.orig.tar.gz
  to pool/main/c/ctsim/ctsim_5.0.0.orig.tar.gz


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



Accepted bbdb 2.35.cvs20060204-1.2 (source all)

2009-08-01 Thread Rob Browning
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 12:16:02 -0700
Source: bbdb
Binary: bbdb
Architecture: source all
Version: 2.35.cvs20060204-1.2
Distribution: unstable
Urgency: low
Maintainer: Joerg Jaspert jo...@debian.org
Changed-By: Rob Browning r...@defaultvalue.org
Description: 
 bbdb   - The Insidious Big Brother Database (email rolodex) for Emacs
Closes: 478799
Changes: 
 bbdb (2.35.cvs20060204-1.2) unstable; urgency=low
 .
   * NMU with the permission of the maintainer to adjust the dependencies
 to accommodate the removal of emacs21.  Change the emacs21 dependency
 to emacs23 and the emacs21 build dependency to emacs22 or emacs23.
 Thanks to Sven Joachim svenj...@gmx.de.  (Closes: #478799)
Checksums-Sha1: 
 23bba21897aa8809bcbd582ee2020ea16d2c109d 1055 bbdb_2.35.cvs20060204-1.2.dsc
 ae91638710d5c5a26147d70a9d70c7c34aadb985 73917 
bbdb_2.35.cvs20060204-1.2.diff.gz
 fc04c497f70ae501bda22cf283997ad2a6b52650 445232 
bbdb_2.35.cvs20060204-1.2_all.deb
Checksums-Sha256: 
 bfdf5ae03400ba03f3968624ddefde5109e2704ed11ff6c2546ea048183361b5 1055 
bbdb_2.35.cvs20060204-1.2.dsc
 99e427968d09f7b3ff0ba7c74dd92059b1b8ff4c14109ef9ea46a4fbf36b7707 73917 
bbdb_2.35.cvs20060204-1.2.diff.gz
 e502c8597b0c3e45ba57fb49d26990d87edd854cc2cb54d5ef003916015fb78b 445232 
bbdb_2.35.cvs20060204-1.2_all.deb
Files: 
 28493d2806c1d603813021fabf8643a5 1055 mail optional 
bbdb_2.35.cvs20060204-1.2.dsc
 cd367fe52c44a61cd35c6ec8b22b0598 73917 mail optional 
bbdb_2.35.cvs20060204-1.2.diff.gz
 6a5ae66e3eb7c33b0595ce422ab3268c 445232 mail optional 
bbdb_2.35.cvs20060204-1.2_all.deb

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

iEYEARECAAYFAkp0lNYACgkQJcjTd4x+c6ShJACgnf59Ndi89yPc/g2AZ1BGGzNg
khsAoKLF/OJwDT6aXHOfshEUg6eZtj3S
=SqbG
-END PGP SIGNATURE-


Accepted:
bbdb_2.35.cvs20060204-1.2.diff.gz
  to pool/main/b/bbdb/bbdb_2.35.cvs20060204-1.2.diff.gz
bbdb_2.35.cvs20060204-1.2.dsc
  to pool/main/b/bbdb/bbdb_2.35.cvs20060204-1.2.dsc
bbdb_2.35.cvs20060204-1.2_all.deb
  to pool/main/b/bbdb/bbdb_2.35.cvs20060204-1.2_all.deb


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



Accepted classpath 2:0.98-2 (source all amd64)

2009-08-01 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 21:28:05 +0200
Source: classpath
Binary: classpath classpath-gtkpeer classpath-qtpeer classpath-common 
classpath-common-unzipped classpath-doc jikes-classpath
Architecture: source all amd64
Version: 2:0.98-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Michael Koch konque...@gmx.de
Description: 
 classpath  - clean room standard Java libraries
 classpath-common - clean room standard Java libraries - architecture 
independent fil
 classpath-common-unzipped - clean room standard Java libraries - architecture 
independent fil
 classpath-doc - clean room standard Java libraries - free Java API 
documentation
 classpath-gtkpeer - clean room standard Java libraries - GTK+ AWT peer
 classpath-qtpeer - clean room standard Java libraries - QT AWT peer
 jikes-classpath - clean room standard Java libraries - wrapper for jikes
Closes: 539126 539431
Changes: 
 classpath (2:0.98-2) unstable; urgency=low
 .
   * Fix build failure when building only arch:any packages
 (Closes: #539126, #539431).
   * Build-Depend on xulrunner-dev instead of iceape-dev.
Checksums-Sha1: 
 c263f16feb1fae3f2976dddff749fda4381c3a62 1789 classpath_0.98-2.dsc
 60957d3c4047949fcce70dc61c68bdbba8b73147 15561 classpath_0.98-2.diff.gz
 378de1012980926bcac21c85e7f879a52450f6a9 10093734 
classpath-common_0.98-2_all.deb
 915b2683b1e911fcf92d476dec3e64069b28b334 6731186 
classpath-common-unzipped_0.98-2_all.deb
 43204e508a7e4a9f3d09bb19ed4ae3577e917c05 30995470 classpath-doc_0.98-2_all.deb
 c9a2c77f477110f514319759f8e955196c344879 13714 jikes-classpath_0.98-2_all.deb
 513ce28bb568f63ea00201d76722090249522a6f 167140 classpath_0.98-2_amd64.deb
 f7a6deef1858970ee1ecdc2e993c6f13cf6cf0c2 92854 
classpath-gtkpeer_0.98-2_amd64.deb
 e710ad315ee847bc1cc1e46ae6fef82a9d2d7237 95292 
classpath-qtpeer_0.98-2_amd64.deb
Checksums-Sha256: 
 9acbbb0860e70e0978f3754cfa0c40b27122b501c3266c46cd36e181d2e45811 1789 
classpath_0.98-2.dsc
 8c91e6c78880c295fbbb46beaeeaade83078d5a1238ba75b55ca14eb00779b3f 15561 
classpath_0.98-2.diff.gz
 48a932e0c396de0b1d197f80644dd101eac735bf4fcf086afc472c1ffd34cc8a 10093734 
classpath-common_0.98-2_all.deb
 d5b3d1e434353350af8bd89c4aaedbb2c438a1b3d176fd20eb346838343ce79d 6731186 
classpath-common-unzipped_0.98-2_all.deb
 9e6eba30d463d367a396d687728da68f34a01e28d7b9a92b9cf7487e7e00eb52 30995470 
classpath-doc_0.98-2_all.deb
 822cd4bfb5abad6a85227a9b94611198c7338c3213bfc9f10afa7f23958adb23 13714 
jikes-classpath_0.98-2_all.deb
 39b392298e6f70a9b6f394caacf7c91aedc35b841d70f277768b6367d98c8921 167140 
classpath_0.98-2_amd64.deb
 b618bf82c0e67a21a4b13e390c3724e22bf6cbba858fd4d7e9d0cb003689fe4b 92854 
classpath-gtkpeer_0.98-2_amd64.deb
 ff8dc9152440862fab6d939613d35bc61a1921be91112918eadc56788906094e 95292 
classpath-qtpeer_0.98-2_amd64.deb
Files: 
 aeb5313ccc4fb33ecd5851aec387378a 1789 libs optional classpath_0.98-2.dsc
 0da3f667f2b7351305102a0c809e5cf9 15561 libs optional classpath_0.98-2.diff.gz
 092dba87d6fffb76410f421bef79d964 10093734 libs optional 
classpath-common_0.98-2_all.deb
 da3bbec1c76d8f50ef3105530fc6f87e 6731186 libs optional 
classpath-common-unzipped_0.98-2_all.deb
 3fbe5eb9672db9f9a19ea8655209733c 30995470 doc optional 
classpath-doc_0.98-2_all.deb
 3595d2c091b3f315049779ef04967a1a 13714 devel optional 
jikes-classpath_0.98-2_all.deb
 02228dd4b042054f9edc4e118560abb6 167140 libs optional 
classpath_0.98-2_amd64.deb
 3b7665509e96a9fea97b9b1cc1bc0015 92854 libs optional 
classpath-gtkpeer_0.98-2_amd64.deb
 6ad2954b2d061d80ef9580bb437d8e8a 95292 libs optional 
classpath-qtpeer_0.98-2_amd64.deb

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

iEYEARECAAYFAkp0nnUACgkQWSOgCCdjSDuPrgCfaXSTZjhdtAdkkQR8tOT/3eD/
Z+IAoJVUAYKsCod3JMdo2EYQbwnEh+Qd
=D/ob
-END PGP SIGNATURE-


Accepted:
classpath-common-unzipped_0.98-2_all.deb
  to pool/main/c/classpath/classpath-common-unzipped_0.98-2_all.deb
classpath-common_0.98-2_all.deb
  to pool/main/c/classpath/classpath-common_0.98-2_all.deb
classpath-doc_0.98-2_all.deb
  to pool/main/c/classpath/classpath-doc_0.98-2_all.deb
classpath-gtkpeer_0.98-2_amd64.deb
  to pool/main/c/classpath/classpath-gtkpeer_0.98-2_amd64.deb
classpath-qtpeer_0.98-2_amd64.deb
  to pool/main/c/classpath/classpath-qtpeer_0.98-2_amd64.deb
classpath_0.98-2.diff.gz
  to pool/main/c/classpath/classpath_0.98-2.diff.gz
classpath_0.98-2.dsc
  to pool/main/c/classpath/classpath_0.98-2.dsc
classpath_0.98-2_amd64.deb
  to pool/main/c/classpath/classpath_0.98-2_amd64.deb
jikes-classpath_0.98-2_all.deb
  to pool/main/c/classpath/jikes-classpath_0.98-2_all.deb


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



Accepted debhelper 7.3.9 (source all)

2009-08-01 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 15:59:07 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 7.3.9
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 debhelper  - helper programs for debian/rules
Closes: 538977
Changes: 
 debhelper (7.3.9) unstable; urgency=low
 .
   * cmake: Avoid forcing rpath off as this can break some test suites.
 It gets stripped by cmake at install time. Closes: #538977
Checksums-Sha1: 
 b68340eec2c1429ad28236f07b979ae249494287 906 debhelper_7.3.9.dsc
 067139f8b8ecd9a25465248da89e5db1188ff381 314035 debhelper_7.3.9.tar.gz
 52298ecf6d070d41313a03caec7ca8f8c2561d7e 533468 debhelper_7.3.9_all.deb
Checksums-Sha256: 
 bee4e454df8e3836e236850f53a96f707c7e5227838396c9b7cdf9f430cd92a1 906 
debhelper_7.3.9.dsc
 f06cce1396613139b7d420077be6106c73d456146dc1b6a8ce0648d58794ab7b 314035 
debhelper_7.3.9.tar.gz
 56cf54926f59006449fb7cea8c6b054b8aaf226136638eca4eff1b754a3d1cd6 533468 
debhelper_7.3.9_all.deb
Files: 
 68c9c2ee8ce37c4473a527eb0273b187 906 devel optional debhelper_7.3.9.dsc
 a1359e503eeccf1de02938b9e4a45710 314035 devel optional debhelper_7.3.9.tar.gz
 598ccec0f927fd3bd9d42fc3c72d242f 533468 devel optional debhelper_7.3.9_all.deb

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

iD8DBQFKdKDf2tp5zXiKP0wRAn2eAJ4uS8imoUKtyJd3L5Rs67Uy8SBimQCdH5hA
HUlumL3wiCyeCQ70MBPSbTU=
=jv6C
-END PGP SIGNATURE-


Accepted:
debhelper_7.3.9.dsc
  to pool/main/d/debhelper/debhelper_7.3.9.dsc
debhelper_7.3.9.tar.gz
  to pool/main/d/debhelper/debhelper_7.3.9.tar.gz
debhelper_7.3.9_all.deb
  to pool/main/d/debhelper/debhelper_7.3.9_all.deb


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



Accepted monkeysphere 0.26-1 (source all)

2009-08-01 Thread Jameson Graef Rollins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 01 Aug 2009 17:11:05 -0400
Source: monkeysphere
Binary: monkeysphere
Architecture: source all
Version: 0.26-1
Distribution: unstable
Urgency: low
Maintainer: Jameson Graef Rollins jroll...@finestructure.net
Changed-By: Jameson Graef Rollins jroll...@finestructure.net
Description: 
 monkeysphere - use the OpenPGP web of trust to verify ssh connections
Closes: 527765
Changes: 
 monkeysphere (0.26-1) unstable; urgency=low
 .
   * New upstream release:
 - add 'refresh-keys' subcommand to monkeysphere-authentication
 - improve marginal UI (closes MS #1141)
 - add MONKEYSPHERE_STRICT_MODES configuration to avoid
   permission-checking (closes MS #649)
 - test scripts use STRICT_MODES to avoid failure when built under /tmp
   (Closes: #527765)
 - do permissions checks with a perl script instead of non-portable
   readlink GNUisms
 - bail on permissions check if we hit the home directory (helpful on
   Mac OS and other systems with loose /home or /Users (closes MS #675)
Checksums-Sha1: 
 3f4d76a5ae60327adc3388ae0a98a33e8f174cfa 1894 monkeysphere_0.26-1.dsc
 de0125e43c8c7d7d98f45f9395576ff06e150307 96085 monkeysphere_0.26.orig.tar.gz
 8874a6bc3b2a6b094f229b484da824a559120b52 7491 monkeysphere_0.26-1.diff.gz
 046ace0172826db59014b793ae1c90215574d797 78752 monkeysphere_0.26-1_all.deb
Checksums-Sha256: 
 f44c05c67616db391193d93504ed0b5f066e71238f7ed4e01817075baa7c7fea 1894 
monkeysphere_0.26-1.dsc
 e743a0642f0da5d6ecea6cb3c8ff6c05ac56a094c351a7fdca2a4a707fe05c00 96085 
monkeysphere_0.26.orig.tar.gz
 6f7c9d482d5efc25430cdfed0fd29ecc5a77daeed19b0ba7dd8d180195862efe 7491 
monkeysphere_0.26-1.diff.gz
 316822ae5d7441cbb5671fb1472efa20935e143a3c5a377c438c6ce0805670a9 78752 
monkeysphere_0.26-1_all.deb
Files: 
 a8662f9213c35e9252e24b29c2abfea9 1894 net extra monkeysphere_0.26-1.dsc
 f0e5fe66a9affd951e601ea5d6188972 96085 net extra monkeysphere_0.26.orig.tar.gz
 6966f2f61ebcefcf4dfebbf17b51e1d0 7491 net extra monkeysphere_0.26-1.diff.gz
 216736ce8e4a41fcee80c642772d6109 78752 net extra monkeysphere_0.26-1_all.deb

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

iQIVAwUBSnS0r8zS7ZTSFznpAQowkQ/+PbsdJh/WO3zHVlF2sANUfz/0uNi8c7xk
VG9WkyHmy4cmLhvxB1HSgsuwPssJBjT0D2fEXXC42a6upzKvNM8EhdVXKpbwSgCW
tXrkijpjkdB05Gkh29lQvgfzRASIOADqRVsntF0xRCwl/8nXrKIAPXHgJOOKpftp
0t5EWqHR0R1mHz8jGIgc/mE42tXVcY7d9R1NVUKI18yGTLHyraR8+vGN2Sfjl259
LTQ4+pWnh+isp2DwK/pVN/+EOJ4+dDKMaBtMQ+/P87VoUc/PiayFA+bCVHuj3uv8
JwfARrsxANwgccNqaxIrYa8Dtr0Y6hkituuscwtog1HeI8gThtM82+FQJ8J5uKT9
hJ+QJ6G71KfXW6ObT7B8XGlKQ6I2BRJ+GAg3xwgQbke1laqhe+tvEOH1zDyCv4i9
dh5E5NuHZZtJu5DSzxIy8ksE8S5WiXHacqaE1eYntJ0kSeWbiEoG7vnGMP2RpCSF
BTevMYbahvx0GgIT00qbRJoMGpT3DBmIrb/Ayz1p056x82IdprMYkfvjh8US2riE
proanCozlnHXeQ/kcmfsHsYgK3jAq3whM+fkr9k94oSEkUw/Uvqhws6bPXXMF9ne
XZqv9v3fXWXddpcfhD5Z7OcgwAfgw2i/U6hHNmWI9B9xzBYOOXjLDywMxVQzvDvC
v3aTVUzIUxY=
=JeGM
-END PGP SIGNATURE-


Accepted:
monkeysphere_0.26-1.diff.gz
  to pool/main/m/monkeysphere/monkeysphere_0.26-1.diff.gz
monkeysphere_0.26-1.dsc
  to pool/main/m/monkeysphere/monkeysphere_0.26-1.dsc
monkeysphere_0.26-1_all.deb
  to pool/main/m/monkeysphere/monkeysphere_0.26-1_all.deb
monkeysphere_0.26.orig.tar.gz
  to pool/main/m/monkeysphere/monkeysphere_0.26.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 cracklib2 2.8.13-12 (source all amd64)

2009-08-01 Thread Jan Dittberner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 01 Aug 2009 22:52:31 +0200
Source: cracklib2
Binary: libcrack2 libcrack2-dev cracklib-runtime python-cracklib python-crack
Architecture: source amd64 all
Version: 2.8.13-12
Distribution: unstable
Urgency: low
Maintainer: Jan Dittberner j...@dittberner.info
Changed-By: Jan Dittberner ja...@debian.org
Description: 
 cracklib-runtime - runtime support for password checker library cracklib2
 libcrack2  - pro-active password checker library
 libcrack2-dev - pro-active password checker library - development files
 python-crack - transitional package from python-crack to python-cracklib
 python-cracklib - Python bindings for password checker library cracklib2
Changes: 
 cracklib2 (2.8.13-12) unstable; urgency=low
 .
   * debian/rules: remove config.guess and config.sub in clean target
 (fixes #539550)
Checksums-Sha1: 
 2dacc2fd24df7b305674f6372241311845322ede 2056 cracklib2_2.8.13-12.dsc
 b205de8883fc37fa892e60012086781de289bcc1 22814 cracklib2_2.8.13-12.diff.gz
 63e928f0648794495a2d55b5d6108e04f0beea0b 192880 libcrack2_2.8.13-12_amd64.deb
 4228c5cf253cf094dc6f5465aa13ac9d7ca9c91a 29332 
libcrack2-dev_2.8.13-12_amd64.deb
 c87f7e3b5705a1a70350203f29084b34df857e88 26344 
cracklib-runtime_2.8.13-12_amd64.deb
 e2cbe06b184df2c0d49aecbe9a965866ff750cd2 18610 
python-cracklib_2.8.13-12_amd64.deb
 e5d973f2bf8430cf9057dfff62f7bd14025f792c 11682 python-crack_2.8.13-12_all.deb
Checksums-Sha256: 
 2e7d215897ef3abc47b827248c06068252dae3dd21be9e58c9c9ee13d3259681 2056 
cracklib2_2.8.13-12.dsc
 8eaa2e29bf2d67e11df6d948cef93f518be295d8e48b7e365369264ca91731c6 22814 
cracklib2_2.8.13-12.diff.gz
 6a66607641c6c75c6fde59b19aed85c61ac126c45024360a393b67636cdf1f17 192880 
libcrack2_2.8.13-12_amd64.deb
 6d723438621a94d6ce3a2c2a9a3a12bd1e12a8f8aa7a271dbf3f6d51af29a76d 29332 
libcrack2-dev_2.8.13-12_amd64.deb
 5fc76cb98f515641a16175e0f0741e987d2d45623dd70d6c319c222f95969ffa 26344 
cracklib-runtime_2.8.13-12_amd64.deb
 02f25b113fef5eacfcf3159f33900d9f7ac5b4ab4dd99d1b6c1b3143f26a9d9a 18610 
python-cracklib_2.8.13-12_amd64.deb
 e5aaa12aabfe6ef8909e09422cef7dc1e31cee88554aba25bdf54392a9153e3b 11682 
python-crack_2.8.13-12_all.deb
Files: 
 a19e01c21aa7f26a681ea5ded951c814 2056 libs optional cracklib2_2.8.13-12.dsc
 7b38fb797845eb702291ffeff54f1836 22814 libs optional 
cracklib2_2.8.13-12.diff.gz
 79f13ee4aec345a1c5efc3c84527e11d 192880 libs optional 
libcrack2_2.8.13-12_amd64.deb
 8573e0932b9e9a8586b698be4d5cf5ea 29332 libdevel extra 
libcrack2-dev_2.8.13-12_amd64.deb
 aaebe336ee06a45b6b77c6b3bc8d8c2a 26344 admin optional 
cracklib-runtime_2.8.13-12_amd64.deb
 fc55f7b5d22b4ccd30ea434afb083f4b 18610 python optional 
python-cracklib_2.8.13-12_amd64.deb
 c1914213a6ae1af567e86058d8dc39bf 11682 python extra 
python-crack_2.8.13-12_all.deb

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

iQIcBAEBCAAGBQJKdKvZAAoJEKc+AFVVj7jd+w8QAK8zmDWTubSBYJdHwr2mXnUx
SL8rXRBPJqCTn/o5x7n3TgmI469iQY+ZRysUf1CVtt3DcT8hemhdI7LVF2M9Uuf/
j3EAtia/D0NDlxA2nUVgeE/1DF8iRHuaQsaallUCmsUtjYLGbmvQgtdQ3TW4b+Bi
L3inxHjHUyzwg4bfeDs0ahEsKNiQ9I6SBhIvlkzJM6e/N3RBpeIZ9E/fS/u8sWCN
yFRsrVw/aMSbcYXR+VMrglh4ffPK2QsX/CrWHp+vIgLe2EB3NXa8Rg4mdlZtpmQU
pBFbImp8XbviW7Ikw72voAaPFaj6+RBGJRYqvS0H+b8bRj/JsKvjaTMOYQPYZJYk
BMqNJguePudRHkEeUlpAj4hP5BZ+uxNbN/RxPnoJNqPgR6Mfucio9/Nu1QMGPykm
g4wdopL5GE3U4EqZfCPR67vbhzYSY1yif5EH2TzBfgnuC1y41UTnWPMOUJYd2u2T
B04sRzk8tBNR/bO/4V+IagTm749T5eQWZAUTb6poz83PxufmE0IMifYzdLB4Zm0o
y62tA0djmmktqEt6RvLUPCo0mpeJBgyz0PMHqtNnDASBFieC4ayHJwKyTzPsRL2A
BdiHjHVqCncsMATBK/rZOiLBFyI68IeMZkT7C5mFg5amwm87/CTr89KccKF6gB5K
3HBGWExavpbGI3jA5Csm
=WQ6m
-END PGP SIGNATURE-


Accepted:
cracklib-runtime_2.8.13-12_amd64.deb
  to pool/main/c/cracklib2/cracklib-runtime_2.8.13-12_amd64.deb
cracklib2_2.8.13-12.diff.gz
  to pool/main/c/cracklib2/cracklib2_2.8.13-12.diff.gz
cracklib2_2.8.13-12.dsc
  to pool/main/c/cracklib2/cracklib2_2.8.13-12.dsc
libcrack2-dev_2.8.13-12_amd64.deb
  to pool/main/c/cracklib2/libcrack2-dev_2.8.13-12_amd64.deb
libcrack2_2.8.13-12_amd64.deb
  to pool/main/c/cracklib2/libcrack2_2.8.13-12_amd64.deb
python-crack_2.8.13-12_all.deb
  to pool/main/c/cracklib2/python-crack_2.8.13-12_all.deb
python-cracklib_2.8.13-12_amd64.deb
  to pool/main/c/cracklib2/python-cracklib_2.8.13-12_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 unalz 0.65-1 (source i386)

2009-08-01 Thread Changwoo Ryu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 06:07:08 +0900
Source: unalz
Binary: unalz
Architecture: source i386
Version: 0.65-1
Distribution: unstable
Urgency: low
Maintainer: Changwoo Ryu cw...@debian.org
Changed-By: Changwoo Ryu cw...@debian.org
Description: 
 unalz  - De-archiver for .alz files
Changes: 
 unalz (0.65-1) unstable; urgency=low
 .
   * New Upstream Version
   * Document about zlib and libbz2 link in copyright and in README.Debian.
   * Document the details of the supported ALZ formats in README.Debian.
   * Standards-Version: 3.8.2
   * Do not overwrite CDBS supplied build flags.
Checksums-Sha1: 
 dc33012dce283e5698cb76cd41fa9842921c9e62 1122 unalz_0.65-1.dsc
 98a64f799892f7adfffd4635bd19826fe8f18b26 137985 unalz_0.65.orig.tar.gz
 b9854f017bf29cce8a421df089e6ee91d0ae654f 6650 unalz_0.65-1.diff.gz
 5e2c6530ba9bc3b41ec8b1f6c1552bff3e53ed69 32676 unalz_0.65-1_i386.deb
Checksums-Sha256: 
 2f1685c8d2ee7fad5a4aafeb4c0df1aa04993a05c89a0b437644fc7f4bbfaaae 1122 
unalz_0.65-1.dsc
 4c26699eb7545072de2ef7de79b4fff1f01c4db09cebff2d8d50ec03d5d74db0 137985 
unalz_0.65.orig.tar.gz
 ffe75cac775b6772c3af247f008dfdf060fc34c25156594d926e5d82309b7827 6650 
unalz_0.65-1.diff.gz
 f94410cfb44c259ee620b165b5928640d7f28325117c1794df23ac7c2e4d6187 32676 
unalz_0.65-1_i386.deb
Files: 
 c02e3890d9b6e85bc2e87b485125ef15 1122 utils optional unalz_0.65-1.dsc
 e4db2c4e3c8f6f5ee414b68bc55288e5 137985 utils optional unalz_0.65.orig.tar.gz
 becfa0650c252c8a7ce2600336ac6cda 6650 utils optional unalz_0.65-1.diff.gz
 b4ae7e76b8681c96a44aff272d51131e 32676 utils optional unalz_0.65-1_i386.deb

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

iD8DBQFKdK6yAbRzNODUnpkRAnmkAJkBLReRQ6Yr4WfTThLI8cZ7EIvj4QCfQgQY
bqYp2o9qDKCDp4daIVN3zZo=
=Fmtv
-END PGP SIGNATURE-


Accepted:
unalz_0.65-1.diff.gz
  to pool/main/u/unalz/unalz_0.65-1.diff.gz
unalz_0.65-1.dsc
  to pool/main/u/unalz/unalz_0.65-1.dsc
unalz_0.65-1_i386.deb
  to pool/main/u/unalz/unalz_0.65-1_i386.deb
unalz_0.65.orig.tar.gz
  to pool/main/u/unalz/unalz_0.65.orig.tar.gz


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



Accepted ffmpeg-debian 4:0.5+svn20090609-2 (source i386 all)

2009-08-01 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Jul 2009 13:04:17 -0400
Source: ffmpeg-debian
Binary: ffmpeg ffmpeg-dbg ffmpeg-doc libavutil49 libavcodec52 libavdevice52 
libavformat52 libavfilter0 libpostproc51 libswscale0 libavutil-dev 
libavcodec-dev libavdevice-dev libavformat-dev libavfilter-dev libpostproc-dev 
libswscale-dev
Architecture: source i386 all
Version: 4:0.5+svn20090609-2
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Andres Mejia mcita...@gmail.com
Description: 
 ffmpeg - multimedia player, server and encoder
 ffmpeg-dbg - Debug symbols for ffmpeg related packages
 ffmpeg-doc - documentation of the ffmpeg API
 libavcodec-dev - development files for libavcodec
 libavcodec52 - ffmpeg codec library
 libavdevice-dev - development files for libavdevice
 libavdevice52 - ffmpeg device handling library
 libavfilter-dev - development files for libavfilter
 libavfilter0 - ffmpeg video filtering library
 libavformat-dev - development files for libavformat
 libavformat52 - ffmpeg file format library
 libavutil-dev - development files for libavutil
 libavutil49 - ffmpeg utility library
 libpostproc-dev - development files for libpostproc
 libpostproc51 - ffmpeg video postprocessing library
 libswscale-dev - development files for libswscale
 libswscale0 - ffmpeg video scaling library
Closes: 511544
Changes: 
 ffmpeg-debian (4:0.5+svn20090609-2) unstable; urgency=low
 .
   [ Fabian Greffrath ]
   * Remove .install files for unstripped packages that we do not build
 from this branch anyway.
   * Remove debian/fixup-config.sh which was only a hack needed to repair
 the crippled config.h
   * Finally remove strip.sh.
 .
   [ Andres Mejia ]
   * Add vdpau support by including vdpau headers in deb packaging.
 (Closes: #511544)
   * Don't disable encoders if internalencoders is set in
 DEB_BUILD_OPTIONS.
   * Enable yasm for i386 and amd64.
 .
   [ Reinhard Tartler ]
   * clarifications suggested by upstream in README.Source
   * refresh patches
 .
   [ Fabian Greffrath ]
   * Document the copyright notice and license for the VDPAU headers in
 debian/copyright.
   * Remove parallel make support from debian/confflags, it's overridden
 in debian/rules anyway.
   * Quote opts in debian/watch.
   * Bump debhelper compat to 7.
   * Clean up clean target in debian/rules in favour of debian/clean.
   * Replace dh_clean -k by dh_prep.
 .
   [ Reinhard Tartler ]
   * remove duplicated libxvmc-dev build dependency
   * sort build dependencies alphabetically
   * remove section numbering from README.Debian
   * add note about the lintian override
Checksums-Sha1: 
 a66bd9745de92c6d46ac33865f82cdf91824d851 2450 
ffmpeg-debian_0.5+svn20090609-2.dsc
 1a2b6b589bc30b8f8e4a884f45af58fea77ea223 72736 
ffmpeg-debian_0.5+svn20090609-2.diff.gz
 7dc092ed2b70d1f78165952ca494f4200d41fb99 228552 
ffmpeg_0.5+svn20090609-2_i386.deb
 dac813b222419138fe004a5107cba4ef97a48e8f 9945510 
ffmpeg-dbg_0.5+svn20090609-2_i386.deb
 f235a0e3ecd4de2bafdecacf9777ad2e3e59e1c4 13929224 
ffmpeg-doc_0.5+svn20090609-2_all.deb
 bc026f148089e24c34ef17e52fb0deda6859232d 91750 
libavutil49_0.5+svn20090609-2_i386.deb
 549b79014029a47c1b6f16c379cb10877a7977db 3878712 
libavcodec52_0.5+svn20090609-2_i386.deb
 bb068179c327398ca48c057c58aa9bea1a3af577 71070 
libavdevice52_0.5+svn20090609-2_i386.deb
 9c1ee8303ee87f12553b959b8676528387ecffdb 700378 
libavformat52_0.5+svn20090609-2_i386.deb
 7e5cf71c8d738c25d8a0422ef9e0f3fd4ea19893 46648 
libavfilter0_0.5+svn20090609-2_i386.deb
 348f7618c994c69ae43614e2d019a8bc1db8a922 69630 
libpostproc51_0.5+svn20090609-2_i386.deb
 0e2b991b91766e8a45cb96609272ce6fb9259e7f 172214 
libswscale0_0.5+svn20090609-2_i386.deb
 3b61b8a99ad1779c5c403698cec9e4465ed8eadc 78154 
libavutil-dev_0.5+svn20090609-2_i386.deb
 002be76a29561b22354d1abff8990b789cdd07b8 2179708 
libavcodec-dev_0.5+svn20090609-2_i386.deb
 04ea986c4855c91509f523381f205c4b3bb0ee45 55316 
libavdevice-dev_0.5+svn20090609-2_i386.deb
 97a023ef4e427be907ea1705873c5775bb442fda 443222 
libavformat-dev_0.5+svn20090609-2_i386.deb
 824f2feffc5300e63a9ad9652ce6c05cf212d312 51764 
libavfilter-dev_0.5+svn20090609-2_i386.deb
 2eca84ee593f4f3eec2b56cc3aa85d085c6162f1 54410 
libpostproc-dev_0.5+svn20090609-2_i386.deb
 22be1e0d491ca754d851e7829d387f0c45a1a2e1 111704 
libswscale-dev_0.5+svn20090609-2_i386.deb
Checksums-Sha256: 
 653e46fc01d164e6ec54955c3a419915aca4bae88b900030b14bb09957dd51eb 2450 
ffmpeg-debian_0.5+svn20090609-2.dsc
 09ccf2b945918e2bd51c9951ab697005b6690abe9bb20139ce4bd0708cc82b01 72736 
ffmpeg-debian_0.5+svn20090609-2.diff.gz
 df44c1227ffe8ea21cb800f2e0b25ee4247f8793f5b15a64a99416c956a41e33 228552 
ffmpeg_0.5+svn20090609-2_i386.deb
 f49ddb38de5f6e7c6c0612891a25eea454d20d5172b0a782a8cafc7f655f2eaf 9945510 
ffmpeg-dbg_0.5+svn20090609-2_i386.deb
 e1b53b13dbc16ab75198d0652d8d91f654c0104c65c52b0c4ea5c5e014548180 13929224 

Accepted phonon 4:4.3.1-3 (source all amd64)

2009-08-01 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 00:38:26 +0200
Source: phonon
Binary: phonon-backend-xine phonon-backend-gstreamer phonon-backend-null
Architecture: source all amd64
Version: 4:4.3.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 phonon-backend-gstreamer - Phonon GStreamer 0.10.x backend
 phonon-backend-null - Phonon null backend (no real backend)
 phonon-backend-xine - Phonon Xine 1.1.x backend
Closes: 532490
Changes: 
 phonon (4:4.3.1-3) unstable; urgency=low
 .
   +++ Changes by Fathi Boudra:
 .
   * Add gstreamer0.10-alsa dependency to phonon-backend-gstreamer.
 (Closes: #532490)
 .
   +++ Changes by Modestas Vainius:
 .
   * Add 03_r950739_fullscreen_hidecursor.diff patch which makes it possible
 to hide mouse cursor in fullscreen mode when xine backend is in use.
Checksums-Sha1: 
 306cfc2f3129e7681149047373a3d0e59e2f4062 1705 phonon_4.3.1-3.dsc
 e5dfc460258c59c6e25351b30d884a431cd88442 9633 phonon_4.3.1-3.diff.gz
 9d9c424a9c9bbe3a1b1ec9795dacea94feb7f2fc 8954 
phonon-backend-null_4.3.1-3_all.deb
 767dbe794e89fdb5c5ee4a51afb945bab080923a 171808 
phonon-backend-xine_4.3.1-3_amd64.deb
 1f69f6c39cabd389808475328ada6a78885d043c 86742 
phonon-backend-gstreamer_4.3.1-3_amd64.deb
Checksums-Sha256: 
 4b2a1ff54ae37c42188108a6348f1d6fea2cc332a5c37ac93f63a99c3a1ed213 1705 
phonon_4.3.1-3.dsc
 d69691eb726465fd70cc62cbf5a2d63de27ea635e654ffb88f7ef8a0ae09720b 9633 
phonon_4.3.1-3.diff.gz
 bbf2d21e6a9dd7ca60b1c8744ae6942c3b82f7ded06cc1764b7623a28e01611a 8954 
phonon-backend-null_4.3.1-3_all.deb
 e43be770d2d215d30441c3df1f7f2e076ed94fe607e6d01b13af12412b17be1e 171808 
phonon-backend-xine_4.3.1-3_amd64.deb
 9e10f5b5cc53b3025663578fd34d78a9dd084c2bca751813dff7d5672c723447 86742 
phonon-backend-gstreamer_4.3.1-3_amd64.deb
Files: 
 c56f0788b31fe12342496d66a066b3e0 1705 sound optional phonon_4.3.1-3.dsc
 5bbf2f8a100d3661cfc8325c3d83d96d 9633 sound optional phonon_4.3.1-3.diff.gz
 5e2f4cece16a9a01ae56843eefd128f9 8954 sound optional 
phonon-backend-null_4.3.1-3_all.deb
 69dd987f1b35827dcd003da0d7b90c57 171808 sound optional 
phonon-backend-xine_4.3.1-3_amd64.deb
 81e552577481aa72ec1a511a37fc1571 86742 sound optional 
phonon-backend-gstreamer_4.3.1-3_amd64.deb

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

iEYEARECAAYFAkp0xekACgkQn3j4POjENGF9nwCcDTAGkkM2BfbiWM/hq2A3D4UY
VoQAnRJuYv9y5f1iOOuITO8Ju0dN8iKB
=OTDc
-END PGP SIGNATURE-


Accepted:
phonon-backend-gstreamer_4.3.1-3_amd64.deb
  to pool/main/p/phonon/phonon-backend-gstreamer_4.3.1-3_amd64.deb
phonon-backend-null_4.3.1-3_all.deb
  to pool/main/p/phonon/phonon-backend-null_4.3.1-3_all.deb
phonon-backend-xine_4.3.1-3_amd64.deb
  to pool/main/p/phonon/phonon-backend-xine_4.3.1-3_amd64.deb
phonon_4.3.1-3.diff.gz
  to pool/main/p/phonon/phonon_4.3.1-3.diff.gz
phonon_4.3.1-3.dsc
  to pool/main/p/phonon/phonon_4.3.1-3.dsc


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



Accepted memcached 1.4.0-1 (source amd64)

2009-08-01 Thread David Martínez Moreno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 23:26:45 +0200
Source: memcached
Binary: memcached
Architecture: source amd64
Version: 1.4.0-1
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno en...@debian.org
Changed-By: David Martínez Moreno en...@debian.org
Description: 
 memcached  - A high-performance memory object caching system
Closes: 484301 537239
Changes: 
 memcached (1.4.0-1) unstable; urgency=low
 .
   * New upstream release (closes: #484301, #537239):
 - New binary protocol, supporting CAS (compare-and-swap).
 - Non-threaded version is no longer possible, you just choose to run 1
   thread to have similar behaviour.
 - Lots of performance bottlenecks fixed (connection starvation,
   contention, disabling of CAS, locks for hash table expansion...).
 - Lots of new stats.  Main change is that stats now are per-slab where
   possible.
 - Code cleanup, lots of bugs fixed, added tests, enhanced documentation.
Checksums-Sha1: 
 5915096c9406a834407aaee3167e90af13cae243 1025 memcached_1.4.0-1.dsc
 84881977cc34a1039ce619227ff2910d8e1e3e5b 267420 memcached_1.4.0.orig.tar.gz
 f256dee364c16009096d55de8c94bd644cc637e9 7002 memcached_1.4.0-1.diff.gz
 52fdebd45254c0e2a95bee19162e4b55380735d7 73496 memcached_1.4.0-1_amd64.deb
Checksums-Sha256: 
 aa45a5cd6da2c757235ddb53b45986d8a4e2be64d4fb699cd45031cbd4e8af0a 1025 
memcached_1.4.0-1.dsc
 b2648fb514fb36fa22cdeb468b8e8a8d49fef86a2cfbc7738f630e09b4977d35 267420 
memcached_1.4.0.orig.tar.gz
 2405f45a8d602aca30a9ed020b0c87a68b17275f8485c88b6eb2d042f2e95b3c 7002 
memcached_1.4.0-1.diff.gz
 eb06f2d5b746334df42fa89b9f89b79a28f1cec4f1fa6ddc8073a9514ede5c93 73496 
memcached_1.4.0-1_amd64.deb
Files: 
 f80e6c7049fcea69420e170092cda69f 1025 web optional memcached_1.4.0-1.dsc
 d7651ecb8bf345144cb17900d9a46c85 267420 web optional 
memcached_1.4.0.orig.tar.gz
 92820c1f460610cdef77cb04aa7eeca4 7002 web optional memcached_1.4.0-1.diff.gz
 9d5873909e18a5acc05d69b9f2429096 73496 web optional memcached_1.4.0-1_amd64.deb

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

iEYEARECAAYFAkp0xscACgkQWs/EhA1iABtLIgCdE8C6UhcG+yX+G+Q5O+zI105c
bZYAoONS9EV3EYdxfHvMcmTRoHATz14V
=beLm
-END PGP SIGNATURE-


Accepted:
memcached_1.4.0-1.diff.gz
  to pool/main/m/memcached/memcached_1.4.0-1.diff.gz
memcached_1.4.0-1.dsc
  to pool/main/m/memcached/memcached_1.4.0-1.dsc
memcached_1.4.0-1_amd64.deb
  to pool/main/m/memcached/memcached_1.4.0-1_amd64.deb
memcached_1.4.0.orig.tar.gz
  to pool/main/m/memcached/memcached_1.4.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 vice 2.1.dfsg-3 (source amd64)

2009-08-01 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 19:21:51 +
Source: vice
Binary: vice
Architecture: source amd64
Version: 2.1.dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 vice   - The Versatile Commodore Emulator
Changes: 
 vice (2.1.dfsg-3) unstable; urgency=low
 .
   * Unset $HOME during building to prevent FTBFS on mipsel buildd.
Checksums-Sha1: 
 5c6cb4c472d9b351d10b7f8a933cf0b3eff0ff03 1436 vice_2.1.dfsg-3.dsc
 be7ad1efa54aebcf29646f761448f5b7dd08b8b4 38620 vice_2.1.dfsg-3.diff.gz
 c47a3191dd1486e63ae3c7d8aac56daf2068f168 4502004 vice_2.1.dfsg-3_amd64.deb
Checksums-Sha256: 
 ca231472069f66a130420e730e41c03795701b00b04c84f4d29958fd36e5e5c5 1436 
vice_2.1.dfsg-3.dsc
 eaa52c7c226e991ae9bcf1949967358fe86a558d29e8a3e3d95d86f44cf8df2c 38620 
vice_2.1.dfsg-3.diff.gz
 6e2472cb6c61238f9dccf2ef1391ac7e827ba8db724e9c511669b52aa5873d25 4502004 
vice_2.1.dfsg-3_amd64.deb
Files: 
 1713825a48e4e4fb7fbb91896c1fcf56 1436 contrib/otherosfs optional 
vice_2.1.dfsg-3.dsc
 1eacdd0d3615232a7b3dab8d82940c6a 38620 contrib/otherosfs optional 
vice_2.1.dfsg-3.diff.gz
 721fc4a7e8f4b0b2a5bf45eaee488dd9 4502004 contrib/otherosfs optional 
vice_2.1.dfsg-3_amd64.deb

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

iEYEARECAAYFAkp0yVcACgkQMDatjqUaT93XfwCgqkJSt+FbzIkrIqoDkghrAJje
AE4AnjAZkmKCDvXGQVLTWd55o24VkyAu
=TDny
-END PGP SIGNATURE-


Accepted:
vice_2.1.dfsg-3.diff.gz
  to pool/contrib/v/vice/vice_2.1.dfsg-3.diff.gz
vice_2.1.dfsg-3.dsc
  to pool/contrib/v/vice/vice_2.1.dfsg-3.dsc
vice_2.1.dfsg-3_amd64.deb
  to pool/contrib/v/vice/vice_2.1.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 sffview 0.4-4 (source amd64)

2009-08-01 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 01:30:59 +0100
Source: sffview
Binary: sffview
Architecture: source amd64
Version: 0.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 sffview- Structured Fax File (SFF) Viewer
Closes: 504859
Changes: 
 sffview (0.4-4) unstable; urgency=low
 .
   * QA upload.
   * Extract all Debian-specific changes into quilt patch series.
   * Adjust 01-fix-ftbfs-with-gcc-4.4.diff to really fix FTBFS under GCC 4.4.
 (Closes: #504859)
   * Fix lintian warnings:
 - Correct quote usage in debian/sffview.sgml so that generated groff file
   has correct format
 - Update debian/copyright to incldue a Copyright (C) [..] statement
 - Add patch to prepend -Wl,--as-needed before WXCONFIG_LD to drop
   unnecessary dependencies
Checksums-Sha1: 
 2eb3d47605ebe747595c5e3b930587237e9c25bc 1070 sffview_0.4-4.dsc
 38572d9c8a86a86d3ec517f9ebe8968a947d4dfd 4679 sffview_0.4-4.diff.gz
 d7905c916bb8d34bfc2bd2793e53c50782753691 45890 sffview_0.4-4_amd64.deb
Checksums-Sha256: 
 e5b982899c0e80051236e6d5192b539c50a6841f5589f84d048b6c693cfa41a3 1070 
sffview_0.4-4.dsc
 be37834b045a0417647ea478891a63088ac6e2cadd6a6e18580024d81558ea15 4679 
sffview_0.4-4.diff.gz
 5516e3814ce8cce14efef8f0ae624a0378ee47f231e552ff435ba12dabdc9ef9 45890 
sffview_0.4-4_amd64.deb
Files: 
 4cb03fcbbca470a68eec466b617a2fdd 1070 graphics optional sffview_0.4-4.dsc
 29c76f3838d27cad440892c71cae4faf 4679 graphics optional sffview_0.4-4.diff.gz
 36e6984daa78f368a6dfa437a391131d 45890 graphics optional 
sffview_0.4-4_amd64.deb

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

iEYEARECAAYFAkp03ukACgkQ5/8uW2NPmiBx3wCcCqMmrbTnxB4EvyJhXt4m7Jvi
3kAAnjskVZTAsIE0KMlt7kDjJo+LlwxJ
=Fzfz
-END PGP SIGNATURE-


Accepted:
sffview_0.4-4.diff.gz
  to pool/main/s/sffview/sffview_0.4-4.diff.gz
sffview_0.4-4.dsc
  to pool/main/s/sffview/sffview_0.4-4.dsc
sffview_0.4-4_amd64.deb
  to pool/main/s/sffview/sffview_0.4-4_amd64.deb


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



Accepted libogg 1.1.4~dfsg-1 (source amd64)

2009-08-01 Thread Ron Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 10:00:26 +0930
Source: libogg
Binary: libogg0 libogg-dev
Architecture: source amd64
Version: 1.1.4~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Ron Lee r...@debian.org
Changed-By: Ron Lee r...@debian.org
Description: 
 libogg-dev - Ogg bitstream library development files
 libogg0- Ogg bitstream library
Changes: 
 libogg (1.1.4~dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * Adopt this package, with the blessing of Clint.  Thanks.
   * Enable parallel builds, and automatically fork to the number of CPUs
 present unless told otherwise.
   * Don't mangle config.{sub,guess} at build time, leave the package source
 dir pristine as it was first packed.  But update them to the current
 versions now.  Drop the dependency on autotools-dev.
   * Support nostrip in DEB_BUILD_OPTIONS
   * Clean out a bunch of dh_* goop that we aren't actually using.
   * Simplify the *.install, drop the .la
   * Drop the dependency on quilt.  For the tiny little patches we are carrying
 it's overkill and better done in git anyhow.  Most of them should be passed
 upstream, and the RFC's we'll hopefully have relicenced soon and will be
 able to drop those too.
Checksums-Sha1: 
 82be6a53cd47231871fed9ce5e67804b9f18e75e 1120 libogg_1.1.4~dfsg-1.dsc
 2d286c0d84f2ad4e1fce37123fcca38dd828e313 432887 libogg_1.1.4~dfsg.orig.tar.gz
 779a34216a2d59b6d2301cae08964d06f451965e 10572 libogg_1.1.4~dfsg-1.diff.gz
 79af96f03ae8a85d6a92eb1ca357b5ed204dbab0 16306 libogg0_1.1.4~dfsg-1_amd64.deb
 caa7b69d09e67edb9d0d41e57648fe77413891d9 63372 
libogg-dev_1.1.4~dfsg-1_amd64.deb
Checksums-Sha256: 
 deb0bd25cafbef99ec806ad396de72c61a14fc7b4eb8e4117371b260514df52d 1120 
libogg_1.1.4~dfsg-1.dsc
 8cd3d0f76057d9afe6b04984e3d86df61694146b7b1158ad4c47f836efc65890 432887 
libogg_1.1.4~dfsg.orig.tar.gz
 0ef4cd4d11e01ba2cd6bc240caadc1510daff3d5f9671ad0ca0126dd180ab9ff 10572 
libogg_1.1.4~dfsg-1.diff.gz
 69657981f93810b336d5d0dde9a7ab8bdc2647436d0ecde96f6206df1a97d71b 16306 
libogg0_1.1.4~dfsg-1_amd64.deb
 c06d68ec8d824b2bc6e2b39e1c67233559ad1bdc6bcc28c6b7b4224c80aafd11 63372 
libogg-dev_1.1.4~dfsg-1_amd64.deb
Files: 
 50d142f00e6054a2ddb6fe7762feda58 1120 libs optional libogg_1.1.4~dfsg-1.dsc
 ac91545e4f1514234684dc13bb416b91 432887 libs optional 
libogg_1.1.4~dfsg.orig.tar.gz
 34f25a1ba080804516dba5063dbfb5eb 10572 libs optional 
libogg_1.1.4~dfsg-1.diff.gz
 c77e0a7dadbfd6947d00045b17f0e3c7 16306 libs optional 
libogg0_1.1.4~dfsg-1_amd64.deb
 a06803faaa28b291460d39129e3fe831 63372 libdevel optional 
libogg-dev_1.1.4~dfsg-1_amd64.deb

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

iD8DBQFKdO8Zp4BCHGgCHOQRAv3cAJ41+BTXok5bKQxKwDn6ZoVkV7QUCACfeZP9
wAUZzXYbAWZpcRgZus+12Xg=
=JKDj
-END PGP SIGNATURE-


Accepted:
libogg-dev_1.1.4~dfsg-1_amd64.deb
  to pool/main/libo/libogg/libogg-dev_1.1.4~dfsg-1_amd64.deb
libogg0_1.1.4~dfsg-1_amd64.deb
  to pool/main/libo/libogg/libogg0_1.1.4~dfsg-1_amd64.deb
libogg_1.1.4~dfsg-1.diff.gz
  to pool/main/libo/libogg/libogg_1.1.4~dfsg-1.diff.gz
libogg_1.1.4~dfsg-1.dsc
  to pool/main/libo/libogg/libogg_1.1.4~dfsg-1.dsc
libogg_1.1.4~dfsg.orig.tar.gz
  to pool/main/libo/libogg/libogg_1.1.4~dfsg.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 cl-xptest 1.2.4-1 (source all)

2009-08-01 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 20:27:13 -0600
Source: cl-xptest
Binary: cl-xptest
Architecture: source all
Version: 1.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-xptest  - Extreme programming test suite for Common Lisp package
Changes: 
 cl-xptest (1.2.4-1) unstable; urgency=low
 .
   * add watch file
Checksums-Sha1: 
 e6acac21dc42266b9076e67403f6ff9a4d9ec917 996 cl-xptest_1.2.4-1.dsc
 3de0e576e1be3a3c3c4c24e5e5d8ea0ac187460c 5119 cl-xptest_1.2.4.orig.tar.gz
 2a89ba99d6ece2bba9226513a5d4bfacb2114441 2304 cl-xptest_1.2.4-1.diff.gz
 e59ffa534ec3306dc28a799fecce3f57218eba97 8248 cl-xptest_1.2.4-1_all.deb
Checksums-Sha256: 
 b385c184f08c37b33578d0d2bffa1e38aa093ce402b34589fb7259f452af18b9 996 
cl-xptest_1.2.4-1.dsc
 88bca96ee85a41c2465d845beb8c2619dd7fa3de3946ef240d27bc06b46f2ee7 5119 
cl-xptest_1.2.4.orig.tar.gz
 57e4acc6eff31956e2a9eb90a00c581625ed1d9197ea91849aa9d08ff3b44638 2304 
cl-xptest_1.2.4-1.diff.gz
 e615ab757497feb3892e446830080cf9056b10ba679cc1284265dc8b92e0938a 8248 
cl-xptest_1.2.4-1_all.deb
Files: 
 9aa3552dff1ddb7b6226149256f091cb 996 lisp optional cl-xptest_1.2.4-1.dsc
 108b2f98a192debd0039cabf7a68204a 5119 lisp optional cl-xptest_1.2.4.orig.tar.gz
 d762d1c811a4bdaa9426465e12ee4165 2304 lisp optional cl-xptest_1.2.4-1.diff.gz
 52126b334b23518269ec6f3095bbc81f 8248 lisp optional cl-xptest_1.2.4-1_all.deb

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

iEYEARECAAYFAkp0+bMACgkQES7N8sSjgj4iAACfa43kcUKCKPCcfkHHrK5q3iLF
wOYAn1bu2w+pZDqxIkiM7AEhJ4js/zuD
=J9xc
-END PGP SIGNATURE-


Accepted:
cl-xptest_1.2.4-1.diff.gz
  to pool/main/c/cl-xptest/cl-xptest_1.2.4-1.diff.gz
cl-xptest_1.2.4-1.dsc
  to pool/main/c/cl-xptest/cl-xptest_1.2.4-1.dsc
cl-xptest_1.2.4-1_all.deb
  to pool/main/c/cl-xptest/cl-xptest_1.2.4-1_all.deb
cl-xptest_1.2.4.orig.tar.gz
  to pool/main/c/cl-xptest/cl-xptest_1.2.4.orig.tar.gz


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



Accepted cl-xlunit 0.6.3-1 (source all)

2009-08-01 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 20:13:35 -0600
Source: cl-xlunit
Binary: cl-xlunit
Architecture: source all
Version: 0.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-xlunit  - Common Lisp eXtreme Lisp Unit Testing Package
Changes: 
 cl-xlunit (0.6.3-1) unstable; urgency=low
 .
   * New upstream
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/rules: Update for DH7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 effe7a429f95f5e8ff37b5409e2bc6e3088aa5fa 1034 cl-xlunit_0.6.3-1.dsc
 51b7e2f07b4c5a297494702edee7b0ba03bda0a0 7978 cl-xlunit_0.6.3.orig.tar.gz
 ced2e8a93237c8cc572306ea3514582a5d6515e1 2481 cl-xlunit_0.6.3-1.diff.gz
 8c3515ad52a12a34e0700291f90c41a0ef5b42b5 10728 cl-xlunit_0.6.3-1_all.deb
Checksums-Sha256: 
 49526ad2ed4bcbc766b45446581ac5d7ed59c2c2d6ba37f93cf3442822e32aa1 1034 
cl-xlunit_0.6.3-1.dsc
 7711a5b7a8f328f579884d2bd06d9352ac13b30b0cc36977d44213f7576d582e 7978 
cl-xlunit_0.6.3.orig.tar.gz
 29e176c7d1e11948aef1104f1a46f2ef932ba6e9562f30ed80c2b22d751812be 2481 
cl-xlunit_0.6.3-1.diff.gz
 eb9f68f937c27525cfab78a6ae6f0d33778242c76655c837bf91b54ea48b118c 10728 
cl-xlunit_0.6.3-1_all.deb
Files: 
 5ec90c16b060f40f107ede8503e1b467 1034 lisp optional cl-xlunit_0.6.3-1.dsc
 0193b882ad6311a49a0131ff66242183 7978 lisp optional cl-xlunit_0.6.3.orig.tar.gz
 2208722c99cebfe78786c29a8bf3a1f9 2481 lisp optional cl-xlunit_0.6.3-1.diff.gz
 942435404ecc2edaacd39faf3a1d0869 10728 lisp optional cl-xlunit_0.6.3-1_all.deb

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

iEYEARECAAYFAkp09rkACgkQES7N8sSjgj7AsACfRbwdLmWNzUdb4ZX9yl843LCc
QOsAni8EkAvtmZv6MHTnuLJHAyphMjJu
=suDH
-END PGP SIGNATURE-


Accepted:
cl-xlunit_0.6.3-1.diff.gz
  to pool/main/c/cl-xlunit/cl-xlunit_0.6.3-1.diff.gz
cl-xlunit_0.6.3-1.dsc
  to pool/main/c/cl-xlunit/cl-xlunit_0.6.3-1.dsc
cl-xlunit_0.6.3-1_all.deb
  to pool/main/c/cl-xlunit/cl-xlunit_0.6.3-1_all.deb
cl-xlunit_0.6.3.orig.tar.gz
  to pool/main/c/cl-xlunit/cl-xlunit_0.6.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 ibus-table-translit 1.2.0.20090720-1 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 09:49:37 +0800
Source: ibus-table-translit
Binary: ibus-table-translit
Architecture: source all
Version: 1.2.0.20090720-1
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-table-translit - Quick input method based on table engine of ibus
Changes: 
 ibus-table-translit (1.2.0.20090720-1) unstable; urgency=low
 .
   * new upstream release.
Checksums-Sha1: 
 47da632dd0d6a36e241c7ad3a2a5681e3c33d87c 1331 
ibus-table-translit_1.2.0.20090720-1.dsc
 fa34ab48dc174452c4d667ac9384d39727497190 83899 
ibus-table-translit_1.2.0.20090720.orig.tar.gz
 88453ba956124efca1235e97c0997f5b1d485500 2253 
ibus-table-translit_1.2.0.20090720-1.diff.gz
 4d09fff64c3919fa197be3d8cfad4f4e73aacf68 9536 
ibus-table-translit_1.2.0.20090720-1_all.deb
Checksums-Sha256: 
 08031a23dbe640679ddcae4dd963a6725dae6a7cbbfc7abdb2bf967807af7f86 1331 
ibus-table-translit_1.2.0.20090720-1.dsc
 7b26f906e42841d032822c081210aa16a3a86817825ae07af7d260d1c555f4e9 83899 
ibus-table-translit_1.2.0.20090720.orig.tar.gz
 2a031b5762fd9871411674cb497447f50ca85d478579f8a1faba33f0ca7e3422 2253 
ibus-table-translit_1.2.0.20090720-1.diff.gz
 b17e3de13a41092fdeacbcbf07ee43a003c035856f438b3e1c407b14ca030cf3 9536 
ibus-table-translit_1.2.0.20090720-1_all.deb
Files: 
 353448d8cb4f8509077b0ad61a5afc37 1331 utils optional 
ibus-table-translit_1.2.0.20090720-1.dsc
 a77c76c5494622fb71a3184fa39b3876 83899 utils optional 
ibus-table-translit_1.2.0.20090720.orig.tar.gz
 ea4139445a8ad97ecfaa0e79a1a4398a 2253 utils optional 
ibus-table-translit_1.2.0.20090720-1.diff.gz
 7e0a0adbad23d8d852394f0ad9d9fd66 9536 utils optional 
ibus-table-translit_1.2.0.20090720-1_all.deb

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

iEYEARECAAYFAkp09CIACgkQ5TUK4GCH0vhEvwCeK/nQn9thU31q4Hr2MSreXh4R
RzMAoKtXMTDwDQLGXqq38Pp2sIptZ8VU
=3eYT
-END PGP SIGNATURE-


Accepted:
ibus-table-translit_1.2.0.20090720-1.diff.gz
  to 
pool/main/i/ibus-table-translit/ibus-table-translit_1.2.0.20090720-1.diff.gz
ibus-table-translit_1.2.0.20090720-1.dsc
  to pool/main/i/ibus-table-translit/ibus-table-translit_1.2.0.20090720-1.dsc
ibus-table-translit_1.2.0.20090720-1_all.deb
  to 
pool/main/i/ibus-table-translit/ibus-table-translit_1.2.0.20090720-1_all.deb
ibus-table-translit_1.2.0.20090720.orig.tar.gz
  to 
pool/main/i/ibus-table-translit/ibus-table-translit_1.2.0.20090720.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 cl-base64 3.3.3-1 (source all)

2009-08-01 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 23:19:43 -0600
Source: cl-base64
Binary: cl-base64
Architecture: source all
Version: 3.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-base64  - Common Lisp package to encode and decode base64 with URI support
Changes: 
 cl-base64 (3.3.3-1) unstable; urgency=low
 .
   * New upstream
   * Convert to debhelper version 7
   * debian/watch: New file
   * debian/control: Change section to new lisp section. Add Vcs-Git
   and Homepage fields.
   * debian/rules: Change to just architecture independent rules and DH7
   * debian/{prerm,postinst}: Remove paths from binary function
Checksums-Sha1: 
 ca11e38e2362d89135c0496fd8a7d05bf7d3abb3 1040 cl-base64_3.3.3-1.dsc
 f30b7408ffb444e0fda7cb3a60905a5dad1c49eb 6117 cl-base64_3.3.3.orig.tar.gz
 ea74b6c14983ca25e98d9c35d1bb580aef71aff0 3304 cl-base64_3.3.3-1.diff.gz
 fec2dd26690855b128e64bfbfe6dc353dd3d573c 9426 cl-base64_3.3.3-1_all.deb
Checksums-Sha256: 
 efa9402e160b01cfc602c3eae7eecbb5ab7ea39f0297569f0ccfef9e31924c98 1040 
cl-base64_3.3.3-1.dsc
 35c2f6b0a2562e8ecbc956e5899390fa244976d41e6b03bc4c13a3fe768c229f 6117 
cl-base64_3.3.3.orig.tar.gz
 57a62cdb65cc44f799f73e5f7ef9b9bacf39e428826bf2c11c8adb0899504ac4 3304 
cl-base64_3.3.3-1.diff.gz
 ee176d067113f2a063d9212d08fde340b8e0e848e8d88af0f6814c22f5b5b1b5 9426 
cl-base64_3.3.3-1_all.deb
Files: 
 577be0179d648783917f0428e8880e02 1040 lisp optional cl-base64_3.3.3-1.dsc
 ddea99fdeae11781434cd569a88e4150 6117 lisp optional cl-base64_3.3.3.orig.tar.gz
 e524a3dfccb94c03a8b73f2da3471102 3304 lisp optional cl-base64_3.3.3-1.diff.gz
 85e6fe718e64db4327b32687bbc793d4 9426 lisp optional cl-base64_3.3.3-1_all.deb

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

iEYEARECAAYFAkp1IicACgkQES7N8sSjgj5EFACfUXVDESyP7DntzDpJ1tvRrCsy
D8YAniwrN+572CJHAxtbvkUR1j1tfFel
=eyvg
-END PGP SIGNATURE-


Accepted:
cl-base64_3.3.3-1.diff.gz
  to pool/main/c/cl-base64/cl-base64_3.3.3-1.diff.gz
cl-base64_3.3.3-1.dsc
  to pool/main/c/cl-base64/cl-base64_3.3.3-1.dsc
cl-base64_3.3.3-1_all.deb
  to pool/main/c/cl-base64/cl-base64_3.3.3-1_all.deb
cl-base64_3.3.3.orig.tar.gz
  to pool/main/c/cl-base64/cl-base64_3.3.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



intento ser un nuevo dd

2009-08-01 Thread Leinier Cruz Salfran
hola dd

intento colaborar con el proyecto empaquetando una libreria creada en c
++ que uso desde hace algun tiempo .. intento llamarla:
- libsockets++ (libreria compilada)
- libsockets++-dev (cabeceras para el desarrollo de aplicaciones)

el sitio de la bilbioteca es http://www.alhem.net/

segun el manual del nuevo desarrollador:
- usa licencia gpl
- es mantenida
- el autor estuvo de acuerdo con el empaquetamiento

por ser mi debut:
- no tiene nada que ver con setuid ni guid
- no es un demonio

segun el manual del ndd necesito que me firmen mi llave gpg .. bueno, en
espera de alguien que me ayude en el proceso

un abrazo a todos desde guantanamo, cuba




signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Re: intento ser un nuevo dd

2009-08-01 Thread Lisandro Damián Nicanor Pérez Meyer
On Saturday 01 August 2009 00:49:55 Leinier Cruz Salfran wrote:
 hola dd

 intento colaborar con el proyecto empaquetando una libreria creada en c
 ++ que uso desde hace algun tiempo .. intento llamarla:
 - libsockets++ (libreria compilada)
 - libsockets++-dev (cabeceras para el desarrollo de aplicaciones)

 el sitio de la bilbioteca es http://www.alhem.net/

 segun el manual del nuevo desarrollador:
 - usa licencia gpl
 - es mantenida
 - el autor estuvo de acuerdo con el empaquetamiento

 por ser mi debut:
 - no tiene nada que ver con setuid ni guid
 - no es un demonio

 segun el manual del ndd necesito que me firmen mi llave gpg .. bueno, en
 espera de alguien que me ayude en el proceso

 un abrazo a todos desde guantanamo, cuba

En lo único que puedo *intentar* ayudarte es contándote que el firmado de 
claves se hace normalmente en persona con documentación que avale tu identidad 
(normalmente pasaporte).

Lo que no sé es si es necesario como para empezar con un paquete, ya que 
dependés del sponsor de un DD.

No sé si hay DDs en Cuba, pero si en algún momento llegás a viajar al 
exterior, avisá y en una de ésas alguien puede estar dispuesto a firmarte tu 
clave.

Saludos, Lisandro.


-- 

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/



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


Re: intento ser un nuevo dd

2009-08-01 Thread Mauro Lizaur
On Sat, 01 Aug 2009, Leinier Cruz Salfran wrote:

 hola dd
 
 intento colaborar con el proyecto empaquetando una libreria creada en c
 ++ que uso desde hace algun tiempo .. intento llamarla:
 - libsockets++ (libreria compilada)
 - libsockets++-dev (cabeceras para el desarrollo de aplicaciones)
 

Para esto deberias reportar un bug a 'wnpp' con un asunto de email
con algo tipo:
ITP: libsockets -- libreria que hace cosas.

Ademas, no necesariamente necesitas ser DD para mantener paquetes,
ya que lo podes hacer a traves de sponsors (DD existentes).

Algo que podrias hacer es empezar leyendo esto:
http://www.debian.org/devel/wnpp/index.es.html
http://wiki.debian.org/HowToPackageForDebian
http://wiki.debian.org/AdoptarUnPaquete


 segun el manual del ndd necesito que me firmen mi llave gpg .. bueno, en
 espera de alguien que me ayude en el proceso
 

2 cosas:
1. es imposible para todos adivinar tu llave gpg
2. ni aunque la supiera, te la firmaria (creo que muchos estaran
de acuerdo con esto), ya que no te conozco. Y en el caso de 
conocerte (via email), al mismo tiempo necesitaria algo
que verifique que sos quien decis ser. Incluso al ver esa
documentacion tuya, quizas tampoco te firme tu llave, porque
sobretodo se trata de confiar en la persona a la cual se la
estas firmando.


Espero que te sirva de algo.

Saludos,
Mauro

-- 
JID: lavaram...@jabber.org | http://lusers.com.ar/
2B82 A38D 1BA5 847A A74D 6C34 6AB7 9ED6 C8FD F9C1


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



Re: intento ser un nuevo dd

2009-08-01 Thread Mauro Lizaur
On Sat, 01 Aug 2009, Mauro Lizaur wrote:

  segun el manual del ndd necesito que me firmen mi llave gpg .. bueno, en
  espera de alguien que me ayude en el proceso
  
 
 2 cosas:
 1. es imposible para todos adivinar tu llave gpg
 2. ni aunque la supiera, te la firmaria (creo que muchos estaran
 de acuerdo con esto), ya que no te conozco. Y en el caso de 
 conocerte (via email), al mismo tiempo necesitaria algo
 que verifique que sos quien decis ser. Incluso al ver esa
 documentacion tuya, quizas tampoco te firme tu llave, porque
 sobretodo se trata de confiar en la persona a la cual se la
 estas firmando.
 

Ahora que releo esto que escribi, quizas suene un poco mal
y realmente no era la intension. 

Saludos,
Mauro

-- 
JID: lavaram...@jabber.org | http://lusers.com.ar/
2B82 A38D 1BA5 847A A74D 6C34 6AB7 9ED6 C8FD F9C1


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



Re: intento ser un nuevo dd

2009-08-01 Thread Leinier Cruz Salfran
gracias estan siendo de ayuda los vinculos

aun continuo con mi meta de ser un dd

un abrazo a todos


El sáb, 01-08-2009 a las 20:32 -0300, Mauro Lizaur escribió:
 On Sat, 01 Aug 2009, Mauro Lizaur wrote:
 
   segun el manual del ndd necesito que me firmen mi llave gpg .. bueno, en
   espera de alguien que me ayude en el proceso
   
  
  2 cosas:
  1. es imposible para todos adivinar tu llave gpg
  2. ni aunque la supiera, te la firmaria (creo que muchos estaran
  de acuerdo con esto), ya que no te conozco. Y en el caso de 
  conocerte (via email), al mismo tiempo necesitaria algo
  que verifique que sos quien decis ser. Incluso al ver esa
  documentacion tuya, quizas tampoco te firme tu llave, porque
  sobretodo se trata de confiar en la persona a la cual se la
  estas firmando.
  
 
 Ahora que releo esto que escribi, quizas suene un poco mal
 y realmente no era la intension. 
 
 Saludos,
 Mauro
 
 -- 
 JID: lavaram...@jabber.org | http://lusers.com.ar/
 2B82 A38D 1BA5 847A A74D 6C34 6AB7 9ED6 C8FD F9C1
 
 


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Re: intento ser un nuevo dd

2009-08-01 Thread Leinier Cruz Salfran
gracias

segun el manual dice que hay que tener trayectoria primero, bueno la
estoy creando

un abrazo

El sáb, 01-08-2009 a las 20:22 -0300, Lisandro Damián Nicanor Pérez
Meyer escribió:
 On Saturday 01 August 2009 00:49:55 Leinier Cruz Salfran wrote:
  hola dd
 
  intento colaborar con el proyecto empaquetando una libreria creada en c
  ++ que uso desde hace algun tiempo .. intento llamarla:
  - libsockets++ (libreria compilada)
  - libsockets++-dev (cabeceras para el desarrollo de aplicaciones)
 
  el sitio de la bilbioteca es http://www.alhem.net/
 
  segun el manual del nuevo desarrollador:
  - usa licencia gpl
  - es mantenida
  - el autor estuvo de acuerdo con el empaquetamiento
 
  por ser mi debut:
  - no tiene nada que ver con setuid ni guid
  - no es un demonio
 
  segun el manual del ndd necesito que me firmen mi llave gpg .. bueno, en
  espera de alguien que me ayude en el proceso
 
  un abrazo a todos desde guantanamo, cuba
 
 En lo único que puedo *intentar* ayudarte es contándote que el firmado de 
 claves se hace normalmente en persona con documentación que avale tu 
 identidad 
 (normalmente pasaporte).
 
 Lo que no sé es si es necesario como para empezar con un paquete, ya que 
 dependés del sponsor de un DD.
 
 No sé si hay DDs en Cuba, pero si en algún momento llegás a viajar al 
 exterior, avisá y en una de ésas alguien puede estar dispuesto a firmarte tu 
 clave.
 
 Saludos, Lisandro.
 
 


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Re: intento ser un nuevo dd

2009-08-01 Thread Moises Brenes
 No sé si hay DDs en Cuba, pero si en algún momento llegás a viajar al
 exterior, avisá y en una de ésas alguien puede estar dispuesto a firmarte tu
 clave.

Si esta actualizado no los hay.
http://db.debian.org/search.cgi

-- 
シャカ
mbrenes.blogspot.com | sibu.homelinux.org
Geloof is een wens om niet te weten wat echt is


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



Re: intento ser un nuevo dd

2009-08-01 Thread Leinier Cruz Salfran
efectivamente no hay .. por algo es que estoy pasando trabajo



El sáb, 01-08-2009 a las 19:11 -0600, Moises Brenes escribió:
  No sé si hay DDs en Cuba, pero si en algún momento llegás a viajar al
  exterior, avisá y en una de ésas alguien puede estar dispuesto a firmarte tu
  clave.
 
 Si esta actualizado no los hay.
 http://db.debian.org/search.cgi
 
 -- 
 シャカ
 mbrenes.blogspot.com | sibu.homelinux.org
 Geloof is een wens om niet te weten wat echt is
 
 


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


quiza hay un error con la rama sid

2009-08-01 Thread Leinier Cruz Salfran
salfrancl:~# pbuilder create --distribution sid

[...]

The following packages have unmet dependencies:
  aptitude: Depends: libapt-pkg-libc6.9-6-4.7 but it is not installable
Depends: libept0 (= 0.5.26+b1) but it is not going to be
installed
E: Broken packages
 - Aborting with an error
 - unmounting dev/pts filesystem
 - unmounting proc filesystem
 - cleaning the build env 
- removing directory /var/cache/pbuilder/build//31827 and its
subdirectories



signature.asc
Description: Esta parte del mensaje está firmada	digitalmente