Re: maybe a problem with sid branch

2009-08-02 Thread Daniel Moerner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Leinier Cruz Salfran wrote:
 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
 

Please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539376

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

iQIcBAEBCAAGBQJKdS70AAoJEMs9AU7X8bMq+hwQALYP3OuZeGzvSCCq0ykO03Cl
Nxk1XsWia7ryKUq3X55+AH9gjBjxhJGtwhbR3fSNn4DVR0IWF04Mg6J2MiYDbwlP
GDW6WCiJJL+XY9nlWZsmyamZ6+avU5vFv42bf/duczmNbipTZBSxJMRFulRd96l0
NEO9LIBeGCrRphFcpJ2KhOaRUN2q2YcA9xfBFDZTXH5NOksLn5w1wYB0gLij/Yzt
KK4AgwpU6AtwP++A5YZl7fX/s1SupgGqZP4dbzfzzYOrvIQApgRrsrqB3FO3IGEG
PPqwPuKWTxzSBxu4cG5BUnb34C1ov3YVJUuLCFZMs7Iwd2rDp4Pp39OoLf5uoLM8
dLbbYwbn+sa+Xy8l0WfDSthS2Gw8MJk70BOrObTgimakcorPG/VGbP89O/Jzmzg8
gqnv27JqGga6CkjDHrw6XbMH31fy06th9gXvpBo7ml8jmUzFOQO5JCXz6b0OsM3k
8QXLbSn7Fe3voEslAn4lQAP0ChU0ipII5mRzhdKlBgv4xN8aXns16bjOYWJanEwF
Nc0884h4pUOyJFOZ2+EPbldxiDhivJbXfEx4zdMvlDKAFOaYsUHOjHSXqImNa6NK
4piwMuJqiHYiMNXf1ZrNM9X/lhg3ZSW0NYePBtMLySVVuPiPdT0bjo3qwwL8G8Nb
dDL9WuYNcAieaS8Gcy/p
=5jpO
-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-02 Thread Tollef Fog Heen
]] Roger Leigh 

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

Sure, having it working is important.  Is it more important than keeping
those (often new) users for whom Debian appears useless because of its
perceived poor network performance?

Anyway, IIRC this is now solved in glibc by sending out the queries in
parallel and returning the first answer you get.

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

FWIW, it roughly matches what Mac OS X and Windows do.

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

Does anybody use IPv6-only link-local?

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



Re: maybe a problem with sid branch

2009-08-02 Thread Frans Pop
Leinier Cruz Salfran wrote:
 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

This is not a problem with sid, but very simply how sid works. It is 
*normal* that packages are uninstallable sometimes due to uploads of new 
versions of packages they depend on. That's the whole point of having 
sid.

Sure, it can be inconvenient if that lasts a bit longer sometimes, but 
normally the people responsible for solving such issues are well aware of 
them and such mails (or even bug reports like #539376) are not needed.

If you use sid and there are minor dependency issues: tough luck, just be 
patient and try again later!

Cheers,
FJP


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



Re: Status of new source formats project

2009-08-02 Thread Charles Plessy
Le Thu, Jul 30, 2009 at 04:55:16PM +0200, Raphael Hertzog a écrit :
 
 I updated the wiki page listing the status of this project:
 http://wiki.debian.org/Projects/DebSrc3.0


Bonjour Raphaël,


first of all, thank you for making things progress for the support of a
next-generation source format. In the case of programs distributed as a bzipped
tar archive, it will save us some time, allow to delete a few README.source and
get-orig-source files, and simplifiy our rules files.

But actually, among the programs that are not distributed upstream in a tar.gz
format, we in the Debian Med team have as many zip cases as bzip2. Do you think
that it would be possible to support zip format (i.e. .zip, .jar and .xpi
extensions) for Debian source packages version 3?

I understand that it would require to change a few things in the Dpkg perl
modules, as they assume that the original archives are always using tar. I have
quite poor programming skills, but if you and others do not have time but
nevertheless are interested by such a modification, I can try to work on a
patch (possibly using libarchive-any-perl). In that case, can you tell me what
kind of timeline would fit?


Another question that I would like to ask is on the auto-patching
functionality.  One of the programs we package, EMBOSS, is released once a year
every 15th of July, and other updates are made via patches. Currently it is
possible to just give the patch to quilt to apply it. With the new source
format ‘3.0 (quilt)’, it is not possible. Do you think it would be possible to
change this behavior or at least to disable the auto-patching facilities? It
would be of course easy to convert the patch, but I would really prefer to stay
as identical to upstream's materials as possible.

Have a nice sunday,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


-- 
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-02 Thread Sandro Tosi
Hi,
I think we make clear our opinions, like they were clear on IRC; but
the reason I started this thread is to have *others* opinions.

On Sat, Aug 1, 2009 at 21:12, Bernhard R.
Linkb...@pcpool00.mathematik.uni-freiburg.de wrote:
 * 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.

Ok, so are you going to help x-o be a better tool and fix those
'depressing' problems?

 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.

What? all I'm trying to do is say hey man, if you need to open a url,
do it with x-o as you've done with x-b.

If a tool is using s-b, then even *now* calling x-o will do the right
thing (using the preferred browser or calling s-b itself).

If I want to open a URL, and I pass to x-o a file, then it's a user or
a programming error, that should be fixed. I don't see a security
problem here.

Any anyhow, I fail to see any single proposal from you about how to
actually *solve* this problem. My idea is to have just one single
program to open a URL, and x-o is superior from a users POV (because
it uses the preferred application not the one via alternatives, so
decided by the maintainers).

If you want to help out with this, you're welcome, but just criticize
without proposing anything in opposition is quite pointless IMHO:

- I see x-o being better for users, and since it already uses s-b (and
both they do the same thing) so merging in one is nice to have
- you say x-o is dangerous but then you say it's not that a problem
(no bug report, for example)
- you think that if I want to open a URL and I pass a file it's a fail of a tool
- I proposed to have a reinforcing option (or a symlink s-b - x-o for
example, so x-o can check $0 and act upon) to make x-o only trying to
open a url with the parameter given (of course, if the maintainer
accepts this)
- it seems you don't want to help in making the tool better or improve
the situation, but just shooting at me.

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: emacs23 uploaded to unstable

2009-08-02 Thread Florian Weimer
* Rob Browning:

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

Has anybody else experienced the FTBFS related to the removal of
dir.old?

It also seems to me that the Truetype-capable redisplay code is much,
much slower, especially during scrolling.


-- 
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-02 Thread Sven Joachim
On 2009-08-02 09:58 +0200, Florian Weimer wrote:

 * Rob Browning:

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

 Has anybody else experienced the FTBFS related to the removal of
 dir.old?

Not me (building in pbuilder).

 It also seems to me that the Truetype-capable redisplay code is much,
 much slower, especially during scrolling.

I haven't tried emacs23 yet, but on recent emacs-snapshot packages I did
not experience much of a slowdown compared to emacs22.  There is often a
delay when Emacs has to display characters that cannot be represented
with the current fontset; in this case it takes time to find a a
suitable font.  However, subsequent scrolling should be fast.

Maybe the fact that emacs23 links against libm17n-0 and libotf0 while
emacs-snapshot does not can explain the difference.

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-02 Thread Florian Weimer
* Sven Joachim:

 Has anybody else experienced the FTBFS related to the removal of
 dir.old?

 Not me (building in pbuilder).

My sid pbuilder is currently somewhat hosed (due to lack of current
aptitude on amd64). 8-/ I will re-check when it's fixed.

 It also seems to me that the Truetype-capable redisplay code is much,
 much slower, especially during scrolling.

 I haven't tried emacs23 yet, but on recent emacs-snapshot packages I did
 not experience much of a slowdown compared to emacs22.  There is often a
 delay when Emacs has to display characters that cannot be represented
 with the current fontset; in this case it takes time to find a a
 suitable font.  However, subsequent scrolling should be fast.

Perhaps it's also somewhat related to the X server.  Most of the CPU
usage during scrolling is in the X server.  CPU load with Emacs 22 is
very low, though.

On my system, the redisplay activity is almost noticeable.  There is a
slight effect, as if it were painted top-down (similar to those slide
effects in presentations).


-- 
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-02 Thread Sven Joachim
On 2009-08-02 10:38 +0200, Florian Weimer wrote:

 * Sven Joachim:

 I haven't tried emacs23 yet, but on recent emacs-snapshot packages I did
 not experience much of a slowdown compared to emacs22.  There is often a
 delay when Emacs has to display characters that cannot be represented
 with the current fontset; in this case it takes time to find a a
 suitable font.  However, subsequent scrolling should be fast.

 Perhaps it's also somewhat related to the X server.  Most of the CPU
 usage during scrolling is in the X server.  CPU load with Emacs 22 is
 very low, though.

 On my system, the redisplay activity is almost noticeable.  There is a
 slight effect, as if it were painted top-down (similar to those slide
 effects in presentations).

This must be a problem of the video driver.  Scrolling through the HELLO
file coming with Emacs, I see the CPU load of Emacs going up (and there
is indeed some redisplay lag), but Xorg's CPU usage stays close to 0.

Sven


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



Re: Status of new source formats project

2009-08-02 Thread Raphael Hertzog
On Sun, 02 Aug 2009, Charles Plessy wrote:
 But actually, among the programs that are not distributed upstream in a tar.gz
 format, we in the Debian Med team have as many zip cases as bzip2. Do you 
 think
 that it would be possible to support zip format (i.e. .zip, .jar and .xpi
 extensions) for Debian source packages version 3?

Not really. First of all, that support should have been implemented with
the rest so that it's available in lenny already. Then many options and
features rely on the fact that tar is used. So it would probably requires
addition of a supplementary abstraction/indirection.

 I understand that it would require to change a few things in the Dpkg perl
 modules, as they assume that the original archives are always using tar. I 
 have
 quite poor programming skills, but if you and others do not have time but
 nevertheless are interested by such a modification, I can try to work on a
 patch (possibly using libarchive-any-perl). In that case, can you tell me what
 kind of timeline would fit?

I try to avoid depending on modules outside of perl-modules. I might
consider a patch if it's clean enough but then it will be not easy to
integrate it cleanly.

Then it will also require supplementary modifications to dak to allow .zip
and I don't know if ftpmasters would like it, you should better check this
before-hand.

 Another question that I would like to ask is on the auto-patching
 functionality.  One of the programs we package, EMBOSS, is released once a 
 year
 every 15th of July, and other updates are made via patches. Currently it is
 possible to just give the patch to quilt to apply it. With the new source
 format ‘3.0 (quilt)’, it is not possible. Do you think it would be possible to
 change this behavior or at least to disable the auto-patching facilities?

Why would it be impossible? You can modify the patch series to integrate
whatever set of patches that you want...

You can avoid using auto-patching of course, just put your patches
somewhere else than debian/patches/.

 It would be of course easy to convert the patch, but I would really
 prefer to stay as identical to upstream's materials as possible.

How are patches distributed and what kind of conversions is needed?

Cheers,
-- 
Raphaël Hertzog


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



Re: Automatic Debug Packages

2009-08-02 Thread Stefano Zacchiroli
On Fri, Jul 31, 2009 at 12:36:16PM +0200, Emilio Pozuelo Monfort wrote:
 Do you think that limitation is enough to change from one ddeb per source
 package? Should we maybe allow any number of ddebs, and only build one ddeb in
 the common case? Or allow both one ddeb per source package and one per binary
 package?

Well, it happen to me frequently to have the same source packages
building different (OCaml) libraries called
lib{foo,bar,...}-ocaml-{,dev}. Ideally, I would like to have one -dbg
package per library, but it is not really an important requirement. If
the user is asked to install a -dbg package to do debugging, size
constraints are usually of secondary importance and one package
containing debugging info for all libraries doesn't look like a
problem in my use cases.

Thanks for the feedback.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: Orphaning debmirror

2009-08-02 Thread Siggy Brentrup
Hi,

sorry for the late reply, we were celebrating my wife's birthday at
the seaside until yesterday late in the evenign.

On Fri, Jul 31, 2009 at 17:53 +0100, Steve Kemp wrote:
 On Fri Jul 31, 2009 at 18:47:58 +0200, Siggy Brentrup wrote:
 
  Who wrote debmirror?  Without installing I can't find out since
  only maintainers are listed in the PTS.
 
   Look at the copyright file:
 
   e.g.
 
 
 http://packages.debian.org/changelogs/pool/main/d/debmirror/debmirror_20070123/debmirror.copyright

Thanks for this link, imbecile me to overlook that while on the
debmirror page.

  I'm asking because
  there's a lot of perl code in Debian I wouldn't even think about
  touching due to the author's programming style.
 
   If you only care about the style why not actually download it
  and examine it?

because a one line answer containg certain names would have saved me
the hassle to do exactly what you are asking me to do.  In the dark
ages I used to have to understand their code, it took much more time
than I usally want to invest; so if I have a choice: no thanks.

Thanks
  Siggy
-- 
Please don't Cc: me when replying, I might not see either copy.
   bsb-at-psycho-dot-informationsanarchistik-dot-de
   or:bsb-at-psycho-dot-i21k-dot-de
O ascii ribbon campaign - stop html mail - www.asciiribbon.org


signature.asc
Description: Digital signature


What is the best place for package meta-data ?

2009-08-02 Thread Charles Plessy
Dear all,

In the Debian Med and Science teams, we are looking for efficient ways to
document slow-changing metadata relevant to our packages, in particular:

 - Bibliographic information: which article to cite when a software is used
   in a published scientific work. This can be summarised by a digtal object
   identifier, like http://dx.doi.org/10.1016/S0168-9525(00)02024-2, or
   without the reslover part (http://dx.doi.org/). 

 - Registration information: where is the registration page that the users
   would have had to go through if they had not used our packages.

These two pieces of information are crucial to researchers who periodically
need to justify the spending of public money in maintaining academic software.
Usefullness is often measured by counting citations or registered users, and
the Debian popcon scores are not a good replacement since they are either
skewed (install) or under-estimations (votes), and that anyway they only count
the Debian contribution. 

One possibility to guide our users to the upstream registration page is to use
Debconf. I think that I do not need to explain on this list why it is not
satisfactory.

Alternatives will be much easier to build if we manage to centralise the
information in a common place. This could be in the source packages themselves,
either in a dedicated file or in debian/control (but not necessarly ending in
the Packages and Sources files), or in the file we use to create our
metapackages. Ultimately we would like to be able to have this information flow
in places like the Ultimate Debian Database and the web pages proposing the
packages for download.

If the concept is popular, it could be expanded, in particular to the software
that allow the users to contribute some money (the now famous “Paypal
buttons“).

The two possibilities that do not require much new development, storing the
meta-data in the source packages or in metapackages, have some opposite
features. In particular, if the meta-data is in the source packages, but not in
the Packages and Source files in the mirrors, then it becomes difficult to
access it when the source package is not stored in a VCS.  Conversly, if we
store the meta-data in our metapackages, the data is easy to access to us and
the users of the Debian Blends, but not to those who use the packages directly,
unless we commit ourselves to feed central information places like the Ultimate
Debian Database and to keep the information up-to-date, which will be at best
limited to the packages relevant to our projects.

I am therefore seeking comments and insights to better manage our packages
metadata.

Have a nice Sunday,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


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



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

2009-08-02 Thread Christian Perrier
Quoting Cyril Brulebois (k...@debian.org):

 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.


I would personnally ask for it to be removed from the archive
(assuming that's easily feasible witouht breakign anything else). A
non-cooperative upstream wrt distribution and integration is a no-no
and you'll waste too much valuable time in maintaining that package.

Of course, being the arse that I am, I would *also* craft a mail to
upstream mailing lists with a careful explanation about the reasons
leading to the package being abandoned. Something like Debian stops
distributing Blender! as cooperation is impossible to make it fit
within a distro. Coordinating this with Ubuntu would even have more
power...



signature.asc
Description: Digital signature


Re: Debian GNU/Linux 6.0 Squeeze release goals

2009-08-02 Thread Stefano Zacchiroli
On Thu, Jul 30, 2009 at 07:28:42PM +0200, Meike Reichle wrote:
  * Discard and rebuild of binary packages uploaded by maintainers, 
leaving only packages build in a controlled environment 

Hear hear \o/, wonderful news!

I'm eager for more details, in particular:

- which auto-builder will rebuild arch:all packages?

- as a by product, would this enable binNMUs for arch:all packages?

- do we have an estimate of whether architectures for which we often
  upload compiled packages (amd64/i386) have enough buildd power to
  cope with the load increase?

Amazing news, keep up the good work!
Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: Debian GNU/Linux 6.0 Squeeze release goals

2009-08-02 Thread Julien BLACHE
Stefano Zacchiroli z...@debian.org wrote:

 - do we have an estimate of whether architectures for which we often
   upload compiled packages (amd64/i386) have enough buildd power to
   cope with the load increase?

That, and buildd admin resources for log processing/signing.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


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



Re: Debian GNU/Linux 6.0 Squeeze release goals

2009-08-02 Thread Julien Cristau
On Sun, Aug  2, 2009 at 11:59:44 +0200, Stefano Zacchiroli wrote:

 - as a by product, would this enable binNMUs for arch:all packages?
 
Pretty sure it won't, since many packages assume that .dsc version and
_all.deb version are the same.  You'd have to solve that somehow.

Cheers,
Julien


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



Re: Status of new source formats project

2009-08-02 Thread Charles Plessy
Le Sun, Aug 02, 2009 at 11:03:11AM +0200, Raphael Hertzog a écrit :
 On Sun, 02 Aug 2009, Charles Plessy wrote:

About zip support:

  But actually, among the programs that are not distributed upstream in a 
  tar.gz
  format, we in the Debian Med team have as many zip cases as bzip2. Do you 
  think
  that it would be possible to support zip format (i.e. .zip, .jar and .xpi
  extensions) for Debian source packages version 3?
 
 Not really. First of all, that support should have been implemented with
 the rest so that it's available in lenny already. Then many options and
 features rely on the fact that tar is used. So it would probably requires
 addition of a supplementary abstraction/indirection.

I see that .bzip2 and .lzma are also supported compression methods for the 3.0
(native) format as well as for the binary packages. But I do not think it would
be useful to add zip to this list. It seems to me that the only thing needed is
the capacity to unpack the original upstream sources. In that case there would
not be a need for a Lenny support, isn't it?


About patches not accepted by dpkg-dev:

  It would be of course easy to convert the patch, but I would really
  prefer to stay as identical to upstream's materials as possible.
 
 How are patches distributed and what kind of conversions is needed?

The patch is available from the upstream FTP server and it just works to drop
it in debian/patches, the only modification being of course to add it a nice
DEP-3 header.

http://svn.debian.org/wsvn/debian-med/trunk/packages/emboss/trunk/debian/patches/official-upstream-patch.patch

The patch is not in unified format, which causes the failure of
dpkg-buildpackage. It is trivial to refresh it with quilt to the unified
format, but this introduces a divergence with upstream that I would prefer to
avoid, because it makes it difficult for others to verify that we did not
modify it. Can you support in the format ’3.0 (quilt)’ patches that are
accepted by default quilt installation?


Cheers,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


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



Re: What is the best place for package meta-data ?

2009-08-02 Thread Paul Wise
I think tying such information to a source or binary package is a bad
idea since it changes independently of the package. I have similar
issues with the Homepage field and to a lesser extent, watch files.

Do you think that apt needs to have access to this information?

The Packages/Sources files are already very huge, which is problematic
for embedded systems with little storage space.

I've been slowly coming to the conclusion that the monolithic Packages
files need to be split into different parts for different use-cases;
for eg dependency resolution, checksums/filenames, descriptions,
homepages, debtags. I'm not sure exactly how to split up the existing
info though. With this split could come extra meta-data, like
PackageMap/CPE names, screenshot URLs, number of bugs, number of
lintian info/warning/etc.

-- 
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: Debian GNU/Linux 6.0 Squeeze release goals

2009-08-02 Thread Paul Wise
On Sun, Aug 2, 2009 at 11:59 AM, Stefano Zacchiroli z...@debian.org wrote:

 I'm eager for more details, in particular:

In addition:

I seem to remember that some arch:all packages can only be built on
some architectures due to being firmware for specific CPUs or similar.
Will there be a Build-Arch field or a way to override discarding
uploaded .debs?

-- 
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: Debian GNU/Linux 6.0 Squeeze release goals

2009-08-02 Thread Daniel Baumann
Stefano Zacchiroli wrote:
 - which auto-builder will rebuild arch:all packages?

especially because this will break packages with 'faked' arch:all binary
packages, such as e.g. syslinux where syslinux-common has to be build on
i386.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/


-- 
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-02 Thread Matthew Johnson
On Sun Aug 02 09:26, Sandro Tosi wrote:
  All I ask for is that you understand that you are about the change the
  relavant semantics of something security relevant, and act accordingly.
 
 What? all I'm trying to do is say hey man, if you need to open a url,
 do it with x-o as you've done with x-b.

I think that most of these issues could be fixed with the addition of an
xdg-browser, which only opens a web browser and nothing else. More
integration between desktop environments and other parts of the system
is always a good idea, so I'd encourage some integration between the
two, whether it's replacing s-b with xdg-something or having s-b call
xdg-something in a non-recursive fashion.

 - you say x-o is dangerous but then you say it's not that a problem
 (no bug report, for example)

It's not a bug per-se, it's just that the security model between the two
is different, and that's fine. However, to directly use x-o in the place
of s-b would be to change the security model under the hood. This is bad
because you get a disconnect between what people _expect_ can happen and
what can _actually_ happen. Hence why I like the xdg-browser suggestion,
which keeps the same semantics.

Matt

-- 
Matthew Johnson


signature.asc
Description: Digital signature


Re: Debian GNU/Linux 6.0 Squeeze release goals

2009-08-02 Thread Frans Pop
Paul Wise wrote:
 I seem to remember that some arch:all packages can only be built on
 some architectures due to being firmware for specific CPUs or similar.
 Will there be a Build-Arch field or a way to override discarding
 uploaded .debs?

An option to override the discard would also be useful for Debian 
Installer's kernel udebs.

This is not a real package build, but rather a repackaging of a regular 
linux-image package. The D-I team uses a special script for that which 
allows this to be done for all architectures on any architecture, and has 
some other advantages as well.

In this case a rebuild of the package on the buildds would offer zero 
added value and could in certain situations limit the flexibility of the 
D-I team to do uploads of kernel udebs.


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



Re: Debian GNU/Linux 6.0 Squeeze release goals

2009-08-02 Thread Luk Claes
Paul Wise wrote:
 On Sun, Aug 2, 2009 at 11:59 AM, Stefano Zacchiroli z...@debian.org wrote:
 
 I'm eager for more details, in particular:
 
 In addition:
 
 I seem to remember that some arch:all packages can only be built on
 some architectures due to being firmware for specific CPUs or similar.
 Will there be a Build-Arch field or a way to override discarding
 uploaded .debs?

There will be a Build-Arch field or some other way to make sure the
arch:all packages can be built reliably.

Cheers

Luk



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



Orphaned: Gutenprint (if you care about inkjet printing, please read)

2009-08-02 Thread Roger Leigh
retitile 479397 O: gutenprint -- printer drivers for CUPS
thanks

Hi,

I sent out a mail over a year ago looking for a new maintainer for the
gutenprint Debian packaging.  At the time, I put up an RFA (#479397).
I'm now orphaning the package, and will only give it minimal attention.

I no longer have an inkjet printer, so I can't do any testing of the
packages' functionality.  I also have no time to maintain it properly.
Anyone who cares about printing on inkjets (Epson, Canon, older HP,
Lexmark and others) is ideally placed to maintain gutenprint.

The packaging uses git-buildpackage and is all in git on collab-maint:
http://git.debian.org/?p=collab-maint/gutenprint.git;a=summary

gutenprint has a great upstream, is written mostly in C, and integrates
with CUPS, ghostscript, GIMP and foomatic.  A general understanding of
how CUPS works and good C skills are desirable.

I'm happy to continue as a co-maintainer to provide advice to anyone
taking this up (since I'm also one of the upstream developers, albeit
currently in a limited capacity, I do have a good working knowledge of
the internals and infrastructure, having written a good chunk of it).

I've just packaged and uploaded the new upstream release (5.2.4), but
it has had *no* testing other than that it installs (given that I lack
the capability to do proper testing).


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


Re: Debian GNU/Linux 6.0 Squeeze release goals

2009-08-02 Thread Luk Claes
Daniel Baumann wrote:
 Stefano Zacchiroli wrote:
 - which auto-builder will rebuild arch:all packages?
 
 especially because this will break packages with 'faked' arch:all binary
 packages, such as e.g. syslinux where syslinux-common has to be build on
 i386.

This will be solved by an extra field which tells on what arch the
arch:all package should be built (or a similar solution to the same effect).

Cheers

Luk



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



Re: Status of new source formats project

2009-08-02 Thread Emilio Pozuelo Monfort
Charles Plessy wrote:
 I see that .bzip2 and .lzma are also supported compression methods for the 3.0
 (native) format as well as for the binary packages. But I do not think it 
 would
 be useful to add zip to this list. It seems to me that the only thing needed 
 is
 the capacity to unpack the original upstream sources. In that case there would
 not be a need for a Lenny support, isn't it?

You need it to be supported in stable before using it in unstable. So at best,
you would need to implement it in Squeeze and wait for Squeeze+1 to use it.

Cheers,
Emilio



signature.asc
Description: OpenPGP digital signature


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

2009-08-02 Thread Philipp Kern
On 2009-08-02, Tollef Fog Heen tfh...@err.no wrote:
| 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.
 Does anybody use IPv6-only link-local?

I occassionally did and I think Gobby even supports that now in conjunction
with Zeroconf.

Kind regards,
Philipp Kern



-- 
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-02 Thread Roger Leigh
On Sun, Aug 02, 2009 at 08:39:46AM +0200, Tollef Fog Heen wrote:
 ]] Roger Leigh 
 
 | Having working local networking is important.  We wouldn't consider
 | broken IPv4 loopback acceptable, and broken IPv6 loopback is just as
 | bad.
 
 Sure, having it working is important.  Is it more important than keeping
 those (often new) users for whom Debian appears useless because of its
 perceived poor network performance?

It would be nice if both worked.  But, in the absence of good heuristics
for detecting broken networking, this is probably something that should
not be done automatically.

 Anyway, IIRC this is now solved in glibc by sending out the queries in
 parallel and returning the first answer you get.

OK.  What happens to the other answer(s) though?  Does this mean that
getaddrinfo(3) skips slow replies completely?  This is surely equally
broken if so?

For anyone with broken networking, the test program here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=addrtest.c;att=1;bug=441857
will test local name resolving in glibc; just replace ip6-localhost with
a hostname to check.

 | 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.
 
 FWIW, it roughly matches what Mac OS X and Windows do.

And it's not considered broken on these platforms too?

I guess the proportion of IPv6 users is vastly lower on these platforms
due to the general networking clue level of the users, and that Windows
has had fully functional IPv6 networking for a much shorter time than
GNU/Linux.

 | 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.
 
 Does anybody use IPv6-only link-local?

Probably not conciously; it's intended to be used automatically.  A
quick google shows Avahi does use these (with some caveats).

IPv6 has the concept of Scope, and these scopes include Node/Host,
Link, Site, Organisation, and Global.  To assume that IPv6 networking
is only active when you have one or more Global addresses is an
incorrect assumption.  With the previous glibc patch, my networking
broke as the Global link went up and down.


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


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

2009-08-02 Thread Tollef Fog Heen
]] Roger Leigh 

| On Sun, Aug 02, 2009 at 08:39:46AM +0200, Tollef Fog Heen wrote:
|  ]] Roger Leigh 
|  
|  | Having working local networking is important.  We wouldn't consider
|  | broken IPv4 loopback acceptable, and broken IPv6 loopback is just as
|  | bad.
|  
|  Sure, having it working is important.  Is it more important than keeping
|  those (often new) users for whom Debian appears useless because of its
|  perceived poor network performance?
| 
| It would be nice if both worked.  But, in the absence of good heuristics
| for detecting broken networking, this is probably something that should
| not be done automatically.

Both would be nice, of course.  Sometimes you have to choose between
having the cake and eating it, though.

|  Anyway, IIRC this is now solved in glibc by sending out the queries in
|  parallel and returning the first answer you get.
| 
| OK.  What happens to the other answer(s) though?  Does this mean that
| getaddrinfo(3) skips slow replies completely?  This is surely equally
| broken if so?

Unsure.  The man page for getaddrinfo doesn't seem to imply that you get
all answers if you specify AF_UNSPEC, it specifies «any».  Your test
program does get both the A and the  record, so my recollection of
this might be incorrect.

[...]

|  | 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.
|  
|  FWIW, it roughly matches what Mac OS X and Windows do.
| 
| And it's not considered broken on these platforms too?

You're talking about 0.07% of the users for Windows Vista (and 0.03% for
XP), Mac OS X is at a whopping 2.4%.  I doubt many users would see if
their IPv6 was broken since there are few/no IPv6 services out there.
(From
http://www.ripe.net/ripe/meetings/ripe-57/presentations/Colitti-Global_IPv6_statistics_-_Measuring_the_current_state_of_IPv6_for_ordinary_users_.7gzD.pdf
 )

| Probably not conciously; it's intended to be used automatically.  A
| quick google shows Avahi does use these (with some caveats).
| 
| IPv6 has the concept of Scope, and these scopes include Node/Host,
| Link, Site, Organisation, and Global.  To assume that IPv6 networking
| is only active when you have one or more Global addresses is an
| incorrect assumption.  With the previous glibc patch, my networking
| broke as the Global link went up and down.

It did actually put the threshold at site, not global, since people
could reasonably put site-only names into DNS, but link-local addresses
shouldn't be in DNS.

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



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

2009-08-02 Thread Maximiliano Curia
Hola Cyril Brulebois!

El 01/08/2009 a las 22:40 escribiste:
 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.

Given the points you listed before, its understandable if you prefer to dedicate
your time to any other activity and orphan blender. Although, it might be
interesting to work together with the maintainers of other distros to maintain
a set of common patches to improve the integration of blender and linux
distros.

I think that the project http://vcs-pkg.org/ could fit nicelly in this case,
that is, if you still want to spend your time with blender, of course.

-- 
UNIX is basically a simple operating system, but you have to be a genius to
understand the simplicity. -- Dennis Ritchie
Saludos /\/\ /\  `/


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



Bug#539641: ITP: libcastledynamicproxy2.1-cli -- Castle DynamicProxy is a cli library for generating lightweight proxies on the fly at runtime. Proxy objects allow calls to members of an object to be

2009-08-02 Thread Patrick McEvoy
Package: wnpp
Severity: wishlist
Owner: Patrick McEvoy patr...@qmtech.net

* Package name: libcastledynamicproxy2.1-cli
  Version : 2.1.0
  Upstream Author : Castle Project j...@jonorossi.com
* URL : http://www.castleproject.org
* License : ASL
  Programming Lang: C#
  Description : Castle DynamicProxy is a cli library for generating 
lightweight proxies on the fly at runtime. Proxy objects allow calls to members 
of an object to be intercepted without modifying the code of the class. Both 
classes and interfaces can be proxied, however only virtual members can be 
intercepted.

Castle DynamicProxy is a CLI library for generating lightweight proxies on the 
fly at runtime. Proxy objects allow calls to members of an object to be 
intercepted without modifying the code of the class. Both classes and 
interfaces can be proxied, however only virtual members can be intercepted. 



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



Bug#539640: ITP: slimevolley -- Unrealistic 2D volleyball simulation, similar to Blobby Volley

2009-08-02 Thread Vincent Duvert
Package: wnpp
Severity: wishlist
Owner: Vincent Duvert vincent.duv...@free.fr

* Package name: slimevolley
  Version : 2.4.1
  Upstream Author : Vincent Duvert vincent.duv...@free.fr
* URL : http://slime.tuxfamily.org/
* License : GPL
  Programming Lang: C
  Description : Unrealistic 2D volleyball simulation, similar to Blobby 
Volley

Slime Volley is a 2D volleyball game written in C with SDL.
Your player is a slime, on which a small ball bounces.
You must prevent the ball to touch the ground on your side, and try to 
trick your opponents.
The first team to get 10 points wins.

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



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



Re: Debian GNU/Linux 6.0 Squeeze release goals

2009-08-02 Thread Julien BLACHE
Luk Claes l...@debian.org wrote:

Hi,

 There will be a Build-Arch field or some other way to make sure the
 arch:all packages can be built reliably.

How will this work wrt non-Linux ports?

If you declare Build-Arch: i386, and that means the package should be
built only from Linux/i386, that makes the kfreebsd (and hurd) port
dependent on the Linux port.

I think we want our non-Linux ports to be as self-hosting as our
Linux port, so that has to be taken into account...

Real-life case: I could make refit an arch: all package, binaries
are the same wherever it's useful (i386, amd64 and their kfreebsd
counterparts) and it can be built from i386, amd64 or kfreebsd-amd64
(not kfreebsd-i386, for it lacks a biarch compiler).

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


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



Re: Debian GNU/Linux 6.0 Squeeze release goals

2009-08-02 Thread Emilio Pozuelo Monfort
Julien BLACHE wrote:
 Luk Claes l...@debian.org wrote:
 
 Hi,
 
 There will be a Build-Arch field or some other way to make sure the
 arch:all packages can be built reliably.
 
 How will this work wrt non-Linux ports?
 
 If you declare Build-Arch: i386, and that means the package should be
 built only from Linux/i386, that makes the kfreebsd (and hurd) port
 dependent on the Linux port.
 
 I think we want our non-Linux ports to be as self-hosting as our
 Linux port, so that has to be taken into account...

That sounds like an arch:any package to me.

Cheers,
Emilio



signature.asc
Description: OpenPGP digital signature


Re: Debian GNU/Linux 6.0 Squeeze release goals

2009-08-02 Thread Philipp Kern
On 2009-08-02, Julien BLACHE jbla...@debian.org wrote:
 There will be a Build-Arch field or some other way to make sure the
 arch:all packages can be built reliably.
 How will this work wrt non-Linux ports?

 If you declare Build-Arch: i386, and that means the package should be
 built only from Linux/i386, that makes the kfreebsd (and hurd) port
 dependent on the Linux port.

We could make that list multiple architectures so that any of those
would satisfy the buildable criteria for the arch:all.

Kind regards,
Philipp Kern



-- 
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-02 Thread Roger Leigh
On Sun, Aug 02, 2009 at 03:53:48PM +0200, Tollef Fog Heen wrote:
 ]] Roger Leigh 
 
 | On Sun, Aug 02, 2009 at 08:39:46AM +0200, Tollef Fog Heen wrote:
 |  Anyway, IIRC this is now solved in glibc by sending out the queries in
 |  parallel and returning the first answer you get.
 | 
 | OK.  What happens to the other answer(s) though?  Does this mean that
 | getaddrinfo(3) skips slow replies completely?  This is surely equally
 | broken if so?
 
 Unsure.  The man page for getaddrinfo doesn't seem to imply that you get
 all answers if you specify AF_UNSPEC, it specifies «any».  Your test
 program does get both the A and the  record, so my recollection of
 this might be incorrect.

Just tested on current sid for localhost where this is listed in /etc/hosts
as both 127.0.0.1 and ::1:

% addrtest localhost 3

Addrinfo for 0x21f8f90
Flags:  32
Family: 10
Socket Type:1 
Protocol:   6 (tcp)
Canonical name: (null) 
Socket Address (len=28):
  Port: 3   
  IPv6 Address: ::1 

Addrinfo for 0x21f8ff0
Flags:  32
Family: 10
Socket Type:2 
Protocol:   17 (udp)
Canonical name: (null)  
Socket Address (len=28):
  Port: 3   
  IPv6 Address: ::1 

Addrinfo for 0x21f9050
Flags:  32
Family: 10
Socket Type:3 
Protocol:   0 (ip)
Canonical name: (null)
Socket Address (len=28):
  Port: 3   
  IPv6 Address: ::1 

Addrinfo for 0x21f81a0
Flags:  32
Family: 2 
Socket Type:1 
Protocol:   6 (tcp)
Canonical name: (null) 
Socket Address (len=16):
  Port: 3   
  IPv4 Address: 127.0.0.1

Addrinfo for 0x21f81f0
Flags:  32
Family: 2 
Socket Type:2 
Protocol:   17 (udp)
Canonical name: (null)  
Socket Address (len=16):
  Port: 3   
  IPv4 Address: 127.0.0.1
ravenclaw% ./at localhost 3 5
Usage: ./at hostname port
ravenclaw% ./at localhost
Usage: ./at hostname port
ravenclaw% ./at localhost 44

Addrinfo for 0x8bdf90
Flags:  32   
Family: 10   
Socket Type:1
Protocol:   6 (tcp)
Canonical name: (null) 
Socket Address (len=28):
  Port: 44  
  IPv6 Address: ::1 

Addrinfo for 0x8bdff0
Flags:  32   
Family: 10   
Socket Type:2
Protocol:   17 (udp)
Canonical name: (null)  
Socket Address (len=28):
  Port: 44  
  IPv6 Address: ::1 

Addrinfo for 0x8be050
Flags:  32   
Family: 10   
Socket Type:3
Protocol:   0 (ip)
Canonical name: (null)
Socket Address (len=28):
  Port: 44  
  IPv6 Address: ::1 

Addrinfo for 0x8bd1a0
Flags:  32   
Family: 2
Socket Type:1
Protocol:   6 (tcp)
Canonical name: (null) 
Socket Address (len=16):
  Port: 44  
  IPv4 Address: 127.0.0.1

Addrinfo for 0x8bd1f0
Flags:  32   
Family: 2
Socket Type:2
Protocol:   17 (udp)
Canonical name: (null)  
Socket Address (len=16):
  Port: 44  
  IPv4 Address: 127.0.0.1

Testing again for via proper DNS for noc.sixxs.net:

% addrtest noc.sixxs.net 44

Addrinfo for 0x142f190
Flags:  32
Family: 2 
Socket Type:1 
Protocol:   6 (tcp)
Canonical name: (null) 
Socket Address (len=16):
  Port: 44  
  IPv4 Address: 213.197.29.32

Addrinfo for 0x142f1e0
Flags:  32
Family: 2 
Socket Type:2
Protocol:   17 (udp)
Canonical name: (null)
Socket Address (len=16):
  Port: 44
  IPv4 Address: 213.197.29.32

Addrinfo for 0x142f230
Flags:  32
Family: 2
Socket Type:3
Protocol:   0 (ip)
Canonical name: (null)
Socket Address (len=16):
  Port: 44
  IPv4 Address: 213.197.29.32

Addrinfo for 0x142f280
Flags:  32
Family: 10
Socket Type:1
Protocol:   6 (tcp)
Canonical name: (null)
Socket Address (len=28):
  Port: 44
  IPv6 Address: 2001:838:1:1:210:dcff:fe20:7c7c

Addrinfo for 0x142f2e0
Flags:  32
Family: 10
Socket Type:2
Protocol:   17 (udp)
Canonical name: (null)
Socket Address (len=28):
  Port: 44
  IPv6 Address: 2001:838:1:1:210:dcff:fe20:7c7c


I've attached a slightly updated version of the test code.  I'd
be interested on the results for people with broken nameservers.
The above tests are on a system without a Scope:Global IPv6
address but with working  DNS lookups.


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.
/* Copyright © 2007  Roger Leigh rle...@debian.org
 *
 * addrtest is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 

Bug#539665: ITP: httpry -- HTTP logging and information retrieval tool

2009-08-02 Thread Yann Lejeun
Package: wnpp
Severity: wishlist
Owner: Yann Lejeun yleje...@netyl.org


* Package name: httpry
  Version : 0.1.5
  Upstream Author : Jason Bittel
* URL : http://dumpsterventures.com/jason/httpry/
* License : GPL
  Programming Lang: C
  Description : HTTP logging and information retrieval tool

 httpry is a specialized packet sniffer designed for displaying and
 logging HTTP traffic. It is not intended to perform analysis
 itself, but to capture, parse, and log the traffic for later
 analysis. It can be run in real-time displaying the traffic as it
 is parsed, or as a daemon process that logs to an output file. It
 is written to be as lightweight and flexible as possible, so that
 it can be easily adaptable to different applications.




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



Re: maybe a problem with sid branch

2009-08-02 Thread Leinier Cruz Salfran
thanks both of you frans and daniel

i must to get involved with reportbug


El dom, 02-08-2009 a las 08:59 +0200, Frans Pop escribió:
 Leinier Cruz Salfran wrote:
  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
 
 This is not a problem with sid, but very simply how sid works. It is 
 *normal* that packages are uninstallable sometimes due to uploads of new 
 versions of packages they depend on. That's the whole point of having 
 sid.
 
 Sure, it can be inconvenient if that lasts a bit longer sometimes, but 
 normally the people responsible for solving such issues are well aware of 
 them and such mails (or even bug reports like #539376) are not needed.
 

I disagree with you on this point .. where is success? in a civilized
discussion on the proposal and the exchange of ideas .. if we discover
that there is a problem why we will not publish this list, for example,
although it is obvious that this is a problem of dependencies and is the
branch where are shown all recent changes and new packages that have
probability of failure? .. I think if we want development we can not be
put obstacles .. that is my humble opinion


 If you use sid and there are minor dependency issues: tough luck, just be 
 patient and try again later!
 
 Cheers,
 FJP
 
 


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


Re: Status of new source formats project

2009-08-02 Thread Russ Allbery
Raphael Hertzog hert...@debian.org writes:
 On Sun, 02 Aug 2009, Charles Plessy wrote:

 But actually, among the programs that are not distributed upstream in a
 tar.gz format, we in the Debian Med team have as many zip cases as
 bzip2. Do you think that it would be possible to support zip format
 (i.e. .zip, .jar and .xpi extensions) for Debian source packages
 version 3?

 Not really. First of all, that support should have been implemented with
 the rest so that it's available in lenny already. Then many options and
 features rely on the fact that tar is used. So it would probably
 requires addition of a supplementary abstraction/indirection.

Adding .zip would also be rather a pain for things like lintian.  Not
impossible, but lintian assumes that it can get tar listings of Debian
packages and knows their format.  Different compression methods don't
change that, but .zip is a completely different file format that requires
a completely different set of tools.

I would prefer that we not go this direction.  I don't think the
additional complexity is really worth it.

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


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



Bug#506481: [Pkg-sysvinit-devel] Bug#506481: initscripts: Fix to allow falsified cpu information in /proc/cpuinfo

2009-08-02 Thread Henrique de Moraes Holschuh
On Thu, 30 Jul 2009, Petter Reinholdtsen wrote:
 [Matthias Klose]
  Right.  This seem to be a problem that need to be solved by the
  compiler, and not by initscripts.  Reassigning to gcc.
 
  this has nothing to do with the compiler, which is built for a fixed 
  arch/tune setting.
 
 Right.  If the compiler is not the entity deciding what architecture
 and CPU feature set a program is build for, I have no idea what is.
 It is definitely not the initscripts package, so I reassign this to
 'general' in the hope that someone know more about this than me.

It is whatever package being built.  And if it is using anything other than
the ARCH dpkg tells it to and giving the compiler wrong options (thus
overriding whatever is the default arch for the compiler), that package is
broken (RC-broken, in fact) and needs to be fixed.   If it is not a Debian
package, then it is out of our hands.

I don't know how one would go about changing the default target arch for the
toolchain, if this is what this bug is about.  But messing with
/proc/cpuinfo certainly is not something we want to support.

And BTW, for a long time, dpkg told everything to build for i386.  I believe
we're doing i486 nowadays on ia32.  We *certainly* don't do i686.  Refer to
dpkg-architecture(1) for details...  gcc -dumpmachine seems to agree with
dpkg-architecture, so any builds for i686 are either caused by buggy
packages, or by direct builds by the local users using autoconf/GNU config
without a site override for config.guess (or a local command-line override,
like the Debian packages are supposed to do while building).

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh



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



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

2009-08-02 Thread Cyril Brulebois
(I hope a single reply will also address Paul's and Christian's
questions.)

Maximiliano Curia m...@debian.org (02/08/2009):
 Hola Cyril Brulebois!

Hola! (KiBi or Cyril would be sufficient. ;))

 Given the points you listed before, its understandable if you prefer
 to dedicate your time to any other activity and orphan blender.
 Although, it might be interesting to work together with the
 maintainers of other distros to maintain a set of common patches to
 improve the integration of blender and linux distros.

Sure. Thanks to the “whohas” utility Paul kindly pointed me to, I've
just looked at what other distros do. A very quick summary can be found
below. In order to answer more deeply to your point, see the 6th item
below.

 I think that the project http://vcs-pkg.org/ could fit nicelly in this
 case, that is, if you still want to spend your time with blender, of
 course.

Thought of that back then, indeed.


Before going deeper into it, I have to say I've been trying to resist
the urge of going public with it, and coping with my duties as much as I
could. But it's just too much now. Members of the French Cabal (which of
course doesn't exist) can tell you how I've been made *angry* about the
current state of that piece of “free software”.


Blender status across distributions:


Following Paul's advice, gave “whohas blender” a try. The following
comments are based on what I saw by following the links. Please note the
one I'm most familiar with is Ubuntu through the diff that appears on
the PTS and patches that are sent to the maintainer/BTS, so I might be
missing obvious things or misunderstanding how that works.

Ubuntu:
---
The package comes from Debian with some tweaks for python 2.6 or
tweaking for some build-dependencies (header location, etc.).

Fedora (F11):
-
They strip some libraries too:
| pushd extern
| #Removed because of ip
|   rm -rf ffmpeg libmp3lame x264 xvidcore
| #Removed because we can expect to use system one
|   rm -rf fftw glew libopenjpeg ode qhull make verse
| #Will have to be removed later: bFTGL

Arch Linux:
---
They seem to download builds from:
http://video.blendertestbuilds.de/download.blender.org/release/
and tweak some files. Granted, that's a binary distribution.

OpenSUSE:
-
I could only see the contents of the package, one can notice something I
forgot to mention: /usr/lib/blender/.blender/**

Indeed, people are expected to unpack blender in home directory and run
it there, with all of libraries, data, scripts, etc. in the .blender
folder. Last time I checked, it looked like the next release should be
able to handle several search paths, though. One can have a look at the
symlink dance in the /usr/bin/blender script on Debian, which is a
wrapper around /usr/bin/blender-bin for this very reason.

FreeBSD:

They seem to have the same kind of patches as Debian has, make it
possible to use system-wide libraries.

Gentoo:
---
They seem to build without tweaking anything related to embedded
libraries.


My (very own) experience with sending patches upstream:
===

Again, I didn't follow very closely what happened last months, but I've
been asked to report how my bugs were received. Let's look.

1) http://article.gmane.org/gmane.comp.video.blender.devel/19383

Asking for pointers to implement HPC-friendly option. No answer.


2) http://article.gmane.org/gmane.comp.video.blender.devel/19825

Various build-related remarks. Bottom-line: until everyone has that
version of scons, use an old one. (Not quite they do for embedded
libraries, but oh well.)


3) http://article.gmane.org/gmane.comp.video.blender.devel/19894

Compiler warnings, valid bug, no answer on the list, but fix committed
in svn. (I used to follow blender using git-svn, and saw my name
there.)


4) http://article.gmane.org/gmane.comp.video.blender.devel/19895

Patch to add support for system-wide FTGL. I kind of get flamed for
thinking about using something else than what blender provides. And
who cares about shared libraries anyway, they are dangerous. If you
want to have a good idea of what blender folks think about being
distributed, you want to read that thread.


5) http://article.gmane.org/gmane.comp.video.blender.devel/19900

Tiny question about syntax warning/error. IIRC Debian was frozen, and
I was looking for a minimal patch instead of grabbing the whole new
file in svn, or trying to craft a possibly-broken patch. No answer
here, but got an answer in private by the author, though.


6) http://article.gmane.org/gmane.comp.video.blender.devel/19906

My favorite one. Where to discuss possible security issues? No answer
at all. Back then, I thought about setting up a cross-distro effort,
but well, is it really worth it?


7) http://article.gmane.org/gmane.comp.video.blender.devel/19931

Not a thread I started, but Fedora folks wanting to get some feedback
about a Debian patch for a 

Re: Debian GNU/Linux 6.0 Squeeze release goals

2009-08-02 Thread Aurelien Jarno
On Sun, Aug 02, 2009 at 01:46:17PM +0200, Paul Wise wrote:
 On Sun, Aug 2, 2009 at 11:59 AM, Stefano Zacchiroli z...@debian.org wrote:
 
  I'm eager for more details, in particular:
 
 In addition:
 
 I seem to remember that some arch:all packages can only be built on
 some architectures due to being firmware for specific CPUs or similar.
 Will there be a Build-Arch field or a way to override discarding
 uploaded .debs?
 

Most of the packages containing a firmware for specific CPUs (I am sure
for openbios-ppc and openbios-sparc) can be built using a
cross-compiler. That's probably something we should allow in the archive
if this is implemented, and in the case of openbios, that would mean a
single source package can be used instead.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net


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



Re: Status of new source formats project

2009-08-02 Thread Vincent Danjean
Emilio Pozuelo Monfort wrote:
 Charles Plessy wrote:
 I see that .bzip2 and .lzma are also supported compression methods for the 
 3.0
 (native) format as well as for the binary packages. But I do not think it 
 would
 be useful to add zip to this list. It seems to me that the only thing needed 
 is
 the capacity to unpack the original upstream sources. In that case there 
 would
 not be a need for a Lenny support, isn't it?
 
 You need it to be supported in stable before using it in unstable. So at best,
 you would need to implement it in Squeeze and wait for Squeeze+1 to use it.

This requirement is here to ensure smooth upgrade (stable - testing (or new 
stable)
with dpkg from stable). So it stand for .bzip2 and .lzma support in *binary* 
packages.

Charles is talking about *sources* packages.
Some packages in testing already require other packages from testing to build
themselves (ie build-depends nor present in stable). This is catch by debbuild 
for
example.

Unpacking a source package is not needed during an upgrade. However, it occurs 
before
a build.

So, I understand the question of Charles as do we want that stable dpkg be 
able to
unpack all packages from testing ?. I have no strong opinion for this.

  Regards,
Vincent

 Cheers,
 Emilio
 


-- 
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pacakges: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main


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



Re: Status of new source formats project

2009-08-02 Thread Philipp Kern
On 2009-08-02, Vincent Danjean vdanjean...@free.fr wrote:
 Unpacking a source package is not needed during an upgrade. However, it 
 occurs before
 a build.

 So, I understand the question of Charles as do we want that stable dpkg be 
 able to
 unpack all packages from testing ?. I have no strong opinion for this.

Our infrastructure relies on this.  So yes.  Both dak and sbuild do this.
(At least the latter used to do it in older versions, I didn't check the
new one.)

Kind regards,
Philipp Kern


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



Re: Status of new source formats project

2009-08-02 Thread Roger Leigh
On Sun, Aug 02, 2009 at 08:11:57PM +, Philipp Kern wrote:
 On 2009-08-02, Vincent Danjean vdanjean...@free.fr wrote:
  Unpacking a source package is not needed during an upgrade. However, it 
  occurs before
  a build.
 
  So, I understand the question of Charles as do we want that stable dpkg be 
  able to
  unpack all packages from testing ?. I have no strong opinion for this.
 
 Our infrastructure relies on this.  So yes.  Both dak and sbuild do this.
 (At least the latter used to do it in older versions, I didn't check the
 new one.)

The new sbuild always uses dpkg-source from inside the build environment,
so there's no restriction there.


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


Please test eglibc 2.9-23+multiarch.2 (was Please test eglibc 2.9-23+multiarch.1)

2009-08-02 Thread Aurelien Jarno
On Thu, Jul 30, 2009 at 02:00:18PM +0200, Sven Joachim wrote:
 On 2009-07-29 22:12 +0200, Aurelien Jarno wrote:
 
  On Wed, Jul 29, 2009 at 04:10:27PM +0200, Aurelien Jarno wrote:
  In short it looks like a Pre-Depends is overkill, and that a Depends is 
  enough. I'll upload a new version soon to experimental to fix that.
  
 
  eglibc version 2.9-23+multiarch.1 is now in incoming and will be on the
  mirrors soon. Please test and report problems.
 
 It still fails in my Lenny chroot:
 

I have finally decided to remove the Depends: line in libc-bin, even if
I don't really like that. My tests show that it works now, but don't
hesitate to test it on your machine.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net


-- 
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-02 Thread Rob Browning
Rob Browning r...@defaultvalue.org writes:

 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.

I've just uploaded 23.1+1-2 which fixes some significant problems with
23.1+1-1.

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-02 Thread Daniel Pittman
Rob Browning r...@defaultvalue.org writes:
 Rob Browning r...@defaultvalue.org writes:
 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.

 I've just uploaded 23.1+1-2 which fixes some significant problems with
 23.1+1-1.

403 Forbidden: You don't have permission to access
/~rlb/tmp/emacs23/emacs23_23.1+1-2_i386.changes on this server.

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



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

2009-08-02 Thread Christian Perrier
Quoting Cyril Brulebois (k...@debian.org):

 4) http://article.gmane.org/gmane.comp.video.blender.devel/19895
 
 Patch to add support for system-wide FTGL. I kind of get flamed for
 thinking about using something else than what blender provides. And
 who cares about shared libraries anyway, they are dangerous. If you
 want to have a good idea of what blender folks think about being
 distributed, you want to read that thread.


That one shows the problem clearly enough. Blender folks are not
interested in using system-wide libs *at all*. They apparently prefer
using their own private (and buggySam made the point very clear)
version of a library, on the vague assumption that, as libraries
change their API without warning, they're bad.

I'm anything but a specialist in this area, but my understanding is
that this is what sonames are about..:-). Anyway, in 2009, such
reasoning isawfully flawed. 

Just drop that blender thing and announce this loudly enough,
preferrably by coordinating with other distro maintainers. That will
eventually trigger a fork from people who have a more collaborative
way of thinking. After all, to my understanding, this blender stuff is
kinda widely used in 3D modelling, right?



signature.asc
Description: Digital signature


Accepted xosview 1.8.3+debian-14 (source amd64)

2009-08-02 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 09:36:14 +0530
Source: xosview
Binary: xosview
Architecture: source amd64
Version: 1.8.3+debian-14
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 xosview- X based system monitor
Closes: 507577
Changes: 
 xosview (1.8.3+debian-14) unstable; urgency=low
 .
   * debian/patches/24_enhanced_memory.dpatch:
 + Patch for additional memory fields (Closes: #507577)
   * debian/patches/25_iostream_h_FTBFS_fixes.dpatch:
 + Patch to fix FTBFS due to use of iostream.h and fstream.h
   * debian/copyright:
 + Added missing Authors and Copyright owners
Checksums-Sha1: 
 2d0b43b632bde6521693aaebf8307d35be6e777c 1116 xosview_1.8.3+debian-14.dsc
 d24efb7f98bcf21ad36b00111ab9cc5615dcdd7f 30522 xosview_1.8.3+debian-14.diff.gz
 20b6b308a44b93e61e7eeeb75ebb5de2d645da4e 106102 
xosview_1.8.3+debian-14_amd64.deb
Checksums-Sha256: 
 c591feb24ad7c444251af9e01c816bf1d9984e453fd6097a4e56629eab3f91ea 1116 
xosview_1.8.3+debian-14.dsc
 2369598d7a10396209d3490e6c62b231fdcfb35ac36648243ba628c9829df5f0 30522 
xosview_1.8.3+debian-14.diff.gz
 5889f71f70c85e407d34cf3fea5d43e76bdc86db77e9a63da2ba0b6be5a53ed7 106102 
xosview_1.8.3+debian-14_amd64.deb
Files: 
 69c55599545d6f4a329b109ad3e76782 1116 utils optional 
xosview_1.8.3+debian-14.dsc
 b363b6aa3aedb8dcc0cec2959db187ec 30522 utils optional 
xosview_1.8.3+debian-14.diff.gz
 9b4a99be796caa280b6ac65b0cbfeb71 106102 utils optional 
xosview_1.8.3+debian-14_amd64.deb

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

iEYEARECAAYFAkp1I+EACgkQoRg/jtECjI35yQCbBDa3SvoiMJo67X+H9+ye+lCO
dxMAniKdedq8gl7x6r/WaP7PnwKjC+Ad
=WERE
-END PGP SIGNATURE-


Accepted:
xosview_1.8.3+debian-14.diff.gz
  to pool/main/x/xosview/xosview_1.8.3+debian-14.diff.gz
xosview_1.8.3+debian-14.dsc
  to pool/main/x/xosview/xosview_1.8.3+debian-14.dsc
xosview_1.8.3+debian-14_amd64.deb
  to pool/main/x/xosview/xosview_1.8.3+debian-14_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 cl-sql 4.0.5-3 (source all amd64)

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

Format: 1.8
Date: Sun, 02 Aug 2009 00:21:45 -0600
Source: cl-sql
Binary: cl-sql cl-sql-uffi cl-sql-mysql cl-sql-aodbc cl-sql-odbc 
cl-sql-postgresql cl-sql-postgresql-socket cl-sql-sqlite cl-sql-sqlite3 
cl-sql-oracle cl-sql-tests
Architecture: source all amd64
Version: 4.0.5-3
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-sql - SQL Interface for Common Lisp
 cl-sql-aodbc - CLSQL database backend, AODBC
 cl-sql-mysql - CLSQL database backend, MySQL
 cl-sql-odbc - CLSQL database backend, ODBC
 cl-sql-oracle - CLSQL database backend, Oracle
 cl-sql-postgresql - CLSQL database backend, PostgreSQL via library
 cl-sql-postgresql-socket - CLSQL database backend, PostgreSQL via sockets
 cl-sql-sqlite - CLSQL database backend, SQLite
 cl-sql-sqlite3 - CLSQL database backend, SQLite3
 cl-sql-tests - Testing suite for CLSQL
 cl-sql-uffi - Common UFFI functions for CLSQL database backends
Changes: 
 cl-sql (4.0.5-3) unstable; urgency=low
 .
   * control: Update debhelper compat to 7, add Homepage and Vgs-Git
   fields.
   * rules: update to DH 7 compatible
Checksums-Sha1: 
 496631142fdebf1898f57b2bf951a057e300a6f7 1201 cl-sql_4.0.5-3.dsc
 0f46faa89b0e66b2171e56c437425913e943dab0 12703 cl-sql_4.0.5-3.diff.gz
 7b73e19350493b8af91f5b8355e03f69dbb123d7 525870 cl-sql_4.0.5-3_all.deb
 d4b3373efad22794e2a9181c09bc393a99ad1a26 41748 cl-sql-aodbc_4.0.5-3_all.deb
 12f29deb69fa7732dd396c7b19c2ebce755d5249 68426 cl-sql-odbc_4.0.5-3_all.deb
 ba0562415eab3931952e32776cecbed467e84207 46742 
cl-sql-postgresql_4.0.5-3_all.deb
 536177f1f0c0aa605503ff27ec9627d876d89f3c 51124 
cl-sql-postgresql-socket_4.0.5-3_all.deb
 778167e63b22029fe75eb0d373a72493edbfcd60 46198 cl-sql-sqlite_4.0.5-3_all.deb
 b6e78ae959161b3cea65cf1fd4ce01abd9b1f918 47056 cl-sql-sqlite3_4.0.5-3_all.deb
 524e5cc24bd65647192272d5d6851b9cbdf66722 62890 cl-sql-oracle_4.0.5-3_all.deb
 539f9886f4d3062c85fa688edb4fe9bc6eebb50d 65124 cl-sql-tests_4.0.5-3_all.deb
 f53235fb058423eb69f89d4c966e548744a674a5 45348 cl-sql-uffi_4.0.5-3_amd64.deb
 35d0c7039150d8d3a4fae76fa57a35f67da9e5bd 55830 cl-sql-mysql_4.0.5-3_amd64.deb
Checksums-Sha256: 
 070d314705e752431ca72af14c9eba450bc162ee0a26489e0586f0df2cd2028b 1201 
cl-sql_4.0.5-3.dsc
 2880ef72d9dd506b5fb362d059af55c4fe78f8bba071e9c29aae895b30b62bd2 12703 
cl-sql_4.0.5-3.diff.gz
 71b227387d7cd1330fef9d862636829d27bd88e6ed5864368d05e4438085cd37 525870 
cl-sql_4.0.5-3_all.deb
 673ea4ea7ff170b0bcf9c31f233671d5a59ef21327a126e79d1ec7336b1632a5 41748 
cl-sql-aodbc_4.0.5-3_all.deb
 ab9bd8ae51d284d031d76f91f979ab4980d538fa40971d6dd5abd4813ac7e972 68426 
cl-sql-odbc_4.0.5-3_all.deb
 f19bc2151855838437972a1c8af3688a90858b56415379904d1e53f05e7c940c 46742 
cl-sql-postgresql_4.0.5-3_all.deb
 38f3b0435d2de9a820514f7b5db5b05c01b6a0f15ed1e20706c80c7fc04db2c9 51124 
cl-sql-postgresql-socket_4.0.5-3_all.deb
 7f5f7cad8333b94c18efe3d0c11767bb6f38c3913f159ea45dd8079099a89377 46198 
cl-sql-sqlite_4.0.5-3_all.deb
 69ea6ada8dda4336e764c679384909a45f364cd3df1ab8f078714e57d958dc51 47056 
cl-sql-sqlite3_4.0.5-3_all.deb
 7cbcaedeefc09e8947fe9ea43f8e36ae92c85081971c826d9b7422d8ee995cfe 62890 
cl-sql-oracle_4.0.5-3_all.deb
 8d49012a04875a5cc2b428213e8e982d864165c882f7aa213260dfdf965cb815 65124 
cl-sql-tests_4.0.5-3_all.deb
 470169516869dacd06370f30f78b753dc6b41cf6af0b40eb7eaa76710b7faca3 45348 
cl-sql-uffi_4.0.5-3_amd64.deb
 6da16d5d42a2b1cb4ed704f7f6dd15747f37e009141bfb9341eb607548ce0897 55830 
cl-sql-mysql_4.0.5-3_amd64.deb
Files: 
 a830f443f92ee61f6d61c849f7c13757 1201 lisp extra cl-sql_4.0.5-3.dsc
 4157fabcbbda2c4f2d4f8617164b33a5 12703 lisp extra cl-sql_4.0.5-3.diff.gz
 b4d1ddf2951ecc71fcab3a40d17462b6 525870 lisp extra cl-sql_4.0.5-3_all.deb
 a249ef5fc026f5ac95b6a74214f0c6cf 41748 lisp extra cl-sql-aodbc_4.0.5-3_all.deb
 b94efd82ea1c238d15adfa76b3cdcc63 68426 lisp extra cl-sql-odbc_4.0.5-3_all.deb
 5f577bc6c14c51e0b90026ef26bd9504 46742 lisp extra 
cl-sql-postgresql_4.0.5-3_all.deb
 08d11195653095f3b08f3f3ca99f0d65 51124 lisp extra 
cl-sql-postgresql-socket_4.0.5-3_all.deb
 abdf6d4299315c28198bc6da1d3a3c4e 46198 lisp extra cl-sql-sqlite_4.0.5-3_all.deb
 9cbca4a7377bb41a6e583d7340757e46 47056 lisp extra 
cl-sql-sqlite3_4.0.5-3_all.deb
 359d7d5a6559e9c700fd89bd32376f15 62890 contrib/lisp extra 
cl-sql-oracle_4.0.5-3_all.deb
 09c57b314849f4cc246db89229b3374a 65124 lisp extra cl-sql-tests_4.0.5-3_all.deb
 f72b4c1f401396e8fb0cd4c170f307c5 45348 lisp extra cl-sql-uffi_4.0.5-3_amd64.deb
 30a3f03dca20c4cd013895abd39c9493 55830 lisp extra 
cl-sql-mysql_4.0.5-3_amd64.deb

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

iEYEARECAAYFAkp1MRgACgkQES7N8sSjgj7vyACfVJWxerPIF8+zKuYujj+Vl13j
/MYAnjkCoHF3OBw06Dq4F9k1M1jaHte6
=lAZ2
-END PGP SIGNATURE-


Accepted:
cl-sql-aodbc_4.0.5-3_all.deb
  to pool/main/c/cl-sql/cl-sql-aodbc_4.0.5-3_all.deb
cl-sql-mysql_4.0.5-3_amd64.deb
  to 

Accepted egg 4.0.6+0.20041122cvs-14 (source all)

2009-08-02 Thread ISHIKAWA Mutsumi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 14:57:00 +0900
Source: egg
Binary: egg
Architecture: source all
Version: 4.0.6+0.20041122cvs-14
Distribution: unstable
Urgency: low
Maintainer: ISHIKAWA Mutsumi ishik...@debian.org
Changed-By: ISHIKAWA Mutsumi ishik...@debian.org
Description: 
 egg- Tamago Ver. 4 -- EGG Input Method Architecture for Emacsen
Changes: 
 egg (4.0.6+0.20041122cvs-14) unstable; urgency=low
 .
   * add emacs23 support
   * bump Standerd-Version to 3.8.2.0
Checksums-Sha1: 
 f4cb2f7b275cecff4d1667505349f2f6893660ae 1023 egg_4.0.6+0.20041122cvs-14.dsc
 b8503375d7e7b0d977d6c0bc1fabf6e13262ae1e 28443 
egg_4.0.6+0.20041122cvs-14.diff.gz
 7549a4e6e5ee612254af52a6b5ba5db6fef49b98 168942 
egg_4.0.6+0.20041122cvs-14_all.deb
Checksums-Sha256: 
 28dd58d65ac83ea8cfdd9fb2f1160830cb75770f3c1542e863053a714070d007 1023 
egg_4.0.6+0.20041122cvs-14.dsc
 c6b65fa850d5a3650e4184775f35d51f473fa0bd6a12c59464eb05e048269f67 28443 
egg_4.0.6+0.20041122cvs-14.diff.gz
 daa6d703f6334fec4157dc51387780d01dbfed7723fe414a432d960341084546 168942 
egg_4.0.6+0.20041122cvs-14_all.deb
Files: 
 e78f858cd7460fd80545dc4fd908a581 1023 utils extra 
egg_4.0.6+0.20041122cvs-14.dsc
 d8062d47c2dbbefb1e030f31e134dbff 28443 utils extra 
egg_4.0.6+0.20041122cvs-14.diff.gz
 5ebcd0e7809d2749f6f9aa7f5d401aa1 168942 utils extra 
egg_4.0.6+0.20041122cvs-14_all.deb

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

iEYEARECAAYFAkp1KtIACgkQfi8w7uypT6g5zACePlkMyrmLySQgfM1NKUXJwB0o
e5UAniGulyAFfhjvgNirQUy0JTQ///gj
=Hlsh
-END PGP SIGNATURE-


Accepted:
egg_4.0.6+0.20041122cvs-14.diff.gz
  to pool/main/e/egg/egg_4.0.6+0.20041122cvs-14.diff.gz
egg_4.0.6+0.20041122cvs-14.dsc
  to pool/main/e/egg/egg_4.0.6+0.20041122cvs-14.dsc
egg_4.0.6+0.20041122cvs-14_all.deb
  to pool/main/e/egg/egg_4.0.6+0.20041122cvs-14_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 cl-uffi 1.6.2-1 (source all amd64)

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

Format: 1.8
Date: Sun, 02 Aug 2009 00:58:46 -0600
Source: cl-uffi
Binary: cl-uffi cl-uffi-tests
Architecture: source all amd64
Version: 1.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-uffi- Universal Foreign Function Library for Common Lisp
 cl-uffi-tests - Regression tests for UFFI Common Lisp Library
Changes: 
 cl-uffi (1.6.2-1) unstable; urgency=low
 .
   * New upstream
Checksums-Sha1: 
 3797f6ce66b65dfdf74158debe19776153d8b8a5 1041 cl-uffi_1.6.2-1.dsc
 0773174cc055bb26ef603bdc19735137401edece 141353 cl-uffi_1.6.2.orig.tar.gz
 06d53f7c315bd95df8f72902cf633e852af2f3cd 7355 cl-uffi_1.6.2-1.diff.gz
 2f914415afad7ed233ef04646fb05ba21a444e0c 113380 cl-uffi_1.6.2-1_all.deb
 7d49cf01eb4458da37e91e90e8e5c5384e2e34b0 25988 cl-uffi-tests_1.6.2-1_amd64.deb
Checksums-Sha256: 
 c3b80d174436518f8d3717ea25cc5296cf5cc174bd712980ecdb6ddd02c232a3 1041 
cl-uffi_1.6.2-1.dsc
 83ee3ed1f1e410412bbc8426974421472d3b1b21f06fe5e422a78152b23e2b32 141353 
cl-uffi_1.6.2.orig.tar.gz
 65e72b777bdb39db74d1b5aa541c83395c9b1b061d424e6a4a0066fbbf1ff5f5 7355 
cl-uffi_1.6.2-1.diff.gz
 b4923d3f67280fc286a970cdad2d80bc181ae603c16427fd2a4d0b16d001e604 113380 
cl-uffi_1.6.2-1_all.deb
 542afcd220a6f45ba4a038c570194435061f5ebefc0783b0ed00169c200ea162 25988 
cl-uffi-tests_1.6.2-1_amd64.deb
Files: 
 c5cee0fb18ac679789228b46c094583b 1041 lisp optional cl-uffi_1.6.2-1.dsc
 67b2844cb7c0e8c261a5894ecc0a3fe4 141353 lisp optional cl-uffi_1.6.2.orig.tar.gz
 00a0e423f4c058eb4b4af21fb745a0db 7355 lisp optional cl-uffi_1.6.2-1.diff.gz
 df2b83c2466530794e6a55adbb041f23 113380 lisp optional cl-uffi_1.6.2-1_all.deb
 680da99e11a0e100e4aba07382a5c2df 25988 lisp optional 
cl-uffi-tests_1.6.2-1_amd64.deb

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

iEYEARECAAYFAkp1OXgACgkQES7N8sSjgj7pCgCeOqijO+ofynL6PuCcJuSTibJb
320AniWRjULMlGCH3jx32Qt2ubirpXzK
=lUMM
-END PGP SIGNATURE-


Accepted:
cl-uffi-tests_1.6.2-1_amd64.deb
  to pool/main/c/cl-uffi/cl-uffi-tests_1.6.2-1_amd64.deb
cl-uffi_1.6.2-1.diff.gz
  to pool/main/c/cl-uffi/cl-uffi_1.6.2-1.diff.gz
cl-uffi_1.6.2-1.dsc
  to pool/main/c/cl-uffi/cl-uffi_1.6.2-1.dsc
cl-uffi_1.6.2-1_all.deb
  to pool/main/c/cl-uffi/cl-uffi_1.6.2-1_all.deb
cl-uffi_1.6.2.orig.tar.gz
  to pool/main/c/cl-uffi/cl-uffi_1.6.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 cl-reversi 1.0.14-3 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 01:18:23 -0600
Source: cl-reversi
Binary: cl-reversi
Architecture: source all
Version: 1.0.14-3
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-reversi - Reversi game for Common Lisp
Changes: 
 cl-reversi (1.0.14-3) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 20a746bce111b02c81a44c0185c6ea1935d01354 1054 cl-reversi_1.0.14-3.dsc
 b8570ed67ce9b8c09bbae19ef9263dbc22288cab 4368 cl-reversi_1.0.14-3.diff.gz
 430e95ecaef65ed2cd2c6b94a5f4d228efe380fa 96714 cl-reversi_1.0.14-3_all.deb
Checksums-Sha256: 
 83c92fce70b110313e51f8dc2dc6a81fc27310e7ac186ece19d1a7d2871df183 1054 
cl-reversi_1.0.14-3.dsc
 37c73ee99d5c265b0844d516e98a196c9e512439573360223b5cb789621d 4368 
cl-reversi_1.0.14-3.diff.gz
 c4de50f426a9ff891591ea22f325dfd4cd706f554c1a08c104ea4c4ec91d0c71 96714 
cl-reversi_1.0.14-3_all.deb
Files: 
 0a993662b6cd4088b7fef7ab8ec540a7 1054 lisp optional cl-reversi_1.0.14-3.dsc
 41df1697cd5f0ecd1bf804baea7ab2d3 4368 lisp optional cl-reversi_1.0.14-3.diff.gz
 d9880876761fd441128aeeb8caffae33 96714 lisp optional 
cl-reversi_1.0.14-3_all.deb

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

iEYEARECAAYFAkp1PiUACgkQES7N8sSjgj7tCwCfcFS2eBz//06jratsq6fe6GCt
5EYAn3+5qVk0Y89eDX19+qDR1Hzl5u+2
=6+gI
-END PGP SIGNATURE-


Accepted:
cl-reversi_1.0.14-3.diff.gz
  to pool/main/c/cl-reversi/cl-reversi_1.0.14-3.diff.gz
cl-reversi_1.0.14-3.dsc
  to pool/main/c/cl-reversi/cl-reversi_1.0.14-3.dsc
cl-reversi_1.0.14-3_all.deb
  to pool/main/c/cl-reversi/cl-reversi_1.0.14-3_all.deb


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



Accepted vcs-tree 0.3.2-3 (source amd64)

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

Format: 1.8
Date: Sun, 02 Aug 2009 00:14:31 -0600
Source: vcs-tree
Binary: vcs-tree
Architecture: source amd64
Version: 0.3.2-3
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 vcs-tree   - Version Control System Tree Walker
Changes: 
 vcs-tree (0.3.2-3) unstable; urgency=low
 .
   * Add watch file
   * control: Add Vcs-Git field
Checksums-Sha1: 
 e5b59efc5a38f80c0e292d94d6b7988d9621d7cb 1007 vcs-tree_0.3.2-3.dsc
 7e8a0fbb083fd733795732039c65d39929cbad7b 2701 vcs-tree_0.3.2-3.diff.gz
 1a26cdfc086dc8e4892cceb22c8b50ce9c9a1d64 9470188 vcs-tree_0.3.2-3_amd64.deb
Checksums-Sha256: 
 8b4d5f122e2da34a349dc87b83a3015091a547ddd3d03400ccabaeeaf0fdf558 1007 
vcs-tree_0.3.2-3.dsc
 603973617f866f3c218a876307d9e27267d7b773b4327a30616ad3c4c110440a 2701 
vcs-tree_0.3.2-3.diff.gz
 8806584b3f84c0f73ea7ad62c7d7344d5240ad04410c7e44f40d2cfe62b1d5c0 9470188 
vcs-tree_0.3.2-3_amd64.deb
Files: 
 49af1f4e556f100c579e063e5941977c 1007 vcs optional vcs-tree_0.3.2-3.dsc
 417f9678898190118de4d4abd1195a6d 2701 vcs optional vcs-tree_0.3.2-3.diff.gz
 b703d909e7940dd1bfd746347a248c3d 9470188 vcs optional 
vcs-tree_0.3.2-3_amd64.deb

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

iEYEARECAAYFAkp1OOMACgkQES7N8sSjgj4YtwCgibsIbEOFMSz0byBNt8qrO1Gp
lmwAn3CiqUFpD6KS3QIjdtsVt/x83Ovw
=aXXJ
-END PGP SIGNATURE-


Accepted:
vcs-tree_0.3.2-3.diff.gz
  to pool/main/v/vcs-tree/vcs-tree_0.3.2-3.diff.gz
vcs-tree_0.3.2-3.dsc
  to pool/main/v/vcs-tree/vcs-tree_0.3.2-3.dsc
vcs-tree_0.3.2-3_amd64.deb
  to pool/main/v/vcs-tree/vcs-tree_0.3.2-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 cl-rlc 0.1.3-2 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 01:11:03 -0600
Source: cl-rlc
Binary: cl-rlc
Architecture: source all
Version: 0.1.3-2
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-rlc - Common Lisp RLC Circuit Simulator
Changes: 
 cl-rlc (0.1.3-2) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 bca732ee9bfd5298576ae11cc3383138aa87d3e9 1004 cl-rlc_0.1.3-2.dsc
 51975da87725abe0e4627ce4436a79e5b7fe0ee4 2089 cl-rlc_0.1.3-2.diff.gz
 c6d40bce88ee18b4cb167f83366b88ad3dad1c8f 4614 cl-rlc_0.1.3-2_all.deb
Checksums-Sha256: 
 5b34fc3c96f26041e7c948f47e64182502d972041e2adecee08e4f0d8c51daa1 1004 
cl-rlc_0.1.3-2.dsc
 edd237d4e77576ceb0e1fb02bcae388531d6dfeab5d4272ac20f9ac7a934fa3c 2089 
cl-rlc_0.1.3-2.diff.gz
 91c80b94baa5036f0e053c0f6238a3632c4f9cc4d6979d500665cfd28ebadef8 4614 
cl-rlc_0.1.3-2_all.deb
Files: 
 bdc6b088129f66cc35a281a7792373c1 1004 lisp optional cl-rlc_0.1.3-2.dsc
 ac4ee2b8373d91d971e4964e544623b3 2089 lisp optional cl-rlc_0.1.3-2.diff.gz
 a0b29b86c990b128a129cb94544e8135 4614 lisp optional cl-rlc_0.1.3-2_all.deb

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

iEYEARECAAYFAkp1PHYACgkQES7N8sSjgj4GNwCcCb7ilg6jTmZcTY+U5BNdx5xD
81UAnA3joEZA+Y0nahf33p6ZdVgPMP+m
=GaMu
-END PGP SIGNATURE-


Accepted:
cl-rlc_0.1.3-2.diff.gz
  to pool/main/c/cl-rlc/cl-rlc_0.1.3-2.diff.gz
cl-rlc_0.1.3-2.dsc
  to pool/main/c/cl-rlc/cl-rlc_0.1.3-2.dsc
cl-rlc_0.1.3-2_all.deb
  to pool/main/c/cl-rlc/cl-rlc_0.1.3-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 cl-rss 0.1.1-5 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 01:05:26 -0600
Source: cl-rss
Binary: cl-rss
Architecture: source all
Version: 0.1.1-5
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-rss - Common Lisp RSS processor
Changes: 
 cl-rss (0.1.1-5) 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/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 694b3f229a4fb3671563b35b7aba4272d399d469 1010 cl-rss_0.1.1-5.dsc
 762f36c07250f4691ab29723b7908e8c82c24220 2451 cl-rss_0.1.1-5.diff.gz
 753faefd8d1fc5679419a4cf5e9e02ac20238a63 4954 cl-rss_0.1.1-5_all.deb
Checksums-Sha256: 
 deca2e4d098044bd954852253aca7f25e7775d3d018c62e7940972c50928fca2 1010 
cl-rss_0.1.1-5.dsc
 b20070feac21cca89cf088bb33a61c2d6ebc64da1fc55ec47338ec54a5d4704b 2451 
cl-rss_0.1.1-5.diff.gz
 e0d5f60372b2047afe136b8d2549a9ecccb212a2a9ad8cb26b8ebe15f8d6f498 4954 
cl-rss_0.1.1-5_all.deb
Files: 
 5fb38be780f5bbf860b618ccea83bd3f 1010 lisp optional cl-rss_0.1.1-5.dsc
 f78dbf1530f4d9c9a259e00efcfe42b2 2451 lisp optional cl-rss_0.1.1-5.diff.gz
 2cd9eff5d3706c91d388a60c17e7224b 4954 lisp optional cl-rss_0.1.1-5_all.deb

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

iEYEARECAAYFAkp1OxwACgkQES7N8sSjgj71qwCePz1pHMdWxraO866b9f/cFRt1
BnsAoIa2file/E6nHUiQuyUYKztYxiGO
=rmsc
-END PGP SIGNATURE-


Accepted:
cl-rss_0.1.1-5.diff.gz
  to pool/main/c/cl-rss/cl-rss_0.1.1-5.diff.gz
cl-rss_0.1.1-5.dsc
  to pool/main/c/cl-rss/cl-rss_0.1.1-5.dsc
cl-rss_0.1.1-5_all.deb
  to pool/main/c/cl-rss/cl-rss_0.1.1-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 cl-pubmed 2.1.3-3 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 01:41:26 -0600
Source: cl-pubmed
Binary: cl-pubmed
Architecture: source all
Version: 2.1.3-3
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-pubmed  - Common Lisp package to query Pubmed medical literature database
Changes: 
 cl-pubmed (2.1.3-3) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 24506aae5bdd5d8df9f1fe1f1dc5958b817eb01d 959 cl-pubmed_2.1.3-3.dsc
 421ed162719ec65aa6f06ff19ccedf2c2afd72ec 2184 cl-pubmed_2.1.3-3.diff.gz
 c902cc0847891480dda9e5ba303a9bed47ced873 7184 cl-pubmed_2.1.3-3_all.deb
Checksums-Sha256: 
 a341dc5c1bb8612d587c8a6d8f13cf263c9f2254f7bb5617f5a94e52c0728b48 959 
cl-pubmed_2.1.3-3.dsc
 514fb1918817fbf4e81a6c2ad82c710ca8a095d9312f2a658e63153e466a3919 2184 
cl-pubmed_2.1.3-3.diff.gz
 b7b570c018fbae994f6b33dd7902b83162c4c539b76bbbd70076fd57674a8493 7184 
cl-pubmed_2.1.3-3_all.deb
Files: 
 f9192f82a1140fc1ca111aa8d666f231 959 lisp optional cl-pubmed_2.1.3-3.dsc
 fd5095e6ea99387b1abb17531e3bb8c2 2184 lisp optional cl-pubmed_2.1.3-3.diff.gz
 054612bd0bb52283975e0300d20d87d4 7184 lisp optional cl-pubmed_2.1.3-3_all.deb

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

iEYEARECAAYFAkp1Q4YACgkQES7N8sSjgj6UBACdGgvVqg7BhSQ1OrC5L+R8lHA6
uWgAn1WWaNiEZYZ7chAdFOstp3AxBewk
=O3l4
-END PGP SIGNATURE-


Accepted:
cl-pubmed_2.1.3-3.diff.gz
  to pool/main/c/cl-pubmed/cl-pubmed_2.1.3-3.diff.gz
cl-pubmed_2.1.3-3.dsc
  to pool/main/c/cl-pubmed/cl-pubmed_2.1.3-3.dsc
cl-pubmed_2.1.3-3_all.deb
  to pool/main/c/cl-pubmed/cl-pubmed_2.1.3-3_all.deb


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



Accepted cl-pubmed 2.1.3-4 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 01:44:07 -0600
Source: cl-pubmed
Binary: cl-pubmed
Architecture: source all
Version: 2.1.3-4
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-pubmed  - Common Lisp package to query Pubmed medical literature database
Changes: 
 cl-pubmed (2.1.3-4) unstable; urgency=low
 .
   * control: Really add Vcs-Git and Homepage fields.
Checksums-Sha1: 
 eba8cc93ad6d56ef16bb7894a9fc67278f64b32c 1034 cl-pubmed_2.1.3-4.dsc
 ecfc610e522f215908b47a98b124737b604643c7 2227 cl-pubmed_2.1.3-4.diff.gz
 d7882d2a3151060895681f388510d7fb49600315 7232 cl-pubmed_2.1.3-4_all.deb
Checksums-Sha256: 
 e9fb2bc4e4d2b94f89b10b3790b50260f88a1bf7c0dd547dc89286ba88afa1b9 1034 
cl-pubmed_2.1.3-4.dsc
 120a48f4c54c7aa7ee961aea113f549abdba1f0bc5f29df60204d5aced1275c6 2227 
cl-pubmed_2.1.3-4.diff.gz
 2f1ab12135e9411cc713b3eca5669f60c60b57c7641f71e80a3025a904cf17a5 7232 
cl-pubmed_2.1.3-4_all.deb
Files: 
 e21bd156d54901d783da41686366903f 1034 lisp optional cl-pubmed_2.1.3-4.dsc
 af624e5c563128e9d0af00fe7ba50ddc 2227 lisp optional cl-pubmed_2.1.3-4.diff.gz
 8bcde75a1a24a54d597bbb7822d6304a 7232 lisp optional cl-pubmed_2.1.3-4_all.deb

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

iEYEARECAAYFAkp1Q+MACgkQES7N8sSjgj7MQgCfZlZUZOkRTlUgemsYShcccx7V
ruEAn18rLwrDYfls5Y/BG/Bjwf9m2Nz8
=VcSK
-END PGP SIGNATURE-


Accepted:
cl-pubmed_2.1.3-4.diff.gz
  to pool/main/c/cl-pubmed/cl-pubmed_2.1.3-4.diff.gz
cl-pubmed_2.1.3-4.dsc
  to pool/main/c/cl-pubmed/cl-pubmed_2.1.3-4.dsc
cl-pubmed_2.1.3-4_all.deb
  to pool/main/c/cl-pubmed/cl-pubmed_2.1.3-4_all.deb


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



Accepted cl-readline 0.2.0-4 (source amd64)

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

Format: 1.8
Date: Sun, 02 Aug 2009 01:24:56 -0600
Source: cl-readline
Binary: cl-readline
Architecture: source amd64
Version: 0.2.0-4
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-readline - Common Lisp interface to the GNU readline library
Changes: 
 cl-readline (0.2.0-4) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git field.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 a6d2f1d8f897a1bd0de4ef1066fc7d10fdc5e445 1053 cl-readline_0.2.0-4.dsc
 4e700d39b933cb7851404e2adbbd5bd19d6684b8 2281 cl-readline_0.2.0-4.diff.gz
 c2b9da0a08f3730e726aed8a9a10fe2648518bf6 7246 cl-readline_0.2.0-4_amd64.deb
Checksums-Sha256: 
 116573dcfc98971c55668fc3b8777656e6149c8a2dba2193a52b75d907d677a8 1053 
cl-readline_0.2.0-4.dsc
 e9f119f013486f7eadb55801ef15d83d6dcdf9915d122902a224da4cc0d9b8a4 2281 
cl-readline_0.2.0-4.diff.gz
 dfb6febe630d8b0f38c5bc36958823535fd446f89165bcf558e7f980abc30d0a 7246 
cl-readline_0.2.0-4_amd64.deb
Files: 
 fdae1434a26bc89703ce97d218a6a9f8 1053 lisp optional cl-readline_0.2.0-4.dsc
 a0484d522b4452c0de973344470fc39e 2281 lisp optional cl-readline_0.2.0-4.diff.gz
 951742fbd88a87aab3c69179a089490e 7246 lisp optional 
cl-readline_0.2.0-4_amd64.deb

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

iEUEARECAAYFAkp1QRYACgkQES7N8sSjgj66+QCYhER+qcfszwIFC/utlsxX4OIS
cgCff/F+6L0FUV0T8t6CsdgOOwVcfOY=
=5cEB
-END PGP SIGNATURE-


Accepted:
cl-readline_0.2.0-4.diff.gz
  to pool/main/c/cl-readline/cl-readline_0.2.0-4.diff.gz
cl-readline_0.2.0-4.dsc
  to pool/main/c/cl-readline/cl-readline_0.2.0-4.dsc
cl-readline_0.2.0-4_amd64.deb
  to pool/main/c/cl-readline/cl-readline_0.2.0-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 cl-pipes 1.2.1-4 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 01:47:58 -0600
Source: cl-pipes
Binary: cl-pipes
Architecture: source all
Version: 1.2.1-4
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-pipes   - Common Lisp library for pipes or streams
Changes: 
 cl-pipes (1.2.1-4) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 25d9bc37597c41e2dd909d71f9c51e2220a6ceb9 1024 cl-pipes_1.2.1-4.dsc
 c143c0147949598a0066f246e6d9650e27fdae45 3252 cl-pipes_1.2.1-4.diff.gz
 99ecf6db149171a4ef6c8ae40284a869f9e17c12 6458 cl-pipes_1.2.1-4_all.deb
Checksums-Sha256: 
 fd29363649ca9366eeb6d2ec2f89a9ff93946c298df8827733950a8b4daa3194 1024 
cl-pipes_1.2.1-4.dsc
 eb1610cde6af3fb7ae3c7b58e501d570299b63afa3357bf481b5d53762e714b9 3252 
cl-pipes_1.2.1-4.diff.gz
 2a3c5b0b95bd1338dd02f8ed3815cfa9bc32fca5ca5964f4088cd4dbe32e1ac2 6458 
cl-pipes_1.2.1-4_all.deb
Files: 
 89c0d72f4c8a0332224cc609a52bf261 1024 lisp optional cl-pipes_1.2.1-4.dsc
 3c0802cb5d09d14e6818fb7fb8d76378 3252 lisp optional cl-pipes_1.2.1-4.diff.gz
 1bfd3d4fac5bb962d2b60b42573ff9de 6458 lisp optional cl-pipes_1.2.1-4_all.deb

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

iEYEARECAAYFAkp1RO8ACgkQES7N8sSjgj73hgCfccVM+HgNKoh97o8ARQMUwpXz
0nQAnjqu7smEYxiRLJx4rDQ0nbmm2jok
=Oe+l
-END PGP SIGNATURE-


Accepted:
cl-pipes_1.2.1-4.diff.gz
  to pool/main/c/cl-pipes/cl-pipes_1.2.1-4.diff.gz
cl-pipes_1.2.1-4.dsc
  to pool/main/c/cl-pipes/cl-pipes_1.2.1-4.dsc
cl-pipes_1.2.1-4_all.deb
  to pool/main/c/cl-pipes/cl-pipes_1.2.1-4_all.deb


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



Accepted cl-puri 1.5.1-2 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 01:36:28 -0600
Source: cl-puri
Binary: cl-puri
Architecture: source all
Version: 1.5.1-2
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-puri- Common Lisp Portable URI Library
Changes: 
 cl-puri (1.5.1-2) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 eb2f8eb3325b8732393d3878c70e60a7a9dd8453 1014 cl-puri_1.5.1-2.dsc
 06a88860f53e2348b2e3902ea964b42be067af25 3932 cl-puri_1.5.1-2.diff.gz
 d1aef30ceffdd48c620a6aec61e8df2b93016d51 25548 cl-puri_1.5.1-2_all.deb
Checksums-Sha256: 
 46791b4d1a8f72b7b095a2e7f186cf578a2474cdc7928cdc7818cd525c5e6265 1014 
cl-puri_1.5.1-2.dsc
 895cb8deded6ea142c02818459edeb59980cbb3159b95869193f1f115be0502a 3932 
cl-puri_1.5.1-2.diff.gz
 532fbc14a84d98e405cb6d8d94173e0e81f081df1813ddcfe2144318e461b210 25548 
cl-puri_1.5.1-2_all.deb
Files: 
 de3744405ecfaa932b72c924b9e19022 1014 lisp optional cl-puri_1.5.1-2.dsc
 7446f0efd43a6730ce72f4e679e15fa2 3932 lisp optional cl-puri_1.5.1-2.diff.gz
 323b45e03d9285d35ac025250c85392b 25548 lisp optional cl-puri_1.5.1-2_all.deb

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

iEYEARECAAYFAkp1QkIACgkQES7N8sSjgj4V9ACfYFVQIsxK2z+Q8CDrf0hjfg/r
3aMAn2MeZlZ7myuy0iqXOElGPn/b6UTp
=VwQm
-END PGP SIGNATURE-


Accepted:
cl-puri_1.5.1-2.diff.gz
  to pool/main/c/cl-puri/cl-puri_1.5.1-2.diff.gz
cl-puri_1.5.1-2.dsc
  to pool/main/c/cl-puri/cl-puri_1.5.1-2.dsc
cl-puri_1.5.1-2_all.deb
  to pool/main/c/cl-puri/cl-puri_1.5.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 clock-setup 0.99 (source amd64)

2009-08-02 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 10:40:41 +0200
Source: clock-setup
Binary: clock-setup
Architecture: source amd64
Version: 0.99
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Frans Pop f...@debian.org
Description: 
 clock-setup - set up clock (udeb)
Closes: 538344
Changes: 
 clock-setup (0.99) unstable; urgency=low
 .
   [ Colin Watson ]
   * Merge from Ubuntu:
 - Add lpia to architecture list.
 - Fix rdate-udeb dependency to include the epoch.
 - Check for the existence of /etc/adjtime before running sed over it,
   since Ubuntu no longer necessarily ships that file given
   https://wiki.ubuntu.com/HardwareClock (Evan Dandrea).
 - Fix handling of progress bar cancellation (LP: #262500):
   + db_progress INFO might be cancelled if the user is quick; cope with
 that.
   + Reset the progresscancel capability when we're finished.
 .
   [ Frans Pop ]
   * Remove no longer needed versioned dependencies.
   * Make clock-setup safe for s390. D-I is not allowed to change the system
 clock on s390, but it is still needed there because of time zone setup.
 Closes: #538344.
   * Bump debhelper compatibility to 6.
 .
   [ Updated translations ]
   * Hindi (hi.po)
   * Italian (it.po) by Milo Casagrande
Checksums-Sha1: 
 fda78a49453a70ac6bbd4257262885c7a93f8992 857 clock-setup_0.99.dsc
 48be6cfc8d05b2b433a3801aa176d577ad11f57c 73406 clock-setup_0.99.tar.gz
 0d1a9664e73650a49557b033e2ab35e5785b1eef 51708 clock-setup_0.99_amd64.udeb
Checksums-Sha256: 
 38ae5376fa16e31f81bb19f7dd50ac69faf1303d8d39c09288989101681b0596 857 
clock-setup_0.99.dsc
 b8eefe67ea42186deff3750ae60c8fc91f7dfa7824fcd311cd88a8bb0a0a84af 73406 
clock-setup_0.99.tar.gz
 9c9727f6934292491f27eba6a8bc9b6aa5571de82f2cbcb455c1796cdb3b6ac8 51708 
clock-setup_0.99_amd64.udeb
Files: 
 b44dd8571dd59e0fc6315db11dc01ad6 857 debian-installer standard 
clock-setup_0.99.dsc
 1d853b04322637ea70dee36650d7d7b4 73406 debian-installer standard 
clock-setup_0.99.tar.gz
 74779856e95f8b69cd77e6750c065f2d 51708 debian-installer standard 
clock-setup_0.99_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAkp1UTMACgkQgm/Kwh6ICoSTzgCfULzerayl6aoISCj5zZpDNMbv
534AnAjqSCpmZKhjkofRu5Pfac7hrsVq
=3oa5
-END PGP SIGNATURE-


Accepted:
clock-setup_0.99.dsc
  to pool/main/c/clock-setup/clock-setup_0.99.dsc
clock-setup_0.99.tar.gz
  to pool/main/c/clock-setup/clock-setup_0.99.tar.gz
clock-setup_0.99_amd64.udeb
  to pool/main/c/clock-setup/clock-setup_0.99_amd64.udeb


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



Accepted cl-photo 0.14-2 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 02:03:20 -0600
Source: cl-photo
Binary: cl-photo
Architecture: source all
Version: 0.14-2
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-photo   - photographic calculator in Common Lisp
Changes: 
 cl-photo (0.14-2) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 74edc57a64a69d44c4074735552a0b9e1768c061 1026 cl-photo_0.14-2.dsc
 199dbbe6c8d9e90bf4900aac91e2323a167888a7 2173 cl-photo_0.14-2.diff.gz
 66f4d89518fc24973b60fe4c95b6e97c40ad6bb2 12590 cl-photo_0.14-2_all.deb
Checksums-Sha256: 
 8b67c418c048f7c4b9b09a6d52a6f6147783709d7ed0dd08967fea6199d6fa93 1026 
cl-photo_0.14-2.dsc
 f6710d362169f2f9d362c88651841a7880636b6c97c44f4f3b85682a908ad959 2173 
cl-photo_0.14-2.diff.gz
 547472b1f9982265b40012ff51f22cbc0ef1f8624841da810d332538f870a8c3 12590 
cl-photo_0.14-2_all.deb
Files: 
 7c40ff4b3ab59aeeed2057f5e21cce7f 1026 lisp optional cl-photo_0.14-2.dsc
 7599fd26ef784338e96eb30304fbba87 2173 lisp optional cl-photo_0.14-2.diff.gz
 180acd82b954c4890fe8b34372987878 12590 lisp optional cl-photo_0.14-2_all.deb

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

iEYEARECAAYFAkp1SJcACgkQES7N8sSjgj7E6gCePLT7KCIAbwNqKecISrJsQ3Yi
6qYAniHoix/QcUpt360esTk6JK8Q/Jo7
=pF5C
-END PGP SIGNATURE-


Accepted:
cl-photo_0.14-2.diff.gz
  to pool/main/c/cl-photo/cl-photo_0.14-2.diff.gz
cl-photo_0.14-2.dsc
  to pool/main/c/cl-photo/cl-photo_0.14-2.dsc
cl-photo_0.14-2_all.deb
  to pool/main/c/cl-photo/cl-photo_0.14-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 cl-lml 2.5.7-2 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 03:17:51 -0600
Source: cl-lml
Binary: cl-lml
Architecture: source all
Version: 2.5.7-2
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-lml - Lisp Markup Language
Changes: 
 cl-lml (2.5.7-2) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 863189183e76cabee2c3ee84e13a597e7f5436b4 1001 cl-lml_2.5.7-2.dsc
 9599f0546c793c3ef8e89ffc4da59c328c8497f5 5187 cl-lml_2.5.7-2.diff.gz
 ec0a6d56c37e9b66c21a3de6ae913cbff39e5543 17222 cl-lml_2.5.7-2_all.deb
Checksums-Sha256: 
 a03ea7d36b62da6e80dda393f4bf6267395e1fa118804e3a629c69e9fb5c39d1 1001 
cl-lml_2.5.7-2.dsc
 d356e52dc8b939529e30a4b4ff69dcc96df9249a9109b459130e5cd17da18632 5187 
cl-lml_2.5.7-2.diff.gz
 533dfc91ad2c5f6bda639eef04eb9cedd60aaeb59386e870d4ee089ba86be674 17222 
cl-lml_2.5.7-2_all.deb
Files: 
 1a8e3f696acab266efe1932c15a3c41f 1001 lisp optional cl-lml_2.5.7-2.dsc
 819ce252b98acfc3a66316e6c9b5c562 5187 lisp optional cl-lml_2.5.7-2.diff.gz
 5dab568e942a37d8c9fe65aab88a15c1 17222 lisp optional cl-lml_2.5.7-2_all.deb

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

iEYEARECAAYFAkp1Wk4ACgkQES7N8sSjgj7eJACggN5qPBGqvVYm6NSMB351yIPx
+gYAnjd5WjGi/7JunCVN724N4lMj4MYG
=ZnS0
-END PGP SIGNATURE-


Accepted:
cl-lml_2.5.7-2.diff.gz
  to pool/main/c/cl-lml/cl-lml_2.5.7-2.diff.gz
cl-lml_2.5.7-2.dsc
  to pool/main/c/cl-lml/cl-lml_2.5.7-2.dsc
cl-lml_2.5.7-2_all.deb
  to pool/main/c/cl-lml/cl-lml_2.5.7-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 cl-lml2 1.6.6-2 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 02:15:56 -0600
Source: cl-lml2
Binary: cl-lml2
Architecture: source all
Version: 1.6.6-2
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-lml2- Lisp Markup Language
Changes: 
 cl-lml2 (1.6.6-2) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 026b7a70823e7b824fd957782183c0f5416cc3fd 1011 cl-lml2_1.6.6-2.dsc
 33ac0ab2f44f2a152d2b32ff1f3c5883529c5c3c 4019 cl-lml2_1.6.6-2.diff.gz
 6db54a2e0659b33ab3432b181fbc6c01f323 22564 cl-lml2_1.6.6-2_all.deb
Checksums-Sha256: 
 3d90238a8d067868a3c56920ea3df5a31eb34f02d12115dcdf095886d3b6ab3a 1011 
cl-lml2_1.6.6-2.dsc
 6944205f182314d8b3b477feaa87fb0ba12cc175f135a78b6ffed783aa08bdce 4019 
cl-lml2_1.6.6-2.diff.gz
 5a3f49c3933647360a41eabf9091d63aafd714dc6457413a740168cf835ac44c 22564 
cl-lml2_1.6.6-2_all.deb
Files: 
 7d605159808789e8d832df7ac7354164 1011 lisp optional cl-lml2_1.6.6-2.dsc
 37b27b097de8807e67f16f1b513af2df 4019 lisp optional cl-lml2_1.6.6-2.diff.gz
 dcbf3537465bf3c2f007b47cfd1a82e2 22564 lisp optional cl-lml2_1.6.6-2_all.deb

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

iEYEARECAAYFAkp1S6gACgkQES7N8sSjgj7M/QCfVPivLQwHbWmBxqDf+oXPCFQ0
SqkAnjxbZjv9sqDgPWqhu+F3kojHAtqM
=VSOd
-END PGP SIGNATURE-


Accepted:
cl-lml2_1.6.6-2.diff.gz
  to pool/main/c/cl-lml2/cl-lml2_1.6.6-2.diff.gz
cl-lml2_1.6.6-2.dsc
  to pool/main/c/cl-lml2/cl-lml2_1.6.6-2.dsc
cl-lml2_1.6.6-2_all.deb
  to pool/main/c/cl-lml2/cl-lml2_1.6.6-2_all.deb


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



Accepted cl-modlisp 0.6-4 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 02:10:35 -0600
Source: cl-modlisp
Binary: cl-modlisp
Architecture: source all
Version: 0.6-4
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-modlisp - Common Lisp interface to the Apache mod-lisp module
Changes: 
 cl-modlisp (0.6-4) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 f6cd7532e012fcbc92bd4d6c2c0c5dbf3cd61ef0 994 cl-modlisp_0.6-4.dsc
 56f9a497f51b3ba8ac3225c00a431e50fc31ba36 2591 cl-modlisp_0.6-4.diff.gz
 3522fbe883c1964818f3e543b41f64977dcb30ce 10164 cl-modlisp_0.6-4_all.deb
Checksums-Sha256: 
 08fe8b59b47905fddb9f00f498898f8f4b6d6126965221fa6b26e2262695e893 994 
cl-modlisp_0.6-4.dsc
 f8fcc14c884affa4deb800349b6ae0dc4e41fdde25a083c1a12eaa15cb3708f2 2591 
cl-modlisp_0.6-4.diff.gz
 75386e51be2026ac4c6bf7b37a5c46eee60a555b199fd2a91540c09a9af2ea89 10164 
cl-modlisp_0.6-4_all.deb
Files: 
 3e169f655d13be491191c416337471e3 994 lisp optional cl-modlisp_0.6-4.dsc
 2df6e40f7d1317570a2a791b5c9dc61b 2591 lisp optional cl-modlisp_0.6-4.diff.gz
 d3fbb7716dbaee375e76d7eb44c831f8 10164 lisp optional cl-modlisp_0.6-4_all.deb

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

iEYEARECAAYFAkp1SjsACgkQES7N8sSjgj5HtACePyWK2BSXslDEbuU7wWxyf5LC
uLAAn2Fc8pR9EGEUMmrK2xpZmHiIdiZ/
=RfUx
-END PGP SIGNATURE-


Accepted:
cl-modlisp_0.6-4.diff.gz
  to pool/main/c/cl-modlisp/cl-modlisp_0.6-4.diff.gz
cl-modlisp_0.6-4.dsc
  to pool/main/c/cl-modlisp/cl-modlisp_0.6-4.dsc
cl-modlisp_0.6-4_all.deb
  to pool/main/c/cl-modlisp/cl-modlisp_0.6-4_all.deb


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



Accepted midori 0.1.8-1 (source i386)

2009-08-02 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 09:07:30 -0700
Source: midori
Binary: midori midori-dbg
Architecture: source i386
Version: 0.1.8-1
Distribution: unstable
Urgency: low
Maintainer: Ryan Niebur ryanrya...@gmail.com
Changed-By: Ryan Niebur ryanrya...@gmail.com
Description: 
 midori - fast, lightweight graphical web browser
 midori-dbg - fast, lightweight graphical web browser (debug symbols)
Changes: 
 midori (0.1.8-1) unstable; urgency=low
 .
   * New Upstream Version
 - refresh patches
 - enable tests
 - update debian/copyright
   * Debian Policy 3.8.2
Checksums-Sha1: 
 5492a9074022ed157569baebd496d96b54afd7b7 1511 midori_0.1.8-1.dsc
 d4e27342b90bf880487e8ee19ce5f3d25f104247 728553 midori_0.1.8.orig.tar.gz
 ee1e21d01ca741beb24a2a24742e01feba7ba333 11174 midori_0.1.8-1.diff.gz
 5a3eb865fe569cc4f068bc2af06a2dead4cfa2dc 601080 midori_0.1.8-1_i386.deb
 aa1972e6aa40d72cd335846b26ec39601d63fa4a 507698 midori-dbg_0.1.8-1_i386.deb
Checksums-Sha256: 
 a979e1728b9cca348ebec305a1aaf5645ce01c195bcb0a2f9dd5564871f537b9 1511 
midori_0.1.8-1.dsc
 ad6d5c1b8aa5da33f9ed0071051adf6cd8512f024a22dbb11b818ee46b8f1af2 728553 
midori_0.1.8.orig.tar.gz
 955f798df1e1b32fbef342b073bfd3ad59f706b7c0f7d11f7a4731a19828be18 11174 
midori_0.1.8-1.diff.gz
 040123c82f4f268c4a299cfaafc549996941f308ab95ba3bf240aba84fb66947 601080 
midori_0.1.8-1_i386.deb
 b398872d3e59657d23053be5d67ab95c0d93f0691c44d7edb3ebaeac6f197adb 507698 
midori-dbg_0.1.8-1_i386.deb
Files: 
 b0433037472eeb70756ea21237c39184 1511 web optional midori_0.1.8-1.dsc
 50c4688c0cfe6c1416942c327bce8abf 728553 web optional midori_0.1.8.orig.tar.gz
 51aef6914009e9591fe0fd245912628b 11174 web optional midori_0.1.8-1.diff.gz
 d3f67ed8b5cf55a691df5e68e3c819f7 601080 web optional midori_0.1.8-1_i386.deb
 bab4ee84441fcc0751e2a11e3e2b17db 507698 debug extra midori-dbg_0.1.8-1_i386.deb

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

iEYEARECAAYFAkp1TzgACgkQMihv+PacasUlJgCfbLYqHVwDAAnG+o3EaIhrULi2
oWAAoNbQzsjH3XQMRaWiPUI+7RfujxQH
=ZdJQ
-END PGP SIGNATURE-


Accepted:
midori-dbg_0.1.8-1_i386.deb
  to pool/main/m/midori/midori-dbg_0.1.8-1_i386.deb
midori_0.1.8-1.diff.gz
  to pool/main/m/midori/midori_0.1.8-1.diff.gz
midori_0.1.8-1.dsc
  to pool/main/m/midori/midori_0.1.8-1.dsc
midori_0.1.8-1_i386.deb
  to pool/main/m/midori/midori_0.1.8-1_i386.deb
midori_0.1.8.orig.tar.gz
  to pool/main/m/midori/midori_0.1.8.orig.tar.gz


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



Accepted tzsetup 1:0.26 (source all)

2009-08-02 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 10:42:41 +0200
Source: tzsetup
Binary: tzsetup-udeb
Architecture: source all
Version: 1:0.26
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Frans Pop f...@debian.org
Description: 
 tzsetup-udeb - choose time zone (udeb)
Changes: 
 tzsetup (1:0.26) unstable; urgency=low
 .
   * Also test that time/zone is not empty in post-base-installer script.
 See #538344.
   * Change Priority to optional since udeb gets pulled in by clock-setup
 and is not functional by itself.
 .
   [ Updated translations ]
   * Hindi (hi.po)
   * Italian (it.po) by Milo Casagrande
Checksums-Sha1: 
 63a11d3ff7af155d97ff343b2cb01ee2dffeec7e 936 tzsetup_0.26.dsc
 f93cf25c38038a82ae636c9db1923ef139250528 102106 tzsetup_0.26.tar.gz
 5469310037f8294d01f06365b2aca3f27f5453ae 59786 tzsetup-udeb_0.26_all.udeb
Checksums-Sha256: 
 b10988812c9dbf9983d31f0ed5515f40e00f3c12ce83f4ab7f7647946d254221 936 
tzsetup_0.26.dsc
 ba830c86bb33cb6ebadc36153807a8b8084598739de6fe95155bbead5c7900b3 102106 
tzsetup_0.26.tar.gz
 4bb5dd3dfe4648c8e1df0ae34456f723d96ca895c9d435005fd413f9bae13ffc 59786 
tzsetup-udeb_0.26_all.udeb
Files: 
 9d99c1f17b5f7a9be34bf269f72587e7 936 debian-installer optional tzsetup_0.26.dsc
 106e122ffa3d444ec47eac1774543ea3 102106 debian-installer optional 
tzsetup_0.26.tar.gz
 a86ed260fe5f7c0b7eab9cc3bf2fee94 59786 debian-installer optional 
tzsetup-udeb_0.26_all.udeb
Package-Type: udeb

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

iEYEARECAAYFAkp1UbYACgkQgm/Kwh6ICoS4zgCcDXbjvaYLZS2antcqOgV23HyA
FpMAnj3QV/COWIWurGMDMisbs+0BujRv
=ofHl
-END PGP SIGNATURE-


Accepted:
tzsetup-udeb_0.26_all.udeb
  to pool/main/t/tzsetup/tzsetup-udeb_0.26_all.udeb
tzsetup_0.26.dsc
  to pool/main/t/tzsetup/tzsetup_0.26.dsc
tzsetup_0.26.tar.gz
  to pool/main/t/tzsetup/tzsetup_0.26.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 alarm-clock 1.2.1-1 (source i386)

2009-08-02 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 01:40:45 -0700
Source: alarm-clock
Binary: alarm-clock
Architecture: source i386
Version: 1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Ryan Niebur ryanrya...@gmail.com
Changed-By: Ryan Niebur ryanrya...@gmail.com
Description: 
 alarm-clock - Alarm Clock for GTK Environments
Closes: 537791 537793
Changes: 
 alarm-clock (1.2.1-1) unstable; urgency=low
 .
   * New Upstream Version
 - fixes simple counters (Closes: #537791)
   * patch to fix the autostart exec path (Closes: #537793)
Checksums-Sha1: 
 11c2ae8d80515b41afa453468aa39d1b3f79cabc 1272 alarm-clock_1.2.1-1.dsc
 71497d5b7cdf961df1fd467794375a0c48372f1e 1048582 alarm-clock_1.2.1.orig.tar.gz
 2425e3bb681a83008c24d1fc6c37709cdc10f721 8065 alarm-clock_1.2.1-1.diff.gz
 07e5b1c0ee0e1efab55d61a6613e6e0ca8bcedd2 614746 alarm-clock_1.2.1-1_i386.deb
Checksums-Sha256: 
 03cd8c93b04d9fbc1fce91611326c9ffc6914d7fedcc8e0b2323c2f187e5401b 1272 
alarm-clock_1.2.1-1.dsc
 21f711da4b7bbdf195ae185575f89b48b18341befa8560108d1f493aa1ccb6b6 1048582 
alarm-clock_1.2.1.orig.tar.gz
 4a581993fcf04765ea29643f7ed69b0b699a30bc50d3880aa24dfc8d7b8139b4 8065 
alarm-clock_1.2.1-1.diff.gz
 eae30998ba5210645d9a93e61a443a11de4f3cd45d2797c8263981db445b1541 614746 
alarm-clock_1.2.1-1_i386.deb
Files: 
 893fff18c9bd267368ca9002a5b68c16 1272 utils optional alarm-clock_1.2.1-1.dsc
 f8e81ded5bedc59a2b62224f09fa13ed 1048582 utils optional 
alarm-clock_1.2.1.orig.tar.gz
 c9d9908e7b176d74e5b234b7c6752481 8065 utils optional 
alarm-clock_1.2.1-1.diff.gz
 f20eba4231ae88e53c8e44420fa40c4f 614746 utils optional 
alarm-clock_1.2.1-1_i386.deb

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

iEYEARECAAYFAkp1U1AACgkQMihv+PacasUsVACcCL3aoLeMEslYXUEFcqC2w45D
Mc8AoJTXKBuOJGYZbdKM1oD08fF7fYFx
=0E32
-END PGP SIGNATURE-


Accepted:
alarm-clock_1.2.1-1.diff.gz
  to pool/main/a/alarm-clock/alarm-clock_1.2.1-1.diff.gz
alarm-clock_1.2.1-1.dsc
  to pool/main/a/alarm-clock/alarm-clock_1.2.1-1.dsc
alarm-clock_1.2.1-1_i386.deb
  to pool/main/a/alarm-clock/alarm-clock_1.2.1-1_i386.deb
alarm-clock_1.2.1.orig.tar.gz
  to pool/main/a/alarm-clock/alarm-clock_1.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 cl-irc-logger 0.9.4-2 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 03:30:54 -0600
Source: cl-irc-logger
Binary: cl-irc-logger
Architecture: source all
Version: 0.9.4-2
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-irc-logger - Internet Relay Channel Logger
Changes: 
 cl-irc-logger (0.9.4-2) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 92374f5361ee662249fc8c5bb3efe51f31e86309 1074 cl-irc-logger_0.9.4-2.dsc
 dd497b03d23a5489249b03db2154d7f00066ef47 2565 cl-irc-logger_0.9.4-2.diff.gz
 489575fc970506046e79953c97afe49117ee4a1b 11236 cl-irc-logger_0.9.4-2_all.deb
Checksums-Sha256: 
 5a927cfdc3e9bbaacd7c98078d8dcc6481290ea43ca0924f7ea2a8e9acd4a2b7 1074 
cl-irc-logger_0.9.4-2.dsc
 989cf07a1bea066071669cc9b3ca92cac80cbccbea194a26cff92d5781bdfb14 2565 
cl-irc-logger_0.9.4-2.diff.gz
 8d5464616105aa5c64c71548bece9d7bd8f3fb831895ba3aa6e545ccf2798d3d 11236 
cl-irc-logger_0.9.4-2_all.deb
Files: 
 3b8b3f6a84c0c98dd2d315425f90a349 1074 lisp optional cl-irc-logger_0.9.4-2.dsc
 70c3e2946b2874f14d65171a89f69dac 2565 lisp optional 
cl-irc-logger_0.9.4-2.diff.gz
 b6529df1ae5db1582f1327cc0dcb2f10 11236 lisp optional 
cl-irc-logger_0.9.4-2_all.deb

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

iEYEARECAAYFAkp1XXwACgkQES7N8sSjgj5N9gCfWQqJ57zLOjKZcAwSo6BAQ5BS
7egAn1X6fjxq8K6Gnu5Ykt+s+MlOodHQ
=HTr+
-END PGP SIGNATURE-


Accepted:
cl-irc-logger_0.9.4-2.diff.gz
  to pool/main/c/cl-irc-logger/cl-irc-logger_0.9.4-2.diff.gz
cl-irc-logger_0.9.4-2.dsc
  to pool/main/c/cl-irc-logger/cl-irc-logger_0.9.4-2.dsc
cl-irc-logger_0.9.4-2_all.deb
  to pool/main/c/cl-irc-logger/cl-irc-logger_0.9.4-2_all.deb


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



Accepted btrfs-tools 0.19-3 (source i386)

2009-08-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 12:08:49 +0200
Source: btrfs-tools
Binary: btrfs-tools
Architecture: source i386
Version: 0.19-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 btrfs-tools - Checksumming Copy on Write Filesystem
Closes: 539433
Changes: 
 btrfs-tools (0.19-3) unstable; urgency=low
 .
   * Minimizing rules file.
   * Adding patch from Luca Bruno lu...@debian.org to properly cast and
 avoiding compiler warnings. Fixes FTBFS on alpha and ia64 (Closes:
 #539433).
Checksums-Sha1: 
 29b44aa0699704dcc7bf93c080dfb3e913b91a37 1181 btrfs-tools_0.19-3.dsc
 a4f149e1a27fcf8ae088d6c0476344a84fe55b31 4049 btrfs-tools_0.19-3.diff.gz
 620ff60f4848b2e36d7169e501aaddd53e2c8db7 538428 btrfs-tools_0.19-3_i386.deb
Checksums-Sha256: 
 09e15c2cecac6d02313d3e65850c1038b0379d53f4742929d001c109edc1a9e1 1181 
btrfs-tools_0.19-3.dsc
 e68058e4a604bb60c3dfea5c6f75790e3beb260956026e3a7903680cd6e73526 4049 
btrfs-tools_0.19-3.diff.gz
 5ba7adca3b9719d44da70af408d587c9a53b4adf4d47995feca755654643a6d7 538428 
btrfs-tools_0.19-3_i386.deb
Files: 
 919e6da1ef3c61c54f978925d9e73bb6 1181 admin optional btrfs-tools_0.19-3.dsc
 273bae24759b864888f4115eccffadbb 4049 admin optional btrfs-tools_0.19-3.diff.gz
 06401b7ea47646780aac59b0af82923f 538428 admin optional 
btrfs-tools_0.19-3_i386.deb

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

iEYEARECAAYFAkp1ZeoACgkQ+C5cwEsrK56myQCeI5jBRfN977x0je0tIA8B0mk0
5NwAn2YACboiBpF/SAT5oPeUmaFqULsK
=zywS
-END PGP SIGNATURE-


Accepted:
btrfs-tools_0.19-3.diff.gz
  to pool/main/b/btrfs-tools/btrfs-tools_0.19-3.diff.gz
btrfs-tools_0.19-3.dsc
  to pool/main/b/btrfs-tools/btrfs-tools_0.19-3.dsc
btrfs-tools_0.19-3_i386.deb
  to pool/main/b/btrfs-tools/btrfs-tools_0.19-3_i386.deb


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



Accepted cl-hyperobject 2.11.0-2 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 04:24:10 -0600
Source: cl-hyperobject
Binary: cl-hyperobject
Architecture: source all
Version: 2.11.0-2
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-hyperobject - Common Lisp library for hyperobjects
Changes: 
 cl-hyperobject (2.11.0-2) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 463e42dff5069f69f797ff633f7e17cb47002980 1088 cl-hyperobject_2.11.0-2.dsc
 0d54071e81910375bf93843e93dd8133378dd762 4063 cl-hyperobject_2.11.0-2.diff.gz
 a7fbe2edef62e756316d34591cb94321c1da80fb 22442 cl-hyperobject_2.11.0-2_all.deb
Checksums-Sha256: 
 72a9a084ec778e065d379fb25c8ec3600246ecdca02e6eab2e8041c9b1edb0bf 1088 
cl-hyperobject_2.11.0-2.dsc
 c318e40c28f23ca0281a609cf0deae96a33cbe16db37d7d63d265b8b1a070727 4063 
cl-hyperobject_2.11.0-2.diff.gz
 073df0a88c9254eb12fec496b0e067c11e07420080fa5d3295f13f9dcf2ae8da 22442 
cl-hyperobject_2.11.0-2_all.deb
Files: 
 afcc4d279d0a97aa9ac95f0982acdaf9 1088 lisp optional cl-hyperobject_2.11.0-2.dsc
 2ff4f71341271f43622742a68cd0f4f2 4063 lisp optional 
cl-hyperobject_2.11.0-2.diff.gz
 c4eb386ebabdaac9e99301176445fe4d 22442 lisp optional 
cl-hyperobject_2.11.0-2_all.deb

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

iEYEARECAAYFAkp1aakACgkQES7N8sSjgj7GvACff4kVwpaFzS5bj/K6LheKbt5H
NbQAoJKe8bnP4E7Cy4Gk05wph2HwDB6n
=BWa5
-END PGP SIGNATURE-


Accepted:
cl-hyperobject_2.11.0-2.diff.gz
  to pool/main/c/cl-hyperobject/cl-hyperobject_2.11.0-2.diff.gz
cl-hyperobject_2.11.0-2.dsc
  to pool/main/c/cl-hyperobject/cl-hyperobject_2.11.0-2.dsc
cl-hyperobject_2.11.0-2_all.deb
  to pool/main/c/cl-hyperobject/cl-hyperobject_2.11.0-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 emboss 6.1.0-2 (source all amd64)

2009-08-02 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Aug 2009 10:26:26 +0900
Source: emboss
Binary: emboss emboss-data emboss-doc emboss-test emboss-lib jemboss libajax6 
libajax6-dev libnucleus6 libnucleus6-dev
Architecture: source all amd64
Version: 6.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 emboss - the european molecular biology open software suite
 emboss-data - data files for the EMBOSS package
 emboss-doc - documentation for EMBOSS
 emboss-lib - EMBOSS Libraries
 emboss-test - test files for the EMBOSS package
 jemboss- graphical user interface to EMBOSS
 libajax6   - EMBOSS library for commands
 libajax6-dev - development files for libajax
 libnucleus6 - EMBOSS library for molecular sequence analysis
 libnucleus6-dev - development files for libnucleus
Changes: 
 emboss (6.1.0-2) unstable; urgency=low
 .
   * New upstream patch (patch-1-1):
 - Fix feature specification problems in Jemboss.
 - Use version number to point to documentation URLs
 - Remove standalone option from server script.
 - Correct FASTQ input searching for '@' to start next sequence
 - Standardize FASTQ sequence formats with other OpenBio projects
 - Correct issues in igstrict, genpept and refseqp formats
   * debian/control:
 - Incremented Standards-Version to reflect conformance with Policy 3.8.2
   (no changes needed).
   * debian/copyright.introduction:
 - Use symbolic links to refer to relevant versions of the GNU licenses.
Checksums-Sha1: 
 754fb08af85518d2b0c3e5599bfd140c510aa5c0 1614 emboss_6.1.0-2.dsc
 81d9a9002f6bf14f46ea373f09762fe7262df7d3 262214 emboss_6.1.0-2.diff.gz
 2113b728de7aa3da2d78d11f0944d1198d4ea202 833048 emboss-data_6.1.0-2_all.deb
 a6a7af9d07f7753b8cffec16f37b35ea62eaa89d 5271642 emboss-doc_6.1.0-2_all.deb
 b914c03448255e0273edfa8bb2ab3b952ed85956 5822160 emboss-test_6.1.0-2_all.deb
 407014ed61ab1210dfa53da730bfe2bdd9ae1b28 4572590 jemboss_6.1.0-2_all.deb
 f755dc12afac02223551b92a0c7c2101afa9202a 915766 emboss_6.1.0-2_amd64.deb
 c495891fed4dd01db5fd77b7fc14179280dcd7d5 436528 emboss-lib_6.1.0-2_amd64.deb
 5003d04d0568a24012841f20259bca4a213ee6f6 869062 libajax6_6.1.0-2_amd64.deb
 7489dabb81cffda255547fb528c58f72bb51ac7d 995498 libajax6-dev_6.1.0-2_amd64.deb
 350a44bc56a088e1a528ce6a5a9ab77e157888eb 210536 libnucleus6_6.1.0-2_amd64.deb
 ddb58d037d928d4dc86ecc646ce60eb3522cceae 227526 
libnucleus6-dev_6.1.0-2_amd64.deb
Checksums-Sha256: 
 e34bb5b8c7634592750197dab868a45db999219c261acb4e0e0a41c778dc95c7 1614 
emboss_6.1.0-2.dsc
 714e16c0219f8abb7eee40094c2fe1944e1f32c73fae75b63be8af66ab7c8cd2 262214 
emboss_6.1.0-2.diff.gz
 401b2bc8ccda22d5607174760ce3928e08b6a5606406a522cc4fb519e2ca0a65 833048 
emboss-data_6.1.0-2_all.deb
 20d589ee620d5b75ed4c620037c9bf1e309854c305213cf26c76dc3e047dd7a1 5271642 
emboss-doc_6.1.0-2_all.deb
 394070e7712a4789eeeffb554d1d42aff8994e53a1ea6c2fc7d091a160f6ab9c 5822160 
emboss-test_6.1.0-2_all.deb
 5e81c8d7efb124950275825f4a2ef2e43975282d892861e40fa46e9fb79c863f 4572590 
jemboss_6.1.0-2_all.deb
 ff95299cca210731eb2bdb131b8d91d0035a1d7718fdfc6a776b37c55cc96b18 915766 
emboss_6.1.0-2_amd64.deb
 34de4a26d1c3c62aed78b7627b5a1cddc906122468509ec115fb356e570be975 436528 
emboss-lib_6.1.0-2_amd64.deb
 745064cc21ab66b39323140b3940c0609f7681f2ea9d67afe1e9af7072c8a809 869062 
libajax6_6.1.0-2_amd64.deb
 91f72db70d035cb263a156af364696d68972e12c945b6e625da6fbc54d527985 995498 
libajax6-dev_6.1.0-2_amd64.deb
 a49e1760afe55ef480dd6affc434fff1e150165a38728029ec07534766e0ab65 210536 
libnucleus6_6.1.0-2_amd64.deb
 fa72fbff82e2c1e2c3fd5b08fc4f622365b68243165b65b15874864cb854b87b 227526 
libnucleus6-dev_6.1.0-2_amd64.deb
Files: 
 1ba2780393b1a0cdf4df60c95012586d 1614 science optional emboss_6.1.0-2.dsc
 46f0f9ef408338927d5e0f58e4ceeb14 262214 science optional emboss_6.1.0-2.diff.gz
 78110d832f6abceb7d42607197048f3f 833048 science optional 
emboss-data_6.1.0-2_all.deb
 971ab48fa5c5ac8529b2460607df581f 5271642 doc optional 
emboss-doc_6.1.0-2_all.deb
 0dc92f274e6f5303783c4ea5094449f9 5822160 misc optional 
emboss-test_6.1.0-2_all.deb
 29cab2682a76eca195a17f3f96ecf3ea 4572590 science optional 
jemboss_6.1.0-2_all.deb
 16bf295765ebd7bb9ec7ea06d162f1f1 915766 science optional 
emboss_6.1.0-2_amd64.deb
 19cb71a2d6f669d389e440383ae361b7 436528 libs optional 
emboss-lib_6.1.0-2_amd64.deb
 a97e92a112583d7b3854738c893adfef 869062 libs optional 
libajax6_6.1.0-2_amd64.deb
 d9b0d811a08c8ecf62f6e63cb71a9235 995498 libdevel optional 
libajax6-dev_6.1.0-2_amd64.deb
 9c9dd4baf388756de587363b1af7e95f 210536 libs optional 
libnucleus6_6.1.0-2_amd64.deb
 9a2ab0f0e106bef717b7f05b89a9d59b 227526 libdevel optional 
libnucleus6-dev_6.1.0-2_amd64.deb

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

iEYEARECAAYFAkp1brYACgkQdYl1krr+x/KqoACfQ2h6jXz1kmg9vZ9sQIPvz4UX
5A0AniijhnrMnP6anScmgRgQmfCDEpyH
=rTIe

Accepted libcdaudio 0.99.12p2-8 (source i386)

2009-08-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 12:37:50 +0200
Source: libcdaudio
Binary: libcdaudio1 libcdaudio-dev libcdaudio-dbg
Architecture: source i386
Version: 0.99.12p2-8
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 libcdaudio-dbg - library for controlling a CD-ROM when playing audio CDs 
(debug)
 libcdaudio-dev - library for controlling a CD-ROM when playing audio CDs 
(developm
 libcdaudio1 - library for controlling a CD-ROM when playing audio CDs
Changes: 
 libcdaudio (0.99.12p2-8) unstable; urgency=low
 .
   * Updating section of the debug package.
   * Renaming manpages subdirectory to more common name.
   * Using correct rfc-2822 date formats in changelog.
   * Updating package to standards version 3.8.2.
   * Adding misc depends.
   * Updating year in copyright file.
   * Using quilt rather than dpatch.
   * Minimizing rules file.
Checksums-Sha1: 
 a3473f9f1be601b00a65bed1b42f89ae90f89e79 1210 libcdaudio_0.99.12p2-8.dsc
 25c1f887a9e10bc86f9ea2a5887b7f5d38687cb2 4924 libcdaudio_0.99.12p2-8.diff.gz
 f0e310a31737ee1b6b36185f11767d197b9a512f 44632 libcdaudio1_0.99.12p2-8_i386.deb
 4e59d92d9cdcce4142e19bdb15894c75c5e2b54a 48236 
libcdaudio-dev_0.99.12p2-8_i386.deb
 067672dfdd1b1de701bb3767976b78494673a2cf 47752 
libcdaudio-dbg_0.99.12p2-8_i386.deb
Checksums-Sha256: 
 4d9a9fc5605dff599fdd9c627745879cd6d92df294d8d6aaba7d3cf40ecfc32d 1210 
libcdaudio_0.99.12p2-8.dsc
 8717a4cef3a1ea59a96c56f9b365d3b121a09c7ed17e9098bedc5f2dd28ffdb9 4924 
libcdaudio_0.99.12p2-8.diff.gz
 9c647eb475458ffe095bbd1cd464443e6c61209e7e8c19baae7dadb08e0db69f 44632 
libcdaudio1_0.99.12p2-8_i386.deb
 409e278a32e6fa03815be2d8fda80330aa14e7c4db9453f3fad259d135c2ea1c 48236 
libcdaudio-dev_0.99.12p2-8_i386.deb
 36c88fef652a661363010781bd89a23478251d47ddd55bf8a8e5dab74e3ddeba 47752 
libcdaudio-dbg_0.99.12p2-8_i386.deb
Files: 
 94d0e5df42ff4b05256eb923a0e47d91 1210 libs optional libcdaudio_0.99.12p2-8.dsc
 f80bb808cbaecf9404ebea5c200a9479 4924 libs optional 
libcdaudio_0.99.12p2-8.diff.gz
 24e222b3a1d0df2e28c75476090fe56f 44632 libs optional 
libcdaudio1_0.99.12p2-8_i386.deb
 0046d5c0f7a4557c1775d078fab1877b 48236 libdevel optional 
libcdaudio-dev_0.99.12p2-8_i386.deb
 4b49af2f8fdfabdf6c58a68ff09228c2 47752 debug extra 
libcdaudio-dbg_0.99.12p2-8_i386.deb

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

iEYEARECAAYFAkp1bKQACgkQ+C5cwEsrK576YgCgwwMunLLn6TfpFgrRQDpFLPlf
OnMAoMvoYzguahBCDHW2kQEzGtFZZe5M
=nq/D
-END PGP SIGNATURE-


Accepted:
libcdaudio-dbg_0.99.12p2-8_i386.deb
  to pool/main/libc/libcdaudio/libcdaudio-dbg_0.99.12p2-8_i386.deb
libcdaudio-dev_0.99.12p2-8_i386.deb
  to pool/main/libc/libcdaudio/libcdaudio-dev_0.99.12p2-8_i386.deb
libcdaudio1_0.99.12p2-8_i386.deb
  to pool/main/libc/libcdaudio/libcdaudio1_0.99.12p2-8_i386.deb
libcdaudio_0.99.12p2-8.diff.gz
  to pool/main/libc/libcdaudio/libcdaudio_0.99.12p2-8.diff.gz
libcdaudio_0.99.12p2-8.dsc
  to pool/main/libc/libcdaudio/libcdaudio_0.99.12p2-8.dsc


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



Accepted cl-getopt 1.2.0-2 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 04:30:20 -0600
Source: cl-getopt
Binary: cl-getopt
Architecture: source all
Version: 1.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-getopt  - Common Lisp utility for command-line processing
Changes: 
 cl-getopt (1.2.0-2) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
   Add Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 74e64745e528341666d4adedcd1c543d4a8f3b3e 1034 cl-getopt_1.2.0-2.dsc
 44017dcbbb0566c483186e8d51c1766db610d7e9 2412 cl-getopt_1.2.0-2.diff.gz
 258b5712835e0d2a40d520a4778e5430f3dcec99 5724 cl-getopt_1.2.0-2_all.deb
Checksums-Sha256: 
 0d33a9e74357b645527cc83402c4de7a7c965580fc400467785c0d2bc97c2d85 1034 
cl-getopt_1.2.0-2.dsc
 d685eab893fea40984154b8c277b13e2bbe69461f4953359cbec94b77ff629a2 2412 
cl-getopt_1.2.0-2.diff.gz
 eb904fced2b408848644b14cd55e35c690b298957c7e521f3c7765f7d9defbdc 5724 
cl-getopt_1.2.0-2_all.deb
Files: 
 d85624af00b68fb7a05f63edec127971 1034 lisp optional cl-getopt_1.2.0-2.dsc
 6a68dd4438e6b93f6c0b81ce8af27e9e 2412 lisp optional cl-getopt_1.2.0-2.diff.gz
 4ed11768c6b5d32c458f5d8f3c015e20 5724 lisp optional cl-getopt_1.2.0-2_all.deb

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

iEYEARECAAYFAkp1avQACgkQES7N8sSjgj7TFQCZAV4XdfIocyv4FtzPPmB9rx3r
WrsAnjUUx9bP7OLdjfMoYs95OH39sJ6O
=13JB
-END PGP SIGNATURE-


Accepted:
cl-getopt_1.2.0-2.diff.gz
  to pool/main/c/cl-getopt/cl-getopt_1.2.0-2.diff.gz
cl-getopt_1.2.0-2.dsc
  to pool/main/c/cl-getopt/cl-getopt_1.2.0-2.dsc
cl-getopt_1.2.0-2_all.deb
  to pool/main/c/cl-getopt/cl-getopt_1.2.0-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 gnupg-pkcs11-scd 0.06-5 (source i386)

2009-08-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 12:24:38 +0200
Source: gnupg-pkcs11-scd
Binary: gnupg-pkcs11-scd gnupg-pkcs11-scd-dbg
Architecture: source i386
Version: 0.06-5
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 gnupg-pkcs11-scd - GnuPG smart-card daemon with PKCS#11 support
 gnupg-pkcs11-scd-dbg - GnuPG smart-card daemon with PKCS#11 support (debug)
Changes: 
 gnupg-pkcs11-scd (0.06-5) unstable; urgency=low
 .
   * Replacing obsolete dh_clean -k with dh_prep.
   * Updating section of the debug package.
   * Prefixing debhelper files with package name.
   * Upgrading package to standards version 3.8.2.
   * Updating year in copyright file.
   * Minimizing rules file.
   * Adding misc depends.
   * Using correct rfc-2822 date formats in changelog.
Checksums-Sha1: 
 24202303a1529b909f3425e6ad362ff4eb617a7f 1315 gnupg-pkcs11-scd_0.06-5.dsc
 8e478efcf69ae237f5b4800625e164d238293721 2236 gnupg-pkcs11-scd_0.06-5.diff.gz
 67e2c6e90a490517b33eecfef76ae7e330e18285 4880 gnupg-pkcs11-scd_0.06-5_i386.deb
 dc57781c54c2338b11024dc9cc64d937a8d3e661 3938 
gnupg-pkcs11-scd-dbg_0.06-5_i386.deb
Checksums-Sha256: 
 3b449758dd873c0f0f6af878d09b775110f170e2400bbf8229793fa367fd6923 1315 
gnupg-pkcs11-scd_0.06-5.dsc
 41ac98442e23850442257884d95a9e6796f92c263abe5d22f256120ea15ff3d5 2236 
gnupg-pkcs11-scd_0.06-5.diff.gz
 c581bd34bcb3e9dd3f989dd0c4f4d04ee89ec0a370b9fe32831cf398b7b7e9a4 4880 
gnupg-pkcs11-scd_0.06-5_i386.deb
 9d2d0f27c353a7b7a8489bd239cb4856ccf24afb27ba2dd8b0bf468f6293b431 3938 
gnupg-pkcs11-scd-dbg_0.06-5_i386.deb
Files: 
 99ece6838493f7b9d53c6d03cbb17480 1315 utils optional 
gnupg-pkcs11-scd_0.06-5.dsc
 3fe9e8a4fb0c9735fb1900595259f7df 2236 utils optional 
gnupg-pkcs11-scd_0.06-5.diff.gz
 d2d29e005baaacbf4948e451d219199f 4880 utils optional 
gnupg-pkcs11-scd_0.06-5_i386.deb
 b25b3d2d07e8f2f14fd2eb7028647bf8 3938 debug extra 
gnupg-pkcs11-scd-dbg_0.06-5_i386.deb

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

iEYEARECAAYFAkp1ab4ACgkQ+C5cwEsrK56ASwCfe7Wwam8fdYWnNMpsyeiaUvzB
teQAnA6V1ndfBjk5VeHc6gU0FTJasEZJ
=JkL1
-END PGP SIGNATURE-


Accepted:
gnupg-pkcs11-scd-dbg_0.06-5_i386.deb
  to pool/main/g/gnupg-pkcs11-scd/gnupg-pkcs11-scd-dbg_0.06-5_i386.deb
gnupg-pkcs11-scd_0.06-5.diff.gz
  to pool/main/g/gnupg-pkcs11-scd/gnupg-pkcs11-scd_0.06-5.diff.gz
gnupg-pkcs11-scd_0.06-5.dsc
  to pool/main/g/gnupg-pkcs11-scd/gnupg-pkcs11-scd_0.06-5.dsc
gnupg-pkcs11-scd_0.06-5_i386.deb
  to pool/main/g/gnupg-pkcs11-scd/gnupg-pkcs11-scd_0.06-5_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 ghostscript 8.70~dfsg-1 (source all amd64)

2009-08-02 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 02 Aug 2009 12:05:15 +0200
Source: ghostscript
Binary: ghostscript gs-esp gs-gpl gs-common ghostscript-cups ghostscript-x 
ghostscript-doc libgs8 libgs-dev
Architecture: source all amd64
Version: 8.70~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) mha...@debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 ghostscript - The GPL Ghostscript PostScript/PDF interpreter
 ghostscript-cups - The GPL Ghostscript PostScript/PDF interpreter - CUPS 
filters
 ghostscript-doc - The GPL Ghostscript PostScript/PDF interpreter - 
Documentation
 ghostscript-x - The GPL Ghostscript PostScript/PDF interpreter - X Display 
suppor
 gs-common  - Dummy package depending on ghostscript
 gs-esp - Transitional package
 gs-gpl - Transitional package
 libgs-dev  - The Ghostscript PostScript Library - Development Files
 libgs8 - The Ghostscript PostScript/PDF interpreter Library
Changes: 
 ghostscript (8.70~dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * Strip unneeded subdirs zlib, jasper, libpng to simplify build and
 licensing tracking.
   * Drop patches 0001 and 0002 now included upstream.
   * Simplify configure and cleanup (autoconf update no longer needed).
   * Bump main license to GPL-3+ (from GPL-2+) in debian/copyright.
   * Fix licensing of escv driver (GPL), and bump copyright year.
   * Update package-relations.mk: Cleanup unversioned+versioned
 dependency mix. Improve whitespace cleanup. Rewrite and silence
 applying dependencies.
   * Update symbols file.
Checksums-Sha1: 
 2d7d776b6e4830ee7e33881d6345b7b43e9cf30d 1759 ghostscript_8.70~dfsg-1.dsc
 6ab52aa6a4dac268441fcb5d41a40c310ab6 10318716 
ghostscript_8.70~dfsg.orig.tar.gz
 5e09f0972e5efb18c6d8686891ee0ddf31f845a9 134734 ghostscript_8.70~dfsg-1.diff.gz
 65401b4ba074090396ddf9ab0bcb84230a2047c0 42002 gs-esp_8.70~dfsg-1_all.deb
 b2e6b524af3258d925af4570c24a39e0eef1dd5f 42006 gs-gpl_8.70~dfsg-1_all.deb
 70f5ccda61d7a7e918330f70c57925120b746a7c 42038 gs-common_8.70~dfsg-1_all.deb
 a4a8dd55d73c44f200dd7b292f0d1b11c5ad79b0 3055662 
ghostscript-doc_8.70~dfsg-1_all.deb
 9e12a8f9a617d4d6447cc5564d8e377c4b79505a 770210 
ghostscript_8.70~dfsg-1_amd64.deb
 870555eb8f416cdb3d7bd7f9dd0fe4f3ccd2c165 56700 
ghostscript-cups_8.70~dfsg-1_amd64.deb
 b0ff42c4aeed31af84c145fdf0fd2aab12c517c8 76188 
ghostscript-x_8.70~dfsg-1_amd64.deb
 12f7044d714bf42f8c5900c53a53302fef383087 2179164 libgs8_8.70~dfsg-1_amd64.deb
 c2308608a07c769c759104059552acecf161e59b 2752834 
libgs-dev_8.70~dfsg-1_amd64.deb
Checksums-Sha256: 
 3a6bc5b4d3b217a9c7f8aa461d1daecee3c9fb59e6ea4e3d3fb64226874f063f 1759 
ghostscript_8.70~dfsg-1.dsc
 de997ce753d6322aa096235d86f0209826669e48aec32866fc1c14c2dd563105 10318716 
ghostscript_8.70~dfsg.orig.tar.gz
 d3336706b264ec730c1e97bb03571b34c18a5619673b0eb6b78349349ba4d6b7 134734 
ghostscript_8.70~dfsg-1.diff.gz
 7481e6dbe9e7ce59deb682928f0b5d63b7e6a4dac159a05b5a1a29d7550078dd 42002 
gs-esp_8.70~dfsg-1_all.deb
 c96097ae7ade39c65b55c5898345e3f7cfea687680dbf53f942d118130487530 42006 
gs-gpl_8.70~dfsg-1_all.deb
 2bd7a037f0476da4d15243504262e6421b6c0c4e5a3514fa1615254915cbb3b8 42038 
gs-common_8.70~dfsg-1_all.deb
 1f5ac3708f71b50026de16d30191d4f470795fd26ca0f8349790eeaa1fb57ec2 3055662 
ghostscript-doc_8.70~dfsg-1_all.deb
 c5fca8c64268d64bc301925e0f245c43cf6d9f89ed9793f1dbe39d017d2bbbf1 770210 
ghostscript_8.70~dfsg-1_amd64.deb
 12e72130827b83a7ce64c21f54f19655d216a15914dd2a6b56f1e6beed53cacf 56700 
ghostscript-cups_8.70~dfsg-1_amd64.deb
 709a13bfad96950dcc5417e3029527d11eac17eb0a7b59518e1e1c8b4ba750c5 76188 
ghostscript-x_8.70~dfsg-1_amd64.deb
 43778be7a389e64e77254f848afce730c3d15ffbc7bc4c2f70456d1579a4ee01 2179164 
libgs8_8.70~dfsg-1_amd64.deb
 f6c76e96c63e32165e307be580d1b4f2aab0f9a53f633d0f277e423a1fb67cee 2752834 
libgs-dev_8.70~dfsg-1_amd64.deb
Files: 
 dc9fe39ed1af683d76895c46d07ce705 1759 text optional ghostscript_8.70~dfsg-1.dsc
 6ee3c231ddaabec9f66566ecf0ee6be6 10318716 text optional 
ghostscript_8.70~dfsg.orig.tar.gz
 0390d42aa040578c73b651c2f8bac652 134734 text optional 
ghostscript_8.70~dfsg-1.diff.gz
 ed7474a28b3fbb444aa6d00b416d1dc1 42002 text extra gs-esp_8.70~dfsg-1_all.deb
 a89ca65f708bc6cf4b80630f60d50f10 42006 text extra gs-gpl_8.70~dfsg-1_all.deb
 e7d26a07258101eadeedadde8911b21c 42038 text extra gs-common_8.70~dfsg-1_all.deb
 faed438b8d4592ea48b9268ecd2aaa4b 3055662 doc optional 
ghostscript-doc_8.70~dfsg-1_all.deb
 cdb2d905860459a5a48135c540b8ef17 770210 text optional 
ghostscript_8.70~dfsg-1_amd64.deb
 2f6e7e073c851dde11754f3acda1e9c4 56700 text optional 
ghostscript-cups_8.70~dfsg-1_amd64.deb
 8cc809c981a47742dc131d217cfa7930 76188 text optional 
ghostscript-x_8.70~dfsg-1_amd64.deb
 f6d612cb09c7192661a93293b3ed7e0d 2179164 libs optional 
libgs8_8.70~dfsg-1_amd64.deb
 a0e8bfc5f450c7107c554f423f9b9ee0 2752834 libdevel optional 
libgs-dev_8.70~dfsg-1_amd64.deb

-BEGIN PGP SIGNATURE-

Accepted libdvdnav 4.1.3-4 (source i386)

2009-08-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 12:52:13 +0200
Source: libdvdnav
Binary: libdvdnav4 libdvdnav-dbg libdvdnav-dev
Architecture: source i386
Version: 4.1.3-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 libdvdnav-dbg - DVD navigation library (debug)
 libdvdnav-dev - DVD navigation library (development)
 libdvdnav4 - DVD navigation library
Changes: 
 libdvdnav (4.1.3-4) unstable; urgency=low
 .
   * Updating section of the debug package.
   * Updating package to standards version 3.8.2.
   * Adding misc depends.
   * Minimizing rules file.
   * Using correct rfc-2822 date formats in changelog.
Checksums-Sha1: 
 788c32e119ea4319bb4ab7e93d47a31ea34e1fe1 1161 libdvdnav_4.1.3-4.dsc
 82144c793eca268636b6868fd1e80fe1abdf48e4 5005 libdvdnav_4.1.3-4.diff.gz
 87b2582984f6db615a7d108176827850925e907f 74610 libdvdnav4_4.1.3-4_i386.deb
 e5dc32e855395ee188d71720129401dd04265c4e 127366 libdvdnav-dbg_4.1.3-4_i386.deb
 cedf6274b31d527a72b0de6ced7991effd841198 74604 libdvdnav-dev_4.1.3-4_i386.deb
Checksums-Sha256: 
 9fe6a2988bfa0e217f2c1bd8338d5a0140a1326c748660242312d88169adea29 1161 
libdvdnav_4.1.3-4.dsc
 3582b68afd97c8ee204fb09512ed0dfb3e573f243fcef99da6878de0de54177b 5005 
libdvdnav_4.1.3-4.diff.gz
 534b6daafd777350abe9a23ae5059f6f70311e25ed6f85a832e9c5473a58 74610 
libdvdnav4_4.1.3-4_i386.deb
 64de9b9194be479c041ce1f7da470be37909fd3b84064bd4edcef2f60646a651 127366 
libdvdnav-dbg_4.1.3-4_i386.deb
 415e54f2fe59ce452e864ee5ef719cb326a7b9f40d019aa5e83341761f74ee3b 74604 
libdvdnav-dev_4.1.3-4_i386.deb
Files: 
 44ff5413b6c0a870353b98a67cdc86ee 1161 libs optional libdvdnav_4.1.3-4.dsc
 9bcf72110c41c4fa03b667f1311e7516 5005 libs optional libdvdnav_4.1.3-4.diff.gz
 5410d8fafda7671ed0318cf04d111f74 74610 libs optional 
libdvdnav4_4.1.3-4_i386.deb
 dc374e2ff048d7040c362c15c1458ef7 127366 debug extra 
libdvdnav-dbg_4.1.3-4_i386.deb
 680ba08a554d141ba7fe9d814d1bdc55 74604 libdevel optional 
libdvdnav-dev_4.1.3-4_i386.deb

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

iEYEARECAAYFAkp1cBAACgkQ+C5cwEsrK575HwCgkljfcvJbd60l7iu2NjraFrLO
/0IAn04F5gKQQhZ3ligplnMRzMDbJdTf
=3UJb
-END PGP SIGNATURE-


Accepted:
libdvdnav-dbg_4.1.3-4_i386.deb
  to pool/main/libd/libdvdnav/libdvdnav-dbg_4.1.3-4_i386.deb
libdvdnav-dev_4.1.3-4_i386.deb
  to pool/main/libd/libdvdnav/libdvdnav-dev_4.1.3-4_i386.deb
libdvdnav4_4.1.3-4_i386.deb
  to pool/main/libd/libdvdnav/libdvdnav4_4.1.3-4_i386.deb
libdvdnav_4.1.3-4.diff.gz
  to pool/main/libd/libdvdnav/libdvdnav_4.1.3-4.diff.gz
libdvdnav_4.1.3-4.dsc
  to pool/main/libd/libdvdnav/libdvdnav_4.1.3-4.dsc


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



Accepted cl-cluck 0.1.3-1 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 04:35:13 -0600
Source: cl-cluck
Binary: cl-cluck
Architecture: source all
Version: 0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-cluck   - Common Lisp Microcontroller Clock Calculator
Changes: 
 cl-cluck (0.1.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/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 8e720b019ac5e7626ac5b3a1bf4d16cc7949665a 1024 cl-cluck_0.1.3-1.dsc
 ef9132cf9ab57e1171639a2e37257abd52783d7b 4852 cl-cluck_0.1.3.orig.tar.gz
 c8364823826eabfdd967a30cf7531508e85a6692 2288 cl-cluck_0.1.3-1.diff.gz
 381a206cef239471ed8552697a9842fae6f8d23f 7002 cl-cluck_0.1.3-1_all.deb
Checksums-Sha256: 
 884d19af149117006822e9c6ac3768726c01417ed9dee367897a42eb614db114 1024 
cl-cluck_0.1.3-1.dsc
 22a99ea7e3d6d6640fe0856c07bb38dfcb73c319e38dc09edba312f2d526f542 4852 
cl-cluck_0.1.3.orig.tar.gz
 1a80196367acd59ef7e385cd62d8876ead2afadd9a30d00e5bf0bfc682406985 2288 
cl-cluck_0.1.3-1.diff.gz
 c137cb2633cee7164f310a5011d798f07b9d434684dc6e5c288332de4e9298de 7002 
cl-cluck_0.1.3-1_all.deb
Files: 
 56b2d0765e358185294b9e5ddba7bace 1024 lisp optional cl-cluck_0.1.3-1.dsc
 fa4cd12c45a976c859b6fea0f52df5db 4852 lisp optional cl-cluck_0.1.3.orig.tar.gz
 8aa3497aecbfb038691c9d647f5d1244 2288 lisp optional cl-cluck_0.1.3-1.diff.gz
 dce3695b15e0c8cd37c94ebecc8674fe 7002 lisp optional cl-cluck_0.1.3-1_all.deb

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

iEYEARECAAYFAkp1bQUACgkQES7N8sSjgj6bVwCfe6WWmj4XiAqoABre6TTVUj6R
tscAoINRd1KhllKkCwrgZoiZfTJngaAk
=QaJS
-END PGP SIGNATURE-


Accepted:
cl-cluck_0.1.3-1.diff.gz
  to pool/main/c/cl-cluck/cl-cluck_0.1.3-1.diff.gz
cl-cluck_0.1.3-1.dsc
  to pool/main/c/cl-cluck/cl-cluck_0.1.3-1.dsc
cl-cluck_0.1.3-1_all.deb
  to pool/main/c/cl-cluck/cl-cluck_0.1.3-1_all.deb
cl-cluck_0.1.3.orig.tar.gz
  to pool/main/c/cl-cluck/cl-cluck_0.1.3.orig.tar.gz


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



Accepted libengine-tpm-openssl 0.4.1+20071221-5 (source i386)

2009-08-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 13:24:51 +0200
Source: libengine-tpm-openssl
Binary: libengine-tpm-openssl
Architecture: source i386
Version: 0.4.1+20071221-5
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 libengine-tpm-openssl - OpenSSL engine for TPM modules
Changes: 
 libengine-tpm-openssl (0.4.1+20071221-5) unstable; urgency=low
 .
   * Updating package to standards version 3.8.2.
   * Updating year in copyright file.
   * Prefixing debhelper files with package name.
   * Minimizing rules file.
Checksums-Sha1: 
 a7c20bdf3603ae78e91250697c9ce86511a73a37 1349 
libengine-tpm-openssl_0.4.1+20071221-5.dsc
 ffaedd3d246bb6c3bff1a0973aedacc6a75a1c4f 3476 
libengine-tpm-openssl_0.4.1+20071221-5.diff.gz
 14278745c24bef1cfcc9bb6d5b1e026c90769fb8 21940 
libengine-tpm-openssl_0.4.1+20071221-5_i386.deb
Checksums-Sha256: 
 ff3ba345a82ee1ef288d7c046ed17cef84b2bdb77008457c2055262168878102 1349 
libengine-tpm-openssl_0.4.1+20071221-5.dsc
 9d77f8e0282c6e7f22fb3fec6965cfe8fd71a54415d5de91611472a11b964afb 3476 
libengine-tpm-openssl_0.4.1+20071221-5.diff.gz
 da9dec2175dca8f04d876ff7e5ea18e82b8458b55f20af4ec5715a9f77a171ce 21940 
libengine-tpm-openssl_0.4.1+20071221-5_i386.deb
Files: 
 06f3951a3e59db3ba019d249863f6749 1349 admin optional 
libengine-tpm-openssl_0.4.1+20071221-5.dsc
 65cdda4c788358946411257a776dd517 3476 admin optional 
libengine-tpm-openssl_0.4.1+20071221-5.diff.gz
 ae6e9b5e39149503369ec7065e274f5e 21940 admin optional 
libengine-tpm-openssl_0.4.1+20071221-5_i386.deb

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

iEYEARECAAYFAkp1d/sACgkQ+C5cwEsrK56qqACghXFFdMzKFLWTQIkFenNYVcKt
zxkAnRaDVGHb4a6y3V+vniDKIjjbGu4K
=HAlV
-END PGP SIGNATURE-


Accepted:
libengine-tpm-openssl_0.4.1+20071221-5.diff.gz
  to 
pool/main/libe/libengine-tpm-openssl/libengine-tpm-openssl_0.4.1+20071221-5.diff.gz
libengine-tpm-openssl_0.4.1+20071221-5.dsc
  to 
pool/main/libe/libengine-tpm-openssl/libengine-tpm-openssl_0.4.1+20071221-5.dsc
libengine-tpm-openssl_0.4.1+20071221-5_i386.deb
  to 
pool/main/libe/libengine-tpm-openssl/libengine-tpm-openssl_0.4.1+20071221-5_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 foo2zjs 20090301dfsg-4 (source amd64)

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

Format: 1.8
Date: Sat, 01 Aug 2009 14:01:43 +0200
Source: foo2zjs
Binary: foo2zjs hannah-foo2zjs
Architecture: source amd64
Version: 20090301dfsg-4
Distribution: unstable
Urgency: low
Maintainer: Debian Foo2zjs Maintainers 
foo2zjs-maintai...@lists.alioth.debian.org
Changed-By: Michael Koch konque...@gmx.de
Description: 
 foo2zjs- Support for printing to ZjStream-based printers
 hannah-foo2zjs - Graphical firmware downloader for the foo2zjs package
Closes: 460480 503373 526781 529300 537325
Changes: 
 foo2zjs (20090301dfsg-4) unstable; urgency=low
 .
   * debian/hannah-package/gui.cpp: Fix list of argument names for getweb
 (Closes: #537325).
   * debian/patches/40-hplj1000.dpatch: Updated to also guard globbered
 names in find call (Closes: #526781).
   * debian/README.Debian: Clarify how hannah-foo2zjs and getweb are used
 (Closes: #503373, #529300).
   * debian/copyright: Link to /usr/share/common-licenses/GPL-2
 instead of /usr/share/common-licenses/GPL.
   * debian/control:
 + hannah-foo2zjs: Tighten Depends on kdebase-bin to ( 4:4.4.0-1)
   (Closes: #460480).
 + Updated Standards-Version to 3.8.2.
   * debian/patches/60-getweb.in.dpatch: Exit with failure when called
 as non-root.
   * debian/patches/90-manpages.dpatch: New dpatch to fix manpage errors.
Checksums-Sha1: 
 80eb56caed59cab51b87aa7b55f8c3f81921cbc5 1329 foo2zjs_20090301dfsg-4.dsc
 f97ed4bb6b653e3981e756918ea351b146ac9d6d 16346 foo2zjs_20090301dfsg-4.diff.gz
 a43a2e516e6e8aee7e60eedc3b55f4ce22b6b4cd 1561220 
foo2zjs_20090301dfsg-4_amd64.deb
 59a2f98e9647a492074e35df95404ef50713534e 36956 
hannah-foo2zjs_20090301dfsg-4_amd64.deb
Checksums-Sha256: 
 0bb86728c19386a8f33917ad7cfe810ad9f49013bac8e3221c695b385fe76c58 1329 
foo2zjs_20090301dfsg-4.dsc
 290821168a62b67226d8ceecb35657bec29e91552952c8663a7c9f3ed3b57ed0 16346 
foo2zjs_20090301dfsg-4.diff.gz
 37f0463a936ff12ca4312b057212700fb9fab044f740e583a04bc1045acc5f42 1561220 
foo2zjs_20090301dfsg-4_amd64.deb
 0a8b5471a63037a5764a936ce28d7161ec7e746a65ce0e0feab9993635bc8881 36956 
hannah-foo2zjs_20090301dfsg-4_amd64.deb
Files: 
 caee7a799c7cfdd496dbd71b689a4881 1329 text optional foo2zjs_20090301dfsg-4.dsc
 20968918819579be37ea916ae33adc2b 16346 text optional 
foo2zjs_20090301dfsg-4.diff.gz
 09f69a951d14fd4f37c7630c5904a884 1561220 text optional 
foo2zjs_20090301dfsg-4_amd64.deb
 3e356597577454d47d62764e3742cc24 36956 text optional 
hannah-foo2zjs_20090301dfsg-4_amd64.deb

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

iEYEARECAAYFAkp1dWsACgkQWSOgCCdjSDtpsQCeOHE6VWk4bZI/WAJ1vnBNC+HZ
JfEAn1D6arcnG9BSBw/Fw/suZDoseN86
=17cN
-END PGP SIGNATURE-


Accepted:
foo2zjs_20090301dfsg-4.diff.gz
  to pool/main/f/foo2zjs/foo2zjs_20090301dfsg-4.diff.gz
foo2zjs_20090301dfsg-4.dsc
  to pool/main/f/foo2zjs/foo2zjs_20090301dfsg-4.dsc
foo2zjs_20090301dfsg-4_amd64.deb
  to pool/main/f/foo2zjs/foo2zjs_20090301dfsg-4_amd64.deb
hannah-foo2zjs_20090301dfsg-4_amd64.deb
  to pool/main/f/foo2zjs/hannah-foo2zjs_20090301dfsg-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 python-peak.util 20090610-2 (source all)

2009-08-02 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 12:58:20 +0200
Source: python-peak.util
Binary: python-peak.util
Architecture: source all
Version: 20090610-2
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli z...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 python-peak.util - utilities from the Python Enterprise Application Kit
Changes: 
 python-peak.util (20090610-2) unstable; urgency=low
 .
   * debian/copyright: remove some leftover cruft
   * first upload to unstable
   * debian/control: bump Standards-Version to 3.8.2 (no changes needed)
Checksums-Sha1: 
 fd282ec1c1560801a27488acb602051d931a3b0b 1333 python-peak.util_20090610-2.dsc
 f612cd0e30bcecd8cb0c1210612a11e80839338b 7176 
python-peak.util_20090610-2.diff.gz
 1f1a0b01b26d109908c9698b8a592e1ea2c13cf2 68186 
python-peak.util_20090610-2_all.deb
Checksums-Sha256: 
 d05e8f9e9d9b6de3c0c27fd835d5c58b87ecb71c93f0aef430eb1c64e7708823 1333 
python-peak.util_20090610-2.dsc
 2d39f84a7ebada40d43e534b60736ec54ef3656a29187613f05dcf7bc2cf985e 7176 
python-peak.util_20090610-2.diff.gz
 c70c4aad11ee6c06147951bbda1ed3b97d3d99954b79a4e873a99aeafa06052b 68186 
python-peak.util_20090610-2_all.deb
Files: 
 bd4fbb43640e1477dfad0d1b4387d363 1333 python optional 
python-peak.util_20090610-2.dsc
 dbe838381a0f10ebad25a197ca4c4c85 7176 python optional 
python-peak.util_20090610-2.diff.gz
 8d6ed5584121097d88120fd718e578aa 68186 python optional 
python-peak.util_20090610-2_all.deb

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

iD8DBQFKdXJ/1cqbBPLEI7wRAlUUAKDad6+WaWJIObNKPpgsRzDRtVLlMQCggBtN
k3KUUZzzsELnWLcbJKgz/NI=
=vVvh
-END PGP SIGNATURE-


Accepted:
python-peak.util_20090610-2.diff.gz
  to pool/main/p/python-peak.util/python-peak.util_20090610-2.diff.gz
python-peak.util_20090610-2.dsc
  to pool/main/p/python-peak.util/python-peak.util_20090610-2.dsc
python-peak.util_20090610-2_all.deb
  to pool/main/p/python-peak.util/python-peak.util_20090610-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 python-peak.rules 0.5a1+r2600-1 (source all)

2009-08-02 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 12:46:47 +0200
Source: python-peak.rules
Binary: python-peak.rules
Architecture: source all
Version: 0.5a1+r2600-1
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli z...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 python-peak.rules - generic functions support for Python
Changes: 
 python-peak.rules (0.5a1+r2600-1) unstable; urgency=low
 .
   * new upstream release
   * first upload to unstable
   * debian/README.source: fix wording and content
Checksums-Sha1: 
 fb5bf9e3439520c6c900901d942a2169d9486a19 1457 
python-peak.rules_0.5a1+r2600-1.dsc
 c2df3eecdd91a43fd4cdf1693497d341dfc2ff28 100086 
python-peak.rules_0.5a1+r2600.orig.tar.gz
 f47b922eacdc0037389ee57d6704c9208843906b 7798 
python-peak.rules_0.5a1+r2600-1.diff.gz
 c44916eb9aa95234594f7a73ed0957ffe3957ae7 102734 
python-peak.rules_0.5a1+r2600-1_all.deb
Checksums-Sha256: 
 02791e83e076380e16d2d2508dd565518ae758dd9b90907b83c064287cd7673d 1457 
python-peak.rules_0.5a1+r2600-1.dsc
 dfc8cef4261d8861705d1d6e9459d676c13239de97281aee9216dc4ff4b4a99a 100086 
python-peak.rules_0.5a1+r2600.orig.tar.gz
 4b388c97173a7d43f261412570398ed65ac5c892fe38583ccde226cb43693085 7798 
python-peak.rules_0.5a1+r2600-1.diff.gz
 367630d66101f0f012cf76ddcfbe50dd0f5c2f54978e6eea732785c5ec05a411 102734 
python-peak.rules_0.5a1+r2600-1_all.deb
Files: 
 ee434039ac234d080d9547f3755f6b42 1457 python optional 
python-peak.rules_0.5a1+r2600-1.dsc
 938178d9e0acf4add8b6c8edad1ccee1 100086 python optional 
python-peak.rules_0.5a1+r2600.orig.tar.gz
 02d2666ae31c12f86a90a2357a94f7d5 7798 python optional 
python-peak.rules_0.5a1+r2600-1.diff.gz
 3ef97890da4f3e07a5e81037994f9faf 102734 python optional 
python-peak.rules_0.5a1+r2600-1_all.deb

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

iD8DBQFKdW/71cqbBPLEI7wRAvdIAKCUiuRLScDcfhkfIWOg6gl4gyDb0ACgyUJL
e4ZU71FBFYnd4CSCP7o9bvg=
=nuW9
-END PGP SIGNATURE-


Accepted:
python-peak.rules_0.5a1+r2600-1.diff.gz
  to pool/main/p/python-peak.rules/python-peak.rules_0.5a1+r2600-1.diff.gz
python-peak.rules_0.5a1+r2600-1.dsc
  to pool/main/p/python-peak.rules/python-peak.rules_0.5a1+r2600-1.dsc
python-peak.rules_0.5a1+r2600-1_all.deb
  to pool/main/p/python-peak.rules/python-peak.rules_0.5a1+r2600-1_all.deb
python-peak.rules_0.5a1+r2600.orig.tar.gz
  to pool/main/p/python-peak.rules/python-peak.rules_0.5a1+r2600.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 libdvdread 4.1.3-6 (source i386)

2009-08-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 13:08:09 +0200
Source: libdvdread
Binary: libdvdread4 libdvdread-dbg libdvdread-dev
Architecture: source i386
Version: 4.1.3-6
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 libdvdread-dbg - library for reading DVDs (debug)
 libdvdread-dev - library for reading DVDs (development)
 libdvdread4 - library for reading DVDs
Changes: 
 libdvdread (4.1.3-6) unstable; urgency=low
 .
   * Updating package to standards 3.8.2.
   * Adding misc depends.
   * Minimizing rules file.
   * Using correct rfc-2822 date formats in changelog.
Checksums-Sha1: 
 d5e74c772163aa7fda7187a6823f9abf040dc453 1137 libdvdread_4.1.3-6.dsc
 34f4d98e8d3da302311a2d8a06c3041e73dc02c8 8156 libdvdread_4.1.3-6.diff.gz
 80c81d30c4f6cd4fbbac3baf56751d977745e484 53874 libdvdread4_4.1.3-6_i386.deb
 7b2ebcf8f1d497ad4de084303046bd1dbc7451d5 49806 libdvdread-dbg_4.1.3-6_i386.deb
 0bb2f81fd19008a3864962322184cf5e9824721d 71598 libdvdread-dev_4.1.3-6_i386.deb
Checksums-Sha256: 
 484f2ee995543ba3efab18bbd6529dd9912473ccf348eff873a0f234e7bc988c 1137 
libdvdread_4.1.3-6.dsc
 5235253a067ce7493d87b344ae9f6e53d2a3f16f2f2d319b35a927e028f73274 8156 
libdvdread_4.1.3-6.diff.gz
 d45494befacda8d94eb73ac3c42ddf83b2b9403c52e5a446170acebccaffa946 53874 
libdvdread4_4.1.3-6_i386.deb
 2b2cef431c499081f5c3c0a932656ffd3440116b5650a612ff5929eac8bff649 49806 
libdvdread-dbg_4.1.3-6_i386.deb
 eef3a796b194e079b896110c44d2809d6635e0e939a481d47a0615f25f62ca50 71598 
libdvdread-dev_4.1.3-6_i386.deb
Files: 
 f207ab8a9d7e0721f7982226d042419e 1137 graphics optional libdvdread_4.1.3-6.dsc
 9c90deda2c7cdb3eba46a0007efed46c 8156 graphics optional 
libdvdread_4.1.3-6.diff.gz
 fe59d2b4cccda8a37f156652e5d10b76 53874 libs optional 
libdvdread4_4.1.3-6_i386.deb
 d16a4cf833474fb6b296cfa6f0ca4619 49806 debug extra 
libdvdread-dbg_4.1.3-6_i386.deb
 aef0436d67c7b3d38d712ae7d37b2376 71598 libdevel optional 
libdvdread-dev_4.1.3-6_i386.deb

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

iEYEARECAAYFAkp1c7cACgkQ+C5cwEsrK56+4wCdEp7GbXgN/R2BorEvBZOwZzfV
19IAmgJ+nl71n8vd1BvqM1JLZUkswGNP
=cjkP
-END PGP SIGNATURE-


Accepted:
libdvdread-dbg_4.1.3-6_i386.deb
  to pool/main/libd/libdvdread/libdvdread-dbg_4.1.3-6_i386.deb
libdvdread-dev_4.1.3-6_i386.deb
  to pool/main/libd/libdvdread/libdvdread-dev_4.1.3-6_i386.deb
libdvdread4_4.1.3-6_i386.deb
  to pool/main/libd/libdvdread/libdvdread4_4.1.3-6_i386.deb
libdvdread_4.1.3-6.diff.gz
  to pool/main/libd/libdvdread/libdvdread_4.1.3-6.diff.gz
libdvdread_4.1.3-6.dsc
  to pool/main/libd/libdvdread/libdvdread_4.1.3-6.dsc


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



Accepted cl-umlisp 1:2007ac.2-2 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 05:55:11 -0600
Source: cl-umlisp
Binary: cl-umlisp
Architecture: source all
Version: 1:2007ac.2-2
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-umlisp  - Common Lisp interface for the Unified Medical Language System
Changes: 
 cl-umlisp (1:2007ac.2-2) unstable; urgency=low
 .
   * debian/watch: New file
   * debian/control: Require debhelper 7. Change to new lisp section.
 Added Vcs-Git and Homepage fields.
   * debian/compat: Update to version 7
   * debian/rules: Update for debhelper 7, architecture-independent build
   * debian/{prerm,postrm}: Remove path from binary function
Checksums-Sha1: 
 287fff35c5f1aab4653b6b85abb069ca2990c969 1060 cl-umlisp_2007ac.2-2.dsc
 20a8f00b951ad45f7f0f27e0890b46ce39595849 2807 cl-umlisp_2007ac.2-2.diff.gz
 4a05a1f7ab52a6111c5a76413bb6d474db760706 37788 cl-umlisp_2007ac.2-2_all.deb
Checksums-Sha256: 
 b471b3771d2f611ed760030d6e556cac8d3dcc1599bf33b16cb31281254bc4f0 1060 
cl-umlisp_2007ac.2-2.dsc
 2bd35cf30605966b807ac53d08a5582005f1d23c8773d7758b7dc76a73af 2807 
cl-umlisp_2007ac.2-2.diff.gz
 d594e6c1f4c0e02755e1b0f33b30e1c3eec0d1e0af8d1355fc66d9cc43f4273a 37788 
cl-umlisp_2007ac.2-2_all.deb
Files: 
 7b0fe1209d4fccb068c335bfa06a7bbb 1060 contrib/devel optional 
cl-umlisp_2007ac.2-2.dsc
 c7d6106284ed96fd38775c50a93d876c 2807 contrib/devel optional 
cl-umlisp_2007ac.2-2.diff.gz
 3b3f9eb3078e75f22632888df3fa392a 37788 contrib/devel optional 
cl-umlisp_2007ac.2-2_all.deb

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

iEYEARECAAYFAkp1fzQACgkQES7N8sSjgj6LGwCcDGLvgSjMgNzVoxfTFJ3RH0nY
f8IAnjNlJfCWHHtf/dpsn8sQ3DPcBbCp
=TXwU
-END PGP SIGNATURE-


Accepted:
cl-umlisp_2007ac.2-2.diff.gz
  to pool/contrib/c/cl-umlisp/cl-umlisp_2007ac.2-2.diff.gz
cl-umlisp_2007ac.2-2.dsc
  to pool/contrib/c/cl-umlisp/cl-umlisp_2007ac.2-2.dsc
cl-umlisp_2007ac.2-2_all.deb
  to pool/contrib/c/cl-umlisp/cl-umlisp_2007ac.2-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 tpm-tools 1.3.1-6 (source i386)

2009-08-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 13:35:20 +0200
Source: tpm-tools
Binary: tpm-tools tpm-tools-dbg libtpm-unseal0 libtpm-unseal-dev
Architecture: source i386
Version: 1.3.1-6
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 libtpm-unseal-dev - Management tools for the TPM hardware (development)
 libtpm-unseal0 - Management tools for the TPM hardware (library)
 tpm-tools  - Management tools for the TPM hardware (tools)
 tpm-tools-dbg - Management tools for the TPM hardware (debug)
Changes: 
 tpm-tools (1.3.1-6) unstable; urgency=low
 .
   * Replacing obsolete dh_clean -k with dh_prep.
   * Updating section of the debug package.
   * Using correct rfc-2822 date formats in changelog.
   * Updating package to standards version 3.8.2.
   * Adding misc depends.
   * Updating year in copyright.
   * Using quilt rather than dpatch.
   * Minimizing rules file.
Checksums-Sha1: 
 204ae508d60a94be2070c4c80649987d36d86f61 1221 tpm-tools_1.3.1-6.dsc
 79eeb2291a43ca6d89b669f024127cb9190daf13 6378 tpm-tools_1.3.1-6.diff.gz
 412123cced81d5d2f68c8dc57b48099ad3b1eb5b 144882 tpm-tools_1.3.1-6_i386.deb
 f41b80f056d1e6657a45b41c287c07cfad82af7d 405020 tpm-tools-dbg_1.3.1-6_i386.deb
 7354ad52bb24288411a685b4ba6837a54053c54c 11584 libtpm-unseal0_1.3.1-6_i386.deb
 29fa6d2b3823bf8d47a70d9f4b0dd3a84738344e 12294 
libtpm-unseal-dev_1.3.1-6_i386.deb
Checksums-Sha256: 
 ecc83865e2a428507ae5e178b3d012deddf73862ded7940cddf7d6de05af44bc 1221 
tpm-tools_1.3.1-6.dsc
 0bedd7d71aa9ae7a1f293f9e156aeb963bee1713025ade2b678cd052b256a590 6378 
tpm-tools_1.3.1-6.diff.gz
 2a414998c463dfd6c009fc4d21e9fca427791f930e028bf497d41a6054a30311 144882 
tpm-tools_1.3.1-6_i386.deb
 e191d6d185514a5a8b9d49b283dfdbf6a3af5f6e7e4baa4e9fe294e389a5d073 405020 
tpm-tools-dbg_1.3.1-6_i386.deb
 f1f067188d28f0ac26bd9c7bed59a0a114e7da5b1a2d8de9a39402ae824b5345 11584 
libtpm-unseal0_1.3.1-6_i386.deb
 f8b50aa3dcd72ab7432e845a7513b82c22503524b8f5fc69037f39ae55eba33f 12294 
libtpm-unseal-dev_1.3.1-6_i386.deb
Files: 
 846dbdf4a4d03c48f00c040427aac47c 1221 admin optional tpm-tools_1.3.1-6.dsc
 9a85e57f803d22f1ae9f9b2f4d68cd0d 6378 admin optional tpm-tools_1.3.1-6.diff.gz
 cc5743514f4eaf8817c8e7c47fe1c760 144882 admin optional 
tpm-tools_1.3.1-6_i386.deb
 f1c5835be8b71ff95cbcc32f39581e5e 405020 debug extra 
tpm-tools-dbg_1.3.1-6_i386.deb
 816417380fa1bb2e526b79066a960b01 11584 libs optional 
libtpm-unseal0_1.3.1-6_i386.deb
 13dbec87b81aa6de3765ff81dcbdddc0 12294 libdevel optional 
libtpm-unseal-dev_1.3.1-6_i386.deb

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

iEYEARECAAYFAkp1eiAACgkQ+C5cwEsrK55NJwCfSjM/hK9gC8lFnVzs8rSrVakJ
iVIAnjZ1sXq+vsBoob5HDhPyjQybHsje
=4hWH
-END PGP SIGNATURE-


Accepted:
libtpm-unseal-dev_1.3.1-6_i386.deb
  to pool/main/t/tpm-tools/libtpm-unseal-dev_1.3.1-6_i386.deb
libtpm-unseal0_1.3.1-6_i386.deb
  to pool/main/t/tpm-tools/libtpm-unseal0_1.3.1-6_i386.deb
tpm-tools-dbg_1.3.1-6_i386.deb
  to pool/main/t/tpm-tools/tpm-tools-dbg_1.3.1-6_i386.deb
tpm-tools_1.3.1-6.diff.gz
  to pool/main/t/tpm-tools/tpm-tools_1.3.1-6.diff.gz
tpm-tools_1.3.1-6.dsc
  to pool/main/t/tpm-tools/tpm-tools_1.3.1-6.dsc
tpm-tools_1.3.1-6_i386.deb
  to pool/main/t/tpm-tools/tpm-tools_1.3.1-6_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 almanah 0.6.1-2 (source amd64)

2009-08-02 Thread Ikusnet SLL
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 13:19:08 +0200
Source: almanah
Binary: almanah
Architecture: source amd64
Version: 0.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Angel Abad (Ikusnet SLL) an...@grupoikusnet.com
Changed-By: Angel Abad (Ikusnet SLL) an...@grupoikusnet.com
Description: 
 almanah- application to ease management of a personal diary
Changes: 
 almanah (0.6.1-2) unstable; urgency=low
 .
   * debian/control
 - Standards version 3.8.2 (no changes)
 - Build depends on debhelper (= 7.0.50) for dh_override_ use
   * debian/rules: add get-orig-source target
Checksums-Sha1: 
 3031f273d57bb528071e8443a0812c935f35e05a 1243 almanah_0.6.1-2.dsc
 8706f4f6c6d99d5305b38ff856eb87d1fb407398 2101 almanah_0.6.1-2.diff.gz
 044f79af1b19372060bac3d41f2949faa381d9fc 108054 almanah_0.6.1-2_amd64.deb
Checksums-Sha256: 
 4c32b131fe07117283ca7117b6250b095ad6bf91f0796119a8f82edc6248bfc1 1243 
almanah_0.6.1-2.dsc
 2741c9ec1beece3fa7af8dccd90a755988c57390ba1bfa52f3ade28711750631 2101 
almanah_0.6.1-2.diff.gz
 7cfebab5e991019706eaa0c60be3045767033edaacacb8de53f7be0ed73d00b0 108054 
almanah_0.6.1-2_amd64.deb
Files: 
 239c18af8d075d6ee58bcf18367aec0a 1243 gnome extra almanah_0.6.1-2.dsc
 4f15de33d7b69e521ceedfb6db372574 2101 gnome extra almanah_0.6.1-2.diff.gz
 470489e0d7fb98f200dae38daf017478 108054 gnome extra almanah_0.6.1-2_amd64.deb

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

iEYEARECAAYFAkp1fg8ACgkQCY2uR+47wnnt+ACfV85EKsHo8KheT37t6+/8k828
YGoAmwTcDFd3CYY9jJRWajeuyziRPBGM
=9el3
-END PGP SIGNATURE-


Accepted:
almanah_0.6.1-2.diff.gz
  to pool/main/a/almanah/almanah_0.6.1-2.diff.gz
almanah_0.6.1-2.dsc
  to pool/main/a/almanah/almanah_0.6.1-2.dsc
almanah_0.6.1-2_amd64.deb
  to pool/main/a/almanah/almanah_0.6.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 pydance 1.0.3-5 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 12:00:35 +0100
Source: pydance
Binary: pydance
Architecture: source all
Version: 1.0.3-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 pydance- dancing simulation game similar to the kind in arcades
Closes: 434457
Changes: 
 pydance (1.0.3-5) unstable; urgency=low
 .
   * QA upload.
   * Fix crashing when pydance encounters invalid data in .sm files by applying
 patch by Brandon winterkni...@nerdshack.com. Thanks! (Closes: #434457)
   * Extract all patches from .diff.gz into quilt patch series.
   * Fix lintian warnings:
 - Add description-contains-duplicated-word override for Dance Dance
   Revolution in long description.
 - Use Games/Action instead of invalid Games/Arcade menu section
 - Patch pydance.desktop to avoid desktop-entry-contains-encoding-key
 - Add ${misc:Depends} to binary package Depends
   * Bump Standards-Version to 3.8.2.
   * Bump debhelper compatibility level to 7 and move to minimal debian/rules
 style.
Checksums-Sha1: 
 6cde0cc1ad010cd18d70e7d162c64d9ffa42e9ea 1047 pydance_1.0.3-5.dsc
 a5e5f63d1179603a150b9c56baef98d71a33f398 6465 pydance_1.0.3-5.diff.gz
 1ebd72bf76ad458c013cbf0b83b0ec80c34b4f23 5905562 pydance_1.0.3-5_all.deb
Checksums-Sha256: 
 d24c0d62578af548554dbfc8b924d0ad4c4966cce2c69beb975d3b992b038a0c 1047 
pydance_1.0.3-5.dsc
 bbcbe158349666215f209e7d73121b2ca68f91183b3cbeab2efaebe5008b07de 6465 
pydance_1.0.3-5.diff.gz
 575845f5884a411294e16c3c6a325d9d3751915b57427c7d29ceaf6f12d68fc3 5905562 
pydance_1.0.3-5_all.deb
Files: 
 5d67267af07413d5e6ef2ab02c8947d2 1047 games optional pydance_1.0.3-5.dsc
 1024897d277cedff3459091fa1fd5ae0 6465 games optional pydance_1.0.3-5.diff.gz
 65338218258f1d2c40316048980a2757 5905562 games optional pydance_1.0.3-5_all.deb

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

iEYEARECAAYFAkp1eUgACgkQ5/8uW2NPmiCLzgCdEwUbk7KnbtuI1tRNXlYa+E6s
wrAAn0Mu/0BDF3mytq+mFOiLUTOMlNXK
=osAB
-END PGP SIGNATURE-


Accepted:
pydance_1.0.3-5.diff.gz
  to pool/main/p/pydance/pydance_1.0.3-5.diff.gz
pydance_1.0.3-5.dsc
  to pool/main/p/pydance/pydance_1.0.3-5.dsc
pydance_1.0.3-5_all.deb
  to pool/main/p/pydance/pydance_1.0.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 sbuild 0.59.0-1 (source all)

2009-08-02 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 02 Aug 2009 11:15:26 +0100
Source: sbuild
Binary: libsbuild-perl sbuild wanna-build buildd
Architecture: source all
Version: 0.59.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian buildd-tools Developers 
buildd-tools-de...@lists.alioth.debian.org
Changed-By: Roger Leigh rle...@debian.org
Description: 
 buildd - Daemon for automatically building Debian binary packages from Deb
 libsbuild-perl - Tool for building Debian binary packages from Debian sources
 sbuild - Tool for building Debian binary packages from Debian sources
 wanna-build - Database to track building of Debian binary packages from Debian 
Closes: 501230 521486 535415 539570
Changes: 
 sbuild (0.59.0-1) unstable; urgency=low
 .
   [ Roger Leigh ]
   * New release.
   * Use version comparison functions in WannaBuild::Database
 (Closes: #521486).  Thanks to Florian Weimer.
   * WannaBuild::Database: Allow whitespace in Architecture field
 (Closes: #535415).  Thanks to John Wright for this patch.
   * Sbuild::Build, WannaBuild::Database: Add support for architecture
 aliases/wildcards (Closes: #501230).  Thanks to Andres Mejia for
 these patches.
   * Sbuild::Conf doesn't require STATS_DIR to exist, and
 Sbuild::Build::write_stats only uses STATS_DIR in batch mode
 (Closes: #539570).
Checksums-Sha1: 
 d530a436576506f1f62790ca2af73a679b509d90 1264 sbuild_0.59.0-1.dsc
 2018dbe543e727f0e771d89c4ab608519a2bcd88 441867 sbuild_0.59.0.orig.tar.gz
 a0a542ee890b093c950ad7488f5db6375864ae0c 20 sbuild_0.59.0-1.diff.gz
 5ec7109e93b79a41c78043b0dca4036da2de3f83 179308 libsbuild-perl_0.59.0-1_all.deb
 81ecc04050c59503040be19eb73c881da6423673 182734 sbuild_0.59.0-1_all.deb
 17d0cce1a1d7378b48660119fb0665a73f7d0f18 189182 wanna-build_0.59.0-1_all.deb
 a75100e631134dd088bee1b7a6ec32da85e1548e 176034 buildd_0.59.0-1_all.deb
Checksums-Sha256: 
 7088b384e7c96d2375ef39a384306deda543a105860447b83eeff9f6e54246bb 1264 
sbuild_0.59.0-1.dsc
 3b9cd1803ae630b851b15e263b9b30d7089814219a58bcf1c29a5a492bae343a 441867 
sbuild_0.59.0.orig.tar.gz
 6ea50bb1b67217b267cc918ff11b0e9a12250aec2745c494c20fe866d9099741 20 
sbuild_0.59.0-1.diff.gz
 5a30b6ea92af9f5b4ef241e404d07736ded2f363b2379fc4cc269fc8ff52a863 179308 
libsbuild-perl_0.59.0-1_all.deb
 97e9e281bf82fea5ac208e2bf67fa83193e4d9485817f3f364cefc76c6f30449 182734 
sbuild_0.59.0-1_all.deb
 b4b5d94c44eb6014280e05754d8acac802a2cbbba8cb800d2a072ce7daaded1c 189182 
wanna-build_0.59.0-1_all.deb
 84c9193463e59d74e25cbbcb61f3b1537a967de687a378d5a12eef9e8babebc5 176034 
buildd_0.59.0-1_all.deb
Files: 
 1e591504c07c0bd90c09de34cec2ad1a 1264 devel extra sbuild_0.59.0-1.dsc
 b8c991364e501ab3f70e25ed1ff0b34d 441867 devel extra sbuild_0.59.0.orig.tar.gz
 754b5fa0828d7a839eabe27c5529acdc 20 devel extra sbuild_0.59.0-1.diff.gz
 f924e1f65b58a8017f4ef767e1281aec 179308 perl extra 
libsbuild-perl_0.59.0-1_all.deb
 ac401670ea06779b2c30cd021ca368ec 182734 devel extra sbuild_0.59.0-1_all.deb
 c1be5410fd227b6004a26f4e7f99823d 189182 devel extra 
wanna-build_0.59.0-1_all.deb
 12fe000c3000296bb23e5f5e52a99a0c 176034 devel extra buildd_0.59.0-1_all.deb

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

iEYEAREDAAYFAkp1eTcACgkQVcFcaSW/uEhf1QCg63Zfmi4eMb39jXb3UoEb08Gu
qiIAnizuVKuQhXVdA/dGGT/XzQHYJN6u
=zS1+
-END PGP SIGNATURE-


Accepted:
buildd_0.59.0-1_all.deb
  to pool/main/s/sbuild/buildd_0.59.0-1_all.deb
libsbuild-perl_0.59.0-1_all.deb
  to pool/main/s/sbuild/libsbuild-perl_0.59.0-1_all.deb
sbuild_0.59.0-1.diff.gz
  to pool/main/s/sbuild/sbuild_0.59.0-1.diff.gz
sbuild_0.59.0-1.dsc
  to pool/main/s/sbuild/sbuild_0.59.0-1.dsc
sbuild_0.59.0-1_all.deb
  to pool/main/s/sbuild/sbuild_0.59.0-1_all.deb
sbuild_0.59.0.orig.tar.gz
  to pool/main/s/sbuild/sbuild_0.59.0.orig.tar.gz
wanna-build_0.59.0-1_all.deb
  to pool/main/s/sbuild/wanna-build_0.59.0-1_all.deb


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



Accepted python-repoze.who 1.0.15-1 (source all)

2009-08-02 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 13:43:20 +0200
Source: python-repoze.who
Binary: python-repoze.who
Architecture: source all
Version: 1.0.15-1
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli z...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 python-repoze.who - Identification and authentication framework for Python 
WSGI appli
Changes: 
 python-repoze.who (1.0.15-1) unstable; urgency=low
 .
   * new upstream release
   * first upload to unstable
   * debian/control
 - bump Standards-Version to 3.8.2 (no changes needed)
 - add Piotr as an Uploader
Checksums-Sha1: 
 cdf1a36e1a388a5968cd1e604dd01a591c864f3e 1450 python-repoze.who_1.0.15-1.dsc
 bd47d67f7ab4c8a5cc9d5e7a5a81fe634a237685 77038 
python-repoze.who_1.0.15.orig.tar.gz
 0c797473f61ee9ab274d9fd3e1252abd00db80b2 2526 
python-repoze.who_1.0.15-1.diff.gz
 d26c63fb674b60ea9e055befe1aa526f41089b32 152522 
python-repoze.who_1.0.15-1_all.deb
Checksums-Sha256: 
 0f27e9c974c03240cf2df3823e352112ba44912149f31f47e65b783e20f47a85 1450 
python-repoze.who_1.0.15-1.dsc
 5801fb7e8d009f80fed76c45e892ce626af282c2c320e9bbf05b2eefa5e7ba9a 77038 
python-repoze.who_1.0.15.orig.tar.gz
 b08294961d70a575171b84e3b54c6b5062be5b3297cdc0064620c7c1d277f192 2526 
python-repoze.who_1.0.15-1.diff.gz
 a111a1ae3ef2a1a98bfd702d8e4788d0fd1e9e15cf30d2ab9e1e441028651ca3 152522 
python-repoze.who_1.0.15-1_all.deb
Files: 
 1cc55d68741b2b0a8ca103393c111270 1450 python optional 
python-repoze.who_1.0.15-1.dsc
 150b409df490fd651f47ea97d1649850 77038 python optional 
python-repoze.who_1.0.15.orig.tar.gz
 6942ef7e1e2438beb4294b56b3c2d382 2526 python optional 
python-repoze.who_1.0.15-1.diff.gz
 8dcd663259e5bc6d498100ea24feef18 152522 python optional 
python-repoze.who_1.0.15-1_all.deb

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

iD8DBQFKdXyf1cqbBPLEI7wRAnVjAJ91c+5OtDjVyPeU5KHRihzWE4vbUgCfaoWp
t+Hwwu1X+3gYEGBHtmGFP84=
=NVt7
-END PGP SIGNATURE-


Accepted:
python-repoze.who_1.0.15-1.diff.gz
  to pool/main/p/python-repoze.who/python-repoze.who_1.0.15-1.diff.gz
python-repoze.who_1.0.15-1.dsc
  to pool/main/p/python-repoze.who/python-repoze.who_1.0.15-1.dsc
python-repoze.who_1.0.15-1_all.deb
  to pool/main/p/python-repoze.who/python-repoze.who_1.0.15-1_all.deb
python-repoze.who_1.0.15.orig.tar.gz
  to pool/main/p/python-repoze.who/python-repoze.who_1.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 python-repoze.what 1.0.8-3 (source all)

2009-08-02 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 13:45:54 +0200
Source: python-repoze.what
Binary: python-repoze.what
Architecture: source all
Version: 1.0.8-3
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli z...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 python-repoze.what - authorization framework for Python WSGI applications
Changes: 
 python-repoze.what (1.0.8-3) unstable; urgency=low
 .
   * first upload to unstable
   * debian/control: add Piotr to Uploaders
Checksums-Sha1: 
 b908dbb3e83a4ac7db38cb7f7e306a598f09dcaf 1550 python-repoze.what_1.0.8-3.dsc
 242b3c21fc563a47ea30685266c6a5d0c533f498 2865 
python-repoze.what_1.0.8-3.diff.gz
 6b0c48c6e3104ba700014020f9b3713faadc6b30 136502 
python-repoze.what_1.0.8-3_all.deb
Checksums-Sha256: 
 7d030bd77a91d286cb9f80deff9cfe0637cd129a30c7c7aca421e2ad174ed536 1550 
python-repoze.what_1.0.8-3.dsc
 bf1e66fad23fa7894869be9582b9baffb6e96992b243cc2d65dfb5dc38343867 2865 
python-repoze.what_1.0.8-3.diff.gz
 1e0464454b1aa51293bf8b3e85b2cb9b10804043217cfeb26f62c33843e5efc9 136502 
python-repoze.what_1.0.8-3_all.deb
Files: 
 472bbd8767fdb7c3ee650a6b0ef8df78 1550 python optional 
python-repoze.what_1.0.8-3.dsc
 0021281db4641f5835ab861130c5279c 2865 python optional 
python-repoze.what_1.0.8-3.diff.gz
 5781ff4d7eeeb7882452fbda94cd73b8 136502 python optional 
python-repoze.what_1.0.8-3_all.deb

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

iD8DBQFKdX0x1cqbBPLEI7wRAirNAJ9z70qJfhZEBD/1AzHe5DeM9812BwCeJt4R
HTXwr9g6hpvV5Tu/UIbzTWo=
=jmgN
-END PGP SIGNATURE-


Accepted:
python-repoze.what_1.0.8-3.diff.gz
  to pool/main/p/python-repoze.what/python-repoze.what_1.0.8-3.diff.gz
python-repoze.what_1.0.8-3.dsc
  to pool/main/p/python-repoze.what/python-repoze.what_1.0.8-3.dsc
python-repoze.what_1.0.8-3_all.deb
  to pool/main/p/python-repoze.what/python-repoze.what_1.0.8-3_all.deb


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



Accepted python-repoze.tm2 1.0a4-2 (source all)

2009-08-02 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 13:13:38 +0200
Source: python-repoze.tm2
Binary: python-repoze.tm2
Architecture: source all
Version: 1.0a4-2
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli z...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 python-repoze.tm2 - Zope-like transaction manager via WSGI middleware
Changes: 
 python-repoze.tm2 (1.0a4-2) unstable; urgency=low
 .
   * first upload to unstable
   * debian/control:
 - add build-dep on python-transaction (needed at build time), to
   inhibit easy_install to download it
 - bump Standards-Version to 3.8.2 (no changes needed)
Checksums-Sha1: 
 75d074dd18950ecb22473f23ada1a24f84c1919c 1390 python-repoze.tm2_1.0a4-2.dsc
 4d2731fa19d57569ecab309b8dc4739e29048434 2286 python-repoze.tm2_1.0a4-2.diff.gz
 73d2bc8910c748654e550ab156cdd6a1da988f2e 77462 
python-repoze.tm2_1.0a4-2_all.deb
Checksums-Sha256: 
 542e5eb3edfd661214fae7815a75b49ed319accda3e46bf5e32035cb6e9d3b15 1390 
python-repoze.tm2_1.0a4-2.dsc
 9692eecdb8be21aec592bcfec8786d5a1c0ed0002b188b5e8de85b642aec4064 2286 
python-repoze.tm2_1.0a4-2.diff.gz
 8394fc28e55d83450eba6cde2b07722360ae76005f2d5f3ab0c8338372c28bd7 77462 
python-repoze.tm2_1.0a4-2_all.deb
Files: 
 e44cef169f55b97847dc8f9871e60b1a 1390 python optional 
python-repoze.tm2_1.0a4-2.dsc
 1b6234a89c627c83e612e60c99fd7b44 2286 python optional 
python-repoze.tm2_1.0a4-2.diff.gz
 2a0c6497ede72b32f24feec379557205 77462 python optional 
python-repoze.tm2_1.0a4-2_all.deb

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

iD8DBQFKdXVv1cqbBPLEI7wRAlnTAKDMyoolWrM904Wj1TFJzyySJI3CGgCdE845
HPhDntcvT+7OrCuLdC0q5aE=
=+Md6
-END PGP SIGNATURE-


Accepted:
python-repoze.tm2_1.0a4-2.diff.gz
  to pool/main/p/python-repoze.tm2/python-repoze.tm2_1.0a4-2.diff.gz
python-repoze.tm2_1.0a4-2.dsc
  to pool/main/p/python-repoze.tm2/python-repoze.tm2_1.0a4-2.dsc
python-repoze.tm2_1.0a4-2_all.deb
  to pool/main/p/python-repoze.tm2/python-repoze.tm2_1.0a4-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 cl-uffi 1.6.2-2 (source all amd64)

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

Format: 1.8
Date: Sun, 02 Aug 2009 06:21:27 -0600
Source: cl-uffi
Binary: cl-uffi cl-uffi-tests
Architecture: source all amd64
Version: 1.6.2-2
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-uffi- Universal Foreign Function Library for Common Lisp
 cl-uffi-tests - Regression tests for UFFI Common Lisp Library
Changes: 
 cl-uffi (1.6.2-2) unstable; urgency=low
 .
   * debian/control: Improve description
Checksums-Sha1: 
 a97a39fb2a6731d8c45f5848cf2e7bd36a655902 1041 cl-uffi_1.6.2-2.dsc
 e67d3fd36f8c23248710760ca268d34136cc527a 7394 cl-uffi_1.6.2-2.diff.gz
 5fc205d8ea613116e3b8a2c8d72349b35df55712 113406 cl-uffi_1.6.2-2_all.deb
 fbca03078ce3a96856dafec7e78b108695b0c18e 26046 cl-uffi-tests_1.6.2-2_amd64.deb
Checksums-Sha256: 
 225e90a3e0d5b9633f76a00452b418b022e0b28d4eab292301dec7de31c52880 1041 
cl-uffi_1.6.2-2.dsc
 19ba08c4dfd053ff1bd91985a9912d72a49a41735b457f432e97cf3ba5143bea 7394 
cl-uffi_1.6.2-2.diff.gz
 b538ff359b3f2ec2d1425382ed5c248cf1764ee2d49c8fd6d2848464a9b9030b 113406 
cl-uffi_1.6.2-2_all.deb
 872dd434e5e4f6d199f74670c8d0f1be03f8918f1d96e20e8508ad9eb4567290 26046 
cl-uffi-tests_1.6.2-2_amd64.deb
Files: 
 5a1b0116917719a924fa24420f318d3b 1041 lisp optional cl-uffi_1.6.2-2.dsc
 f101e778a8565010634509561ba420bd 7394 lisp optional cl-uffi_1.6.2-2.diff.gz
 05f3e9301a3a6aded06c8db8a3acde36 113406 lisp optional cl-uffi_1.6.2-2_all.deb
 331e09a97f9e54f9f86e875e9b966dbd 26046 lisp optional 
cl-uffi-tests_1.6.2-2_amd64.deb

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

iEYEARECAAYFAkp1hQYACgkQES7N8sSjgj5BmgCfVH0xMYmM0ljOJHNUkPhdNzkK
Lf0AoI6tC7pPIjShxWJX6HcwkkgCCj71
=AyZE
-END PGP SIGNATURE-


Accepted:
cl-uffi-tests_1.6.2-2_amd64.deb
  to pool/main/c/cl-uffi/cl-uffi-tests_1.6.2-2_amd64.deb
cl-uffi_1.6.2-2.diff.gz
  to pool/main/c/cl-uffi/cl-uffi_1.6.2-2.diff.gz
cl-uffi_1.6.2-2.dsc
  to pool/main/c/cl-uffi/cl-uffi_1.6.2-2.dsc
cl-uffi_1.6.2-2_all.deb
  to pool/main/c/cl-uffi/cl-uffi_1.6.2-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 libxfont 1:1.4.0-2 (source i386)

2009-08-02 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 13:36:46 +0200
Source: libxfont
Binary: libxfont1 libxfont1-dbg libxfont-dev
Architecture: source i386
Version: 1:1.4.0-2
Distribution: unstable
Urgency: high
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libxfont-dev - X11 font rasterisation library (development headers)
 libxfont1  - X11 font rasterisation library
 libxfont1-dbg - X11 font rasterisation library (debug package)
Closes: 535952
Changes: 
 libxfont (1:1.4.0-2) unstable; urgency=high
 .
   * libxfont1 Conflicts with xprint, printer font support was removed upstream
 in 1.4.0 (closes: #535952).
   * Add README.source from xsfbs.  Bump Standards-Version to 3.8.2.
Checksums-Sha1: 
 6ab2309c6bd857115f1f07a40fd5c14857e0d922 1399 libxfont_1.4.0-2.dsc
 291b51755c583271d2a9163d3537415bcb930dc4 19849 libxfont_1.4.0-2.diff.gz
 f00b6d047cc905aad15286d45cb7ca49a9e180e1 142674 libxfont1_1.4.0-2_i386.deb
 2f8131379141b7b4fb49cccd4df52a27240f602b 219048 libxfont1-dbg_1.4.0-2_i386.deb
 6adb7fc885a2a7dbf4587a9f4e201d13b0210ef4 175194 libxfont-dev_1.4.0-2_i386.deb
Checksums-Sha256: 
 9f8ce274ed5f09f7edc24c05dc1381a789c8e277bea9273d19ab119c81c01091 1399 
libxfont_1.4.0-2.dsc
 86c485670d2b36defd47a3c57d9e04aa6d9410d7fd52749cc13f64d50d6d2abf 19849 
libxfont_1.4.0-2.diff.gz
 6cb8b6a2bcfbb112e146ec179c6db5494fd580c2248d8f618bdebdbeb6aee4a5 142674 
libxfont1_1.4.0-2_i386.deb
 35bf5aaedca388440b6df631abf2b8aeedc3a78969b9c3ab57f2e99ad57fe94b 219048 
libxfont1-dbg_1.4.0-2_i386.deb
 f4268eb76c30004b949a2e9f609e0f4a0b16ab0b39e1719374c4f51a97a9a34d 175194 
libxfont-dev_1.4.0-2_i386.deb
Files: 
 ea816eff3ef1c969188445880d927c50 1399 x11 optional libxfont_1.4.0-2.dsc
 c7786fac94ebf80eef6c323f8a1ed1fb 19849 x11 optional libxfont_1.4.0-2.diff.gz
 601f3ebe636a88cda820c5bc9e6059ea 142674 libs optional 
libxfont1_1.4.0-2_i386.deb
 4dfd6d3a172f65cb35e5b39db3792279 219048 debug extra 
libxfont1-dbg_1.4.0-2_i386.deb
 59573c30f13e1dcf223a604300054ce0 175194 libdevel optional 
libxfont-dev_1.4.0-2_i386.deb

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

iEYEARECAAYFAkp1fsEACgkQmEvTgKxfcAz3KQCfV4LxiK/Dxao7yDNhUe+YoQO1
Zk0AnRdc9CA2SbmWevyWXyYuDgLOZ+u+
=fMxU
-END PGP SIGNATURE-


Accepted:
libxfont-dev_1.4.0-2_i386.deb
  to pool/main/libx/libxfont/libxfont-dev_1.4.0-2_i386.deb
libxfont1-dbg_1.4.0-2_i386.deb
  to pool/main/libx/libxfont/libxfont1-dbg_1.4.0-2_i386.deb
libxfont1_1.4.0-2_i386.deb
  to pool/main/libx/libxfont/libxfont1_1.4.0-2_i386.deb
libxfont_1.4.0-2.diff.gz
  to pool/main/libx/libxfont/libxfont_1.4.0-2.diff.gz
libxfont_1.4.0-2.dsc
  to pool/main/libx/libxfont/libxfont_1.4.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 python-repoze.who-plugins 20090530-4 (source all)

2009-08-02 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 13:49:01 +0200
Source: python-repoze.who-plugins
Binary: python-repoze.who-plugins
Architecture: source all
Version: 20090530-4
Distribution: unstable
Urgency: low
Maintainer: Stefano Zacchiroli z...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 python-repoze.who-plugins - authentication framework for Python WSGI 
applications - plugins c
Changes: 
 python-repoze.who-plugins (20090530-4) unstable; urgency=low
 .
   * first upload to unstable
   * debian/control: add Piotr to Uploaders
Checksums-Sha1: 
 300d2f8795abec0373cd47a79d0865658ce9e2bb 1471 
python-repoze.who-plugins_20090530-4.dsc
 0cbe0bc3d9c974a82421eedc3da5f1768897be81 4851 
python-repoze.who-plugins_20090530-4.diff.gz
 57a13691f01b6bdb670c705e6ba0c3a4f663fa9a 26680 
python-repoze.who-plugins_20090530-4_all.deb
Checksums-Sha256: 
 186bea3807d9a4768c2f2a982e81c3693b335d4c308cc552b67f284e827ea86e 1471 
python-repoze.who-plugins_20090530-4.dsc
 23fb379c42b26ec26f119b5c27ddca3a3c8a9fe64d4875c5c6f4b6014fa8cb3f 4851 
python-repoze.who-plugins_20090530-4.diff.gz
 887abdbf9f25cea2e6853a9ca0d92d7e7f977f62363ead2455480794137cd66a 26680 
python-repoze.who-plugins_20090530-4_all.deb
Files: 
 1542cae6891271d1b14f508cb15a61a6 1471 python optional 
python-repoze.who-plugins_20090530-4.dsc
 46421fbc2e4b80edebc2b94958fc05e1 4851 python optional 
python-repoze.who-plugins_20090530-4.diff.gz
 4db26a533454d65a9044458d4af113ac 26680 python optional 
python-repoze.who-plugins_20090530-4_all.deb

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

iD8DBQFKdX3Z1cqbBPLEI7wRApdSAJ9nFEmRtEcA63W/WP6Vd5t45cN0aACg17YB
fhgvYcFIqhoSt2cfTEhrO2o=
=YOtK
-END PGP SIGNATURE-


Accepted:
python-repoze.who-plugins_20090530-4.diff.gz
  to 
pool/main/p/python-repoze.who-plugins/python-repoze.who-plugins_20090530-4.diff.gz
python-repoze.who-plugins_20090530-4.dsc
  to 
pool/main/p/python-repoze.who-plugins/python-repoze.who-plugins_20090530-4.dsc
python-repoze.who-plugins_20090530-4_all.deb
  to 
pool/main/p/python-repoze.who-plugins/python-repoze.who-plugins_20090530-4_all.deb


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



Accepted goobox 2.0.0-6 (source alpha)

2009-08-02 Thread Helge Kreutzmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 14:24:14 +0200
Source: goobox
Binary: goobox
Architecture: source alpha
Version: 2.0.0-6
Distribution: unstable
Urgency: low
Maintainer: Helge Kreutzmann deb...@helgefjell.de
Changed-By: Helge Kreutzmann deb...@helgefjell.de
Description: 
 goobox - CD player and ripper with GNOME 2 integration
Closes: 538613
Changes: 
 goobox (2.0.0-6) unstable; urgency=low
 .
   * Include config.sub and config.guess according to the new rules, this
 should enable building with format 3.0(quilt) once this becomes accepted
 in the archive and hence closes: #538613.
   * Follow current /usr/share/doc/autotools-dev/README.Debian.gz more closely,
 namely
 * Only use --host if necessary
 * Prepare to call autoreconf before configure (currently disabled)
Checksums-Sha1: 
 8dd39602cb55e4a21fc612f2c60ca94ca9e9d1a0 1194 goobox_2.0.0-6.dsc
 ab5ddb40c45c928e0f53eac61914d2317f4536f5 55291 goobox_2.0.0-6.diff.gz
 6c0d0c6c534a68ef783ee48f647b5f91b6c30294 327392 goobox_2.0.0-6_alpha.deb
Checksums-Sha256: 
 86caba50f7ccfe733a8ab68538257ec1f5a60a216a81b9662d1d9d3e8327e1f0 1194 
goobox_2.0.0-6.dsc
 c80f178a42ae01e0dcb1b8affd56ab6a94cdfe2802365a8eb4193f738a15dbbe 55291 
goobox_2.0.0-6.diff.gz
 c6c9184a4c71b846fab22a89ae7cb1aa8816587f93a55f4271b7d4efc4f5f31d 327392 
goobox_2.0.0-6_alpha.deb
Files: 
 5d139b4ec2b1725e9341825796abd46f 1194 gnome optional goobox_2.0.0-6.dsc
 fbdc018f028ea8caa919f76f2323e568 55291 gnome optional goobox_2.0.0-6.diff.gz
 3729b81f0d0fc6e0d4d50a7976d6723e 327392 gnome optional goobox_2.0.0-6_alpha.deb

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

iD8DBQFKdYwGRsxcY/MYpWoRAvRwAKCbAKjgok2g5MPEoI+uCwdXmnrzCgCaAvIu
GwGPHJBOhnC7r2xD+qgwAKQ=
=GTd6
-END PGP SIGNATURE-


Accepted:
goobox_2.0.0-6.diff.gz
  to pool/main/g/goobox/goobox_2.0.0-6.diff.gz
goobox_2.0.0-6.dsc
  to pool/main/g/goobox/goobox_2.0.0-6.dsc
goobox_2.0.0-6_alpha.deb
  to pool/main/g/goobox/goobox_2.0.0-6_alpha.deb


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



Accepted cl-umlisp 1:2007ac.2-3 (source all)

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

Format: 1.8
Date: Sun, 02 Aug 2009 06:30:31 -0600
Source: cl-umlisp
Binary: cl-umlisp
Architecture: source all
Version: 1:2007ac.2-3
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg k...@debian.org
Changed-By: Kevin M. Rosenberg k...@debian.org
Description: 
 cl-umlisp  - Common Lisp interface for the Unified Medical Language System
Changes: 
 cl-umlisp (1:2007ac.2-3) unstable; urgency=low
 .
   * debian/control: Change to new lisp section
Checksums-Sha1: 
 e74ddcb9ff48ad8557cadb88dc657d2999400832 1060 cl-umlisp_2007ac.2-3.dsc
 41e875e17bd587a40ab3a35edc21ec6abf898b44 2818 cl-umlisp_2007ac.2-3.diff.gz
 900b1d1640d1fa67e3eb06d6d42581bb1c76530f 37792 cl-umlisp_2007ac.2-3_all.deb
Checksums-Sha256: 
 aed9d5cc9bc2be68a85ddba95ad7c191a4ef90a5b092d8497e96f392534c4127 1060 
cl-umlisp_2007ac.2-3.dsc
 27c9112c0671e7bb5727287cb7fb90d1406e4aa4a1814c1225a63625fbb391ad 2818 
cl-umlisp_2007ac.2-3.diff.gz
 a898da362719c4454bee4100e81750740fee35001beb3b459dcc674a08b979e7 37792 
cl-umlisp_2007ac.2-3_all.deb
Files: 
 c7aae6d59e551e4683af7644b0ca7979 1060 contrib/lisp optional 
cl-umlisp_2007ac.2-3.dsc
 145458cc70b7e10ea2c49e2c1905d65b 2818 contrib/lisp optional 
cl-umlisp_2007ac.2-3.diff.gz
 5cb3649398444b4ee0cef9cc540dc782 37792 contrib/lisp optional 
cl-umlisp_2007ac.2-3_all.deb

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

iEYEARECAAYFAkp1hzEACgkQES7N8sSjgj6MagCfSpD58Zvogl649XIs08PKHQlJ
nvUAn3R9sNJvMadh2IIi/nGIy/dRgGUA
=hpOW
-END PGP SIGNATURE-


Accepted:
cl-umlisp_2007ac.2-3.diff.gz
  to pool/contrib/c/cl-umlisp/cl-umlisp_2007ac.2-3.diff.gz
cl-umlisp_2007ac.2-3.dsc
  to pool/contrib/c/cl-umlisp/cl-umlisp_2007ac.2-3.dsc
cl-umlisp_2007ac.2-3_all.deb
  to pool/contrib/c/cl-umlisp/cl-umlisp_2007ac.2-3_all.deb


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



Accepted emacs23-non-dfsg 23.1+1-1 (source all)

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

Format: 1.8
Date: Sat, 01 Aug 2009 13:19:40 -0700
Source: emacs23-non-dfsg
Binary: emacs23-common-non-dfsg
Architecture: source all
Version: 23.1+1-1
Distribution: unstable
Urgency: low
Maintainer: Rob Browning r...@defaultvalue.org
Changed-By: Rob Browning r...@defaultvalue.org
Description: 
 emacs23-common-non-dfsg - GNU Emacs shared, architecture independent, non-DFSG 
items
Changes: 
 emacs23-non-dfsg (23.1+1-1) unstable; urgency=low
 .
   * New emacs23 packages.
 .
   * Patches have been removed or adjusted.
Checksums-Sha1: 
 b130f32d13b15989880993bcb6d1407396dd9f6c 1133 emacs23-non-dfsg_23.1+1-1.dsc
 86fae292c80574e38a2234345a3ecf7450426b85 3876127 
emacs23-non-dfsg_23.1+1.orig.tar.gz
 19903c16467a89b8cec3d2351139cf343abeb98a 12828 
emacs23-non-dfsg_23.1+1-1.diff.gz
 db7a9dc675477b9c3fb390ec75f936d99134f418 4006798 
emacs23-common-non-dfsg_23.1+1-1_all.deb
Checksums-Sha256: 
 9b33cdac72af9ad97d8512927cceca6d84561ede6e936695647342c16775 1133 
emacs23-non-dfsg_23.1+1-1.dsc
 515591d17355ea81c8e817826a593593bafdc79bbd3fcc06787086f3127585d3 3876127 
emacs23-non-dfsg_23.1+1.orig.tar.gz
 c9b1db8728ec82e6f7ec72b29a14ae68abd96d7d452c9688b447014241fd8ba3 12828 
emacs23-non-dfsg_23.1+1-1.diff.gz
 701277ed90f3627dacd5ce30c8a8f340e5e1892dbc0092e3de83233b8886e9df 4006798 
emacs23-common-non-dfsg_23.1+1-1_all.deb
Files: 
 23396d06ea26f99b0b7bdaca9062fde3 1133 non-free/editors optional 
emacs23-non-dfsg_23.1+1-1.dsc
 f2d7fe85292a698f4fa9d092362940f1 3876127 non-free/editors optional 
emacs23-non-dfsg_23.1+1.orig.tar.gz
 e6cc9307d5833b3d8c2c2092de0528ff 12828 non-free/editors optional 
emacs23-non-dfsg_23.1+1-1.diff.gz
 f47882793c81ad878b8d7c8d02a3f5ca 4006798 non-free/editors optional 
emacs23-common-non-dfsg_23.1+1-1_all.deb

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

iEYEARECAAYFAkp0p80ACgkQJcjTd4x+c6RHrgCg0vNkjNw836kr/wAOyyCJUCUG
ILAAoMjvt0kgQKQQwtduYM5bDL8EgSpK
=6y/Z
-END PGP SIGNATURE-


Accepted:
emacs23-common-non-dfsg_23.1+1-1_all.deb
  to pool/non-free/e/emacs23-non-dfsg/emacs23-common-non-dfsg_23.1+1-1_all.deb
emacs23-non-dfsg_23.1+1-1.diff.gz
  to pool/non-free/e/emacs23-non-dfsg/emacs23-non-dfsg_23.1+1-1.diff.gz
emacs23-non-dfsg_23.1+1-1.dsc
  to pool/non-free/e/emacs23-non-dfsg/emacs23-non-dfsg_23.1+1-1.dsc
emacs23-non-dfsg_23.1+1.orig.tar.gz
  to pool/non-free/e/emacs23-non-dfsg/emacs23-non-dfsg_23.1+1.orig.tar.gz


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



  1   2   >