Re: linux-image-*-dbg for squeeze?

2010-03-05 Thread Lucas Nussbaum
On 04/03/10 at 16:40 -0700, John Wright wrote:
 Hi kernel team,
 
 (Cc-ing -devel to get more eyes on the subject, since I'm soliciting
 ideas here...  See [1] for some context.)
 
 What would it take to get kernel debuginfo into squeeze?  As I
 understand it, the main blockers were [2]:

Hi John,

I raised the same question a few weeks ago. See the thread starting at
http://lists.debian.org/debian-devel/2010/02/msg00403.html

Summary:
- Some buildds for slow arches are hosted on DSL lines, making it
  unpractical to upload very large kernel images (my -dbg .deb takes
  424 MB on amd64).
  = Support could be limited to fast arches with well-connected
  buildds: i386, amd64, powerpc, s390 and ia64
  
- Archive space problem
  = Support could be limited to some flavours (like, only the standard
  one, for a start)

- Buildd disk space: not a problem on the fast arches

So, the major blockers seem to be network bandwidth (to upload the
packages) and increased build time for the kernel maintainers. See
http://lists.debian.org/debian-devel/2010/02/msg00472.html
http://lists.debian.org/debian-devel/2010/02/msg00478.html

I wonder what we (as Debian) could do about it. Would it make sense to
sponsor a very fast machine that the kernel team could use to build the
kernels and upload from, replacing kernel-archive.buildserver.net ?

 Another alternative would be to turn on the CONFIG_DEBUG_INFO and
 CONFIG_KPROBES options, but strip the kernel and modules, but at least
 provide some script a user could run to rebuild the kernel with the same
 options and compiler to get the debug symbols.  Or maybe upload the
 debuginfo packages to a separate archive?  There was some discussion
 about a large data archive a few years ago, and Joerg mentioned in May
 2008 that such an archive setup was only a couple weeks out [3].  But I
 haven't heard anything since then...

It isn't that complicated to build your own kernel image with debuginfo,
and it takes 30 mins on a fast 8-cores system. My notes:
apt-get install linux-image-2.6.32-3-amd64 linux-source-2.6.32 kernel-package
tar xf /usr/src/linux-source-2.6.32.tar.bz2
cd linux-source-2.6.32
cp /boot/config-2.6.32-3-amd64 .config
edit .config:
 CONFIG_KPROBES=y
 CONFIG_DEBUG_INFO=y
make oldconfig
export PATH=/usr/lib/ccache:$PATH
make-kpkg -j 16 --append-to-version +kprobes --revision=1 --initrd binary-arch
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305080750.gb14...@xanadu.blop.info



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Paul Wise
2010/2/28 Josselin Mouette j...@debian.org:

 currently policy §12.1 mandates that “each program, utility, and
 function should have an associated manual page”. However, the more I
 stomp on bug reports about manual pages, the less I am convinced of
 their usefulness for GUI programs.

How about replacing an associated manual page with associated
documentation? Also add a sentence or two saying that said
documentation may be in any format(s) (manual pages suggested)
viewable in Debian and should be well maintained.

help2man-generated manual pages are no substitute for good,
well-maintained manual pages or other documentation.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Frank Lin PIAT
On Fri, 2010-03-05 at 15:53 +0800, Paul Wise wrote:
 On Fri, Mar 5, 2010 at 3:41 PM, Daniel Leidert
 daniel.leidert.s...@gmx.net wrote:
 
  What's the problem, to write a short manual page, that points to the
  --help switch? All the maintainer would have to do is to provide the
  intention of the command, point to the help/usage switch, relevant
  commands and to locally installed documentation. Such a manual page
  won't unlikely become outdated and it doesn't need much maintenance.
  This goes for both: authors and maintainers. But it still provides the
  necessary information to the user.

 An outdated/unmaintained manual page or one that just points at --help
 or existing documentation isn't useful or acceptable.

I get to wonder how many DD/DM even ping their upstream about this
issue.

A short manpage, pointing to native documentation have proven to be
useful (see GNU programs, and info pages).

Wouldn't it be possible to build a manpage the docbook file (because the
command lines are documented there, right ?)

At the risk of repeating myself, man $foo is a unified Interface for
humans.

Franklin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/126763.10430.160.ca...@solid.paris.klabs.be



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Vincent Lefevre
On 2010-03-04 17:12:15 +0100, Bill Allombert wrote:
 On Thu, Mar 04, 2010 at 04:32:45PM +0100, Josselin Mouette wrote:
  Because, of course, the user is too stupid to click the “Help” menu
  inside the application.
 
 Because the users have not yet decided if they want to start the application
 and they look to the manpage for guidance.

Yes, and for various reasons, it may happen that the application
doesn't start (e.g. due to incorrect environment), and the user
cannot look at the help from the menu to see what's wrong.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305083004.ga13...@prunille.vinc17.org



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Sune Vuorela
On 2010-03-05, Daniel Leidert daniel.leidert.s...@gmx.net wrote:
 You need a dozen GROFF macros and 2 or 3 escapes. And this is a
 burden to you guys? Really?

Patches welcome. I think we have the need of a couple of hundred in KDE.
Probably something similar in gnome land.
and also quite many in xfce.

/Sune


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnhp1h03.nfa.nos...@sshway.ssh.pusling.com



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Josselin Mouette
Le vendredi 05 mars 2010 à 09:30 +0100, Vincent Lefevre a écrit :
  Because the users have not yet decided if they want to start the application
  and they look to the manpage for guidance.
 
 Yes, and for various reasons, it may happen that the application
 doesn't start (e.g. due to incorrect environment), and the user
 cannot look at the help from the menu to see what's wrong.

Sometimes when I read such nonsense, I wonder if we are really using the
same distribution.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “A handshake with whitnesses is the same
  `- as a signed contact.”  -- Jörg Schilling


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1267781034.20020.0.ca...@meh



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Josselin Mouette
Le vendredi 05 mars 2010 à 08:41 +0100, Daniel Leidert a écrit :
 You need a dozen GROFF macros and 2 or 3 escapes. And this is a
 burden to you guys? Really?

Given the benefit, which is close to zero? Yes.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “A handshake with whitnesses is the same
  `- as a signed contact.”  -- Jörg Schilling


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1267781187.20020.2.ca...@meh



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Daniel Leidert
Josselin Mouette wrote:
 Le vendredi 05 mars 2010 à 09:30 +0100, Vincent Lefevre a écrit :
   Because the users have not yet decided if they want to start the 
   application
   and they look to the manpage for guidance.
  
  Yes, and for various reasons, it may happen that the application
  doesn't start (e.g. due to incorrect environment), and the user
  cannot look at the help from the menu to see what's wrong.
 
 Sometimes when I read such nonsense, I wonder if we are really using the
 same distribution.

Of course it does not happen, that evolution crashes for specific
mails and then keeps crashing on every new start, because it opens the
same mail. The only way to fix this, is to start with a different
component. Do you need the bug report #? So how do you access the
help menu to get the switches?

JFTR: Yes, we are using the same distribution.

Regards, Daniel
-- 
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/chbrowser


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305095621.133...@gmx.net



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Josselin Mouette
Le vendredi 05 mars 2010 à 10:56 +0100, Daniel Leidert a écrit :
 Of course it does not happen, that evolution crashes for specific
 mails and then keeps crashing on every new start, because it opens the
 same mail. The only way to fix this, is to start with a different
 component. Do you need the bug report #? So how do you access the
 help menu to get the switches?

Command-line switches are documented where you expect them to be
documented: in command-line switches, with the standard --help option.
They have nothing to do in the graphical help system.

Furthermore, for a few releases now, evolution has stopped displaying a
message that triggered a crash on startup. If it still happens for you,
you might consider filing a bug (in addition to the one where you submit
the backtrace for your crash, of course).

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “A handshake with whitnesses is the same
  `- as a signed contact.”  -- Jörg Schilling


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1267783488.20020.11.ca...@meh



Re: linux-image-*-dbg for squeeze?

2010-03-05 Thread John Wright
Hi Lucas,

On Fri, Mar 05, 2010 at 09:07:50AM +0100, Lucas Nussbaum wrote:
 On 04/03/10 at 16:40 -0700, John Wright wrote:
  Hi kernel team,
  
  (Cc-ing -devel to get more eyes on the subject, since I'm soliciting
  ideas here...  See [1] for some context.)
  
  What would it take to get kernel debuginfo into squeeze?  As I
  understand it, the main blockers were [2]:
 
 Hi John,
 
 I raised the same question a few weeks ago. See the thread starting at
 http://lists.debian.org/debian-devel/2010/02/msg00403.html

Agh, I totally missed that discussion.  Sorry to bring it back up in a
new thread...

 Summary:
 - Some buildds for slow arches are hosted on DSL lines, making it
   unpractical to upload very large kernel images (my -dbg .deb takes
   424 MB on amd64).
   = Support could be limited to fast arches with well-connected
   buildds: i386, amd64, powerpc, s390 and ia64
   
 - Archive space problem
   = Support could be limited to some flavours (like, only the standard
   one, for a start)

I think we could live with those compromises. :)

 - Buildd disk space: not a problem on the fast arches
 
 So, the major blockers seem to be network bandwidth (to upload the
 packages) and increased build time for the kernel maintainers. See
 http://lists.debian.org/debian-devel/2010/02/msg00472.html
 http://lists.debian.org/debian-devel/2010/02/msg00478.html
 
 I wonder what we (as Debian) could do about it. Would it make sense to
 sponsor a very fast machine that the kernel team could use to build the
 kernels and upload from, replacing kernel-archive.buildserver.net ?

Makes sense to me, especially if it had good connectivity to ftp-master.
What would it take to make this happen?  And would it make building
debug info more palatable to the kernel team?

  Another alternative would be to turn on the CONFIG_DEBUG_INFO and
  CONFIG_KPROBES options, but strip the kernel and modules, but at least
  provide some script a user could run to rebuild the kernel with the same
  options and compiler to get the debug symbols.  Or maybe upload the
  debuginfo packages to a separate archive?  There was some discussion
  about a large data archive a few years ago, and Joerg mentioned in May
  2008 that such an archive setup was only a couple weeks out [3].  But I
  haven't heard anything since then...
 
 It isn't that complicated to build your own kernel image with debuginfo,
 and it takes 30 mins on a fast 8-cores system. My notes:
 apt-get install linux-image-2.6.32-3-amd64 linux-source-2.6.32 kernel-package
 tar xf /usr/src/linux-source-2.6.32.tar.bz2
 cd linux-source-2.6.32
 cp /boot/config-2.6.32-3-amd64 .config
 edit .config:
  CONFIG_KPROBES=y
  CONFIG_DEBUG_INFO=y
 make oldconfig
 export PATH=/usr/lib/ccache:$PATH
 make-kpkg -j 16 --append-to-version +kprobes --revision=1 --initrd binary-arch

True, but it doesn't give you debug data you can use with the kernel
Debian actually ships (although it might if CONFIG_KPROBES=y and
CONFIG_DEBUG_INFO=y in the real kernel, but it were stripped...).  Part
of the appeal is being able to use systemtap and crash without also
basically having to be your own kernel maintainer.

-- 
John Wright j...@debian.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305112702.gb15...@supernova.localdomain



Bug#572633: ITP: gnubatch -- A network-based batch scheduler

2010-03-05 Thread Philip Hands
Package: wnpp
Severity: wishlist
Owner: Philip Hands p...@hands.com


* Package name: gnubatch
  Version : 1.2
  Upstream Author : John M Collins j...@xisl.com
* URL : http://www.gnu.org/software/gnubatch
* License : GPL 3 or later
  Programming Lang: C, Perl
  Description : A network-based batch scheduler

This is a fast, network-enabled and reliable batch scheduler
for GNU/Linux and UNIX systems.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100305113608.15343.33429.report...@palm.hands.com



Bug#572637: ITP: haskell-non-negative -- Non-negative numbers for Haskell

2010-03-05 Thread USB
Package: wnpp
Severity: wishlist
Owner: Ernesto Hernández-Novich (USB) e...@usb.ve


* Package name: haskell-non-negative
  Version : 0.0.5.1
  Upstream Author : Henning Thielemann hask...@henning-thielemann.de
* URL : http://hackage.haskell.org/package/non-negative
* License : GPL
  Programming Lang: Haskell
  Description : Non-negative numbers for Haskell

This package provides a library for the Haskell programming language.

This library provides a class for non-negative numbers, a wrapper which
can turn any ordered numeric type into a member of that class, and a
lazy number type for non-negative numbers (a generalization of Peano
numbers).

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (900, 'stable'), (1, 'experimental')
Architecture: i386 (i686)



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100305121719.14278.67007.report...@deepthought.itverx.com.ve



sensible-mailer

2010-03-05 Thread Harald Braumann
Hi,

I'd like to propose a `sensible-mailer' command. The main usage would
be to handle `mailto' links. But maybe such functionality already exists
and I'm just not aware of it, or there are specific reasons for not
implementing this.

The script should accept a `mailto' link as its parameter and then invoke
whatever MUA the user has configured through an environment variable. MUAs
that don't support these links out of the box (like mutt) should provide
a helper script that parses the URL and invokes the mailer with appropriate
options. Web browsers could be configured to use this command out of the box.

Additionally the command could provide a minimum set of options (like `--to',
`--subject', `--cc', ...) that would allow to invoke it manually and start
the user's MUA with these parameters pre-filled.



Any thoughts about this?

Cheers,
harry



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305140628.gc21...@nn.nn



Re: sensible-mailer

2010-03-05 Thread Samuel Thibault
Harald Braumann, le Fri 05 Mar 2010 15:06:28 +0100, a écrit :
 I'd like to propose a `sensible-mailer' command.

Well, there is /etc/alternatives/mailx

Samuel


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305141026.gj14...@const.bordeaux.inria.fr



Re: sensible-mailer

2010-03-05 Thread Marco d'Itri
On Mar 05, Harald Braumann ha...@unheit.net wrote:

 I'd like to propose a `sensible-mailer' command. The main usage would
 be to handle `mailto' links. But maybe such functionality already exists
 and I'm just not aware of it, or there are specific reasons for not
 implementing this.
http://portland.freedesktop.org/xdg-utils-1.0beta1/xdg-email.html

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: sensible-mailer

2010-03-05 Thread Josselin Mouette
Le vendredi 05 mars 2010 à 15:06 +0100, Harald Braumann a écrit :
 I'd like to propose a `sensible-mailer' command. The main usage would
 be to handle `mailto' links. But maybe such functionality already exists
 and I'm just not aware of it, or there are specific reasons for not
 implementing this.

xdg-open handles mailto links just fine.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “A handshake with whitnesses is the same
  `- as a signed contact.”  -- Jörg Schilling


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1267798739.20020.13.ca...@meh



Re: sensible-mailer

2010-03-05 Thread Giacomo A. Catenazzi

On 05.03.2010 15:10, Samuel Thibault wrote:

Harald Braumann, le Fri 05 Mar 2010 15:06:28 +0100, a écrit :

I'd like to propose a `sensible-mailer' command.


Well, there is /etc/alternatives/mailx


It is a different things (IMHO).

mailx is used to send mail (POSIX way),
mailto: means to open a editor and send the mail
(probably in the graphic environment)

ciao
cate


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b911314.8020...@debian.org



Re: sensible-mailer

2010-03-05 Thread Giacomo A. Catenazzi

On 05.03.2010 15:18, Josselin Mouette wrote:

Le vendredi 05 mars 2010 à 15:06 +0100, Harald Braumann a écrit :

I'd like to propose a `sensible-mailer' command. The main usage would
be to handle `mailto' links. But maybe such functionality already exists
and I'm just not aware of it, or there are specific reasons for not
implementing this.


xdg-open handles mailto links just fine.


not guaranteed:
from manpage: xdg-open supports file, ftp, http and https URLs.

ciao
cate


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b911595.5050...@debian.org



Re: sensible-mailer

2010-03-05 Thread Bastian Venthur
On 05.03.2010 15:18, Josselin Mouette wrote:
 Le vendredi 05 mars 2010 à 15:06 +0100, Harald Braumann a écrit :
 I'd like to propose a `sensible-mailer' command. The main usage would
 be to handle `mailto' links. But maybe such functionality already exists
 and I'm just not aware of it, or there are specific reasons for not
 implementing this.
 
 xdg-open handles mailto links just fine.
 
 Cheers,

Or better, xdg-email:

xdg-email --help
xdg-email - command line tool for sending mail using the user's preferred
e-mail composer

Synopsis

xdg-email [--utf8] [--cc address] [--bcc address] [--subject text]
[--body text
] [--attach file] [ mailto-uri | address(es) ]

xdg-email { --help | --manual | --version }

Use 'man xdg-email' or 'xdg-email --manual' for additional info.


Works just fine for mailto-urls. --attach file does not work reliable
though.


Cheers,

Bastian

-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/hmr5a4$pv...@dough.gmane.org



Re: sensible-mailer

2010-03-05 Thread Harald Braumann
On Fri, Mar 05, 2010 at 03:30:45PM +0100, Giacomo A. Catenazzi wrote:
 On 05.03.2010 15:18, Josselin Mouette wrote:
 Le vendredi 05 mars 2010 à 15:06 +0100, Harald Braumann a écrit :
 I'd like to propose a `sensible-mailer' command. The main usage would
 be to handle `mailto' links. But maybe such functionality already exists
 and I'm just not aware of it, or there are specific reasons for not
 implementing this.
 
 xdg-open handles mailto links just fine.
 
 not guaranteed:
 from manpage: xdg-open supports file, ftp, http and https URLs.

It's xdg-email. It has exactly the interface that I would envision, but alas
doesn't work. Not the whole world is a desktop. If it doesn't detect any of 
the desktop environments, it will call sensible-browser, which leads you back
to where you've started (the browser, where you clicked the link).

So we would still need a sensible-mailer command, that can be called in such
a case. It's also necessary to convert the link to command line options for
mailers that don't support mailto links.

harry


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305144355.ge21...@nn.nn



Re: sensible-mailer

2010-03-05 Thread Harald Braumann
On Fri, Mar 05, 2010 at 03:10:26PM +0100, Samuel Thibault wrote:
 Harald Braumann, le Fri 05 Mar 2010 15:06:28 +0100, a écrit :
  I'd like to propose a `sensible-mailer' command.
 
 Well, there is /etc/alternatives/mailx

You can't set, e.g., mutt as an alternative. Also the problem with
the alternatives system is, that it's a system wide setting and 
doesn't allow the use to change his alternatives.

harry


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305144702.gf21...@nn.nn



Re: sensible-mailer

2010-03-05 Thread Samuel Thibault
Harald Braumann, le Fri 05 Mar 2010 15:47:02 +0100, a écrit :
 On Fri, Mar 05, 2010 at 03:10:26PM +0100, Samuel Thibault wrote:
  Harald Braumann, le Fri 05 Mar 2010 15:06:28 +0100, a écrit :
   I'd like to propose a `sensible-mailer' command.
  
  Well, there is /etc/alternatives/mailx
 
 You can't set, e.g., mutt as an alternative.

That could be fixed.

Samuel


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305145229.gn14...@const.bordeaux.inria.fr



Re: sensible-mailer

2010-03-05 Thread Yves-Alexis Perez
Le 05/03/2010 15:43, Harald Braumann a écrit :
 On Fri, Mar 05, 2010 at 03:30:45PM +0100, Giacomo A. Catenazzi wrote:
 On 05.03.2010 15:18, Josselin Mouette wrote:
 Le vendredi 05 mars 2010 à 15:06 +0100, Harald Braumann a écrit :
 I'd like to propose a `sensible-mailer' command. The main usage would
 be to handle `mailto' links. But maybe such functionality already exists
 and I'm just not aware of it, or there are specific reasons for not
 implementing this.

 xdg-open handles mailto links just fine.

 not guaranteed:
 from manpage: xdg-open supports file, ftp, http and https URLs.
 
 It's xdg-email. It has exactly the interface that I would envision, but alas
 doesn't work. Not the whole world is a desktop. If it doesn't detect any of 
 the desktop environments, it will call sensible-browser, which leads you back
 to where you've started (the browser, where you clicked the link).
 
 So we would still need a sensible-mailer command, that can be called in such
 a case. It's also necessary to convert the link to command line options for
 mailers that don't support mailto links.
 
Please no, not another one or we'll end up with the browser situation
(sensible-browser, gnome-www-browser, www-browser, x-www-browser, WTF?).

xdg-email (or even xdg-open, fwiw) would definitely be the correct
solution, that way the user can set the mailer he wants. Make it have a
good default (a $MAILER better than a new command, imho) and you're done.

Cheers,
-- 
Yves-Alexis


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b912760.5060...@debian.org



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Yves-Alexis Perez
Le 05/03/2010 08:41, Daniel Leidert a écrit :
 You need a dozen GROFF macros and 2 or 3 escapes. And this is a
 burden to you guys? Really?

Yes. But if you volunteer to do that upstream, I'm sure it'll be really
appreciated. I have stuff way more interesting and/or urgent to do on
Debian (and as said, I don't think those manpages are useful in the
end). So if they are present, fine, if not, it won't prevent me to sleep.

Regards,
-- 
Yves-Alexis


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b912847.9080...@debian.org



Bug#572663: ITP: liblog-dispatch-array-perl -- module to log events to an array (reference)

2010-03-05 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblog-dispatch-array-perl
  Version : 1.001
  Upstream Author : Ricardo Signes, r...@cpan.org
* URL : http://search.cpan.org/dist/Log-Dispatch-Array/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module to log events to an array (reference)

Log::Dispatch::Array provides a Log::Dispatch log output system that appends
logged events to an array reference. This is probably only useful for testing
the logging of your code.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305154248.ga15...@belanna.comodo.priv.at



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Yves-Alexis Perez
Le 05/03/2010 11:04, Josselin Mouette a écrit :
 Furthermore, for a few releases now, evolution has stopped displaying a
 message that triggered a crash on startup. If it still happens for you,
 you might consider filing a bug (in addition to the one where you submit
 the backtrace for your crash, of course).

Evolution never crashes, it just stops wasting cpu cycles, that's all.
-- 
Yves-Alexis
/de factor/ evolution maintainer


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b912cb4.9030...@debian.org



Bug#572665: ITP: liblog-dispatchouli-perl -- simple wrapper around Log::Dispatch

2010-03-05 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblog-dispatchouli-perl
  Version : 1.100630
  Upstream Author : Ricardo SIGNES r...@cpan.org
* URL : http://search.cpan.org/dist/Log-Dispatchouli/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : simple wrapper around Log::Dispatch

Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it
dead simple to add logging to a program without having to think much about
categories, facilities, levels, or things like that. It is meant to make
logging just configurable enough that you can find the logs you want and just
easy enough that you will actually log things.

Log::Dispatchouli can log to syslog (if you specify a facility), standard
error or standard output, to a file, or to an array in memory. That last one
is mostly useful for testing.

In addition to providing as simple a way to get a handle for logging
operations, Log::Dispatchouli uses String::Flogger to process the things to
be logged, meaning you can easily log data structures. Basically: strings are
logged as is, arrayrefs are taken as (sprintf format, args), and subroutines
are called only if needed. For more information read the String::Flogger
docs.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305155534.ga29...@belanna.comodo.priv.at



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Yves-Alexis Perez
Le 27/02/2010 22:11, markus schnalke a écrit :
 [2010-02-27 20:06] Josselin Mouette j...@debian.org

 I think it is a waste of time to write manual pages that won't be
 maintained upstream, and that won't contain more useful information than
 --help. The purpose of a manual page is to document precisely the
 behavior of a program, and for GUI applications there is usually an
 associated GUI documentation instead.
 
 Man pages have one more important advantage: Every command has one.

Which is not true, and the point of the discussion.
 
 Do not underestimate this. On Debian systems, people know, if they
 want to find out how to run a command and what command line options it
 has, they look in its man page, cause every command has one.

Well, no, again. Not every command have one, and not everyone try to
look at them. Especially for GUI program.
 
 If some graphical programs would not provide one, the the user would
 first try to look in the man page and if it does not exist, he needs
 to try --help (maybe he even needs to look for additional
 documentation which would be application specific).

Just speaking for myself, but I *first* run app --help to get some quick
help, and only if I need more specific information I run the about/help
menu item, or the manpage in case of a command line application.
 
 In my eyes, the largest advantage of man pages is that every command
 has one.

So if every command has a manpage, the whole point is moot and we don't
have to discuss it. Thanks :)
-- 
Yves-Alexis


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b91354a.8020...@debian.org



Re: sensible-mailer

2010-03-05 Thread Harald Braumann
On Fri, Mar 05, 2010 at 04:46:40PM +0100, Yves-Alexis Perez wrote:
 Le 05/03/2010 15:43, Harald Braumann a écrit :
  On Fri, Mar 05, 2010 at 03:30:45PM +0100, Giacomo A. Catenazzi wrote:
  On 05.03.2010 15:18, Josselin Mouette wrote:
  Le vendredi 05 mars 2010 à 15:06 +0100, Harald Braumann a écrit :
  I'd like to propose a `sensible-mailer' command. The main usage would
  be to handle `mailto' links. But maybe such functionality already exists
  and I'm just not aware of it, or there are specific reasons for not
  implementing this.
 
  xdg-open handles mailto links just fine.
 
  not guaranteed:
  from manpage: xdg-open supports file, ftp, http and https URLs.
  
  It's xdg-email. It has exactly the interface that I would envision, but alas
  doesn't work. Not the whole world is a desktop. If it doesn't detect any of 
  the desktop environments, it will call sensible-browser, which leads you 
  back
  to where you've started (the browser, where you clicked the link).
  
  So we would still need a sensible-mailer command, that can be called in such
  a case. It's also necessary to convert the link to command line options for
  mailers that don't support mailto links.
  
 Please no, not another one or we'll end up with the browser situation
 (sensible-browser, gnome-www-browser, www-browser, x-www-browser, WTF?).
 
 xdg-email (or even xdg-open, fwiw) would definitely be the correct
 solution, that way the user can set the mailer he wants. Make it have a
 good default (a $MAILER better than a new command, imho) and you're done.

Fair enough. That seems to be sufficient and also the simplest solution.

I just found out, that xdg-email calls xdg-email-hook.sh, if it is found in
the path. So it seems everything is there already. I'd prefer a variable,
but that's just a minor detail.

Thanks all for the input.

Cheers,
harry


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305171400.gg21...@nn.nn



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Luca Niccoli
On 5 March 2010 17:46, Yves-Alexis Perez cor...@debian.org wrote:

 Le 27/02/2010 22:11, markus schnalke a écrit :

 Man pages have one more important advantage: Every command has one.

 Which is not true, and the point of the discussion.

I think it should have read:
They (should) provide a uniform way to access documentation.
Of course, we could try to force on every program a sensible behaviour
WRT -h and --help switches, but it looks way harder to me than provide
an eventually minimal man page to every program.
I am not aware of any other help system that has this property (well,
maybe GNU info aims to be the one, but it's even less universal than
man).
I reckon this uniformity is very valuable, and should not be easily
discarded as an outdated legacy for GUI programs.

 Just speaking for myself, but I *first* run app --help to get some quick
 help, and only if I need more specific information I run the about/help
 menu item, or the manpage in case of a command line application.

--help always works with  GTK stuff (and I thank GTK for that), but
it's not universal.
some application use -h; except, for instance, cfdisk takes -h as a
switch to set the number of heads, and a confused user could be lead
to do stupid things by that (ok, this is streched, but I'm sure there
are quite a few other traps like this on a common debian installation)
Many programs don't have an help switch; usually they have a manual
page, but the user is forced to roam around several sources of
information before he gets help.
So, it's not that man pages are good because they are man pages, but
because they seem the most plausible candidate to be a uniform and
universal source of information about installed programs.
If less important, is something similar to what we do by packaging
programs: packaging is quite a huge effort, couldn't we let users
compile their programs or use binary installers? But aptitude is what
made me fall in love with debian, and I think I'm not the only one. If
I need a program, 99 percent of the times I just have to fire aptitude
and search it (or even search debtags if I only know what I need and
not which program provides it! how cool is that?).
This is wonderful.
It'd be even more wonderful if we could have something similar for
documentation.

Cheers,

Luca


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



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread brian m. carlson
On Fri, Mar 05, 2010 at 04:09:05PM +0800, Paul Wise wrote:
 2010/2/28 Josselin Mouette j...@debian.org:
 
  currently policy §12.1 mandates that “each program, utility, and
  function should have an associated manual page”. However, the more I
  stomp on bug reports about manual pages, the less I am convinced of
  their usefulness for GUI programs.
 
 How about replacing an associated manual page with associated
 documentation? Also add a sentence or two saying that said
 documentation may be in any format(s) (manual pages suggested)
 viewable in Debian and should be well maintained.

This still has the problem that I don't know immediately where to get
the documentation.  Do I use the GNOME help system?  KDE's?  man?  info?
a DVI?  a PDF?  The benefit of manual pages is that there is one uniform
way to get basic documentation on a command and how it is to be run.
Other documentation can be referenced from that manual page.

Allowing any format viewable in Debian potentially requires the
average user to install lots of random packages just to view basic
documentation on invoking a program.  Also, providing, for example, PDF
documentation as the sole form for a command line program is not
particularly useful for a machine that doesn't have X installed.

Note that I'm not suggesting that other documentation shouldn't be
provided; it should, and all Debian programs should be documented
sufficiently.  I'm just arguing that allowing using any random format
isn't helpful, since it has the same problem as no manual page at all:
how do I find out basic information about this program and how to invoke
it?

Also, IIRC, man-db is installed by default as part of the system.  That
means that a package that provides a manual page is easily usable out of
the box on any Debian system.
-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Re: linux-image-*-dbg for squeeze?

2010-03-05 Thread Bastian Blank
On Fri, Mar 05, 2010 at 09:07:50AM +0100, Lucas Nussbaum wrote:
 I wonder what we (as Debian) could do about it. Would it make sense to
 sponsor a very fast machine that the kernel team could use to build the
 kernels and upload from, replacing kernel-archive.buildserver.net ?

The easiest fix is the official blessing by the ftp team to upload only
the architecture independant packages and build all architectures on the
buildds.

Bastian

-- 
Time is fluid ... like a river with currents, eddies, backwash.
-- Spock, The City on the Edge of Forever, stardate 3134.0


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305183417.ga6...@wavehammer.waldi.eu.org



Re: md5sums files

2010-03-05 Thread Goswin von Brederlow
Bernd Zeimetz be...@bzed.de writes:

 Philipp Kern wrote:
 On 2010-03-03, Wouter Verhelst wou...@debian.org wrote:
 This is where I disagree. When a checksum algorithm is compromised (and
 MD5 *is* compromised), things only ever get worse, not better. Indeed,
 MD5 preimage attacks are pretty hard *today*. But switching to something
 more secure in preparation for the day when MD5 will be easily cracked
 by every script kiddo around is *not* overkill.
 
 Sure, but to be honest, not even all packages managed to generate md5sums
 'till now (with some quite core, omnipresent packages missing) so it seems 
 out
 of scope for squeeze.  Maybe squeeze+1.

 I think its about time to require to generate checksums for packages and make
 all packages which do not do so RC buggy.

If a checksum file becomes required then it really is not the job of the
package to build it. Instead dpkg should generate one and include it
automatically. And given the widespread generation of md5sum files that
really should be automated anyway.

This would go nicely with changing the checksum algorithm. Just prepare
a patch for dpkg to generate a sha256sum file automatically when it
builds a deb and then packages can stop generating md5sum files over
time.

MfG
Goswin


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



Bug#572694: ITP: librb-inotify-ruby -- simple linux kernel inotify wrapper for monitoring file and directory changes

2010-03-05 Thread Micah Anderson
Package: wnpp
Severity: wishlist
Owner: Micah Anderson mi...@debian.org

* Package name: librb-inotify-ruby
  Version : 0.7.0
  Upstream Author : Nathan Weizenbaum nex...@gmail.com
* URL : http://github.com/nex3/rb-inotify
* License : MIT
  Programming Lang: Ruby
  Description : simple linux kernel inotify wrapper for monitoring file and 
directory changes

This is a simple ruby wrapper over the inotify Linux kernel subsystem for 
monitoring changes to files and directories. It uses the FFI gem to avoid 
having to compile a C extension.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100305183710.21118.47640.report...@lillypad.riseup.net



Re: md5sums files

2010-03-05 Thread Goswin von Brederlow
Julien Cristau jcris...@debian.org writes:

 On Wed, Mar  3, 2010 at 10:05:11 -0600, Peter Samuelson wrote:

 fundamentally, shipping a md5sums file is really just a tradeoff in
 download size vs. installation speed, not unlike gzip vs. bzip2.  One

 Only if you assume that disks never fail and thus files never get
 corrupted when the package gets unpacked.

 Cheers,
 Julien

Or the memory, the cpu, the pci bus, the ide bus, ... have a bit
toggler. There are many ways file can be corrupted between being
downloaded (where apt checks them) and them being unpacked and
checksumed locally.

MfG
Goswin


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



Re: md5sums files

2010-03-05 Thread Don Armstrong
On Wed, 03 Mar 2010, Wouter Verhelst wrote:
 In this day and age of completely and utterly broken MD5[0], I think we
 should stop providing these files, and maybe provide something else
 instead.  Like, I dunno, shasums? Or perhaps gpgsigs? But stop providing
 md5sums.

Is there any reason why we can't just modify dpkg-deb to create
DEBIAN/md5sums and DEBIAN/sha512sums and get archive coverage
relatively quickly, automatically, as things get rebuilt?
 

Don Armstrong

-- 
We cast this message into the cosmos. [...] We are trying to survive
our time so we may live into yours. We hope some day, having solved
the problems we face, to join a community of Galactic Civilizations.
This record represents our hope and our determination and our goodwill
in a vast and awesome universe.
 -- Jimmy Carter on the Voyager Golden Record

http://www.donarmstrong.com  http://rzlab.ucr.edu


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305194048.gm28...@volo.donarmstrong.com



Re: md5sums files

2010-03-05 Thread Russ Allbery
Don Armstrong d...@debian.org writes:
 On Wed, 03 Mar 2010, Wouter Verhelst wrote:

 In this day and age of completely and utterly broken MD5[0], I think we
 should stop providing these files, and maybe provide something else
 instead.  Like, I dunno, shasums? Or perhaps gpgsigs? But stop
 providing md5sums.

 Is there any reason why we can't just modify dpkg-deb to create
 DEBIAN/md5sums and DEBIAN/sha512sums and get archive coverage relatively
 quickly, automatically, as things get rebuilt?

Figuring out a better solution for why the files in /var/lib/ispell and
/var/lib/aspell are excluded from the md5sums generation because they
change after installation is probably needed if we're going to remove
creation of those files from control of the packager.

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


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



Re: md5sums files

2010-03-05 Thread Peter Samuelson

[Russ Allbery]
 Figuring out a better solution for why the files in /var/lib/ispell
 and /var/lib/aspell are excluded from the md5sums generation because
 they change after installation is probably needed if we're going to
 remove creation of those files from control of the packager.

It seems odd to ship files that are expected to change, but aren't
conffiles.  What happens if you either reinstall or upgrade the deb in
question?  I mean, the local changes get overwritten - how is that not
a bad thing?

I've always thought if you have data shipped by a package that will be
changed after the fact, it should be shipped in /usr/lib or /usr/share
and then copied into /var/lib at install time, or as needed.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305200701.gk18...@p12n.org



Re: md5sums files

2010-03-05 Thread Peter Samuelson

  On Wed, Mar  3, 2010 at 10:05:11 -0600, Peter Samuelson wrote:
  fundamentally, shipping a md5sums file is really just a tradeoff in
  download size vs. installation speed, not unlike gzip vs. bzip2.  One

 Julien Cristau jcris...@debian.org writes:
  Only if you assume that disks never fail and thus files never get
  corrupted when the package gets unpacked.

[Goswin von Brederlow]
 Or the memory, the cpu, the pci bus, the ide bus, ... have a bit
 toggler. There are many ways file can be corrupted between being
 downloaded (where apt checks them) and them being unpacked and
 checksumed locally.

Be that as it may, I don't think the md5sums file was ever intended to
be an integrity check of the .deb itself.  Fortunately, the .deb also
includes checksums of control.tar.gz and data.tar.gz, thanks to use of
the gzip container format.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305201042.gl18...@p12n.org



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Stanislav Maslovski
On Thu, Mar 04, 2010 at 04:32:45PM +0100, Josselin Mouette wrote:
 Le jeudi 04 mars 2010 à 15:20 +0100, Bill Allombert a écrit :
  On Thu, Mar 04, 2010 at 10:26:06AM +0100, Josselin Mouette wrote:
   No. It’s just that they ship with HTML documentation, which is much more
   suitable for documenting a GUI. A manual page cannot contain things as
   trivial as screenshots, which are mandatory.
  
  But a manual page can at least provide a link to the HTML documentation.
  
  This is far better than letting the user guess how to access the
  documentation.
 
 Because, of course, the user is too stupid to click the “Help” menu
 inside the application.

BTW, do you get bug reports about missing man pages in such cases? If
you do, then probably those who submit the bugs explain why they still
want a man page.

And, of course, not every GUI app has a Help menu.

-- 
Stanislav


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305202751.ga2...@kaiba.homelan



opinions on NEWS file within a Debian release

2010-03-05 Thread Mike Markley
A package I maintain (opendkim) has released a new major version which
removes support for a commonly-used conf file setting in the previous
version. Although that setting is common, it is not set by default in
the Debian package.

However, this package has yet to see a Debian release. As such, it is
only in testing and unstable. I'm therefore undecided on whether to
mention this in NEWS.

How do other developers feel about this? Does it make sense to mention
the configuration change in the NEWS file, considering that this won't
affect any stable release?

(Please Cc: me as I am not subscribed.)

-- 
Mike Markley m...@markley.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100305203241.gh2...@madhack.com



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Vincent Lefevre
On 2010-03-05 17:41:25 +, brian m. carlson wrote:
 Allowing any format viewable in Debian potentially requires the
 average user to install lots of random packages just to view basic
 documentation on invoking a program.  Also, providing, for example, PDF
 documentation as the sole form for a command line program is not
 particularly useful for a machine that doesn't have X installed.

Or accessed via ssh with a slow connection (I use that a lot).

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100306001150.gb13...@prunille.vinc17.org



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Vincent Lefevre
On 2010-03-05 11:04:48 +0100, Josselin Mouette wrote:
 Command-line switches are documented where you expect them to be
 documented: in command-line switches, with the standard --help option.

This is nonsense. Not all commands understand --help.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100306002127.gc13...@prunille.vinc17.org



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Vincent Lefevre
On 2010-03-05 10:56:21 +0100, Daniel Leidert wrote:
 Of course it does not happen, that evolution crashes for specific
 mails and then keeps crashing on every new start, because it opens the
 same mail. The only way to fix this, is to start with a different
 component. Do you need the bug report #? So how do you access the
 help menu to get the switches?
 
 JFTR: Yes, we are using the same distribution.

Another example:

xvii:~ gnucash
gnc.bin-Message: main: binreloc relocation support was disabled at configure 
time.

zsh: exit 1 gnucash

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100306002709.gd13...@prunille.vinc17.org



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Charles Plessy
Hello everybody,

for the record, I have sumbitted to the Debian fork of the man system the idea
of tapping into the desktop menu entries when a program has no manpage.

https://savannah.nongnu.org/bugs/index.php?29083

“For those who care about manpages”, I would like to point out that the
original version of the man system had no update since 2007
(http://primates.ximian.com/~flucifredi/man/), and that the fork used by Debian
has only 3 DDs listed as contributors (http://man-db.nongnu.org/). So if you
want to continue reading manpages in 2020, it is perhaps time to help upstream.

Have a nice week-end,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100306024909.ga22...@kunpuu.plessy.org



Re: Removing the manpage requirement for GUI programs?

2010-03-05 Thread Russ Allbery
Charles Plessy ple...@debian.org writes:

 for the record, I have sumbitted to the Debian fork of the man system
 the idea of tapping into the desktop menu entries when a program has no
 manpage.

 https://savannah.nongnu.org/bugs/index.php?29083

This seems like an unnecessarily complex way of implementing the idea of
generating man pages from .desktop files.  Why would you not simply write
a script that generates a traditional *roff man page from a .desktop file?
It seems to me that such a script would provide all the same benefits more
simply, with additional possible applications (such as using it as a seed
for a proper man page), and without having to make the man frontend more
complicated.

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


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



Re: opinions on NEWS file within a Debian release

2010-03-05 Thread Luke Cycon
On Fri, 2010-03-05 at 12:32 -0800, Mike Markley wrote:
 A package I maintain (opendkim) has released a new major version which
 removes support for a commonly-used conf file setting in the previous
 version. Although that setting is common, it is not set by default in
 the Debian package.
 
 However, this package has yet to see a Debian release. As such, it is
 only in testing and unstable. I'm therefore undecided on whether to
 mention this in NEWS.
 
 How do other developers feel about this? Does it make sense to mention
 the configuration change in the NEWS file, considering that this won't
 affect any stable release?

I would mention something about this change in the NEWS file, as it may
be nice to have a record if anyone ever needs to look back for this
change and what it effects.

That is just my opinions though, I would look for some other DD opinions
as well, can't trust just this lowly  ; )

-- 
Luke Cycon lcy...@gmail.com


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


Re: opinions on NEWS file within a Debian release

2010-03-05 Thread Mike Markley
I should probably also mention that I'm assuming most people use
apt-listchanges, which may not be accurate. :)

-- 
Mike Markley m...@markley.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100306032535.gc13...@madhack.com



Bug#572733: support for mounting other kernel filesystems

2010-03-05 Thread Marco d'Itri
Package: initscripts
Version: 2.87dsf-8.1
Severity: normal

I am tentatively opening this bug on initscripts to start a discussion,
but I am unsure about the best way to solve the problem.
Still, I believe it is important to solve it in time for the next
release because it is a prerequisite of some important features mostly
related to virtualization.

Currently the initscripts package mounts some well known kernel file
systems like proc, sys and devpts, but there are a few others which
AFAIK no package currently deals with:
- cgroups (needed for accounting and management of system resources)
- hugetlbfs (provides large memory pages, an optimization useful for
  some applications)

While some other filesystems are mounted by specific packages (e.g.
rpc_pipefs by nfs-common and fusectl by fuse), these have no common
package which can do it.

The system administrator cannot even just add them to fstab, because
there is nothing to create the mount points in /dev after each boot.


Possible solutions:
- for each filesystem create a new package shipping an init script
  which mounts it
- have the initscripts package mount the filesystems 
- have the initscripts package create the mount points for filesystems
  listed in fstab and mounted below /dev
- have the udev package create the mount points for filesystems
  listed in fstab and mounted below /dev
- others?

#3 and #4 are not incompatible with #1 and #2.


If there will be no action from other maintainers then I will implement
#4, but I am not really advocating it over the others.


Open questions:

Do we agree to mount these filesystems on /dev/ subdirectories?
Fedora[1] uses /dev/hugepages/ for hugetlbfs, and while we had a
discussion on debian-devel@ about where cgroups should be mounted there
was no clear winner.
The upstream developers do not take a position either, but /dev/cgroup/
and /dev/cgroups/ are popular choices.

What should the default be? Mounting or not mounting the filesystems
if they are available? Does mounting one of these filesystems has
negative implications if it is not needed?
I suppose that at least some RAM will be used, but is it enough to care?

If they should not be mounted by default, is fstab the best way for the
system administrator to configure this or should an init script be used
anyway?


[1] http://fedoraproject.org/wiki/Features/KVM_Huge_Page_Backed_Memory

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Bug#572733: support for mounting other kernel filesystems

2010-03-05 Thread Mike Hommey
On Sat, Mar 06, 2010 at 05:03:05AM +0100, Marco d'Itri wrote:
 Do we agree to mount these filesystems on /dev/ subdirectories?
 Fedora[1] uses /dev/hugepages/ for hugetlbfs, and while we had a
 discussion on debian-devel@ about where cgroups should be mounted there
 was no clear winner.
 The upstream developers do not take a position either, but /dev/cgroup/
 and /dev/cgroups/ are popular choices.

/dev/something just feels so wrong. /dev contains block and character
devices, and almost nothing else (except some udev and initramfs files)
Why should cgroups control files, which are hardly device files, be
found under /dev ?

Mike


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100306063047.ga15...@glandium.org



Accepted gpointing-device-settings 1.5.1-2 (source amd64)

2010-03-05 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 09:49:21 +0100
Source: gpointing-device-settings
Binary: gpointing-device-settings libgpds0 libgpds-dev libgpds-dbg gsynaptics
Architecture: source amd64
Version: 1.5.1-2
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 gpointing-device-settings - configuration tool for pointing devices
 gsynaptics - configuration tool for pointing devices (transitional package)
 libgpds-dbg - library for configuration of pointing devices (debug symbols)
 libgpds-dev - library for configuration of pointing devices (development files)
 libgpds0   - library for configuration of pointing devices
Closes: 564644 569179
Changes: 
 gpointing-device-settings (1.5.1-2) unstable; urgency=low
 .
   * Fix package descriptions (Closes: #569179).
   * Add transitional package for gsynaptics (it is not maintained and does not
 work with current X servers).
 - gpointing-device-settings works fine with current Xserver
   (Closes: #564644).
Checksums-Sha1: 
 fa7d19452e4766d7771dee7efee722276a17184a 1531 
gpointing-device-settings_1.5.1-2.dsc
 d2e26b7f28ce8251953f10ec0447deb6199c4701 4168 
gpointing-device-settings_1.5.1-2.debian.tar.gz
 20410e478be9d71dc0546c1f133f64a03138cb59 67154 
gpointing-device-settings_1.5.1-2_amd64.deb
 eabb04ae25a4e0096c428dfc5553a09b9affc532 21202 libgpds0_1.5.1-2_amd64.deb
 2d8d5c9765f82c223fb81903e5a3bd1dca5c4195 8294 libgpds-dev_1.5.1-2_amd64.deb
 7b2e57e367b2fede39b2c7a5426892bcba24f34e 136828 libgpds-dbg_1.5.1-2_amd64.deb
 ecad2a6ebcf250d0cf62e7b67f16232670ff7456 3732 gsynaptics_1.5.1-2_amd64.deb
Checksums-Sha256: 
 dfb0d9b92fc66ccf007605048d752d2707feb49520f38b56b89c55df54c9d55c 1531 
gpointing-device-settings_1.5.1-2.dsc
 72256fc1386cbae7ce307daaff671227d9dad7060d6c6449b350c8a3fc194ece 4168 
gpointing-device-settings_1.5.1-2.debian.tar.gz
 dc90c21678819a68be52229d98580d5e3b1f233e497b1c84d51b81465ed2b6aa 67154 
gpointing-device-settings_1.5.1-2_amd64.deb
 26c483667e902cec049a71b9dc378c598d1613f7387f603a8d1b4a7f588baf8a 21202 
libgpds0_1.5.1-2_amd64.deb
 f96b539f0e0d9f679fadd69787cbc4107841140c9320e8c70007b35a43903939 8294 
libgpds-dev_1.5.1-2_amd64.deb
 06a9d1d56df86c7fb2e1baf60bede950f44c2af12d4149c338d052cc45984b88 136828 
libgpds-dbg_1.5.1-2_amd64.deb
 d914777393fa15337e6e80714b775e1dc5b4c03bbd24868a521e97e4ff3c88df 3732 
gsynaptics_1.5.1-2_amd64.deb
Files: 
 0d17bbb3970604be28986841024d38be 1531 utils optional 
gpointing-device-settings_1.5.1-2.dsc
 b5a81cc5f6966898e49f9998b17a3619 4168 utils optional 
gpointing-device-settings_1.5.1-2.debian.tar.gz
 7e9f3ea9093182cb3cf484226c35b542 67154 utils optional 
gpointing-device-settings_1.5.1-2_amd64.deb
 52f7ea14e70a294f411eb16321150d24 21202 libs optional libgpds0_1.5.1-2_amd64.deb
 36f4bf5d081cfcfbfbd26c246123d64a 8294 libdevel optional 
libgpds-dev_1.5.1-2_amd64.deb
 840f56aa6c3faaefd370e6ba8f7c9058 136828 debug extra 
libgpds-dbg_1.5.1-2_amd64.deb
 bcda9bbc255e1d8d6ce67e1925306542 3732 utils optional 
gsynaptics_1.5.1-2_amd64.deb

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

iEYEARECAAYFAkuQxxIACgkQ3DVS6DbnVgRnowCg1qhXkZ+6topoKN8uKSrwKoXU
U4sAoJipwpChru34Knt8fecIquxZBJao
=r4HQ
-END PGP SIGNATURE-


Accepted:
gpointing-device-settings_1.5.1-2.debian.tar.gz
  to 
main/g/gpointing-device-settings/gpointing-device-settings_1.5.1-2.debian.tar.gz
gpointing-device-settings_1.5.1-2.dsc
  to main/g/gpointing-device-settings/gpointing-device-settings_1.5.1-2.dsc
gpointing-device-settings_1.5.1-2_amd64.deb
  to 
main/g/gpointing-device-settings/gpointing-device-settings_1.5.1-2_amd64.deb
gsynaptics_1.5.1-2_amd64.deb
  to main/g/gpointing-device-settings/gsynaptics_1.5.1-2_amd64.deb
libgpds-dbg_1.5.1-2_amd64.deb
  to main/g/gpointing-device-settings/libgpds-dbg_1.5.1-2_amd64.deb
libgpds-dev_1.5.1-2_amd64.deb
  to main/g/gpointing-device-settings/libgpds-dev_1.5.1-2_amd64.deb
libgpds0_1.5.1-2_amd64.deb
  to main/g/gpointing-device-settings/libgpds0_1.5.1-2_amd64.deb


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



Accepted kmplayer 1:0.11.2-1 (source amd64)

2010-03-05 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 09:00:21 +0100
Source: kmplayer
Binary: kmplayer
Architecture: source amd64
Version: 1:0.11.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 kmplayer   - media player for KDE
Closes: 560124
Changes: 
 kmplayer (1:0.11.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove 01_rev1046843_link_with_X11.diff - stolen upstream.
   * Add 02_sh4_support.diff patch to support sh4.
 Thanks to Nobuhiro Iwamatsu. (Closes: #560124)
   * Switch to dpkg-source 3.0 (quilt) format.
   * Update debian/control:
 - Remove quilt build dependency
 - Bump build dependencies versions (debhelper, pkg-kde-tools).
 - Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
   * Update debian/rules:
 - Enable parallel build (add --parallel option to dh).
 - Remove quilt sequence addon, not needed anymore
   (dpkg-source 3.0 format switch).
 - Remove override_dh_compress target, not needed anymore
   (included in pkg-kde-tools).
Checksums-Sha1: 
 c4844a23d607ad57d2b9e1796a260dfd5261da51 1537 kmplayer_0.11.2-1.dsc
 78fbf4a2353f18f5bf3cc4d467e47f19d4ac9fe8 526977 kmplayer_0.11.2.orig.tar.bz2
 e5f7c46e7794c6422198dc27d68557f3572dbba3 8583 kmplayer_0.11.2-1.debian.tar.gz
 f39185cf8d4e239c636a21353940936631b370b7 965570 kmplayer_0.11.2-1_amd64.deb
Checksums-Sha256: 
 f16a61eebf3621c388df6cee50bbd1f3940ac26460de7288022e04c10cc748e2 1537 
kmplayer_0.11.2-1.dsc
 19b29fcbd79a1ac3556e79fc89d2a1a410cbc46f23c48a40c2d08d339b5e261b 526977 
kmplayer_0.11.2.orig.tar.bz2
 e38857a6d090fc4ea11dc0364375e081327959fe042bf603380529be18c3869d 8583 
kmplayer_0.11.2-1.debian.tar.gz
 9464f240908e15d3af7a01f622bbe8542520e830e18d7d48f9d081a02f9c260a 965570 
kmplayer_0.11.2-1_amd64.deb
Files: 
 7a4b6f264060fb94e04d4f6d8892d995 1537 video optional kmplayer_0.11.2-1.dsc
 ff47bee19df493ffb690df18dcba6e19 526977 video optional 
kmplayer_0.11.2.orig.tar.bz2
 f21b18a366c8cbb9791175e517ae9e52 8583 video optional 
kmplayer_0.11.2-1.debian.tar.gz
 8a4c3b49bb68079679ad1db97c4677c3 965570 video optional 
kmplayer_0.11.2-1_amd64.deb

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

iJwEAQECAAYFAkuQxbAACgkQjPU19mqlcveEXwQA19NDrs8/4gtsplJtbatetfme
5nLhVnyRV0EQOyfe9VjjMg7gXPOU+ZUxd9UQZxKBSGms3TlGcDXUi6Mo/YHEfNYh
NSjuwv3FUdsCBF0ckmSOjzRFBQXA1OWA8+l3zC8cSoRIQK6EJecdO2ItIx9gqpe3
kYQsS5/iqtrI2D9MXTs=
=tTYQ
-END PGP SIGNATURE-


Accepted:
kmplayer_0.11.2-1.debian.tar.gz
  to main/k/kmplayer/kmplayer_0.11.2-1.debian.tar.gz
kmplayer_0.11.2-1.dsc
  to main/k/kmplayer/kmplayer_0.11.2-1.dsc
kmplayer_0.11.2-1_amd64.deb
  to main/k/kmplayer/kmplayer_0.11.2-1_amd64.deb
kmplayer_0.11.2.orig.tar.bz2
  to main/k/kmplayer/kmplayer_0.11.2.orig.tar.bz2


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



Accepted kvpnc 0.9.5-1 (source amd64)

2010-03-05 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 01 Mar 2010 11:45:17 +0100
Source: kvpnc
Binary: kvpnc
Architecture: source amd64
Version: 0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 kvpnc  - vpn clients frontend for KDE4
Closes: 550279 555071 565022
Changes: 
 kvpnc (0.9.5-1) unstable; urgency=low
 .
   * New upstream release.
 - fix ftbfs with binutils-gold. (Closes: #555071)
 - fix ftbfs with gcc-4.5. (Closes: #565022)
 .
   [ José Manuel Santamaría Lema ]
   * Update debian/copyright:
 - Add license and copyright holder for cmake/modules/libgcryptConfig.cmake
   file.
 .
   [ Fathi Boudra ]
   * Switch to dpkg-source 3.0 (quilt) format.
   * Update debian/control:
 - Bump build dependencies (debhelper, pkg-kde-tools and kdelibs5-dev).
   (Closes: #550279)
 - Bump Standards-Version to 3.8.4 (no changes needed).
   * Update debian/rules:
 - Enable parallel build (add --parallel option to dh).
 - Remove quilt sequence addon, not needed anymore.
Checksums-Sha1: 
 7be34f76d745e5ad1f20406c3783d9fa86cbedc3 1429 kvpnc_0.9.5-1.dsc
 0997ede8257055858a3e714c72d18c8e397343e2 577670 kvpnc_0.9.5.orig.tar.bz2
 edb57ff6fa2f1efc1f226146e0247bcfd84281fe 5803 kvpnc_0.9.5-1.debian.tar.gz
 3d031cb7c5b2ae468f40ef8c9800d5bb54b04d13 1271578 kvpnc_0.9.5-1_amd64.deb
Checksums-Sha256: 
 f93efee734de751736e2b3803ad75b21b1d1951c43a69231df719f05cc4b6485 1429 
kvpnc_0.9.5-1.dsc
 07cf979a984e7b9fdf819f8dfb39ea66135034cb56bcee2a1db6c23b4d2c373c 577670 
kvpnc_0.9.5.orig.tar.bz2
 05a231dfe207a74df8dda6ab355ea1fe44db8598c014eeab6dcbbdda77de052e 5803 
kvpnc_0.9.5-1.debian.tar.gz
 3fd50e8f472b01dde6ff378218c9b2a9e03b6038c6638c8055e487500f615543 1271578 
kvpnc_0.9.5-1_amd64.deb
Files: 
 ee252a30afd835e2138f28af7818933e 1429 utils optional kvpnc_0.9.5-1.dsc
 ff6b1889fad13a120d6c389d9faeb213 577670 utils optional kvpnc_0.9.5.orig.tar.bz2
 8d116f3365d18881e4264ed7808ea62f 5803 utils optional 
kvpnc_0.9.5-1.debian.tar.gz
 d8a5aceae83a6642ee83468af9beca88 1271578 utils optional kvpnc_0.9.5-1_amd64.deb

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

iJwEAQECAAYFAkuQySAACgkQjPU19mqlcve/5wP/ZyIXapx6zIOzCy1uRDCPyrad
ke7ggPwPzgm/Lo1x78fa6Bs1/OsP70lNkDXf4GiInCTBAzzgszP1aUirq0F7pWZM
3TSyJWmn3/+QZdCP94m8RFxzmSjw9hd2q48IH2VUd39zH4pTWBTKWYuLPD98Ci/a
m6MHBIAMdkzGgXfDFSI=
=a+67
-END PGP SIGNATURE-


Accepted:
kvpnc_0.9.5-1.debian.tar.gz
  to main/k/kvpnc/kvpnc_0.9.5-1.debian.tar.gz
kvpnc_0.9.5-1.dsc
  to main/k/kvpnc/kvpnc_0.9.5-1.dsc
kvpnc_0.9.5-1_amd64.deb
  to main/k/kvpnc/kvpnc_0.9.5-1_amd64.deb
kvpnc_0.9.5.orig.tar.bz2
  to main/k/kvpnc/kvpnc_0.9.5.orig.tar.bz2


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



Accepted lazygal 0.4.1-3 (source all)

2010-03-05 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 10:04:40 +0100
Source: lazygal
Binary: lazygal
Architecture: source all
Version: 0.4.1-3
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 lazygal- static web gallery generator
Changes: 
 lazygal (0.4.1-3) unstable; urgency=low
 .
   * Build depend on python instead of python-dev.
   * Drop celementtree dependency, use python = 2.5 instead.
   * Bump standards to 3.8.4.
Checksums-Sha1: 
 b03f71b867ef02fb37e92e15593cdde87b2e429e 1343 lazygal_0.4.1-3.dsc
 113bed44d97ebec1437ab1cc8364b7e098b6b59c 3360 lazygal_0.4.1-3.debian.tar.gz
 1b8d10ea60b3f811c9b4ada6885320bb1c778a50 44788 lazygal_0.4.1-3_all.deb
Checksums-Sha256: 
 41ca3b7a15d82ffc6d78bcc177ade0b15d18dee2a296e00ffa53b63d2486c8c8 1343 
lazygal_0.4.1-3.dsc
 1ed39388aa281b477e6609a96bc76af2d46a3d9f8dae094d1ee921e3009ef5ca 3360 
lazygal_0.4.1-3.debian.tar.gz
 f5dd6f263e0c09f0cac57e9f7ed56dafd4e5062e19d6c125357ea0bab2200f67 44788 
lazygal_0.4.1-3_all.deb
Files: 
 df6df91fde5aaa75ed171d8408979fa7 1343 graphics optional lazygal_0.4.1-3.dsc
 8a385fd1bfc874d52647858bc4cc36f7 3360 graphics optional 
lazygal_0.4.1-3.debian.tar.gz
 5f31f3111866001de0915a21334f221c 44788 graphics optional 
lazygal_0.4.1-3_all.deb

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

iEYEARECAAYFAkuQyc0ACgkQ3DVS6DbnVgRRQwCbBZOeDouGRKS4rZv0XViIou/Z
rTgAnRvdfYIXHgexg7RtQknMo+jr98Cf
=gv5O
-END PGP SIGNATURE-


Accepted:
lazygal_0.4.1-3.debian.tar.gz
  to main/l/lazygal/lazygal_0.4.1-3.debian.tar.gz
lazygal_0.4.1-3.dsc
  to main/l/lazygal/lazygal_0.4.1-3.dsc
lazygal_0.4.1-3_all.deb
  to main/l/lazygal/lazygal_0.4.1-3_all.deb


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



Accepted stardict-english-czech 20100301-1 (source all)

2010-03-05 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 10:03:08 +0100
Source: stardict-english-czech
Binary: stardict-english-czech
Architecture: source all
Version: 20100301-1
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 stardict-english-czech - Stardict package for English-Czech dictionary
Changes: 
 stardict-english-czech (20100301-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 554c83c62327c54de0ca802bb4b3c8c3b4aca1ae 1300 
stardict-english-czech_20100301-1.dsc
 903fc65ff7d4d6a221873e2a2c0b3245f944ec6c 4220657 
stardict-english-czech_20100301.orig.tar.gz
 298f4cd58712c3b366ea6d54a8b5ed700dc79a6c 9197 
stardict-english-czech_20100301-1.debian.tar.gz
 150cb6d19cfb2c44c407f0c0edfe089aa7a7d4dd 4220656 
stardict-english-czech_20100301-1_all.deb
Checksums-Sha256: 
 534cc72524ac83b70d1f038e991a2a0826d4e513b7fed7f8af3cb8d946789f61 1300 
stardict-english-czech_20100301-1.dsc
 a00e4c2ff013a2ac95bd2f2875f0d31955d03735575df2519dfe8cda2a9303e0 4220657 
stardict-english-czech_20100301.orig.tar.gz
 d57540ca8f0ee5d146bef46555b94fab54f981be27626d51161af92f5ff8bc84 9197 
stardict-english-czech_20100301-1.debian.tar.gz
 f85b9b252d17c6505ed71a7864359831887c80dd754e322c9bfe8910381bb005 4220656 
stardict-english-czech_20100301-1_all.deb
Files: 
 41a092c2abf90d16428a3e267b0d6d25 1300 non-free/text optional 
stardict-english-czech_20100301-1.dsc
 517e04e562a14833d5e0e3dde337c136 4220657 non-free/text optional 
stardict-english-czech_20100301.orig.tar.gz
 99fc540ae3e277115d39b215e2ec9c5f 9197 non-free/text optional 
stardict-english-czech_20100301-1.debian.tar.gz
 3d11703d1310eb4fb4990a5ff145c9b3 4220656 non-free/text optional 
stardict-english-czech_20100301-1_all.deb

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

iEYEARECAAYFAkuQySUACgkQ3DVS6DbnVgTOKgCghWTXYFoVB1yxydCqsR9nuc5z
KakAoLNtTtb/61KpZvj7son6DzLSMAqv
=pYtt
-END PGP SIGNATURE-


Accepted:
stardict-english-czech_20100301-1.debian.tar.gz
  to 
non-free/s/stardict-english-czech/stardict-english-czech_20100301-1.debian.tar.gz
stardict-english-czech_20100301-1.dsc
  to non-free/s/stardict-english-czech/stardict-english-czech_20100301-1.dsc
stardict-english-czech_20100301-1_all.deb
  to non-free/s/stardict-english-czech/stardict-english-czech_20100301-1_all.deb
stardict-english-czech_20100301.orig.tar.gz
  to 
non-free/s/stardict-english-czech/stardict-english-czech_20100301.orig.tar.gz


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



Accepted udisks 1.0.0~git20100305.fa313b2-1 (source all i386)

2010-03-05 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 09:17:21 +0100
Source: udisks
Binary: udisks udisks-doc devicekit-disks-doc
Architecture: source all i386
Version: 1.0.0~git20100305.fa313b2-1
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 devicekit-disks-doc - transitional package to udisks-doc
 udisks - abstraction for enumerating block devices
 udisks-doc - abstraction for enumerating block devices - documentation
Closes: 561707
Changes: 
 udisks (1.0.0~git20100305.fa313b2-1) unstable; urgency=low
 .
   * New upstream git snapshot:
 - Add profiling support.
 - Fix benchmarking for large files.
 .
   [ Martin Pitt ]
   * Add debian/udisks.postrm: Clean up /var/lib/udisks on purge.
   * debian/udisks.postinst: Restart the daemon if we stopped it, so that
 clients don't suddenly stop getting signals.
   * debian/udisks.postinst: Migrate DeviceKit-disks mtab file on upgrade.
 .
   [ Michael Biebl ]
   * Disable support for remote access.
   * debian/patches/10-ide-cd-support.patch
 - Update patch for udisks. While at it, fix a bug when cleaning up the
   poller_devices_to_poll list on device unplug. (Closes: #561707)
Checksums-Sha1: 
 7c6cc61b76fcfa066938b89b2576943db1e3a55e 1844 
udisks_1.0.0~git20100305.fa313b2-1.dsc
 317ff15704a759519df1df7496375a4de0b6fce1 711194 
udisks_1.0.0~git20100305.fa313b2.orig.tar.gz
 cbbdbea8385cf9c611da7b7d581444ff377554ee 14983 
udisks_1.0.0~git20100305.fa313b2-1.diff.gz
 6e149dfe2b82a170ff8ca2eadbce3c2cf1837ecd 76498 
udisks-doc_1.0.0~git20100305.fa313b2-1_all.deb
 9cd54e316815d67a4f851bfe2afa869d65ab9ad8 12042 
devicekit-disks-doc_1.0.0~git20100305.fa313b2-1_all.deb
 5a454a9b66f6b25fe0bfecba5354536a6cb905b5 24 
udisks_1.0.0~git20100305.fa313b2-1_i386.deb
Checksums-Sha256: 
 6334ce630d2e09a53254d172d94d17fce38a0d619e4a328395df7d5be123de40 1844 
udisks_1.0.0~git20100305.fa313b2-1.dsc
 40181c3cc4aef0ac06c0ecc6e569690170405a1ef95efdbed06e4aaa3e9acb38 711194 
udisks_1.0.0~git20100305.fa313b2.orig.tar.gz
 a910c175b125637b9b2fe6815807e961c02141e4c1cfaf9ad9d6cba08b321daa 14983 
udisks_1.0.0~git20100305.fa313b2-1.diff.gz
 51cc40aa074880be043a0699333012409108235ce923b006a51f998aa5dfeaed 76498 
udisks-doc_1.0.0~git20100305.fa313b2-1_all.deb
 d6aa04917f9c49261ec15054601e43c1dd270e0183f722df155367fbcc65a93d 12042 
devicekit-disks-doc_1.0.0~git20100305.fa313b2-1_all.deb
 d993da4bf8cd35e5f58c41e6ee2bbc3249513d6f6c22ef8611d02f09498befcf 24 
udisks_1.0.0~git20100305.fa313b2-1_i386.deb
Files: 
 a53ad1e02bfd5d621c492164e80f3edb 1844 admin optional 
udisks_1.0.0~git20100305.fa313b2-1.dsc
 57eb4359225a03c9bff2f16b2d4df167 711194 admin optional 
udisks_1.0.0~git20100305.fa313b2.orig.tar.gz
 5c1d4c8ff6fe621ae8517b470704cab2 14983 admin optional 
udisks_1.0.0~git20100305.fa313b2-1.diff.gz
 040fe165eaa5654467a986985968db7c 76498 doc optional 
udisks-doc_1.0.0~git20100305.fa313b2-1_all.deb
 919851c012748a0448c46964d7e8bbfa 12042 oldlibs optional 
devicekit-disks-doc_1.0.0~git20100305.fa313b2-1_all.deb
 51d8d05b41dc422287da78cc17180a19 24 admin optional 
udisks_1.0.0~git20100305.fa313b2-1_i386.deb

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

iEYEARECAAYFAkuQxdkACgkQh7PER70FhVROdACgiKfh1rqDSrTbPilsn0ZY0RqN
NTQAoK/zdcHKSW3RgC0N3K7Z+TwbQkeb
=t2TV
-END PGP SIGNATURE-


Accepted:
devicekit-disks-doc_1.0.0~git20100305.fa313b2-1_all.deb
  to main/u/udisks/devicekit-disks-doc_1.0.0~git20100305.fa313b2-1_all.deb
udisks-doc_1.0.0~git20100305.fa313b2-1_all.deb
  to main/u/udisks/udisks-doc_1.0.0~git20100305.fa313b2-1_all.deb
udisks_1.0.0~git20100305.fa313b2-1.diff.gz
  to main/u/udisks/udisks_1.0.0~git20100305.fa313b2-1.diff.gz
udisks_1.0.0~git20100305.fa313b2-1.dsc
  to main/u/udisks/udisks_1.0.0~git20100305.fa313b2-1.dsc
udisks_1.0.0~git20100305.fa313b2-1_i386.deb
  to main/u/udisks/udisks_1.0.0~git20100305.fa313b2-1_i386.deb
udisks_1.0.0~git20100305.fa313b2.orig.tar.gz
  to main/u/udisks/udisks_1.0.0~git20100305.fa313b2.orig.tar.gz


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



Accepted maatkit 5899-1 (source all)

2010-03-05 Thread Dario Minnucci
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 10:20:49 +0100
Source: maatkit
Binary: maatkit
Architecture: source all
Version: 5899-1
Distribution: unstable
Urgency: low
Maintainer: Baron Schwartz baron.schwa...@gmail.com
Changed-By: Dario Minnucci mid...@debian.org
Description: 
 maatkit- Command-line utilities for MySQL
Changes: 
 maatkit (5899-1) unstable; urgency=low
 .
   * New upstream release (5899)
Checksums-Sha1: 
 3c511aac655682d160822ff3ba47a8faefdfa876 1983 maatkit_5899-1.dsc
 b86ea4c8183616973face015bd67678eacc82d4f 862225 maatkit_5899.orig.tar.gz
 4624d10ed6c081432b6810102d0ec65a8e5e5a90 5031 maatkit_5899-1.debian.tar.gz
 85f77bf2d33997bf054f331a272aa302a9b62c0a 1099324 maatkit_5899-1_all.deb
Checksums-Sha256: 
 e337f3bdafeb171ee260947dd0051152c6fa7759b6afa16688326dfb55b5f493 1983 
maatkit_5899-1.dsc
 875d9ece15b795659b96d0f7d26dd4b480169ed16f723588e9f2273452d8e765 862225 
maatkit_5899.orig.tar.gz
 32c8ee07ac0cf00f2e7959ffddae16703d1419fb6929638fcc7c38a703641060 5031 
maatkit_5899-1.debian.tar.gz
 013ae44a54178d89c91816c98cdaaeaf4a8893e9fe8256e4b9062b905c13dc24 1099324 
maatkit_5899-1_all.deb
Files: 
 17b9006a595b49f5e63e58690f3b1b43 1983 utils optional maatkit_5899-1.dsc
 eb934c6bcf8604a1fd6c65a625fa8740 862225 utils optional maatkit_5899.orig.tar.gz
 684bf3cd9e49b119e7f4dd9c13e5700e 5031 utils optional 
maatkit_5899-1.debian.tar.gz
 2d44c8884d82eed080d694ba9857d83a 1099324 utils optional maatkit_5899-1_all.deb

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

iQIcBAEBCAAGBQJLkNHdAAoJEPyEGy2CyLcRr1cP/jkl3gNcnSCR6WqQYOL44nvk
Ox1ZB23CLXSOYXOSCtHcfNrUZpQC676J13Zi4iWcmMGCzE+3iezoV/TIBsm08zS9
SNgqdvGP1M0toO4qfcRZ3guAUb7RrlbS5F6nNkrhvWE7sJZLdf7u9OOI8IjGANH2
Oc7UACNjkW4qKA2/8G13wnzV4omgUjb9cRBGEa3u79JoPU6Wlyr/zvgQ3+mg8SAx
3zRcIj71LbaPYzjAKaAtehVr7NrubAhKWLuPmOfrTBcOOSMCioEjFQ8Zir/hT+9m
Pe+j+SvjEkQb+weL20cXILVrVz/zrrFgb+aqe8Amm0KOi8Az861jMylB8a7w7Dfd
2nEd8lx9usSjsRgPecIbXyQBwd+Jgg+Kzx7tM9EH+atZxvqj8atT+EBU5O6sqTdL
IREb7uSnFuxzQYt4iqx5bxa5R/68+QUaNk8entt2CHUivFKdDz2czCJ+q4Tyt5AV
afcSYtyKto4CbMMOyQ2pj25powRB01c9w29hX6b7+gEnKfapqHVtUB7TV5TgQUSZ
a4w7zcb1NwXRFgdvP1i6VvTNctBhsMiqgxcelXQZYIUeTiqz+VIsUkKuqVfMJ/gp
ehA3mVPRJAThtKsof7G8llWl6p96Kt31iu2Q4L3Qz3i3h1tpEve2bGfhbX+E9f0b
BfeHmxT5RtXt3H1qBnfy
=4i9S
-END PGP SIGNATURE-


Accepted:
maatkit_5899-1.debian.tar.gz
  to main/m/maatkit/maatkit_5899-1.debian.tar.gz
maatkit_5899-1.dsc
  to main/m/maatkit/maatkit_5899-1.dsc
maatkit_5899-1_all.deb
  to main/m/maatkit/maatkit_5899-1_all.deb
maatkit_5899.orig.tar.gz
  to main/m/maatkit/maatkit_5899.orig.tar.gz


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



Accepted osc 0.125.5-2 (source all)

2010-03-05 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 10:31:08 +0100
Source: osc
Binary: osc
Architecture: source all
Version: 0.125.5-2
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 osc- OpenSUSE (buildsystem) commander
Changes: 
 osc (0.125.5-2) unstable; urgency=low
 .
   * Do not alternatively depend on celementtree, just depend on python = 2.5.
 (Change was not forwarded to debian maintainer from Ubuntu, but he rather
 spot that when looking at package differences.)
Checksums-Sha1: 
 74cec0d9e7d07acc3416c05addfff644bcbeb2f2 1264 osc_0.125.5-2.dsc
 9691d9cc4ceb1cb77ccbf43806211c88e8b8d2dc 3820 osc_0.125.5-2.diff.gz
 5f15fb70a90d90de1c73a5aa84aa5236065ffdb2 165550 osc_0.125.5-2_all.deb
Checksums-Sha256: 
 9d512090a23864638c93eade5a129dc0ede4128c0d86018cfa3a8dc666563966 1264 
osc_0.125.5-2.dsc
 57af704e6c6d1653b3d665786d38533d159de5b73e13063b12cd5d2b669c527b 3820 
osc_0.125.5-2.diff.gz
 bc33faea846530a9849ce0013814cf9bbe14265e61b4adc2f4290719b35910e8 165550 
osc_0.125.5-2_all.deb
Files: 
 54fb2b4d80254bcd67e7b1e593f97b17 1264 devel extra osc_0.125.5-2.dsc
 0457b92be5d91dcdd8eaeeea2f56b6dd 3820 devel extra osc_0.125.5-2.diff.gz
 25713ae9ff71b9786e65c4e8b8d19879 165550 devel extra osc_0.125.5-2_all.deb

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

iEYEARECAAYFAkuQz8MACgkQ3DVS6DbnVgQUZgCghzbAQIFvAKCWc7imZrAsEk/r
efcAoMYlUfRQ/Ixzqn1liywFUcGdStLa
=3Dg0
-END PGP SIGNATURE-


Accepted:
osc_0.125.5-2.diff.gz
  to main/o/osc/osc_0.125.5-2.diff.gz
osc_0.125.5-2.dsc
  to main/o/osc/osc_0.125.5-2.dsc
osc_0.125.5-2_all.deb
  to main/o/osc/osc_0.125.5-2_all.deb


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



Accepted tea 27.0.0-1 (source all amd64)

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

Format: 1.8
Date: Fri, 05 Mar 2010 10:22:07 +0100
Source: tea
Binary: tea tea-data
Architecture: source amd64 all
Version: 27.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Quathamer to...@debian.org
Changed-By: Tobias Quathamer to...@debian.org
Description: 
 tea- text editor with syntax highlighting  UTF support
 tea-data   - text editor with syntax highlighting  UTF support (data files)
Changes: 
 tea (27.0.0-1) unstable; urgency=low
 .
   * New upstream version
 - German translation is now included, so those patches are removed.
Checksums-Sha1: 
 7ebcf7114aa947caef2c9bc40413aba06872c851 1064 tea_27.0.0-1.dsc
 b0d6d3b806468368f8d58bfa2f159ce0c8a04142 207676 tea_27.0.0.orig.tar.bz2
 05bdcb318df717f16a650b39d9a4e32b42c557c0 9346 tea_27.0.0-1.debian.tar.gz
 8b372042671334b53320531eceeaba0f64700dfe 431764 tea_27.0.0-1_amd64.deb
 00e0182e2adf0f4fd95e7785c810084362bfe136 55824 tea-data_27.0.0-1_all.deb
Checksums-Sha256: 
 51fd956cbed0e452871c2ddbdec920fce744c7eff3298ebf2517deec4ccf7da5 1064 
tea_27.0.0-1.dsc
 9301ecc1098b0da23aa5653a8b6778276d18cce4d8ba92ee2d26b626b03885ac 207676 
tea_27.0.0.orig.tar.bz2
 572b5d7522c75d0199663a1ce90a988d3b2e1a10eb60d700fca0e4ff2e2b2945 9346 
tea_27.0.0-1.debian.tar.gz
 613249efc05ca8d2b37b97f1a9e1ff060af3d879dd53925dd021828a97d3b846 431764 
tea_27.0.0-1_amd64.deb
 bc5503101950e099ef4a62204e6e71fbaa0bde9fa2670f49c4d3dccf250ee440 55824 
tea-data_27.0.0-1_all.deb
Files: 
 24c595a93cec9665fa73fefa53e5a555 1064 editors optional tea_27.0.0-1.dsc
 e7ca1aac7d99f3294f72cb5e1a10f79f 207676 editors optional 
tea_27.0.0.orig.tar.bz2
 7349ad23425790e443a753287c81c191 9346 editors optional 
tea_27.0.0-1.debian.tar.gz
 2eb6015a6c5c2ecd75e1aaa76bff6b30 431764 editors optional tea_27.0.0-1_amd64.deb
 26017cec2437209976548efa823b2fe8 55824 editors optional 
tea-data_27.0.0-1_all.deb

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

iEYEARECAAYFAkuQzo8ACgkQ3UXUABXir9bvTwCdHinnietMClWj03GoF/+HkdYH
ubAAnig2XdbRZKgClbZIMucGg+m2rDBd
=D3k9
-END PGP SIGNATURE-


Accepted:
tea-data_27.0.0-1_all.deb
  to main/t/tea/tea-data_27.0.0-1_all.deb
tea_27.0.0-1.debian.tar.gz
  to main/t/tea/tea_27.0.0-1.debian.tar.gz
tea_27.0.0-1.dsc
  to main/t/tea/tea_27.0.0-1.dsc
tea_27.0.0-1_amd64.deb
  to main/t/tea/tea_27.0.0-1_amd64.deb
tea_27.0.0.orig.tar.bz2
  to main/t/tea/tea_27.0.0.orig.tar.bz2


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



Accepted smart 1.3-1 (source all amd64)

2010-03-05 Thread Free Ekanayaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 10:43:19 +0100
Source: smart
Binary: smartpm smartpm-core python-smartpm
Architecture: source all amd64
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt m...@debian.org
Changed-By: Free Ekanayaka fr...@debian.org
Description: 
 python-smartpm - Python library of the Smart Package Manager
 smartpm- An alternative package manager that works with dpkg/rpm
 smartpm-core - An alternative package manager that works with dpkg/rpm
Changes: 
 smart (1.3-1) unstable; urgency=low
 .
   * Imported Upstream version 1.3
   * Drop 05_curl_timeout patch, merged upstream
   * Drop 04_detect_plugins patch, merged upstream
Checksums-Sha1: 
 316f347ddb434d2967515d93c593ca5e52be9118 1074 smart_1.3-1.dsc
 d82cf17d1dd76a3115632d31bfc75b69b4b307e8 1035636 smart_1.3.orig.tar.gz
 4e791928fb43973db32bdd5343faab1cba684d85 10352 smart_1.3-1.diff.gz
 7d72a45f229a4f4a6140e19b16f7f95e87ea61bd 77258 smartpm_1.3-1_all.deb
 1305827912469fa119d2af7fd73122089f69ea09 16324 smartpm-core_1.3-1_amd64.deb
 f402820412e5bb26f00a15564cb64cd366d0872d 263630 python-smartpm_1.3-1_amd64.deb
Checksums-Sha256: 
 b96690d7dd5bad1971159334d60688a4e7d9be7b544942ed6f532b1ae2bca40e 1074 
smart_1.3-1.dsc
 16fec6f946788b518c6d9c9ed67c3d6d97a07492470017fc199303054bd8ad14 1035636 
smart_1.3.orig.tar.gz
 4274a5fe38206817f99034add6b6e4e210d9972dbe4adbd649270c2deddf7d0a 10352 
smart_1.3-1.diff.gz
 c2eef47fb53b8a20ea699726994faedbccd7ce8b55917aef12aff49c6e219ff5 77258 
smartpm_1.3-1_all.deb
 78e0d3016071d349fe8284d31f7c67f8271095435913503a7ee4817f0ad5c7b2 16324 
smartpm-core_1.3-1_amd64.deb
 9de26392c79e2a0e87569a8f84b883055f64eff2eaafc5eb75c80dff383182fb 263630 
python-smartpm_1.3-1_amd64.deb
Files: 
 b7c9483621afe881339edd7841c4bfc0 1074 admin optional smart_1.3-1.dsc
 4c333ab56d98ffe3446a4283aebaa982 1035636 admin optional smart_1.3.orig.tar.gz
 bbd2809bb20384b47cc41739200146f9 10352 admin optional smart_1.3-1.diff.gz
 1d9a71d28864d42825de92e3c9994748 77258 admin optional smartpm_1.3-1_all.deb
 72841a89ba16a47d098822f29a5727e0 16324 admin optional 
smartpm-core_1.3-1_amd64.deb
 215a1ab4a2abbda64d43c7ba39ce34c6 263630 admin optional 
python-smartpm_1.3-1_amd64.deb

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

iEYEARECAAYFAkuQ1PMACgkQcanJGlcVnlnbZgCfer9d+J1TCljgaaS2fQdwSUg0
azsAoIW292uX7rxXZJse3j2TDcPUSXqg
=oR9l
-END PGP SIGNATURE-


Accepted:
python-smartpm_1.3-1_amd64.deb
  to main/s/smart/python-smartpm_1.3-1_amd64.deb
smart_1.3-1.diff.gz
  to main/s/smart/smart_1.3-1.diff.gz
smart_1.3-1.dsc
  to main/s/smart/smart_1.3-1.dsc
smart_1.3.orig.tar.gz
  to main/s/smart/smart_1.3.orig.tar.gz
smartpm-core_1.3-1_amd64.deb
  to main/s/smart/smartpm-core_1.3-1_amd64.deb
smartpm_1.3-1_all.deb
  to main/s/smart/smartpm_1.3-1_all.deb


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



Accepted firebird2.5 2.5.0.25920~ReleaseCandidate2.ds2-2 (source all amd64)

2010-03-05 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 26 Feb 2010 16:02:28 +0200
Source: firebird2.5
Binary: firebird2.5-super firebird2.5-classic firebird2.5-superclassic 
libfbclient2 libfbembed2.5 libib-util firebird2.5-common 
firebird2.5-server-common firebird2.5-classic-common firebird2.5-dev 
firebird2.5-examples firebird2.5-doc firebird2.5-common-doc
Architecture: source all amd64
Version: 2.5.0.25920~ReleaseCandidate2.ds2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Firebird Group pkg-firebird-gene...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 firebird2.5-classic - Firebird Classic Server - an RDBMS based on InterBase 
6.0 code
 firebird2.5-classic-common - common files for firebird 2.5 classic and 
superclassic server
 firebird2.5-common - common files for firebird 2.5 servers and clients
 firebird2.5-common-doc - copyright, licnesing and changelogs of firebird2.5
 firebird2.5-dev - Development files for Firebird - an RDBMS based on InterBase 
6.0
 firebird2.5-doc - Documentation files for firebird database version 2.5
 firebird2.5-examples - Examples for Firebird - an RDBMS based on InterBase 6.0 
code
 firebird2.5-server-common - common files for firebird 2.5 servers
 firebird2.5-super - Firebird Super Server - an RDBMS based on InterBase 6.0 
code
 firebird2.5-superclassic - Firebird SupecClassic Server - an RDBMS based on 
InterBase 6.0 co
 libfbclient2 - Firebird client library
 libfbembed2.5 - Firebird embedded client/server library
 libib-util - Firebird UDF support library
Changes: 
 firebird2.5 (2.5.0.25920~ReleaseCandidate2.ds2-2) unstable; urgency=low
 .
   * add libib-util to server packages' Recommends
   * fix install_freebsd_as_linux.patch (and kfreebsd build)
Checksums-Sha1: 
 6393a28fa8d218f8e40221cb2497df40b5e280c9 2525 
firebird2.5_2.5.0.25920~ReleaseCandidate2.ds2-2.dsc
 bbf4e70f445c97079f1e9c19a3269fffa6eaf169 122525 
firebird2.5_2.5.0.25920~ReleaseCandidate2.ds2-2.diff.gz
 0e9fe9508ace416edc84ce2a14bef85e70f6f533 64830 
firebird2.5-dev_2.5.0.25920~ReleaseCandidate2.ds2-2_all.deb
 314ceb931f6f7e2d194b6209b5b6b161f3949b04 167880 
firebird2.5-examples_2.5.0.25920~ReleaseCandidate2.ds2-2_all.deb
 1b6cd60ba17de049a6cdf4b9168e149c4aa25f48 182820 
firebird2.5-doc_2.5.0.25920~ReleaseCandidate2.ds2-2_all.deb
 e4c242421cf5128e0545ce36e4ff382b651de6df 624696 
firebird2.5-common-doc_2.5.0.25920~ReleaseCandidate2.ds2-2_all.deb
 e413ca2746601a62f9e3c9edc95325d3924d914d 3476340 
firebird2.5-super_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
 18166477c83f2c5a0cf4f1cbf4caad6a609adcae 33144 
firebird2.5-classic_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
 55334d68aed18abb58c6f1c9c7be9847d5c10179 211788 
firebird2.5-superclassic_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
 263aee31962fa39ec331455afe7d5be175ea2add 335604 
libfbclient2_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
 dc37a907f4bb2c30e3221024e7758bb78325991e 1891254 
libfbembed2.5_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
 9681455c6ed4610ab218fe8913212c97a2c5536e 3854 
libib-util_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
 a1d94f15f735188c1ec0338bb0a3003248f2b3af 490658 
firebird2.5-common_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
 090b9c1c44dfd0a7f0bb65319522a72b18a031b3 209914 
firebird2.5-server-common_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
 9700f546914d53ca12f1412ade55211847c4c709 1562504 
firebird2.5-classic-common_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
Checksums-Sha256: 
 0bc4882e56a5f05677e7d29479c3434c60d3bcf9c01e1f0d828560023e708be5 2525 
firebird2.5_2.5.0.25920~ReleaseCandidate2.ds2-2.dsc
 4f17faea7b2823cb215e462661e7b15280b664a9dab74d35fb8de87ed911f9fc 122525 
firebird2.5_2.5.0.25920~ReleaseCandidate2.ds2-2.diff.gz
 b3b114bbaee96ce7856b9bf3e667e718b68be7962e2dac916e2df2e3d63fb9bb 64830 
firebird2.5-dev_2.5.0.25920~ReleaseCandidate2.ds2-2_all.deb
 cdce3629571c44aa060609d5aa10c3117b227b6a8f892af377642ee58f892068 167880 
firebird2.5-examples_2.5.0.25920~ReleaseCandidate2.ds2-2_all.deb
 8ab18ca6e3eef22cef2dcdba04d1e01b4f54ed153b2f73366f5227444f9ab373 182820 
firebird2.5-doc_2.5.0.25920~ReleaseCandidate2.ds2-2_all.deb
 2bcd035e2a8e84d3f200365f9be2e54b3f40fec24b2df9dce277c795b7a2fe78 624696 
firebird2.5-common-doc_2.5.0.25920~ReleaseCandidate2.ds2-2_all.deb
 afa42c91b2af06e2fe85dc5590699e56f0e0879b4cb26ca923fea87d2539e7c3 3476340 
firebird2.5-super_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
 70b9b15985ba31ce0ae4fcf6def613b8e7c0b3f215ef31a2c0c407b5d73cd90f 33144 
firebird2.5-classic_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
 424365c3ec2317231d020eafef3b9f2c9719a9aa8daa6b1b795c058a82c34809 211788 
firebird2.5-superclassic_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
 d9b46fb72f18fd50a34525560c391b6da6de3da5505cbc722a1965ca646037c9 335604 
libfbclient2_2.5.0.25920~ReleaseCandidate2.ds2-2_amd64.deb
 3e04152d8b1c5b2a1cedc2518513124ed6796496ac4b783f092df114d9933b85 1891254 

Accepted sql-ledger 2.8.29-1 (source all)

2010-03-05 Thread Raphaël Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 10:21:32 +0100
Source: sql-ledger
Binary: sql-ledger
Architecture: source all
Version: 2.8.29-1
Distribution: unstable
Urgency: low
Maintainer: Raphaël Hertzog hert...@debian.org
Changed-By: Raphaël Hertzog hert...@debian.org
Description: 
 sql-ledger - A web based double-entry accounting program
Changes: 
 sql-ledger (2.8.29-1) unstable; urgency=low
 .
   * New upstream release:
 - fixed missing internal notes on orders
 - added sales/purchase order import option
   * Updated Standards-Version to 3.8.4 (no changes).
Checksums-Sha1: 
 146f9c2eeb0f2ed9e7d4fe88e95943d33f5dd6d2 1596 sql-ledger_2.8.29-1.dsc
 77ce49ff4c2bd801eaea2b26a510aa73ebc8551e 3537272 sql-ledger_2.8.29.orig.tar.gz
 c8c5f564eacd0019aa32577013a1cc3a66d63cc8 15751 
sql-ledger_2.8.29-1.debian.tar.gz
 162c29674e8d5499a68a76435ac1f7b4e717 5500064 sql-ledger_2.8.29-1_all.deb
Checksums-Sha256: 
 6f26518223cb596c46159febe273ed00822bd3fe32009c2fa4ee765537f369cb 1596 
sql-ledger_2.8.29-1.dsc
 cd807704369e30c91ba131a48ffd2bbb0695efeca7a38bdd150efeb5aff95204 3537272 
sql-ledger_2.8.29.orig.tar.gz
 648b6c399cdce5f3f71f78ca18d5e2d29c0ac166ea4454d118290d5dc86b594f 15751 
sql-ledger_2.8.29-1.debian.tar.gz
 955e4d1eb99cff63bd8e8a48816b61e0ed815fd37305175a3478f5aea7fc49dc 5500064 
sql-ledger_2.8.29-1_all.deb
Files: 
 24f8f7cc69846812ac99edb95b3b2ffe 1596 web optional sql-ledger_2.8.29-1.dsc
 ae0b098cd63871e92f5e8c0324e45caf 3537272 web optional 
sql-ledger_2.8.29.orig.tar.gz
 9a0ffd1ac7677f5f771e983fd72b2160 15751 web optional 
sql-ledger_2.8.29-1.debian.tar.gz
 a8df6cfde48ae53b9e1fae0e6e6fdce2 5500064 web optional 
sql-ledger_2.8.29-1_all.deb

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

iQEcBAEBCAAGBQJLkNVFAAoJEAOIHavrwpq5v8MH/j3mOPMV4+yw+Z+B5bcXznFV
vyC8o0HL9ZRvDiFILSUQqLLqTGKxi8qbsAH89q6Ghe8TMDzRAB8woKmFrL9FG8Av
6F5Qm0HG8sO7zcTWsE7PkEsD689Ig7eaG5th9DR7hjj1G6cfzeEFzGd1uZE6OTXP
RfxHUWMm/oLYEZIdT550+foXykg0hB2huC+zKHp5nGr5lJWmtFg1ac4RAOkqV0y1
XwPxaiKdWcbHXnKs7YIALFjJobVZM4UAHThkUN1sVZkPcaP8w8guoji85swTfXu9
B7j2OnZGqaeCWw/nW7JiU92BhAE8EPvEu9RERVYSyfLZWBGXtQPhwNvnvisKqPQ=
=vxLk
-END PGP SIGNATURE-


Accepted:
sql-ledger_2.8.29-1.debian.tar.gz
  to main/s/sql-ledger/sql-ledger_2.8.29-1.debian.tar.gz
sql-ledger_2.8.29-1.dsc
  to main/s/sql-ledger/sql-ledger_2.8.29-1.dsc
sql-ledger_2.8.29-1_all.deb
  to main/s/sql-ledger/sql-ledger_2.8.29-1_all.deb
sql-ledger_2.8.29.orig.tar.gz
  to main/s/sql-ledger/sql-ledger_2.8.29.orig.tar.gz


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



Accepted upower 0.9.1-1 (source all i386)

2010-03-05 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 11:07:33 +0100
Source: upower
Binary: upower upower-doc libupower-glib1 libupower-glib-dev 
devicekit-power-doc libdevkit-power-gobject1 libdevkit-power-gobject-dev
Architecture: source all i386
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 devicekit-power-doc - transitional package to upower-doc
 libdevkit-power-gobject-dev - abstraction for power management - development 
files (old API)
 libdevkit-power-gobject1 - abstraction for power management - shared library 
(old ABI)
 libupower-glib-dev - abstraction for power management - development files
 libupower-glib1 - abstraction for power management - shared library
 upower - abstraction for power management
 upower-doc - abstraction for power management - documentation
Closes: 571156
Changes: 
 upower (0.9.1-1) unstable; urgency=low
 .
   [ Martin Pitt ]
   * New upstream release. Compared to our git snapshot, this just fixes the
 BSD backend to compile.
   * debian/upower.postinst: Restart the daemon if we stopped it, so that
 clients don't suddenly stop getting signals.
   * debian/control: Add udisks Conflicts/Replaces to devicekit-power, and
 an additional Conflicts: to libdevkit-gobject, so that devicekit-power
 gets properly cleaned up on upgrade.
   * debian/upower.postinst: Migrate DeviceKit-power history on upgrade.
   * Add debian/upower.postrm: Clean up /var/lib/upower on purge.
 (Closes: #571156)
 .
   [ Michael Biebl ]
   * debian/control
 - Add dependency on dbus.
 - Make udev a linux-only dependency.
 - Add build dependency on libkvm-dev for kfreebsd-*.
 - Don't build depend on libgudev-1.0-dev for kfreebsd-*.
   * Install udev rules files conditionally on linux only.
   * debian/*.symbols
 - Bump symbol versions from previous git snapshot versions to 0.9.1.
Checksums-Sha1: 
 120cd56d2702977cbf303836ca94510ff6cb4777 1668 upower_0.9.1-1.dsc
 1b74353ee1a04b215dd8a7722849919b838059d9 596206 upower_0.9.1.orig.tar.gz
 650dc33cfef8d1f4ddcf9717a3def91e65d2446b 5742 upower_0.9.1-1.diff.gz
 e35910803539432af909fe43a960f96a1940dd07 58644 upower-doc_0.9.1-1_all.deb
 051f0342d2b7a883f457deed733168cf8c2fb74f 10190 
devicekit-power-doc_0.9.1-1_all.deb
 bb7ea439d95420fb06dba7aa2062b810726c1845 78220 upower_0.9.1-1_i386.deb
 18baac63af55a7ecd6817e9a7d50be2dcaf5812e 32012 libupower-glib1_0.9.1-1_i386.deb
 aa218da2a29ebf535288eb576901f1aa3bc60bad 37700 
libupower-glib-dev_0.9.1-1_i386.deb
 f30e33db1593586ea531baa7709230ac17368315 27976 
libdevkit-power-gobject1_0.9.1-1_i386.deb
 fb9c9ebf43d449fd77d495bb8398928ec2690dd6 31814 
libdevkit-power-gobject-dev_0.9.1-1_i386.deb
Checksums-Sha256: 
 2d31fbb571624de06ba6c416318c3eb026f614f8259cf0f7cab5fa6ba3097301 1668 
upower_0.9.1-1.dsc
 f81b82e419fa2296995d610bb0b2585ee42cd9e45e198451f95f72f272abd714 596206 
upower_0.9.1.orig.tar.gz
 a45770421a156a503e8da9b288befd385084181c657640396e25352a7897c451 5742 
upower_0.9.1-1.diff.gz
 263f7aa0b7f9c6c7491d54ac51e503ca03dc3c58af06b8765466c5ac54f6a015 58644 
upower-doc_0.9.1-1_all.deb
 57187f0f2af191cd0025d99a260a8b0c81446adcedf5aa22abb457dd45c3fea3 10190 
devicekit-power-doc_0.9.1-1_all.deb
 f9535a46d08f2233bcc783ac12308405c643a9c046d4664dfaf0e752c243dc07 78220 
upower_0.9.1-1_i386.deb
 ff30a93d3dcf2935fc8ead8604769e6f1d4ee9aa5c3c6ac40dfcbe1eabd025ec 32012 
libupower-glib1_0.9.1-1_i386.deb
 c0c4f3abcc38cbbcd6570dbd7b70d7211bb1e2cbfeca7700fa916ca1469921bb 37700 
libupower-glib-dev_0.9.1-1_i386.deb
 be65954e73662bf339b6df73b66fc19dc8c593cb7cc89e9abe9f1ed17f2202e4 27976 
libdevkit-power-gobject1_0.9.1-1_i386.deb
 19b6a23f6ba63160fbc6a618806127ef27c678d229583b67179370a4c947bcea 31814 
libdevkit-power-gobject-dev_0.9.1-1_i386.deb
Files: 
 b6df650f0054ad0c3ecdf9167d1ad004 1668 admin optional upower_0.9.1-1.dsc
 37da9c2512b1cb482c8353cad8ac40d7 596206 admin optional upower_0.9.1.orig.tar.gz
 ad953dee294f60679793da6a1d87d7f0 5742 admin optional upower_0.9.1-1.diff.gz
 8c4b6dd776ccc37cd1ca1a7afa5f7eb2 58644 doc optional upower-doc_0.9.1-1_all.deb
 12fc3cace91d283e80c1221ce167f473 10190 oldlibs optional 
devicekit-power-doc_0.9.1-1_all.deb
 a114fc5d880f6c0458adb55290c3e2e7 78220 admin optional upower_0.9.1-1_i386.deb
 7eae970998e4d7fd8a89644bf2ddd565 32012 libs optional 
libupower-glib1_0.9.1-1_i386.deb
 5cbef368f904a9d2d93ae24e16c4c1e3 37700 libdevel optional 
libupower-glib-dev_0.9.1-1_i386.deb
 76aea03675ea86bb78b2ecbb24b1dd1f 27976 oldlibs optional 
libdevkit-power-gobject1_0.9.1-1_i386.deb
 00d4d02c1d4aec5e2c16b585ca13b723 31814 oldlibs optional 
libdevkit-power-gobject-dev_0.9.1-1_i386.deb

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

iEYEARECAAYFAkuQ2RoACgkQDecnbV4Fd/KmmACgzcTJRNgBgT7QRmfLg25RKMvR
1fcAoMVSJRbz00VTaBej/bkLeUHzXdaD
=m8pt
-END PGP SIGNATURE-


Accepted:

Accepted indywiki 0.9.9.1-5 (source all)

2010-03-05 Thread Serafeim Zanikolas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Feb 2010 13:02:34 +0100
Source: indywiki
Binary: indywiki
Architecture: source all
Version: 0.9.9.1-5
Distribution: unstable
Urgency: low
Maintainer: Serafeim Zanikolas ser...@hellug.gr
Changed-By: Serafeim Zanikolas ser...@hellug.gr
Description: 
 indywiki   - visual Wikipedia browser
Closes: 571476
Changes: 
 indywiki (0.9.9.1-5) unstable; urgency=low
 .
   * Bump Standards-Version to 3.8.4 (no changes)
   * Switch dpkg-source format to 3.0 (quilt)
 * debian/control: drop Depends: quilt
 * debian/rules: drop patch-related stuff
   * Revise debian/rules to use dh overrides and depend on debhelper = 7.0.50~
   * Apply python 2.6 fixes (thanks to Jonathan Wiltshire for the patch)
   - do not install the indywiki script in /usr/local/ (Closes: #571476)
   - bump the minimum python-support dependency to 0.90
   * Add missing ${misc:Depends}
   * Add DEP-3 headers to patches
Checksums-Sha1: 
 3748903c989a69ca50acf161e76127d108a8fed2 1321 indywiki_0.9.9.1-5.dsc
 05cefd3c12acc8efa328a7c03e12722e62958732 4395 indywiki_0.9.9.1-5.debian.tar.gz
 3dd64db28800060d75c4f5bf33467f14c16262ac 121882 indywiki_0.9.9.1-5_all.deb
Checksums-Sha256: 
 aaec64085d916aa07d05664723ff3d55e7014c4f9db540a7d96fd64c441a35dc 1321 
indywiki_0.9.9.1-5.dsc
 fb940559aa4c640685d37030f8335aebc5b8a8c02a1daf6f60ea9f16f65195ee 4395 
indywiki_0.9.9.1-5.debian.tar.gz
 d57fa8fea29e1c51059d719905920fd615d06579b8c1a4196f36d7f71573193a 121882 
indywiki_0.9.9.1-5_all.deb
Files: 
 fb59720bdf03a2c63d1f7eb15d3f09e8 1321 web optional indywiki_0.9.9.1-5.dsc
 31a4d7431af3ae72e688389ab1bc7f8a 4395 web optional 
indywiki_0.9.9.1-5.debian.tar.gz
 285be9418c6a155db86c863057980b42 121882 web optional indywiki_0.9.9.1-5_all.deb

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

iEYEARECAAYFAkuQ2fQACgkQVty5d8XpUzPOtACcDBmJJ1Qc3ikzQnM1DeAJr9Eb
+VAAn2nZrA2ifbbbSecShbn5XHtyBUhq
=tDe+
-END PGP SIGNATURE-


Accepted:
indywiki_0.9.9.1-5.debian.tar.gz
  to main/i/indywiki/indywiki_0.9.9.1-5.debian.tar.gz
indywiki_0.9.9.1-5.dsc
  to main/i/indywiki/indywiki_0.9.9.1-5.dsc
indywiki_0.9.9.1-5_all.deb
  to main/i/indywiki/indywiki_0.9.9.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
Archive: http://lists.debian.org/e1nnurz-0007r4...@ries.debian.org



Accepted org-mode 6.34c-4 (source all)

2010-03-05 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 10:45:05 +0100
Source: org-mode
Binary: org-mode
Architecture: source all
Version: 6.34c-4
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond s...@debian.org
Changed-By: Sebastien Delafond s...@debian.org
Description: 
 org-mode   - keep notes, maintain ToDo lists, and do project planning in emacs
Closes: 572404
Changes: 
 org-mode (6.34c-4) unstable; urgency=low
 .
   * Proper unescaping in links (Closes: #572404.)
Checksums-Sha1: 
 b79172b68ef1bbcd2e541dbb35ccaec0cae2c412 1144 org-mode_6.34c-4.dsc
 1679d963f0a682ca3d516e0e478623c5296514c8 6738 org-mode_6.34c-4.debian.tar.gz
 1c94869a7f38423384f0ac7e9b9db9adfe218c3c 1933550 org-mode_6.34c-4_all.deb
Checksums-Sha256: 
 524e0a0780678eef392b9b97d6e99dbef3ece70d6f55261cb2df475fb1a83597 1144 
org-mode_6.34c-4.dsc
 4a47df75d36bbc95c2445470f506fa66302dc6ef70b21078c864b373e5284574 6738 
org-mode_6.34c-4.debian.tar.gz
 ef3bd4888eb04878f94611f63587e26c5f373cd46e4fec64a584ca6d32c1fe1d 1933550 
org-mode_6.34c-4_all.deb
Files: 
 fe3d9a1c700ec82b021282b96321fae0 1144 misc optional org-mode_6.34c-4.dsc
 c550f2f8acbec9d1637ca0ed35b09008 6738 misc optional 
org-mode_6.34c-4.debian.tar.gz
 f5ba6f5f4c07e90ff983e71f21c01384 1933550 misc optional org-mode_6.34c-4_all.deb

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

iEYEARECAAYFAkuQ3PEACgkQiZgNKcDdyD9BdACfSrWh1zi6JSjhQkZs7f6V9lo+
8SMAoLikZExDyBhOkqY6UlZUhkOyUm8I
=H8UB
-END PGP SIGNATURE-


Accepted:
org-mode_6.34c-4.debian.tar.gz
  to main/o/org-mode/org-mode_6.34c-4.debian.tar.gz
org-mode_6.34c-4.dsc
  to main/o/org-mode/org-mode_6.34c-4.dsc
org-mode_6.34c-4_all.deb
  to main/o/org-mode/org-mode_6.34c-4_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nnv4o-5d...@ries.debian.org



Accepted liblingua-es-numeros-perl 0.08-1 (source all)

2010-03-05 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 00:27:50 +0100
Source: liblingua-es-numeros-perl
Binary: liblingua-es-numeros-perl
Architecture: source all
Version: 0.08-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Angel Abad angela...@gmail.com
Description: 
 liblingua-es-numeros-perl - Perl module to convert numbers to Spanish text
Changes: 
 liblingua-es-numeros-perl (0.08-1) unstable; urgency=low
 .
   * New upstream release
   * Standards-Version 3.8.4 (no changes)
Checksums-Sha1: 
 e72ad1da28daa88e72b3b13d77d2eba7d21bb701 2132 
liblingua-es-numeros-perl_0.08-1.dsc
 0c246f09388d1c1eb4d50ee1831cb50704fdf3de 13970 
liblingua-es-numeros-perl_0.08.orig.tar.gz
 375a74598cf6539f7b8df2f30a1e4eda1e696401 2446 
liblingua-es-numeros-perl_0.08-1.diff.gz
 a71c5bc2d70fc3dcd1363f43b83c2cdecbd389a4 19246 
liblingua-es-numeros-perl_0.08-1_all.deb
Checksums-Sha256: 
 a0bb7696c9b0f4058a7c00d17655ca93ba883d747d1ccedca54a4203167308ea 2132 
liblingua-es-numeros-perl_0.08-1.dsc
 3c9dcf1659b40a224650b66232394410af6f7ad243a8b9f6ae1dc23e7a1dc379 13970 
liblingua-es-numeros-perl_0.08.orig.tar.gz
 d2c8fbbda190154dd9c9cb6889e12c6b65a4bc17bc7f66da79534bb1e582c5bd 2446 
liblingua-es-numeros-perl_0.08-1.diff.gz
 d3a031db49893ce91b87b92b103fd6c5de790bf9f9f61965fdd7c5a7e2521010 19246 
liblingua-es-numeros-perl_0.08-1_all.deb
Files: 
 5b92f5f3d43f3c8cf31f323e207574d5 2132 perl optional 
liblingua-es-numeros-perl_0.08-1.dsc
 4e9b62171ba375012c63beccff6f79f6 13970 perl optional 
liblingua-es-numeros-perl_0.08.orig.tar.gz
 266423b820350a25ac52833bfa4cdd2f 2446 perl optional 
liblingua-es-numeros-perl_0.08-1.diff.gz
 4b2ec38c1287bc9fa2799489bbbc0068 19246 perl optional 
liblingua-es-numeros-perl_0.08-1_all.deb

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

iQIcBAEBCAAGBQJLkOKHAAoJELs6aAGGSaoGhfUP/RydIxh35CoxehQBVFvH3y4k
3YLR72ruUBMHbVZtFMHLs+tUnLHnU4lprrH0/z0aLPmQ/OecZSu7Akd6LbwmSgRT
p08gwDKT4M/ghTu9bQAarU/Ob8hTGLhE6Pf5I9GIUw+4nK/v4UkhDeDRDofrxtuj
dDDZiZ1BUrfFZtqguGtTYcI+BKqIVbgyh9YETr6jBNIFrMdsJxXbezDoLTwCwdNH
daOzRLChHrryorTBVie+F4zJBF5M7mRC61zQIzGW12zk46PGSL2jOMVT8Z7xkZXS
gF2YBTXXw4pFBD7lvFserHcQ86lSsaNto53jlPdn4QkW7iZZM/uG5dq0gKmYZbSO
NyzhySk6kx+qUfuMdrCBnKKPZhmJ/vnlpOTrrI7+KeXF78hKAAeAdbcb9b/zY1j8
pGy8Totzu/eI+HCwu+LKXCT19+cl+K7r83yOazhtdaQcFtC5Rob2AbV3pegM5Nkd
W4tQD+FlvJZ8sDpXO0a/rmFst5xqhfMfdxgXMxIZWRrW9cUEyhSC5rmiNySsBEH0
M09XJJaNLqOuWykOSXwkZYbl/CdprzfAF2t96jnGWhUZgPggMV8iL3dy8npA/4ID
gc5fSeu4uIFKv/XE5cxkrvfD0vDZeo/Q4swxmx0UJBQm4YSOW4u60MQYrZyg3twJ
DCMEEyxTEz0xWnvQdYDq
=KJ9c
-END PGP SIGNATURE-


Accepted:
liblingua-es-numeros-perl_0.08-1.diff.gz
  to 
main/libl/liblingua-es-numeros-perl/liblingua-es-numeros-perl_0.08-1.diff.gz
liblingua-es-numeros-perl_0.08-1.dsc
  to main/libl/liblingua-es-numeros-perl/liblingua-es-numeros-perl_0.08-1.dsc
liblingua-es-numeros-perl_0.08-1_all.deb
  to 
main/libl/liblingua-es-numeros-perl/liblingua-es-numeros-perl_0.08-1_all.deb
liblingua-es-numeros-perl_0.08.orig.tar.gz
  to 
main/libl/liblingua-es-numeros-perl/liblingua-es-numeros-perl_0.08.orig.tar.gz


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



Accepted liblatex-table-perl 1.0.1-1 (source all)

2010-03-05 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 10:20:08 +0100
Source: liblatex-table-perl
Binary: liblatex-table-perl
Architecture: source all
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso salvatore.bonacco...@gmail.com
Description: 
 liblatex-table-perl - Perl extension for the automatic generation of LaTeX 
tables
Changes: 
 liblatex-table-perl (1.0.1-1) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * New upstream release
   * Drop unused lintian-overrides not needed anymore.
   * Refresh debian/copyright following revision 135 of machine-readable
 copyright information by DEP5. Update Copyright years and email address of
 copyright holder.
   * Bump Standards-Version to 3.8.4 (no changes).
   * Remove duplicate libtemplate-perl in Depends control field.
 .
   [ gregor herrmann ]
   * debian/control: add perl (= 5.10.1) as an alternative dependency to
 libautodie-perl.
Checksums-Sha1: 
 a280b7781f90afd557714e87ddda9037b6b3fe8d 2231 liblatex-table-perl_1.0.1-1.dsc
 8b53f98a0e8b47c279f10ad9b06b957eabfc9833 295898 
liblatex-table-perl_1.0.1.orig.tar.gz
 65c7e9e005dea25bde3580cc2c127b3f588f77d0 2752 
liblatex-table-perl_1.0.1-1.diff.gz
 a6934760b526b08e80808f1a540fdbd076f9d7be 314672 
liblatex-table-perl_1.0.1-1_all.deb
Checksums-Sha256: 
 f221af98ecf5f627972d100a3f62b24fbb5abdde937d4aef5d97d7cbc8d80f2a 2231 
liblatex-table-perl_1.0.1-1.dsc
 63c9494625aa1bc46ed276405c821184f93d8aa03bd9822a1e19e60ccd91f143 295898 
liblatex-table-perl_1.0.1.orig.tar.gz
 7ed30e5469dd2c1f5a1bf0b1dc1a95ab328b5e2256c60e22b0da270e3b2d3345 2752 
liblatex-table-perl_1.0.1-1.diff.gz
 b653951e334199e9d5b2492d49bdfff784c0839e0a760237c03256c53cad9f65 314672 
liblatex-table-perl_1.0.1-1_all.deb
Files: 
 002af694ca17c3b227e471ed846b8683 2231 perl optional 
liblatex-table-perl_1.0.1-1.dsc
 73842cea03b1b06772ad5578afc57d63 295898 perl optional 
liblatex-table-perl_1.0.1.orig.tar.gz
 cc4a031b69e08ff481cb824ef4dbc995 2752 perl optional 
liblatex-table-perl_1.0.1-1.diff.gz
 a1f3680da850b5972ae43169bb23589e 314672 perl optional 
liblatex-table-perl_1.0.1-1_all.deb

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

iQIcBAEBCAAGBQJLkOUmAAoJELs6aAGGSaoGiPMP/j9gVe02DSd1/bGIp2lji60m
bbzMLgreV/B3vTLyehVCuonSVfMpNA5VpRJdR9r/B4+bDCLKU3RyZ7HGJoVV1Wmj
1Y3w67OCJJSdD3JvFwFt6ZwMh+J9dQ1QWrgB23sMA98UTl5f2ZF5+KKA6aId1Iva
XOFXzOfUa9grav7CYpEUIrWB7SiNJoxhYdIBg0kta60bHtiIS7Qt6WMtkBdDmhaB
xesylGPr9VQxvHFmc8b/rjhUOUAXY6tHXwtZd/9IGTUjMWAveDBukkGUy5+jigRL
GurwYrf23ccAnvHzBYLxzOdvjfTjVCBF3Exy5pjsyLMmtfc9OYNkYVhvg9gIup5F
O/1bCPU5B8XwrSQVu5DMcn4RCThZ307KyjgROgTsON7d0wgHrAuyuV8zsqk7X5xe
+MnbFLVY9/pmV/C4dmC6Yc9YD5x6BH5/TQzIlbM0vACEN8d3cAMP7MTcrx9nujgb
jVnVAVD++U/VIC3BeUEKfxN4Cc2sqrqgJNVyRfDqzNgcPQ10wIEGgUgJai7RtQ0v
xn2TqRJ+Qnz2G0CWQvzcN0/uKLI1rV4ZCkeZ501ih3cWZe4YPgF5fLtvp73hlkkh
AZxLPHrs9/+Wbe9KrG20c+H3LO3aT+Ri50FdPzb9uxqe62oby2dYiLQRjQqW+Jal
ds+wuExYlqf36B2eYKcC
=Srxd
-END PGP SIGNATURE-


Accepted:
liblatex-table-perl_1.0.1-1.diff.gz
  to main/libl/liblatex-table-perl/liblatex-table-perl_1.0.1-1.diff.gz
liblatex-table-perl_1.0.1-1.dsc
  to main/libl/liblatex-table-perl/liblatex-table-perl_1.0.1-1.dsc
liblatex-table-perl_1.0.1-1_all.deb
  to main/libl/liblatex-table-perl/liblatex-table-perl_1.0.1-1_all.deb
liblatex-table-perl_1.0.1.orig.tar.gz
  to main/libl/liblatex-table-perl/liblatex-table-perl_1.0.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nnvwy-00029n...@ries.debian.org



Accepted libcpan-mini-perl 1.100630-1 (source all)

2010-03-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 12:26:22 +0100
Source: libcpan-mini-perl
Binary: libcpan-mini-perl
Architecture: source all
Version: 1.100630-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libcpan-mini-perl - module for creating a minimal mirror of CPAN
Changes: 
 libcpan-mini-perl (1.100630-1) unstable; urgency=low
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Ryan Niebur ]
   * Update ryan52's email address
 .
   [ gregor herrmann ]
   * New upstream release.
   * Minimize debian/rules.
   * Set Standards-Version to 3.8.4; remove version from perl build dependency.
   * Add /me to Uploaders.
   * debian/copyright: update formatting, update info about upstream copyright,
 remove info about inc/ (not included anymore).
   * debian/control:
 + rewrite (build) dependency on Compress::Zlib as perl (= 5.10) |
   libio-compress-perl | libcompress-zlib-perl
 + make short description a noun phrase
 + remove build dependencies on libtest-pod-{,coverage}-perl, the tests are
   set to only for testing release candidates now
Checksums-Sha1: 
 429e0814c009a6539e278bc176b0d49a2866856e 2115 libcpan-mini-perl_1.100630-1.dsc
 07e24528fba53d5ad639349df23e30dfaa27e29c 19823 
libcpan-mini-perl_1.100630.orig.tar.gz
 e6ca99701e62e1262a19ad5ef372aee7c48c1729 2128 
libcpan-mini-perl_1.100630-1.diff.gz
 fa831d0598034a3cdd62736766097cdb4efe5ec8 25438 
libcpan-mini-perl_1.100630-1_all.deb
Checksums-Sha256: 
 e1536e7eb4f173d53308facb9ac6d638f419f91c1d9afc26bf2015daa9822c5a 2115 
libcpan-mini-perl_1.100630-1.dsc
 5abaada6ce568128d948848a8a0453beacbe0080b3609f525670a8439f34bded 19823 
libcpan-mini-perl_1.100630.orig.tar.gz
 59796bbd0e965648f81bcaa434f537af9a2ad685c6be300ff95c9851c22950a2 2128 
libcpan-mini-perl_1.100630-1.diff.gz
 52c980cc0af05fef1788bbe35efb652d0269bf15f80d27dd464ad1b97d3a5b51 25438 
libcpan-mini-perl_1.100630-1_all.deb
Files: 
 b2f6e9a091616d3fbc55e3b4f598c1b7 2115 perl optional 
libcpan-mini-perl_1.100630-1.dsc
 de796ab32b463bfffd32b4d523ec6d73 19823 perl optional 
libcpan-mini-perl_1.100630.orig.tar.gz
 fb0225ce2006b96197b159ab374d6a4f 2128 perl optional 
libcpan-mini-perl_1.100630-1.diff.gz
 44ea3bb8270245f57eb04911fcfc5986 25438 perl optional 
libcpan-mini-perl_1.100630-1_all.deb

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

iQIcBAEBCAAGBQJLkOqWAAoJELs6aAGGSaoGk6UP/0C2yZmloTG9qluPZ0E1Eoc5
DjsJVqzsgKj8VZK5C7SxPwGyJsGWCX0Sk2OO7U0j61L9HpnZ3yEb4txrbQPw/DvR
cGkxMw1FyVYYR/NTfjOfCDHXwreht1iPPMiIfy7nxUb7x7RSPEE1e1nYqB/PUtUy
ss6M/ePqxhTpluUTglyfW64kahGyyQ+tz1BCcJ3Za6o0L7f8uCPY4ZOdDN4VT6E5
1bmrQ9VBC9kRfLaPpg4huY3kwxQLguafnrQ5MJCC1sFXVpG4aBpmRbIBbq7wzFa4
skueA1UROHHzvp183qtDu52z+U2Db24FaUErVUDP33Do8GVGsWejPsEY5EQ/EI5b
je35XXQazW0Ubj995Cj2Dt2YguFqbeynD9r/L5Xgh7XmihMfYOcoBrgWp3Ye3Md+
O7+ID5lc6eXWM6ly87O0gOugcb9qo0u8Th1sBCXO2ZQtqusR093jQX6KkroDnfWr
2mto5wPltXb3iPCeg1+TqYlUxhv8zvdCIuOx3FlX2Cd7oQg6BiDfL8Q9CBApZGKh
frmetOibcVAo6+7keLHNAFs9ebac/OTiQNbSr4n4jahNU7sbD/szOYCjlSPH3Yda
24EYjYnBgbg8J0hIytyD/jNzk7yVEZM3i9aq/Kjcw0JjtObHUAjhIYWHcLFZEwY/
FP7gQVHWi09q8MaagGbE
=bba0
-END PGP SIGNATURE-


Accepted:
libcpan-mini-perl_1.100630-1.diff.gz
  to main/libc/libcpan-mini-perl/libcpan-mini-perl_1.100630-1.diff.gz
libcpan-mini-perl_1.100630-1.dsc
  to main/libc/libcpan-mini-perl/libcpan-mini-perl_1.100630-1.dsc
libcpan-mini-perl_1.100630-1_all.deb
  to main/libc/libcpan-mini-perl/libcpan-mini-perl_1.100630-1_all.deb
libcpan-mini-perl_1.100630.orig.tar.gz
  to main/libc/libcpan-mini-perl/libcpan-mini-perl_1.100630.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nnvlh-00038x...@ries.debian.org



Accepted libcrypt-blowfish-perl 2.12-1 (source i386)

2010-03-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 12:38:43 +0100
Source: libcrypt-blowfish-perl
Binary: libcrypt-blowfish-perl
Architecture: source i386
Version: 2.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libcrypt-blowfish-perl - Blowfish cryptography for Perl
Changes: 
 libcrypt-blowfish-perl (2.12-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh patch.
   * Add /me to Uploaders.
   * Update years of upstream copyright.
Checksums-Sha1: 
 72a04d795e980085a1797d735e746d4a3e6fda74 2100 libcrypt-blowfish-perl_2.12-1.dsc
 d4712fc05559f8b6aef9d901e115bba2cd368a5f 17895 
libcrypt-blowfish-perl_2.12.orig.tar.gz
 83060eaf95d7d94c30ee77a39175bb0f46a04dcc 4069 
libcrypt-blowfish-perl_2.12-1.debian.tar.gz
 f84fc352a8ab3a3553744a32e2b836c8e77013a2 20950 
libcrypt-blowfish-perl_2.12-1_i386.deb
Checksums-Sha256: 
 1dbfc1df56996ad56f4d512c22bf2220be07ff464258c6d43373ac99189a3a29 2100 
libcrypt-blowfish-perl_2.12-1.dsc
 7b54eb96e2e91ca83b7b4099a2ff9a21986ec8e6bf4804245376ebed98e23ac4 17895 
libcrypt-blowfish-perl_2.12.orig.tar.gz
 c1e85aafdc5c92d00f1a9f7744cdc9170d414559dbcb205df5d88a9f336ea35f 4069 
libcrypt-blowfish-perl_2.12-1.debian.tar.gz
 768f8f7a8045d13ec97bf15728283eca9caa529722f57c0fe21f7ce77fb7c4cb 20950 
libcrypt-blowfish-perl_2.12-1_i386.deb
Files: 
 87fbc1c22b27c4dcd66c934fcaec4744 2100 perl optional 
libcrypt-blowfish-perl_2.12-1.dsc
 a0eca17addc8bdaf38c044c365a8800c 17895 perl optional 
libcrypt-blowfish-perl_2.12.orig.tar.gz
 9a9660bf78a26a55319d3434407adf88 4069 perl optional 
libcrypt-blowfish-perl_2.12-1.debian.tar.gz
 4eefa6799b7184baca5b8ec82801fcc3 20950 perl optional 
libcrypt-blowfish-perl_2.12-1_i386.deb

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

iQIcBAEBCAAGBQJLkO2EAAoJELs6aAGGSaoGOSYP/2uFnzpjjf4nU+E9PG2bfTTP
pLETwuL09sNDHlnZGj6ProfdKuGV6TyKt76zvUd4CquD1QdEQBFjlvPOIhEZy6R2
LHpqsZ9v4YAdvAL4nS9nXFNc+qZWeKjO7MRZ+EBWKi4dU/k+0SMUwiFPmgP1mgcO
q8Q3G0b/lYKIZ38uhDazyqSRzyJ0fRphGTUMfQL1wjcXebdCPHOsi0gtTsHIsf44
3GCw0BG1azJlAfB0I1/Rbla/FoPivK0LR8i1XKgLZ+ghU9XR1sxZjmbHswWtg3i9
d8ErHIaAqDCwchAXXUAssqtNx/9dwrFGcIWP5CeMxQgPfP6JMfdQ2GS0LHlEX1sB
jbZOyVBasZI7GTmBPnrjkGRihEnpWtQNSkW72okSPdF4qdb5GcDqMi6594/SKnxU
587FJ+0gVu8b8fGdKo0o135Xm91LJ50qALU8xX8vamKX3CyMUoTVFJZFBDcg6GB6
p3p9I4f/t9ohQMZ3Q0FhU5519N3DnuyGwWTXaUdYMOCXGWe4vwowRt3ZXBKwDlln
nzB+/ABde3J0fY57glg0Hb85o/5ARdAtMdfyVBqJQKWBSgV1ClnAhFY3bf+SROfO
JiZinWHIE5lSPsb18Li9ert0rJLbsyvz6GM+9myG0WbbkPOIqlNIRv8kPPUVNIcF
N/YCAuDOaPAplRchVUgk
=5p0l
-END PGP SIGNATURE-


Accepted:
libcrypt-blowfish-perl_2.12-1.debian.tar.gz
  to 
main/libc/libcrypt-blowfish-perl/libcrypt-blowfish-perl_2.12-1.debian.tar.gz
libcrypt-blowfish-perl_2.12-1.dsc
  to main/libc/libcrypt-blowfish-perl/libcrypt-blowfish-perl_2.12-1.dsc
libcrypt-blowfish-perl_2.12-1_i386.deb
  to main/libc/libcrypt-blowfish-perl/libcrypt-blowfish-perl_2.12-1_i386.deb
libcrypt-blowfish-perl_2.12.orig.tar.gz
  to main/libc/libcrypt-blowfish-perl/libcrypt-blowfish-perl_2.12.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nnw0y-00049k...@ries.debian.org



Accepted libdata-validate-ip-perl 0.11-1 (source all)

2010-03-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 12:52:27 +0100
Source: libdata-validate-ip-perl
Binary: libdata-validate-ip-perl
Architecture: source all
Version: 0.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdata-validate-ip-perl - Perl module for IP validation
Changes: 
 libdata-validate-ip-perl (0.11-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
 .
   [ Ryan Niebur ]
   * Update ryan52's email address
 .
   [ gregor herrmann ]
   * New upstream release.
   * debian/copyright: update formatting and years of upstream copyright.
   * Set Standards-Version to 3.8.4; remove version from perl build dependency.
Checksums-Sha1: 
 be9d40db651e6410c8a1159852b01701cfb928df 2185 
libdata-validate-ip-perl_0.11-1.dsc
 d65b677b151dead8df649cc7fea985589b20ac33 7980 
libdata-validate-ip-perl_0.11.orig.tar.gz
 e7b6531ac96f19897135ccd47b3bcbf171f34f54 1854 
libdata-validate-ip-perl_0.11-1.diff.gz
 abf3602ffb676f5e4897bcbf60d8ba3bd91cd2a5 13418 
libdata-validate-ip-perl_0.11-1_all.deb
Checksums-Sha256: 
 538cb12bb9d35caa809bb6921a52dbdd1fbcc1eb5ca68da7061e42f191a2a8d4 2185 
libdata-validate-ip-perl_0.11-1.dsc
 70d41bb13beccd0670b8e2865a963f46144df80b455683261a736276fa37f628 7980 
libdata-validate-ip-perl_0.11.orig.tar.gz
 f8bd1c95278b21dc36a16155db7237c4ff87b18abdd68acb21cfe0910dd19960 1854 
libdata-validate-ip-perl_0.11-1.diff.gz
 c581b1682ca318fe4d69ad4b0828680729383a0f8de444d0137b8df23af51cab 13418 
libdata-validate-ip-perl_0.11-1_all.deb
Files: 
 eb3ed83ef6c33784c1db56e3c3c7214b 2185 perl optional 
libdata-validate-ip-perl_0.11-1.dsc
 da2195e64e8f9c8e77797ae2078be723 7980 perl optional 
libdata-validate-ip-perl_0.11.orig.tar.gz
 9672e87736d681744cdbff80ebdf5a8d 1854 perl optional 
libdata-validate-ip-perl_0.11-1.diff.gz
 20ff18ba322677d2ec92327c3dab083a 13418 perl optional 
libdata-validate-ip-perl_0.11-1_all.deb

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

iQIcBAEBCAAGBQJLkPC2AAoJELs6aAGGSaoGagIQAIN3jVUFD1ypfP8pnpUv2zXi
ijZqgO0Y6Sx3Ogph2goPw3NYy3BqXObHsQuKyWzqF1QFtFGBzm1CowHF6JFlVOsO
WWv+c+lx13jM5Kl8W/09YMaYSLOvfVnY17RNSdNNyQw7HbAwBWVH+klJD7Ye0yQr
A9T0jcleMBkPwILEXbtCTiQjdRYWLeCSvk6Qib7mt/e1atmMuad/99OPkC7Tc0aL
bGGQV+qA9B6xuQqc/ND26d3D0vrwelwQoTUdso1O2kM1CqD8aek8oEdh9hox8Eja
lXclJSa4typ2uagHfd5h2CZNdR+z0f17ir0tEJzcU+N2cXwbGyl0K/Haaugq6Zdf
HT/m0HlBpNhL3zODnrJ09WJOzlPybk8Rlk+H0U0TQ2tToCuCMrkiyn0LaDcY6OES
jkcVP6RU9xxm6UoWmuZSjaBHjZlScxLd7ROnYrfRV6+68gjeanxdZl9oVHDsEs3C
u4GrfS7T5SnWYXphda7JDTI7cgyW9xw8QYtS2Nxx2Q1HYIuCfNsaXlfX+7D0S3mz
MHtzwJL/saIwT7GZYLTf5UoAkpyzLXM3gQaSID018Xc74XYlCzUA54lPihecqC0Y
+HpRmmv/wGGA+daqF/oRI0gGiUbP7vSHUE83fzvUfjTDkNVbMXGEc+5h6uObyk/1
y8tNwVGZfOlX5sDGzwCw
=qfUT
-END PGP SIGNATURE-


Accepted:
libdata-validate-ip-perl_0.11-1.diff.gz
  to main/libd/libdata-validate-ip-perl/libdata-validate-ip-perl_0.11-1.diff.gz
libdata-validate-ip-perl_0.11-1.dsc
  to main/libd/libdata-validate-ip-perl/libdata-validate-ip-perl_0.11-1.dsc
libdata-validate-ip-perl_0.11-1_all.deb
  to main/libd/libdata-validate-ip-perl/libdata-validate-ip-perl_0.11-1_all.deb
libdata-validate-ip-perl_0.11.orig.tar.gz
  to 
main/libd/libdata-validate-ip-perl/libdata-validate-ip-perl_0.11.orig.tar.gz


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



Accepted nagvis 1:1.4.6-1 (source all)

2010-03-05 Thread hfrenzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 19 Feb 2010 12:33:48 +0100
Source: nagvis
Binary: nagvis
Architecture: source all
Version: 1:1.4.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Nagios Maintainer Group 
pkg-nagios-de...@lists.alioth.debian.org
Changed-By: hfren...@scunc.net
Description: 
 nagvis - Visualization addon for Nagios
Closes: 533379 560705
Changes: 
 nagvis (1:1.4.6-1) unstable; urgency=low
 .
   [ Hendrik Frenzel ]
   * New upstream version (Closes: #533379)
   * Fixed desctiption (Closes: #560705)
   * Patched deprecated ereg to preg_match to get them work with php 5.3+
Checksums-Sha1: 
 9cda5965e0b610bcff762d329812a6ac5049e6c8 1324 nagvis_1.4.6-1.dsc
 d924228c1a4227c3c88eecf23a161e340cf96d24 757135 nagvis_1.4.6.orig.tar.gz
 e3e84b1ea68e021478b913197cd0753e4ad8fbf4 10311 nagvis_1.4.6-1.diff.gz
 eba9c04bd171cf0c6c3055f95eacf7c3a7960fa3 615996 nagvis_1.4.6-1_all.deb
Checksums-Sha256: 
 3debd51f61cc169000da38976899520ea27037c601edbe9dfbeba95e461ee4b3 1324 
nagvis_1.4.6-1.dsc
 8da97e0d44cfd32d0f4ccb46b9a5f918617498a13e78513122c1fd81ae983484 757135 
nagvis_1.4.6.orig.tar.gz
 d98e3212377cdc468d19e62c22a162d3ceafa0c72fe6fbecffd7d2d6f8f3d6c6 10311 
nagvis_1.4.6-1.diff.gz
 90bef98f3c3ac8e7cb61c0c977dff67113dff4f2806ead02981876f59b865ad5 615996 
nagvis_1.4.6-1_all.deb
Files: 
 aed134248f5c1c9313200b4bf1b2096d 1324 net extra nagvis_1.4.6-1.dsc
 c01e55addcf9a47eb55d04e5f712746e 757135 net extra nagvis_1.4.6.orig.tar.gz
 d16a41d0179f60a8482c0fd207641452 10311 net extra nagvis_1.4.6-1.diff.gz
 74a6889272d675a6c3b8143f48b6caa8 615996 net extra nagvis_1.4.6-1_all.deb

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

iEYEARECAAYFAkuQ8ooACgkQjWcQfAgCZA9+qgCglx+wiNq/nsvQB8hOaXpcNkuu
a4cAoKxnSdgiF868nue0ZnxlnLcIoZ3S
=v8ua
-END PGP SIGNATURE-


Accepted:
nagvis_1.4.6-1.diff.gz
  to main/n/nagvis/nagvis_1.4.6-1.diff.gz
nagvis_1.4.6-1.dsc
  to main/n/nagvis/nagvis_1.4.6-1.dsc
nagvis_1.4.6-1_all.deb
  to main/n/nagvis/nagvis_1.4.6-1_all.deb
nagvis_1.4.6.orig.tar.gz
  to main/n/nagvis/nagvis_1.4.6.orig.tar.gz


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



Accepted telepathy-haze 0.3.4-1 (source i386)

2010-03-05 Thread Jonny Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 12:09:21 +
Source: telepathy-haze
Binary: telepathy-haze
Architecture: source i386
Version: 0.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Jonny Lamb jo...@debian.org
Description: 
 telepathy-haze - A telepathy connection manager that use libpurple
Closes: 556487
Changes: 
 telepathy-haze (0.3.4-1) unstable; urgency=low
 .
   * New upstream release.
 + Links against libraries it uses. (Closes: #556487)
   * debian/control: Add xsltproc build-dep.
Checksums-Sha1: 
 a6637b85c09a4434126361a3b262c3249525 1447 telepathy-haze_0.3.4-1.dsc
 7fe23e8b319f6a1c887b380327543ae601486db3 447961 
telepathy-haze_0.3.4.orig.tar.gz
 35125544885620739d1bdfc610059cbbdca666ca 4336 telepathy-haze_0.3.4-1.diff.gz
 9d60549eaa94f5cdbc2fe60397edd8893c2a8a97 45652 telepathy-haze_0.3.4-1_i386.deb
Checksums-Sha256: 
 6aff675bede7edb352a708d5b4a4355893d7c1550d2613f5efca2d5cd4c060f3 1447 
telepathy-haze_0.3.4-1.dsc
 e2d44e561e2a740152e88f1fab786459c15466fff5199edbcd5fd2075a7423e0 447961 
telepathy-haze_0.3.4.orig.tar.gz
 47f7a54487bee0492e615e41e748279cbec24fb3da9c0c2e82ba9e3047dbd458 4336 
telepathy-haze_0.3.4-1.diff.gz
 d06b8352a5fbed91dc2400c8f5dd8239bada7e9bfcf27142dac8c7cc3f49c1df 45652 
telepathy-haze_0.3.4-1_i386.deb
Files: 
 ccd1845c5e8079c486c319d72c5e226b 1447 net optional telepathy-haze_0.3.4-1.dsc
 100b022f14165c2097f530139a02693b 447961 net optional 
telepathy-haze_0.3.4.orig.tar.gz
 6eb59b4e8174733ee66ecd087c5e869f 4336 net optional 
telepathy-haze_0.3.4-1.diff.gz
 9130d1121088965db0395a1f6317cb64 45652 net optional 
telepathy-haze_0.3.4-1_i386.deb

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

iEYEARECAAYFAkuQ9c4ACgkQwYr7ny4DlAJP+wCfZD1Nuvai/04/xyDHdPNLwD2A
SzUAnRbYvkz4sWow/a8zLB+eW/8AV8o2
=3ejE
-END PGP SIGNATURE-


Accepted:
telepathy-haze_0.3.4-1.diff.gz
  to main/t/telepathy-haze/telepathy-haze_0.3.4-1.diff.gz
telepathy-haze_0.3.4-1.dsc
  to main/t/telepathy-haze/telepathy-haze_0.3.4-1.dsc
telepathy-haze_0.3.4-1_i386.deb
  to main/t/telepathy-haze/telepathy-haze_0.3.4-1_i386.deb
telepathy-haze_0.3.4.orig.tar.gz
  to main/t/telepathy-haze/telepathy-haze_0.3.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nnwxf-00070s...@ries.debian.org



Accepted libdatetime-format-flexible-perl 0.14-1 (source all)

2010-03-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 13:13:36 +0100
Source: libdatetime-format-flexible-perl
Binary: libdatetime-format-flexible-perl
Architecture: source all
Version: 0.14-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdatetime-format-flexible-perl - Perl module to transform strings into 
DateTime objects
Changes: 
 libdatetime-format-flexible-perl (0.14-1) unstable; urgency=low
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
 perl (= 5.6.0-{12,16}) with an unversioned dependency on perl (as
 permitted by Debian Policy 3.8.3).
 .
   [ Ryan Niebur ]
   * Update jawnsy's email address
   * Update ryan52's email address
 .
   [ gregor herrmann ]
   * New upstream release.
   * debian/copyright: update formatting, update years, update licensing terms
 (Artistic-2.0 instead of Artistic).
   * Set Standards-Version to 3.8.4 (no changes).
   * Add /me to Uploaders.
   * debian/control:
 - remove (build) dependency on libreadonly-perl
 - add (build) dependencies on liblist-moreutils-perl and perl 5.10 |
   libmodule-pluggable-perl
 - make build dependency on debhelper versioned (override_* in
   debian/rules)
Checksums-Sha1: 
 832068b2650d82666e4e0cf124c152d0b11c7476 2379 
libdatetime-format-flexible-perl_0.14-1.dsc
 02f817a646605b636c34b200e307276367e10765 64669 
libdatetime-format-flexible-perl_0.14.orig.tar.gz
 d250b0a8cf7e0cf1cb8d2c218bb8680152ca1ad2 5073 
libdatetime-format-flexible-perl_0.14-1.diff.gz
 fd59f75fa92ca80efaba2a754203d50b7500bdfc 32772 
libdatetime-format-flexible-perl_0.14-1_all.deb
Checksums-Sha256: 
 c129fe98511f49f08023f15603bbbc3b4e4340804509609605c5495bfe1746c4 2379 
libdatetime-format-flexible-perl_0.14-1.dsc
 ef510f95abcc88b0fe3502c0d28f693d9645b11bd27ead701e9910c73d7daa43 64669 
libdatetime-format-flexible-perl_0.14.orig.tar.gz
 603ca4145a78bd91e9b8991f90092d7856a595c3f40672d63753bbbc8813d5d0 5073 
libdatetime-format-flexible-perl_0.14-1.diff.gz
 82d35a7e6a8376799f13483ce5b59e601e38bdd479494f782f5db6fe5dec44ed 32772 
libdatetime-format-flexible-perl_0.14-1_all.deb
Files: 
 f539fbdac736ae3d5c492ec8cb43935e 2379 perl optional 
libdatetime-format-flexible-perl_0.14-1.dsc
 f584d16211030ec7125febd7e8baf655 64669 perl optional 
libdatetime-format-flexible-perl_0.14.orig.tar.gz
 541b76c3fe72749e19fa73f6253dc45e 5073 perl optional 
libdatetime-format-flexible-perl_0.14-1.diff.gz
 731743702e61641ad4ce77e45b2f2b77 32772 perl optional 
libdatetime-format-flexible-perl_0.14-1_all.deb

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

iQIcBAEBCAAGBQJLkPYHAAoJELs6aAGGSaoGQnAP/1h7xMPKMwY86DafU4W+tqFC
fVuyOa7geK75A+a6KHLn+4V3SzV17XUfF7z9YHZUlmBax9NzICUCADB1RFP1CYv5
ZB1ge7E5lgKokya9YR2Zp05DYorceZcpvn6qogyVRBUkK31iJ4qzRw07OJjTFWuu
CK76sN7SaWN155c6CXe5Eicq501yWAX76Zc3BHGm5RZtIZWv9wUQ1Pm2Hzw4U9+O
2HRa8ofrp7vw0vL/rxR/sC9jC1Vl5ifUy4CYesekMrO24Ul0mX8plzBsZr9w546x
+spmgdSLtPFu9VW5IGfFxyCH3fqTVSv17Iwn9Xp/YU/CubTgtlUkYtOY7zgsad57
PXOWRNmJAOHJEoz3BZ/1Uqlp8F7rafUmAO8gZcINmLxG/8DINmXwQVyc8gwVq6Si
aufqRfAZJ/XhdeZDfwwDcO0G1YtLwErrZ1e3TWmuYIX2R0UtYvOcUgibqVanRg44
w4g8881dGMadohVOskpWt4nfAW6UGJHKDYE4YKzDntW13yxJ90Q4yw8fTq57GEL/
kUs6QEK7LiWFq7mNoWcs8WRXfHiUT2K3KAx/qEEfceMY6I2jbubeiQZMNiql7jKz
T8HpTAbU+d2Ge0X8flRyeD885oeTHAPDBU09FNEpMchfCL9i80UleWL/DJFhhNDb
AZvjESoiwBruEaO/mPzC
=U9/C
-END PGP SIGNATURE-


Accepted:
libdatetime-format-flexible-perl_0.14-1.diff.gz
  to 
main/libd/libdatetime-format-flexible-perl/libdatetime-format-flexible-perl_0.14-1.diff.gz
libdatetime-format-flexible-perl_0.14-1.dsc
  to 
main/libd/libdatetime-format-flexible-perl/libdatetime-format-flexible-perl_0.14-1.dsc
libdatetime-format-flexible-perl_0.14-1_all.deb
  to 
main/libd/libdatetime-format-flexible-perl/libdatetime-format-flexible-perl_0.14-1_all.deb
libdatetime-format-flexible-perl_0.14.orig.tar.gz
  to 
main/libd/libdatetime-format-flexible-perl/libdatetime-format-flexible-perl_0.14.orig.tar.gz


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



Accepted libdevel-nytprof-perl 3.02-1 (source i386)

2010-03-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 13:50:48 +0100
Source: libdevel-nytprof-perl
Binary: libdevel-nytprof-perl
Architecture: source i386
Version: 3.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdevel-nytprof-perl - Perl statement and subroutine code profiler
Closes: 528432
Changes: 
 libdevel-nytprof-perl (3.02-1) unstable; urgency=low
 .
   * New upstream release:
 - Changed nytprofhtml to show sort arrow on sortable tables.
   (closes: #528432)
   * Refresh patch manpage-section.patch.
   * Convert to source format 3.0 (quilt).
   * debian/copyright: update formatting, add info about third-party files.
   * Set Standards-Version to 3.8.4 (no changes).
Checksums-Sha1: 
 71325b7ae6f0ba0358f62de8ba1de0a86c1ea570 2173 libdevel-nytprof-perl_3.02-1.dsc
 9beea70425190dd974ca6dfa9156f73b32667576 389267 
libdevel-nytprof-perl_3.02.orig.tar.gz
 77f136927663c4ccca9af8eded23f2a7d7767c4f 5882 
libdevel-nytprof-perl_3.02-1.debian.tar.gz
 23f04e7e8681e34b4ed51fa7f29742db012fec7b 398158 
libdevel-nytprof-perl_3.02-1_i386.deb
Checksums-Sha256: 
 dfd6076de45aac9e6a5d07f85dbc956f968d82524fb738bb91a6542dab2a0dc4 2173 
libdevel-nytprof-perl_3.02-1.dsc
 b6e0871d4a408dd7ecd1d3cfc662151e8bb117b9657b4753ee79a6a78c9978c2 389267 
libdevel-nytprof-perl_3.02.orig.tar.gz
 2a90d6eef3dcb9480160e71649f1c6f4ecaad4555008805b610e74693d39ad2c 5882 
libdevel-nytprof-perl_3.02-1.debian.tar.gz
 70633963feca3b64f0e4c8bb4c2d818f51f3206934e642ae62d5de467b43118c 398158 
libdevel-nytprof-perl_3.02-1_i386.deb
Files: 
 cd858c3daa47df5c379e4ee514e7848a 2173 perl optional 
libdevel-nytprof-perl_3.02-1.dsc
 a4e0f11a5e36b4ae0131bfff6b862386 389267 perl optional 
libdevel-nytprof-perl_3.02.orig.tar.gz
 6edcd568ab0aa834f01743f0c259035e 5882 perl optional 
libdevel-nytprof-perl_3.02-1.debian.tar.gz
 57728183ad94dcf8d34b733730bffaf1 398158 perl optional 
libdevel-nytprof-perl_3.02-1_i386.deb

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

iQIcBAEBCAAGBQJLkP8eAAoJELs6aAGGSaoGsWQP/2iIZY5CZ7whuLUarMEWquCi
8w+c8rvAYxk+ElSvCQi/W+cjGD7s3tfGwJd7az/JprWsL+GYKwAJeeyq3FRCPGqm
6D0d6JNbhbGdSXqrm2iHVQOsnZZeSnwpk5LLoZ0lrd5GuoWuWdqTuVenVU+Ct+sY
PyznI3ES10DwVZ2splxFIP9hsxS9dGwHwNRPCJsaboYnRxYfqsYOly74l0WTUb6u
Ve98tA9GFRkMKqqlqKWXPEkOclGAeLLKkxQz4k8zUZVsypBpf+B01mf7GAGLbVTe
iMP+P4v/3KENQPlmxhmYxfpsBu3Ok92VXG/cnAYr8LBCKexbfnHAwCgZRg0Y6okF
PplvV91ec0YmiJAmhlL5puMk0qrp+JCI756weN8xBtOtrILBsoUvCt0BZisViY+D
X+nFD3/PrCMNR3605LBhK3ZOne+JsAhblC1UkJYSy0nGbn4Fre06cIWYM2Z31ack
p/NEj8EPEFw+kQ+n9ZWN0fo+HmtHTO/CQ6gLpeA8rJilwgzz0K17aC2rBzqWS/uh
5Paqh8xgqQtOO8NdS6Z/GzptzSr8hOA7+A53QCvXMbE4YCNLnaNrGOt9fb/emnM1
8c9ov9KcK4JI8g5B6U3IL9sZNvwM5pEIs57iy9YEgp3ra22eIoe6sAmejY2Yz+1c
FAPRu7yGINOxpezZJUdy
=QaXG
-END PGP SIGNATURE-


Accepted:
libdevel-nytprof-perl_3.02-1.debian.tar.gz
  to main/libd/libdevel-nytprof-perl/libdevel-nytprof-perl_3.02-1.debian.tar.gz
libdevel-nytprof-perl_3.02-1.dsc
  to main/libd/libdevel-nytprof-perl/libdevel-nytprof-perl_3.02-1.dsc
libdevel-nytprof-perl_3.02-1_i386.deb
  to main/libd/libdevel-nytprof-perl/libdevel-nytprof-perl_3.02-1_i386.deb
libdevel-nytprof-perl_3.02.orig.tar.gz
  to main/libd/libdevel-nytprof-perl/libdevel-nytprof-perl_3.02.orig.tar.gz


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



Accepted ttf-okolaks 0.5-2.3 (source all)

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

Format: 1.8
Date: Wed, 03 Mar 2010 14:01:31 +0100
Source: ttf-okolaks
Binary: ttf-okolaks
Architecture: source all
Version: 0.5-2.3
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün gur...@phys.ethz.ch
Changed-By: David Paleino da...@debian.org
Description: 
 ttf-okolaks - Decorative, sans serif font
Closes: 572114
Changes: 
 ttf-okolaks (0.5-2.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix failure to remove, rebuild to make it use dh_installdefoma
 = 0.11.10-3 (Closes: #572114)
Checksums-Sha1: 
 21144b32dc5d53772eaec3e98cfc74bb07b13a1d 1137 ttf-okolaks_0.5-2.3.dsc
 6e50ae50ce6cf3f5bb9ca1894615f3ba9bd1aeaa 2786 ttf-okolaks_0.5-2.3.diff.gz
 f44f436df3143045d7fcec580f573e128c3b12cd 174672 ttf-okolaks_0.5-2.3_all.deb
Checksums-Sha256: 
 fdf0d7a1d19fbc4ac0e8d9a372398af7cb66213d629ca28f32df92ac636bfacc 1137 
ttf-okolaks_0.5-2.3.dsc
 7322d60cc44d54b2016c9fa563694322b6de76f7728b23091b69608c344913b0 2786 
ttf-okolaks_0.5-2.3.diff.gz
 3c9eceec43fc52ae001180a3a991c8cac15dbab6b391ac9f75d34e818d8b0bbd 174672 
ttf-okolaks_0.5-2.3_all.deb
Files: 
 0a99afce63a8c8a9be5693f66fc83fe5 1137 x11 optional ttf-okolaks_0.5-2.3.dsc
 cebbfc2e46e2ac65fdc9d2c355f28ae3 2786 x11 optional ttf-okolaks_0.5-2.3.diff.gz
 ef0456fb74a43d52cd9ff531dc2416eb 174672 x11 optional 
ttf-okolaks_0.5-2.3_all.deb

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

iEYEARECAAYFAkuOYIcACgkQ5qqQFxOSsXT2zwCfYunvcU03gFLhPMWxnBPkWJXh
tVkAoJgOqWkfqy0ILI24Y69ZdDz2zdPH
=Sin3
-END PGP SIGNATURE-


Accepted:
ttf-okolaks_0.5-2.3.diff.gz
  to main/t/ttf-okolaks/ttf-okolaks_0.5-2.3.diff.gz
ttf-okolaks_0.5-2.3.dsc
  to main/t/ttf-okolaks/ttf-okolaks_0.5-2.3.dsc
ttf-okolaks_0.5-2.3_all.deb
  to main/t/ttf-okolaks/ttf-okolaks_0.5-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
Archive: http://lists.debian.org/e1nnxdq-0003hc...@ries.debian.org



Accepted amsn 0.98.1-2 (source all amd64)

2010-03-05 Thread Muammar El Khatib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Feb 2010 15:50:46 -0430
Source: amsn
Binary: amsn amsn-data
Architecture: source amd64 all
Version: 0.98.1-2
Distribution: unstable
Urgency: low
Maintainer: Muammar El Khatib muammarelkha...@gmail.com
Changed-By: Muammar El Khatib muammarelkha...@gmail.com
Description: 
 amsn   - An MSN messenger written in Tcl
 amsn-data  - Data files for aMSN
Changes: 
 amsn (0.98.1-2) unstable; urgency=low
 .
   * Bump Standards-Version to 3.8.4. No changes were needed.
   * debian/control: ${misc:Depends} was added to the field Depends of amsn and
 amsn-data.
Checksums-Sha1: 
 f0db62e3aff940ee2440277087da2fe02487fabc 1188 amsn_0.98.1-2.dsc
 911d983ff35ed9c67fcd302615eff4a5c0bcb239 23938 amsn_0.98.1-2.diff.gz
 bd6d784c2cebe8f4548223ecb6824111964de586 427402 amsn_0.98.1-2_amd64.deb
 c9c97cf080aff32bca0c22499d6924ad5cdd0acc 8900486 amsn-data_0.98.1-2_all.deb
Checksums-Sha256: 
 15cfe537f1dcee7c651cd51c70c959d22c502e72dd3436345888efe2e33f45b7 1188 
amsn_0.98.1-2.dsc
 98331df481083e1f3999725f23dd78409a71df4452b679b60a98d59412ba8c30 23938 
amsn_0.98.1-2.diff.gz
 0aa234996b579d29b31b6f48889720f8ce423b9d3a6329af5bd231ba55b10ef6 427402 
amsn_0.98.1-2_amd64.deb
 7eea3881cf33c79522481304881af9fcac79d37dae4827f3c400b25f8e7eae5d 8900486 
amsn-data_0.98.1-2_all.deb
Files: 
 56db0853208bebea1f150b43114981c0 1188 x11 optional amsn_0.98.1-2.dsc
 61fd5cc811b4f107bc62dd3668694d17 23938 x11 optional amsn_0.98.1-2.diff.gz
 71af4f879a6db3c6eb7c6186c11a188d 427402 x11 optional amsn_0.98.1-2_amd64.deb
 14a09b97ac750b6c3dc60010a5bac4c4 8900486 x11 optional 
amsn-data_0.98.1-2_all.deb

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

iEYEARECAAYFAkuRCOoACgkQQUuEI2/szeARjwCdEyzINThIOC6AecEURE2lmtdW
VaYAnisvS/wkAgrQt2io/+qrPYcubZz6
=e6TG
-END PGP SIGNATURE-


Accepted:
amsn-data_0.98.1-2_all.deb
  to main/a/amsn/amsn-data_0.98.1-2_all.deb
amsn_0.98.1-2.diff.gz
  to main/a/amsn/amsn_0.98.1-2.diff.gz
amsn_0.98.1-2.dsc
  to main/a/amsn/amsn_0.98.1-2.dsc
amsn_0.98.1-2_amd64.deb
  to main/a/amsn/amsn_0.98.1-2_amd64.deb


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



Accepted acpi-support 0.133-1 (source all amd64)

2010-03-05 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 15:14:21 +0100
Source: acpi-support
Binary: acpi-support acpi-support-base
Architecture: source amd64 all
Version: 0.133-1
Distribution: unstable
Urgency: low
Maintainer: Debian Acpi Team pkg-acpi-de...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 acpi-support - scripts for handling many ACPI events
 acpi-support-base - scripts for handling base ACPI events such as the power 
button
Closes: 571692 571703
Changes: 
 acpi-support (0.133-1) unstable; urgency=low
 .
   * New upstream version.
   * Made asus-wireless.sh cope with different strings identifying the
 vendor. (Closes: #571703)
   * Added patch to handle special ASUS touchpad leds. (Closes: #571692)
Checksums-Sha1: 
 b03d2d4605292777632d56f61665560e90ba0ef0 1220 acpi-support_0.133-1.dsc
 c2ffe3fb33f4bc4a3a5877da47872f0dd89a706f 39092 acpi-support_0.133.orig.tar.gz
 9ac75750ff49cfc24a309598c74a70ebc4f7fa54 52820 acpi-support_0.133-1.diff.gz
 1773f7e654bb536f89ab32630aa23f6a24b21356 55400 acpi-support_0.133-1_amd64.deb
 634b1df6ca3bd02dbbeb848f33aa9be663846176 18118 
acpi-support-base_0.133-1_all.deb
Checksums-Sha256: 
 cbb73be324a0fb9786f65e8451cb6e88b74380d04cc2f79d9312ebb7401bdfe6 1220 
acpi-support_0.133-1.dsc
 4faa2e8cac28aab96053177c198c8ac89e62a5b462a4178cd6f098302a1d56ca 39092 
acpi-support_0.133.orig.tar.gz
 645c9db1a838ca4b45ecfaa0a770e8b723f32559e35d6483ccd925e4644790ab 52820 
acpi-support_0.133-1.diff.gz
 0e230fe265d417d5ac4af0d6184d0a18b0d9aaf2742f4fed68d6dd918e42d53f 55400 
acpi-support_0.133-1_amd64.deb
 acdcc375fde7d601ef48b43f9e0a1b5cf63d95d6690cb4b0f1167ae380aac51e 18118 
acpi-support-base_0.133-1_all.deb
Files: 
 966e0c20edaa72de3e6418311a7885e0 1220 admin optional acpi-support_0.133-1.dsc
 6eb69b9c8b134e550c857a517b2e3c50 39092 admin optional 
acpi-support_0.133.orig.tar.gz
 d3294496a3d187526d676b708092524f 52820 admin optional 
acpi-support_0.133-1.diff.gz
 0ff9d33255bf3bba8c6a53185be406d3 55400 admin optional 
acpi-support_0.133-1_amd64.deb
 bd11b89ff30fa598e0d2ca07b72d8025 18118 admin optional 
acpi-support-base_0.133-1_all.deb

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

iD8DBQFLkRMFVkEm8inxm9ERAqMrAJ48uIR5S97FmOmjc8fNo4bcjKTo8gCfSQD2
dLc/NCVEE5TojjVStR2wTys=
=hD3N
-END PGP SIGNATURE-


Accepted:
acpi-support-base_0.133-1_all.deb
  to main/a/acpi-support/acpi-support-base_0.133-1_all.deb
acpi-support_0.133-1.diff.gz
  to main/a/acpi-support/acpi-support_0.133-1.diff.gz
acpi-support_0.133-1.dsc
  to main/a/acpi-support/acpi-support_0.133-1.dsc
acpi-support_0.133-1_amd64.deb
  to main/a/acpi-support/acpi-support_0.133-1_amd64.deb
acpi-support_0.133.orig.tar.gz
  to main/a/acpi-support/acpi-support_0.133.orig.tar.gz


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



Accepted holdingnuts 0.0.5-3 (source amd64)

2010-03-05 Thread Jan Hauke Rahm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 05 Mar 2010 14:21:24 +0100
Source: holdingnuts
Binary: holdingnuts holdingnuts-server
Architecture: source amd64
Version: 0.0.5-3
Distribution: unstable
Urgency: low
Maintainer: Jan Hauke Rahm j...@debian.org
Changed-By: Jan Hauke Rahm j...@debian.org
Description: 
 holdingnuts - poker client
 holdingnuts-server - poker server
Changes: 
 holdingnuts (0.0.5-3) unstable; urgency=low
 .
   * Let debhelper deal with parallel building
   * Take patch from upstream to fix a bug when calculating straight flushes
   * Bumped Standards-Version: 3.8.4
Checksums-Sha1: 
 155ca9a0843005648c9d3fe3e97a823c54d30f12 1263 holdingnuts_0.0.5-3.dsc
 f72a3de8880605252c37124699b18d15def9d182 4569 holdingnuts_0.0.5-3.debian.tar.gz
 93fe12d5f809f96b2a655940f00f5d3d8ea96af8 1579686 holdingnuts_0.0.5-3_amd64.deb
 02089b6d82a24869aa8c845ac071136c2432a91c 72784 
holdingnuts-server_0.0.5-3_amd64.deb
Checksums-Sha256: 
 259e34dfb76d2aebbc397b821af2508d867c9ae4c5af8f56555d0f931ffabe22 1263 
holdingnuts_0.0.5-3.dsc
 96ac6cdfa2bfa4479899e89d064d7b34e2e8e22bc0fdc2dcc4afeb299e574c42 4569 
holdingnuts_0.0.5-3.debian.tar.gz
 2c87b7db4c1eb99c4e57737a577341b95b44879eb1abdf0b3c22ce089bafe57f 1579686 
holdingnuts_0.0.5-3_amd64.deb
 4450c8fa3515666f6c608129eea172039935cb3542f2d4e8d8f8148e3a51f907 72784 
holdingnuts-server_0.0.5-3_amd64.deb
Files: 
 23ac049c77a95381cb3fb1cb4fa14c49 1263 games extra holdingnuts_0.0.5-3.dsc
 de4e29cb71488537467b750f3340f3d5 4569 games extra 
holdingnuts_0.0.5-3.debian.tar.gz
 97b6d69596a3f4509c358aa2b02c0e62 1579686 games extra 
holdingnuts_0.0.5-3_amd64.deb
 46db29b955250c9c6eb91559e34e6677 72784 games extra 
holdingnuts-server_0.0.5-3_amd64.deb

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

iFYEAREKAAYFAkuRGHMACgkQGOp6XeD8cQ1nTwDfXtvRhAMkViZyCeYRhqOORMBQ
UDv1YCNZbfucwADeN34mLu47qWD7s9sZ4APlCq5uYdZu8MTllccJlg==
=iiLC
-END PGP SIGNATURE-


Accepted:
holdingnuts-server_0.0.5-3_amd64.deb
  to main/h/holdingnuts/holdingnuts-server_0.0.5-3_amd64.deb
holdingnuts_0.0.5-3.debian.tar.gz
  to main/h/holdingnuts/holdingnuts_0.0.5-3.debian.tar.gz
holdingnuts_0.0.5-3.dsc
  to main/h/holdingnuts/holdingnuts_0.0.5-3.dsc
holdingnuts_0.0.5-3_amd64.deb
  to main/h/holdingnuts/holdingnuts_0.0.5-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
Archive: http://lists.debian.org/e1nnzz0-0004yc...@ries.debian.org



Accepted libdbix-recordset-perl 0.26-2 (source all)

2010-03-05 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 15:48:25 +0100
Source: libdbix-recordset-perl
Binary: libdbix-recordset-perl
Architecture: source all
Version: 0.26-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdbix-recordset-perl - Perl extension for DBI recordsets
Closes: 543608
Changes: 
 libdbix-recordset-perl (0.26-2) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * Bringing this package under the pkg-perl group (Closes: #543608)
   * Updated d/watch with CPAN search site
   * Standards-Version 3.8.3
 + Remove version dependency on perl
 + Add Vcs-* and Homepage fields
 .
   [ Ryan Niebur ]
   * Update jawnsy's email address
 .
   [ gregor herrmann ]
   * debian/control: Added: ${misc:Depends} to Depends: field.
   * Add /me to Uploaders.
   * Set Standards-Version to 3.8.4 (no changes).
   * Debhelper 7.
   * Split out changes to upstream code into patches.
   * New patches: pod.patch, spelling.patch.
   * Convert to source format 3.0 (quilt).
   * debian/coypright: format according to DEP5, update packaging copyright.
Checksums-Sha1: 
 c95f48d263fbf24be6ef10f12951f9cecd9ae316 2077 libdbix-recordset-perl_0.26-2.dsc
 a61658b4a15e3dc84d98fb0c00ce45a8fa4e11b4 9977 
libdbix-recordset-perl_0.26-2.debian.tar.gz
 71507ea28fced2e8ccb1863f906dafe211d6d7c5 127072 
libdbix-recordset-perl_0.26-2_all.deb
Checksums-Sha256: 
 5111a58bf226d4b21e15fb6b2298030d0cd2179021534539c55a2d3f279195ee 2077 
libdbix-recordset-perl_0.26-2.dsc
 9b9506717cafe79607e5b4cd093130371286d1c1a5bdab18e2308d0700b9cb32 9977 
libdbix-recordset-perl_0.26-2.debian.tar.gz
 3229611dbfb5f892f9a4f3a674bdb6f2665ac804f88dd0696cea52e27042ee3a 127072 
libdbix-recordset-perl_0.26-2_all.deb
Files: 
 fddc3417bc46f104acab0927a2ef4c9b 2077 perl optional 
libdbix-recordset-perl_0.26-2.dsc
 e7a119311ebeba14a02f8f7928c0508a 9977 perl optional 
libdbix-recordset-perl_0.26-2.debian.tar.gz
 c551bd8b82000776a44e4590ef37fb4c 127072 perl optional 
libdbix-recordset-perl_0.26-2_all.deb

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

iQIcBAEBCAAGBQJLkRn0AAoJELs6aAGGSaoGBtMP/2rTrhIFfQE5m0Zl8gyAQUx7
zfS9cqh8bLRNzMBjQhMWa92BF7AUmYX3KI6BD6HqmgOvvOmKYQliNRySF3fcBPAM
uDDcg18gqpoRce1RL8WKf7Fz2KbAVr8WyUvSNQptoOElC6G/ScLxsEVZaDYruBkb
ay520jhfSiB+e3mIf5sqw9CZ8i+WMy4ttj/RWda748gywC3BvwB8DecBQqozEzeg
7tDuN6C0PPPkSO0U0Z4ITMOU7zC5fapB6DZcgrl60BxqVL3HePbZX/aHuCU6phRi
Q7k/7XYcUYfhWL7mwzcEH7SmlAKa6fIZIF5zcGTmCfhgyp2r8heLcNouzo1pjOY5
yf5Un45oFyieqf44fqb6KYDJO1fdMGCnsbgFX2qRC8gDuXHVwr4lJ533wQm13//o
I5lOH4Wj8OMpgN9dQcqlKmTS8PHvPtzRxMQtrCpkHv7RRab9kRkLsafXR2vkIy4x
Q5kGZ77y/B+zBV3PBYkH8fAnG1VbQVf9xQHDlTc0nJvl0CQIJ71WFO1JhBj6WTt9
CeP3dte89uSvaCQVhOTiITt3xFq+XgHpBo39ACngrP+xhf6O2J8fatvZ3R/9fzNG
H1llPxZNJTJYs9ppUHTYUwo4yEG7/TCzDrMrT7CTe6uU9ForC+zRbD0RK4NfwrOz
UpZ/G2S8V5d0m13HUTlV
=1+Kj
-END PGP SIGNATURE-


Accepted:
libdbix-recordset-perl_0.26-2.debian.tar.gz
  to 
main/libd/libdbix-recordset-perl/libdbix-recordset-perl_0.26-2.debian.tar.gz
libdbix-recordset-perl_0.26-2.dsc
  to main/libd/libdbix-recordset-perl/libdbix-recordset-perl_0.26-2.dsc
libdbix-recordset-perl_0.26-2_all.deb
  to main/libd/libdbix-recordset-perl/libdbix-recordset-perl_0.26-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nnzad-00058d...@ries.debian.org



Accepted rootskel 1.83 (source amd64)

2010-03-05 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 15:01:52 +0100
Source: rootskel
Binary: rootskel rootskel-bootfloppy
Architecture: source amd64
Version: 1.83
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Frans Pop f...@debian.org
Description: 
 rootskel   - Skeleton root filesystem used by debian-installer (udeb)
 rootskel-bootfloppy - Skeleton root filesystem used by debian-installer boot 
floppy (udeb)
Changes: 
 rootskel (1.83) unstable; urgency=low
 .
   * Remove reference to socket-modules udeb from /etc/modules.conf. The udeb
 is no longer used.
   * Be more precise regarding the new console handover message to avoid
 running into #499030 again.
Checksums-Sha1: 
 7899dcd4dfb0d1488626fafe1868d32e3f04760e 1021 rootskel_1.83.dsc
 d55710d76873b6021bbbd18e43a4e57be77cfbe6 33675 rootskel_1.83.tar.gz
 4542284c53ab64636678f72d2e79b17b43562421 8994 rootskel_1.83_amd64.udeb
 777206eaefc53555f5c4ae1123cf823e35b07e21 2768 
rootskel-bootfloppy_1.83_amd64.udeb
Checksums-Sha256: 
 414f362cbd38e4afcc3ec5a8cc954aa414f7fedb41fd54165881f6ad615f5d56 1021 
rootskel_1.83.dsc
 65c3ad701bdd1fc63e8367e0a40d02ff353cc76be6e2c5c2753a5bd0f5297b6b 33675 
rootskel_1.83.tar.gz
 d1359bb16e704e4f02fed996b48e67be34048dedabfbb6c0763a8a094361db59 8994 
rootskel_1.83_amd64.udeb
 8f41ddbaf089e0b2b399e5109e9b5d7bf54cde85df7ed96c954b64e3d9a7d246 2768 
rootskel-bootfloppy_1.83_amd64.udeb
Files: 
 57ea6e156405f056aa0fb9443232ec8a 1021 debian-installer standard 
rootskel_1.83.dsc
 6d9aad3ace37067d11a56f62c816913d 33675 debian-installer standard 
rootskel_1.83.tar.gz
 dec3d3ef8c89bdff3b750d7d113a59fb 8994 debian-installer standard 
rootskel_1.83_amd64.udeb
 3087d30ae76a3a56e1e2d340ee210a0e 2768 debian-installer extra 
rootskel-bootfloppy_1.83_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAkuRDygACgkQgm/Kwh6ICoSrOgCcC2z790BpyCYC0ve0YFGW3jx1
FgAAn3LUnUm2ic+79GuJSG/c4DRG9FMB
=J1cF
-END PGP SIGNATURE-


Accepted:
rootskel-bootfloppy_1.83_amd64.udeb
  to main/r/rootskel/rootskel-bootfloppy_1.83_amd64.udeb
rootskel_1.83.dsc
  to main/r/rootskel/rootskel_1.83.dsc
rootskel_1.83.tar.gz
  to main/r/rootskel/rootskel_1.83.tar.gz
rootskel_1.83_amd64.udeb
  to main/r/rootskel/rootskel_1.83_amd64.udeb


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



Accepted scilab 5.2.1-4 (source all i386)

2010-03-05 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 14:19:01 +0100
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-minimal-bin-dbg scilab-full-bin-dbg libscilab-java 
scilab-doc scilab-doc-fr scilab-doc-pt-br scilab-test
Architecture: source all i386
Version: 5.2.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libscilab-java - Scientific software package for numerical computations (Java 
API)
 scilab - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (english documentations)
 scilab-doc-fr - Scientific software package (french documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-full-bin-dbg - Scientific software package (scilab debugging symbols)
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-minimal-bin-dbg - Scientific software package (scilab-cli debugging 
symbols)
 scilab-test - Scientific software package for numerical computations (test file
Changes: 
 scilab (5.2.1-4) unstable; urgency=low
 .
   [ Christoph Korn ]
   * debian/rules, debian/watcher.sh: Add a ticker to the build to prevent
 timeouts on some arches (only use it on Ubuntu because Debian does not
 have a timeout). Thanks to Colin Watson and Iain Lane for this idea.
 The watcher has been copied from the agda package.
Checksums-Sha1: 
 10529dc2b388d3edb5e40f7b6abd44e7a1fb98de 2124 scilab_5.2.1-4.dsc
 b51ab4bd1624dd862cfb9c9135e7644b6639ef9f 35300 scilab_5.2.1-4.diff.gz
 ffb2871d49307b16af7d5b67bad56720a0b355d8 36454 scilab-cli_5.2.1-4_all.deb
 a22953fc04b091f46e86292644a766ce7fe32b69 219238 scilab_5.2.1-4_all.deb
 46c7f53f9cb1fc46bbe83bcde585cce52a3fc30b 11286020 scilab-data_5.2.1-4_all.deb
 45b8d8683732434292902d98793c56deba97591f 89154 scilab-include_5.2.1-4_all.deb
 79561acb69cc67ea393e2ddbee2715fdeb330d70 39330 libscilab-java_5.2.1-4_all.deb
 0868bb849cb6d518dd6621abb338253f589122f0 9915246 scilab-doc_5.2.1-4_all.deb
 30639231ea6fbee8961d51ef0f5071639dada648 7909210 scilab-doc-fr_5.2.1-4_all.deb
 c3733d890443511314b6e7ceb082ae04321c254b 7387446 
scilab-doc-pt-br_5.2.1-4_all.deb
 2b981e70196452fe1488080a5a26cbc9bad0f428 32151572 scilab-test_5.2.1-4_all.deb
 2ccfb4aca7dfbf6deae072aa3082bac2b3a692b0 2488042 
scilab-minimal-bin_5.2.1-4_i386.deb
 9f62483ca7e031183b5973de3f337c50929344df 1380346 
scilab-full-bin_5.2.1-4_i386.deb
 3ed74920d3ce6c113bd9eaab6a644a6cd59204f9 3168408 
scilab-minimal-bin-dbg_5.2.1-4_i386.deb
 565db81a82349bdc029e4d413a97f024f8cb2604 4617574 
scilab-full-bin-dbg_5.2.1-4_i386.deb
Checksums-Sha256: 
 37503143269f021c609b0ae27d61013e213386cb7936761c1a0705fb57a48675 2124 
scilab_5.2.1-4.dsc
 537fb2a50de299080f6fcdeea6a1bdc000ed57a1cb771f7a74b4d9d96f09 35300 
scilab_5.2.1-4.diff.gz
 e488d5fe7be0bef72fb66fde2d1313da615011031af6dc6d4580abbaaf11e916 36454 
scilab-cli_5.2.1-4_all.deb
 5bcd0f398ab69276a4fe67439688e190ce60737061049a2c8b94fba7696d6031 219238 
scilab_5.2.1-4_all.deb
 b869d44428f3a012e11a7e712a9c926feb7edf3f3ac323620505814e27a45ec4 11286020 
scilab-data_5.2.1-4_all.deb
 649b4106e34596680ac6933bacb4724619c95b50e578971b0748f7694d532b08 89154 
scilab-include_5.2.1-4_all.deb
 66d7e80fb548ceba3adb3bb8732b4cc5c11bb37cb4245edde388b6cfd3080ceb 39330 
libscilab-java_5.2.1-4_all.deb
 b51b78e8ade65a5a31a95146e4d58409e04be64f4226425984ba1aa615f238e5 9915246 
scilab-doc_5.2.1-4_all.deb
 c00b4ce4765e31b6bd4886a062886b013a0a6864cd59e0b3a67ec92f6b887370 7909210 
scilab-doc-fr_5.2.1-4_all.deb
 6a3af8bd4c7a323994af2e745e8af2d3cbef1f15788bea857a8a65469de06482 7387446 
scilab-doc-pt-br_5.2.1-4_all.deb
 aa8d5314f0773a97337028d75ed0e115231b28684daac41546834e5021037ef0 32151572 
scilab-test_5.2.1-4_all.deb
 8f3613bb45c5df6c55d08e5bdbae39c9907e523cba21892bb688b085ff2c2988 2488042 
scilab-minimal-bin_5.2.1-4_i386.deb
 3a859eabf1ac66ff48a6b9284fed2e45a4e2fed4176c639a6efa56cd86a170fb 1380346 
scilab-full-bin_5.2.1-4_i386.deb
 680ef3cd0e155f25f3e93f43be9ff6aae6aeb67ea2b537458d70c58f0629aa27 3168408 
scilab-minimal-bin-dbg_5.2.1-4_i386.deb
 e2000fd0fce2396b1dac8a1b46b3fda57cf0be696d032368ba25fa143fdf3000 4617574 
scilab-full-bin-dbg_5.2.1-4_i386.deb
Files: 
 ad260457aaa32693ae3b860888501366 2124 math optional scilab_5.2.1-4.dsc
 4da8dac0437e34796dfa6c6e4f21 35300 math optional scilab_5.2.1-4.diff.gz
 9448f73cf817c26ca7e6fd0ca6c8605e 36454 math optional scilab-cli_5.2.1-4_all.deb
 bc595aec3f4966e764af4e0a6e1e534f 219238 

Accepted sun-java6 6.18-3 (source i386 all)

2010-03-05 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 14:55:36 +0100
Source: sun-java6
Binary: sun-java6-jre sun-java6-bin sun-java6-plugin ia32-sun-java6-bin 
ia32-sun-java6-plugin sun-java6-fonts sun-java6-jdk sun-java6-demo 
sun-java6-source sun-java6-javadb
Architecture: source i386 all
Version: 6.18-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 ia32-sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (32-bit)
 ia32-sun-java6-plugin - The Java(TM) Plug-in, Java SE 6 (32-bit)
 sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (architecture 
dependent
 sun-java6-demo - Sun Java(TM) Development Kit (JDK) 6 demos and examples
 sun-java6-fonts - Lucida TrueType fonts (from the Sun JRE)
 sun-java6-javadb - Java(TM) DB, Sun Microsystems' distribution of Apache Derby
 sun-java6-jdk - Sun Java(TM) Development Kit (JDK) 6
 sun-java6-jre - Sun Java(TM) Runtime Environment (JRE) 6 (architecture 
independen
 sun-java6-plugin - The Java(TM) Plug-in, Java SE 6
 sun-java6-source - Sun Java(TM) Development Kit (JDK) 6 source files
Closes: 523390 570023 570060 570061 570062 570541 570741 571042
Changes: 
 sun-java6 (6.18-3) unstable; urgency=low
 .
   * Update of the docs filenames (Closes: #523390)
   * Swedish debconf templates translation updated (Closes: #570023)
   * Chinese (zh_CN) debconf templates translation updated
   * Czech debconf templates translation updated (Closes: #570062)
   * French debconf templates translation updated (Closes: #570060)
   * Slovak debconf templates translation updated (Closes: #570061)
   * Russian debconf templates translation updated (Closes: #570541)
   * German debconf templates translation updated (Closes: #570741)
   * Portuguese debconf templates translation updated (Closes: #571042)
Checksums-Sha1: 
 ad61cc836a775e63322e0babc64db459431146ac 1598 sun-java6_6.18-3.dsc
 bbb96ae9c5b4849c8ef9f832ed69f8e447af2b0e 15585 sun-java6_6.18-3.diff.gz
 0c221d7f211024c5da7a63e6c10856bc0e51301a 29353510 sun-java6-bin_6.18-3_i386.deb
 cc8f483b6607505e5e88b7d27ec2d3b3c752a46e 1786 sun-java6-plugin_6.18-3_i386.deb
 8faaea56695a78bc1407d38fe1dbcdadd27f88f2 20766764 sun-java6-jdk_6.18-3_i386.deb
 015d934c59f51f34d75f9ba7f7e94b3e03704dbd 12238488 
sun-java6-demo_6.18-3_i386.deb
 d8038877b453af09f73fe02186ef46e81d52be7d 6411742 sun-java6-jre_6.18-3_all.deb
 37f4dfe18d5b06c806f56defa2d8e3f52ab313e0 1868 sun-java6-fonts_6.18-3_all.deb
 21bb08fdd0dab9c180f070f59bd24440e729d7c0 17858846 
sun-java6-source_6.18-3_all.deb
 a6b2684328c32948446b0a934f7e69a1a707a76c 10406052 
sun-java6-javadb_6.18-3_all.deb
Checksums-Sha256: 
 0cc75653193321ecec03fbd299b1f7c9ae37ea91ffad495d28e23d9ed5034c99 1598 
sun-java6_6.18-3.dsc
 d607832d8d10a6f05bd1951d1bbd9d45817f702528a02dd1df7cd3db84b9a576 15585 
sun-java6_6.18-3.diff.gz
 7d65f8b9fc288fe4a21e6a7ee940f177059801bce56d18ff72459cadfa98c487 29353510 
sun-java6-bin_6.18-3_i386.deb
 810dc5dab498739c448d229372a6f1db9755f590827970b3328b8c2916a89cba 1786 
sun-java6-plugin_6.18-3_i386.deb
 5c673bd013bf76c2a419f76ede1bf1bdcf9584a75e028f5057ed4ebe6384de91 20766764 
sun-java6-jdk_6.18-3_i386.deb
 1050c01bc24b7b8b381caf81ceb0178c7480bf8802070985ce18bccabb3103e9 12238488 
sun-java6-demo_6.18-3_i386.deb
 84b4b9df76dacb910510012a84baaa6b61df6cf2572fe3991708b1533d95b48e 6411742 
sun-java6-jre_6.18-3_all.deb
 05956cffd472cd1a6f8135ed0c8b3c5022a896c24e13e6109012f3c5008b4418 1868 
sun-java6-fonts_6.18-3_all.deb
 cbfb10fb0d7e3f0ba764dbc7565078775c66604c0700c20c17ce734266305ca8 17858846 
sun-java6-source_6.18-3_all.deb
 648d84fc10344a11f9d74467747d8fc6cb6fa5c8473dac4ab50cde6532104b97 10406052 
sun-java6-javadb_6.18-3_all.deb
Files: 
 070f70b8475d9db5acc4e4440a013c80 1598 non-free/java optional 
sun-java6_6.18-3.dsc
 bd943b6c38825d43831dd747aa9b5767 15585 non-free/java optional 
sun-java6_6.18-3.diff.gz
 739527f25dd89570a43e1287d5be031e 29353510 non-free/java optional 
sun-java6-bin_6.18-3_i386.deb
 b219a59e5e6d63dba8e9f52e129c9066 1786 non-free/web optional 
sun-java6-plugin_6.18-3_i386.deb
 c7c7559f948a5f7d8ba3289162eb6848 20766764 non-free/java optional 
sun-java6-jdk_6.18-3_i386.deb
 90f678ec77077dc823926b298ef38b54 12238488 non-free/java optional 
sun-java6-demo_6.18-3_i386.deb
 47773d202af09868314467d9801fe106 6411742 non-free/java optional 
sun-java6-jre_6.18-3_all.deb
 0ff50f0d37b3706156a32533b2e5349d 1868 non-free/fonts optional 
sun-java6-fonts_6.18-3_all.deb
 bca17d6995e6f7f8a6d47d93d9ef4a9f 17858846 non-free/java optional 
sun-java6-source_6.18-3_all.deb
 04c32f5df205d6dc5b7d4bd4306bdf63 10406052 non-free/java optional 
sun-java6-javadb_6.18-3_all.deb

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

iEYEARECAAYFAkuRJT0ACgkQiOXXM92JlhDU6gCgqh3IAosRZf9lgvoUqaVBXa3b
YXcAnjrQCFL/+pJjFuKDi3y/ghddtNXv
=V7FM
-END PGP SIGNATURE-


Accepted:
sun-java6-bin_6.18-3_i386.deb
  to 

Accepted swac-explore 0.2-1.2 (source i386)

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

Format: 1.8
Date: Wed, 03 Mar 2010 13:46:51 +0100
Source: swac-explore
Binary: swac-explore
Architecture: source i386
Version: 0.2-1.2
Distribution: unstable
Urgency: low
Maintainer: Nicolas Vion n...@yojik.eu
Changed-By: David Paleino da...@debian.org
Description: 
 swac-explore - audio collections of words (SWAC) explorer
Closes: 569405
Changes: 
 swac-explore (0.2-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * src/window1_glade.cc: fix FTBFS with libsigc++ 2.2 (Closes: #569405)
Checksums-Sha1: 
 4ca2ae43251202ad40efa3f4122e4671537ef74d 1103 swac-explore_0.2-1.2.dsc
 ca48ecd102e93a5f515a6fb04b15ff3b57b971b4 3198 swac-explore_0.2-1.2.diff.gz
 410af79af6039d7957ed0f083badbd509a6dcae5 56976 swac-explore_0.2-1.2_i386.deb
Checksums-Sha256: 
 28a571deea5039e721b101e8478b0427b7350ebd60a9b4b62df5fa7dfcc0ce2b 1103 
swac-explore_0.2-1.2.dsc
 616a90b46787fbfaf2b553e28468bf82e8d26c84e75906d431eb48b1f9cc6709 3198 
swac-explore_0.2-1.2.diff.gz
 d3705d1d749cca41df79431a6c90a1c111bfd3b59a867dab6a61a81a1e29 56976 
swac-explore_0.2-1.2_i386.deb
Files: 
 05c72642f175ab261d390b2ef30f6533 1103 misc optional swac-explore_0.2-1.2.dsc
 0fc5cc8094f3e248605fe49624e5657d 3198 misc optional 
swac-explore_0.2-1.2.diff.gz
 16d8feba519aff774f78b4c795f1e6ae 56976 misc optional 
swac-explore_0.2-1.2_i386.deb

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

iEYEARECAAYFAkuOaT0ACgkQ5qqQFxOSsXQVpQCgt3oxnGYaqI8PZjjEq9kGpstO
48cAoKfU1W3pwiMU70Z1sYHWii6JB3Lo
=MMQg
-END PGP SIGNATURE-


Accepted:
swac-explore_0.2-1.2.diff.gz
  to main/s/swac-explore/swac-explore_0.2-1.2.diff.gz
swac-explore_0.2-1.2.dsc
  to main/s/swac-explore/swac-explore_0.2-1.2.dsc
swac-explore_0.2-1.2_i386.deb
  to main/s/swac-explore/swac-explore_0.2-1.2_i386.deb


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



Accepted iceowl 1.0~b1+dfsg-2 (source i386)

2010-03-05 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 15:57:58 +0100
Source: iceowl
Binary: calendar-timezones iceowl-extension calendar-google-provider
Architecture: source i386
Version: 1.0~b1+dfsg-2
Distribution: experimental
Urgency: low
Maintainer: Alexander Sack a...@debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 calendar-google-provider - Google Calendar support for lighting- and 
iceowl-extension
 calendar-timezones - Timezone Extension for Sunbird/Iceowl (mandatory)
 iceowl-extension - Calendar Extension for Thunderbird/Icedove
Closes: 475062 568158 568159
Changes: 
 iceowl (1.0~b1+dfsg-2) experimental; urgency=low
 .
   * [2a52f44] Fix typo
   * [dd9f18f] More 3.0 directory name cleanups (Closes: #568159) - thanks to
 Edward J. Shornock for the patch
   * [6570357] Add more branding THanks: Edward J. Shornock for the patch
 (Closes: #475062)
   * [2d5333f] Let Vcs-{Git,Browser} point to alioth
   * [ec029a8] New patch 0003-Match-3.0.0.patch Match Icedove = 3.0.0 (Closes:
 #568158) - thanks to Edward J. Shornock
   * [2c7d33d] Fix download URL and version GPL
   * [7d7a377] Bump standards version no source changes
   * [a5c6a98] Pass DEB_BUILD_GNU_TYPE to configure instead of letting it
 figure it out by itself.
Checksums-Sha1: 
 b7614dc1fa3d5f74ce9338a2be2e3237cff0e73f 1709 iceowl_1.0~b1+dfsg-2.dsc
 7e78220763b5fca882fb91b7b0b065b648d1eef1 375429 iceowl_1.0~b1+dfsg-2.diff.gz
 11656d72105d8ab0ce73301d9b6e0f16a3a4c1f5 106082 
calendar-timezones_1.0~b1+dfsg-2_i386.deb
 9a53b62f5e195e1287164d64dd6c0e0b4f08773c 1139412 
iceowl-extension_1.0~b1+dfsg-2_i386.deb
 5bd520358dc1da309307c9eac61a4cff004fca8f 106168 
calendar-google-provider_1.0~b1+dfsg-2_i386.deb
Checksums-Sha256: 
 11582c143664e90144704643bf90c96f11be0698ea0cd3a2b3c71c62622ec4f7 1709 
iceowl_1.0~b1+dfsg-2.dsc
 21aa95bfbf015731226f789707b88cd0ba25a8985213ad0df83b6b0b4e7f5508 375429 
iceowl_1.0~b1+dfsg-2.diff.gz
 8775215b1f0a87649d6415468c6ce0e24179f10fb22208904814fd2c1d9f2f55 106082 
calendar-timezones_1.0~b1+dfsg-2_i386.deb
 2d06c86fc6c1a211de77023bbc39de6eacfd61a1d43b3d73ddd088b3c8422d0e 1139412 
iceowl-extension_1.0~b1+dfsg-2_i386.deb
 a91a599ee99b7f6183d50d734c300a04bf5ccd8162bfe62d8b52fcdcd09bd394 106168 
calendar-google-provider_1.0~b1+dfsg-2_i386.deb
Files: 
 bcb64e26d3206b459641f985f418b6be 1709 web optional iceowl_1.0~b1+dfsg-2.dsc
 f08b7397d9dcf9ca5977ec1d71fd36c9 375429 web optional 
iceowl_1.0~b1+dfsg-2.diff.gz
 e78a28b65f44ac835615c4ed110d897f 106082 web optional 
calendar-timezones_1.0~b1+dfsg-2_i386.deb
 a1f1b5c72a0d31a1c7d28f488b3b96d5 1139412 web optional 
iceowl-extension_1.0~b1+dfsg-2_i386.deb
 6108c011d5791a6db41b21c0eab45136 106168 web optional 
calendar-google-provider_1.0~b1+dfsg-2_i386.deb

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

iD8DBQFLkS/an88szT8+ZCYRAofOAJ414DSoRw/rcg2/3m3QwK1YEYZFFQCeIJm3
Kr6pjb5IHUkfAGd6QW2wLcg=
=4B7p
-END PGP SIGNATURE-


Accepted:
calendar-google-provider_1.0~b1+dfsg-2_i386.deb
  to main/i/iceowl/calendar-google-provider_1.0~b1+dfsg-2_i386.deb
calendar-timezones_1.0~b1+dfsg-2_i386.deb
  to main/i/iceowl/calendar-timezones_1.0~b1+dfsg-2_i386.deb
iceowl-extension_1.0~b1+dfsg-2_i386.deb
  to main/i/iceowl/iceowl-extension_1.0~b1+dfsg-2_i386.deb
iceowl_1.0~b1+dfsg-2.diff.gz
  to main/i/iceowl/iceowl_1.0~b1+dfsg-2.diff.gz
iceowl_1.0~b1+dfsg-2.dsc
  to main/i/iceowl/iceowl_1.0~b1+dfsg-2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nnatc-0002mb...@ries.debian.org



Accepted ttf-konatu 26-2 (source all)

2010-03-05 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 01:22:53 +0900
Source: ttf-konatu
Binary: ttf-konatu
Architecture: source all
Version: 26-2
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-konatu - TrueType Font originally for BeOS
Changes: 
 ttf-konatu (26-2) unstable; urgency=low
 .
   * update debian/watch file
Checksums-Sha1: 
 b46b07ecb244ae32e12d9a351b20b2ba70f93ef9 1286 ttf-konatu_26-2.dsc
 8f3934321058571c83cd5d6bcfb6523bc52134a3 9760 ttf-konatu_26-2.debian.tar.gz
 1e773890ad96e4cc5550d23a2cdf39e0d4e1f500 8420856 ttf-konatu_26-2_all.deb
Checksums-Sha256: 
 92aca656331e3f5b60ba4b01936c34b29b31214e618e94ac9232cb4d6d547c6a 1286 
ttf-konatu_26-2.dsc
 701098f41d586ec85f781b8e9dd9d86f10fa0c815d8217d785c1cf2f512de650 9760 
ttf-konatu_26-2.debian.tar.gz
 27ee64cdfad795005a21e5f8f160b249dfe5fb38daebede7fabf761292919ae5 8420856 
ttf-konatu_26-2_all.deb
Files: 
 41cbeae5641aa5180d73c88ce85457b0 1286 fonts optional ttf-konatu_26-2.dsc
 7104dfc0a168644a61a2d74af21a48ba 9760 fonts optional 
ttf-konatu_26-2.debian.tar.gz
 bebe00a033fa3413fc561fb8f2b99440 8420856 fonts optional ttf-konatu_26-2_all.deb

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

iEYEARECAAYFAkuRMF4ACgkQIu0hy8THJktNegCglh7HZ2YiYH6oghwckw8tXyn9
VRYAn00JfjI6e56ytS571Gas7I08g16c
=+MDh
-END PGP SIGNATURE-


Accepted:
ttf-konatu_26-2.debian.tar.gz
  to main/t/ttf-konatu/ttf-konatu_26-2.debian.tar.gz
ttf-konatu_26-2.dsc
  to main/t/ttf-konatu/ttf-konatu_26-2.dsc
ttf-konatu_26-2_all.deb
  to main/t/ttf-konatu/ttf-konatu_26-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nnatx-0002pd...@ries.debian.org



Accepted libbuffy 1.4-1 (source amd64)

2010-03-05 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 11:29:38 +
Source: libbuffy
Binary: libbuffy-dev
Architecture: source amd64
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Zini enr...@debian.org
Changed-By: Enrico Zini enr...@debian.org
Description: 
 libbuffy-dev - Base functions for building mailbox summary applications
Closes: 560504
Changes: 
 libbuffy (1.4-1) unstable; urgency=low
 .
   * New upstream version
  + Added missing includes. Closes: #560504
  + Redone config code
 + Removed dependency on libxml++, just glib is needed now
 + Transparently migrates XML config file to simpler ini-style format
  + Removed libbuffy.m4: there is no point wrapping a trivial
PKG_CHECK_MODULES invocation
Checksums-Sha1: 
 4ffa83b9361cd0607a51593d20dbd8f760e9435a 1870 libbuffy_1.4-1.dsc
 3c6da41ed1f6347c8d6f48cf66fe9c6094905872 1121247 libbuffy_1.4.orig.tar.gz
 6ec19f0864801e7a9b8e55dab6a03451a75151b8 3099 libbuffy_1.4-1.diff.gz
 8cbe5fb15f7a5afdee44d7ee2705eb473b2aee96 150286 libbuffy-dev_1.4-1_amd64.deb
Checksums-Sha256: 
 4e6322bb7e23054e96ec6af6d8fc052054cfd46e96ce04a3c758e38d23bdf3d5 1870 
libbuffy_1.4-1.dsc
 f7bbfcc35ae3d52d8398184d56c34d616e7a8830db1cb54bebe77e2856988154 1121247 
libbuffy_1.4.orig.tar.gz
 3a97e3a3dbb72eb42b7193698abf2855611785fdd1469dfb17fa3c1983a6d3bd 3099 
libbuffy_1.4-1.diff.gz
 f0916f37c8e77e71a0aa18fe15901a61c72292591b30308ede629c47ce8a6fc0 150286 
libbuffy-dev_1.4-1_amd64.deb
Files: 
 8070f07927390d1d589a7b4f0bbea615 1870 libdevel optional libbuffy_1.4-1.dsc
 6964a65f2bb6814bbf902e4f67da9eaa 1121247 libdevel optional 
libbuffy_1.4.orig.tar.gz
 0d6953418ac1a9df0540964ee52903cf 3099 libdevel optional libbuffy_1.4-1.diff.gz
 8ee4db6412e6c2262e3a8c12233f035e 150286 libdevel optional 
libbuffy-dev_1.4-1_amd64.deb

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

iQIcBAEBCAAGBQJLkTe5AAoJEB5qw/OH8O2sFUwP+wYHeQ5BFAkBBFlIQ30okwhm
kmaj5wdqFT92/symeu84Z44VKZ7S6FLVukH4uPL3BdSl3+J2ONjQ8NfKbM2OlsNr
VX4ak/n84KTkuMuRUiOF1rpEv0GcILDyod/R+nh7afnCru5+v3dC4bfQqwr8isav
GXM4LjGEVet+TuWJ4SpVYpTnkwwTWMk2vVdQaL5M5Nw9GDeKQJkbOpQSlTT5wI0o
OlZADiplz2yT3RUuhNgmPrZ74vtzXydTBuM9WRgEkl4KaZiZpSqjViVyt4s59GNg
EI6d7DuVJZNDQAkYDh9lHxlACD9dyCcGzChYfuK4/swaP0IAlVpaaE+EFG03oxrp
0oJjq17fNfHO4mVyTNYMCAuXPYffKCKXhgeoq2YRf01bEBLxHO5vjaA4Bw3qYWyK
t/sxtSpUuWem9ojRFoFSJ3nDed1im2AxzECBv7iPQ5x3RznEQMx6HjewAUd2zoaX
qMbT2uEBucDwtqhX4/OUaDACtBL+tJ+opdMu5gyF9I++oIttwWmOEXzeVVhvPqrZ
uEWagtkJlrTIlS2yHJwUQOORR59YyUJadI+ae8/TBpLk27aCwOsBUdaHdz1EUuaX
OreK9t5HLNEFDuftkohnh9B1a/ZYoeHM3MHqEN/WFSECJbOBpCzlhNMCttOtsS8Y
exGUad37kROCW/kirmkR
=62rb
-END PGP SIGNATURE-


Accepted:
libbuffy-dev_1.4-1_amd64.deb
  to main/libb/libbuffy/libbuffy-dev_1.4-1_amd64.deb
libbuffy_1.4-1.diff.gz
  to main/libb/libbuffy/libbuffy_1.4-1.diff.gz
libbuffy_1.4-1.dsc
  to main/libb/libbuffy/libbuffy_1.4-1.dsc
libbuffy_1.4.orig.tar.gz
  to main/libb/libbuffy/libbuffy_1.4.orig.tar.gz


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



Accepted libbuffy-bindings 0.10 (source amd64)

2010-03-05 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 16:20:19 +
Source: libbuffy-bindings
Binary: libbuffy-perl libbuffy-ruby python-buffy
Architecture: source amd64
Version: 0.10
Distribution: unstable
Urgency: low
Maintainer: Enrico Zini enr...@debian.org
Changed-By: Enrico Zini enr...@debian.org
Description: 
 libbuffy-perl - Perl wrapper for the libbuffy library
 libbuffy-ruby - Ruby wrapper for the libbuffy library
 python-buffy - Python wrapper for the libbuffy library
Changes: 
 libbuffy-bindings (0.10) unstable; urgency=low
 .
   * Ported to libbuffy 1.4
Checksums-Sha1: 
 c5ca1c509b91c1901f73cd4645ef379b261cf6af 1864 libbuffy-bindings_0.10.dsc
 01c021f83481c16f3cd72c32d1c2c03ee4e0ecd5 580276 libbuffy-bindings_0.10.tar.gz
 be65583afaf1865c0ddd9f483e0fa38c59193f2a 120310 libbuffy-perl_0.10_amd64.deb
 458336e7fcfe081f45ea976b0b6b267ac938b78d 148764 libbuffy-ruby_0.10_amd64.deb
 19764ac76e2cbd3c2a87acd0380b6894b0ea8e70 462966 python-buffy_0.10_amd64.deb
Checksums-Sha256: 
 c8cc8a915818cfa24a0b67b55e6fb0dbd5515d8a8805eee3fa3d8627edcb851a 1864 
libbuffy-bindings_0.10.dsc
 a1ba67208047dddc91fbcf600aa86c2f04ea45c676b8c2ab47860258b2a5139a 580276 
libbuffy-bindings_0.10.tar.gz
 dc317e37c204aaa2ae499a93d3945f18d17264ad66da245208ece87b3d85e16f 120310 
libbuffy-perl_0.10_amd64.deb
 b6d799630b05adfb3882db6121e917d3958f0c379ee0b69f50e6ea9e84111c49 148764 
libbuffy-ruby_0.10_amd64.deb
 43d3ad4cb9c5c40480b040140bb0d429e25d280a8856879888c8bb66c93b1fb0 462966 
python-buffy_0.10_amd64.deb
Files: 
 ad043dc671763899e529acc0dd313c7c 1864 misc optional libbuffy-bindings_0.10.dsc
 bc899c88d8f4bb1efcb1a34e89b770c8 580276 misc optional 
libbuffy-bindings_0.10.tar.gz
 fbfa3af25b78611a36ba8e0e13db7934 120310 perl optional 
libbuffy-perl_0.10_amd64.deb
 a6d9adaeca3fa1f729d33495313d0087 148764 ruby optional 
libbuffy-ruby_0.10_amd64.deb
 96cd855971bca7c04623bf863b61666f 462966 python optional 
python-buffy_0.10_amd64.deb

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

iQIcBAEBCAAGBQJLkTevAAoJEB5qw/OH8O2sKEEP/02ARje+/lpesHfqpq/XP3dg
/I//g9NhhBFLqXIUyw2yX/nEwJZwMBp224Up3KVBFLBhVfZVtK00JqopapkxSL9l
k8xheX98X25fvAfocvT/ezs9TWpKqyqPyYo580tRU4sgicNEds7KK1HTPSvLpQTb
YCzf+w7FpFSY4BmpMleH0N4o9ZQ8nSPp7ine696QTJ2Qq3sPiUPUm/6KYvnLGiuS
heRh+BgJKf3RjD0jf8dqnBFgSe7Cndgm8SjDap2mbbVpjsYz3zKI2FR/dgSfPTcW
brNB9gc6XTlvwNN/lYNs7bjHUWFRsFA/ibgfeh7bSk3H89zsMlxOfXIiD464DHty
uu84atLebryr6fTtOjHMJ98e62idOOPCc87NitV9riTMdfTID7n4j4vSV8SH0EAc
7gbnZdgRp8oE4D7Rw+Nx625wb7EwftxhaidIMdXOm4v8JyKb0uX3jRZplEDTPe8Z
HjgzWsONhKFv7hZg8lH1MHa4hfHF4WCejDqYnqsYpy6IxhEJR3lbUUNyIjuhj9yk
MsHxGfFyrHNUO46Uh/gzfUCt8aPQzc47tXRokj4DIs3O82C/CuNR0CZkezkZMBOh
i+pKMcSXY3xeqizVTf3krsi6IKW3lYHRbXt0B23XUnLO//1LWT/GWlHKmMiYbxYM
lnw4DShaEoF/pywOdWPX
=rooW
-END PGP SIGNATURE-


Accepted:
libbuffy-bindings_0.10.dsc
  to main/libb/libbuffy-bindings/libbuffy-bindings_0.10.dsc
libbuffy-bindings_0.10.tar.gz
  to main/libb/libbuffy-bindings/libbuffy-bindings_0.10.tar.gz
libbuffy-perl_0.10_amd64.deb
  to main/libb/libbuffy-bindings/libbuffy-perl_0.10_amd64.deb
libbuffy-ruby_0.10_amd64.deb
  to main/libb/libbuffy-bindings/libbuffy-ruby_0.10_amd64.deb
python-buffy_0.10_amd64.deb
  to main/libb/libbuffy-bindings/python-buffy_0.10_amd64.deb


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



Accepted buffy 1.2-1 (source amd64)

2010-03-05 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 16:33:11 +
Source: buffy
Binary: buffy
Architecture: source amd64
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Zini enr...@debian.org
Changed-By: Enrico Zini enr...@debian.org
Description: 
 buffy  - Heavy duty browser for mail folders
Closes: 569407
Changes: 
 buffy (1.2-1) unstable; urgency=low
 .
   * New upstream version
  + Ported to libbuffy 1.4
  + Ported to sigc++ 2.0. Closes: #569407
Checksums-Sha1: 
 833875aa7b3b1a763d2a38e71c97e3f87a128c28 1851 buffy_1.2-1.dsc
 3826ed90bd2d2040c5197277994e91a8cd232b8f 328170 buffy_1.2.orig.tar.gz
 1b2b42e783b14d9ca3fe9f334d0764c6dd64e91a 2935 buffy_1.2-1.diff.gz
 22860777a5ed564fdf6750a988268dd1caf3bed5 144710 buffy_1.2-1_amd64.deb
Checksums-Sha256: 
 ec09795deb840c13141a28e5f3f28a323eaef72aa7eb863d6b68f773297d1942 1851 
buffy_1.2-1.dsc
 546b2e28d458c95f7e08435f3c1a9c99ea644309ac99ee4186b4f9028f02f545 328170 
buffy_1.2.orig.tar.gz
 11268ccc7a011cac8a6c5e45e00dd5aa43f3e864588945908091e5d364376c42 2935 
buffy_1.2-1.diff.gz
 59854d719d9122a3285447f0b2ae8230c81ed60e6d36a1c488087a440e41e4fb 144710 
buffy_1.2-1_amd64.deb
Files: 
 0e79073b86a4b6c38b0ecdb4df425ca1 1851 mail optional buffy_1.2-1.dsc
 827ce85952b21a97d0e2f91a2cfb831f 328170 mail optional buffy_1.2.orig.tar.gz
 669421c9c14ba00a4aed08b1dd865c11 2935 mail optional buffy_1.2-1.diff.gz
 7b345903baef437bd4b534020a384844 144710 mail optional buffy_1.2-1_amd64.deb

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

iQIcBAEBCAAGBQJLkTfCAAoJEB5qw/OH8O2sLqEP/A1O+iKGd7dDI4RrVfRTl88O
bHdnbsAUeDy34AsP/vfDc4j9gFa3CyIAemV8F4/vbHgFZSTnDoV79wl6uJ2n9xLD
H2a9iG5SZHlrbUosJ2DpkHCWG4hsp4DbmyhubjApIbj4DYmrzF3CylPRB6icxjRF
FsZ2iWrKKwCayoL0T++CAAyzmgy1/ECFhBxbzeJZ9YQ/H/a2++HrcJU1qZE5Qhh2
PIM9cBAdRIIl/tcvNlklw+cL7ReR8noiNemQxetDtaj3fVwyqQuV6U6S+YFrqNyL
RdokHcngM59h1XmKUXkIyfQCXija/5/2Xzlyps73e98kC77F7/OBKrydLmGl7P59
BMtR3qdKj2vwQ5wU43jJaVxPuSXRsv7AKDPwQls52j89QD7RNQsxBqPCK2LBdPKN
2tzwbfT61IS68Ombfk3MiLMDs56A5h98ocX1prM+PS1RjQKO7ujucbcuZ8y2q0Ts
pAMo03NZv8jVvSE12G5xXZjEWzjrYXoZ/eaVnF5AEFwgYE9eTVFH7OFnJXXf+RAp
sP83DjWj5ja/3Ge26MK3yYie1uLYByS4B2WlPeH58OaCmtHxpl+4Y8POyhn9YpXp
9RBFb+Fc+uA+eupkLMkMGN9Nr/PJ9ixunBxuobh5zo+uQXFn3Z/OUfuYZshIOoko
YYJKkozEu2PRSLRvPQ6/
=ZhOX
-END PGP SIGNATURE-


Accepted:
buffy_1.2-1.diff.gz
  to main/b/buffy/buffy_1.2-1.diff.gz
buffy_1.2-1.dsc
  to main/b/buffy/buffy_1.2-1.dsc
buffy_1.2-1_amd64.deb
  to main/b/buffy/buffy_1.2-1_amd64.deb
buffy_1.2.orig.tar.gz
  to main/b/buffy/buffy_1.2.orig.tar.gz


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



Accepted libvirt 0.7.7-1 (source all amd64)

2010-03-05 Thread Laurent Léonard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 17:49:17 +0100
Source: libvirt
Binary: libvirt-bin libvirt0 libvirt0-dbg libvirt-doc libvirt-dev python-libvirt
Architecture: source all amd64
Version: 0.7.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Libvirt Maintainers 
pkg-libvirt-maintain...@lists.alioth.debian.org
Changed-By: Laurent Léonard laur...@open-minds.org
Description: 
 libvirt-bin - the programs for the libvirt library
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt0   - library for interfacing with different virtualization systems
 libvirt0-dbg - library for interfacing with different virtualization systems
 python-libvirt - libvirt Python bindings
Changes: 
 libvirt (0.7.7-1) unstable; urgency=low
 .
   * [f944460] Imported Upstream version 0.7.7
   * [bd457cc] Redo patches.
   * [098d1d3] Update libvirt0 symbols.
Checksums-Sha1: 
 eb4e33e0d7e52970c97869ca3e3606f703e3e4a0 1816 libvirt_0.7.7-1.dsc
 348df39ea0e50e444d7a6be34d6ddaecac57ed48 10048272 libvirt_0.7.7.orig.tar.gz
 e18a357c512ce8308ab1058fd02ba8564f3554bb 20060 libvirt_0.7.7-1.diff.gz
 6afc017f9bd5a957741b99afb12a90ab40fefb80 845826 libvirt-doc_0.7.7-1_all.deb
 5ae6dd2223a1ae482a5a3f9870539aac674601aa 766454 libvirt-bin_0.7.7-1_amd64.deb
 78aecf28d1d834306a732ac560c53a5cdb535620 704050 libvirt0_0.7.7-1_amd64.deb
 ac370c7f9b19ffcfd84000c47ab9784ce10681f7 2402040 libvirt0-dbg_0.7.7-1_amd64.deb
 f9978738b75ac284ad608dccd4e71eab34ee5403 878738 libvirt-dev_0.7.7-1_amd64.deb
 52afdf46cb1dc4f9e256ef901aedd91c758cc4a9 286640 
python-libvirt_0.7.7-1_amd64.deb
Checksums-Sha256: 
 387ed9717fb5c8a7813a0d46807dbc9d2ed1f9f7493ccfe03c368329f48d4ac5 1816 
libvirt_0.7.7-1.dsc
 ea308bac01dcd85c45d6b140bd5eb1c324a0868bf26fb0c1085899bc1c8b8042 10048272 
libvirt_0.7.7.orig.tar.gz
 9a4ad74fc6c5b48ac4a256db5fa0620ad15363e3c9187309814e3f4b3043d572 20060 
libvirt_0.7.7-1.diff.gz
 12571e817e2d56dd412bc02f3d068451ca62d0ee10c808946fa1ff0a95650cbf 845826 
libvirt-doc_0.7.7-1_all.deb
 aca3f3e83aaf21d2f4e3e63867064b925f4dcd8a5dc9cae912b79a8d838a380e 766454 
libvirt-bin_0.7.7-1_amd64.deb
 0638b4534580158224d9a4de15e78b6ab42da1004d897495409920d9af300841 704050 
libvirt0_0.7.7-1_amd64.deb
 8fa62ee1b4eec9e2dafe1a8dcb2ef20d04ff045ee0eb9393581dccf4db10e87b 2402040 
libvirt0-dbg_0.7.7-1_amd64.deb
 5043526effda9134a04500313b9dd6698e7017370292d0fbb87cfa70aae576dd 878738 
libvirt-dev_0.7.7-1_amd64.deb
 56ffca50c71d0ea19c82d3a254f388c0627ecf281c74a72bdce9783697941c07 286640 
python-libvirt_0.7.7-1_amd64.deb
Files: 
 de218e4e38509b674357b2e142579054 1816 libs optional libvirt_0.7.7-1.dsc
 5f315b0bf20e3964f7657ba1e630cd67 10048272 libs optional 
libvirt_0.7.7.orig.tar.gz
 2ddc5e60acc8200b5e675d714f5fea89 20060 libs optional libvirt_0.7.7-1.diff.gz
 062b1154fc79fb59745a3f03dc49a14d 845826 doc optional 
libvirt-doc_0.7.7-1_all.deb
 18c8fc73c567875f51c7a53a55fc6ecd 766454 admin optional 
libvirt-bin_0.7.7-1_amd64.deb
 ef4611150d3c7c7a7abbf6835dcf3652 704050 libs optional 
libvirt0_0.7.7-1_amd64.deb
 6feaad79898ed2386b864072ceb82e75 2402040 debug extra 
libvirt0-dbg_0.7.7-1_amd64.deb
 de3abb94db60b0d77aea5f7a1ce5c3fe 878738 libdevel optional 
libvirt-dev_0.7.7-1_amd64.deb
 08800333e4097a4092673e651c2ab6af 286640 python optional 
python-libvirt_0.7.7-1_amd64.deb

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

iEYEARECAAYFAkuROhIACgkQKEZvGlTCoYUKVgCgmvsoYBAmqPYRZqnRE0bVxxj2
sUcAn1i8hZRePK3h22P89mv1m2W6vFEt
=lBaB
-END PGP SIGNATURE-


Accepted:
libvirt-bin_0.7.7-1_amd64.deb
  to main/libv/libvirt/libvirt-bin_0.7.7-1_amd64.deb
libvirt-dev_0.7.7-1_amd64.deb
  to main/libv/libvirt/libvirt-dev_0.7.7-1_amd64.deb
libvirt-doc_0.7.7-1_all.deb
  to main/libv/libvirt/libvirt-doc_0.7.7-1_all.deb
libvirt0-dbg_0.7.7-1_amd64.deb
  to main/libv/libvirt/libvirt0-dbg_0.7.7-1_amd64.deb
libvirt0_0.7.7-1_amd64.deb
  to main/libv/libvirt/libvirt0_0.7.7-1_amd64.deb
libvirt_0.7.7-1.diff.gz
  to main/libv/libvirt/libvirt_0.7.7-1.diff.gz
libvirt_0.7.7-1.dsc
  to main/libv/libvirt/libvirt_0.7.7-1.dsc
libvirt_0.7.7.orig.tar.gz
  to main/libv/libvirt/libvirt_0.7.7.orig.tar.gz
python-libvirt_0.7.7-1_amd64.deb
  to main/libv/libvirt/python-libvirt_0.7.7-1_amd64.deb


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



Accepted otf-yozvox-yozfont 12.18~beta31-dfsg-1 (source all)

2010-03-05 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 06 Mar 2010 01:42:13 +0900
Source: otf-yozvox-yozfont
Binary: otf-yozvox-yozfont otf-yozvox-yozfont-new-kana 
otf-yozvox-yozfont-standard-kana otf-yozvox-yozfont-antique 
otf-yozvox-yozfont-cute otf-yozvox-yozfont-edu
Architecture: source all
Version: 12.18~beta31-dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 otf-yozvox-yozfont - Japanese proportional Handwriting OpenType font
 otf-yozvox-yozfont-antique - Japanese proportional Handwriting OpenType font 
(antique kana)
 otf-yozvox-yozfont-cute - Japanese proportional Handwriting OpenType font 
(cute kana)
 otf-yozvox-yozfont-edu - Japanese proportional Handwriting OpenType font 
(educational cana
 otf-yozvox-yozfont-new-kana - Japanese proportional Handwriting OpenType font 
(new kana)
 otf-yozvox-yozfont-standard-kana - Japanese proportional Handwriting OpenType 
font (standard kana)
Changes: 
 otf-yozvox-yozfont (12.18~beta31-dfsg-1) unstable; urgency=low
 .
   * New upstream release
 - add new font files, YOzRSP.TTC (Standard Kana Proportional) and
   YOzRAP.TTC (Antique Proportional)
Checksums-Sha1: 
 c123f3cbc4eb049abf6328a2b39fefae2602ce4d 1631 
otf-yozvox-yozfont_12.18~beta31-dfsg-1.dsc
 c49c0198f1dc9afc329c1415f4cd9f3196268a92 162537584 
otf-yozvox-yozfont_12.18~beta31-dfsg.orig.tar.gz
 8f32cf68884c160d5cf854854f4ecc6ece02ba8a 4233 
otf-yozvox-yozfont_12.18~beta31-dfsg-1.debian.tar.gz
 8b6b34c7c8c0a98a64622869b37e9da9963b0b5f 4328 
otf-yozvox-yozfont_12.18~beta31-dfsg-1_all.deb
 88fa549ad619b413bc236e5058c7984b4fae37d3 30144352 
otf-yozvox-yozfont-new-kana_12.18~beta31-dfsg-1_all.deb
 2366395798cefdc760eb09309110fd86fe3ddeb6 35691050 
otf-yozvox-yozfont-standard-kana_12.18~beta31-dfsg-1_all.deb
 c6b461eb72e351aea6dea663a72079d91f1fde5b 35697348 
otf-yozvox-yozfont-antique_12.18~beta31-dfsg-1_all.deb
 5dbbe0106aab7080434b7b7e1eb7420b82c46014 30156952 
otf-yozvox-yozfont-cute_12.18~beta31-dfsg-1_all.deb
 ffd45b824e4328d9a16b77e208f52c738c16a63e 30150396 
otf-yozvox-yozfont-edu_12.18~beta31-dfsg-1_all.deb
Checksums-Sha256: 
 5645f5bb9a0a450f0ff3952c0f39e99dca69df5b5900b5990e955857bf705fa3 1631 
otf-yozvox-yozfont_12.18~beta31-dfsg-1.dsc
 f48a247edd44f2c11148aa6224cb4c4624499ab2f86495ec465b900906f0 162537584 
otf-yozvox-yozfont_12.18~beta31-dfsg.orig.tar.gz
 2b41a16541c59926a03b54b024e582a7df4a40f1811ad9a67c5ff6e3e1eab4e1 4233 
otf-yozvox-yozfont_12.18~beta31-dfsg-1.debian.tar.gz
 fd516a522fffb44a81e9390689d805e2eab4034879d22338e3230a9e94127fe8 4328 
otf-yozvox-yozfont_12.18~beta31-dfsg-1_all.deb
 fae79314b6de50815b63b4ea0209c880ff687917f49eb2cad7e2860ddfa4c4ba 30144352 
otf-yozvox-yozfont-new-kana_12.18~beta31-dfsg-1_all.deb
 8b409861a7434d0e51ad777b837ee3f6afc5d22eec6d114b9b8322cd21a7bda8 35691050 
otf-yozvox-yozfont-standard-kana_12.18~beta31-dfsg-1_all.deb
 7eae9286fa033d409b29c3c23e4de3f0071257c436ce9bf50ec11e7e82315212 35697348 
otf-yozvox-yozfont-antique_12.18~beta31-dfsg-1_all.deb
 33a6436aa776cda6b435d4804d36f35ba8187f46124c9fd2bb0fbbd0a0ce3a6c 30156952 
otf-yozvox-yozfont-cute_12.18~beta31-dfsg-1_all.deb
 ec26123fb4fb55edca0de92d17ecbd161d604b73d85103114eb7674e2aa021f3 30150396 
otf-yozvox-yozfont-edu_12.18~beta31-dfsg-1_all.deb
Files: 
 0480cbd1890c3b0de95283f7d13c27fa 1631 fonts extra 
otf-yozvox-yozfont_12.18~beta31-dfsg-1.dsc
 0b6b0dbfc7fb57bc0e74427686e481e5 162537584 fonts extra 
otf-yozvox-yozfont_12.18~beta31-dfsg.orig.tar.gz
 9014a9d560dd8ef135817218bbd05716 4233 fonts extra 
otf-yozvox-yozfont_12.18~beta31-dfsg-1.debian.tar.gz
 641b4b88f0039ea0cb161238530303ba 4328 fonts extra 
otf-yozvox-yozfont_12.18~beta31-dfsg-1_all.deb
 1155ba984f23f635fc7ddd13f6277756 30144352 fonts extra 
otf-yozvox-yozfont-new-kana_12.18~beta31-dfsg-1_all.deb
 d85d7a3539adc54762e227e1090c29c0 35691050 fonts extra 
otf-yozvox-yozfont-standard-kana_12.18~beta31-dfsg-1_all.deb
 8b8d56b259a7d96b34a7f429bbe79723 35697348 fonts extra 
otf-yozvox-yozfont-antique_12.18~beta31-dfsg-1_all.deb
 8c1cae20389ad9b558fde879d9811c51 30156952 fonts extra 
otf-yozvox-yozfont-cute_12.18~beta31-dfsg-1_all.deb
 851214533083d0ef5697eac0c78488d9 30150396 fonts extra 
otf-yozvox-yozfont-edu_12.18~beta31-dfsg-1_all.deb

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

iEYEARECAAYFAkuROJkACgkQIu0hy8THJkuj0ACfSm9tU/D12IY2Pbudbf12/JPQ
w3gAnilhWT97rvBs/ongIkzIfGXVoep0
=R8tW
-END PGP SIGNATURE-


Accepted:
otf-yozvox-yozfont-antique_12.18~beta31-dfsg-1_all.deb
  to 
main/o/otf-yozvox-yozfont/otf-yozvox-yozfont-antique_12.18~beta31-dfsg-1_all.deb
otf-yozvox-yozfont-cute_12.18~beta31-dfsg-1_all.deb
  to 
main/o/otf-yozvox-yozfont/otf-yozvox-yozfont-cute_12.18~beta31-dfsg-1_all.deb
otf-yozvox-yozfont-edu_12.18~beta31-dfsg-1_all.deb
  to 
main/o/otf-yozvox-yozfont/otf-yozvox-yozfont-edu_12.18~beta31-dfsg-1_all.deb

Accepted buffy 1.2.1-1 (source amd64)

2010-03-05 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Mar 2010 17:06:24 +
Source: buffy
Binary: buffy
Architecture: source amd64
Version: 1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Zini enr...@debian.org
Changed-By: Enrico Zini enr...@debian.org
Description: 
 buffy  - Heavy duty browser for mail folders
Changes: 
 buffy (1.2.1-1) unstable; urgency=low
 .
   * New upstream version
  + Run the gui version of mail commands, instead of the default text
version
Checksums-Sha1: 
 f9d8125a6141ebb36e8266474473682fd1dba45f 1865 buffy_1.2.1-1.dsc
 0b356f3d9d6b527925166d7360b51d2e596de6b3 328192 buffy_1.2.1.orig.tar.gz
 9b5ff4263fee7797bf3101d68f425d533c6a272c 2991 buffy_1.2.1-1.diff.gz
 a87b7a83f8b03bc5f106445b9fda41c0145e7098 144764 buffy_1.2.1-1_amd64.deb
Checksums-Sha256: 
 99b632b7fa909b2db6e254434e85329b67e2e679a2ab069fdaf0822bc7bfdd1f 1865 
buffy_1.2.1-1.dsc
 f44123dc5fe6a6984cd4d09b2e6404a2a2cb5607ddf7dc09f3de39e82056beba 328192 
buffy_1.2.1.orig.tar.gz
 fc626ae685796c32660d16ef1f6566ec9cbd7bc7174be8c47972a2ecabed54be 2991 
buffy_1.2.1-1.diff.gz
 34ed97a6c3025767d7bd7b9b965f23834a31e02383f00f3b23aaa34738e7d761 144764 
buffy_1.2.1-1_amd64.deb
Files: 
 aa045a76f087d976b2d5b56600b56ace 1865 mail optional buffy_1.2.1-1.dsc
 9520fc1d88a3d9e269196f0fbf77367a 328192 mail optional buffy_1.2.1.orig.tar.gz
 928ba0829f40fd61e1faa6acff0e6bbd 2991 mail optional buffy_1.2.1-1.diff.gz
 b45d288e6a92d3e14eb413372a035ff6 144764 mail optional buffy_1.2.1-1_amd64.deb

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

iQIcBAEBCAAGBQJLkTzeAAoJEB5qw/OH8O2ssscP/3HpSOi/2Ejf/sFByaKOHwsd
utBWMpAoUBpt8+4+7wsCFs1L9x052o66czcrnK0O6hYGAumHv+IODsA1UfKl69Rg
MgGn8K1vCFRh5ubXWjKL89lt77Eu8yEB8UdKX7ML01PLassG0atiTQhduzeNG/K+
uN73JZXBudf5gxZFW0TS2EWOAOlY7ijAvENV1nMlJpEe+tkrRV69qW88+hEeCyEl
IdSIOOK9f8RVMYm54+7b3zncylm8hGYkGPy3fzxF71ToqXD6rACIGj0axfrNCERc
TQgASkzQNEyb5y8eAXa4AvZzVwJ21O5g+bqdwWLBshQxdmhuNWiLBr24YE97422x
Yp3trujzL0CS355mnBy5INrYkO5vQL3D1xIZesY33NbId26FjAuTCx/P78bAaP1Y
Sp9OEUaS7ftrHohw4OhEbX1mj5mkZlH2+hRNUL6akYJ0t3inEg6GL0hBaK74wH4v
MZSy8H4Zb7tp+OwotvASbeIruG45d2CK7D9A5z4C2YoicnfwrBHRQulsz8hXQJdO
1DkP2otPCNAldwwtKBReQhZgvn5ithy0HXPa+2A2SJVBxwsOWfJzTFI8uEYQzYbw
Vq0dwNjvypz8a3Ag6hI6MLN+vgyRSw5rmH52xKfYag7VHRv4LDYDTktGwKgaLWO9
NtJmyMXJDZissi2w0GVX
=psoP
-END PGP SIGNATURE-


Accepted:
buffy_1.2.1-1.diff.gz
  to main/b/buffy/buffy_1.2.1-1.diff.gz
buffy_1.2.1-1.dsc
  to main/b/buffy/buffy_1.2.1-1.dsc
buffy_1.2.1-1_amd64.deb
  to main/b/buffy/buffy_1.2.1-1_amd64.deb
buffy_1.2.1.orig.tar.gz
  to main/b/buffy/buffy_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
Archive: http://lists.debian.org/e1nnbnp-0006ya...@ries.debian.org



Accepted rhythmbox 0.12.7-1 (source all i386)

2010-03-05 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 17:18:26 +0100
Source: rhythmbox
Binary: rhythmbox rhythmbox-dbg rhythmbox-plugins rhythmbox-plugin-cdrecorder 
rhythmbox-plugin-coherence
Architecture: source all i386
Version: 0.12.7-1
Distribution: unstable
Urgency: low
Maintainer: Loic Minier l...@dooz.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 rhythmbox  - music player and organizer for GNOME
 rhythmbox-dbg - debugging symbols for rhythmbox
 rhythmbox-plugin-cdrecorder - burning plugin for rhythmbox music player
 rhythmbox-plugin-coherence - UPnp plugin for rhythmbox music player
 rhythmbox-plugins - plugins for rhythmbox music player
Closes: 261443 489207 571510
Changes: 
 rhythmbox (0.12.7-1) unstable; urgency=low
 .
   * New upstream release.
 - Builds fine with Python 2.6. Closes: #571510.
 - Allows to change the sorting name for artists and albums.
   Closes: #261443.
 - Fixes sorting order of localized sentences. Closes: #489207.
 - debian/control.in:
   + Update build dependencies.
 - debian/rhythmbox.1,
   debian/rhythmbox-client.1,
   debian/rhythmbox.manpages:
   + Removed, the manpages are now shipped upstream.
 - debian/rhythmbox-plugins.install,
   debian/control.in:
   + Install the new sendto and replaygain plugins, and list them in
 the package description.
 - debian/control.in:
   + rhythmbox-plugins now recommends nautilus-sendto.
   * debian/copyright:
 - Add a couple of missing files with different licenses.
Checksums-Sha1: 
 0278a5dbe5e1d8e3c9f67f3a93a888c8b83488f0 2289 rhythmbox_0.12.7-1.dsc
 7c4b4c3bc82f612199644f643522b9e463685bc6 7262084 rhythmbox_0.12.7.orig.tar.gz
 21b02fe866479e3d01641d46217ac5f09593f88b 26177 rhythmbox_0.12.7-1.diff.gz
 3d4488f392f8a6fd4232980be70954f97f3e2d74 170598 
rhythmbox-plugin-coherence_0.12.7-1_all.deb
 634c459fa5529681f1129e9a15b9b0d4cf568e68 5099168 rhythmbox_0.12.7-1_i386.deb
 3e9242e2ebdb58950211ca22c91bbae292cb8714 2218248 
rhythmbox-dbg_0.12.7-1_i386.deb
 21e682d6fa5b9205e99c6db6533a21e0f8796ceb 619172 
rhythmbox-plugins_0.12.7-1_i386.deb
 5d42107cc3d9d89ba90f9d9bb5f72d95e5db665d 163924 
rhythmbox-plugin-cdrecorder_0.12.7-1_i386.deb
Checksums-Sha256: 
 4e9516ebac88bb5580cd1f19f4cba52a6282fd86da566715f3cf37d64210039f 2289 
rhythmbox_0.12.7-1.dsc
 165848f64751a7e868b7e8195b77a6303e4175458e1cee9d8e7690e9d724ea04 7262084 
rhythmbox_0.12.7.orig.tar.gz
 0851a7dbb6c6172dde09c81ef4633012686798bb666477fa2d86b5de4dd0b364 26177 
rhythmbox_0.12.7-1.diff.gz
 75d3794a6e792b580d09498a5ca49828d084841656c925dffcaa90c2f53af113 170598 
rhythmbox-plugin-coherence_0.12.7-1_all.deb
 cf02e16e5f38c8fc8fe748b734f21b9478ab4e88d8c3ab64e3c74eac3646fb3c 5099168 
rhythmbox_0.12.7-1_i386.deb
 796ce2c9fb1ea0fc495ebf51d22cfb7159576bf293a65f175ac9d1302557df51 2218248 
rhythmbox-dbg_0.12.7-1_i386.deb
 dc9bf00845ec3be2542b1f631fc3b2ab5bcbf4c7f237dd4900aa30cf30303df8 619172 
rhythmbox-plugins_0.12.7-1_i386.deb
 0e4310b78b29b25f86e1ebddcf8e21efd4465b71e8bd8057fd8fe400c310daf0 163924 
rhythmbox-plugin-cdrecorder_0.12.7-1_i386.deb
Files: 
 ec70c402e8d18bab1e1a4c92b9156832 2289 gnome optional rhythmbox_0.12.7-1.dsc
 cf4553ff824a15aca065cb0a9a58a7cf 7262084 gnome optional 
rhythmbox_0.12.7.orig.tar.gz
 0adb2f4828f5ec07ac68782509d4b158 26177 gnome optional 
rhythmbox_0.12.7-1.diff.gz
 5578e35f77f26aaa3ebeef1995aa088f 170598 gnome optional 
rhythmbox-plugin-coherence_0.12.7-1_all.deb
 a8265846aecab0f3816f58f14b5be6dd 5099168 gnome optional 
rhythmbox_0.12.7-1_i386.deb
 0d0c60511f3bbd0e64aeca7cc227dfc8 2218248 debug extra 
rhythmbox-dbg_0.12.7-1_i386.deb
 cc3d0550c7ba331eaadcaac17ba82bbe 619172 gnome optional 
rhythmbox-plugins_0.12.7-1_i386.deb
 9f70e6268c0db484073ac93032ba6de7 163924 gnome optional 
rhythmbox-plugin-cdrecorder_0.12.7-1_i386.deb

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

iEYEARECAAYFAkuROqcACgkQhTV17EoIsv6AdwCgjogqaRNuH9cCEXYtyB209N4J
4ssAnRXdVsSaD5DQLd+L+uNycViJxllR
=BigN
-END PGP SIGNATURE-


Accepted:
rhythmbox-dbg_0.12.7-1_i386.deb
  to main/r/rhythmbox/rhythmbox-dbg_0.12.7-1_i386.deb
rhythmbox-plugin-cdrecorder_0.12.7-1_i386.deb
  to main/r/rhythmbox/rhythmbox-plugin-cdrecorder_0.12.7-1_i386.deb
rhythmbox-plugin-coherence_0.12.7-1_all.deb
  to main/r/rhythmbox/rhythmbox-plugin-coherence_0.12.7-1_all.deb
rhythmbox-plugins_0.12.7-1_i386.deb
  to main/r/rhythmbox/rhythmbox-plugins_0.12.7-1_i386.deb
rhythmbox_0.12.7-1.diff.gz
  to main/r/rhythmbox/rhythmbox_0.12.7-1.diff.gz
rhythmbox_0.12.7-1.dsc
  to main/r/rhythmbox/rhythmbox_0.12.7-1.dsc
rhythmbox_0.12.7-1_i386.deb
  to main/r/rhythmbox/rhythmbox_0.12.7-1_i386.deb
rhythmbox_0.12.7.orig.tar.gz
  to main/r/rhythmbox/rhythmbox_0.12.7.orig.tar.gz


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

Accepted wicd 1.7.0+ds1-2 (source all)

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

Format: 1.8
Date: Fri, 05 Mar 2010 18:12:51 +0100
Source: wicd
Binary: wicd wicd-daemon wicd-gtk wicd-curses wicd-cli python-wicd
Architecture: source all
Version: 1.7.0+ds1-2
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 python-wicd - wired and wireless network manager - Python module
 wicd   - wired and wireless network manager - metapackage
 wicd-cli   - wired and wireless network manager - scriptable cli client
 wicd-curses - wired and wireless network manager - Curses client
 wicd-daemon - wired and wireless network manager - daemon
 wicd-gtk   - wired and wireless network manager - GTK+ client
Closes: 572599
Changes: 
 wicd (1.7.0+ds1-2) unstable; urgency=low
 .
   * Fix RC bug: daemon doesn't start anymore because copy.deepcopy()
 fails with the iniparse object, coming from 20-use_iniparse.patch.
 Bug 568326 reopened. (Closes: #572599)
Checksums-Sha1: 
 a382ed1c517e5ec12e609afd72c2b2147fb83783 1268 wicd_1.7.0+ds1-2.dsc
 1d95093deac5815f08d72b5670588cb587f91725 24465 wicd_1.7.0+ds1-2.debian.tar.gz
 e0070cf8ea53d003bb1d9aea43d3f3d0f2db7d2e 39972 wicd_1.7.0+ds1-2_all.deb
 1dde9ddb196c1228e4cf4e313c94ae7515de21a1 277874 wicd-daemon_1.7.0+ds1-2_all.deb
 5d7fbf6f6c6f980df8926ad580457a2c9e021af7 146496 wicd-gtk_1.7.0+ds1-2_all.deb
 57dd952cd914a5d70a0e8851631d6ad6913e9be2 70086 wicd-curses_1.7.0+ds1-2_all.deb
 f4585589503648221e09d013dfd1aadc208e0908 43750 wicd-cli_1.7.0+ds1-2_all.deb
 c8ee8b18a4e4ad774671302368a20bd22bb08a5e 76322 python-wicd_1.7.0+ds1-2_all.deb
Checksums-Sha256: 
 237ed648356fcdcd1f4efa181d2bf370ca6f2d24c5df575c57f19f1554aca7f5 1268 
wicd_1.7.0+ds1-2.dsc
 4fc02186add760f4e4d2e7ec9f24a591cab8dde1c5d05ee321af317676eec838 24465 
wicd_1.7.0+ds1-2.debian.tar.gz
 9a7c7919c0fe04a8e20379d3ae41ee139a5bb708a86b16d30e70a796c20dfaa9 39972 
wicd_1.7.0+ds1-2_all.deb
 986a633465bd2bc72a5a32f770131e54e35202e95b45b444fcd291229da77af7 277874 
wicd-daemon_1.7.0+ds1-2_all.deb
 fc4e28355682fb836356d82e194344e4e084ea790225ccb76e93926411c22e8d 146496 
wicd-gtk_1.7.0+ds1-2_all.deb
 7bd63e6c0aa2d04fb830f0119171447bb40b980fe215abc5c8fc7fc15b9030bf 70086 
wicd-curses_1.7.0+ds1-2_all.deb
 cd52c42a0ca2c2d90075b2eb8698b7a7e94331059fbd48fc6736d95edc661907 43750 
wicd-cli_1.7.0+ds1-2_all.deb
 d5e766691581b4988b17418a6a0053dbee557b2fdc84f5ff5e37d5226ac296a8 76322 
python-wicd_1.7.0+ds1-2_all.deb
Files: 
 39f1a7f59d8fc56752d972f0483e7dda 1268 net optional wicd_1.7.0+ds1-2.dsc
 3ee24c15ee6458d4567e2b1807fd15d6 24465 net optional 
wicd_1.7.0+ds1-2.debian.tar.gz
 2ea7be18b9db3768f7d6f783bf5ee8a5 39972 net optional wicd_1.7.0+ds1-2_all.deb
 795769152eb965d5f487ddb8e20dbbba 277874 net optional 
wicd-daemon_1.7.0+ds1-2_all.deb
 615a8d9b949662a4b36714bde34f5c77 146496 net optional 
wicd-gtk_1.7.0+ds1-2_all.deb
 b6b2b2e32bd654241fa3092666459697 70086 net optional 
wicd-curses_1.7.0+ds1-2_all.deb
 24f811595885d602bbb22456fe1b5bfa 43750 net optional 
wicd-cli_1.7.0+ds1-2_all.deb
 2f3d8d2f53685faba7347a4030ac6f88 76322 python optional 
python-wicd_1.7.0+ds1-2_all.deb

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

iEYEARECAAYFAkuRPA4ACgkQ5qqQFxOSsXQX8wCgkWybaK/erh5q+9kak1QXX1p7
bqkAn3rsCw18CsErv74gupiik9zo9RhQ
=N0Gb
-END PGP SIGNATURE-


Accepted:
python-wicd_1.7.0+ds1-2_all.deb
  to main/w/wicd/python-wicd_1.7.0+ds1-2_all.deb
wicd-cli_1.7.0+ds1-2_all.deb
  to main/w/wicd/wicd-cli_1.7.0+ds1-2_all.deb
wicd-curses_1.7.0+ds1-2_all.deb
  to main/w/wicd/wicd-curses_1.7.0+ds1-2_all.deb
wicd-daemon_1.7.0+ds1-2_all.deb
  to main/w/wicd/wicd-daemon_1.7.0+ds1-2_all.deb
wicd-gtk_1.7.0+ds1-2_all.deb
  to main/w/wicd/wicd-gtk_1.7.0+ds1-2_all.deb
wicd_1.7.0+ds1-2.debian.tar.gz
  to main/w/wicd/wicd_1.7.0+ds1-2.debian.tar.gz
wicd_1.7.0+ds1-2.dsc
  to main/w/wicd/wicd_1.7.0+ds1-2.dsc
wicd_1.7.0+ds1-2_all.deb
  to main/w/wicd/wicd_1.7.0+ds1-2_all.deb


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



Accepted supertux 0.3.3-1 (source i386 all)

2010-03-05 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 04 Mar 2010 15:46:56 +0100
Source: supertux
Binary: supertux supertux-data
Architecture: source i386 all
Version: 0.3.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Christoph Egger christ...@debian.org
Description: 
 supertux   - Classic 2D jump 'n run sidescroller with Tux
 supertux-data - Levels for classic 2D jump 'n run sidescroller with Tux
Closes: 535147
Changes: 
 supertux (0.3.3-1) experimental; urgency=low
 .
   [ Jon Dowland ]
   * update menu section to Games/Action for menu policy transition.
 Thanks Linas Žvirblis.
 .
   [ Cyril Brulebois ]
   * Added Vcs-Svn and Vcs-Browser fields in the control file.
   * Dropped Gürkan Sengün from Uploaders since he doesn't want to package this
 game anymore. Thanks for the initial effort.
 .
   [ Jon Dowland ]
   * add Homepage: control field to source stanza
 .
   [ Ansgar Burchardt ]
   * Remove Homepage semi-field from description
 .
   [ Peter De Wachter ]
   * Added watch file.
 .
   [ Christoph Egger ]
   * Drop Cyril Brulebois from uploaders on his request
   * Clean up build system using dh7 autofoo
   * Bump compat to 7
   * Add quilt patch system
   * Adopt build system to upstream supertux - supertux2 rename
   * New upstream Release
 * Update yopright
   * Adopting by the Debian Games Team (Closes: #535147)
   * Add myself to Uploaders
   * Bump Standards Version from 3.7.2 to 3.8.4
 * Add README.source
 * Wrap Uploaders
   * Update Homepage field
Checksums-Sha1: 
 8fbbdbf9d4971dc5f5323afbfb911eded8c035c5 2202 supertux_0.3.3-1.dsc
 f89214fd5d997b62753fbba7e1d089d81513f2de 58636270 supertux_0.3.3.orig.tar.bz2
 cd0ebdf32d4d1205a7da48f693813a08e2545a90 9403 supertux_0.3.3-1.debian.tar.gz
 137ddec37c1010fef98df6ac6d588b71624607f2 860074 supertux_0.3.3-1_i386.deb
 9ce910028a83c96cec944caddc2a801e2a470863 58610464 supertux-data_0.3.3-1_all.deb
Checksums-Sha256: 
 73f0f9dfae6d92804c4dd19ea53cf5b5d4383abe19e1712ee3556329e9e6296b 2202 
supertux_0.3.3-1.dsc
 fceaf95251092d5698211ff0f51f1c50237fa5e2a6690464e9835a66e18301d0 58636270 
supertux_0.3.3.orig.tar.bz2
 e5e3b0838cf0f428155ccfca30ab8ddd733a96630e4a82a7d2a464f6f7795332 9403 
supertux_0.3.3-1.debian.tar.gz
 e4da6aafe86880b3aa62597c01cf4da0c7b23d0e4ac26cfb0d82307831bb1ff3 860074 
supertux_0.3.3-1_i386.deb
 6f7395be4e72c29480a94c39c8a487406f3a976dac818e652cdd66e7b9b51700 58610464 
supertux-data_0.3.3-1_all.deb
Files: 
 01a4e44284b469b9db55e200fdc01613 2202 games optional supertux_0.3.3-1.dsc
 f3f803e629ee51a9de0b366a036e393d 58636270 games optional 
supertux_0.3.3.orig.tar.bz2
 0e9731632ba579acf7557df0ab2209ce 9403 games optional 
supertux_0.3.3-1.debian.tar.gz
 385f17d69def254bb87ada03c788b042 860074 games optional 
supertux_0.3.3-1_i386.deb
 045d54ec891324062b303257c913da80 58610464 games optional 
supertux-data_0.3.3-1_all.deb

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

iQIcBAEBCgAGBQJLkBazAAoJEKv/7bJACMb51S4P/RbpwaZUUAhKAIjChCFzQTOQ
6YauSTmU/YxwAHTrF75YS/28OfrHLWqZ11me51bOjUdi+xtoHuB6UDJbT90Yqw5P
vKASIn/lKvPG/uY9MSxSmyXMvttu+1LppTVnFbZUTbuYe/DDcoKCrH/BFNuRbooD
fBQ4p1I/k3tBX3lG5PMcJPvVEC+UtBnujTcisaU7AmEf2bhs0pmBsJ13BqpIu4f3
OWYWllyuMDL/u9/oXJByu1CoBSxtLC84rc2alsbYc4d/cMiID1FwKeg0B3Dg3P3N
2qU9/4AuF8ZjYMAtxIVBaCcvO4nc78xgBD3tui3d5sg71v2UcKGObgdq9s0tI/3C
FTfJ0lqi31lYkhq8tusIMiK7C5LTqE1EdQKbRSldQPhC1dpV7fnMNsxsqjOmez1k
th5Lui0yaCrLj3jo8jvh5QWlhUZZggwSlmEHZBzKI3yoBPBhNf+P//IklMXlv/r4
3iKGWr2dmLPgc1Qr41YBFVxYvc+lR95+B754cGav7rTQGKLGvtHQx7RzDYmuaHrz
lzohMkb2h35seVSOEEtXmrBtkR2fCJ4B0okKqbghHl7LkWfZ4LNn3E6qRBRtMRC3
hqHdQ6PMePO5Gt2UVKBx5I1hrE7v1OrVJleHPmWTSo9cHbWcX0biFtARNSplbhqe
hPW7yMmoWcyhDGjBntUs
=GnfD
-END PGP SIGNATURE-


Accepted:
supertux-data_0.3.3-1_all.deb
  to main/s/supertux/supertux-data_0.3.3-1_all.deb
supertux_0.3.3-1.debian.tar.gz
  to main/s/supertux/supertux_0.3.3-1.debian.tar.gz
supertux_0.3.3-1.dsc
  to main/s/supertux/supertux_0.3.3-1.dsc
supertux_0.3.3-1_i386.deb
  to main/s/supertux/supertux_0.3.3-1_i386.deb
supertux_0.3.3.orig.tar.bz2
  to main/s/supertux/supertux_0.3.3.orig.tar.bz2


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nnbrj-00012k...@ries.debian.org



Accepted mini-buildd 0.8.12 (source all)

2010-03-05 Thread Stephan Sürken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 19:08:19 +0100
Source: mini-buildd
Binary: mini-buildd-common mini-buildd-rep mini-buildd-bld
Architecture: source all
Version: 0.8.12
Distribution: unstable
Urgency: low
Maintainer: Stephan Sürken abs...@debian.org
Changed-By: Stephan Sürken abs...@debian.org
Description: 
 mini-buildd-bld - Minimal Debian buildd (builder)
 mini-buildd-common - Minimal Debian buildd (common)
 mini-buildd-rep - Minimal Debian buildd (repository)
Changes: 
 mini-buildd (0.8.12) unstable; urgency=low
 .
   * [3c2bf04] mbd-preinstall: Add support to configure local hook for
 successful builds.
Checksums-Sha1: 
 6a5d01b9ca09507f3196b930de45fdac147c2622 940 mini-buildd_0.8.12.dsc
 4f58f85e36b60c9da53d5148b5c1abf77e3160f3 178260 mini-buildd_0.8.12.tar.gz
 1d105a7642a77bd976390dade5c1ffa51f623e50 33514 
mini-buildd-common_0.8.12_all.deb
 41475b985c15015552e790560c85923d71da9427 31314 mini-buildd-rep_0.8.12_all.deb
 715aa6e45eccb102387afd563f1809c2e604c23f 26832 mini-buildd-bld_0.8.12_all.deb
Checksums-Sha256: 
 bb9dde939c1f66ac5f0cfb18a892904a8f73cc96f141305ce14a16bae3be110e 940 
mini-buildd_0.8.12.dsc
 351246ccc0a5044961785ba924913665b169a6ac912e5f0a90eafd02e1a7fa4a 178260 
mini-buildd_0.8.12.tar.gz
 83068e1ed38c5698c4730cbbf63ac89b952c879f4b627cbcf85a7a1dbd385cae 33514 
mini-buildd-common_0.8.12_all.deb
 d7700f9fb3490a394f9abe5af75c1116fc4ca8f8cfdfb7d846985ec3cd21cd2f 31314 
mini-buildd-rep_0.8.12_all.deb
 5768a3fa70af02b0d646c2e5590a5fd37d2f14e1f2324bf24fd0c5ceafdc3381 26832 
mini-buildd-bld_0.8.12_all.deb
Files: 
 131c60e6f15008d213d481e3ce7f4843 940 devel extra mini-buildd_0.8.12.dsc
 7e51d1839e89c40567607182df527593 178260 devel extra mini-buildd_0.8.12.tar.gz
 6e227e979d847bcc46b0a95bf2291fdc 33514 devel extra 
mini-buildd-common_0.8.12_all.deb
 46135d3c8243b7d06846bb8e10bed221 31314 devel extra 
mini-buildd-rep_0.8.12_all.deb
 e9900a052b6b91fb9e9f7c9fa3faa2ac 26832 devel extra 
mini-buildd-bld_0.8.12_all.deb

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

iD8DBQFLkUk7zCVHePKM0QIRAoeCAJ0YrxBDz1jXV+PBIUWBrvPGXOijcgCfXa84
4mud2nuR9H57h48OAL+Tnq4=
=JYy9
-END PGP SIGNATURE-


Accepted:
mini-buildd-bld_0.8.12_all.deb
  to main/m/mini-buildd/mini-buildd-bld_0.8.12_all.deb
mini-buildd-common_0.8.12_all.deb
  to main/m/mini-buildd/mini-buildd-common_0.8.12_all.deb
mini-buildd-rep_0.8.12_all.deb
  to main/m/mini-buildd/mini-buildd-rep_0.8.12_all.deb
mini-buildd_0.8.12.dsc
  to main/m/mini-buildd/mini-buildd_0.8.12.dsc
mini-buildd_0.8.12.tar.gz
  to main/m/mini-buildd/mini-buildd_0.8.12.tar.gz


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



Accepted lapack 3.2.1-4 (source all i386)

2010-03-05 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 18:35:23 +0100
Source: lapack
Binary: liblapack3gf liblapack-dev liblapack-pic liblapack-test liblapack-doc
Architecture: source all i386
Version: 3.2.1-4
Distribution: experimental
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 liblapack-dev - library of linear algebra routines 3 - static version
 liblapack-doc - library of linear algebra routines 3 - documentation
 liblapack-pic - library of linear algebra routines 3 - static PIC version
 liblapack-test - library of linear algebra routines 3 - testing programs
 liblapack3gf - library of linear algebra routines 3 - shared version
Changes: 
 lapack (3.2.1-4) experimental; urgency=low
 .
   * liblapack_pic.a is now also handle with the update-alternatives system
Checksums-Sha1: 
 adfb50dac88c1a987727b5c823f9d75af3c6c7b7 1276 lapack_3.2.1-4.dsc
 c9202899cde8af905fd8456d7630ecbc3d611c9a 72112 lapack_3.2.1-4.diff.gz
 930b9479753cd1b84b455303263bdeddcd459f84 3713062 liblapack-doc_3.2.1-4_all.deb
 dd270a9c62350c4346d5ed1a52874e3b7ded8661 3089224 liblapack3gf_3.2.1-4_i386.deb
 f409c1bcd6b1e59298147a932533aef94347bb3a 3240718 liblapack-dev_3.2.1-4_i386.deb
 fab9eed408ea53e66f6f0796d93980b6f4ab3f70 3371666 liblapack-pic_3.2.1-4_i386.deb
 156f24346ebe6dcf3365d6af22c2aaca79b3414b 6144116 
liblapack-test_3.2.1-4_i386.deb
Checksums-Sha256: 
 1c9083630872f4249c9fbe1761ee31f0f14cb37ffec970b07b3aa6e652d34df1 1276 
lapack_3.2.1-4.dsc
 9cc0988945e5c521aaea61b5962e06a433a73a134efee588ab921bbc356bb961 72112 
lapack_3.2.1-4.diff.gz
 32d74e30ddbde690395dc996a8d0a7932313860da11ee0fd4fdb5800b3eeb008 3713062 
liblapack-doc_3.2.1-4_all.deb
 b4e31ced131d8aeb580576c72a94984acb8411ca39017dd271b1928b99b4b01d 3089224 
liblapack3gf_3.2.1-4_i386.deb
 a33a84901fa0575da4316b67736531cc1446eb7bdf6486500ecead5ba37c62c4 3240718 
liblapack-dev_3.2.1-4_i386.deb
 6b87117e4a891af21bb3eedc7701f5996dfff0170c7d8cb3058c2d3019062a2e 3371666 
liblapack-pic_3.2.1-4_i386.deb
 6a16be14edece2f209162b48926801fa3dfaee4eae90b40fd39877c71a61ecb5 6144116 
liblapack-test_3.2.1-4_i386.deb
Files: 
 83dc331f86a08673b01e329aba49db87 1276 libs optional lapack_3.2.1-4.dsc
 881c34cc27eb0437c55db99abb002e04 72112 libs optional lapack_3.2.1-4.diff.gz
 a5c02d4c72275e47792a76d35a1fa9fd 3713062 doc optional 
liblapack-doc_3.2.1-4_all.deb
 d49cbfb81e656f576b1deb7f18a22b3c 3089224 libs optional 
liblapack3gf_3.2.1-4_i386.deb
 9951b05627b3e0ce8604ab1b40558f7b 3240718 libdevel optional 
liblapack-dev_3.2.1-4_i386.deb
 9931f1fef4ab055f65b620499d484a0d 3371666 libdevel optional 
liblapack-pic_3.2.1-4_i386.deb
 d4bb7a6e0977c1f146ca7a0dd3523ab8 6144116 libdevel optional 
liblapack-test_3.2.1-4_i386.deb

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

iEYEARECAAYFAkuRSrgACgkQiOXXM92JlhAjkwCgvf88uvOMvXGq0zMcR08n/wts
QusAoMCfQPg46txf2Eu+EU1UTY2QDPJ6
=AAfq
-END PGP SIGNATURE-


Accepted:
lapack_3.2.1-4.diff.gz
  to main/l/lapack/lapack_3.2.1-4.diff.gz
lapack_3.2.1-4.dsc
  to main/l/lapack/lapack_3.2.1-4.dsc
liblapack-dev_3.2.1-4_i386.deb
  to main/l/lapack/liblapack-dev_3.2.1-4_i386.deb
liblapack-doc_3.2.1-4_all.deb
  to main/l/lapack/liblapack-doc_3.2.1-4_all.deb
liblapack-pic_3.2.1-4_i386.deb
  to main/l/lapack/liblapack-pic_3.2.1-4_i386.deb
liblapack-test_3.2.1-4_i386.deb
  to main/l/lapack/liblapack-test_3.2.1-4_i386.deb
liblapack3gf_3.2.1-4_i386.deb
  to main/l/lapack/liblapack3gf_3.2.1-4_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nnckj-0002uu...@ries.debian.org



Accepted trac-bzr 0.3.2-1 (source all)

2010-03-05 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 19:17:52 +0100
Source: trac-bzr
Binary: trac-bzr
Architecture: source all
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 trac-bzr   - Bazaar version control (bzr) backend for Trac
Changes: 
 trac-bzr (0.3.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Use source format version 3.
   * Bump standards version to 3.8.4.
Checksums-Sha1: 
 abe6d506a946c0b057b5e7e233772034f2cca53b 1242 trac-bzr_0.3.2-1.dsc
 de66be82dc6bbb1705e13bd009691fba9a4c715c 29422 trac-bzr_0.3.2.orig.tar.gz
 b5656aa31cd24a09951409221500ff9ac5083035 3010 trac-bzr_0.3.2-1.debian.tar.gz
 15ceecab0cb7ddc9434c2b7e291b6056667684f4 30744 trac-bzr_0.3.2-1_all.deb
Checksums-Sha256: 
 58b3c35d98410f7ef7bae490162075a46b3c792df3bc12c9856416cc98fbd5fc 1242 
trac-bzr_0.3.2-1.dsc
 a910047e9f4440e2ca6cc934ec3d386730466cf7ff3270af136b868efc9da7c1 29422 
trac-bzr_0.3.2.orig.tar.gz
 445b6bc748cbb145fdd25f8fa7233a63081019b7ebcdb2c98835ca5453c1e7dc 3010 
trac-bzr_0.3.2-1.debian.tar.gz
 8d946e97a3d43fe571602d9e1b78549ac75cbe0ff96d505da0aa8106e42821ed 30744 
trac-bzr_0.3.2-1_all.deb
Files: 
 e7d86846c00d2b3e4c5579d2e24aa012 1242 python optional trac-bzr_0.3.2-1.dsc
 bf33809335e5d5d9a295426204caaed9 29422 python optional 
trac-bzr_0.3.2.orig.tar.gz
 239229984e82b146a2bb6c1af3c166cc 3010 python optional 
trac-bzr_0.3.2-1.debian.tar.gz
 9575e9a32ef2c7627823135cf0380cdf 30744 python optional trac-bzr_0.3.2-1_all.deb

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

iEYEARECAAYFAkuRSu0ACgkQPa9Uoh7vUnYzdQCfenrVW9CfZ7nsfdxZS81PjaRT
h8sAnjEl0Sil85VOUxcIHtU5EovEEtOz
=YeWT
-END PGP SIGNATURE-


Accepted:
trac-bzr_0.3.2-1.debian.tar.gz
  to main/t/trac-bzr/trac-bzr_0.3.2-1.debian.tar.gz
trac-bzr_0.3.2-1.dsc
  to main/t/trac-bzr/trac-bzr_0.3.2-1.dsc
trac-bzr_0.3.2-1_all.deb
  to main/t/trac-bzr/trac-bzr_0.3.2-1_all.deb
trac-bzr_0.3.2.orig.tar.gz
  to main/t/trac-bzr/trac-bzr_0.3.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nncli-0002yw...@ries.debian.org



Accepted kiwi 1.9.22-2 (source all)

2010-03-05 Thread Debian Python Modules Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 19:22:42 +0100
Source: kiwi
Binary: python-kiwi
Architecture: source all
Version: 1.9.22-2
Distribution: unstable
Urgency: low
Maintainer: Goedson Teixeira Paixao goed...@debian.org
Changed-By: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Description: 
 python-kiwi - a graphical framework to construct simple UI
Closes: 571492
Changes: 
 kiwi (1.9.22-2) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * debian/control
 - switch Vcs-Browser field to viewsvn
 - bump python-pydoctor to requre = 0.2-4.1, this version is needed to 
build
   kiwi with Python 2.6 as default; thanks to Jakub Wilk for the report;
   Closes: #571492
 - replace b-d-i on python-all-dev with python-all, since building arch:all
 - added misc:Depends to binary package Depends
   * debian/python-kiwi.doc-base.api
 - set section to Programming/Python
   * debian/compat
 - set compat version to 5
   * debian/preinst
 - 'set -e' explicitly
Checksums-Sha1: 
 9c4e3b491653efaa9d7fd30a21c705b4ff09cbc7 1522 kiwi_1.9.22-2.dsc
 7c9e285d15ab043d1ae55f05721bca0c2722f2e3 5093 kiwi_1.9.22-2.diff.gz
 fb7708ced2a599b98acc31e28b959a43cd8a9b24 383268 python-kiwi_1.9.22-2_all.deb
Checksums-Sha256: 
 907fa37a4ad297bbc4c482c0d17f9a2ec09c488ab0a01d954c9b8355de7d76a5 1522 
kiwi_1.9.22-2.dsc
 40743e9f4929f2af5a7c8d04d5c9bcaa774109cf375890ee03a2afdb9c2b6430 5093 
kiwi_1.9.22-2.diff.gz
 d3aaeafaf640f53ff8df3e8d2bed6b5a35bbffaae3562f405e0b01653d7f53b7 383268 
python-kiwi_1.9.22-2_all.deb
Files: 
 771045c10b8fcd1586c09febb19e6d4f 1522 python optional kiwi_1.9.22-2.dsc
 37d1acd5c90f65634112bdb4bf7d538f 5093 python optional kiwi_1.9.22-2.diff.gz
 df5e47250b9c73c7b50c16a3b6b77aa3 383268 python optional 
python-kiwi_1.9.22-2_all.deb

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

iEYEARECAAYFAkuRTg4ACgkQAukwV0RN2VCU3gCfc1hqcD2Y287h+nf/qYj8usx1
DwEAoJG2PPN12NN273QWgRXuB1vas4Ye
=m9Xs
-END PGP SIGNATURE-


Accepted:
kiwi_1.9.22-2.diff.gz
  to main/k/kiwi/kiwi_1.9.22-2.diff.gz
kiwi_1.9.22-2.dsc
  to main/k/kiwi/kiwi_1.9.22-2.dsc
python-kiwi_1.9.22-2_all.deb
  to main/k/kiwi/python-kiwi_1.9.22-2_all.deb


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



Accepted glabels 2.2.7-1 (source all i386)

2010-03-05 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 05 Mar 2010 19:13:12 +0100
Source: glabels
Binary: glabels glabels-data glabels-dev
Architecture: source all i386
Version: 2.2.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 glabels- label, business card and media cover creation program for GNOME
 glabels-data - data files for gLabels
 glabels-dev - development documentation and library files for gLabels
Changes: 
 glabels (2.2.7-1) unstable; urgency=low
 .
   * 2.2.7-1 New upstream release.
 - debian/control.in:
   + Bump libxml2-dev build dependency.
   * debian/patches/10_manpage.patch:
 - Forwarded, add headers.
   * debian/glabels.dirs:
 - Removed, unneeded.
   * debian/control.in:
 - Stop mentioning the upstream author in the long description.
   He's already listed in the proper place -- debian/copyright.
Checksums-Sha1: 
 598ee829e90e4a31a4a800b6e7e5723aeb237482 1697 glabels_2.2.7-1.dsc
 cba6a01e14bd503e6d82077a8b68dc3b40e77883 3808294 glabels_2.2.7.orig.tar.gz
 b4c19e15fbb7541d43a0565b8eec0073fde3c584 10396 glabels_2.2.7-1.diff.gz
 78673ee8a7c2db9fce3dca39601c7232bd7fd1a3 2474244 glabels-data_2.2.7-1_all.deb
 569cbac93d78b755914fabc3af7663ff36425a12 340854 glabels_2.2.7-1_i386.deb
 bf9424463872626a0cb52f139b7fc4535848e900 55160 glabels-dev_2.2.7-1_i386.deb
Checksums-Sha256: 
 ebc32ce4a86b2c439678cd52c4e63f668ac5223e6431371ccc34d81ed5b92c63 1697 
glabels_2.2.7-1.dsc
 7ea7ea9f265aca8689a6bf1951650b25c0ac20148dfc535dc7ac37c01eb81b53 3808294 
glabels_2.2.7.orig.tar.gz
 6e0b3011277cd02376419cc1045b513a24a99feffcab015acd14ee24c06a74c9 10396 
glabels_2.2.7-1.diff.gz
 26dc8512a4ff1454bf1d5879b8add47e3762c197c7049b01897d17026c9e929b 2474244 
glabels-data_2.2.7-1_all.deb
 96eee5c773714331b749479c0040e76e1b1bcfaed43353141cf7ed39e393499f 340854 
glabels_2.2.7-1_i386.deb
 7b2cf61aa70bc3d2460e1137f90d861181b21ca2d3eaaef7fd5c8d4583748479 55160 
glabels-dev_2.2.7-1_i386.deb
Files: 
 3ffc82b347bf9b1e7f4c0779596f3a87 1697 gnome optional glabels_2.2.7-1.dsc
 0830d3734b74e79946af59747ac097a5 3808294 gnome optional 
glabels_2.2.7.orig.tar.gz
 4aceb9603d66bf274abbf76c682fe74b 10396 gnome optional glabels_2.2.7-1.diff.gz
 f0f0c690b60225eea2e15fe04bd18b8d 2474244 gnome optional 
glabels-data_2.2.7-1_all.deb
 6ecbe0b02e763afebad20a28029dc7ee 340854 gnome optional glabels_2.2.7-1_i386.deb
 4a9fb96066cc1045a9e30593b3cc65a3 55160 devel optional 
glabels-dev_2.2.7-1_i386.deb

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

iEYEARECAAYFAkuRUD4ACgkQhTV17EoIsv6FqwCfRVouJrdZCa/Qk06QJKJH0fmT
Z2oAn2s+gbMCjJR6eU1SYPJmBepX7DVe
=LB3P
-END PGP SIGNATURE-


Accepted:
glabels-data_2.2.7-1_all.deb
  to main/g/glabels/glabels-data_2.2.7-1_all.deb
glabels-dev_2.2.7-1_i386.deb
  to main/g/glabels/glabels-dev_2.2.7-1_i386.deb
glabels_2.2.7-1.diff.gz
  to main/g/glabels/glabels_2.2.7-1.diff.gz
glabels_2.2.7-1.dsc
  to main/g/glabels/glabels_2.2.7-1.dsc
glabels_2.2.7-1_i386.deb
  to main/g/glabels/glabels_2.2.7-1_i386.deb
glabels_2.2.7.orig.tar.gz
  to main/g/glabels/glabels_2.2.7.orig.tar.gz


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



Accepted polyorb 2.6.0~20090423-6 (source all amd64)

2010-03-05 Thread Reto Buerki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Mar 2010 20:51:55 +0100
Source: polyorb
Binary: polyorb-servers libpolyorb1-dev libpolyorb2 polyorb-doc libpolyorb-dbg
Architecture: source all amd64
Version: 2.6.0~20090423-6
Distribution: unstable
Urgency: low
Maintainer: Reto Buerki r...@codelabs.ch
Changed-By: Reto Buerki r...@codelabs.ch
Description: 
 libpolyorb-dbg - Multiple-personality middleware for Ada (debug)
 libpolyorb1-dev - Multiple-personality middleware for Ada (development)
 libpolyorb2 - Multiple-personality middleware for Ada
 polyorb-doc - Multiple-personality middleware for Ada (documentation)
 polyorb-servers - Multiple-personality middleware for Ada (servers)
Closes: 568814 571436
Changes: 
 polyorb (2.6.0~20090423-6) unstable; urgency=low
 .
   [Reto Buerki]
   * Disable CORBA/MIOP test (Closes: #568814, #571436).
 .
   [Ludovic Brenta]
   * debian/control (DM-Upload-Allowed): yes.
Checksums-Sha1: 
 e7561fc5151e8d500207fb0c6ba469859d3dbf56 1516 polyorb_2.6.0~20090423-6.dsc
 bceb1e80d699f2aefd330032b24a5e6e757513a9 29654 polyorb_2.6.0~20090423-6.diff.gz
 05808ce176826078a4068d7099d271ac6c90fe48 1241542 
polyorb-doc_2.6.0~20090423-6_all.deb
 c2bc6e8034142f18bcab0410b7b7d36758dfb3ac 412422 
polyorb-servers_2.6.0~20090423-6_amd64.deb
 6ac6e53e34c1b71add95fc74756546e068cec437 13796506 
libpolyorb1-dev_2.6.0~20090423-6_amd64.deb
 6d363a72ecbff699f9818baeafb8179692014fdb 6778462 
libpolyorb2_2.6.0~20090423-6_amd64.deb
 923144a481be8fd1e36b5798052e949dcafaea32 13628354 
libpolyorb-dbg_2.6.0~20090423-6_amd64.deb
Checksums-Sha256: 
 8f545dc80e2a5eda08d37aca85df75bd9ac850ec38b916bf7ed2863d3ab13d0b 1516 
polyorb_2.6.0~20090423-6.dsc
 7af7756bfd95358e5f4f60b7dab6671712edf0e94d836b46dc2e1f90b5736d5e 29654 
polyorb_2.6.0~20090423-6.diff.gz
 7782c4b26415f02837eb1ae29e401825a380cb324b6886fe7764968ea67376c9 1241542 
polyorb-doc_2.6.0~20090423-6_all.deb
 a9c66a95efe489b0f50577cc2fd2d2d590a70945fa03678cb66b869b8b7953a5 412422 
polyorb-servers_2.6.0~20090423-6_amd64.deb
 d503b02e1d085dc8ac3d4b6740694615211c65163fe82e2ad7887ec10b58e7a2 13796506 
libpolyorb1-dev_2.6.0~20090423-6_amd64.deb
 c65f5a70c1d7c9f0a1754f8d5e349ec8ee3e227050e258a37809dbd9f9c16327 6778462 
libpolyorb2_2.6.0~20090423-6_amd64.deb
 269f7cdde242f7dbdb24708572c1f62ad12f15abafe29bdb6c8f71950d0bd9ea 13628354 
libpolyorb-dbg_2.6.0~20090423-6_amd64.deb
Files: 
 d65bf6b568dd330284b4d11eef1c0306 1516 net optional polyorb_2.6.0~20090423-6.dsc
 b040905e033891f306c6dc608edb0cbf 29654 net optional 
polyorb_2.6.0~20090423-6.diff.gz
 279d27585f7a038e1287573b4f1f670c 1241542 doc optional 
polyorb-doc_2.6.0~20090423-6_all.deb
 c073aa1b0121fd0592619b1a0cb39070 412422 net optional 
polyorb-servers_2.6.0~20090423-6_amd64.deb
 0af8a7dd91f9dcb55b55202291385af1 13796506 libdevel optional 
libpolyorb1-dev_2.6.0~20090423-6_amd64.deb
 d40c8a8ddfc6d44f79d1391b353d8eb8 6778462 libs optional 
libpolyorb2_2.6.0~20090423-6_amd64.deb
 b8ebfebcd2736c58c993b45f7ec4a1f5 13628354 debug extra 
libpolyorb-dbg_2.6.0~20090423-6_amd64.deb

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

iD8DBQFLkU3lx9kwJZ3/qtQRAoo9AKCsdv+LC0Pe/XQW1aeLNljlxwZwMgCgpXYL
jT5dEsC0ap2cvst8yf516tE=
=MDsV
-END PGP SIGNATURE-


Accepted:
libpolyorb-dbg_2.6.0~20090423-6_amd64.deb
  to main/p/polyorb/libpolyorb-dbg_2.6.0~20090423-6_amd64.deb
libpolyorb1-dev_2.6.0~20090423-6_amd64.deb
  to main/p/polyorb/libpolyorb1-dev_2.6.0~20090423-6_amd64.deb
libpolyorb2_2.6.0~20090423-6_amd64.deb
  to main/p/polyorb/libpolyorb2_2.6.0~20090423-6_amd64.deb
polyorb-doc_2.6.0~20090423-6_all.deb
  to main/p/polyorb/polyorb-doc_2.6.0~20090423-6_all.deb
polyorb-servers_2.6.0~20090423-6_amd64.deb
  to main/p/polyorb/polyorb-servers_2.6.0~20090423-6_amd64.deb
polyorb_2.6.0~20090423-6.diff.gz
  to main/p/polyorb/polyorb_2.6.0~20090423-6.diff.gz
polyorb_2.6.0~20090423-6.dsc
  to main/p/polyorb/polyorb_2.6.0~20090423-6.dsc


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



  1   2   >