Re: upstart: please update to latest upstream version

2012-02-29 Thread Goswin von Brederlow
Ben Hutchings b...@decadent.org.uk writes:

 On Tue, Feb 28, 2012 at 09:58:01PM +0100, Goswin von Brederlow wrote:
 Ben Hutchings b...@decadent.org.uk writes:
 
  On Tue, Feb 28, 2012 at 04:51:18PM +, Roger Leigh wrote:
  On Sat, Feb 25, 2012 at 12:17:43AM +0200, Uoti Urpala wrote:
   Roger Leigh wrote:
On Fri, Feb 24, 2012 at 04:20:47PM +0200, Uoti Urpala wrote:
  [note: it's somewhat desirable for them to be optional on Linux
  too, to prevent feature lock-in and future compatibility 
  problems].
 
 Unix kernel development outside Linux is pretty limited, especially
 development for features other than server use. I think avoid 
 requiring
 Linux-specific features would turn into avoid technology developed
 after the 90s.

This is missing the point.  I'm not saying don't use Linux-specific
features, I'm saying that use of Linux-specific features should be
/optional/, even on Linux.  Only use them if present.
  
Let's take cgroups as an example.  They are an optional feature
even on Linux.
   
   As are several fundamental POSIX features.
  
  POSIX features, optional or not, are standard and will not change
  incompatibly.  If not present, one would expect an ENOSYS error return
  and the code should cope with that eventuality.
  
  cgroups is both non-standard, changing rapidly, and does not have a
  guaranteed future.  It's somewhat controversial even amongst kernel
  hackers.  Relying on it is, to put it mildly, short-sighted.
  [...]
 
  This is FUD.  The Linux kernel developers are very concerned with
  maintaining compatibility with existing userland programs, and the
  widespread use of systemd by other distributions means that the APIs
  it uses must be maintained.
 
  Ben.
 
 Yeah right. As witnessed by the number of times udev broke because the
 kernel changed or udev forced a lock-step of both udev and kernel. Or
 any number of other APIs.
  
 There has never been a requirement for lockstep upgrades, but yes

From udev.preinst:

supported_kernel() {
  local version
  if [ $1 ]; then
version=$1
  else
version=$(uname -r)
  fi

  case $version in
2.[012345].*|2.6.[0-9]|2.6.[0-9][!0-9]*) return 1 ;;
2.6.[12][0-9]|2.6.[12][0-9][!0-9]*) return 1 ;;
2.6.3[0-1]|2.6.3[0-1][!0-9]*) return 1 ;;
  esac
  return 0
}

Meaning you need at least 2.6.32 for udev to work. There is no
compatibility with older kernels in udev. So when updating udev you also
have to update and reboot the kernel to at least 2.6.32. And that isn't
the first such version requirement in udev.

 there have been incompatible changes in the layout of sysfs, and yes
 that is annoying.  As I understand it, the pain those changes caused
 has led to rather more careful manageemnt of sysfs today.

Lets hope it is improving. But that only shows that depending on
controversial linux features should still be a concern.

 Linux kernel developers, at least some, don't seem to give a f**k. If
 they break something they use they fix the userspace too.

 No, there are lots of kluges in the kernel to support old userspace.
 For example, the order in which fork() parent and child run is chosen
 to avoid breaking old versions of bash.

Which falls under IF they use it too.

 IF they use it
 too. Distributions are left with having to support this by keeping APIs
 and user space in sync and doing lock-step upgrades. Something that is a
 huge pain with the kernel. Udev is the worst case example there since it
 doesn't support multiple API versions at all and is quite prominent.
  
 Linux has config-time options to expose deprecated sysfs attributes
 and udev has had transitional versions that work with or without them.

Thats new. I had all my systems break because udev didn't support the
deprecated sysfs attributes and had to recompile the kernel to not have
them. But that isn't really the kernels fault. It's udevs fault for not
supporting both ways from the start.

 If a lockstep upgrade was required then it wouldn't have been possible
 to do online sarge-etch and lenny-squeeze upgrades at all.

I remember that for at least one upgrade you first had to upgarde to the
latest point release before doing a dist-upgrade or the version
requirements would have made upgrading impossible.


Don't get me wrong, I'm not saying having a lock-step upgrade between
packages is always avoidable. Far from it and it usualy is not a
problem. But if it involves the kernel and the boot process things
become rather more complicated and not all linux APIs aren't a stellar
example for smooth API changes. Quality in that regard varries widely
between subprojects.

Overall I'm verry much in the group that wants systemd in Debian. But as
an option, not a requirement. If haven forbid someone breaks cgroups it
is good that we can switch back to sysvinit, insserv or even upstart.
I'm also verry much for having a single source from which all configs
for init systems are generated if that is 

Re: upstart: please update to latest upstream version

2012-02-29 Thread Goswin von Brederlow
Darren Salt li...@youmustbejoking.demon.co.uk writes:

 I demand that Steve Langasek may or may not have written...

 [snip]
 One of the worst contributors to the use of 'script' in upstart jobs
 instead of 'exec' is the need for backwards-compatibility with pre-upstart
 /etc/default/* files.  The options here are all fairly poor:
 
  - ignore the admin's /etc/default settings when switching init systems
  - migrate any local changes to /etc/default into the upstart job at
upgrade time, by editing a conffile in a maintainer script
  - keep sourcing /etc/default at runtime

 I guess systemd has largely chosen option 1 (in part because there's a
 weird view in the systemd community that these jobs belong upstream, so
 Debian integration issues are entirely ignored).  For many upstart jobs in
 Ubuntu, we've chosen option 3.  Which do you think is the right solution?
 Are there other options I haven't seen?

 Of those listed above, I'd agree with option 3 or some optimisation of it –
 option 2, modified to do the migration at runtime if /etc /default/foo has
 been modified since last seen, would cover that, I think.

Do upstart jobs have an include directive?

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/87haya10kf.fsf@frosties.localnet



A few questions from a new DD

2012-02-29 Thread olivier sallou
Hi,
I got my DD status a few days ago. I have 2 questions:

1) How can I send email using my @debian.org as origin ?
2) I cannot login to debian servers (tried people.debian.org), I have a
permission denied. My SSH key is not yet set, so I cannot login using it. I
expected to be prompted for password, but it doesn't. Are debian servers
SSH key based only?
Here are ssh logs:
.
debug1: Host 'people.debian.org' is known and matches the RSA host key.
debug1: Found key in /Users/osallou/.ssh/known_hosts:55
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /Users/osallou/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /Users/osallou/.ssh/identity
debug1: Trying private key: /Users/osallou/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).


Thanks

Olivier

-- 

gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


Re: A few questions from a new DD

2012-02-29 Thread Timo Juhani Lindfors
olivier sallou olivier.sal...@gmail.com writes:
 1) How can I send email using my @debian.org as origin ?

That depends on the software you use. In gnus I have

(setq user-mail-address timo.lindf...@iki.fi)

In evolution you'd select

Edit-Preferences-Mail Accounts-New

and just fill the Email address field.

 2) I cannot login to debian servers (tried people.debian.org), I have a
 permission denied. My SSH key is not yet set, so I cannot login using it. I
 expected to be prompted for password, but it doesn't. Are debian servers
 SSH key based only?

Afaik only SSH keys are allowed.


-- 
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/84booif0er@sauna.l.org



Re: A few questions from a new DD

2012-02-29 Thread Jonathan Wiltshire

On 2012-02-29 09:26, olivier sallou wrote:

Hi,
I got my DD status a few days ago. I have 2 questions:

1) How can I send email using my @debian.org [1] as origin ?


Just set your From header accordingly.


2) I cannot login to debian servers (tried people.debian.org [2]), I
have a permission denied. My SSH key is not yet set, so I cannot 
login

using it. I expected to be prompted for password, but it doesn't. Are
debian servers SSH key based only?


Yes, they are. You'll have to wait for your key to be pushed to the 
machines you're interested in.

(You can log in to db.debian.org in the meantime)

--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


--
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/79a3a6a93f413002424a503df3e6d...@hogwarts.powdarrmonkey.net



Re: A few questions from a new DD

2012-02-29 Thread olivier sallou
2012/2/29 Jonathan Wiltshire j...@debian.org

 On 2012-02-29 09:26, olivier sallou wrote:

 Hi,
 I got my DD status a few days ago. I have 2 questions:

 1) How can I send email using my @debian.org [1] as origin ?


 Just set your From header accordingly.

  2) I cannot login to debian servers (tried people.debian.org [2]), I

 have a permission denied. My SSH key is not yet set, so I cannot login
 using it. I expected to be prompted for password, but it doesn't. Are
 debian servers SSH key based only?


 Yes, they are. You'll have to wait for your key to be pushed to the
 machines you're interested in.
 (You can log in to db.debian.org in the meantime)


I already logged to web interface to update my profile.
I do not see however any SSH key attribute in the web interface, did I miss
something?. I know that it can be done via the GPG gateway, sending an
email.


 --
 Jonathan Wiltshire  j...@debian.org
 Debian Developer http://people.debian.org/~jmw

 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



 --
 To UNSUBSCRIBE, email to 
 debian-devel-REQUEST@lists.**debian.orgdebian-devel-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: http://lists.debian.org/**79a3a6a93f413002424a503df3e6d5**
 1...@hogwarts.powdarrmonkey.nethttp://lists.debian.org/79a3a6a93f413002424a503df3e6d...@hogwarts.powdarrmonkey.net




-- 

gpg key id: 4096R/326D8438  (keyring.debian.org)

Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


Re: A few questions from a new DD

2012-02-29 Thread Alexander Reichle-Schmehl
Hi!

Am 29.02.2012 10:47, schrieb olivier sallou:
 Yes, they are. You'll have to wait for your key to be pushed to the
 machines you're interested in.
 (You can log in to db.debian.org http://db.debian.org in the meantime)
 I already logged to web interface to update my profile.
 I do not see however any SSH key attribute in the web interface, did I
 miss something?. I know that it can be done via the GPG gateway, sending
 an email. 

IIRC you'l have to use the mail gateway to set your ssh key.  See
http://db.debian.org/doc-mail.html for details.


Best regards,
  Alexander


-- 
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/4f4df64c.2050...@schmehl.info



Re: A few questions from a new DD

2012-02-29 Thread Andreas Tille
Hi,

On Wed, Feb 29, 2012 at 10:56:28AM +0100, Alexander Reichle-Schmehl wrote:
  I already logged to web interface to update my profile.
  I do not see however any SSH key attribute in the web interface, did I
  miss something?. I know that it can be done via the GPG gateway, sending
  an email. 
 
 IIRC you'l have to use the mail gateway to set your ssh key.  See
 http://db.debian.org/doc-mail.html for details.

Which boils down to

  cat ~/.ssh/your_key.pub | gpg --clearsign  send_this_to_changes
  echo cat send_this_to_changes | mailx -s Please change SSH key 
chan...@db.debian.org

Hope this helps

  Andreas.

-- 
http://fam-tille.de


-- 
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/20120229124115.ge11...@an3as.eu



Rebuild of the Debian archive with clang

2012-02-29 Thread Sylvestre Ledru
Hello,

There are some results of the rebuild of the Debian archive with clang:
http://clang.debian.net/
http://sylvestre.ledru.info/blog/sylvestre/2012/02/29/rebuild_of_the_debian_archive_with_clang

Cheers,
Sylvestre



-- 
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/1330519665.24310.125.ca...@pomegues.inria.fr



Re: A few questions from a new DD

2012-02-29 Thread olivier sallou
2012/2/29 Andreas Tille andr...@an3as.eu

 Hi,

 On Wed, Feb 29, 2012 at 10:56:28AM +0100, Alexander Reichle-Schmehl wrote:
   I already logged to web interface to update my profile.
   I do not see however any SSH key attribute in the web interface, did I
   miss something?. I know that it can be done via the GPG gateway,
 sending
   an email.
 
  IIRC you'l have to use the mail gateway to set your ssh key.  See
  http://db.debian.org/doc-mail.html for details.

 Which boils down to

  cat ~/.ssh/your_key.pub | gpg --clearsign  send_this_to_changes
  echo cat send_this_to_changes | mailx -s Please change SSH key
 chan...@db.debian.org


I could fix the problem using the mail gateway, I was just surprised that
it does not appear in web interface, and I could not see in Debian wiki
that SSH key is mandatory for login. Anyway everything is fine now.

Thanks


 Hope this helps

  Andreas.

 --
 http://fam-tille.de


 --
 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/20120229124115.ge11...@an3as.eu




-- 

gpg key id: 4096R/326D8438  (keyring.debian.org)

Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438


Re: A few questions from a new DD

2012-02-29 Thread Stefano Zacchiroli
On Wed, Feb 29, 2012 at 02:01:00PM +0100, olivier sallou wrote:
 I could fix the problem using the mail gateway, I was just surprised that
 it does not appear in web interface, and I could not see in Debian wiki
 that SSH key is mandatory for login.

Whether it is the case or not (I don't remember either), please note
that you're now in a perfect position to fix this!

Old timers have forget about documentation issues they encountered
when they started, and are therefore unlikely to realize there is
something in need of being fixed. It'd be great if you could capitalize
your recent experience to make the path easier for others in the future.

And, of course, welcome!
Cheers.
-- 
Stefano Zacchiroli zack@{upsilon.cc,pps.jussieu.fr,debian.org} . o .
Maître de conférences   ..   http://upsilon.cc/zack   ..   . . o
Debian Project Leader...   @zack on identi.ca   ...o o o
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Network Security Toolkit

2012-02-29 Thread Dmitrii Kashin
Hello everyone.

Today I've read my RSS feeds and got know about new release of NST
LiveCD.

There's things I've never seen. I've been reading more about this
project and I've liked abilities providing by this project.

The thing I want very much is to imagine ping/traceroute/geolocate
information with, for example, Google Earth (This moment it has been
installed using non-free stable repo). For this purpose I need some
utilities from this project.

It's very interesting for me. I really want have the same
functional in Debian, not only in other distribution.

But I have one big question. This project was begun 9 years ago, it has
a free license GPLv2. But why there's no packages, providing theese
utilities? Is there no community interest to them, or maybe there's some
license problems? Or maybe I had a mistake searching theese tools?

-- 
**
*  jabber:  free...@jabber.mipt.ru   *
*   Registered linux user #546240*
**


-- 
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/87wr75d7wh@ws00.freehck.ru



Re: Network Security Toolkit

2012-02-29 Thread Neil Williams
On Wed, 29 Feb 2012 18:35:42 +0400
Dmitrii Kashin free...@gmail.com wrote:

 Today I've read my RSS feeds and got know about new release of NST
 LiveCD.

As a LiveCD, it isn't suitable as a package in Debian itself, you would
have to convince upstream to support Debian, not the other way around.
Probably the best way to do that is to join upstream. There may well be
tools which are not in Debian, those would need packaging. There may
well be patches or changes to Fedora packages which would need to be
handled upstream.

There are tools in Debian to make LiveCD images, the question is what
goes into this particular image and are those tools compatible with a
Debian base. That is a question for upstream. (I suspect the answer is
probably yes but nobody has offered to do the work).

If you're keen on the project, you'll probably have to do all that work
yourself.
 
 It's very interesting for me. I really want have the same
 functional in Debian, not only in other distribution.
 
 But I have one big question. This project was begun 9 years ago, it has
 a free license GPLv2. But why there's no packages, providing theese
 utilities? Is there no community interest to them, or maybe there's some
 license problems? Or maybe I had a mistake searching theese tools?

It isn't a single package, it's an ISO containing many packages and an
unknown amount of configuration / changes / patches to the Fedora base.

There again, as a LiveCD, does the nature of the base system really
matter? Unless there is an option to install it on another machine
(don't know, haven't looked), then you only care about the base system
if you need to modify it. If you just want it as a user, then even if
it might be nice to have an image based on Debian, it won't affect
how the code on the LiveCD actually works.

Find out what packages go into the LiveCD from Fedora and find
equivalents in Debian, then you at least have some idea of how much
work is involved. Anything not already in Debian would need to be
packaged for Debian and then the entire build mechanism used by
upstream would need to be adapted to use the Debian LiveCD tools.

If you don't do want to do the work, it's likely that nobody else will
either - you are the one with the interest in the project. It's not
something I'd want to consider.

-- 


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



pgpkzrymFK38j.pgp
Description: PGP signature


Bug#658139: evince: missing mime entry

2012-02-29 Thread Giovanni Biscuolo
hi all,

i'm having the same problem described on 31 Jan 2012 by Andreas Tille:
see, mutt and all other programs depending on mailcap are not able to
open PDF files with **evince**

please see Debian policy 9.7 about multimedia handlers:
http://www.debian.org/doc/debian-policy/ch-opersys.html#s-mime

please also consider that /etc/mailcap is a standard since a long ago
and that all users of console based applications in Debian are
expecting that /etc/mailcap is updated automatically by installed
applications

this problem is strictly related to evince, **not** general, so please
reassign this bug to evince package

a simple workaround is to install one of the other available PDF viewers
fully compliant with the update-mime policy, I'm using epdfview

about alternative solutions proposed, on 2012.01.31  Michael Biebl
bi...@debian.org said:
...
This topic has been discussed several times already. Instead of
maintaining these files by hand (remember, we do have quite a few in the
GNOME repo), those mailcap entries should be generated automatically
from the *.desktop files that are provided upstream and already contain
all the necessary information.
We don't want to maintain a second mime database by hand in parallel.


so the proposed solution is that *users* will maintain mime-support
database by hand?

if this topic has been discussed several times why the Debian policy 9.7
still mandates support for update-mime?

the idea not to maintain 2 files containing the same information is
interesting and should be done with proper tools on maintainers side,
not on users side... or by standard tools such those found in
mime-support

if there is enough consensus to drop (or extend) Debian policy 9.7 in
favour of a new one using *.desktop files to register mime-types
(dropping /usr/lib/mime/packages/ files and mime-suport) I'm willing to
help to develop a new tool

all this work should lead to a new written policy *and* related tools
similar to mime-support

meanwhile could you please roll back to /usr/lib/mime/packages/evince? 

thanks
Ciao
Giovanni

-- 
Giovanni Biscuolo

Xelera - IT infrastructures
http://xelera.eu/contact-us/


signature.asc
Description: Digital signature


Bug#658139: evince: missing mime entry

2012-02-29 Thread Raphael Hertzog
On Wed, 29 Feb 2012, Giovanni Biscuolo wrote:
 so the proposed solution is that *users* will maintain mime-support
 database by hand?

No.

 the idea not to maintain 2 files containing the same information is
 interesting and should be done with proper tools on maintainers side,
 not on users side... or by standard tools such those found in
 mime-support

Yes.

 if there is enough consensus to drop (or extend) Debian policy 9.7 in
 favour of a new one using *.desktop files to register mime-types
 (dropping /usr/lib/mime/packages/ files and mime-suport) I'm willing to
 help to develop a new tool

Please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497779 for 
more information on how to properly fix this at the mime-support level
by auto-generating mailcap information out of the .desktop files.

Russ Alberry gave some tentative spec for such a tool:
http://lists.debian.org/87k446oqzh@windlord.stanford.edu

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/liberation/



--
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/20120229155932.gb24...@rivendell.home.ouaza.com



Re: Rebuild of the Debian archive with clang

2012-02-29 Thread Andrey Rahmatullin
On Wed, Feb 29, 2012 at 01:47:45PM +0100, Sylvestre Ledru wrote:
 There are some results of the rebuild of the Debian archive with clang:
 http://clang.debian.net/
 http://sylvestre.ledru.info/blog/sylvestre/2012/02/29/rebuild_of_the_debian_archive_with_clang
That's very interesting, thanks!
I couldn't find a full list of affected packages, clang 3.0 (January
2012) leads back to http://clang.debian.net/

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: Rebuild of the Debian archive with clang

2012-02-29 Thread Sylvestre Ledru
Le mercredi 29 février 2012 à 22:07 +0600, Andrey Rahmatullin a écrit :
 On Wed, Feb 29, 2012 at 01:47:45PM +0100, Sylvestre Ledru wrote:
  There are some results of the rebuild of the Debian archive with clang:
  http://clang.debian.net/
  http://sylvestre.ledru.info/blog/sylvestre/2012/02/29/rebuild_of_the_debian_archive_with_clang
 That's very interesting, thanks!
Thanks!

 I couldn't find a full list of affected packages, clang 3.0 (January
 2012) leads back to http://clang.debian.net/
Fixed:
3.0:
http://clang.debian.net/status.php
2.9:
http://clang.debian.net/status.php?version=2.9


If you are looking for the raw list, I published the files:
2.9:
http://clang.debian.net/scanlog-2.9-2011-09-11
3.0:
http://clang.debian.net/scanlog-3.0-2012-01-12

To answer to a question that I received in private, I updated Lucas
Nussbaum's scripts [1] to manage clang outputs. I will merge that in the
svn once I will be sure I won't mess up between gcc  clang outputs.
The list on clang.d.n are generated from a database + some post
processing with PHP.

Cheers,
Sylvestre
[1] http://wiki.debian.org/qa.debian.org/ArchiveTesting



--
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/1330532398.24310.150.ca...@pomegues.inria.fr



Bug#658139: evince: missing mime entry

2012-02-29 Thread Andreas Tille
On Wed, Feb 29, 2012 at 04:59:32PM +0100, Raphael Hertzog wrote:
 Russ Alberry gave some tentative spec for such a tool:
 http://lists.debian.org/87k446oqzh@windlord.stanford.edu

Quoting this mail:

   I think one has to make the
   assumption that one can add %s after Exec in order to load a file, since
   the desktop entry doesn't have an equivalent of the command. 

So in such a tool some kind of wild guessing is involved even if I do
not know any tool which contradicts this guess.  It was discussed in
this thread that mime contains more features than you can drain from
desktop files and that it is definitely not straightforeward to turn the
proposed one liner that does 50% of the job into a simple tool which
does 100%.

I'd consider the chance to write something which might probably work in
most cases as a weak excuse to drop a solution that worked for years
and would continue working quite reasonable.  I agree that duplication
of code/data is something that should be prevented, but it is actually
not a large amount of data which is duplicated nor does it have a great
history of frequent changes.

Kind regards

  Andreas.

-- 
http://fam-tille.de



-- 
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/20120229162459.gn11...@an3as.eu



Re: A few questions from a new DD

2012-02-29 Thread Peter Palfrader
On Wed, 29 Feb 2012, Stefano Zacchiroli wrote:

 On Wed, Feb 29, 2012 at 02:01:00PM +0100, olivier sallou wrote:
  I could fix the problem using the mail gateway, I was just surprised that
  it does not appear in web interface, and I could not see in Debian wiki
  that SSH key is mandatory for login.
 
 Whether it is the case or not (I don't remember either), please note
 that you're now in a perfect position to fix this!

DSA accept patches against welcome-message-800 (for DDs) or
welcome-message-6 (for guest accounts).

The files can be found attached or in the userdir-ldap git, mirrored
at URL:http://anonscm.debian.org/gitweb/?p=mirror/userdir-ldap.git.

Cheers,
-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/
To: __ENCODED_REALNAME__ __EMAIL__
From: __WHOAMI__
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Subject: New Debian developer __ENCODED_REALNAME__
Cc: n...@debian.org, debian-ad...@debian.org
Reply-To: n...@debian.org
Date: __DATE__
User-Agent: nm-create script run by __WHOAMI__

[ This is a long mail with important information, so please read it all
  carefully. ]

Dear __REALNAME__!

Your account '__LOGIN__' has just been created in the central LDAP
database of the Debian project.  Please note that it needs a bit of time
until this information is synced with all developer-accessible machines.
You should be able to login into debian.org machines after about 30-60
minutes.  If you applied for Debian Developer with uploading rights,
you should be able to upload packages already.

Email sent to __logi...@debian.org will be forwarded to __EMAIL__,
to change this visit URL:http://db.debian.org/forward.html.
The Debian mail setup allows various per-user settings, like enabling
greylisting, sender-verify-callouts and per-user dns blocklists.
Please refer to URL:http://db.debian.org/doc-mail.html on how to change
these settings.  Some may also be exposed via the web interface behind
URL:https://db.debian.org/login.html.

Your password to access db.debian.org can be found encrypted with your
PGP key and appended to this message.  It cannot be used to log into
our machines; see the paragraph on SSH keys below.

You now have access to various project machines, for a list of them take
a look at URL:http://db.debian.org/machines.cgi.
Please remember that you accepted the Debian Machine Usage Policy in
your NM process (available at URL:http://www.debian.org/devel/dmup).

If you need additional software installed on one of the machines (in the
host system) please contact debian-ad...@lists.debian.org, but keep in
mind that not all software is available on all architectures.

On porter machines, the chroot environments can be entered with the
'dchroot' or the 'schroot' command, depending on setup; take a look at
the list of machines to know which are our porterboxes.  For
installation requests in porter chroots please follow the procedure
outlined at URL:http://dsa.debian.org/doc/install-req/.

You need to use ssh to log into the machines; telnet and rlogin are
disabled for security reasons.  On debian.org servers the only ssh
authentication method available is publickey.  The LDAP directory is
able to share RSA ssh keys among machines, please see
URL:http://db.debian.org/doc-mail.html.  Please be aware of the
security implications of using RSA authentication and ssh agents.  The
SSH fingerprints for all Debian machines can be looked up at
URL:http://db.debian.org/machines.cgi or a known_hosts file can be
downloaded from URL:https://db.debian.org/debian_known_hosts.

Debian secures some of it's websites using SSL. The SSL certificates
used are signed by the intermediate CA ca.debian.org. ca.debian.org
itself is signed by SPI CA which is part of the Debian package
ca-certificates.

To give you a quick overview here is a list of the most important
machines from the project you can access.  There is the main archive
server, but shell access to it is restricted for security reasons, so you
can only upload with anonymous FTP - please use the service name
ftp.upload.debian.org as the target for your uploads (so that we can
point that some place else when the archive system is down for
maintenance etc.).  A tool like dput or dupload can aid this
process.

The project main shell server is located at ravel.debian.org.  This
machine is also reachable as people.debian.org.  If you want your own
Debian related site to appear behind
URL:http://people.debian.org/~__LOGIN__/ then put it at this
machine in the directory ~/public_html/.

The machine hosting most of our VCS repositories
({svn,bzr,git,arch,hg}.debian.org) is alioth.debian.org. It's handled
by a separate team (ad...@alioth.debian.org) as it allows login by
non-Debian developers. You probably already have a *-guest account
there.  

Re: Bug#658139: evince: missing mime entry

2012-02-29 Thread Philipp Kern
On 2012-02-29, Andreas Tille ti...@debian.org wrote:
 On Wed, Feb 29, 2012 at 04:59:32PM +0100, Raphael Hertzog wrote:
 Russ Alberry gave some tentative spec for such a tool:
 http://lists.debian.org/87k446oqzh@windlord.stanford.edu
 Quoting this mail:

I think one has to make the
assumption that one can add %s after Exec in order to load a file, since
the desktop entry doesn't have an equivalent of the command. 

 So in such a tool some kind of wild guessing is involved even if I do
 not know any tool which contradicts this guess.

Then please stop handwaving and show the problems with that approach.  AFAIK
desktop applications generally do it that way.  Heck, even (g)vim does it that
way.  (Now if people come and say it's not an editor but the beast:
emacs(client) does it likewise, thanks.)

 It was discussed in this thread that mime contains more features than you can
 drain from desktop files and that it is definitely not straightforeward to
 turn the proposed one liner that does 50% of the job into a simple tool
 which does 100%.

Yep.  As long as the 100% - x of the packages are still able to override the
autogenerated output of the .desktop file converter with proper MIME info,
that's fine, no?

That said, as an avid mutt users I think this should be solved.  :-P

Kind regards
Philipp Kern


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnjksl24.mag.tr...@kelgar.0x539.de



Bug#658139: evince: missing mime entry

2012-02-29 Thread Josselin Mouette
Le mercredi 29 février 2012 à 17:24 +0100, Andreas Tille a écrit : 
 I'd consider the chance to write something which might probably work in
 most cases as a weak excuse to drop a solution that worked for years
 and would continue working quite reasonable.  I agree that duplication
 of code/data is something that should be prevented, but it is actually
 not a large amount of data which is duplicated nor does it have a great
 history of frequent changes.

Yes of course! We dropped the mime file because it never changes. It was
too hard to see it being always the same, glaring at you silently in the
corner of the eye.

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




--
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/1330533897.5874.212.camel@pi0307572



Re: Network Security Toolkit

2012-02-29 Thread Philip Hands
On Wed, 29 Feb 2012 15:12:50 +, Neil Williams codeh...@debian.org wrote:
 On Wed, 29 Feb 2012 18:35:42 +0400
 Dmitrii Kashin free...@gmail.com wrote:
 
  Today I've read my RSS feeds and got know about new release of NST
  LiveCD.
 
 As a LiveCD, it isn't suitable as a package in Debian itself, you would
 have to convince upstream to support Debian, not the other way around.
...
  For this purpose I need some utilities from this project

Neil,

I think Dmitrii was suggesting that there are some utilities that are
used to do the geolocation stuff that are not currently packaged for
Debian, which was surprising to him, given their apparent utility, so
he's wondering if there's some other issue that has prevented them from
being packaged.

Dmitrii,

A list of the actual utilities that you are interested in would help
people to answer your question.

Cheers, Phil.
-- 
|)|  Philip Hands [+44 (0)20 8530 9560]http://www.hands.com/
|-|  HANDS.COM Ltd.http://www.uk.debian.org/
|(|  10 Onslow Gardens, South Woodford, London  E18 1NE  ENGLAND


pgpAu3WFFqSTp.pgp
Description: PGP signature


Re: upstart: please update to latest upstream version

2012-02-29 Thread Marco d'Itri
On Feb 29, Goswin von Brederlow goswin-...@web.de wrote:

 Lets hope it is improving. But that only shows that depending on
 controversial linux features should still be a concern.
Expect more of the same (IIRC in the next upload), because the udev
upstream maintainer likes to use modern kernel features.
The same applies to systemd.
OTOH, newer kernels are not supposed to break old udev releases again.

 them. But that isn't really the kernels fault. It's udevs fault for not
 supporting both ways from the start.
Talk is cheap. Supporting both sysfs layouts would have had a
significant maintenance overhead.
Red Hat does not support upgrading between two major releases, so they 
have no incentive to support old kernels.

  If a lockstep upgrade was required then it wouldn't have been possible
  to do online sarge-etch and lenny-squeeze upgrades at all.
 I remember that for at least one upgrade you first had to upgarde to the
 latest point release before doing a dist-upgrade or the version
 requirements would have made upgrading impossible.
I think you are wrong here.

 Overall I'm verry much in the group that wants systemd in Debian. But as
 an option, not a requirement. If haven forbid someone breaks cgroups it
The complexity of some options is unmanageable.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Network Security Toolkit

2012-02-29 Thread Dmitrii Kashin
Philip Hands p...@hands.com writes:

 Neil,

 I think Dmitrii was suggesting that there are some utilities that are
 used to do the geolocation stuff that are not currently packaged for
 Debian, which was surprising to him, given their apparent utility, so
 he's wondering if there's some other issue that has prevented them from
 being packaged.

Yes, you're right.

 Dmitrii,

 A list of the actual utilities that you are interested in would help
 people to answer your question.

Okay. Here are listed all packages LiveCD contain:
http://networksecuritytoolkit.org/nst/log/manifest.html
Here are also described all licenses of any utilities.

Utilities I am interested in:
1) nsttraceroute (GPLv2)
2) nstgeolocate (GPLv2)

I have not seen more, but we can make sure that all of 'nst*'-utils
provide some geolocation stuff in many different formats; all of them
distribute under free GPL license, and all of them are very useful for
imagination results.

-- 
**
*  jabber:  free...@jabber.mipt.ru   *
*   Registered linux user #546240*
**


-- 
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/87zkc1bhyp@ws00.freehck.ru



Bug#661727: general: When I manually turn off the wifi from the laptop special button, Debian freeze

2012-02-29 Thread Nadav Vinik
Package: general
Severity: important

When I manually turn off the wifi from the laptop special button, Debian
freeze, even caps lock not working



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash



-- 
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/20120229185753.2266.78244.reportbug@localhost.localdomain



Bug#661727: marked as done (general: When I manually turn off the wifi from the laptop special button, Debian freeze)

2012-02-29 Thread Debian Bug Tracking System
Your message dated Wed, 29 Feb 2012 19:26:27 +
with message-id 20120229192627.gr12...@decadent.org.uk
and subject line Re: Bug#661727: general: When I manually turn off the wifi 
from the laptop special button, Debian freeze
has caused the Debian Bug report #661727,
regarding general: When I manually turn off the wifi from the laptop special 
button, Debian freeze
to be marked as done.

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

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


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

When I manually turn off the wifi from the laptop special button, Debian
freeze, even caps lock not working



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
On Wed, Feb 29, 2012 at 08:57:53PM +0200, Nadav Vinik wrote:
 Package: general
 Severity: important
 
 When I manually turn off the wifi from the laptop special button, Debian
 freeze, even caps lock not working

Please open a new bug by running:

reportbug linux-image-2.6.32-5-amd64

This will automatically include various useful information about your
system.  However, you should also attempt to capture kernel log
messages for this crash/hang using netconsole
http://www.kernel.org/doc/Documentation/networking/netconsole.txt
or serial console
http://www.kernel.org/doc/Documentation/serial-console.txt.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus

---End Message---


Re: upstart: please update to latest upstream version

2012-02-29 Thread Russell Coker
On Thu, 1 Mar 2012, Marco d'Itri m...@linux.it wrote:
  them. But that isn't really the kernels fault. It's udevs fault for not
  supporting both ways from the start.
 
 Talk is cheap. Supporting both sysfs layouts would have had a
 significant maintenance overhead.
 Red Hat does not support upgrading between two major releases, so they 
 have no incentive to support old kernels.

One thing that would be really convenient in such situations is the ability to 
have the old and new versions of the package installed such that the new 
version would run the old version if appropriate.

The problem with a kernel upgrade is that sometimes it doesn't work as desired 
and the ability to roll back to the older version is desirable, it sometimes 
takes a significant amount of time to be sure that the new kernel works well.  
Having a new udev lock in the new kernel version and make a downgrade 
impossible can be painful.  This bit me on one of my servers, I can't remember 
what failure made me temporarily want to go back to the old kernel but I 
remember how it didn't work due to udev.

-- 
My Main Blog http://etbe.coker.com.au/
My Documents Bloghttp://doc.coker.com.au/


-- 
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/201203010637.55082.russ...@coker.com.au



Re: Multiarch file overlap summary and proposal (was: Summary: dpkg shared / reference counted files and version match)

2012-02-29 Thread Guillem Jover
On Wed, 2012-02-15 at 16:41:21 +, Ian Jackson wrote:
 Guillem Jover writes (Re: Multiarch file overlap summary and proposal (was: 
 Summary: dpkg shared / reference counted files and version match)):
   [...]  But trying to workaround this by coming
  up with stacks of hacked up solutions  [...]
 
 I disagree with your tendentious phrasing.  The refcnt feature is not
 a hacked up solution (nor a stack of them).  It is entirely normal
 in Debian core tools (as in any substantial piece of software serving
 a lot of diverse needs) to have extra code to make it easier to deploy
 or use in common cases simpler.

All along this thread, when referring to the additional complexity and
the additional hacks, I've not been talking about the refcnt'ing at
all, but to all the other fixes needed to make it a workable solution.

regards,
guillem


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120229195152.ga4...@gaara.hadrons.org



Re: Rebuild of the Debian archive with clang

2012-02-29 Thread Lucas Nussbaum
On 29/02/12 at 17:19 +0100, Sylvestre Ledru wrote:
 To answer to a question that I received in private, I updated Lucas
 Nussbaum's scripts [1] to manage clang outputs. I will merge that in the
 svn once I will be sure I won't mess up between gcc  clang outputs.
 The list on clang.d.n are generated from a database + some post
 processing with PHP.

There's a test suite. As long as it still passes (and you add tests for
clang), everything should be fine.

Lucas


-- 
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/20120229192707.ga20...@xanadu.blop.info



Re: A few questions from a new DD

2012-02-29 Thread Gunnar Wolf
olivier sallou dijo [Wed, Feb 29, 2012 at 02:01:00PM +0100]:
   cat ~/.ssh/your_key.pub | gpg --clearsign  send_this_to_changes
   echo cat send_this_to_changes | mailx -s Please change SSH key
  chan...@db.debian.org
 
 
 I could fix the problem using the mail gateway, I was just surprised that
 it does not appear in web interface, and I could not see in Debian wiki
 that SSH key is mandatory for login. Anyway everything is fine now.

Only a subset of your DD record is shown via Web. The full information
it holds about me is (with some bits obscured):

$ ud-info -r -u gwolf
Accessing LDAP entry for 'gwolf'
gwolf's password: 

Gunnar Wolf gw...@debian.org
Password last changed   : Wed 29/02/2012 UTC
PGP/GPG Key Fingerprints: AB41 C1C6 8AFD 668C A045  EBF8 673A 03E4 C1DB 921F
SSH Auth Keys   : ssh-rsa f00..f00 gw...@f00.unam.mx
  Unix User ID  : 'gwolf' (id=2586, gid=800)
   1) Country Code   :  'mx'
   2) Locality   :  'D.F.'
   3) Fax Phone Number   :  '(+52-55)5623-f00'
   4) Phone Number   :  'home (+52-55)5554-f00, cellular (+52-55)1451-f00'
   5) Mailing Address:  'Av. Copilco 233?$col. Copilco Universidad'
   6) Postal Code:  '04360'
   7) Unix Shell :  '/bin/bash'
   8) Email Forwarding   :  'gw...@gwolf.org'
   9) IRC Nickname   :  'gwolf'
  10) Vacation Message   : 
  11) Home Page  :  'http://www.gwolf.org/'
  12) Latitude   :  '+19.3362'
  13) Longitude  :  '-99.1818'
  14) ICQ UIN:  '17992765'
  15) Jabber ID  :  'gw...@jabber.org'
  16) Debian-Private :  'gw...@debian.org'
  17) Gender :  '1'
  18) Date of Birth  :  '19760427'
  19) Mail Disabled  : 
  20) Mail Greylisting   :  'TRUE'
  21) Mail Callouts  :  'FALSE'
  22) Mail RBLs  : 
  23) Mail RHSBLs: 
  24) Mail Whitelist : 
  25) mail C-I Action: 
  26) VoIP Address   : 
 101) First Name :  'Gunnar'
 102) Middle Name: 
 103) Surname:  'Wolf'
 116) Comment: 
 117) Crypted Password   :  '{crypt}$1$f00f00f00'
 118) d.net Entry:  'githubredir IN A 173.236.191.194'
 200) Unix Groups:  'keyring'
 201) Host ACL   : 
 202) LDAP Group : 
 301) DD status  : 
 302) DD status comment  : 

It certainly knows less about you, but I expect it to change as you
become a more seasoned DD ;-)


-- 
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/20120229195539.gj19...@gwolf.org



Re: upstart: please update to latest upstream version

2012-02-29 Thread Marco d'Itri
On Feb 29, Russell Coker russ...@coker.com.au wrote:

 One thing that would be really convenient in such situations is the ability 
 to 
 have the old and new versions of the package installed such that the new 
 version would run the old version if appropriate.
Yes. Except that this was not applicable to udev because the 
system-facing interfaces too were different between different versions.
As I already explained countless times.
Next?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Network Security Toolkit

2012-02-29 Thread Daniel Baumann
On 02/29/2012 07:41 PM, Dmitrii Kashin wrote:
 Okay. Here are listed all packages LiveCD contain:
 http://networksecuritytoolkit.org/nst/log/manifest.html

please compare this with the list for the rescue flavour[0] of debians
live images and send it to debian-l...@lists.debian.org, we're happy to
add whatever seems usefull to that list which will then be automatically
available on the official images.

[0]
http://live.debian.net/gitweb?p=live-build.git;a=blob;f=package-lists/rescue;hb=debian-next

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
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/4f4e8793.6000...@progress-technologies.net



Bug#658139: evince: missing mime entry

2012-02-29 Thread Andreas Tille
Hi,

On Wed, Feb 29, 2012 at 05:44:57PM +0100, Josselin Mouette wrote:
 Le mercredi 29 février 2012 à 17:24 +0100, Andreas Tille a écrit : 
  I'd consider the chance to write something which might probably work in
  most cases as a weak excuse to drop a solution that worked for years
  and would continue working quite reasonable.  I agree that duplication
  of code/data is something that should be prevented, but it is actually
  not a large amount of data which is duplicated nor does it have a great
  history of frequent changes.
 
 Yes of course! We dropped the mime file because it never changes. It was
 too hard to see it being always the same, glaring at you silently in the
 corner of the eye.

When reading this I remember that I honestly wanted to ask how this

  Send a report that this bug log contains spam.

works.  I once tried this and from the linked page it was not clear
whether I would mark the whole bug report as spam or only parts of it.
Could anybody clarify how it works to just mark a single message as
SPAM?

(Not that I really wanted to remove this very helpfull message from BTS
- I'm just reminded to the question I had and never managed to ask.)

Kind regards

   Andreas.

-- 
http://fam-tille.de



-- 
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/20120229205353.go11...@an3as.eu



Re: Multiarch file overlap summary and proposal

2012-02-29 Thread Guillem Jover
On Wed, 2012-02-15 at 19:31:10 -0800, Russ Allbery wrote:
 I agree that it's asymmetric.  apt-get install libfoo means libfoo:native,
 but apt-get remove libfoo means libfoo:*.  And asymmetric is bad, all
 things being equal.  But I think this may be one place where asymmetric is
 still the right thing to do; I would argue that it means you're
 implementing the most common operation in both cases.  apt-get install
 libfoo generally means give me a native libfoo since non-native libfoo
 is going to be an unusual case, and apt-get remove libfoo generally means
 I have no more interest in libfoo, make it go away.  I think that people
 who want to get rid of one architecture of libfoo but keep the other are
 already going to be thinking about architectures, and it's natural to ask
 them to qualify their request.
 
 If removing the non-native architecture has cascading effects, apt is
 obviously going to warn them about that already and they'll realize what's
 going on.

This was already contemplated at least as part of one of the threads David
referenced:

  http://lists.debian.org/debian-dpkg/2011/12/msg00068.html

 David Kalnischkies kalnischk...@gmail.com writes:
  (Note though that e.g. APT is not able to handle installed architectures
  as an 'attribute'. It not only has to handle them as 'different'
  packages (and more specific different versions) to keep
  backward-compatibility, also different dependencies on different
  architectures would make it pretty messy in practice. But double-think
  is a requirement for APT development anyway. ;) )
 
 Yes, definitely the internals of our package management software can't
 fully compress the packages together; at the least, the dependencies are
 going to be different between architectures and have to be stored
 separately. [...]

 But I think what we should be telling the *user*, regardless of our
 internals, is don't think of libfoo:i386 and libfoo:amd64 as two separate
 packages that you can maintain independently; think of libfoo as being
 installed for one or more architectures.

The thing is, in practice they cannot share much at all, because even
if they might end up being at the same version, they need to go
through different versions inbetween. For dpkg, only the package name
and the reverse dependencies are shared, assuming any other field is
equal will only come down to lost metadata.

And while I have initially actually been working with the mental model
of pkgname with multiple arch instances as an internal detail, the fact
is that this abstraction just leaks everywhere, and trying to shield
the users and maintainers from that reality will only cause pain. It's
just a nice illusion coming from the fact that those packages share the
package name. But considering pkgname == pkgname:* means for example that
all query commands have to output information for multiple instances, so
packages/scripts/etc have to be adapted anyway to handle those, and
while I don't consider that a problem, just another side of the changes
needed for multiarch, it shows how the interface can only possibly be
transparent on one side of the interface, if at all.

Finally, the thing is, those packages are really independent, they just
happen to share a name and a common source ancestor, but they can contain
different files per arch instance, different metadata, even different
maintainer script behaviour per arch, etc. And only packages from the
same arch can depend on them.

  Mhh. The current spec just forbids binNMU for M-A:same packages -
  the 'sync' happens on the exact binary version.
  Somewhere else in this multiarch-discussion was hinted that we could
  sync on the version in (optional) Source tag instead to allow binNMU.
 
 I think that the best long-term way to handle binNMUs may be to move the
 build number into a different piece of package metadata from the version.
 So a binNMU of a package with version 1.4-1 would still have version 1.4-1
 but would have a build number of 2 instead of 1.  I think this would be
 way cleaner in the long run, and not just for multiarch.

That means then we cannot state a relationship based on the binNMU
version. And while that might be desirable most of the times, it makes
it impossible when it might be desirable. Without considering this
deeper, it also reminds me of when Revision was a distinct field. In
any case how to handle binNMUs is something that should be carefully
considered and not be rushed out now, just because suddently they cannot
be used...

regards,
guillem


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120229215831.gb4...@gaara.hadrons.org



Re: Multiarch file overlap summary and proposal

2012-02-29 Thread Russ Allbery
Guillem Jover guil...@debian.org writes:
 On Wed, 2012-02-15 at 19:31:10 -0800, Russ Allbery wrote:

 I think that the best long-term way to handle binNMUs may be to move
 the build number into a different piece of package metadata from the
 version.  So a binNMU of a package with version 1.4-1 would still have
 version 1.4-1 but would have a build number of 2 instead of 1.  I think
 this would be way cleaner in the long run, and not just for multiarch.

 That means then we cannot state a relationship based on the binNMU
 version. And while that might be desirable most of the times, it makes
 it impossible when it might be desirable.

Good point.

 Without considering this deeper, it also reminds me of when Revision was
 a distinct field. In any case how to handle binNMUs is something that
 should be carefully considered and not be rushed out now, just because
 suddently they cannot be used...

I agree with this sentiment.  Personally, I'm fine with moving forward
with a multiarch approach that doesn't allow for binNMUs on a subset of
arches as the first cut, and then go back and figure out what we're doing
with binNMUs later.

-- 
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/87boohxpa8@windlord.stanford.edu



Re: Network Security Toolkit

2012-02-29 Thread Petter Reinholdtsen

[Dmitrii Kashin]
 Utilities I am interested in:
 1) nsttraceroute (GPLv2)
 2) nstgeolocate (GPLv2)

 I have not seen more, but we can make sure that all of 'nst*'-utils
 provide some geolocation stuff in many different formats; all of them
 distribute under free GPL license, and all of them are very useful for
 imagination results.

xtraceroute is a similar tool which was in Debian/Lenny.  Check out
URL: http://packages.qa.debian.org/x/xt.html .  I do not know why it
was removed, but suspect it was unmaintained and dead upstream.

I miss it a lot. :)
-- 
Happy hacking
Petter Reinholdtsen


-- 
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/2flehtd1e3m@login2.uio.no



Re: Network Security Toolkit

2012-02-29 Thread Fernando Lemos
Hi,

On Wed, Feb 29, 2012 at 3:41 PM, Dmitrii Kashin free...@gmail.com wrote:
 A list of the actual utilities that you are interested in would help
 people to answer your question.

 Okay. Here are listed all packages LiveCD contain:
 http://networksecuritytoolkit.org/nst/log/manifest.html
 Here are also described all licenses of any utilities.

 Utilities I am interested in:
 1) nsttraceroute (GPLv2)
 2) nstgeolocate (GPLv2)

 I have not seen more, but we can make sure that all of 'nst*'-utils
 provide some geolocation stuff in many different formats; all of them
 distribute under free GPL license, and all of them are very useful for
 imagination results.

Cool, but debian-devel is the wrong place for what you're trying to
accomplish. We have a process for this, please consider filing RFP
bugs:

http://wiki.debian.org/RFP

Regards,


-- 
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/CANVYNa9wP4KnHqkVEZponHGg7q=064hojgvpt2p6pp86kjy...@mail.gmail.com



Re: Enabling hardened build flags for Wheezy

2012-02-29 Thread Patrick Matthäi
Am 29.02.2012 22:52, schrieb Moritz Muehlenhoff:
 The most important reason for dpkg-buildflags is [1.] :
 One of the Wheezy release goals is to build as many packages as
 possible with a hardened toolchain by means of dpkg-buildflags:
 http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
 
 I've written conversion documentation in the Debian Wiki to provide 
 central step-by-step documentation:
 http://wiki.debian.org/HardeningWalkthrough

I fully support the hardening goal.
May it be an option to add lintian errors (also non-fatal errors on
ftp-master side) about missing-hardening-build in the future?

It may be too late for Wheezy to force packages to build with hardened
build flags, but we should start with it as soon as possible IMHO.

-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/



signature.asc
Description: OpenPGP digital signature


Re: Enabling hardened build flags for Wheezy

2012-02-29 Thread Russ Allbery
Patrick Matthäi pmatth...@debian.org writes:

 I fully support the hardening goal.
 May it be an option to add lintian errors (also non-fatal errors on
 ftp-master side) about missing-hardening-build in the future?

 It may be too late for Wheezy to force packages to build with hardened
 build flags, but we should start with it as soon as possible IMHO.

It's a little tricky because hardening-check is prone to false positives
(through no fault of its own; it's just a limitation of what one can
check).

For example:

windlord:~ hardening-check /usr/bin/remctl 
/usr/bin/remctl:
 Position Independent Executable: no, normal executable!
 Stack protected: no, not found!
 Fortify Source functions: yes (some protected functions found)
 Read-only relocations: yes
 Immediate binding: yes

but that binary is indeed stack-protected (built with the appropriate
options).  It just never allocates any substantial amount of data off the
stack, so there's non need to add the stack protection.

Fortify Source functions has a similar problem.  Not every function call
can be protected, so it's possible to have all of the calls in a
particular binary be ones that happen to not be protectable, and hence get
a false positive for a binary that's built properly.

-- 
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/87zkc1w8n4@windlord.stanford.edu



Re: Enabling hardened build flags for Wheezy

2012-02-29 Thread Patrick Matthäi
Am 29.02.2012 23:57, schrieb Russ Allbery:
 Patrick Matthäi pmatth...@debian.org writes:
 
 I fully support the hardening goal.
 May it be an option to add lintian errors (also non-fatal errors on
 ftp-master side) about missing-hardening-build in the future?
 
 It may be too late for Wheezy to force packages to build with hardened
 build flags, but we should start with it as soon as possible IMHO.
 
 It's a little tricky because hardening-check is prone to false positives
 (through no fault of its own; it's just a limitation of what one can
 check).
 
 For example:
 
 windlord:~ hardening-check /usr/bin/remctl 
 /usr/bin/remctl:
  Position Independent Executable: no, normal executable!
  Stack protected: no, not found!
  Fortify Source functions: yes (some protected functions found)
  Read-only relocations: yes
  Immediate binding: yes
 
 but that binary is indeed stack-protected (built with the appropriate
 options).  It just never allocates any substantial amount of data off the
 stack, so there's non need to add the stack protection.
 
 Fortify Source functions has a similar problem.  Not every function call
 can be protected, so it's possible to have all of the calls in a
 particular binary be ones that happen to not be protectable, and hence get
 a false positive for a binary that's built properly.


That behavious is new for me, thanks for this usefull hint!

But maybe it still would be an option to add am lintian warning
(regarding your above arguments throwing an error would not be the right
solution) about maybe-missing-hardening?
The maintainer would be aware about this potential problem, check his
package and if it is realy a false positive he still could overwrite it.

What do you think?

-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/



signature.asc
Description: OpenPGP digital signature


Re: Enabling hardened build flags for Wheezy

2012-02-29 Thread Paul Wise
Personally I think this is completely the wrong approach to take for
compiler hardening flags. The flags should be enabled by default in
upstream GCC and disabled by upstream software where they result in
problems. The compiler hardening flags have been tested over N years
by RHEL, Fedora, Ubuntu, Gentoo and probably others. The approach
Debian is taking (as opposed to Red Hat, Fedora, Ubuntu etc) means
that software compiled outside of the packaging system will not
benefit from the compiler's hardening flags. Doing it in this way also
violates our social contract.

-- 
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/caktje6ergzpx0xztjo2fa4+w0mom3bgv4vhtktgddhjfcxx...@mail.gmail.com



Re: Enabling hardened build flags for Wheezy

2012-02-29 Thread Fernando Lemos
Hi,

On Wed, Feb 29, 2012 at 9:23 PM, Paul Wise p...@debian.org wrote:
 Personally I think this is completely the wrong approach to take for
 compiler hardening flags. The flags should be enabled by default in
 upstream GCC and disabled by upstream software where they result in
 problems. The compiler hardening flags have been tested over N years
 by RHEL, Fedora, Ubuntu, Gentoo and probably others. The approach
 Debian is taking (as opposed to Red Hat, Fedora, Ubuntu etc) means
 that software compiled outside of the packaging system will not
 benefit from the compiler's hardening flags. Doing it in this way also
 violates our social contract.

Not sure it's a good idea to reignite this, specially this late into
the Wheezy development cycle (and specially in debian-devel). This has
already been discussed in detail:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552688

Regards,


-- 
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/CANVYNa8Lr-FniudT6htrWMGArUfhO9V5f_tc4LST8S8=eai...@mail.gmail.com



Re: Enabling hardened build flags for Wheezy

2012-02-29 Thread Russ Allbery
Paul Wise p...@debian.org writes:

 Personally I think this is completely the wrong approach to take for
 compiler hardening flags. The flags should be enabled by default in
 upstream GCC and disabled by upstream software where they result in
 problems.

If we had followed that approach, we wouldn't have been able to use PIE,
since it breaks various programs if you enable it this way and isn't as
widely tested.  But because we developed a generic framework to add and
remove hardening flags that the maintainer has control over and can easily
tweak for the needs of their packages, I was able to enable PIE on nearly
all of my packages and just omit it for those packages it broke.

I think that clearly demonstrates the major advantages of having an
extensible framework that we can continue to adjust and modify going
forward.

-- 
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/87boohw42t@windlord.stanford.edu



Re: Multiarch file overlap summary and proposal

2012-02-29 Thread Guillem Jover
On Thu, 2012-02-16 at 10:43:53 -0800, Russ Allbery wrote:
 I was thinking more about this, and I was finally able to put a finger on
 why I don't like package splitting as a solution.
 
 We know from prior experience with splitting packages for large
 arch-independent data that one of the more common mistakes that we'll make
 is to move the wrong files: to put into the arch-independent package a
 file that's actually arch-dependent.

This was brought up by Steve in the thread, my reply:

  http://lists.debian.org/debian-devel/2012/02/msg00497.html

regards,
guillem


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120301020029.ga8...@gaara.hadrons.org



Re: Enabling hardened build flags for Wheezy

2012-02-29 Thread Jerome BENOIT




I've written conversion documentation in the Debian Wiki to provide
central step-by-step documentation:
http://wiki.debian.org/HardeningWalkthrough



In this wiki, we read:  ``If you upgrade to compat level 9''

How can we safely upgrade from 8 to 9 ?

Thanks in advance,
Jerome


--
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/4f4eda64.20...@rezozer.net



Re: Multiarch file overlap summary and proposal

2012-02-29 Thread Russ Allbery
Guillem Jover guil...@debian.org writes:
 On Thu, 2012-02-16 at 10:43:53 -0800, Russ Allbery wrote:

 I was thinking more about this, and I was finally able to put a finger
 on why I don't like package splitting as a solution.

 We know from prior experience with splitting packages for large
 arch-independent data that one of the more common mistakes that we'll
 make is to move the wrong files: to put into the arch-independent
 package a file that's actually arch-dependent.

 This was brought up by Steve in the thread, my reply:

   http://lists.debian.org/debian-devel/2012/02/msg00497.html

Thanks for the pointer, Guillem, but I'm afraid I don't think this reply
addresses my concerns.  See the specific enumeration of things that we
would have to split, and the ways in which they can break.  I think the
issue with C headers is particularly severe.

I don't think this mirrors an existing problem.  The sorts of things we
split into arch: all packages are nowhere near as intrusive or as tightly
coupled as the things we're talking about splitting to avoid refcounting;
for example, right now, splitting out C headers into arch: all packages is
very rare.  The sort of package splitting that we would do to avoid
refcounting would run a serious risk of introducing substantial new
problems that we don't currently have.

The situation with refcounting seems much less fragile than the situation
without refcounting to me.  Refcounting puts the chance of error in the
right place (on people who want to use the new feature, since the
situation will not change for users who continue using packages the way
they do today), provides a clear error message rather than silent
corruption, and fails safely (on any inconsistency) rather than appearing
to succeed in situations that are not consistent.  Those are all good
design principles to have.

I think the principle of not changing things for people who are not using
multiarch is particularly important, and is inconsistent with either
package splitting or with moving files into arch-qualified paths.  We
should attempt to adopt new features in a way that puts most of the risk
on the people who are making use of the new features, and tries to be as
safe as possible for existing users.  I agree that we should not pursue
that to an extreme that leads to an unmaintainable system, but I don't
believe refcounting has that problem.

-- 
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/874nu9vzbb@windlord.stanford.edu



Re: Multiarch file overlap summary and proposal

2012-02-29 Thread Guillem Jover
On Wed, 2012-02-15 at 16:32:38 -0800, Russ Allbery wrote:
 Guillem Jover guil...@debian.org writes:
  If packages have to be split anyway to cope with the other cases, then
  the number of new packages which might not be needed otherwise will be
  even smaller than the predicted amount, at which point it makes even
  less sense to support refcnt'ing.
 
 I don't think the package count is really the interesting metric here,
 unless the number of introduced packages is very large (see below about
 -dev packages).  I'm more concerned with maintainer time and with
 dependency complexity, and with the known problems that we introduce
 whenever we take tightly-coupled files and separate them into independent
 packages.

Well, people have been using the amount of packages as a metric, I've
just been trying to counter it. It also in a way represents the amount
of work needed.

About tightly-coupled files, they can cause serious issues also with
refcounting, consider that there's always going to be a point when
unpacking one of the new instances will have a completely different
vesion than the other already unpacked instance(s). So packages could
stop working for a long time if say unpacked libfoo0:i386 1.0 has
file-format-0, but new libfoo0:amd64 4.0 has file-format-2, and the
file didn't change name (arguably this could be considered an upstream
problem, depending on the situation), this would be particularly
problematic for pseudo-essential packages.

 I just posted separately about version lockstep: I think this is a
 feature, not a bug, in our multiarch implementation.  I think this is the
 direction we *should* go, because it reduces the overall complexity of the
 system. [...]

I've replied to that separately, in any case I think the best compromise
would be to add version lockstep to dpkg, but not refcounting. Because
the first is a restriction that can always be lifted if it's confirmed
to cause issues (which I think it will), and the second can always be
added later because it's something that allows things not permitted
previously.

But at this point it seems I'm alone in thinking that refcounting has
more negative implications than positive ones, and I cannot get myself
to care enough any longer to push for this. So some weeks ago I added
back both those things to my local repo.

regards,
guillem


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120301030201.gb8...@gaara.hadrons.org



Re: Multiarch file overlap summary and proposal

2012-02-29 Thread Russ Allbery
Guillem Jover guil...@debian.org writes:

 About tightly-coupled files, they can cause serious issues also with
 refcounting, consider that there's always going to be a point when
 unpacking one of the new instances will have a completely different
 vesion than the other already unpacked instance(s). So packages could
 stop working for a long time if say unpacked libfoo0:i386 1.0 has
 file-format-0, but new libfoo0:amd64 4.0 has file-format-2, and the file
 didn't change name (arguably this could be considered an upstream
 problem, depending on the situation), this would be particularly
 problematic for pseudo-essential packages.

Yes, I agree.  Refcounting does complicate the upgrade situation, since
you really want to upgrade all installed architectures in lockstep to
ensure that we maintain as many of the guarantees of file consistency as
we do now with single-arch upgrades.

 I've replied to that separately, in any case I think the best compromise
 would be to add version lockstep to dpkg, but not refcounting. Because
 the first is a restriction that can always be lifted if it's confirmed
 to cause issues (which I think it will), and the second can always be
 added later because it's something that allows things not permitted
 previously.

I definitely understand where you're coming from, and I would be lying if
I said that introducing refcounting doesn't make me nervous.  You're
right, it's something that's going to be very difficult to back out of if
we decide it's a mistake.

I do think it's the best solution to a complex set of issues, but we're
going to have to use it in conjunction with pretty tight version lockstep
to avoid problems with file inconsistency.

 But at this point it seems I'm alone in thinking that refcounting has
 more negative implications than positive ones, and I cannot get myself
 to care enough any longer to push for this. So some weeks ago I added
 back both those things to my local repo.

Well... no one likes to win an argument under those terms.  I'd much
rather have us all agree.  But I do want to wholeheartedly second
Christian's thanks for all your work on dpkg in the middle of a really
difficult situation, and your willingness to make compromises like this
even when you think they're the wrong technical decision.  That's really
hard to do, and I think it's also very admirable.

If this all turns out to be a horrible mistake, I for one will try to help
us back out of it as needed, to put my resources where my advocacy has
been.

-- 
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/87sjhtuidr@windlord.stanford.edu



ITP: oqapy -- Photographic workflow application

2012-02-29 Thread Vincent Vande Vyvre
Package: wnpp
Severity: wishlist
Owner: Vincent Vande Vyvre vincent.vandevy...@swing.be


* Package name: oqapy
  Version : 1.0
  Upstream Author : Vincent Vande Vyvre vincent.vandevy...@swing.be
* URL : http://www.oqapy.eu
* License : GPL3
  Programming Lang: Python
  Description : Photographic workflow application

This application is designed to handle large collection of image files
with full support of metadatas include geolocalisation.

-- 
Vincent Vande Vyvre


-- 
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/4f4f0c40.5020...@swing.be



Re: Bug#661565: ITP: nyancat -- Terminal-based Pop Tart Cat animation

2012-02-29 Thread Miles Bader
Jonathan McCrohan jmccro...@gmail.com writes:
 I certainly don't plan on uploading and abandoning this package, but
 given the high level of opposition to this ITP, guess there is little
 point pursuing it.

There's some whining by the usual sorts, but why would anyone pay
attention to them...?

-miles

-- 
Bacchus, n. A convenient deity invented by the ancients as an excuse for
getting drunk.


-- 
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/buosjhs27ci@dhlpc061.dev.necel.com



Re: Enabling hardened build flags for Wheezy

2012-02-29 Thread Jerome BENOIT



On 01/03/12 03:09, Jerome BENOIT wrote:




I've written conversion documentation in the Debian Wiki to provide
central step-by-step documentation:
http://wiki.debian.org/HardeningWalkthrough



In this wiki, we read: ``If you upgrade to compat level 9''

How can we safely upgrade from 8 to 9 ?


The beginning of the answer can be found in debhelper(1).

Sorry for the noise,
Jerome



Thanks in advance,
Jerome





--
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/4f4f1441.6060...@rezozer.net



Accepted kolab-cyrus-imapd 2.2.13p1-0.4 (source all i386)

2012-02-29 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 20 Feb 2012 07:15:16 +0100
Source: kolab-cyrus-imapd
Binary: kolab-cyrus-common kolab-cyrus-imapd kolab-cyrus-pop3d 
kolab-cyrus-admin kolab-cyrus-clients kolab-libcyrus-imap-perl
Architecture: source all i386
Version: 2.2.13p1-0.4
Distribution: unstable
Urgency: low
Maintainer: Debian Kolab Maintainers pkg-kolab-de...@lists.alioth.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 kolab-cyrus-admin - Kolab Cyrus mail system - administration tools
 kolab-cyrus-clients - Kolab Cyrus mail system (test clients)
 kolab-cyrus-common - Kolab Cyrus mail system - common files
 kolab-cyrus-imapd - Kolab Cyrus mail system - IMAP support
 kolab-cyrus-pop3d - Kolab Cyrus mail system - POP3 support
 kolab-libcyrus-imap-perl - Kolab Interface to Cyrus imap client imclient 
library
Closes: 633377 656627 659569
Changes: 
 kolab-cyrus-imapd (2.2.13p1-0.4) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Danish (Joe Hansen).  Closes: #633377
 - Dutch; (Jeroen Schot).  Closes: #656627
 - Polish (Michał Kułach).  Closes: #659569
Checksums-Sha1: 
 824e22a7a2f3db16d58e36d8f73635e3750b4c7b 2705 
kolab-cyrus-imapd_2.2.13p1-0.4.dsc
 f489da679c49e9be0f69ec478a0c149e827593c5 1694751 
kolab-cyrus-imapd_2.2.13p1.orig.tar.gz
 4c3aabe524e0f99be23248d82cf4805de4efffe3 265128 
kolab-cyrus-imapd_2.2.13p1-0.4.diff.gz
 88ef163b00aced9b5bfd87cb7e2a07a1c338 86874 
kolab-cyrus-admin_2.2.13p1-0.4_all.deb
 c247d85423592651c11e3fd9b319601dabe64abc 5859850 
kolab-cyrus-common_2.2.13p1-0.4_i386.deb
 a416946658306c6c0f9f0046ad31a17871c34f42 963794 
kolab-cyrus-imapd_2.2.13p1-0.4_i386.deb
 2c64e9f64c606521c3ac6b821aa45aa664987355 288154 
kolab-cyrus-pop3d_2.2.13p1-0.4_i386.deb
 fdc1e5e74e7830c395f34abc11fae7ca7d609249 140492 
kolab-cyrus-clients_2.2.13p1-0.4_i386.deb
 e5e7240876816092e00b32dde3bb5ca1ae221e6f 189174 
kolab-libcyrus-imap-perl_2.2.13p1-0.4_i386.deb
Checksums-Sha256: 
 ebc66fb36955bd84884817f5764e67563e4bf9fbdd9f58073fcb12ebb88c5e46 2705 
kolab-cyrus-imapd_2.2.13p1-0.4.dsc
 b7c9daadce06ebd464c280b716c246b1edcd3e38a122836e970e7fc1fa4efb44 1694751 
kolab-cyrus-imapd_2.2.13p1.orig.tar.gz
 4674834dc54d638b1e4beeaab76bc8415453dc22a51ec6f956551503b04b0ac7 265128 
kolab-cyrus-imapd_2.2.13p1-0.4.diff.gz
 ed6a07a4a24f6eab5684e329c2d6a976ade06b8c30e29889e80ee4cdb415218e 86874 
kolab-cyrus-admin_2.2.13p1-0.4_all.deb
 660fd922d1cc9102025c6b821dc20fa23e959ce207021166db64c28b1bc8d9b0 5859850 
kolab-cyrus-common_2.2.13p1-0.4_i386.deb
 8f9e0ea3edd00cacc59742a823278cd49fcfeac4093d1cc1f7f2659c68f9b3d0 963794 
kolab-cyrus-imapd_2.2.13p1-0.4_i386.deb
 abe3d264eed4bde3eb52c9bbaf4650adc0e3345c6d19959bec8aac465dfbc1c7 288154 
kolab-cyrus-pop3d_2.2.13p1-0.4_i386.deb
 2952027ade043eeb0fb2b41f2b75bda01f0d80bbfa0a78b50137229083f01f4b 140492 
kolab-cyrus-clients_2.2.13p1-0.4_i386.deb
 6a9d4fe012c57ea7b13c8ee3e5bb29d169dbcf091c88d919a7170604ce928884 189174 
kolab-libcyrus-imap-perl_2.2.13p1-0.4_i386.deb
Files: 
 3ec4399c54199807a6f197c697cb3d48 2705 mail extra 
kolab-cyrus-imapd_2.2.13p1-0.4.dsc
 b72c831072ad4e5367a853aea307c3fb 1694751 mail extra 
kolab-cyrus-imapd_2.2.13p1.orig.tar.gz
 3635a0dd4d1fc06555a0a4e20dfcaf48 265128 mail extra 
kolab-cyrus-imapd_2.2.13p1-0.4.diff.gz
 d753ffaa6166ad63d45e066bb95850e9 86874 mail extra 
kolab-cyrus-admin_2.2.13p1-0.4_all.deb
 44f0273ea7b22e8026523d7dff9070de 5859850 mail extra 
kolab-cyrus-common_2.2.13p1-0.4_i386.deb
 db57778b9bf72f9d4c7da94024a6f863 963794 mail extra 
kolab-cyrus-imapd_2.2.13p1-0.4_i386.deb
 6765c50a4f71e52f61370ac8ad3050a1 288154 mail extra 
kolab-cyrus-pop3d_2.2.13p1-0.4_i386.deb
 a290e05db59bf2eb3cb0939707590d0c 140492 mail extra 
kolab-cyrus-clients_2.2.13p1-0.4_i386.deb
 c1958f756f18c9d36bc4f30f9571 189174 perl extra 
kolab-libcyrus-imap-perl_2.2.13p1-0.4_i386.deb

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

iQIVAwUBT0SWCYcvcCxNbiWoAQIT9Q//bU871PPBk2v3QaorNs8Xh83NKRco6fJJ
SuqosQJCxyJ94eBEHjrm3NWXeI/vyx16wEb1HQklKhcuKpTzrKetY9SrUqJBdUAz
7+V/AQeAd6BzMvet3/PJRgfW13jfDA3x5l4dMMCRvS4YQfRHM7CxBG64R0E+COVh
XrYyNttHwwdhXicJXV9EWmEhORQ7SjESCzmRqLd5Phqp4M7AahJqGN1HX3AXbK9J
qplMezJtcY66YI9fs0i76bwK6gW20G4g2Q4SROTCf+/b+GrP1vlElYrjPENXAP3o
mLZa+vFCXWA4WrSFWkLyBSafZEbp/VOZOQ80zsLBew9xZXwrB0OwX4zWw7hj8xXr
xWoO+koNReG+SaozPLw/wCk2exaZbsodRL3pF7yNM1gcCqR6VtAb4KdzHYQelYQn
PipLg8aIc0CMK+ASW46j4vSeZHltY59Sx4RzSnafarkNH8Q41eewDXNDaWUychmc
I3m1taRh3MteQzy4R8rgprAu2eJC5xnrDxDTXZPP9yB2TRp19aNUPVBY+qZsbJVB
WZnIR7TGYOrN2X//nN41oodS8ZNU37y3Osm9GeDrs59rQhNv1TFNXkRDuOBBGJl5
+Z1NNvdgqR58zXaukmbfHIonoTLGfF1UOJgtMOuSAuVB956RJkoMENn+36XpN1IJ
f4F8pFWL8nE=
=O9hf
-END PGP SIGNATURE-


Accepted:
kolab-cyrus-admin_2.2.13p1-0.4_all.deb
  to main/k/kolab-cyrus-imapd/kolab-cyrus-admin_2.2.13p1-0.4_all.deb
kolab-cyrus-clients_2.2.13p1-0.4_i386.deb
  to main/k/kolab-cyrus-imapd/kolab-cyrus-clients_2.2.13p1-0.4_i386.deb

Accepted openjdk-7 7~u3-2.1-2 (source all amd64)

2012-02-29 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 00:52:49 +0100
Source: openjdk-7
Binary: openjdk-7-jdk openjdk-7-jre-headless openjdk-7-jre openjdk-7-jre-lib 
openjdk-7-demo openjdk-7-source openjdk-7-doc openjdk-7-dbg icedtea-7-jre-cacao 
icedtea-7-jre-jamvm openjdk-7-jre-zero
Architecture: source amd64 all
Version: 7~u3-2.1-2
Distribution: unstable
Urgency: low
Maintainer: OpenJDK Team open...@lists.launchpad.net
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 icedtea-7-jre-cacao - Alternative JVM for OpenJDK, using Cacao
 icedtea-7-jre-jamvm - Alternative JVM for OpenJDK, using JamVM
 openjdk-7-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-7-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-7-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-7-jdk - OpenJDK Development Kit (JDK)
 openjdk-7-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-7-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-7-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-7-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
 openjdk-7-source - OpenJDK Development Kit (JDK) source files
Closes: 646054 655750 660021 660871
Changes: 
 openjdk-7 (7~u3-2.1-2) unstable; urgency=low
 .
   [ Matthias Klose ]
   * Use NanumMyeongjo as the preferred korean font. LP: #792471.
   * Fix crash in java.net.NetworkInterface.getNetworkInterfaces() when
 ifr_ifindex exceeds 255. LP: #925218. S7078386.
   * Use IPAfont as the preferred japanesse font. Closes: #646054.
   * Build using gcj on alpha and armel. Closes: #655750.
 .
   [ Damien Raude-Morvan ]
   * d/patches/sparc-stubgenerator.diff: Fix FTBFS on sparc on
 stubGenerator_sparc.cpp by using explicit class typedef
 (Closes: #660871).
   * d/patches/fix_extra_flags.diff: Improve support for hardened build,
 also send flags to jdk build and send -Wl,-z,relro during hotspot link.
   * Bump Standards-Version to 3.9.3: no changes needed.
   * d/control: Don't use nonexistent dlopenjl:Recommends substvar,
 replaced by dlopenhl:Recommends.
   * d/*.{prerm,postrm}: Use set -e inside script instead of sh -e shebang.
   * Cleanup lintian-overrides.
 .
 openjdk-7 (7~u3-2.1-1ubuntu2) precise; urgency=low
 .
   * Make sure that the nss.cfg doesn't mention any library path.
 LP: #939361, #939419.
   * Disable the accessibility wrapper, doesn't work yet. LP: #935296.
 .
 openjdk-7 (7~u3-2.1-1ubuntu1) precise; urgency=low
 .
   [ Damien Raude-Morvan ]
   * d/patches/jexec.diff: Dropped, uneeded and not compatible with multi-arch.
   * d/rules: Use dpkg-buildflags to enable hardened build.
 (Closes: #660021).
 .
   [ Matthias Klose ]
   * Merge r522 from openjdk6:
 - Make upgrades from non-multiarch to multiarch builds more silent.
 - Fix order of grant decls in java.policy.
 - Make doc files multi-arch installable.
 - JB-archive.applications.in: Use /usr/bin/java by default. Maybe
   should be moved to the default-jdk package.
   * Explicitly look for the gthread-2.0 pkgconfig module.
Checksums-Sha1: 
 6f108e4b1695ae74c7d84cf0d74600e0866275af 3562 openjdk-7_7~u3-2.1-2.dsc
 5368f6ce491d3904c316343f081ff3054287f170 190253 openjdk-7_7~u3-2.1-2.diff.gz
 644d682f8abecdeb617be77b4b86f09326d4c486 11549454 
openjdk-7-jdk_7~u3-2.1-2_amd64.deb
 1e71eeade618dfe5e78b63b3141b2755d913b2fc 27674642 
openjdk-7-jre-headless_7~u3-2.1-2_amd64.deb
 ec6ee03dde7397db8fe11be0b5248da44f7d1707 226338 
openjdk-7-jre_7~u3-2.1-2_amd64.deb
 7def04e672a943394a58ca7934ff56d1a1f3a437 2487556 
openjdk-7-demo_7~u3-2.1-2_amd64.deb
 6e4305ac085feb21ba8420f41eb559580060c32f 148594052 
openjdk-7-dbg_7~u3-2.1-2_amd64.deb
 c18300222742e16393d23e9fd74ad3f2d99cf244 805804 
icedtea-7-jre-cacao_7~u3-2.1-2_amd64.deb
 69b6358f6fbea7d8519634c8dcad394c7ae17da2 541248 
icedtea-7-jre-jamvm_7~u3-2.1-2_amd64.deb
 1fbb2924e3997e655b96f7dafbceb0964ecb4ae0 2136550 
openjdk-7-jre-zero_7~u3-2.1-2_amd64.deb
 3decdf61927e77fa69413f52a96cd09ec39bc944 5224060 
openjdk-7-jre-lib_7~u3-2.1-2_all.deb
 1a490b58fad4aa9e62b8418c6bb1f69a9b0473d2 41355526 
openjdk-7-source_7~u3-2.1-2_all.deb
 2ec81f7b645b7e9e163e5a9f83692172296582e1 22092958 
openjdk-7-doc_7~u3-2.1-2_all.deb
Checksums-Sha256: 
 11c97d80a7837920e51a84ea642305badf69cb0c93dadaa68e05d56ca78fab0c 3562 
openjdk-7_7~u3-2.1-2.dsc
 8e26c2ed142b220c9863136d771e362af78234f674679a9f9843887038eb4c99 190253 
openjdk-7_7~u3-2.1-2.diff.gz
 2979caf26d83d7fcb6f205b8ddf2312ee187a88a46e660d9bf2da0e42080450c 11549454 
openjdk-7-jdk_7~u3-2.1-2_amd64.deb
 c6578e6e65c5f795e7447b7c577a1ed6cb6753444fd0c5fe19ec11b8beacb174 27674642 
openjdk-7-jre-headless_7~u3-2.1-2_amd64.deb
 46622db99fbc488155a665b59172af5dc0347ee0c39cd1195af35cef54435a61 226338 
openjdk-7-jre_7~u3-2.1-2_amd64.deb
 0802297f5e1579fa93286761a458ca5e4988a329512caff60df8500a61c836e4 2487556 
openjdk-7-demo_7~u3-2.1-2_amd64.deb
 

Accepted nickle 2.73-1 (source i386)

2012-02-29 Thread Keith Packard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 17:00:25 +1300
Source: nickle
Binary: nickle
Architecture: source i386
Version: 2.73-1
Distribution: unstable
Urgency: low
Maintainer: Keith Packard kei...@keithp.com
Changed-By: Keith Packard kei...@keithp.com
Description: 
 nickle - desk calculator language
Changes: 
 nickle (2.73-1) unstable; urgency=low
 .
   * add gamma function
   * fix readline interaction when using pipes
   * add sort and skiplist to library
   * add is_type and has_member built-ins
   * typecheck switch statements
Checksums-Sha1: 
 1445e1e2c71d22d5c8c7c16c27d7b6ad01d2582a 985 nickle_2.73-1.dsc
 c7541ede8d478a26adf09a2a8efe7140b7d6883e 509534 nickle_2.73.orig.tar.gz
 86c90dfd4ecc34b61333a47a3a95accf922f6064 6520 nickle_2.73-1.diff.gz
 2631b6efaf5738d53c85b499484b7c991383d924 359290 nickle_2.73-1_i386.deb
Checksums-Sha256: 
 a8c95c26ad312505f6133195918c275fdce5844c5ce4a4b13f99cf7843984a91 985 
nickle_2.73-1.dsc
 6e1b916a6e35d0a041750f3e59030e156530bf887390a171addf85537ecf6f02 509534 
nickle_2.73.orig.tar.gz
 b5c96b8f8810bcc440ee197fb944c4e30291259b0911f8c2cc7f5a2dfc134bbb 6520 
nickle_2.73-1.diff.gz
 30f51efe02773b1169bcb3ee6376820912138be6a4e1b32310d6f61babe3e6d9 359290 
nickle_2.73-1_i386.deb
Files: 
 0b9fee8aba492906e3ac2479ef84c753 985 interpreters optional nickle_2.73-1.dsc
 136b8dc0f5373ef079661f9d6558a42e 509534 interpreters optional 
nickle_2.73.orig.tar.gz
 f92aa20834142e3dd4361e7911a1acf0 6520 interpreters optional 
nickle_2.73-1.diff.gz
 bc1d79528f52beecff868bcd7ced5c8f 359290 interpreters optional 
nickle_2.73-1_i386.deb

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

iD8DBQFPTebaQp8BWwlsTdMRAu2GAJ94ouNM2Uh/6abuu+9nLvPthiI1eACg3nYp
nKXrEJpbOiWU9c63M/14SOk=
=TvCo
-END PGP SIGNATURE-


Accepted:
nickle_2.73-1.diff.gz
  to main/n/nickle/nickle_2.73-1.diff.gz
nickle_2.73-1.dsc
  to main/n/nickle/nickle_2.73-1.dsc
nickle_2.73-1_i386.deb
  to main/n/nickle/nickle_2.73-1_i386.deb
nickle_2.73.orig.tar.gz
  to main/n/nickle/nickle_2.73.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/e1s2fr0-00034d...@franck.debian.org



Accepted mercurial 2.1-3 (source all amd64)

2012-02-29 Thread Javi Merino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 08:51:26 +
Source: mercurial
Binary: mercurial-common mercurial
Architecture: source all amd64
Version: 2.1-3
Distribution: experimental
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Javi Merino vi...@debian.org
Description: 
 mercurial  - easy-to-use, scalable distributed version control system
 mercurial-common - easy-to-use, scalable distributed version control system 
(common
Changes: 
 mercurial (2.1-3) experimental; urgency=low
 .
   * Remove unused lintian override binary-without-manpage
   * Bump standards-version to 3.9.3 (no change needed)
   * Suggest tkcvs instead of tkdiff.  tkdiff has been removed from
 wheezy as tkcvs provides tkdiff (see bug #483362).
   * Suggest more visual diff commands
   * Increment test timeout.  test-bisect2.t timed out on mips.
   * Increment the sleeps in the testsuite in mips so that the test
 produces the same output than in faster architectures
   * Ignore the output of chmod in a test so that the testsuite doesn't
 fail in kfreebsd-*
   * Add patch
 from_upstream__test_check_code_hg_skip_test_if_not_wd.patch to skip
 test_check_code_hg instead of having to blacklist it
Checksums-Sha1: 
 f2084ff9005cd2ed263a17aebc3c59b31fc6d526 1516 mercurial_2.1-3.dsc
 276f0b019b379c2f78c5432bcf12c95d2ee598ab 37330 mercurial_2.1-3.debian.tar.gz
 2071a7b86905764c1d2caa65c25c0994de307976 2193314 mercurial-common_2.1-3_all.deb
 ef8c1d2c55c9d84923650dd4651386567d6d446a 79718 mercurial_2.1-3_amd64.deb
Checksums-Sha256: 
 6db042dac665079c3bb4ed4bc1e18f0408811a9200b61b24c961e519f0e589af 1516 
mercurial_2.1-3.dsc
 08b2a85263ca8e80cd3237cc0883ad8ef362a561c73b4734692cfa344e28be99 37330 
mercurial_2.1-3.debian.tar.gz
 69cce2c810552cc47d346683ed6fc160992570303524125255d47daa40e6aa48 2193314 
mercurial-common_2.1-3_all.deb
 29edb6dfe1dc823b5ff47932efad926073973801dff8196dae852dfb43e3a6b2 79718 
mercurial_2.1-3_amd64.deb
Files: 
 981cca55fb43a9d72d9fb85ea7d8ff0e 1516 vcs optional mercurial_2.1-3.dsc
 4b5dc9a0e9ed9b83c4df544086d2130e 37330 vcs optional 
mercurial_2.1-3.debian.tar.gz
 71b1ee2ea5b346ba53941b9a54d5cd6f 2193314 vcs optional 
mercurial-common_2.1-3_all.deb
 bc97252e84198eafa3134e63419c0746 79718 vcs optional mercurial_2.1-3_amd64.deb

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

iEYEARECAAYFAk9N6H4ACgkQLc4/KDbU5PWXegCdGQACMmI2lZxY0jwMs9etpC4v
ibcAmgL286sj6lyfaHfHuE42eiHXe7u+
=2QG9
-END PGP SIGNATURE-


Accepted:
mercurial-common_2.1-3_all.deb
  to main/m/mercurial/mercurial-common_2.1-3_all.deb
mercurial_2.1-3.debian.tar.gz
  to main/m/mercurial/mercurial_2.1-3.debian.tar.gz
mercurial_2.1-3.dsc
  to main/m/mercurial/mercurial_2.1-3.dsc
mercurial_2.1-3_amd64.deb
  to main/m/mercurial/mercurial_2.1-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/e1s2ffk-0004tr...@franck.debian.org



Accepted linphone 3.5.2-7 (source all amd64)

2012-02-29 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 19:32:47 +1100
Source: linphone
Binary: linphone linphone-nox linphone-common liblinphone4 liblinphone-dev 
libmediastreamer1 libmediastreamer-dev libortp8 libortp-dev linphone-dbg
Architecture: source amd64 all
Version: 3.5.2-7
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 liblinphone-dev - linphone web phone's library (supporting the SIP protocol)
 liblinphone4 - linphone's shared library part (supporting the SIP protocol)
 libmediastreamer-dev - linphone web phone's media library
 libmediastreamer1 - linphone web phone's media library
 libortp-dev - Real-time Transport Protocol stack
 libortp8   - Real-time Transport Protocol stack
 linphone   - SIP softphone - graphical client
 linphone-common - Shared components of the linphone SIP softphone
 linphone-dbg - Debugging symbols for linphone and its libraries
 linphone-nox - SIP softphone - console-only client
Closes: 661645
Changes: 
 linphone (3.5.2-7) unstable; urgency=low
 .
   * Exclude libsrtp-dev [!hurd !sparc] only where it FTFBS (Closes: #661645)
Checksums-Sha1: 
 1b73dbec68ad19dc5ba68f1d8c70b7fafdc25960 2338 linphone_3.5.2-7.dsc
 da67e20095153a681c6e0acef8591b8c122b4829 14146 linphone_3.5.2-7.debian.tar.gz
 b2391c54d9a3f00a77a9ed6942d3f41eefd2b8c1 94876 linphone_3.5.2-7_amd64.deb
 ed898cd73aa60a02bea9d770030cf65d31d04b10 55320 linphone-nox_3.5.2-7_amd64.deb
 1b64330de9d8ecd5fa2e40e346f0d583f3fcace6 6236054 
linphone-common_3.5.2-7_all.deb
 880f2f97acecf47ba4df74812d4c4905461e7234 133744 liblinphone4_3.5.2-7_amd64.deb
 cd3171dbedea72ef602ff91954f9cf5bf296a27b 31448 
liblinphone-dev_3.5.2-7_amd64.deb
 87fc0bb90768f0393ed672317bdca9f5c5510127 168388 
libmediastreamer1_3.5.2-7_amd64.deb
 97d49593792c9653373c5c46d376458e47ee225c 45790 
libmediastreamer-dev_3.5.2-7_amd64.deb
 4a0fed8e71fba96ea44ab423d9a2df327e2ce651 75942 libortp8_3.5.2-7_amd64.deb
 714c6fb5f6afdd226553e7a23f87c0dcf0fcf383 193230 libortp-dev_3.5.2-7_amd64.deb
 61c14a5d92adc5c0a18f16d55753a08fa3080152 972892 linphone-dbg_3.5.2-7_amd64.deb
Checksums-Sha256: 
 0a1da0b500ab8ee75ac8748dcb4ddcda3440c69d1f7f8479f2d8b13c094faf6f 2338 
linphone_3.5.2-7.dsc
 95e146b031560cb02755529f3adf24e75b314f116375f994f1f8e2b711bc0994 14146 
linphone_3.5.2-7.debian.tar.gz
 5726fb205af9b2412b59e204c0054ce28d693b13c7ac365fab9026398ad5e42a 94876 
linphone_3.5.2-7_amd64.deb
 e1e2938fb8f3760f75f9dc7b83ef38645cea6c2106f431c3e001f5ef04d775a2 55320 
linphone-nox_3.5.2-7_amd64.deb
 7444cfc06e1059819de1e17f400eb239636cf0f021f625fc91d863dd1d68deb0 6236054 
linphone-common_3.5.2-7_all.deb
 997a60388b86ff4e7f39525014564ecd19be42f37651ceae5741f81609f648cd 133744 
liblinphone4_3.5.2-7_amd64.deb
 11c86c623663ff7a07761e8be4a2daa636b2b4aad00b9329e84e8f58580ed18b 31448 
liblinphone-dev_3.5.2-7_amd64.deb
 db5661c450ffe4fd87deb598aa17d045361284e1d133f2907275a53fe172eebb 168388 
libmediastreamer1_3.5.2-7_amd64.deb
 6655a47b90c9c455d4935f12c2292ef76c30eb72898cde210d8b6b7d0ca5b131 45790 
libmediastreamer-dev_3.5.2-7_amd64.deb
 d3d6fcb8ae6682a8963589ac698344863d40ac14cb2175e08a8e4b548e6c6e9c 75942 
libortp8_3.5.2-7_amd64.deb
 4f2c651b606e3c1de5538d3cfad90c0b4d03dadd5c5b04c62eed8107621eb91e 193230 
libortp-dev_3.5.2-7_amd64.deb
 df780b90bec9fc49965937add4f091fabb608a772c0649006bca9945cf8d9093 972892 
linphone-dbg_3.5.2-7_amd64.deb
Files: 
 3c1df058913e3fc00e5266b55e6fecc2 2338 sound optional linphone_3.5.2-7.dsc
 f50c7a6b52ac037d4e15e6039894d6c0 14146 sound optional 
linphone_3.5.2-7.debian.tar.gz
 6be220f4ff43f4a6ed8479ffb68dc032 94876 sound optional 
linphone_3.5.2-7_amd64.deb
 eb20165e1fd0519bf4c61438e6eef606 55320 sound optional 
linphone-nox_3.5.2-7_amd64.deb
 6071f0c8a5c3a912e28be9ddf4d1e432 6236054 sound optional 
linphone-common_3.5.2-7_all.deb
 2e934a38685b1d2f336f031ef4ac25dc 133744 libs optional 
liblinphone4_3.5.2-7_amd64.deb
 d20ed451fee6a45fee2dcc9cf487b270 31448 libdevel optional 
liblinphone-dev_3.5.2-7_amd64.deb
 389f194a5742feab6891f556ebe27e4d 168388 libs optional 
libmediastreamer1_3.5.2-7_amd64.deb
 f01b530104f98335d20d45d559fd3ebf 45790 libdevel optional 
libmediastreamer-dev_3.5.2-7_amd64.deb
 96871250874941adc84f1326b155c211 75942 libs optional libortp8_3.5.2-7_amd64.deb
 2d1a2ffe57d2a93783324bc0c37654ac 193230 libdevel optional 
libortp-dev_3.5.2-7_amd64.deb
 4ad2d179037cea82e5b8b035868d11d0 972892 debug extra 
linphone-dbg_3.5.2-7_amd64.deb

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

iEYEARECAAYFAk9N8QwACgkQoCzanz0IthLPRgCfRAuIgiihVxvg3QpSRFFHMEoX
Yh0An3obClqMjo6EdXDOas86tajYX11M
=IYSD
-END PGP SIGNATURE-


Accepted:
liblinphone-dev_3.5.2-7_amd64.deb
  to main/l/linphone/liblinphone-dev_3.5.2-7_amd64.deb
liblinphone4_3.5.2-7_amd64.deb
  to main/l/linphone/liblinphone4_3.5.2-7_amd64.deb
libmediastreamer-dev_3.5.2-7_amd64.deb
  to 

Accepted cairo-5c 1.5 (source i386)

2012-02-29 Thread Keith Packard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 22:35:37 +1300
Source: cairo-5c
Binary: cairo-5c libcairo5c-0
Architecture: source i386
Version: 1.5
Distribution: unstable
Urgency: low
Maintainer: Keith Packard kei...@keithp.com
Changed-By: Keith Packard kei...@keithp.com
Description: 
 cairo-5c   - nickle bindings for the cairo graphics library
 libcairo5c-0 - library for cairo nickle bindings
Changes: 
 cairo-5c (1.5) unstable; urgency=low
 .
   * Add SVG support using librsvg
   * Add new single-line text widget
   * resize application to preferred size at startup time
   * Update packaging to current standards
Checksums-Sha1: 
 c45ee32e32c0b1a1211580d59a961f997d3482b5 853 cairo-5c_1.5.dsc
 d23bbac9b49fbe3dfbe51ded1d7bb15c4a606a20 429704 cairo-5c_1.5.tar.gz
 a1b68369897d644034409d448bff161d8b6c056f 39544 cairo-5c_1.5_i386.deb
 b03540ac24ef9f44e31fd9f00ac8343a522482ea 51306 libcairo5c-0_1.5_i386.deb
Checksums-Sha256: 
 b55875d2adcc31c57023989e7afd52c1f6083f8ad56d85cff385e057fbb4caef 853 
cairo-5c_1.5.dsc
 eb651c6da8f3464349ac58d058d6762b25b1c768414733e0e49d1c02687057b9 429704 
cairo-5c_1.5.tar.gz
 76a28218f00dccf5d965d4546bac0208084dafcbd815d77da27e2616eebb5b66 39544 
cairo-5c_1.5_i386.deb
 b2be3677958aae932f508331f5660512c2f515653041495068c61a7bd8172d22 51306 
libcairo5c-0_1.5_i386.deb
Files: 
 c454d23e6e8869e75471752dc0c797e5 853 interpreters optional cairo-5c_1.5.dsc
 1bd861feeceeab60603d673c32151233 429704 interpreters optional 
cairo-5c_1.5.tar.gz
 c47ee9d66cd71f16cc53a72428ce86fb 39544 interpreters optional 
cairo-5c_1.5_i386.deb
 fa2bcf813eea134d4111c813ab101636 51306 interpreters optional 
libcairo5c-0_1.5_i386.deb

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

iD8DBQFPTfUNQp8BWwlsTdMRAqLsAJkBIkkk4kjIs5lX9cPb/fIcTVwi0QCfTYGo
9At1wqlVp9C+/kgp/lr/G4U=
=po6s
-END PGP SIGNATURE-


Accepted:
cairo-5c_1.5.dsc
  to main/c/cairo-5c/cairo-5c_1.5.dsc
cairo-5c_1.5.tar.gz
  to main/c/cairo-5c/cairo-5c_1.5.tar.gz
cairo-5c_1.5_i386.deb
  to main/c/cairo-5c/cairo-5c_1.5_i386.deb
libcairo5c-0_1.5_i386.deb
  to main/c/cairo-5c/libcairo5c-0_1.5_i386.deb


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



Accepted saga 2.0.8+dfsg-2 (source i386)

2012-02-29 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 28 Feb 2012 23:46:51 +0100
Source: saga
Binary: saga libsaga-dev libsaga python-saga
Architecture: source i386
Version: 2.0.8+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 libsaga- SAGA GIS development files
 libsaga-dev - SAGA GIS development files
 python-saga - SAGA GIS python bindings
 saga   - System for Automated Geoscientific Analyses
Changes: 
 saga (2.0.8+dfsg-2) unstable; urgency=low
 .
   [ Johan Van de Wauw ]
   * Run autoreconf after last grib2 fix + more logical patches.
 .
   [ Francesco Paolo Lovergine ]
   * Policy bumped to 3.9.3, no changes required.
Checksums-Sha1: 
 db6fc154fbbf9afec7c19f5a679b40dbefc5f49f 1608 saga_2.0.8+dfsg-2.dsc
 99c4f5dbc4a695b5b4b0e2f22bc921ec9bc41a3b 207404 saga_2.0.8+dfsg-2.debian.tar.gz
 141620087c01a86f16a15f0285ef8843700661d0 2900566 saga_2.0.8+dfsg-2_i386.deb
 c984a074d8dcb550a8c7a4c2d9a44703ca7e4cd9 138734 
libsaga-dev_2.0.8+dfsg-2_i386.deb
 bf8c31a5ab84809950689081e0cde7a47760f4c6 616136 libsaga_2.0.8+dfsg-2_i386.deb
 77d9437bd8e47471da1fb6a0c9bea9c52cfafe8f 591010 
python-saga_2.0.8+dfsg-2_i386.deb
Checksums-Sha256: 
 f63436f583f0e0c90f78bd8c693c66d5a52a49bd4aa6d3dafc6127cb08467e8a 1608 
saga_2.0.8+dfsg-2.dsc
 32f86aa10ec180266829e6916d2c02005393985fadcf4386eb240259f875ae36 207404 
saga_2.0.8+dfsg-2.debian.tar.gz
 fcd3e0b22a4cf25620722748642de944b4758764b2490d1266414ff70350732a 2900566 
saga_2.0.8+dfsg-2_i386.deb
 59e47c9127d228f9c4825be970ad541ab1cdd935e46c8b4ae3dc8b4882b300b0 138734 
libsaga-dev_2.0.8+dfsg-2_i386.deb
 be75261504078aebaeeb3ea7a1054276889388f420dd53c085d4c827d229fbea 616136 
libsaga_2.0.8+dfsg-2_i386.deb
 604625f4e15c19eec0ae284535bd436d52b2db028237455aab739959706e0656 591010 
python-saga_2.0.8+dfsg-2_i386.deb
Files: 
 396e86d8b62244d2e388609496dbc95c 1608 science optional saga_2.0.8+dfsg-2.dsc
 c041cc3e31d47dadf9008ae99cbedb16 207404 science optional 
saga_2.0.8+dfsg-2.debian.tar.gz
 ca1c0ae55406cbe91d40438d04d61988 2900566 science optional 
saga_2.0.8+dfsg-2_i386.deb
 24ce56f66fb570d0161c63c16f4feee3 138734 libdevel optional 
libsaga-dev_2.0.8+dfsg-2_i386.deb
 621677d1f4aee65afeca9fa22d0bd08f 616136 libs optional 
libsaga_2.0.8+dfsg-2_i386.deb
 2985242e96d927d6391f1812da0a4241 591010 python optional 
python-saga_2.0.8+dfsg-2_i386.deb

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

iEYEARECAAYFAk9N89cACgkQpFNRmenyx0cbqACfS0jYl0mFZDUYWQf8SvcpmHh/
3KMAn0E6FFGuQC/BjpVqvRzBqELc/KX0
=Pd5u
-END PGP SIGNATURE-


Accepted:
libsaga-dev_2.0.8+dfsg-2_i386.deb
  to main/s/saga/libsaga-dev_2.0.8+dfsg-2_i386.deb
libsaga_2.0.8+dfsg-2_i386.deb
  to main/s/saga/libsaga_2.0.8+dfsg-2_i386.deb
python-saga_2.0.8+dfsg-2_i386.deb
  to main/s/saga/python-saga_2.0.8+dfsg-2_i386.deb
saga_2.0.8+dfsg-2.debian.tar.gz
  to main/s/saga/saga_2.0.8+dfsg-2.debian.tar.gz
saga_2.0.8+dfsg-2.dsc
  to main/s/saga/saga_2.0.8+dfsg-2.dsc
saga_2.0.8+dfsg-2_i386.deb
  to main/s/saga/saga_2.0.8+dfsg-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/e1s2gmy-0001pg...@franck.debian.org



Accepted develock-el 0.39-1 (source all)

2012-02-29 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 11:52:11 +0100
Source: develock-el
Binary: develock-el
Architecture: source all
Version: 0.39-1
Distribution: unstable
Urgency: low
Maintainer: Mehdi Dogguy me...@debian.org
Changed-By: Mehdi Dogguy me...@debian.org
Description: 
 develock-el - additional font-lock keywords for the developers on Emacs
Closes: 633564 654942
Changes: 
 develock-el (0.39-1) unstable; urgency=low
 .
   * New upstream release.
   * New maintainer (Closes: #654942)
   * Re-do packaging using DH9.
 - Bump Standards-Version to 3.9.3
 - Conform to machine-readable copyright format 1.0
 - Convert to 3.0 (quilt) source format
   * Make develock-el aware of some other modes (Closes: #633564).
 - OCaml modes (caml-mode and tuareg-mode)
 - Coq mode
 - LaTeX mode
   * Add Vcs-{Browser,Git} control fields.
Checksums-Sha1: 
 f8086e106e8f3a66f5a69c4dc4fb06fca582203f 1495 develock-el_0.39-1.dsc
 163cabda0ecf2a1e9375149d3e3409cfdf771055 13659 develock-el_0.39.orig.tar.gz
 7825d616ee5a60d3d9a98f345b82707904100230 5825 develock-el_0.39-1.debian.tar.gz
 8d53dd4026abcc273087d2e1cf714da51fb08d22 19452 develock-el_0.39-1_all.deb
Checksums-Sha256: 
 82587dc80aa16577d9592afcb39354104a19f8ad0c918ec8546f889ec9c0900b 1495 
develock-el_0.39-1.dsc
 eb3f778deb175fb6160db9ab06f8524eab406dfb2542abae4a703620d9618465 13659 
develock-el_0.39.orig.tar.gz
 3d18ef73418eab617ef8f3c54055e882a86744ad5f80d4f0a3091945e7fba500 5825 
develock-el_0.39-1.debian.tar.gz
 c5d5139c40489a1135733c52fcb046cd5db681036227daa117d3a64fd7064164 19452 
develock-el_0.39-1_all.deb
Files: 
 d2cfba54586918d27e968ca1eb22bc6c 1495 editors optional develock-el_0.39-1.dsc
 86fe9668050da33326683053465313ac 13659 editors optional 
develock-el_0.39.orig.tar.gz
 dac690ccd781e93ce9953228b65f3eb8 5825 editors optional 
develock-el_0.39-1.debian.tar.gz
 6216be645b2f899ed02954eb70617354 19452 editors optional 
develock-el_0.39-1_all.deb

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

iQEcBAEBAgAGBQJPTgVbAAoJEDe1GR0FRlJog7oH+wS4anLZhll9fTXzUzYp/fkZ
kooaRZcTXdWhxY3VrlSuhwyQB5cMSb2hqsykZ7/xMif/91D6TkOxBhEk+MpPF672
pqRq/faB4wYsFxxsUxpjXb+ae1UP6d6KoVFcxqglf3r3dbNJ8IUgAL0vR1D8mk8G
Nlsw1COxU012WgOv3fwaZLv+yqImR1tOb+MgdDO0Rm2mUaBwm8rP2Y6fx2w1KO3d
FbNDiL4/Zl2ZCupHJSXbpukf0s4JJL88fkaRciy1WGPki1rxdmY1N27dkBf/OBmv
OrzTUqrZRnkx2g482Vk/J0clbN+H+NBJE2K58gIzlc+oB0434Uim+RQXziv3ncM=
=fsFD
-END PGP SIGNATURE-


Accepted:
develock-el_0.39-1.debian.tar.gz
  to main/d/develock-el/develock-el_0.39-1.debian.tar.gz
develock-el_0.39-1.dsc
  to main/d/develock-el/develock-el_0.39-1.dsc
develock-el_0.39-1_all.deb
  to main/d/develock-el/develock-el_0.39-1_all.deb
develock-el_0.39.orig.tar.gz
  to main/d/develock-el/develock-el_0.39.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/e1s2hwx-00083g...@franck.debian.org



Accepted golang-weekly 2012.02.22-1 (source all amd64)

2012-02-29 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 11:30:52 +0100
Source: golang-weekly
Binary: golang-weekly-go golang-weekly-src golang-weekly-doc golang-weekly-dbg 
golang-weekly
Architecture: source amd64 all
Version: 2012.02.22-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 golang-weekly - Experimental Go programming language [meta package]
 golang-weekly-dbg - Go programming language tool chain [debug]
 golang-weekly-doc - Documentation for Google's Go programming language
 golang-weekly-go - Experimental Go programming language compiler
 golang-weekly-src - Go programming language compiler (.go source files)
Changes: 
 golang-weekly (2012.02.22-1) unstable; urgency=low
 .
   * Imported Upstream version 2012.02.22
   * Add custom version of version.sh
   * Update IPv6 patch to new release
   * Remove patches obsoleted by new build system (this will need more
 checking if everything works as expected)
   * Update lintian-overrides
Checksums-Sha1: 
 278a3a0f995f75457a99a6f1d07f1e8285fa16e2 1586 golang-weekly_2012.02.22-1.dsc
 4ed6159a11e8d0ba4ff40acc29037a2ebe4516e4 9716363 
golang-weekly_2012.02.22.orig.tar.gz
 a5d83b6113b8fb87658b9423013106144d17d225 28002 
golang-weekly_2012.02.22-1.debian.tar.gz
 0e12809ca6e5f6c9b9b8c46db60813dd8d73f96b 18920658 
golang-weekly-go_2012.02.22-1_amd64.deb
 44c7b0764b0f28130665bdddbd52c2657b71a34a 2259078 
golang-weekly-src_2012.02.22-1_amd64.deb
 b44d3bd335c627eb8421363ab81138134891352c 4235610 
golang-weekly-doc_2012.02.22-1_all.deb
 abf96264755224ac38ebb8765aba61fd1a97c172 2854088 
golang-weekly-dbg_2012.02.22-1_amd64.deb
 c096dd987d5a7a46ea8e23cf90c88dd2bb090951 22380 
golang-weekly_2012.02.22-1_all.deb
Checksums-Sha256: 
 6af50c9d0591c23db01ad60e043de7781211b206d81acb4e1f101a91972d6c47 1586 
golang-weekly_2012.02.22-1.dsc
 ba70ad2f549ae63335512bbe126da1c5834430384310163d35ad98ddf2fcde64 9716363 
golang-weekly_2012.02.22.orig.tar.gz
 01b154a35881bf3932ae26dfb4b26792a4f84b3859181136ce0020a81cf89dd3 28002 
golang-weekly_2012.02.22-1.debian.tar.gz
 5f25a8af50043dbb28ad84940e99bab8f6270e9fc3905634425e282630709f6f 18920658 
golang-weekly-go_2012.02.22-1_amd64.deb
 5eb113c0029eedffcb50aa16cc0391b58c392a255c22fd4874480dd48abc3215 2259078 
golang-weekly-src_2012.02.22-1_amd64.deb
 0129dc6a066acf95cb2399be09c35c4e43d6a41668e830fc6691deec3af0905a 4235610 
golang-weekly-doc_2012.02.22-1_all.deb
 da11aad2672e4d6b371d570e71b64538e44de0c883f07ca9865686f29d01b62d 2854088 
golang-weekly-dbg_2012.02.22-1_amd64.deb
 c5eb7fc50c32e284e514b35bc5fe6c95123fd318d661a6d4c15ccebdd2d06417 22380 
golang-weekly_2012.02.22-1_all.deb
Files: 
 f1a2575781456ab93fe2153a5078f659 1586 devel optional 
golang-weekly_2012.02.22-1.dsc
 b96416c0cbfd747b3ce37629cad7d553 9716363 devel optional 
golang-weekly_2012.02.22.orig.tar.gz
 1d79e2b47b6dc9a6b2b99e033e87751a 28002 devel optional 
golang-weekly_2012.02.22-1.debian.tar.gz
 68a492040df95348811c22df1f80e0e9 18920658 devel optional 
golang-weekly-go_2012.02.22-1_amd64.deb
 d862e0ecb4cf53a42d9134b38b366562 2259078 devel optional 
golang-weekly-src_2012.02.22-1_amd64.deb
 3bb6d5ba6bdd16901b95ca62c7be6466 4235610 doc optional 
golang-weekly-doc_2012.02.22-1_all.deb
 03aab3f5ebe40904a7f17699a276122c 2854088 debug extra 
golang-weekly-dbg_2012.02.22-1_amd64.deb
 62a70e14e83c86e34b79c453811d36f1 22380 devel optional 
golang-weekly_2012.02.22-1_all.deb

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

iEYEARECAAYFAk9OCUYACgkQ9OZqfMIN8nP3OwCdE4Lv2oxeJZFqfRKihdBcisju
x4YAn1VOElNwW6EWjn3FabWXSmyprPt6
=fueh
-END PGP SIGNATURE-


Accepted:
golang-weekly-dbg_2012.02.22-1_amd64.deb
  to main/g/golang-weekly/golang-weekly-dbg_2012.02.22-1_amd64.deb
golang-weekly-doc_2012.02.22-1_all.deb
  to main/g/golang-weekly/golang-weekly-doc_2012.02.22-1_all.deb
golang-weekly-go_2012.02.22-1_amd64.deb
  to main/g/golang-weekly/golang-weekly-go_2012.02.22-1_amd64.deb
golang-weekly-src_2012.02.22-1_amd64.deb
  to main/g/golang-weekly/golang-weekly-src_2012.02.22-1_amd64.deb
golang-weekly_2012.02.22-1.debian.tar.gz
  to main/g/golang-weekly/golang-weekly_2012.02.22-1.debian.tar.gz
golang-weekly_2012.02.22-1.dsc
  to main/g/golang-weekly/golang-weekly_2012.02.22-1.dsc
golang-weekly_2012.02.22-1_all.deb
  to main/g/golang-weekly/golang-weekly_2012.02.22-1_all.deb
golang-weekly_2012.02.22.orig.tar.gz
  to main/g/golang-weekly/golang-weekly_2012.02.22.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/e1s2hlo-000127...@franck.debian.org



Accepted libselinux 2.1.9-2 (source all amd64)

2012-02-29 Thread Russell Coker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 28 Feb 2012 14:19:24 +1100
Source: libselinux
Binary: selinux-utils libselinux1 libselinux1-dev ruby-selinux 
libselinux-ruby1.8 python-selinux
Architecture: source amd64 all
Version: 2.1.9-2
Distribution: unstable
Urgency: low
Maintainer: Russell Coker russ...@coker.com.au
Changed-By: Russell Coker russ...@coker.com.au
Description: 
 libselinux-ruby1.8 - Transitional package for ruby-selinux
 libselinux1 - SELinux runtime shared libraries
 libselinux1-dev - SELinux development headers
 python-selinux - Python bindings to SELinux shared libraries
 ruby-selinux - Ruby bindings to SELinux shared libraries
 selinux-utils - SELinux utility programs
Changes: 
 libselinux (2.1.9-2) unstable; urgency=low
 .
   * Moved the python libraries out of the multiarch directory because
 multiarch doesn't seem to work with python.
 .
 libselinux (2.1.9-1) unstable; urgency=low
 .
   * New upstream version, lots of man page changes, python related changes,
 and lots of bug fixes.
   * Hacked the build to support multiarch, not sure if it does everything
 that is desired but at least it builds.
   * Added new libselinux1 symbols realpath_not_final, selabel_subs_init,
 selinux_check_access, and selinuxfs_exists.
Checksums-Sha1: 
 188d44de0ceef4b58315451a3000a0b7cd220e30 1649 libselinux_2.1.9-2.dsc
 127925f0bb4fced9e6ba965290c390dad2554bcc 155840 libselinux_2.1.9.orig.tar.gz
 45b712a0018a329c0642b465444dda27bfce2ed9 25883 libselinux_2.1.9-2.debian.tar.gz
 f2cfd80d38ce108452b6a73d74af1c4591947676 84778 selinux-utils_2.1.9-2_amd64.deb
 190caceb6428e8e6cc92de9f494823e020ece62a 89260 libselinux1_2.1.9-2_amd64.deb
 5340ce7addb32469a2b4223b1d229a44b441b9a4 170590 
libselinux1-dev_2.1.9-2_amd64.deb
 f7fefab8a835e077b6bfae1f9542d266c11bb1b8 93834 ruby-selinux_2.1.9-2_amd64.deb
 53a4792def27957c622c71540ea2f0b420f2e169 29994 
libselinux-ruby1.8_2.1.9-2_all.deb
 801bd7c8c42c47b3b3893e3503c78c770efc1122 363264 
python-selinux_2.1.9-2_amd64.deb
Checksums-Sha256: 
 4606ca681affddfa4623d0f94050ab137cc2c9e245b09dcb684bf405422aef4b 1649 
libselinux_2.1.9-2.dsc
 749d4b39c80aa9df8247b8b3187ab72442c0dbad6e70bf312e25052bd4e7063f 155840 
libselinux_2.1.9.orig.tar.gz
 e49906ccbe33de4790f8059a89055d35b8fa4d447bc355977b3c789290946409 25883 
libselinux_2.1.9-2.debian.tar.gz
 4e911fbf147afea59aed2f7be90f29f963dfd0858865d3f45ad2473828ba163d 84778 
selinux-utils_2.1.9-2_amd64.deb
 af8fcf2cbbd5070f94c242b639d5a10aa13887c4dacd406fb805463db056636f 89260 
libselinux1_2.1.9-2_amd64.deb
 09331a9809fccae0fc2a575207cc3756a870782605a9eab2a5a952677ac9bc23 170590 
libselinux1-dev_2.1.9-2_amd64.deb
 660169543e52ba0e5a512b07b67a509b0c6fcc7c27c437a4803e90bf773be392 93834 
ruby-selinux_2.1.9-2_amd64.deb
 ee797b775852c35a01aa9f941596d7fe8cab9e43f2f97d0c4cb412be45f33caf 29994 
libselinux-ruby1.8_2.1.9-2_all.deb
 e40856560fe156138e447e1d2186e40cd005f517d0d3d56a0130c3d79537f3d5 363264 
python-selinux_2.1.9-2_amd64.deb
Files: 
 7c444ae496799a8e01084eaeffbb8b45 1649 libs optional libselinux_2.1.9-2.dsc
 8ea0548dd65e9479b357ba1447f89221 155840 libs optional 
libselinux_2.1.9.orig.tar.gz
 da7f7d291c5ede5623c5517d109684f9 25883 libs optional 
libselinux_2.1.9-2.debian.tar.gz
 f943fa466a976946328eaa72bee002ab 84778 admin optional 
selinux-utils_2.1.9-2_amd64.deb
 08c51e503c0259209cdd84b4badf8b7a 89260 libs required 
libselinux1_2.1.9-2_amd64.deb
 260989ca214a8e084f78fb2d7b384d0c 170590 libdevel optional 
libselinux1-dev_2.1.9-2_amd64.deb
 cd31beacdfeb5daf28ed34e5816979c9 93834 ruby optional 
ruby-selinux_2.1.9-2_amd64.deb
 16b529642ffc540b249ecdd68e01b199 29994 oldlibs optional 
libselinux-ruby1.8_2.1.9-2_all.deb
 1e5c7926d69117c1d2c81c11a48c0164 363264 python optional 
python-selinux_2.1.9-2_amd64.deb

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

iEYEARECAAYFAk9Mv3oACgkQwrB5/PXHUlYvuwCcDusl46ZfEreikIIRrzCWuP/X
S7EAoLABfMtM2QqtgPXp9THbmRQrmT+N
=rPOL
-END PGP SIGNATURE-


Accepted:
libselinux-ruby1.8_2.1.9-2_all.deb
  to main/libs/libselinux/libselinux-ruby1.8_2.1.9-2_all.deb
libselinux1-dev_2.1.9-2_amd64.deb
  to main/libs/libselinux/libselinux1-dev_2.1.9-2_amd64.deb
libselinux1_2.1.9-2_amd64.deb
  to main/libs/libselinux/libselinux1_2.1.9-2_amd64.deb
libselinux_2.1.9-2.debian.tar.gz
  to main/libs/libselinux/libselinux_2.1.9-2.debian.tar.gz
libselinux_2.1.9-2.dsc
  to main/libs/libselinux/libselinux_2.1.9-2.dsc
libselinux_2.1.9.orig.tar.gz
  to main/libs/libselinux/libselinux_2.1.9.orig.tar.gz
python-selinux_2.1.9-2_amd64.deb
  to main/libs/libselinux/python-selinux_2.1.9-2_amd64.deb
ruby-selinux_2.1.9-2_amd64.deb
  to main/libs/libselinux/ruby-selinux_2.1.9-2_amd64.deb
selinux-utils_2.1.9-2_amd64.deb
  to main/libs/libselinux/selinux-utils_2.1.9-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: 

Accepted worker 2.19.1-1 (source all amd64)

2012-02-29 Thread Tobias Quathamer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 12:15:40 +0100
Source: worker
Binary: worker worker-data
Architecture: source amd64 all
Version: 2.19.1-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Quathamer to...@debian.org
Changed-By: Tobias Quathamer to...@debian.org
Description: 
 worker - highly configurable two-paned file manager for X
 worker-data - data files for worker
Changes: 
 worker (2.19.1-1) unstable; urgency=low
 .
   * Imported Upstream version 2.19.1
   * Remove Replaces worker ( 2.16.5-2)
   * Use a machine-readable debian/copyright file, version 1.0
   * Switch to official debhelper v9
   * Update Standards-Version to 3.9.3
Checksums-Sha1: 
 d167f334acfd1f73642233a82228b1d1ebd2e1f9 1781 worker_2.19.1-1.dsc
 51cd31fd7fa7e2808cad2eed5792b667cb76c53b 1168480 worker_2.19.1.orig.tar.bz2
 00b3f4c95f4a4e315c45c67cf6f3b463ed84d211 8280 worker_2.19.1-1.debian.tar.gz
 febcc71f921f3284c0db2989b49f84ee5ba8903f 94 worker_2.19.1-1_amd64.deb
 28eb0e61bffa50318cdcb318f6026cd7c073695a 702830 worker-data_2.19.1-1_all.deb
Checksums-Sha256: 
 8729e5a42aa0dc9ef0376975695e0f7e2056302e9d5469c57d0c88aa237eb908 1781 
worker_2.19.1-1.dsc
 e24b8cf3eb5c02f126b41d0a40f83a0c947013a446537121cf74b2003b7cba44 1168480 
worker_2.19.1.orig.tar.bz2
 c6d92eaf1feb5c119c2995d56693282b86377e9820733872c3bfac900cea8f06 8280 
worker_2.19.1-1.debian.tar.gz
 fc4e6f61d4257b063e056d53805ba70d7c95d80bd9a27d1861b44645655aff34 94 
worker_2.19.1-1_amd64.deb
 ecb282a1b92657d420ba4b74469180f0699b1c9f00128f7f6c2cb34ce156d28c 702830 
worker-data_2.19.1-1_all.deb
Files: 
 ef871e1319ea8e531c10069d584a084e 1781 x11 optional worker_2.19.1-1.dsc
 48c5cb85ca6ff1744e690634459130d2 1168480 x11 optional 
worker_2.19.1.orig.tar.bz2
 2b43043d232bc91e2ae9582ec453c7ed 8280 x11 optional 
worker_2.19.1-1.debian.tar.gz
 847c776d514a2e88b63d1aa3a54c0a8e 94 x11 optional worker_2.19.1-1_amd64.deb
 be0e20e4d04b8cb5ae1ae58bbb082446 702830 x11 optional 
worker-data_2.19.1-1_all.deb

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

iQIcBAEBCAAGBQJPTgrPAAoJEIP9HEaC0TjgjyAP+gP0E5sK4NwqytgsXCXv1n3j
GFsgdvTfD6y5AjfNufjySMpynG0bBWVvaThM0etoUDaTO8iJeZzf8vaSs5eits7x
FckK9/nuiQYCOMdokgahRm2fyE3Bm/foM5PTbq066mW6QVhJ1VbXYuyKxvhvKnFn
D8oHdejcEt5yJhtsCazjtIl9t+nWP4Ww4aDr/C64vh5Mfw8taX10tB7tkXWmMuAZ
YzPmcJe9D7tJBAUAsZwQEvrlkB0c83N3PYQm40XDCHeBtjxYJXfxUKlw8f5S5Gk1
qmYkA9+oX1BE74kmS2izgv4IH9qJJ4Guzbr3U9RZI2k4ljxExo3o9miPYBQ2JdlC
RBKajOHXKu0dmgugjgF8Jw0UyWaPKkngdvMJs80f/MmA6UAMsSlPIyq++aJOaxXM
VOub6TYGdgAXy7dHtmfwoUacG2G1vJKsdOxyt/Zin0O4dK4wEQTeSs5pd4E4rf5r
JmOp4RtbyMwBvqxCN2QXaArtCKpPBkBPaTNMcokoEoqtbCAP8GlrHcQijt+uePov
xeXPWPch9dAm8ASyc6QScwrCJ5d3Co9uhivWgAxrf3JmTJShci9fV/v1CHeGDFp/
A0d7oScg3qLryalZrxeUhT6z5eRj23HyfetcPnrmsbJl8l/zWQOSw+3BGNaLyVNL
iTar2+8z4diBy2iVZ40m
=a7Ul
-END PGP SIGNATURE-


Accepted:
worker-data_2.19.1-1_all.deb
  to main/w/worker/worker-data_2.19.1-1_all.deb
worker_2.19.1-1.debian.tar.gz
  to main/w/worker/worker_2.19.1-1.debian.tar.gz
worker_2.19.1-1.dsc
  to main/w/worker/worker_2.19.1-1.dsc
worker_2.19.1-1_amd64.deb
  to main/w/worker/worker_2.19.1-1_amd64.deb
worker_2.19.1.orig.tar.bz2
  to main/w/worker/worker_2.19.1.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/e1s2hmw-0002pv...@franck.debian.org



Accepted acpid 1:2.0.14-3 (source amd64)

2012-02-29 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 13:24:37 +0100
Source: acpid
Binary: acpid kacpimon
Architecture: source amd64
Version: 1:2.0.14-3
Distribution: unstable
Urgency: low
Maintainer: Debian Acpi Team pkg-acpi-de...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 acpid  - Advanced Configuration and Power Interface event daemon
 kacpimon   - Kernel ACPI Event Monitor
Closes: 656676 661344
Changes: 
 acpid (1:2.0.14-3) unstable; urgency=low
 .
   * Added upstream patch to remove pointless See Also section from manpage.
 (Closes: #656676)
   * Bumped Standards-Version to 3.9.3, no changes needed.
   * Enable socket for systemd. (Closes: #661344)
Checksums-Sha1: 
 5f1a4683f45ff3415edf2ded57e06cb4c3e65e83 1300 acpid_2.0.14-3.dsc
 35cf21995c4577c9b6d0cffd7fde3eb9484794fb 19195 acpid_2.0.14-3.diff.gz
 0a2a1b99b574b0a8a7be0438afc664090f624985 56738 acpid_2.0.14-3_amd64.deb
 18eafab7464eb83cc73fa8797bcd204c8050bb3a 31060 kacpimon_2.0.14-3_amd64.deb
Checksums-Sha256: 
 6c3f2214c90d49715e9e9bf473d4f645134ca3cb4aa18bae088083053d2b5e0b 1300 
acpid_2.0.14-3.dsc
 0d5fe098876f808765574f6a88979b16022eef85e681d1d934897fd1e527f80a 19195 
acpid_2.0.14-3.diff.gz
 75ac365a3e60c1c6c5e88fce37044f90005f366e989144777e8658f68f8fc778 56738 
acpid_2.0.14-3_amd64.deb
 3d34222aadc3c5f5784c81f8ca98d60f91f636149a6aedca0cddb5282b9140fc 31060 
kacpimon_2.0.14-3_amd64.deb
Files: 
 6c71ebef95da59159d10bf64e08b11a2 1300 admin optional acpid_2.0.14-3.dsc
 760468248edba5319def3b8cd32a6b91 19195 admin optional acpid_2.0.14-3.diff.gz
 49a2dab54264a5e85030d3beab56ed44 56738 admin optional acpid_2.0.14-3_amd64.deb
 fef9715957ee0259873781be2a1fb3d0 31060 utils extra kacpimon_2.0.14-3_amd64.deb

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

iD8DBQFPThl1VkEm8inxm9ERAuzbAJ9KJP+68vZhLes0IBGH0FU4K9MCfwCfZ0WS
YoRpkx65+nYg78NxUqHO7Y0=
=10J5
-END PGP SIGNATURE-


Accepted:
acpid_2.0.14-3.diff.gz
  to main/a/acpid/acpid_2.0.14-3.diff.gz
acpid_2.0.14-3.dsc
  to main/a/acpid/acpid_2.0.14-3.dsc
acpid_2.0.14-3_amd64.deb
  to main/a/acpid/acpid_2.0.14-3_amd64.deb
kacpimon_2.0.14-3_amd64.deb
  to main/a/acpid/kacpimon_2.0.14-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/e1s2ihy-0007mb...@franck.debian.org



Accepted germinate 2.8 (source all)

2012-02-29 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 12:20:40 +
Source: germinate
Binary: germinate python-germinate python3-germinate
Architecture: source all
Version: 2.8
Distribution: unstable
Urgency: low
Maintainer: Colin Watson cjwat...@ubuntu.com
Changed-By: Colin Watson cjwat...@ubuntu.com
Description: 
 germinate  - expand dependencies in a list of seed packages
 python-germinate - expand dependencies in seed packages (Python interface)
 python3-germinate - expand dependencies in seed packages (Python 3 interface)
Closes: 661608
Changes: 
 germinate (2.8) unstable; urgency=low
 .
   * Build-depend on python-unittest2 so that the test suite works with
 Python 2.6 (closes: #661608).
Checksums-Sha1: 
 f457432ca0a6de915cd1935e5d6718375dda405d 1823 germinate_2.8.dsc
 534b8c28482a447fba6d14df37a29187629d38c9 67149 germinate_2.8.tar.gz
 3c87783d2e8dc6cca92d0c7cc621a86f8aabbb8b 31794 germinate_2.8_all.deb
 4a55e5ec98bae173da49643fb4d9a6900b885bef 51904 python-germinate_2.8_all.deb
 9fa8b089083321561501cf1f7b6d6918b92c0b3f 50664 python3-germinate_2.8_all.deb
Checksums-Sha256: 
 45467765e761f9b0535e42d532b50804a8cc7163ffdf1b5a5653ff0072090443 1823 
germinate_2.8.dsc
 098fd1766a3e739014c03aeefa986dc2b8a7b70031610a3d3927da1c397f26a9 67149 
germinate_2.8.tar.gz
 46a5a9943639e551a954e17928f0f03d2b688ffc94e15c377ce0bd817ae21e51 31794 
germinate_2.8_all.deb
 f46c1c9475143bea4eb7e4d73edbd728e09d2bedd0f5978e8bd52d1da8c7d9a8 51904 
python-germinate_2.8_all.deb
 221fa691226ad63615995162dc9c8f6c2d77efbfc1dd8e826663c30110d90856 50664 
python3-germinate_2.8_all.deb
Files: 
 9646cb0b5e362eaa0cf48e048bef578c 1823 utils optional germinate_2.8.dsc
 3f5c7ed70860913e415315992e39479d 67149 utils optional germinate_2.8.tar.gz
 263f3e007e39b2779d01565e2f1e703e 31794 utils optional germinate_2.8_all.deb
 20cc868d4c69d5766813874b833c21f8 51904 python optional 
python-germinate_2.8_all.deb
 9875bc9e5d7005216fde23202eecf5f9 50664 python optional 
python3-germinate_2.8_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBT04ZZDk1h9l9hlALAQhaJhAAgVMFBZeLCXeM4ydqatreY24ZmvtijnPf
GZaliJht+KA0ZacCyBeKKz9H09uuxzDoi+3lNr1ZUYjZwsDMtYw1WH83Ld2r6GWm
cbPOpqeIO3wJ3bmi4t1k4iTXM0SXHA7Z6BkTeDUOJcINnxph3ngGUkQosbJ60V7q
/KuoGRZmoKEoga/pR4Gn0ZLbB4UOvchKz7C96gwWGyCDCAHRWfgAR3XNX0606Qkh
09/KhN5Mof465wtHegbjcI74+4qYOfFa1gbhG5XKr4GtsL7Z+lysdAC6Cxx9wmu6
MZHkV/Y07d2AUSqN1VZcCsxPWjxx3x/ruuxE/s1FJctotWBib6f6OaiOmb+JTK8f
oWvMTHwRMHLJqZ374N4FWbsYSn0F7P3tAOqSIUnokD9bSAbNHEh5V7fvW5jQeane
R7NUpoEnxz8RwxIoah4/IySzbrnpqD4C/ML5LSDyyygZyPdKK7iq/xIDDuT/jQ8n
q71auRjjQTocG7PSZnXlACWheE6MICXasXBA7Km6MQxs3u3U9gqzY12NkUdV6xjf
x0epQGjTRp4IC7nczSP0I+Fw8aE9XGWcX/3hDaaGh00jaXJLGxMP4V5x5obVJIWZ
yvrIi4pCTfeaC5TLd5yw02pqrBsHBcvo26UaojEM3ka1k911YpJ8VkvZKvgUuW7i
hu/AVSdE+q8=
=i+Jc
-END PGP SIGNATURE-


Accepted:
germinate_2.8.dsc
  to main/g/germinate/germinate_2.8.dsc
germinate_2.8.tar.gz
  to main/g/germinate/germinate_2.8.tar.gz
germinate_2.8_all.deb
  to main/g/germinate/germinate_2.8_all.deb
python-germinate_2.8_all.deb
  to main/g/germinate/python-germinate_2.8_all.deb
python3-germinate_2.8_all.deb
  to main/g/germinate/python3-germinate_2.8_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/e1s2iie-0007rr...@franck.debian.org



Accepted keurocalc 1.2.0-1 (source all amd64)

2012-02-29 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 12:37:49 +0100
Source: keurocalc
Binary: keurocalc keurocalc-data
Architecture: source all amd64
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 keurocalc  - universal currency converter and calculator - binary package
 keurocalc-data - universal currency converter and calculator - data package
Changes: 
 keurocalc (1.2.0-1) unstable; urgency=low
 .
   * Fixed syntax in local-options file.
   * Imported Upstream version 1.2.0
   * Fixed description to list correct sources of exchange rates downloaded.
   * Bumped Standards-Version to 3.9.3, no changes needed.
   * Slightly updated copyright file.
Checksums-Sha1: 
 3134835cb6074d85006fc1410e3bc86c34a58713 1388 keurocalc_1.2.0-1.dsc
 567c57657d16550e32f44f02bd913833b0ef7ad4 1676515 keurocalc_1.2.0.orig.tar.gz
 7ea820ca8ffcc1329c74d9a2c5347194db8d2d21 4538 keurocalc_1.2.0-1.debian.tar.gz
 a030888d3d240cc701affe7ab0c55e06d55d5ff7 1533540 keurocalc-data_1.2.0-1_all.deb
 0cd5ea598e45a36734104a47e7a317c338839a1d 85022 keurocalc_1.2.0-1_amd64.deb
Checksums-Sha256: 
 fcd1f281e2a60f2a9a08df4ff67936518caad6b81ee140793560f1bf69a6c4be 1388 
keurocalc_1.2.0-1.dsc
 9a7853a51881e82ec2281232b7b4c8c10dbb758b504b98137ad5ff77722636d6 1676515 
keurocalc_1.2.0.orig.tar.gz
 16dfe20baf15d0e8d5636b66c33ae1ecb99c0db2513fc60e7091936d6b7ebe9c 4538 
keurocalc_1.2.0-1.debian.tar.gz
 5e8bc815d05c9dc17f1403d486e844189cc69a43c9f9e7c8c8a34bc78078e826 1533540 
keurocalc-data_1.2.0-1_all.deb
 87001a19a04a8717af836790750b1e8656f93bb6af0e1e81a826d3b10b6eb793 85022 
keurocalc_1.2.0-1_amd64.deb
Files: 
 3e4dc851950dbac255989369e0019929 1388 kde optional keurocalc_1.2.0-1.dsc
 80ad087f706b4f8362f345332dc49f5e 1676515 kde optional 
keurocalc_1.2.0.orig.tar.gz
 f5fcb5bdcfbebc11e099ebc059c6e06e 4538 kde optional 
keurocalc_1.2.0-1.debian.tar.gz
 7630ab05977b5f4b2d50bc9d4d8f96cf 1533540 kde optional 
keurocalc-data_1.2.0-1_all.deb
 c533b3bb924880ae8debb7c7e59ce4bf 85022 kde optional keurocalc_1.2.0-1_amd64.deb

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

iD8DBQFPThZeVkEm8inxm9ERAjoIAJ9pXFJtDWNuYOU9dUnJ9JjX2cB67gCfe1kU
ffdcmoKscFs8oyn0GMRZSIM=
=Vicw
-END PGP SIGNATURE-


Accepted:
keurocalc-data_1.2.0-1_all.deb
  to main/k/keurocalc/keurocalc-data_1.2.0-1_all.deb
keurocalc_1.2.0-1.debian.tar.gz
  to main/k/keurocalc/keurocalc_1.2.0-1.debian.tar.gz
keurocalc_1.2.0-1.dsc
  to main/k/keurocalc/keurocalc_1.2.0-1.dsc
keurocalc_1.2.0-1_amd64.deb
  to main/k/keurocalc/keurocalc_1.2.0-1_amd64.deb
keurocalc_1.2.0.orig.tar.gz
  to main/k/keurocalc/keurocalc_1.2.0.orig.tar.gz


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



Accepted tea 31.2.0-1 (source all amd64)

2012-02-29 Thread Tobias Quathamer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 13:05:53 +0100
Source: tea
Binary: tea tea-data
Architecture: source amd64 all
Version: 31.2.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 (31.2.0-1) unstable; urgency=low
 .
   * Imported Upstream version 31.2.0
   * Refresh debian/patches
   * Switch to debhelper v9
   * Use machine-readable format v1.0 for debian/copyright
   * Update to Standards-Version 3.9.3
Checksums-Sha1: 
 86a5ce76fb889da02db7cb5eb7f201abc9844b8f 1802 tea_31.2.0-1.dsc
 78986b8447eab21be136dc18a2e1afca39a442bb 262806 tea_31.2.0.orig.tar.bz2
 4c98ec42cb14e9164b2ca66a7fcab366fd9d261e 11677 tea_31.2.0-1.debian.tar.gz
 4196d261d21174a2a5f223845f975f27daafc24c 489898 tea_31.2.0-1_amd64.deb
 e9177beb0036514f9ff144bb067f6d5ffd795292 61220 tea-data_31.2.0-1_all.deb
Checksums-Sha256: 
 1e587c83d945f5d4c268dd32629cfa5520b63fbcb2a2c77e92d80b400d48c20e 1802 
tea_31.2.0-1.dsc
 81bb3d02a776a4a02fdb94751562194a32e6f8794ccf981d11db422cc44f836b 262806 
tea_31.2.0.orig.tar.bz2
 abe9c830e29195532c26abce9301e2ed02ff18a1b8f876b7ce7404d103ba8730 11677 
tea_31.2.0-1.debian.tar.gz
 d1a977c52bd6109fb199ad5035d08242f8bb8ecafdc6636ad9c613e2f3e1c859 489898 
tea_31.2.0-1_amd64.deb
 c3fb2203139e56bcbc0bdefbcdfa84f00ed5ff6c735692905e7db34122141e79 61220 
tea-data_31.2.0-1_all.deb
Files: 
 c8a6cbf26f14a88b1b77bf449a76fa4b 1802 editors optional tea_31.2.0-1.dsc
 720a9b586d0ae3f73f83dc954bd17a21 262806 editors optional 
tea_31.2.0.orig.tar.bz2
 b278018d13c56c4cf199b7d15d05792b 11677 editors optional 
tea_31.2.0-1.debian.tar.gz
 afb4be5d540fb8fea56fb54a3074e6bc 489898 editors optional tea_31.2.0-1_amd64.deb
 c3a23021b2ffdcbdaa6d2b84f098f820 61220 editors optional 
tea-data_31.2.0-1_all.deb

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

iQIcBAEBCAAGBQJPThZkAAoJEIP9HEaC0Tjg1+MP/R409rHeItkbaMibPcKkDLoU
XDntIXkEJ617NzA/GLI2Rv1lZDEpntthX2D3oHEuAOngp2vjuE404wg21qT9Hu1L
0fzb1FxLk+6oqqrb+hjY4x8S0a7BY2eYG3xpJJD9PIz4QgQbwKutqdwur51YTPk7
7kt+ATZYl0+g6bVmjlnsW2quDlzMqVQYkDJo2WZQzreW5s/n/1ee0b+nJB7Nxyfa
/DyeWgV2lOz1iigTBQX6/q3/GTHZppDQzJPkBqISeH4Wpd5/n70WqxVtsMyzGVm+
KxpXOOlf/GHwlo3dtHpdvRBq51RLNHMRmDIFAfoShcM/Owolv1wDo+z3nI5RzYWw
hMDchSPOJOgHpdOj/unra9yBDgAlaLQxQP0nEO2jFNd+00miQjLvkvNERpy1ZsVL
WhRWAi8VMoCtr8NkOZ0yL/fynEQKO/EHPtCFR8C+qXKitLMCa93maFGaUUYVeZZw
BMYXRzit9AlHb7QOrvunSEquoFeX87qTqLgnp3lTqfo5LdWGl4PK+wyP4bzLUNfq
CJ2c6TBjgcmpGxWHB6bdxUxrPi2HlAJabm903+TtmdJlMYBGpewAzo21X96SMB4Q
aVRccL+yiCmBg0GN0qGoO17F0XrY4IgZ9SlO31HKT8rjyu5A8K30Eyi6HDeyJYOR
vVpkbW7hhSvkz5dE3W6H
=adgI
-END PGP SIGNATURE-


Accepted:
tea-data_31.2.0-1_all.deb
  to main/t/tea/tea-data_31.2.0-1_all.deb
tea_31.2.0-1.debian.tar.gz
  to main/t/tea/tea_31.2.0-1.debian.tar.gz
tea_31.2.0-1.dsc
  to main/t/tea/tea_31.2.0-1.dsc
tea_31.2.0-1_amd64.deb
  to main/t/tea/tea_31.2.0-1_amd64.deb
tea_31.2.0.orig.tar.bz2
  to main/t/tea/tea_31.2.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/e1s2ijb-0007er...@franck.debian.org



Accepted thawab 3.0.13-1 (source all)

2012-02-29 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 16 Feb 2012 14:52:55 +0200
Source: thawab
Binary: thawab
Architecture: source all
Version: 3.0.13-1
Distribution: unstable
Urgency: low
Maintainer: Debian Islamic Maintainers 
debian-islamic-maintain...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 thawab - Arabic/Islamic encyclopedia system
Changes: 
 thawab (3.0.13-1) unstable; urgency=low
 .
   [ أحمد المحمودي (Ahmed El-Mahmoudy) ]
   * New upstream release.
   * Bumped compat level to 9
   * debian/copyright: Updated copyright format  years.
   * debian/links: Update symlink to manual.
 .
   [ Mehdi Dogguy ]
   * Add DMUA
Checksums-Sha1: 
 37171c2b602c00a9fe43c7f2a73bfab28ada2cf6 1761 thawab_3.0.13-1.dsc
 08f4ab4c039da178961c07b921b3d1e54f1bea28 189388 thawab_3.0.13.orig.tar.bz2
 e5a120bec42f1c6bae0e3a9c133835fc438e0cc2 13324 thawab_3.0.13-1.debian.tar.gz
 86376237ff95caaf559580a35e7dff9855a36eeb 275296 thawab_3.0.13-1_all.deb
Checksums-Sha256: 
 6aa1ac4afb4a956f235145edb80355bb498ecf98f0ab7937b5a4cab9801eb1c4 1761 
thawab_3.0.13-1.dsc
 0203322a229cd5d90c4309c1fed36b5fd5b310621ce52a91cf00e917a24a9d04 189388 
thawab_3.0.13.orig.tar.bz2
 fc61ef86820ae2665e2b1aa6b37cf6b485b83d0e3079265dd5782fc3d99e093a 13324 
thawab_3.0.13-1.debian.tar.gz
 1476c31fe2c62baea06cb7ff11f374b82ce58e72893e0255f06be47cded15a34 275296 
thawab_3.0.13-1_all.deb
Files: 
 fcf2e17276feac8623b194d7e6246c07 1761 non-free/misc extra thawab_3.0.13-1.dsc
 3a81818c5933a7bb523bc11b433c925b 189388 non-free/misc extra 
thawab_3.0.13.orig.tar.bz2
 397a840e3a0db6ca163704706a2cb609 13324 non-free/misc extra 
thawab_3.0.13-1.debian.tar.gz
 c0f0d6edd4a13d831cc53f67127bb18b 275296 non-free/misc extra 
thawab_3.0.13-1_all.deb

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

iQEcBAEBAgAGBQJPTh2TAAoJEDe1GR0FRlJoVmkH/ik9cj+Lt27NGnWKHRdaZ2Iw
4Prt1E+iaTlPkif58Xg8mpYS9bkge45JgnGQF5CKtDI9koLzeyuugrVVxTPJeL5y
GiA24qvxDyiAyVLGm9ItgRV251kKBEQqeCcvIWTn2+P0+Wifv65uBqmmA4syf4CE
tW6INPE5lROPpXfO/amnzk54h6gC/JbUtfiX31KRCzOh/vE/88ydARubqiWogq6M
OJTg7jhqEfU8j3ZLCArwzbLf2K/vA6xDUuwnKUIMBXVS1QCtugjtK1tCVeP3X0Fh
TKNcNRpLlouCee73C8a2kz24It3xxZgfxSoT4PBxrhgCU55CrrIyBIpD35dPW0I=
=2Gu6
-END PGP SIGNATURE-


Accepted:
thawab_3.0.13-1.debian.tar.gz
  to non-free/t/thawab/thawab_3.0.13-1.debian.tar.gz
thawab_3.0.13-1.dsc
  to non-free/t/thawab/thawab_3.0.13-1.dsc
thawab_3.0.13-1_all.deb
  to non-free/t/thawab/thawab_3.0.13-1_all.deb
thawab_3.0.13.orig.tar.bz2
  to non-free/t/thawab/thawab_3.0.13.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/e1s2jbj-0001dc...@franck.debian.org



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

2012-02-29 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 14:03:31 +0100
Source: bzr-email
Binary: bzr-email
Architecture: source all
Version: 0.0.1~bzr52-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-email  - Notification email plugin for Bazaar
Changes: 
 bzr-email (0.0.1~bzr52-1) unstable; urgency=low
 .
   * Support installation with just python-bzrlib, not bzr.
   * New upstream snapshot.
   * Bump standards version to 3.9.3 (no changes).
   * Use machine-parseable copyright file format.
   * Add tests for autopkgtest.
Checksums-Sha1: 
 84a18e54974823776aede8843fa40804f1ed9fdf 1411 bzr-email_0.0.1~bzr52-1.dsc
 70453d27758f2b93b72dc5a91d1c4ddae4441a2a 12336 
bzr-email_0.0.1~bzr52.orig.tar.gz
 ac6c2c6f94dc66b1081c532582c2616f96779f85 2546 
bzr-email_0.0.1~bzr52-1.debian.tar.gz
 05783afd7abf3a208662110ad3adfa45efa879c5 15234 bzr-email_0.0.1~bzr52-1_all.deb
Checksums-Sha256: 
 06c1351cfc5bfe04d2b7b17676216f68b8e855e039c3c2ef30682a8491c652ea 1411 
bzr-email_0.0.1~bzr52-1.dsc
 5caff14057b838b362124132886d8ee4d24f779082992f1ec46b20e873b3ccd3 12336 
bzr-email_0.0.1~bzr52.orig.tar.gz
 6b41a51b22df88ee561f897259063706d433b1e9244d23ebc078f4fba4cf5784 2546 
bzr-email_0.0.1~bzr52-1.debian.tar.gz
 c55ab0886105f4350412130d80bd8a33be5c6a2f53e35a7411532ada094d7883 15234 
bzr-email_0.0.1~bzr52-1_all.deb
Files: 
 053b9c9d4af289e51f0887c9b6e8 1411 vcs optional bzr-email_0.0.1~bzr52-1.dsc
 c398111070f5a9e56fb3f2081357b469 12336 vcs optional 
bzr-email_0.0.1~bzr52.orig.tar.gz
 c7787b3ea48e9a853d08b1d902725800 2546 vcs optional 
bzr-email_0.0.1~bzr52-1.debian.tar.gz
 ff26f48520bb1f89c99066be7fc231f0 15234 vcs optional 
bzr-email_0.0.1~bzr52-1_all.deb

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

iEYEARECAAYFAk9OJCEACgkQPa9Uoh7vUnap+QCeOeVZsNPCyX8XqnvyX+JzUjY8
qLUAoJbQmWJO/30ZGfmyKkyGjrUne/1a
=XhjM
-END PGP SIGNATURE-


Accepted:
bzr-email_0.0.1~bzr52-1.debian.tar.gz
  to main/b/bzr-email/bzr-email_0.0.1~bzr52-1.debian.tar.gz
bzr-email_0.0.1~bzr52-1.dsc
  to main/b/bzr-email/bzr-email_0.0.1~bzr52-1.dsc
bzr-email_0.0.1~bzr52-1_all.deb
  to main/b/bzr-email/bzr-email_0.0.1~bzr52-1_all.deb
bzr-email_0.0.1~bzr52.orig.tar.gz
  to main/b/bzr-email/bzr-email_0.0.1~bzr52.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/e1s2jpe-0002sh...@franck.debian.org



Accepted bzr-fastimport 0.13.0-1 (source all)

2012-02-29 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 13:42:26 +0100
Source: bzr-fastimport
Binary: bzr-fastimport
Architecture: source all
Version: 0.13.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-fastimport - Fast-import/fast-export plugin for Bazaar
Changes: 
 bzr-fastimport (0.13.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump standards version to 3.9.3 (no changes).
   * Add tests for autopkgtest.
Checksums-Sha1: 
 93f493bdd577dabdc71ad6db1402ac0d7d7b1af4 1428 bzr-fastimport_0.13.0-1.dsc
 1f08dd85098d047c11c4b42e060038463d9c50ed 80255 
bzr-fastimport_0.13.0.orig.tar.gz
 93b1c450c2274cd009b7dbcb2d60afe91552a6db 2998 
bzr-fastimport_0.13.0-1.debian.tar.gz
 4449f5937b2738b7951a83fbe17f6cdd5f88a63f 66020 bzr-fastimport_0.13.0-1_all.deb
Checksums-Sha256: 
 8d06536547fb2770cb58aed5ee5509d6e7fc600ae72f7ee7cb6813f7f4ed2a67 1428 
bzr-fastimport_0.13.0-1.dsc
 5e296dc4ff8e9bf1b6447e81fef41e1217656b43368ee4056a1f024221e009eb 80255 
bzr-fastimport_0.13.0.orig.tar.gz
 2eb7b6f084d7aae014be09e19c0e2265006e55641940ba8c69fe25768b4901f2 2998 
bzr-fastimport_0.13.0-1.debian.tar.gz
 719bf641f3509d3a05ee766f09e677139e41966f2f45de94a1f5ae2571da679b 66020 
bzr-fastimport_0.13.0-1_all.deb
Files: 
 7981afd4f38681939ec3032ffa48c59c 1428 vcs optional bzr-fastimport_0.13.0-1.dsc
 e47115774d44ae0c3b027ae0374aa52e 80255 vcs optional 
bzr-fastimport_0.13.0.orig.tar.gz
 ee420eaf2b58eb3c81ade1a4e2c0ead9 2998 vcs optional 
bzr-fastimport_0.13.0-1.debian.tar.gz
 353a3e10f83fe1d0d6be6cbfdf16e4fa 66020 vcs optional 
bzr-fastimport_0.13.0-1_all.deb

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

iEYEARECAAYFAk9OIPMACgkQPa9Uoh7vUnZ+PwCcD4g6Ao9A5qH3/hMUmbVm4MHj
U/8An0mzuryES1Bv+ff0AD2WVmFQd7Uz
=56BM
-END PGP SIGNATURE-


Accepted:
bzr-fastimport_0.13.0-1.debian.tar.gz
  to main/b/bzr-fastimport/bzr-fastimport_0.13.0-1.debian.tar.gz
bzr-fastimport_0.13.0-1.dsc
  to main/b/bzr-fastimport/bzr-fastimport_0.13.0-1.dsc
bzr-fastimport_0.13.0-1_all.deb
  to main/b/bzr-fastimport/bzr-fastimport_0.13.0-1_all.deb
bzr-fastimport_0.13.0.orig.tar.gz
  to main/b/bzr-fastimport/bzr-fastimport_0.13.0.orig.tar.gz


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



Accepted r-base 2.14.2-1 (source i386 all)

2012-02-29 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 06:52:40 -0600
Source: r-base
Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-doc-pdf 
r-doc-html r-doc-info r-recommended r-base-core-dbg
Architecture: source i386 all
Version: 2.14.2-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-base - GNU R statistical computation and graphics system
 r-base-core - GNU R core of statistical computation and graphics system
 r-base-core-dbg - GNU R debug symbols for statistical comp. language and 
environmen
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Changes: 
 r-base (2.14.2-1) unstable; urgency=low
 .
   * New upstream release
 .
   * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 1.0.5 version pass as lintian does not like the embedded library
 .
   * debian/control: Set Standards-Version: to current version
Checksums-Sha1: 
 cffb4ff3fee5c33e29a54c39f111bc228d9bc9fd 2082 r-base_2.14.2-1.dsc
 523dca7694e4d0c8701fcc783ea3767e46fe7a62 23893986 r-base_2.14.2.orig.tar.gz
 afa9351ece0a86b1edd68f21667878de1744e4a5 71846 r-base_2.14.2-1.diff.gz
 a75e19aa1ab93f634caf3add18d814cc7905e06c 19987398 r-base-core_2.14.2-1_i386.deb
 7171bb70acb3faa744a7d38aeb4aeee534ef90ad 623052 r-mathlib_2.14.2-1_i386.deb
 59b937d1aecdff7f0dd88f848aa3248f26dff54a 2857648 
r-base-core-dbg_2.14.2-1_i386.deb
 6d00fe3b5f464cb35cd5e45193434aff69dd09a7 35944 r-base_2.14.2-1_all.deb
 8670a70e4a7b05a07d43652d409ce1c7aa2b9d68 3894 r-base-dev_2.14.2-1_all.deb
 bfef25f860c35255c80939071448e465aa5fb53d 88936 r-base-html_2.14.2-1_all.deb
 f3e62ffc6f2a65756a157184a69cfa970c6af384 8286270 r-doc-pdf_2.14.2-1_all.deb
 fd11ca005caa4b695c328d498c0be6f3609db7e0 633296 r-doc-html_2.14.2-1_all.deb
 13722635f394e4d48d73c5a1f52b7c80332d28b0 542408 r-doc-info_2.14.2-1_all.deb
 8781d68849d9e8967a344b08dbdbbccc8ded7101 2674 r-recommended_2.14.2-1_all.deb
Checksums-Sha256: 
 95b840f8ca1f3a926b1bdd330307556dc11e6e6a4962730e01ef7569a2959cfa 2082 
r-base_2.14.2-1.dsc
 ccd8b43a746dc7105a1c77423ea1bb72dc333b41d9e9801a96d6f71c2266736e 23893986 
r-base_2.14.2.orig.tar.gz
 b7409565721440aae3788a0c82a2731bcac192285eaf3e1d2b8b9e5c57416e5b 71846 
r-base_2.14.2-1.diff.gz
 5f02576a46b9cc4d0b7006da1d8b4c2cdc13468e22a497fb086558bb83bbafb9 19987398 
r-base-core_2.14.2-1_i386.deb
 30c2c420f687c79f22ac98d8abbe9c42be2fa216264578aaf2a0ba660fe91d1f 623052 
r-mathlib_2.14.2-1_i386.deb
 5c481767f221209eccfd543caaa1ee7f31740e563f41854af9bd49ebfa774d35 2857648 
r-base-core-dbg_2.14.2-1_i386.deb
 ce3a1d8ad6651b8ed8ed3720593c4164b6a0951a69195b479fa9b75294e759ca 35944 
r-base_2.14.2-1_all.deb
 bb781e383dee221a88d35cd9ca0fea2e9199b60ea76d9335e0ce8e28df97a7b5 3894 
r-base-dev_2.14.2-1_all.deb
 f6665013341aefbde6fab4ea837fbef6c870003754de52bf29bc134fee717422 88936 
r-base-html_2.14.2-1_all.deb
 b8b5666e74c7d8d1ebe7e6ba1c0580fc139bff1d2921e0f5e87e28e3cab09253 8286270 
r-doc-pdf_2.14.2-1_all.deb
 05d59836deac323c66d23441e1626f8c843699132f8b334c26629d816ca8d3cd 633296 
r-doc-html_2.14.2-1_all.deb
 d34207eb21bab0a2ad4aafe979a799ca06d9e54483b4f9774eea06411d4136e8 542408 
r-doc-info_2.14.2-1_all.deb
 5e29930d2e89388f9a864416e2be74fa3b24c783375c1c6f7138f2c2c1570b30 2674 
r-recommended_2.14.2-1_all.deb
Files: 
 f730051424e6cf7c22c4dd0ffbcc580c 2082 gnu-r optional r-base_2.14.2-1.dsc
 f5c8657543a293a80d025be58cf1ef71 23893986 gnu-r optional 
r-base_2.14.2.orig.tar.gz
 0393b39895ea8a731b09bc12f87203d2 71846 gnu-r optional r-base_2.14.2-1.diff.gz
 9c2402e3c1bd49d9ec805caf0d13ad07 19987398 gnu-r optional 
r-base-core_2.14.2-1_i386.deb
 603601e4795aa74c32bc92ed252af20d 623052 gnu-r optional 
r-mathlib_2.14.2-1_i386.deb
 bc1ba96dc514e03a7c9ad73ab66ee5c8 2857648 debug extra 
r-base-core-dbg_2.14.2-1_i386.deb
 66158051376f21e8aa4d0494b89f3730 35944 gnu-r optional r-base_2.14.2-1_all.deb
 9c68a9b8ca710e5a5f7bda745c7bb8a4 3894 gnu-r optional 
r-base-dev_2.14.2-1_all.deb
 f9a0ee1ef8f9b6597d21d3eaee6dd8e5 88936 doc extra r-base-html_2.14.2-1_all.deb
 4b870e75980cfd92d1efd2040c417d16 8286270 doc optional 
r-doc-pdf_2.14.2-1_all.deb
 a2b59ad41de68a8752aa90a6cb520e66 633296 doc optional 
r-doc-html_2.14.2-1_all.deb
 f50aeb2ee508969a61caa4bbde5b1a1c 542408 doc optional 
r-doc-info_2.14.2-1_all.deb
 dd552ccbea6ce31a959897bd4500f8a6 2674 gnu-r optional 
r-recommended_2.14.2-1_all.deb

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

iD8DBQFPTiHkCZSR95Gw07cRAnEGAJ9VXBCvvLpjVAmghJdmbifC5NL/cwCeJPPJ
esVUD2aIdszpRrA3w9bHrms=
=AvIg
-END PGP 

Accepted bzr-gtk 0.103.0+bzr780-1 (source all)

2012-02-29 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 15:04:43 +0100
Source: bzr-gtk
Binary: bzr-gtk nautilus-bzr
Architecture: source all
Version: 0.103.0+bzr780-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-gtk- provides graphical interfaces to Bazaar (bzr) version control
 nautilus-bzr - Bazaar (bzr) integration for nautilus
Changes: 
 bzr-gtk (0.103.0+bzr780-1) unstable; urgency=low
 .
   * Use machine-parseable copyright file format.
   * Bump standards version to 3.9.3 (no changes).
   * Drop suggests of bzr-avahi, which is no longer available. LP:
 #926470
   * New upstream snapshot.
+ Fixes mixed use of gtk2 and gtk3 in bzr-notify. LP: #903444
+ Prevents crash when the diff widget is being closed. LP: #914363
+ Fixes syntax highlighting using the gedit color scheme. LP: #672158
+ Fixes import/type errors in bzr-handle-patch. LP: #926315
Checksums-Sha1: 
 e543cd34f1387985ee26ddd80c457b463c504016 1743 bzr-gtk_0.103.0+bzr780-1.dsc
 fce071636515f57bcf4d79239e9fecff484ee918 216122 
bzr-gtk_0.103.0+bzr780.orig.tar.gz
 6900752d3d5f14cbe5e1801ba5959b4688f08004 9034 
bzr-gtk_0.103.0+bzr780-1.debian.tar.gz
 3cc8d04fb3e1d0ad0e267a8a3fdc9d2c2081a91e 163046 
bzr-gtk_0.103.0+bzr780-1_all.deb
 6f59f19d0a646438482a860b6cd124cf3c4bcf61 15524 
nautilus-bzr_0.103.0+bzr780-1_all.deb
Checksums-Sha256: 
 fe51313b2de81e45d8809981f4ad8b6d266457732a8f77a4510fb182ee1c2f04 1743 
bzr-gtk_0.103.0+bzr780-1.dsc
 41cc9fc51dd3c0ae69935060dacae372eb53e3a1ae11c11f6697e7a6980fadaa 216122 
bzr-gtk_0.103.0+bzr780.orig.tar.gz
 b2168925260aef81da91ddaff80fd5f91dc69d05a6691b2ba24d6d49ea5e5240 9034 
bzr-gtk_0.103.0+bzr780-1.debian.tar.gz
 fc295d215f888ea00021bac1ed26adf7f68ee52ee368d64f247b2ea82812deb1 163046 
bzr-gtk_0.103.0+bzr780-1_all.deb
 904548737d55bd710429eff450a555bb757b9100cac30ab326721d2b6a01905a 15524 
nautilus-bzr_0.103.0+bzr780-1_all.deb
Files: 
 45ea3ac4e5f8c75ac5e724383ef9d8f4 1743 vcs optional bzr-gtk_0.103.0+bzr780-1.dsc
 d30fd426b7564e9c82b8a959dbe2c512 216122 vcs optional 
bzr-gtk_0.103.0+bzr780.orig.tar.gz
 f93338ae784f6eab47220f5ca5d8ab3a 9034 vcs optional 
bzr-gtk_0.103.0+bzr780-1.debian.tar.gz
 69dcff66970cf31a9e6741fe8b7f89de 163046 vcs optional 
bzr-gtk_0.103.0+bzr780-1_all.deb
 01c80ad9e558e7f8e9cb89e3170e6e52 15524 vcs optional 
nautilus-bzr_0.103.0+bzr780-1_all.deb

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

iEYEARECAAYFAk9ONRYACgkQPa9Uoh7vUna67QCgjjqpgY53oPV/k18R46aeDExF
MygAn3wn7ZzOWw7mKo84Vizk7FEvvX1k
=tZCm
-END PGP SIGNATURE-


Accepted:
bzr-gtk_0.103.0+bzr780-1.debian.tar.gz
  to main/b/bzr-gtk/bzr-gtk_0.103.0+bzr780-1.debian.tar.gz
bzr-gtk_0.103.0+bzr780-1.dsc
  to main/b/bzr-gtk/bzr-gtk_0.103.0+bzr780-1.dsc
bzr-gtk_0.103.0+bzr780-1_all.deb
  to main/b/bzr-gtk/bzr-gtk_0.103.0+bzr780-1_all.deb
bzr-gtk_0.103.0+bzr780.orig.tar.gz
  to main/b/bzr-gtk/bzr-gtk_0.103.0+bzr780.orig.tar.gz
nautilus-bzr_0.103.0+bzr780-1_all.deb
  to main/b/bzr-gtk/nautilus-bzr_0.103.0+bzr780-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/e1s2koo-dw...@franck.debian.org



Accepted lazarus 0.9.30.2-3 (source all amd64)

2012-02-29 Thread Abou Al Montacir
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Feb 2012 18:49:00 +0100
Source: lazarus
Binary: lazarus-0.9.30.2 lazarus-src-0.9.30.2 lazarus-ide-0.9.30.2 
lazarus-ide-gtk2-0.9.30.2 lazarus-ide-qt4-0.9.30.2 lcl-0.9.30.2 
lcl-utils-0.9.30.2 lcl-units-0.9.30.2 lcl-nogui-0.9.30.2 lcl-gtk2-0.9.30.2 
lcl-qt4-0.9.30.2 lazarus-doc-0.9.30.2 lazarus lazarus-src lazarus-ide 
lazarus-ide-gtk2 lazarus-ide-qt4 lcl lcl-utils lcl-units lcl-nogui lcl-gtk2 
lcl-qt4 lazarus-doc
Architecture: source amd64 all
Version: 0.9.30.2-3
Distribution: unstable
Urgency: low
Maintainer: Carlos Laviola clavi...@debian.org
Changed-By: Abou Al Montacir abou.almonta...@sfr.fr
Description: 
 lazarus- IDE for Free Pascal - SDK metapackage
 lazarus-0.9.30.2 - IDE for Free Pascal - Meta Package
 lazarus-doc - IDE for Free Pascal - Documentation metapackage
 lazarus-doc-0.9.30.2 - IDE for Free Pascal - Documentation
 lazarus-ide - IDE for Free Pascal - Common IDE files metapackage
 lazarus-ide-0.9.30.2 - IDE for Free Pascal - Common IDE files
 lazarus-ide-gtk2 - IDE for Free Pascal - IDE build on top of GTK+ backend 
metapackag
 lazarus-ide-gtk2-0.9.30.2 - IDE for Free Pascal - IDE build on top of GTK+ 
backend
 lazarus-ide-qt4 - IDE for Free Pascal - IDE build on top of QT backend 
metapackage
 lazarus-ide-qt4-0.9.30.2 - IDE for Free Pascal - IDE build on top of QT backend
 lazarus-src - IDE for Free Pascal - LCL Sources Code metapackage
 lazarus-src-0.9.30.2 - IDE for Free Pascal - LCL Sources Code
 lcl- Lazarus Components Library - LCL metapackage
 lcl-0.9.30.2 - Lazarus Components Library - LCL metapackage
 lcl-gtk2   - Lazarus Components Library - GTK+ backend metapackage
 lcl-gtk2-0.9.30.2 - Lazarus Components Library - GTK+ backend
 lcl-nogui  - Lazarus Components Library - No GUI backend metapackage
 lcl-nogui-0.9.30.2 - Lazarus Components Library - No GUI backend
 lcl-qt4- Lazarus Components Library - QT backend metapackage
 lcl-qt4-0.9.30.2 - Lazarus Components Library - QT backend
 lcl-units  - Lazarus Components Library - Backend independent components metap
 lcl-units-0.9.30.2 - Lazarus Components Library - Backend independent 
components
 lcl-utils  - Lazarus Components Library - Command Line build tools metapackage
 lcl-utils-0.9.30.2 - Lazarus Components Library - Command Line build tools
Closes: 656913
Changes: 
 lazarus (0.9.30.2-3) unstable; urgency=low
 .
   * Set priority according to version in lcl-utils and lazarus-ide-gtk so that
 newer version is automatically selected. (Closes: Bug#656913)
Checksums-Sha1: 
 ac96ef1a1804171a81c8884fbb4deda7dee150e0 1865 lazarus_0.9.30.2-3.dsc
 38ba6f538f6b30b2f6ccf2c49edd7d9582fc5e76 41567 lazarus_0.9.30.2-3.debian.tar.gz
 8c1a5b1a35fba0ac8a4a1902c26d03009960495c 6009726 
lazarus-ide-0.9.30.2_0.9.30.2-3_amd64.deb
 af7bab960f549daa2f5fec1ebba06217c6d9ded7 6581242 
lazarus-ide-gtk2-0.9.30.2_0.9.30.2-3_amd64.deb
 e59047f0d193d683e6539cee7eb7136f4fe080ea 19162 
lazarus-ide-qt4-0.9.30.2_0.9.30.2-3_amd64.deb
 524139fbc6c406b3b42048e781ffb07c63a56557 18908 
lcl-0.9.30.2_0.9.30.2-3_amd64.deb
 afb44d0e13b856e5278eb92808562aaa33106dd6 5424078 
lcl-utils-0.9.30.2_0.9.30.2-3_amd64.deb
 49d6cb7e12513641db07aff2bee41e1e689568f3 29049424 
lcl-units-0.9.30.2_0.9.30.2-3_amd64.deb
 00fea24f81c8e46f9d7714e5d18dbdf05ac6683e 47844 
lcl-nogui-0.9.30.2_0.9.30.2-3_amd64.deb
 bf177288a42efacc638d3f1dfb2f3ca9be9ad25d 1322210 
lcl-gtk2-0.9.30.2_0.9.30.2-3_amd64.deb
 00a8f72c29a9d1ab613eb22507e7799134580da8 19116 
lcl-qt4-0.9.30.2_0.9.30.2-3_amd64.deb
 5f2cc6adb1ac5ec5af58fdeb7434beb092729452 18858 lazarus-ide_0.9.30.2-3_amd64.deb
 93f9b67cbb6870a9269cbdc942be8cc4f341e28d 18910 
lazarus-ide-gtk2_0.9.30.2-3_amd64.deb
 06a35d1456bb1e275392027a53f1939c6621bf3c 18900 
lazarus-ide-qt4_0.9.30.2-3_amd64.deb
 aefb7a52a3ed77c6e3042672dc45e59abccc59f1 18828 lcl_0.9.30.2-3_amd64.deb
 f49d3cdc8dd85664b4d8449ca60bf934f3dfc335 18842 lcl-utils_0.9.30.2-3_amd64.deb
 26cfe58e032ad305d7cc35c08e1e570337d45bca 18846 lcl-units_0.9.30.2-3_amd64.deb
 0559a7bad8655635e48bf34e58001b86f54c4cd0 18876 lcl-nogui_0.9.30.2-3_amd64.deb
 1ed7dd4d0bd33a42cd8b9dd49ff17532c743d45d 18916 lcl-gtk2_0.9.30.2-3_amd64.deb
 e2b911bec1868caac5218407af424f4088f0d6a9 18870 lcl-qt4_0.9.30.2-3_amd64.deb
 db364cf87de81a6362abb146f2100172ffb3f878 19306 
lazarus-0.9.30.2_0.9.30.2-3_all.deb
 b1b62fc1294550349e0926bd77614c22c7e0d9b9 14074870 
lazarus-src-0.9.30.2_0.9.30.2-3_all.deb
 9e63ac0c3376996005d1c1fb0bc1f7f4058a42fb 2982748 
lazarus-doc-0.9.30.2_0.9.30.2-3_all.deb
 11df0e1034f73f1d598e294823fe0a90b9e6081c 18870 lazarus_0.9.30.2-3_all.deb
 625b10524011af898b3b0c57c7ad64d848a8b978 18920 lazarus-src_0.9.30.2-3_all.deb
 9dc370ce5f0681348ef65c4ec2ad470f7e255c1a 18952 lazarus-doc_0.9.30.2-3_all.deb
Checksums-Sha256: 
 66bbc6010f2e27be49b2aff491893042841751ae6ce2587a4b2c390acf5b474d 1865 
lazarus_0.9.30.2-3.dsc
 ad2ae38ec3df8734924a9e3e2af5d843f0b75ed86fe9979a6598a53aeb350e77 41567 
lazarus_0.9.30.2-3.debian.tar.gz
 

Accepted golang-weekly 2012.02.22-2 (source all amd64)

2012-02-29 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 16:12:23 +0100
Source: golang-weekly
Binary: golang-weekly-go golang-weekly-src golang-weekly-doc golang-weekly-dbg 
golang-weekly
Architecture: source amd64 all
Version: 2012.02.22-2
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 golang-weekly - Experimental Go programming language [meta package]
 golang-weekly-dbg - Go programming language tool chain [debug]
 golang-weekly-doc - Documentation for Google's Go programming language
 golang-weekly-go - Experimental Go programming language compiler
 golang-weekly-src - Go programming language compiler (.go source files)
Changes: 
 golang-weekly (2012.02.22-2) unstable; urgency=low
 .
   * Check for defined(__FreeBSD_kernel__) as well
   * Add more kFreeBSD patches (Missing symbols SIGFILLSET and AI_MASK)
Checksums-Sha1: 
 8f5a57208c528c7004cb2371395b557cd44f2a99 1586 golang-weekly_2012.02.22-2.dsc
 660bcbc2d82437229142b893a1f35d6f8a60d034 28864 
golang-weekly_2012.02.22-2.debian.tar.gz
 ec794e883cd72794e97cac4c8545db83476fea6b 18920874 
golang-weekly-go_2012.02.22-2_amd64.deb
 cd0f46bdd8c53f1227a721af0447ddd0cb956208 2259234 
golang-weekly-src_2012.02.22-2_amd64.deb
 7e189af4230a284e549de62f80866a4c1b958ccc 4235720 
golang-weekly-doc_2012.02.22-2_all.deb
 e877ad9f0c2f14273e2869b8a132f84f8028e733 2854080 
golang-weekly-dbg_2012.02.22-2_amd64.deb
 45c9e6c0332aa38c2db9f6b123b722d27b1ba765 22456 
golang-weekly_2012.02.22-2_all.deb
Checksums-Sha256: 
 30828ffb94dc95688eed7d6597edcc0ab9c76768a46de1f4be9b7f659ff748aa 1586 
golang-weekly_2012.02.22-2.dsc
 8a72850f6be3dfb75c163fbe0c0dc395dc2c5be225d6c340ff1d4c6bfa17c84a 28864 
golang-weekly_2012.02.22-2.debian.tar.gz
 243513e668632fb4f545d95e37e38f0823c048905c15193a5eee2e86e8611adf 18920874 
golang-weekly-go_2012.02.22-2_amd64.deb
 49305c97113450df3ea83e1512d9040f9c6b503e243079be9b837bda40eaeaeb 2259234 
golang-weekly-src_2012.02.22-2_amd64.deb
 7fb6f99b277c7f0bcacb5944410c24531148fac61d19912b77882bdcac541ee2 4235720 
golang-weekly-doc_2012.02.22-2_all.deb
 4cdc44f2d02ed48552f61b2f08b01355f5e874b83f45f5e1c31d19b69c155f4e 2854080 
golang-weekly-dbg_2012.02.22-2_amd64.deb
 031f2ef3b2e792644f99916efb19711a5d00a63eeeb94934ea5690f089891c28 22456 
golang-weekly_2012.02.22-2_all.deb
Files: 
 6861f745b152d3f48e28c8af289a9d9d 1586 devel optional 
golang-weekly_2012.02.22-2.dsc
 454dcc5e91cb4b15d983134088192b14 28864 devel optional 
golang-weekly_2012.02.22-2.debian.tar.gz
 002ef9348433d713283e5bba6086a326 18920874 devel optional 
golang-weekly-go_2012.02.22-2_amd64.deb
 249383939c4e62ee3c84acc76ab75c40 2259234 devel optional 
golang-weekly-src_2012.02.22-2_amd64.deb
 2e37805a17eeab35d34a2c320cc79d9a 4235720 doc optional 
golang-weekly-doc_2012.02.22-2_all.deb
 63766a745960df0e7fa10e2a0ff0af42 2854080 debug extra 
golang-weekly-dbg_2012.02.22-2_amd64.deb
 5db24d5753f4f33635b58d8460ad084c 22456 devel optional 
golang-weekly_2012.02.22-2_all.deb

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

iEYEARECAAYFAk9OQQEACgkQ9OZqfMIN8nNcFgCgmZgzjbU7m3Nu45Cw7VmX9Efg
SHgAnAlsvzHs64gxJBuA2Ky03Tq+UFx8
=GcTW
-END PGP SIGNATURE-


Accepted:
golang-weekly-dbg_2012.02.22-2_amd64.deb
  to main/g/golang-weekly/golang-weekly-dbg_2012.02.22-2_amd64.deb
golang-weekly-doc_2012.02.22-2_all.deb
  to main/g/golang-weekly/golang-weekly-doc_2012.02.22-2_all.deb
golang-weekly-go_2012.02.22-2_amd64.deb
  to main/g/golang-weekly/golang-weekly-go_2012.02.22-2_amd64.deb
golang-weekly-src_2012.02.22-2_amd64.deb
  to main/g/golang-weekly/golang-weekly-src_2012.02.22-2_amd64.deb
golang-weekly_2012.02.22-2.debian.tar.gz
  to main/g/golang-weekly/golang-weekly_2012.02.22-2.debian.tar.gz
golang-weekly_2012.02.22-2.dsc
  to main/g/golang-weekly/golang-weekly_2012.02.22-2.dsc
golang-weekly_2012.02.22-2_all.deb
  to main/g/golang-weekly/golang-weekly_2012.02.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/e1s2lw7-0008dl...@franck.debian.org



Accepted debian-edu-doc 1.4~20120229~6.0.4~rc3 (source all)

2012-02-29 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 10:51:21 -0400
Source: debian-edu-doc
Binary: debian-edu-doc-en debian-edu-doc-da debian-edu-doc-de debian-edu-doc-es 
debian-edu-doc-nb debian-edu-doc-it debian-edu-doc-fr
Architecture: source all
Version: 1.4~20120229~6.0.4~rc3
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers debian-...@lists.debian.org
Changed-By: David Prévot taf...@debian.org
Description: 
 debian-edu-doc-da - Danish documentation from the Debian Edu project
 debian-edu-doc-de - German documentation from the Debian Edu project
 debian-edu-doc-en - English documentation from the Debian Edu project
 debian-edu-doc-es - Spanish documentation from the Debian Edu project
 debian-edu-doc-fr - French documentation from the Debian Edu project
 debian-edu-doc-it - Italian documentation from the Debian Edu project
 debian-edu-doc-nb - Bokmål documentation from the Debian Edu project
Closes: 661179
Changes: 
 debian-edu-doc (1.4~20120229~6.0.4~rc3) unstable; urgency=low
 .
   [ David Prévot ]
   * debian/copyright: remove useless comma after years.
   * Fix bug number in previous entry.
   * Remove line references from PO and POT files.
   * Add a msgcat to the LINGUA=ll make target.
   * Add msgcat and check advices for translators in README.
   * Move common content in documentation/common.
   * Build all README files from one single common README.
 .
   [ Updated squeeze manual translations ]
   * Danish (Joe Hansen). (Closes: #661179)
   * German (Wolfgang Schweer).
   * Italian (Claudio Carboncini).
   * French (Cédric Boutillier).
 .
   [ Holger Levsen ]
   * Update manuals and images from the wiki.
 .
   [ Updated Audacity manual translation ]
   * French, image (Cédric Boutillier).
Checksums-Sha1: 
 ae96cb7e88151c4892fba52629c225676622521f 2291 
debian-edu-doc_1.4~20120229~6.0.4~rc3.dsc
 f124006b3f4d1d1e0bdb99a33cfe89de78b32ca0 33207254 
debian-edu-doc_1.4~20120229~6.0.4~rc3.tar.gz
 db196807e8a1abb1d0c86f5ad9360865fd1d285f 17863374 
debian-edu-doc-en_1.4~20120229~6.0.4~rc3_all.deb
 ad906537aecbe05100c3298846eb69d869b7aac7 96338 
debian-edu-doc-da_1.4~20120229~6.0.4~rc3_all.deb
 c665f78d34468c5838bcc63aa1fa6c8b921fb815 9468536 
debian-edu-doc-de_1.4~20120229~6.0.4~rc3_all.deb
 dd68a33886f4f469680cd27903f4361860554a62 8644696 
debian-edu-doc-es_1.4~20120229~6.0.4~rc3_all.deb
 c32623a7c7ac9e11d4d24ac293ced7f7356728ba 11658634 
debian-edu-doc-nb_1.4~20120229~6.0.4~rc3_all.deb
 cd56f7cd89fd27e467c2ccfa6629f33906c98a22 7572844 
debian-edu-doc-it_1.4~20120229~6.0.4~rc3_all.deb
 d216b4543ae4a37153dc5b59bf12e5045d0e0298 16274262 
debian-edu-doc-fr_1.4~20120229~6.0.4~rc3_all.deb
Checksums-Sha256: 
 df17068228661d942469f0327cd3fbeaf72d89b48f76a29f57d268c66233fc8c 2291 
debian-edu-doc_1.4~20120229~6.0.4~rc3.dsc
 83c618a401552332ccfefe143d04a37759533d77ce1b2d91c17e710a03654853 33207254 
debian-edu-doc_1.4~20120229~6.0.4~rc3.tar.gz
 895486d21492f2e1e438ed633f535862fb12ffca362d7681e606713019e4da98 17863374 
debian-edu-doc-en_1.4~20120229~6.0.4~rc3_all.deb
 a645730d0d7db3674af6dd3796bfee50bd3e176c8bbed67358e1aaefb6c244fe 96338 
debian-edu-doc-da_1.4~20120229~6.0.4~rc3_all.deb
 8f33e4de80eeba27b9960e016c39bd043f8a80de23ad687c1a49c4559ff73c7b 9468536 
debian-edu-doc-de_1.4~20120229~6.0.4~rc3_all.deb
 4145da6ffd66288b390c17abae4f302d698048ede9828fa68e179ac2efc256dc 8644696 
debian-edu-doc-es_1.4~20120229~6.0.4~rc3_all.deb
 781ca8dcaf10a1cc8b1b76670c0cba0c562f9f2f2541e2888b4c272bb938ea47 11658634 
debian-edu-doc-nb_1.4~20120229~6.0.4~rc3_all.deb
 dcabde96adbd074f8adba1495e76c01c3f0935724f06fdae3eac05e5e0f335cf 7572844 
debian-edu-doc-it_1.4~20120229~6.0.4~rc3_all.deb
 e0cea8a20cfbc72de7c79965ff04ff5da3219ee1b3f8cc5ccd88f6c080e0b061 16274262 
debian-edu-doc-fr_1.4~20120229~6.0.4~rc3_all.deb
Files: 
 f2f916c4b3799c95fe82f558f8ee4f09 2291 doc optional 
debian-edu-doc_1.4~20120229~6.0.4~rc3.dsc
 db0cfdfb170bb04a2cca64f858915d36 33207254 doc optional 
debian-edu-doc_1.4~20120229~6.0.4~rc3.tar.gz
 e6e8495a708c610e79498626cbf5018c 17863374 doc optional 
debian-edu-doc-en_1.4~20120229~6.0.4~rc3_all.deb
 986db8b150b59de0e833ef21577ed48b 96338 doc optional 
debian-edu-doc-da_1.4~20120229~6.0.4~rc3_all.deb
 0771196c49ce15fb5835ebc00d8da842 9468536 doc optional 
debian-edu-doc-de_1.4~20120229~6.0.4~rc3_all.deb
 14bfed820e768cbb345dc58a939c3a58 8644696 doc optional 
debian-edu-doc-es_1.4~20120229~6.0.4~rc3_all.deb
 4b081e39bb5384f4b9e000383dfb6f58 11658634 doc optional 
debian-edu-doc-nb_1.4~20120229~6.0.4~rc3_all.deb
 d665a9aa106aa38e55e5c80e42e04734 7572844 doc optional 
debian-edu-doc-it_1.4~20120229~6.0.4~rc3_all.deb
 6f52812c3a7f807832984223053a1434 16274262 doc optional 
debian-edu-doc-fr_1.4~20120229~6.0.4~rc3_all.deb

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

iQIcBAEBCAAGBQJPTkW0AAoJELgqIXr9/gny/eQQAI/XJI2j/SuqcHnB3C9DSUE6
2P55LqeyuZsVPqcJXmc14xUaZCtrz5+O67REnG5/YlTm1Vf4/1SrZJAa7lO5xbkz
F2mhJzOJgTEHJGW/g

Accepted haskell-persistent-template 0.8.1.1-1 (source all amd64)

2012-02-29 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 Feb 2012 10:52:09 -0500
Source: haskell-persistent-template
Binary: libghc-persistent-template-dev libghc-persistent-template-prof 
libghc-persistent-template-doc
Architecture: source all amd64
Version: 0.8.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-persistent-template-dev - type-safe, non-relational, multi-backend 
persistence
 libghc-persistent-template-doc - type-safe, non-relational, multi-backend 
persistence; documentati
 libghc-persistent-template-prof - type-safe, non-relational, multi-backend 
persistence; profiling l
Changes: 
 haskell-persistent-template (0.8.1.1-1) unstable; urgency=low
 .
   * New upstream version.
   * Bump to Standards-Version 3.9.3.
   * Enable test suite, with test suite lifted from git.
Checksums-Sha1: 
 b250d7f62ba179c0d472d5138e6580c9beb871ae 2956 
haskell-persistent-template_0.8.1.1-1.dsc
 81d878bbf493a7b0201137b5c8181ed780212159 9067 
haskell-persistent-template_0.8.1.1.orig.tar.gz
 a536b042ac3d86e763acc7fc915c30fe8a96fa15 3232 
haskell-persistent-template_0.8.1.1-1.debian.tar.gz
 f75d763b83c249df12a331be0319480ccdb85a23 48092 
libghc-persistent-template-doc_0.8.1.1-1_all.deb
 61f0ad786fe85f1080fc4a3f7cc380684377fe7f 235134 
libghc-persistent-template-dev_0.8.1.1-1_amd64.deb
 46ff34137b848487ad2d9ec962995bd56a5acd10 235406 
libghc-persistent-template-prof_0.8.1.1-1_amd64.deb
Checksums-Sha256: 
 63e07806a43ca2900f0e2543dda1acbdb17e98a4ae82437e4997e3222bc03256 2956 
haskell-persistent-template_0.8.1.1-1.dsc
 7a427c2170712d2fc70d4e58a720488c9537f879fc128055dc3c7d85603286f2 9067 
haskell-persistent-template_0.8.1.1.orig.tar.gz
 644637b6459780a042c66312c57c26b3ed16b1e8f221f6a66f6fb3bcc5b25303 3232 
haskell-persistent-template_0.8.1.1-1.debian.tar.gz
 cf53c51d5ba826b567d716a4bd07d10fb4f1c21a5a2a9bd606e29dd7520049e4 48092 
libghc-persistent-template-doc_0.8.1.1-1_all.deb
 0efc5c0ef8839177c3652dbb928a0a4785e7680301217fde1d5d01314b75861c 235134 
libghc-persistent-template-dev_0.8.1.1-1_amd64.deb
 f433c59f0177010d8ad3fc15d9cf02e445f466c95988b3f268c4f83b96f8004b 235406 
libghc-persistent-template-prof_0.8.1.1-1_amd64.deb
Files: 
 3e6eb3e7d28f0cc32c040f0f9c16cfaa 2956 haskell extra 
haskell-persistent-template_0.8.1.1-1.dsc
 2dac58d567e5d7eeef5bd923788d4df8 9067 haskell extra 
haskell-persistent-template_0.8.1.1.orig.tar.gz
 dd1f087b88bb1e915fead8a2bd4b33c1 3232 haskell extra 
haskell-persistent-template_0.8.1.1-1.debian.tar.gz
 3947550b2494c4b129c1d4880555df26 48092 doc extra 
libghc-persistent-template-doc_0.8.1.1-1_all.deb
 1866df03f9ca541da1c02daed704d6f9 235134 haskell extra 
libghc-persistent-template-dev_0.8.1.1-1_amd64.deb
 de7b12ba3ee62604d67544e3a7c2c641 235406 haskell extra 
libghc-persistent-template-prof_0.8.1.1-1_amd64.deb

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

iQIcBAEBCgAGBQJPTlMrAAoJEFWSMx4ZnTio1SsQAKhHGHxPHpsLDgETLNZjWV9D
yDCuSd+U3h4txABkarjXiD8G5qPf8Fz2LA8CLa2psBtFNTK1tjFquBc/AvvNQPPq
Bt9EIzboJztCeqK3QbSPsJKtJdMummFr1jgKXaFn72SC4Xkx1yU7Xr7AI1TGu+Xj
mnlG7HIEo60IxEl/Q0XN6TK1IibTzIjBMTB1z9+H66JBUKtAVvCykKkJnwa/3RXW
iHRICeKOqlosQ1zu/PrhZrFdrGV8Szj+w7sLfFb1quJw4CI3Q+oWvCBUetiNjaOU
DMr0sFz8X9iveaA3Cs2N736ShVlnVuiCgb1Skn7/AEGOeVkyr7lB9FvwyWd3Or2g
nk2gEidv+ZE2zy4f4OpP/D27etq/u1i4LaIAyXULNxm+opOGo90FO+lAjn4lUY0u
BEu7/WSkfxTwiNCVFdZPjtveuHvbqHlWXCL3H0meVU3uOaOqbwWCv718hAYpbFUV
7MBH0kg9iEXe1msKVbM2k3PQK9RmaWK28lcaq8YBbwYmzi/94Tmxy0NF1XuiNgcS
oN5z6ZJwuj8ElK/aPOh5M4ao4OVllDClHoKkQv3RV3b62E7a0uulHH/0IaixstL5
Cc2GK9/vP1KK77VJ98KE1Uwwrx5iRivONz9bzxzXowIXC7szasAt8Blm6KgInVve
8FwEi086Rczgrf5gRHRr
=CXpy
-END PGP SIGNATURE-


Accepted:
haskell-persistent-template_0.8.1.1-1.debian.tar.gz
  to 
main/h/haskell-persistent-template/haskell-persistent-template_0.8.1.1-1.debian.tar.gz
haskell-persistent-template_0.8.1.1-1.dsc
  to 
main/h/haskell-persistent-template/haskell-persistent-template_0.8.1.1-1.dsc
haskell-persistent-template_0.8.1.1.orig.tar.gz
  to 
main/h/haskell-persistent-template/haskell-persistent-template_0.8.1.1.orig.tar.gz
libghc-persistent-template-dev_0.8.1.1-1_amd64.deb
  to 
main/h/haskell-persistent-template/libghc-persistent-template-dev_0.8.1.1-1_amd64.deb
libghc-persistent-template-doc_0.8.1.1-1_all.deb
  to 
main/h/haskell-persistent-template/libghc-persistent-template-doc_0.8.1.1-1_all.deb
libghc-persistent-template-prof_0.8.1.1-1_amd64.deb
  to 
main/h/haskell-persistent-template/libghc-persistent-template-prof_0.8.1.1-1_amd64.deb


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



Accepted mootools 1.4.5~debian1-1 (source all)

2012-02-29 Thread metal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 12:10:12 -0300
Source: mootools
Binary: libjs-mootools
Architecture: source all
Version: 1.4.5~debian1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Marcelo Jorge Vieira (metal) me...@debian.org
Description: 
 libjs-mootools - compact JavaScript framework
Changes: 
 mootools (1.4.5~debian1-1) unstable; urgency=low
 .
   * New Upstream Release
 - Core 1.4.5
Checksums-Sha1: 
 4f252b68c854212daccf5893d36aaba4ddc60fb8 2012 mootools_1.4.5~debian1-1.dsc
 345f9e9c804d8eb090f9071bb8e217a862b173d8 136409 
mootools_1.4.5~debian1.orig.tar.gz
 7956a954441ee50037b378b4667bf9c9c62f94dc 3418 
mootools_1.4.5~debian1-1.debian.tar.gz
 da2fa7f60534e4c4a18a7119b7c2e4536f7615f0 239308 
libjs-mootools_1.4.5~debian1-1_all.deb
Checksums-Sha256: 
 80f3bac5acdacd5b86206412c69e5cd044c30d7b76540355b4a99abb7b5e7e09 2012 
mootools_1.4.5~debian1-1.dsc
 fb15df465535194e2bbccc2efaac90af226856b85c9ac02d08b6f3923133cc78 136409 
mootools_1.4.5~debian1.orig.tar.gz
 091b7024b17cde6f800708a796872cb9e7d3b6d164d9d578d05fc5b043d0fa90 3418 
mootools_1.4.5~debian1-1.debian.tar.gz
 7395242f97ff61d1340ecc68bd907a8b18317ff09337fb612801a96fc205aba0 239308 
libjs-mootools_1.4.5~debian1-1_all.deb
Files: 
 eed0ce956e85e3784cf562b46e60c9ed 2012 web optional mootools_1.4.5~debian1-1.dsc
 5d42a0abc17bebe7f0b97369316d7ac3 136409 web optional 
mootools_1.4.5~debian1.orig.tar.gz
 616f45f5240edfc67a842ed67c541593 3418 web optional 
mootools_1.4.5~debian1-1.debian.tar.gz
 53b947a78bbb7a24e607870b6c682ed9 239308 web optional 
libjs-mootools_1.4.5~debian1-1_all.deb

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

iQIcBAEBCAAGBQJPTkDMAAoJEAGffgcyZKXE/jAP/jww1071avbfd+I7FkvPhh03
Uo3ClwhviZahEzwnQbD10Lv8J+pEk9+3fGLBJgRintWNqMkul9csFa9nhY6ISUIF
C6Y9zQtRfD4d9D3IiHW2iUs3HnqoTlWO3tXSPQAyrt4uSAP+hRmU+TVWqBcBMg5k
m98QrXCp9qN/Jq+2kCJyCDBGNcvNY3/yaruWoiNn6fTZncJ3vDVHJ/tztvFOewsp
uk6+ss4u680QZcxpjzqpS1z33qKt/uXwiPHnJ6fnMXiRVxxqSzIcf6qmzXX1t5jQ
QLV2G9FaPpFExzWbG6z1UqgsroKR1ucD/ACijddBqxBkVxHkrfkDboZLU+mnv6e+
BzhtBx6Ik1KenDyPkK+lipjnfSlP9oCDRgE1nueBok9P4+q3w+OGKA2gyRZmn9OP
gLLOI/+liWliALpUOde/+KyUHyfCrIlwnMwQawIxitfrwaKCYhFhI9d85JYlcyac
HefvU/ECmd62Z5hElyDgGJd5pz1f/t+Dw5v0kifU2jc3wwUa6uhvalE/2danbBbu
hq6rwrftKaBjQil4F7N1je6xuVGm+dodJHqcJYmFI+FBzERRCwRfjpK3ljEJ2XL0
iSD5ssU5CYig2Fq7pBOgbBDc/66wFwMvwtpXkZJoH3IFE0LeW6kZBenflSymE9Xr
4Rrg3XtGnyYBair1s3Gk
=dkON
-END PGP SIGNATURE-


Accepted:
libjs-mootools_1.4.5~debian1-1_all.deb
  to main/m/mootools/libjs-mootools_1.4.5~debian1-1_all.deb
mootools_1.4.5~debian1-1.debian.tar.gz
  to main/m/mootools/mootools_1.4.5~debian1-1.debian.tar.gz
mootools_1.4.5~debian1-1.dsc
  to main/m/mootools/mootools_1.4.5~debian1-1.dsc
mootools_1.4.5~debian1.orig.tar.gz
  to main/m/mootools/mootools_1.4.5~debian1.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/e1s2n9s-xk...@franck.debian.org



Accepted lmarbles 1.0.7-1.1 (source amd64)

2012-02-29 Thread Thomas Weber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 19 Feb 2012 15:45:06 +
Source: lmarbles
Binary: lmarbles
Architecture: source amd64
Version: 1.0.7-1.1
Distribution: unstable
Urgency: low
Maintainer: Uwe Hermann u...@debian.org
Changed-By: Thomas Weber twe...@debian.org
Description: 
 lmarbles   - A game where you build figures out of colored marbles
Closes: 610121
Changes: 
 lmarbles (1.0.7-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Incorporate patch from #610121 and install /usr/games/lmarbles as 'g+s
 games'(closes: #610121)
Checksums-Sha1: 
 301b63dcad2ae0f3a570c9375c70a73fd015b390 1151 lmarbles_1.0.7-1.1.dsc
 11150ea5f32c78adcfb28c6aed547c5f81b3ef50 6072 lmarbles_1.0.7-1.1.diff.gz
 6ddb5f49b45af17c80dc73456435a81fa598254c 805772 lmarbles_1.0.7-1.1_amd64.deb
Checksums-Sha256: 
 389bc0aac49a078934380c5ca7bc8e69ede452dc0d6302a5c185e59f1f0b8b78 1151 
lmarbles_1.0.7-1.1.dsc
 672da9a2ea9465623e55e69cc996c3d944b6c43469ecc2029283d8959a0d1822 6072 
lmarbles_1.0.7-1.1.diff.gz
 a11c5b5f05a15110c18aa87325e568f883d833baae2e22107d10b9661e4ffc93 805772 
lmarbles_1.0.7-1.1_amd64.deb
Files: 
 aa792ac3362605d27d47ee365b5507a1 1151 games optional lmarbles_1.0.7-1.1.dsc
 5145877e452268019c8222d549c0a7a8 6072 games optional lmarbles_1.0.7-1.1.diff.gz
 64f1281a0de8759fa144179824534b01 805772 games optional 
lmarbles_1.0.7-1.1_amd64.deb

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

iEYEARECAAYFAk9BJTgACgkQPqD4a3lPnXxFnwCfUDwGssPX57py8lQNTby+bCPJ
E44An3NxbHKAxYNIk4ke9K7ysyllONeM
=QTbj
-END PGP SIGNATURE-


Accepted:
lmarbles_1.0.7-1.1.diff.gz
  to main/l/lmarbles/lmarbles_1.0.7-1.1.diff.gz
lmarbles_1.0.7-1.1.dsc
  to main/l/lmarbles/lmarbles_1.0.7-1.1.dsc
lmarbles_1.0.7-1.1_amd64.deb
  to main/l/lmarbles/lmarbles_1.0.7-1.1_amd64.deb


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



Accepted requestpolicy 0.5.25-1 (source all)

2012-02-29 Thread Fabrizio Regalli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 18:09:45 +0100
Source: requestpolicy
Binary: xul-ext-requestpolicy
Architecture: source all
Version: 0.5.25-1
Distribution: unstable
Urgency: low
Maintainer: Fabrizio Regalli fab...@fabreg.it
Changed-By: Fabrizio Regalli fab...@fabreg.it
Description: 
 xul-ext-requestpolicy - improve your browsing: more private, more secure
Closes: 660517
Changes: 
 requestpolicy (0.5.25-1) unstable; urgency=low
 .
   * Removed MPL-1.1 license from main stanza (Closes: #660517)
   * Updated format to copyright-format 1.0
   * Updated requestpolicy.upstream-changelog file
   * Imported Upstream version 0.5.25
   * Updated copyright year for debian/* files
Checksums-Sha1: 
 af845eed61bc36cdf34ac55db0fa0ecc35ec34de 2089 requestpolicy_0.5.25-1.dsc
 8b2cc61105b7ba31e1e3e2959591f2fab10450a5 108424 
requestpolicy_0.5.25.orig.tar.bz2
 b9bc8f34f1ed4dc498ee03f136615006bcbd9591 13001 
requestpolicy_0.5.25-1.debian.tar.gz
 293937f7eafa152bf21d96619cb3b1e2a913a16c 155850 
xul-ext-requestpolicy_0.5.25-1_all.deb
Checksums-Sha256: 
 7067814352eb30cdac6bc0f44728f1110116a39d6d796ddcbe6d5fe910807f64 2089 
requestpolicy_0.5.25-1.dsc
 2ae143f1722e1a72254d6f2d5c97a51f52465d5b3c62a1d65c294b900c9cf8b6 108424 
requestpolicy_0.5.25.orig.tar.bz2
 67d040bfe6f000b9b048e6a63658e37f78620a98cef2d92a3e411289cb155cdb 13001 
requestpolicy_0.5.25-1.debian.tar.gz
 3d8bb8c9450fb126308dc6d879d97e73d82ccf90fecc977644113b73e3341a00 155850 
xul-ext-requestpolicy_0.5.25-1_all.deb
Files: 
 dd277ed867126abd79022888d8ebc243 2089 web optional requestpolicy_0.5.25-1.dsc
 71847aa73abdd0b000be82e0d0870f37 108424 web optional 
requestpolicy_0.5.25.orig.tar.bz2
 f85facac3e93535897bfdf10bbaee1a8 13001 web optional 
requestpolicy_0.5.25-1.debian.tar.gz
 e2cf2f7e3eca840010f29e5a8522a899 155850 web optional 
xul-ext-requestpolicy_0.5.25-1_all.deb

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

iQIcBAEBAgAGBQJPTlxgAAoJEEwEP+tcfPCys7AP/iBCVnCDIEcNW7K1rIS4aw1j
DzOj109yIMH+hn4ZJStLSMGvtkVjLsJGFfeWZzrQsJJbfCO4/NlN92juqXhOVzdM
3HZdk52ph2EJ1qu9O0RCEv03X2P/bYllHB3Gt/EwVjevyhGkMT+dTHiDNEInPyIW
UIBcLunJV7CnAUUQzflXFH9r8rOYiUYbNuM1pPRhGl8E+k2aMREHKmowVjQu4rVJ
jNZQMelTZpQdHAR50YW0wpio1rcjBwb5NgU5hrx8FD/Fu95p4MPTZGli7KRRBmJo
MDOepOx0uh3+RupVHG8UkPXwpcbdDVTAYmnTGMab+Z4ievbKdlMm5wsseSlyxTpH
pWiPBAG8vodwKS8PtqHJNTo8fMNRbh+2xTL8NQT0S1VLfgxgnEhRojlhi+mYy4kZ
GpNvTchKcuxJa8uMLq1gSEjXWX2W6uCVXKrp8NLhOIZoIvCPapqeb5mG/s4FWS01
OJe1AdnZ5NbL0a7W+ZMzuz0dnEuHOvI8MY6b23JTyMNP1xOILEz16iidjk4muohv
QKswnKngP+NeLSmfxgOHbWmrJJgPQSuLv3EAtsgM0etpIYwtk8pZpbwm1Gq0LXIE
yiHhAgdN2SMUnpiRci6BB1jDPMDNTTK9xT6w9aUBG7G069HIUg9XiICdNqK1DVic
LKgeXkt7Blhf5SAmZ0bK
=6iUb
-END PGP SIGNATURE-


Accepted:
requestpolicy_0.5.25-1.debian.tar.gz
  to main/r/requestpolicy/requestpolicy_0.5.25-1.debian.tar.gz
requestpolicy_0.5.25-1.dsc
  to main/r/requestpolicy/requestpolicy_0.5.25-1.dsc
requestpolicy_0.5.25.orig.tar.bz2
  to main/r/requestpolicy/requestpolicy_0.5.25.orig.tar.bz2
xul-ext-requestpolicy_0.5.25-1_all.deb
  to main/r/requestpolicy/xul-ext-requestpolicy_0.5.25-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/e1s2nov-0002gs...@franck.debian.org



Accepted knot 1.0.0-1 (source amd64)

2012-02-29 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 18:46:13 +0100
Source: knot
Binary: knot knot-dbg
Architecture: source amd64
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 knot   - authoritative domain name server
 knot-dbg   - Debug symbols for Knot DNS
Changes: 
 knot (1.0.0-1) unstable; urgency=low
 .
   * Imported Upstream version 1.0.0
   * Update pidfile patch
Checksums-Sha1: 
 471f0042764a5a47dbd8cfb74fe9a492f8ef30f0 1240 knot_1.0.0-1.dsc
 50aeea2d40a60cf7f4e03494d523607bca7c8678 1050994 knot_1.0.0.orig.tar.gz
 309e0a4d596adb188cf87bb9dddcac0549192b90 7640 knot_1.0.0-1.debian.tar.gz
 276e5761f54144cbf76960a7cfc1a3fb1a05ec88 1025812 knot_1.0.0-1_amd64.deb
 3a518aee43a901df49c37f3534dbe8d8519ccb38 2277428 knot-dbg_1.0.0-1_amd64.deb
Checksums-Sha256: 
 2ba67838e1a8ab5d44296cf90737490f89b70b3b5647612ff311720c0a9cbc33 1240 
knot_1.0.0-1.dsc
 ab947ff09655f44bd4106da65764810ff760b646b83e9b0939ee994f943372a6 1050994 
knot_1.0.0.orig.tar.gz
 7735411c4a8a6c9b456b9a30924ecabeedb4a13ee5fb596e1e32a3f3be5cdb9a 7640 
knot_1.0.0-1.debian.tar.gz
 d7e2274fe41864441d318e586e25e2c9284352ef9551689947c4774c6f9b34cf 1025812 
knot_1.0.0-1_amd64.deb
 86570a18d2ad8e7e938dc68043ddef56fb29d94c25b66684cb58f9fcddf48c88 2277428 
knot-dbg_1.0.0-1_amd64.deb
Files: 
 ec6a6a27b4987099e5330e984247938c 1240 net extra knot_1.0.0-1.dsc
 3368126a0b461e51a2e5d8b3559f920a 1050994 net extra knot_1.0.0.orig.tar.gz
 59c40207693c6b6080172be873c6efc5 7640 net extra knot_1.0.0-1.debian.tar.gz
 0863fd18d16b3672239abb904fba2321 1025812 net extra knot_1.0.0-1_amd64.deb
 3ad988f217561d77030ed2354f079b6a 2277428 debug extra knot-dbg_1.0.0-1_amd64.deb

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

iEYEARECAAYFAk9OZZQACgkQ9OZqfMIN8nOJqQCePY+4+dfd5srxLDv6lvSU7YyL
vHsAn1uFok+F5gDpfYhv5sQ/fCkscJiM
=T4c3
-END PGP SIGNATURE-


Accepted:
knot-dbg_1.0.0-1_amd64.deb
  to main/k/knot/knot-dbg_1.0.0-1_amd64.deb
knot_1.0.0-1.debian.tar.gz
  to main/k/knot/knot_1.0.0-1.debian.tar.gz
knot_1.0.0-1.dsc
  to main/k/knot/knot_1.0.0-1.dsc
knot_1.0.0-1_amd64.deb
  to main/k/knot/knot_1.0.0-1_amd64.deb
knot_1.0.0.orig.tar.gz
  to main/k/knot/knot_1.0.0.orig.tar.gz


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



Accepted cdparanoia 3.10.2+debian-10.1 (source amd64)

2012-02-29 Thread Adam D. Barratt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 18:34:44 +
Source: cdparanoia
Binary: cdparanoia cdparanoia-dbg libcdparanoia0 libcdparanoia-dev
Architecture: source amd64
Version: 3.10.2+debian-10.1
Distribution: unstable
Urgency: medium
Maintainer: Optical Media Tools Team 
pkg-opt-media-t...@lists.alioth.debian.org
Changed-By: Adam D. Barratt a...@adam-barratt.org.uk
Description: 
 cdparanoia - audio extraction tool for sampling CDs
 cdparanoia-dbg - audio extraction tool for sampling CDs (debug)
 libcdparanoia-dev - audio extraction tool for sampling CDs (development)
 libcdparanoia0 - audio extraction tool for sampling CDs (library)
Closes: 660403
Changes: 
 cdparanoia (3.10.2+debian-10.1) unstable; urgency=medium
 .
   * Non-maintainer upload with maintainer's consent.
   * Urgency medium for transition-related RC bug fix.
   * Fix FTBFS on kfreebsd caused by libcam API changes.  (Closes: #660403)
Checksums-Sha1: 
 6c1d9712bc98ce42dbb98a087f811d8b11828031 2272 cdparanoia_3.10.2+debian-10.1.dsc
 de2aaf7b9f830dcdcb99a46a296104bcd72d5af0 76321 
cdparanoia_3.10.2+debian-10.1.debian.tar.gz
 3c74773277db8884b61d3ea828db04adddea85ed 43138 
cdparanoia_3.10.2+debian-10.1_amd64.deb
 af88864747e34a69c3d5d9742aac2946534ab80c 14420 
cdparanoia-dbg_3.10.2+debian-10.1_amd64.deb
 df44fb26f7586bf20c23337b985e2316b042a717 55336 
libcdparanoia0_3.10.2+debian-10.1_amd64.deb
 c6f989b39703be4aabf466713595565e2147eb85 57118 
libcdparanoia-dev_3.10.2+debian-10.1_amd64.deb
Checksums-Sha256: 
 e69cc9535ef03cd90760f89b8b06d99311b209eef9282d113ed8424bffd23213 2272 
cdparanoia_3.10.2+debian-10.1.dsc
 19019f92b134ab925d78a1a55d48df060fc8812997c59d5af016f855a496a7b1 76321 
cdparanoia_3.10.2+debian-10.1.debian.tar.gz
 ef5b8977a011c8f912b8faff974d858fd854dde38ab40e691216eb6956458852 43138 
cdparanoia_3.10.2+debian-10.1_amd64.deb
 9618166dbbae5e5ba8d3cdcc9eeb7f3181f86d748539ef5d8aeedfea6ba8c232 14420 
cdparanoia-dbg_3.10.2+debian-10.1_amd64.deb
 d068a7be28c91eb5fc24a4183cd5de15ab3088f185534f962d9e0d198394bc81 55336 
libcdparanoia0_3.10.2+debian-10.1_amd64.deb
 98b93fff8a82d9218d7e5ea269aaac9c5d6173d92ec9ca48ff0175b4f37328be 57118 
libcdparanoia-dev_3.10.2+debian-10.1_amd64.deb
Files: 
 9523435ffd5873588aad12610f858f65 2272 sound optional 
cdparanoia_3.10.2+debian-10.1.dsc
 4a44672f029979c1932823e7e194946a 76321 sound optional 
cdparanoia_3.10.2+debian-10.1.debian.tar.gz
 22e47e3755b63ed24b2cb611c9e6232c 43138 sound optional 
cdparanoia_3.10.2+debian-10.1_amd64.deb
 5e569c713059d7206b53271441a74cae 14420 debug extra 
cdparanoia-dbg_3.10.2+debian-10.1_amd64.deb
 59413f38128466a0f8361c72a96cef91 55336 libs optional 
libcdparanoia0_3.10.2+debian-10.1_amd64.deb
 cc3fd0b480b3acc892f1bbb49de0d48f 57118 libdevel optional 
libcdparanoia-dev_3.10.2+debian-10.1_amd64.deb

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

iQIcBAEBAgAGBQJPTnXYAAoJEMXOXcLFQs1Zoi4P/jy/v9T5bzF0JjiiAvs0wp0y
NabuiFm+BS6/mKPMRe1O07/NjEmow76rinB9siY+pJV2JQlCBe8TkuRSL9aT3vbL
Oo9OjbvqMo17ePrsidvvRArbSpbV4dTX3IyUe5sAWJFXN8zy0OoSE6YnLT/+pukV
qprhry/jUZM1hv/Leh3Fe0Wb9FbpHihoyYNuy2kWiKF3FkYf56OHcPZ0vQZST+nv
AZwPgDo5kLtc+VQKWTM2PRahKQmwiZi3BUEE4TnA3/VW0/Ecs+Tznq5EgPAfBSU9
JGOrkBljku4H2ONGh/Blym0UzuUt/iGjtyNZM6iyc/dk98pyzmCFGlmmLuIEAcLA
PEJn3wtxRTeS74jra8zcZY3t7OyfRIgXr/0ahZcTdzdMs19Hf9bp402eEQ4t0wtN
Zd7RcA5pqJNmgMXZH3Iwi1qfFO6aWvZvUrCJmc+YnUx682MHfNJ2ENVe3X370zSn
2zd1VLeq4l8VIUhnd37NjgMoLlRez8CK8F/P2YEKKCSi0WinTJFNbi9TP3lmdyTS
sSdaATPJpjpzdV4RmQqn1lfaHTPhUl8GaTI4vkNBdzaDZVwKU+xsiZlmbmERoBKI
3XeMffsiPiTXdUeYpGj9aY0y9CUct9Pva0GlVvxvRAq+rwUOUq4lt6FWw4uZBHp/
YlQXIifMKbYtRigkMxEO
=pBYb
-END PGP SIGNATURE-


Accepted:
cdparanoia-dbg_3.10.2+debian-10.1_amd64.deb
  to main/c/cdparanoia/cdparanoia-dbg_3.10.2+debian-10.1_amd64.deb
cdparanoia_3.10.2+debian-10.1.debian.tar.gz
  to main/c/cdparanoia/cdparanoia_3.10.2+debian-10.1.debian.tar.gz
cdparanoia_3.10.2+debian-10.1.dsc
  to main/c/cdparanoia/cdparanoia_3.10.2+debian-10.1.dsc
cdparanoia_3.10.2+debian-10.1_amd64.deb
  to main/c/cdparanoia/cdparanoia_3.10.2+debian-10.1_amd64.deb
libcdparanoia-dev_3.10.2+debian-10.1_amd64.deb
  to main/c/cdparanoia/libcdparanoia-dev_3.10.2+debian-10.1_amd64.deb
libcdparanoia0_3.10.2+debian-10.1_amd64.deb
  to main/c/cdparanoia/libcdparanoia0_3.10.2+debian-10.1_amd64.deb


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



Accepted dracut 017-1 (source all)

2012-02-29 Thread Thomas Lange
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 20:15:50 +0100
Source: dracut
Binary: dracut dracut-network
Architecture: source all
Version: 017-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Lange la...@debian.org
Changed-By: Thomas Lange la...@debian.org
Description: 
 dracut - A new initramfs infrastructure
 dracut-network - A new initramfs infrastucture
Closes: 637296 657754
Changes: 
 dracut (017-1) unstable; urgency=low
 .
   * new upstream version
   * do not call dracut if no kernel was found, fix code Closes: #657754
   * control: update to 3.9.3, no changes needed, add Build-depends
   * patches/aufs: aufs was always enabled, now aufs is only activated if
 the string aufs was given on the command line
   * control: update to Standards version 3.9.2, no changes needed, needs
 util-linux = 2.20
   * debian/patches, rules: add quilt support
   * add aufs patch
   * control: fix VCS fields
   * add url-lib, img-lib, ssh-client modules
   * add add dracut-initramfs-restore
   * add patch for missing rpc user and group
   * add patch for missing unimaps directory Closes: #637296 #661531
Checksums-Sha1: 
 1a0bd4299b2de45b0cf9eb11d3a58147a3a7aa37 1251 dracut_017-1.dsc
 6e0ee470a781d9c84ae85dcb3aece32fed24dee1 202982 dracut_017.orig.tar.gz
 c199de8ad22f3ab6b13884ee8336c9fd8fc63d63 5774 dracut_017-1.debian.tar.gz
 58047973d08b14b368c33d406063d3fe3e6e9cad 135198 dracut_017-1_all.deb
 152052b5823177ae4f933a87f6817cf1f751f547 29414 dracut-network_017-1_all.deb
Checksums-Sha256: 
 ad9a86e67485225cefd689c114053529a73e01ce404e3fac63b128cede0f6db4 1251 
dracut_017-1.dsc
 b861924255ace62d0797b3013b1643a2e25ff04bebae859a10e3d7c7e5a2b77f 202982 
dracut_017.orig.tar.gz
 8435226c7909ca75ac137c4e62776d9f6d92f264387c0f9556e8d68c5c8c9453 5774 
dracut_017-1.debian.tar.gz
 bbe37251e3d60b88ccd29be6d0246df46c605698b10888c37665fcc90abd967c 135198 
dracut_017-1_all.deb
 30683421cb240abb27045f65c8db7720843ad5799d631c0fc582c2204747cfc6 29414 
dracut-network_017-1_all.deb
Files: 
 d3f460197389b35ef4e5166743d393da 1251 utils optional dracut_017-1.dsc
 8c7672a6ee4ba55f23e9456e1eebe1ed 202982 utils optional dracut_017.orig.tar.gz
 7610e33a3f5c72196aec7e6934455eff 5774 utils optional dracut_017-1.debian.tar.gz
 9275964137c6e70c3a8b76029caff5b8 135198 utils optional dracut_017-1_all.deb
 1389ad6399fc536cc9ef1c2938252c6b 29414 utils optional 
dracut-network_017-1_all.deb

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

iD8DBQFPTns93BPlTqubZv0RAhlFAKDPFQZvkMSHophAN/kUopeJivCjkgCgmVzN
04Qre7p6PUUpM8jbVSe3TBI=
=6y06
-END PGP SIGNATURE-


Accepted:
dracut-network_017-1_all.deb
  to main/d/dracut/dracut-network_017-1_all.deb
dracut_017-1.debian.tar.gz
  to main/d/dracut/dracut_017-1.debian.tar.gz
dracut_017-1.dsc
  to main/d/dracut/dracut_017-1.dsc
dracut_017-1_all.deb
  to main/d/dracut/dracut_017-1_all.deb
dracut_017.orig.tar.gz
  to main/d/dracut/dracut_017.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/e1s2puk-0006q7...@franck.debian.org



Accepted golang-weekly 2012.02.22-3 (source all amd64)

2012-02-29 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 20:44:46 +0100
Source: golang-weekly
Binary: golang-weekly-go golang-weekly-src golang-weekly-doc golang-weekly-dbg 
golang-weekly
Architecture: source amd64 all
Version: 2012.02.22-3
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 golang-weekly - Experimental Go programming language [meta package]
 golang-weekly-dbg - Go programming language tool chain [debug]
 golang-weekly-doc - Documentation for Google's Go programming language
 golang-weekly-go - Experimental Go programming language compiler
 golang-weekly-src - Go programming language compiler (.go source files)
Closes: 661726
Changes: 
 golang-weekly (2012.02.22-3) unstable; urgency=low
 .
   * Conflict with golang-tools (Closes: #661726)
   * Bump standards to 3.9.3
Checksums-Sha1: 
 5baaea75e21db75f2c589151247adce01ade0309 1586 golang-weekly_2012.02.22-3.dsc
 6ed5a8f166040fe4c5e0dc594c2275bbad4b9751 28952 
golang-weekly_2012.02.22-3.debian.tar.gz
 7f36b2833ba9658efdb4e4435dc75367a1a9b51a 18920730 
golang-weekly-go_2012.02.22-3_amd64.deb
 cd75acf3c3c2b266a113258e6ad4b1010ebcbb67 2259270 
golang-weekly-src_2012.02.22-3_amd64.deb
 77ed2f77c12ffcd99d6d27a88e307d7a6150749b 4235756 
golang-weekly-doc_2012.02.22-3_all.deb
 eacb1f3afd906fad762caec332d5d146bd8dd6c6 2854086 
golang-weekly-dbg_2012.02.22-3_amd64.deb
 13a346ffecb4a9f9ac065fe99130e733713dc6cf 22504 
golang-weekly_2012.02.22-3_all.deb
Checksums-Sha256: 
 1e0451c26bcbde0f9b57662e6cf5bbe5c0707042e17694223824f2dc92b9cebc 1586 
golang-weekly_2012.02.22-3.dsc
 f8b3ffdc4181a31ef9461bcddff213968bd4354b3579c890ad9396aa99337168 28952 
golang-weekly_2012.02.22-3.debian.tar.gz
 11f85679daf03ab899d73299dd99d1d92c535a0306c52788406247bf26f58521 18920730 
golang-weekly-go_2012.02.22-3_amd64.deb
 e2a8a95e0236260e41d11e083b6884f726c3c6188ad2dc1a26d6719e43522342 2259270 
golang-weekly-src_2012.02.22-3_amd64.deb
 f5dd939803014b3d14e1486cb9ab4369b44285390a4d0114e5401d4b2a6b461b 4235756 
golang-weekly-doc_2012.02.22-3_all.deb
 4e28c5a19d8d7bd88b521fd818b23b2ef2aa93f3deb9a71aaeab1e1c8bb2628d 2854086 
golang-weekly-dbg_2012.02.22-3_amd64.deb
 8ce485c2ff50cd6ccceccaf2de4d933d2d8b2194e957ded6aaf0aea56e6cb40c 22504 
golang-weekly_2012.02.22-3_all.deb
Files: 
 f27bf451b8847f9ff1963262bb2da922 1586 devel optional 
golang-weekly_2012.02.22-3.dsc
 434cfacf4c0266f1a390938614fff11c 28952 devel optional 
golang-weekly_2012.02.22-3.debian.tar.gz
 c1a842434a06be64d4c8d438b583209c 18920730 devel optional 
golang-weekly-go_2012.02.22-3_amd64.deb
 2c84178b52c991bf40dc0e904b8e3e83 2259270 devel optional 
golang-weekly-src_2012.02.22-3_amd64.deb
 3e378fac9aa5c185431f8cb3b5633397 4235756 doc optional 
golang-weekly-doc_2012.02.22-3_all.deb
 87d81b3781fea7b1e92ce8d15150d43d 2854086 debug extra 
golang-weekly-dbg_2012.02.22-3_amd64.deb
 8f74d59ff22871fafaaa353e7e6eaf44 22504 devel optional 
golang-weekly_2012.02.22-3_all.deb

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

iEYEARECAAYFAk9Ogi4ACgkQ9OZqfMIN8nNt/gCeLWrlCDbZgqz5egIWwXe/fNdx
23gAniRR2pQQF6Y8B8T5tfu3neUbZmpC
=eU+A
-END PGP SIGNATURE-


Accepted:
golang-weekly-dbg_2012.02.22-3_amd64.deb
  to main/g/golang-weekly/golang-weekly-dbg_2012.02.22-3_amd64.deb
golang-weekly-doc_2012.02.22-3_all.deb
  to main/g/golang-weekly/golang-weekly-doc_2012.02.22-3_all.deb
golang-weekly-go_2012.02.22-3_amd64.deb
  to main/g/golang-weekly/golang-weekly-go_2012.02.22-3_amd64.deb
golang-weekly-src_2012.02.22-3_amd64.deb
  to main/g/golang-weekly/golang-weekly-src_2012.02.22-3_amd64.deb
golang-weekly_2012.02.22-3.debian.tar.gz
  to main/g/golang-weekly/golang-weekly_2012.02.22-3.debian.tar.gz
golang-weekly_2012.02.22-3.dsc
  to main/g/golang-weekly/golang-weekly_2012.02.22-3.dsc
golang-weekly_2012.02.22-3_all.deb
  to main/g/golang-weekly/golang-weekly_2012.02.22-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/e1s2qr6-0001bk...@franck.debian.org



Accepted hbro 0.8.0.0-2 (source all amd64)

2012-02-29 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 Feb 2012 14:42:21 -0500
Source: hbro
Binary: hbro libghc-hbro-dev libghc-hbro-prof libghc-hbro-doc
Architecture: source all amd64
Version: 0.8.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 hbro   - minimal KISS-compliant web browser
 libghc-hbro-dev - minimal KISS-compliant web browser
 libghc-hbro-doc - minimal KISS-compliant web browser; documentation
 libghc-hbro-prof - minimal KISS-compliant web browser; profiling libraries
Changes: 
 hbro (0.8.0.0-2) unstable; urgency=low
 .
   * Bump to Standards-Version 3.9.3.
Checksums-Sha1: 
 813afcdb87a513c211487749e90e6dd3fc157b72 2766 hbro_0.8.0.0-2.dsc
 c73295485a2fd0e73693c1e4adf1a1bd5cef2a46 2424 hbro_0.8.0.0-2.debian.tar.gz
 3ba87cf533582f8e587f670f1dbe9a09c5bef619 63698 
libghc-hbro-doc_0.8.0.0-2_all.deb
 b44abd1ede1c00b4f9a0333a05ca72b4b8c94b9f 1274492 hbro_0.8.0.0-2_amd64.deb
 60eb9ecee338473504061a85146a08885f731c45 206178 
libghc-hbro-dev_0.8.0.0-2_amd64.deb
 de709ab03cb57ae1992ad47f5a4426c8b624b724 182326 
libghc-hbro-prof_0.8.0.0-2_amd64.deb
Checksums-Sha256: 
 1a725ac26fd20f093fbc59a4d6f84ff46241267e718b10b109bdb3e66795dac6 2766 
hbro_0.8.0.0-2.dsc
 0477d23aff46f472f180eb9e00de9fb635ad97d841b82d3c57c037dbe2f118ff 2424 
hbro_0.8.0.0-2.debian.tar.gz
 d8e1e9229fa17056bc44a8afeca13360ffeeb906ca0ddd844d614e2d7438f3ee 63698 
libghc-hbro-doc_0.8.0.0-2_all.deb
 6832e9f4916a327a68d8f0f592c056d1a50c02f39c7f346bb1285aebce905787 1274492 
hbro_0.8.0.0-2_amd64.deb
 b54a4fcefbb9a70bf1c7f7f8134c19a7f2327e7deffa7cf9c267edfcbf9de90e 206178 
libghc-hbro-dev_0.8.0.0-2_amd64.deb
 8b044f84ba540b963c39cb8f279ce1d129c43bd83bdb2c5daac235a5c0253d0a 182326 
libghc-hbro-prof_0.8.0.0-2_amd64.deb
Files: 
 b12c75ec3ab20c03049746c26684bcbf 2766 haskell extra hbro_0.8.0.0-2.dsc
 4d21a00c328b0a2c0d3da3cdaef19f77 2424 haskell extra 
hbro_0.8.0.0-2.debian.tar.gz
 b9e37e7834f6002c278a313f71339433 63698 doc extra 
libghc-hbro-doc_0.8.0.0-2_all.deb
 f409e552832ba8b08b42738a0f3b506f 1274492 haskell extra hbro_0.8.0.0-2_amd64.deb
 685ac9144f011a26a317bc19b1d46554 206178 haskell extra 
libghc-hbro-dev_0.8.0.0-2_amd64.deb
 fe6e4e2018943d8b65126a3074a1a9f6 182326 haskell extra 
libghc-hbro-prof_0.8.0.0-2_amd64.deb

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

iQIcBAEBCgAGBQJPToJFAAoJEFWSMx4ZnTiolDgP/Rxdgs1Zn3S/J2dnYHuS5Hn3
FCovjtEw6hW92+W2ZAjqBX5fEJTXD9bjeLv5tSivYH+zDIGEuhpuBsuPOrRtzDzi
q3LTQO1pgguXLgOUggIsc9hX9EtA9UHDAnmQvO8Y1+3TE7pSGEDsleOC00YUBTap
nguYpZxzJqahLofJEsudvar08y6e4Ri8VUHm78/A+cqlf6foAx3XkDHwVWTsK5Iw
PwlBjQAPl+Ydzda8prBZhuJqv7Uqm8EipThMZatRkKyleSe5X2MpjSA3o4IeA/kX
LoH9zoHTzPCudMjFOwTfCKwIDGZdgAyqTg2fk9fQQiMERw1Y/eGLFGp9Z/NjfiLe
fECb+2a8AIyfMXCulggJinFQRu3cdjV6WOcmkIab1zNaZdmkprC/4wMlbd/tCOfg
uWXTLb3skdtARd6mCuzMzP+oAqtLtuMk9PA+7KwMNGibLuu8ZblLBVSqIzmxy9OD
t5yZTaFPGv7P/Eqe40vm2mus9ek6dchIQ9tlEIleOdc6Khw2TfkmIeMsipA2WB6J
lNnmtAnzDe28S8OD6BpKO33o1xNiEMBRqeymzlF8S8rHFDPHDwVYzjq8frDKusBU
Vd+PTRKgqDynE56l63BtQK+Np/1bOW1MTndVnZQuJwO9M1r0E+4P+NgYQVKIqjWv
hPpInEJSye4lzrH3wIiR
=Ksr2
-END PGP SIGNATURE-


Accepted:
hbro_0.8.0.0-2.debian.tar.gz
  to main/h/hbro/hbro_0.8.0.0-2.debian.tar.gz
hbro_0.8.0.0-2.dsc
  to main/h/hbro/hbro_0.8.0.0-2.dsc
hbro_0.8.0.0-2_amd64.deb
  to main/h/hbro/hbro_0.8.0.0-2_amd64.deb
libghc-hbro-dev_0.8.0.0-2_amd64.deb
  to main/h/hbro/libghc-hbro-dev_0.8.0.0-2_amd64.deb
libghc-hbro-doc_0.8.0.0-2_all.deb
  to main/h/hbro/libghc-hbro-doc_0.8.0.0-2_all.deb
libghc-hbro-prof_0.8.0.0-2_amd64.deb
  to main/h/hbro/libghc-hbro-prof_0.8.0.0-2_amd64.deb


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



Accepted libdigest-sha-perl 5.71-1 (source amd64)

2012-02-29 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 20:53:56 +0100
Source: libdigest-sha-perl
Binary: libdigest-sha-perl
Architecture: source amd64
Version: 5.71-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libdigest-sha-perl - Perl extension for SHA-1/224/256/384/512, SHA-512/224 and 
SHA-512
Changes: 
 libdigest-sha-perl (5.71-1) unstable; urgency=low
 .
   * Imported Upstream version 5.71
   * Update debian/copyright information.
 Update format to copyright-format 1.0 as released with Debian policy
 3.9.3.
 Update copyright years for upstream files and debian/* packaging.
   * Bump Standards-Version to 3.9.3
   * Bump Debhelper compat level to 9.
 Adjust Build-Depends on debhelper to debhelper (= 9).
Checksums-Sha1: 
 1781f6e980d30b58e6b1f097215392b49c78d813 2210 libdigest-sha-perl_5.71-1.dsc
 b8b440c54626e8856e69dde5cd72fa316ead041b 42360 
libdigest-sha-perl_5.71.orig.tar.gz
 82f2e29de86dd0fb6d4bb0ef061ace13756ed241 4036 
libdigest-sha-perl_5.71-1.debian.tar.gz
 4a7f15ce941ca0e96249bbb4e1a2b899e140446a 59178 
libdigest-sha-perl_5.71-1_amd64.deb
Checksums-Sha256: 
 b968bdb80f1a8352cd1fb3a5314d56f20d4cb5f772e83228d681180f2ec01640 2210 
libdigest-sha-perl_5.71-1.dsc
 3190fe48f638ae12ed644c4a2c88a01b3e08fe77ac971dc1d03589f469e243c1 42360 
libdigest-sha-perl_5.71.orig.tar.gz
 18fe538d0fed7299a37ff9f9667f721c555db1ee7ca66fb658559d2985793720 4036 
libdigest-sha-perl_5.71-1.debian.tar.gz
 8d7d4c6cdb05ed9c699b0fe0a5cda80c1b80787e9f2397f46813bed98088ecff 59178 
libdigest-sha-perl_5.71-1_amd64.deb
Files: 
 3c7f0b25cea2fd71326f5244bc44b1f0 2210 perl optional 
libdigest-sha-perl_5.71-1.dsc
 f40aeb91b6fe62ed4bf47ceb86382305 42360 perl optional 
libdigest-sha-perl_5.71.orig.tar.gz
 01e7902f5fa524f14cd857864d3cadf1 4036 perl optional 
libdigest-sha-perl_5.71-1.debian.tar.gz
 11462fb18bb6f0098194f241afe9e224 59178 perl optional 
libdigest-sha-perl_5.71-1_amd64.deb

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

iQIcBAEBCAAGBQJPToNGAAoJEHidbwV/2GP+UE0P/RMnmQpQZ628S6CMs/Wd1JZC
FEvjwuIZqU0AK3y+mvuq7Tz7WOb0mHP1Kzs50udaqdBVi/hT/cKtLkjeG7omdk3n
i+JiYkcxk2FI/ZNuQSwQtM3n73qe/YelqydG7BDdnT6TgbF9oWC4htn5gOYebBrD
0yfiqH+l5HCfOjAxqb3dnqUrqVLVHxyKPs6AnApWj9FpveOWhCcfDmMX/eIW91dt
m5KJolAUUUgc7g7W9YNtdaZroIgKea7o1b1dLL2Eos9t9YgixrvOjKJI9vMnUyr3
pt0/Q9/A1SzVVFinyDxsjS8f6AJRGJk9PLsp761HUagORpazZnQYY5IQQ6zeqqUk
0Tn9Ajms6o7z0pa8LXAv4LtEjzLPa2D0Z77qsL2LJ82EnAU/cTLS4T8K/e2Un2F0
p7oZ5olxC4BU+5/K9vSciArZPjHSKkRl3+GWeSlAawlb3+IUsNW86XJC2ectWHeh
8RNqJTWBH+IX0lT/PCh9TVoJ923HAe24m8jajAJpae2EXdaR1SObQ/5LqfNVCfzr
OGx5wLW8eqPW5KyCFIR8WP+Q2AJ4GWWcOx3jtjmTU6HzfxOm8j6QwFSmd84PUjHD
Bt2Kjx0GM8U71vvxLgL9wwg2HpRCpxpyg62vpdwzUXGBsB4JWb/Qc4yud/odIMjB
G3+iITq2lJJY4zaq+OB7
=6eUQ
-END PGP SIGNATURE-


Accepted:
libdigest-sha-perl_5.71-1.debian.tar.gz
  to main/libd/libdigest-sha-perl/libdigest-sha-perl_5.71-1.debian.tar.gz
libdigest-sha-perl_5.71-1.dsc
  to main/libd/libdigest-sha-perl/libdigest-sha-perl_5.71-1.dsc
libdigest-sha-perl_5.71-1_amd64.deb
  to main/libd/libdigest-sha-perl/libdigest-sha-perl_5.71-1_amd64.deb
libdigest-sha-perl_5.71.orig.tar.gz
  to main/libd/libdigest-sha-perl/libdigest-sha-perl_5.71.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/e1s2qrc-0001kc...@franck.debian.org



Accepted winff 1.4.2-2 (source all i386)

2012-02-29 Thread Paul Gevers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 20:21:21 +0100
Source: winff
Binary: winff winff-dbg winff-doc
Architecture: source all i386
Version: 1.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Paul Gevers p...@climbing.nl
Changed-By: Paul Gevers p...@climbing.nl
Description: 
 winff  - graphical video and audio batch converter using ffmpeg
 winff-dbg  - winff debugging symbols
 winff-doc  - winff documentation
Changes: 
 winff (1.4.2-2) unstable; urgency=low
 .
   * Add some debugging info to the build log to investigate a FTBFS
 on armel (maybe unneeded since a new Lazarus was uploaded today)
Checksums-Sha1: 
 f766bb6a5150167ba069df0bccf8ef62e883dcb4 1354 winff_1.4.2-2.dsc
 f1823337618e21dc56c84d7ebf1a5a0cc0e9055a 22854 winff_1.4.2-2.debian.tar.gz
 ec05658465fb51d844a761d420ec773036a2814b 1319566 winff-doc_1.4.2-2_all.deb
 d03b4cdc25e5a3d4b5bdff2794081eb2be596aa9 1804864 winff_1.4.2-2_i386.deb
 320afdca4a0f911621e7111b78383614b14084a6 4469682 winff-dbg_1.4.2-2_i386.deb
Checksums-Sha256: 
 7f804dc1d06efde14d1e8584957d0c3196c9364bbae5da97d31db4ee54465773 1354 
winff_1.4.2-2.dsc
 2a2db9f0ede293c968b2bec9b232137676afb30f47ed02816c89b2c1eaaac55f 22854 
winff_1.4.2-2.debian.tar.gz
 24909ede58bf0d58bd985f5f2149a1dd5978a5f646f41d33ef58b75c261f5c07 1319566 
winff-doc_1.4.2-2_all.deb
 d93ad3d358917b2da0bb36433d317320db1dd04cdc451d013f2755088877b752 1804864 
winff_1.4.2-2_i386.deb
 668442cf6ca727cbe123720f983aa559d53fdf7bb95fc9220958c8d4dc7ce2c9 4469682 
winff-dbg_1.4.2-2_i386.deb
Files: 
 6307b45469b6745f0703fe3a5145c01e 1354 video extra winff_1.4.2-2.dsc
 cda8fe73b647cb11d0aec03e86dbbd89 22854 video extra winff_1.4.2-2.debian.tar.gz
 9beac0a7a800a584aabecd9e167b7741 1319566 doc extra winff-doc_1.4.2-2_all.deb
 34521303984ea8e4b184b10752c5e43a 1804864 video extra winff_1.4.2-2_i386.deb
 bb506055f83fba19151e5b11b7850f35 4469682 debug extra winff-dbg_1.4.2-2_i386.deb

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

iEYEARECAAYFAk9Og68ACgkQHNUte6r+CGp7HgCfQs4cP8gnwVDiCbtUCXqm5Gkm
UHoAoI/E5CiUfcIBMcqlj9HQTG04k9Xa
=Z+aJ
-END PGP SIGNATURE-


Accepted:
winff-dbg_1.4.2-2_i386.deb
  to main/w/winff/winff-dbg_1.4.2-2_i386.deb
winff-doc_1.4.2-2_all.deb
  to main/w/winff/winff-doc_1.4.2-2_all.deb
winff_1.4.2-2.debian.tar.gz
  to main/w/winff/winff_1.4.2-2.debian.tar.gz
winff_1.4.2-2.dsc
  to main/w/winff/winff_1.4.2-2.dsc
winff_1.4.2-2_i386.deb
  to main/w/winff/winff_1.4.2-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/e1s2qsd-0001q1...@franck.debian.org



Accepted libaws 2.10.2-3 (source all amd64)

2012-02-29 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 21:33:36 +0100
Source: libaws
Binary: libaws2.10.2-dev libaws-bin libaws2.10.2 libaws-dbg libaws-doc
Architecture: source amd64 all
Version: 2.10.2-3
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta lbre...@debian.org
Changed-By: Ludovic Brenta lbre...@debian.org
Description: 
 libaws-bin - Ada Web Server utilities
 libaws-dbg - Debugging symbols for the Ada Web Server shared library
 libaws-doc - Ada Web Server documentation
 libaws2.10.2 - Ada Web Server shared library
 libaws2.10.2-dev - Ada Web Server development files
Changes: 
 libaws (2.10.2-3) unstable; urgency=low
 .
   * debian/build_aws.gpr: work around a compiler bug on armel.
 Add Linker_Options that cause the tools to link against libz.
Checksums-Sha1: 
 8fb91c6bbef1710a88789eb046612fd5ab27ec94 1460 libaws_2.10.2-3.dsc
 72be0f6be92cca10c7888a5c013b52ce71f6847f 16840 libaws_2.10.2-3.debian.tar.bz2
 6583fb32f27d76c4a36db6fc6d4af20c5f95c7c3 6545172 
libaws2.10.2-dev_2.10.2-3_amd64.deb
 d5d8ee66a4a631cf34bf98ec2ed3b91d7e437a3b 145412 libaws-bin_2.10.2-3_amd64.deb
 cdf796ede65f43a00dfd4d5c320c2baabb18d2ba 1413428 
libaws2.10.2_2.10.2-3_amd64.deb
 039b114ab81a972d6f2e99dda706bb1a7cb5 2502454 libaws-dbg_2.10.2-3_amd64.deb
 2f63f006c57536b21a288275c7cf31e3adfeb7f9 507394 libaws-doc_2.10.2-3_all.deb
Checksums-Sha256: 
 95b5f716c0c417a1b603aaf3d4dbff3a045639cb16ac1fc4458aa7626b57f9da 1460 
libaws_2.10.2-3.dsc
 063263bf580929883d015c0def49e9f1404cd82aaeb58140b20bd8e73b646172 16840 
libaws_2.10.2-3.debian.tar.bz2
 f3452c083fa63f49ab602d926dee3b0f1e17901573ef0ddd1f6b2625f9394abb 6545172 
libaws2.10.2-dev_2.10.2-3_amd64.deb
 7a56bf77e69c4331e60f0f762d7460c0d50c670bdca9c9d7e3c4bf792c1bd32e 145412 
libaws-bin_2.10.2-3_amd64.deb
 d1b81af1ac0195c8dc56cb6c94e133183f025818e5374118b460f1be2803beaa 1413428 
libaws2.10.2_2.10.2-3_amd64.deb
 5c951fff008612aeda3e757ec7ebb8d4e9b65ae2a3901426aef1053e7ec060b2 2502454 
libaws-dbg_2.10.2-3_amd64.deb
 9c780a1c14ed372a5c78c0c05b98161c36cbb53930697d001a7be60b163bf520 507394 
libaws-doc_2.10.2-3_all.deb
Files: 
 95bccd4b5ac9cf4c1a2ad90cbb6f9a16 1460 libs optional libaws_2.10.2-3.dsc
 a9bcadeaab8830e799287ea93c6995e9 16840 libs optional 
libaws_2.10.2-3.debian.tar.bz2
 ff6ec7e3e10a41727f27cb34bf3d19f8 6545172 libdevel optional 
libaws2.10.2-dev_2.10.2-3_amd64.deb
 ec762c88b3c1a6ec071fb70c39a3e9c0 145412 devel optional 
libaws-bin_2.10.2-3_amd64.deb
 1ee29916d1716f9073479645f32d96b0 1413428 libs optional 
libaws2.10.2_2.10.2-3_amd64.deb
 01dcd5ad8155785699d0ddd5808d8227 2502454 debug extra 
libaws-dbg_2.10.2-3_amd64.deb
 00dbad3452162617a629017ae57ec130 507394 doc optional 
libaws-doc_2.10.2-3_all.deb

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

iD8DBQFPTo9Ax9kwJZ3/qtQRAj3iAJ0csqqPNNvZfZshnT68/jR4gIhjXgCdHXXU
h/rtUneWApXA1Ol9ATaum5Q=
=RjfD
-END PGP SIGNATURE-


Accepted:
libaws-bin_2.10.2-3_amd64.deb
  to main/liba/libaws/libaws-bin_2.10.2-3_amd64.deb
libaws-dbg_2.10.2-3_amd64.deb
  to main/liba/libaws/libaws-dbg_2.10.2-3_amd64.deb
libaws-doc_2.10.2-3_all.deb
  to main/liba/libaws/libaws-doc_2.10.2-3_all.deb
libaws2.10.2-dev_2.10.2-3_amd64.deb
  to main/liba/libaws/libaws2.10.2-dev_2.10.2-3_amd64.deb
libaws2.10.2_2.10.2-3_amd64.deb
  to main/liba/libaws/libaws2.10.2_2.10.2-3_amd64.deb
libaws_2.10.2-3.debian.tar.bz2
  to main/liba/libaws/libaws_2.10.2-3.debian.tar.bz2
libaws_2.10.2-3.dsc
  to main/liba/libaws/libaws_2.10.2-3.dsc


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



Accepted haskell-fastcgi 3001.0.2.3-3 (source all amd64)

2012-02-29 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 Feb 2012 15:03:01 -0500
Source: haskell-fastcgi
Binary: libghc-fastcgi-dev libghc-fastcgi-prof libghc-fastcgi-doc
Architecture: source all amd64
Version: 3001.0.2.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-fastcgi-dev - A Haskell library for writing FastCGI programs
 libghc-fastcgi-doc - A Haskell library for writing FastCGI programs; 
documentation
 libghc-fastcgi-prof - A Haskell library for writing FastCGI programs; 
profiling library
Changes: 
 haskell-fastcgi (3001.0.2.3-3) unstable; urgency=low
 .
   * Bump to Standards-Version 3.9.3.
Checksums-Sha1: 
 69446d1e4156a01de5dd0cc2f72fee263acbaaa8 2204 haskell-fastcgi_3001.0.2.3-3.dsc
 5b5a4a59f2599fc088b385f9096ce98797322f07 2531 
haskell-fastcgi_3001.0.2.3-3.debian.tar.gz
 03d3ab08b60262c8898cc964f429ed5012922bbc 36810 
libghc-fastcgi-doc_3001.0.2.3-3_all.deb
 ac464e7fee6256f0fac952e391a06f24b31c7c58 35186 
libghc-fastcgi-dev_3001.0.2.3-3_amd64.deb
 61c57fd5a19e5431e36bc4a692e4fe952fc086f6 30924 
libghc-fastcgi-prof_3001.0.2.3-3_amd64.deb
Checksums-Sha256: 
 7efcc47a917f5723dbe42494be468aec47ee5fe15453d1d4512d5b5863d4a3b1 2204 
haskell-fastcgi_3001.0.2.3-3.dsc
 c3e78125af9cda7dcc2afa2bf3abfeb8924b123bceee85e650006740248bdf78 2531 
haskell-fastcgi_3001.0.2.3-3.debian.tar.gz
 aa5621833fa026c9630c5b5cb24e2a98b8a3cd9ebc651188bc51ba1ed6a62425 36810 
libghc-fastcgi-doc_3001.0.2.3-3_all.deb
 15949e9681ff63da39e6bae63ab9b46a57998736c96f85facaa16c5885336b12 35186 
libghc-fastcgi-dev_3001.0.2.3-3_amd64.deb
 7b8e9b147a5616a6b48066b734501adecda0f46d10204ab31e7f994374b0676b 30924 
libghc-fastcgi-prof_3001.0.2.3-3_amd64.deb
Files: 
 c36a09867c6753aa2a79ccf8c0bbeef9 2204 haskell optional 
haskell-fastcgi_3001.0.2.3-3.dsc
 e94d7e1653ec30a7aa907094c2b391fd 2531 haskell optional 
haskell-fastcgi_3001.0.2.3-3.debian.tar.gz
 57c6c95884adc9be00a4989343e6f259 36810 doc optional 
libghc-fastcgi-doc_3001.0.2.3-3_all.deb
 69125dff9a1be8e0fc422ffeade00d35 35186 haskell optional 
libghc-fastcgi-dev_3001.0.2.3-3_amd64.deb
 a9bd20b40ff6b248dc072c1d8328cc4b 30924 haskell optional 
libghc-fastcgi-prof_3001.0.2.3-3_amd64.deb

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

iQIcBAEBCgAGBQJPTpPGAAoJEFWSMx4ZnTioyQIP/3l9liitFMZopxO95m9belws
furyjIGKhCvFfjO6NzoPHiMydkCVSWHaewAn+3uYx7sr2pNQxml+ZSWaZHQKRrc4
v+HfUpQ3XvtpNzxxEXGNdVNff/1Wgy9KbErf7jrBPijHFbrA99zqATxPTj59JItz
3ruZwg5Ownq/DPA+n8JBkUEgOWhvFE3rzaxgEct2gIwJreYxhehHoIxDn+rKXNqp
aTTRpyTQWmfHztITBo50rZ8JW2wa6cOIL/REp4NjtswQkER0v5Jj2lHHoaqGloZ3
/EcB1QsY8Q0da/PwJfUnUXRO4HMQMLKgewZwnZnwQ38h7mIKA3Uco80p7eW+RCKM
IkzFG2mYTgrxszEc89Qn2Cqkf7OYbSN8zpGEOux1gSyXcTsGL+Hvg6xcXC6PmFP0
Yz59AAErVJFe09f5t4emO6LcWNPrhdMB7qnhx4LvJooaIJBb22TtqhoCBbvi/UND
/c4M2HPSLB8s9h1FSdKZFpjOZxfXxiJjaOAlmFBSh4CqXzQHCcsN98jCyBtW8HIS
15KcANsXmnsVWIxC3Hdd5HtlhRJT5aN7uvMfCdlCqIvrSOuU+sHJnxDj4sMQR74O
QLXEioGLgRSF9ZntXTZxu5le4vEc5YTOwwg+FzOq39dIWQHlpfKkv3XaNl4yp8IZ
+g9Y9FVtfUv3Q8ZCRV3x
=WpX3
-END PGP SIGNATURE-


Accepted:
haskell-fastcgi_3001.0.2.3-3.debian.tar.gz
  to main/h/haskell-fastcgi/haskell-fastcgi_3001.0.2.3-3.debian.tar.gz
haskell-fastcgi_3001.0.2.3-3.dsc
  to main/h/haskell-fastcgi/haskell-fastcgi_3001.0.2.3-3.dsc
libghc-fastcgi-dev_3001.0.2.3-3_amd64.deb
  to main/h/haskell-fastcgi/libghc-fastcgi-dev_3001.0.2.3-3_amd64.deb
libghc-fastcgi-doc_3001.0.2.3-3_all.deb
  to main/h/haskell-fastcgi/libghc-fastcgi-doc_3001.0.2.3-3_all.deb
libghc-fastcgi-prof_3001.0.2.3-3_amd64.deb
  to main/h/haskell-fastcgi/libghc-fastcgi-prof_3001.0.2.3-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/e1s2qtc-0004yj...@franck.debian.org



Accepted haskell-sendfile 0.7.4-1 (source all amd64)

2012-02-29 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 Feb 2012 16:20:45 -0500
Source: haskell-sendfile
Binary: libghc-sendfile-dev libghc-sendfile-prof libghc-sendfile-doc
Architecture: source all amd64
Version: 0.7.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-sendfile-dev - Haskell portable sendfile library - GHC libraries
 libghc-sendfile-doc - Haskell portable sendfile library - documentation
 libghc-sendfile-prof - Haskell portable sendfile library - GHC profiling 
libraries
Changes: 
 haskell-sendfile (0.7.4-1) unstable; urgency=low
 .
   * New upstream version.
   * Bump to Standards-Version 3.9.3.
Checksums-Sha1: 
 536809f07b258ea04046f04a8d831e2bea0a46c8 2309 haskell-sendfile_0.7.4-1.dsc
 d4ac305ad1887167a9889524969921c0555d10ec 10236 
haskell-sendfile_0.7.4.orig.tar.gz
 a5e553bd6aac3271ed12bb930cc7a4f0a87f3494 2531 
haskell-sendfile_0.7.4-1.debian.tar.gz
 872a529b3bc7c2408762727c4d57c3b7cfdac3c9 53708 
libghc-sendfile-doc_0.7.4-1_all.deb
 89d4c3524e051dc324a856bea9dc94dc4a131ab8 36506 
libghc-sendfile-dev_0.7.4-1_amd64.deb
 b0f0c2d300dd941e373d38390183476bb7118abe 34978 
libghc-sendfile-prof_0.7.4-1_amd64.deb
Checksums-Sha256: 
 653d6ca0b664d3a0b45cc1934d90f046cc28ac665c99ffc3a76996afa18ab3c2 2309 
haskell-sendfile_0.7.4-1.dsc
 3897510713c9ad9cebbb1476452c684c0e5ea7168f0fdb766c63e91d9b7402c0 10236 
haskell-sendfile_0.7.4.orig.tar.gz
 5752bf954782b44f0d877c6b760e1dc039768df99b613327c3a4204f94fc1b06 2531 
haskell-sendfile_0.7.4-1.debian.tar.gz
 ea3e0215471add6c2793909331e3e549a2ceb8e809cb85b4dcf4bd29973f1896 53708 
libghc-sendfile-doc_0.7.4-1_all.deb
 b01440f1e841b5d32a335130844822f2c2a98866293daa60d5d4ccbe15c84fd1 36506 
libghc-sendfile-dev_0.7.4-1_amd64.deb
 69b34ca9e05ebed1832865cb332dd957f8e40821a4ab1cbeaefd7b5590b7c4c2 34978 
libghc-sendfile-prof_0.7.4-1_amd64.deb
Files: 
 d934d064b7bf1332f88a0bc19cc95d65 2309 haskell extra 
haskell-sendfile_0.7.4-1.dsc
 dc76feabd98133af5c8ca12fea54fbe0 10236 haskell extra 
haskell-sendfile_0.7.4.orig.tar.gz
 62d37a43cca38ebc97ea8c350d17202d 2531 haskell extra 
haskell-sendfile_0.7.4-1.debian.tar.gz
 258d4b77b6a77df305cd67647c34791f 53708 doc extra 
libghc-sendfile-doc_0.7.4-1_all.deb
 0fe5ffe63eff2dd463a3c65b5d20cabf 36506 haskell extra 
libghc-sendfile-dev_0.7.4-1_amd64.deb
 d4a4582c2917c33fa02071d7da2da208 34978 haskell extra 
libghc-sendfile-prof_0.7.4-1_amd64.deb

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

iQIcBAEBCgAGBQJPTpf6AAoJEFWSMx4ZnTioCa4P/1qeWXdGdLFb4wewq9N8KtmZ
xjsdO8i3H6NvyfuR98xt+E4UoL0pcynt4Hyq5D4OGYBpHC901bNrzfQZQvnskpaE
Ks/IJnB5noPB0vLr6xFR/UySE58pV2UU5EpRgcdCnwBG7w+ORw7VuV61l0Gsnd03
zYiq1XafVzVLMLI40FNc0VyeXWnwAGMAymsNpP7QsNmcx3nfYtT5LL624hqGNxfW
7ANe1nf8EhSk3c+fnBk42ukH8PoJ2MZtf7p31SFMSu041FnX23uvuJYsCo+cx/A/
kT/F1+aXYEun/lqFW22EFX5T3FAENfovS3jWFMcYxHPB0Y+KugBWmjvSM9GTmmVF
xY2hOgR6k/Sk/dFf4ImLH5O6AE/mhSTdAL/TUTGFtQ4/f/0MRu4kEWZ2PGK3RMkv
fzYsAh+57vyssv5vsbmOCu5EcjZk6iUe6VAv0+ezFqbe/CZbX+OZXOYesxuOuj1V
e9+rLLTQQ7We/15CKDbFllyNl0J2DJxaRedOLSveTWhbdD/A16d0X3H44/83YuHA
fpMeeoMfwMG7gS3xokvzmPAupfemkKjQ5L+3V8v41unplo2NOZ9s0iv+7fpEvpDu
c3wFUPijbvBZGteFtXg8mUCK6q23PVdYQBLxHVuYPMT9ma8nUDffWga/ITcXVCtI
D5NqCenXjQo1oSLaaSjC
=yRwY
-END PGP SIGNATURE-


Accepted:
haskell-sendfile_0.7.4-1.debian.tar.gz
  to main/h/haskell-sendfile/haskell-sendfile_0.7.4-1.debian.tar.gz
haskell-sendfile_0.7.4-1.dsc
  to main/h/haskell-sendfile/haskell-sendfile_0.7.4-1.dsc
haskell-sendfile_0.7.4.orig.tar.gz
  to main/h/haskell-sendfile/haskell-sendfile_0.7.4.orig.tar.gz
libghc-sendfile-dev_0.7.4-1_amd64.deb
  to main/h/haskell-sendfile/libghc-sendfile-dev_0.7.4-1_amd64.deb
libghc-sendfile-doc_0.7.4-1_all.deb
  to main/h/haskell-sendfile/libghc-sendfile-doc_0.7.4-1_all.deb
libghc-sendfile-prof_0.7.4-1_amd64.deb
  to main/h/haskell-sendfile/libghc-sendfile-prof_0.7.4-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/e1s2r88-0005pf...@franck.debian.org



Accepted remctl 3.1-1 (source i386 all)

2012-02-29 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 13:14:14 -0800
Source: remctl
Binary: libremctl1 libremctl-dev remctl-client remctl-server libnet-remctl-perl 
php5-remctl python-remctl libremctl-ruby libremctl-ruby1.8 libremctl-ruby1.9.1
Architecture: source i386 all
Version: 3.1-1
Distribution: unstable
Urgency: low
Maintainer: Russ Allbery r...@debian.org
Changed-By: Russ Allbery r...@debian.org
Description: 
 libnet-remctl-perl - Perl client for Kerberos-authenticated command execution
 libremctl-dev - Development files for Kerberos-authenticated command execution
 libremctl-ruby - Ruby extension for Kerberos-authenticated command execution
 libremctl-ruby1.8 - Ruby 1.8 extension for Kerberos-authenticated command 
execution
 libremctl-ruby1.9.1 - Ruby 1.9.1 extension for Kerberos-authenticated command 
execution
 libremctl1 - Library for Kerberos-authenticated command execution
 php5-remctl - PECL module for Kerberos-authenticated command execution
 python-remctl - Python extension for Kerberos-authenticated command execution
 remctl-client - Client for Kerberos-authenticated command execution
 remctl-server - Server for Kerberos-authenticated command execution
Changes: 
 remctl (3.1-1) unstable; urgency=low
 .
   * New upstream release.
 - New remctl_set_timeout function and corresponding API in all the
   language bindings to set a timeout on all further network operations
   on that client connection.
 - remctld supports a user configuration option to run a program as a
   specific user (with supplemental groups).
 - remctld's timeout is now one hour between messages instead of a
   total limit of one hour for the connection.
 - PHP's remctl_output no longer warns on failure.
 - Python's _remctl.remctl_output returns an empty tuple on error.
 - Fix error reporting for non-blocking connect.
Checksums-Sha1: 
 4bac4b75bc2448bcfe2bf17af3213853c49828e8 2108 remctl_3.1-1.dsc
 f927d697cb5dcc3a0eca3a19238492d234cdd0eb 665467 remctl_3.1.orig.tar.gz
 1eedc60468f9a6f2b32ff64ca9b62b11cbb1cd08 16751 remctl_3.1-1.debian.tar.gz
 4c1f453bc88c76e030495461856fcb456b92d031 48726 libremctl1_3.1-1_i386.deb
 177d6c557f17079dd57dba02c83f47e48906e1f3 86814 libremctl-dev_3.1-1_i386.deb
 66ee5efa6c257f42ab57a5707717504b44af3917 81558 remctl-client_3.1-1_i386.deb
 5df7610513444b05e5de89e42b9e299d1e48b2c9 81240 remctl-server_3.1-1_i386.deb
 fe2a8e8192640f435514a499713a992b6d24d603 51440 
libnet-remctl-perl_3.1-1_i386.deb
 6943b8bb98b6e22780300628eb3caf99fdeb9a49 38562 php5-remctl_3.1-1_i386.deb
 eb7a45ea1fae49e104169ee3e7d46ca86a56fa87 36404 python-remctl_3.1-1_i386.deb
 ec938c9586b8b385272b5bb029ca9037511c870a 28814 libremctl-ruby_3.1-1_all.deb
 de04358d127b9e472e8d3ad7018a9726065e008e 34436 libremctl-ruby1.8_3.1-1_i386.deb
 d35b0bf046f62fd2025fab1982e8aa2c0f898e64 34592 
libremctl-ruby1.9.1_3.1-1_i386.deb
Checksums-Sha256: 
 4aa9c73549d8955a986dc7e21c23f3e68d37bf07bbfa59e442754df716f0ec48 2108 
remctl_3.1-1.dsc
 5bce856ce34b8c6a803eb52e4c2623941250099696f06b65c6f63c6133f9a636 665467 
remctl_3.1.orig.tar.gz
 a81ea7a0501b2c1328bc216a8a06433405afe7fb81f8d6c3cce83e097c27d8aa 16751 
remctl_3.1-1.debian.tar.gz
 45bbd268471e0419084ee309a134fff8d5e2d325ab71b118dbc0ae33705d6c73 48726 
libremctl1_3.1-1_i386.deb
 44d4d6166f56ec5278d847220dd07ded5efb09de73fa1890500aa381306dfc6e 86814 
libremctl-dev_3.1-1_i386.deb
 d6a85c5c6880755bc4d36da3dcf1947eb5ebb075fc3689d9a2ba10f32c7ef23b 81558 
remctl-client_3.1-1_i386.deb
 6aa274386aebfa48374a67dc0f0a3cb35b1f42c0a2f34b688321cc041204006d 81240 
remctl-server_3.1-1_i386.deb
 d1c1935dfec2bfc80ef479ee97e5b84e757713359a11e6eaffc9576bad639dc3 51440 
libnet-remctl-perl_3.1-1_i386.deb
 98b499d016044d92030114aa32d18591f46024d250584fc21d6d7cafcd056f58 38562 
php5-remctl_3.1-1_i386.deb
 7197d6daa9423a8925e7b07eb482b5a926976b751c622e7731b45d11be03e674 36404 
python-remctl_3.1-1_i386.deb
 76391b320a8c7bb712dde2dbdd58e095edbd68a9e11dcb376142a5ef8fde310a 28814 
libremctl-ruby_3.1-1_all.deb
 587409b27b04555eaf8450b8b5a0fccc715406de8020d15d7f92a0b567090697 34436 
libremctl-ruby1.8_3.1-1_i386.deb
 aaec3fe33b9898207880cb788720379485742a1a34986c8ca446bd8546252352 34592 
libremctl-ruby1.9.1_3.1-1_i386.deb
Files: 
 e51b319e75711c27e2b7a1df7c8df71a 2108 net optional remctl_3.1-1.dsc
 9e2b986c102caa67d12dff954447d6ad 665467 net optional remctl_3.1.orig.tar.gz
 e6bfba4f9f1f13d38ab2a729bc9a9569 16751 net optional remctl_3.1-1.debian.tar.gz
 9614a6423eef0475b152a7596e3f4114 48726 libs optional libremctl1_3.1-1_i386.deb
 fb78e00e575bfea38e37e4a2a8e3d56d 86814 libdevel extra 
libremctl-dev_3.1-1_i386.deb
 5cc404dd91b0cae3a2da76355e5ee618 81558 net optional 
remctl-client_3.1-1_i386.deb
 1e3fda15a379d2879d9dc6ab15c66a99 81240 net optional 
remctl-server_3.1-1_i386.deb
 f5a37d295ffb78c6bf74b5de517e30ec 51440 perl optional 
libnet-remctl-perl_3.1-1_i386.deb
 f018bdca4d094cb3d0f7173594f74f16 38562 php optional php5-remctl_3.1-1_i386.deb
 

Accepted gdebi 0.8.5 (source all)

2012-02-29 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 22:36:18 +0100
Source: gdebi
Binary: gdebi-core gdebi gdebi-kde
Architecture: source all
Version: 0.8.5
Distribution: unstable
Urgency: low
Maintainer: Ubuntu Developers ubuntu-dev-t...@lists.alioth.debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 gdebi  - simple tool to install deb files - GNOME GUI
 gdebi-core - simple tool to install deb files
 gdebi-kde  - simple tool to install deb files - KDE GUI
Closes: 661624
Changes: 
 gdebi (0.8.5) unstable; urgency=low
 .
   * GDebi/GDebi.py:
 - Check whether model and path are set (LP: #917802, #912389).
   * debian/control:
 - gdebi must depend on python-gi (Closes: #661624).
 - Bump Standards-Version to 3.9.3.
   * debian/copyright:
 - Format now points to copyright-format site.
   * po/*.po:
 - Refresh translations exported from Rosetta.
Checksums-Sha1: 
 785fe072e6cca9713e3d9cb17a8e0f589c72ad3c 1664 gdebi_0.8.5.dsc
 bbd837eacce32988b03c2777cd7f2f62ae99f952 225521 gdebi_0.8.5.tar.gz
 cc821bd04295e1a935a9861974756494493958e1 174378 gdebi-core_0.8.5_all.deb
 54da6d3b0b19b42a0473ac2bd303fa0e54b95e59 40474 gdebi_0.8.5_all.deb
 0985e7c7426c40ac25b3f8e70519929124a697a2 29162 gdebi-kde_0.8.5_all.deb
Checksums-Sha256: 
 ef6f5f3248bc99c072453ad9e7ecd2fb6f6483a9e3e9eac9d6116980288fd138 1664 
gdebi_0.8.5.dsc
 d03b0bc2041c41841f11d02a441fa2d0220c7540e87af35a41b8e3d9ac705556 225521 
gdebi_0.8.5.tar.gz
 f9feee749343ff15d60ac95ab7eae4a17fe060313db245e2bf4857cf020ca28b 174378 
gdebi-core_0.8.5_all.deb
 46eef75c2d26ecdaf7c2440b3f5889e9646dd1d698d1471b789ecc6091b46a9c 40474 
gdebi_0.8.5_all.deb
 57c8cf4d04a08769b7a5036b57f0639546467d24f084886982f590b5458d1c49 29162 
gdebi-kde_0.8.5_all.deb
Files: 
 27079cc707c8bed61d66017181210b50 1664 admin optional gdebi_0.8.5.dsc
 0432c26ceda959ce6090b4b9a5665d40 225521 admin optional gdebi_0.8.5.tar.gz
 1fed5b4b670c7fcf904db71952e5d640 174378 admin optional gdebi-core_0.8.5_all.deb
 6307d833a01ae4bc482145cbf5e8572d 40474 admin optional gdebi_0.8.5_all.deb
 0db40eaae21b357e8b930e449f4f1671 29162 admin optional gdebi-kde_0.8.5_all.deb

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

iQIcBAEBCAAGBQJPTp07AAoJEEkIatPr4vMfyKoQAI+wWZ5bdG6uiCh5FUy6S9/+
+8N6eYEZNvgwTUkwxMeJQAfby3pSRFsr6LR2fHkXo3DIcq57E64jr6SJAeCsMKbr
1Hm7S32z1NhA9tmTNue6tR84DZ/gkYERL2LJjZDVTu73z1Y1ImmZydl3CoQWniXk
1ncoSq9PGaFXIOVm4hbxezPXBJnr9bzAtkyWgZZ2IYKaeOhQ5IfX3T9RXVjQMLfi
2nK+WknDxbiIYZJN0vjzuuZmHpzxWHZGE1dNG+6dVNF61qkwvpRDjd/tpnZngad3
7Y++4olkpMtaftoFrTms1nmqWHjCNflidthKE0pfy9HbYtHkUKVxjR39CLEiErrc
XZFhZC9JbFh76XH/nk1X+tsSV/yRzf3NRtrLp96CZrrMSvqwzccwh4sa65fryxyQ
vuD9pE+LoBRpRIXYCH1WlXwUn0Mjd7sFbZBkDenWkr4+gBrwq49cSOKXRZheltK0
ZfoqKkeKhHk8L+6Z17QDl3NfTUlSBmISyArmHnpnV6VEHrHj6NmDNPmtF8cdmmR0
iTMsD7ENCK6I123mOZkBzJtDGiqfEq4xscQE/+bE1ElgkDxIsn+WCTErVl4tfhbV
cHUS+m7OlAmxoQkrL2lI1TDLkpOC+Cpr7E6UpL169yZ7X9rAYcqoQewvwrx9DMlm
RDFbg6fPJHHSSRJ8gdb5
=v8TG
-END PGP SIGNATURE-


Accepted:
gdebi-core_0.8.5_all.deb
  to main/g/gdebi/gdebi-core_0.8.5_all.deb
gdebi-kde_0.8.5_all.deb
  to main/g/gdebi/gdebi-kde_0.8.5_all.deb
gdebi_0.8.5.dsc
  to main/g/gdebi/gdebi_0.8.5.dsc
gdebi_0.8.5.tar.gz
  to main/g/gdebi/gdebi_0.8.5.tar.gz
gdebi_0.8.5_all.deb
  to main/g/gdebi/gdebi_0.8.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/e1s2rba-0001r6...@franck.debian.org



Accepted haskell-clientsession 0.7.4.1-1 (source all amd64)

2012-02-29 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 Feb 2012 16:49:43 -0500
Source: haskell-clientsession
Binary: libghc-clientsession-dev libghc-clientsession-prof 
libghc-clientsession-doc
Architecture: source all amd64
Version: 0.7.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-clientsession-dev - library for web session data in cookies
 libghc-clientsession-doc - library for web session data in cookies; 
documentation
 libghc-clientsession-prof - library for web session data in cookies; profiling 
libraries
Changes: 
 haskell-clientsession (0.7.4.1-1) unstable; urgency=low
 .
   * New upstream version.
   * Bump to Standards-Verison 3.9.3.
   * Enable test suite.
Checksums-Sha1: 
 0a84cb1e878c2dc04e89a4933722fd7912c9af89 3147 
haskell-clientsession_0.7.4.1-1.dsc
 702ddfb43cce33c81da020dc6fa3bfb53caf1693 7010 
haskell-clientsession_0.7.4.1.orig.tar.gz
 3c58f146bd08345d895fd4160f5b6b5673be5aa4 2771 
haskell-clientsession_0.7.4.1-1.debian.tar.gz
 9dce6d8b23e38117832a745f11fb2560952d699e 38414 
libghc-clientsession-doc_0.7.4.1-1_all.deb
 975a576bdb18d971fd179845794579c6c411e82f 37454 
libghc-clientsession-dev_0.7.4.1-1_amd64.deb
 80824c605c72c446e40bb62319fd845429cfa610 30588 
libghc-clientsession-prof_0.7.4.1-1_amd64.deb
Checksums-Sha256: 
 f158955a7b8a96e809fabfdf9f59362c085afd5cf41b6dea3f66a76ebae1ad54 3147 
haskell-clientsession_0.7.4.1-1.dsc
 370a3e72e21a404c3ae08ffed6bd3241343182b6eaece501dcec1bd4d7b3d9ba 7010 
haskell-clientsession_0.7.4.1.orig.tar.gz
 ec8ec95b6aa9ea030b5d2a380ca85c475adb47cb58c2d084c38e4240242b3b33 2771 
haskell-clientsession_0.7.4.1-1.debian.tar.gz
 bec0589b10952db1bc464def5521e89c69f74d90175f31807d1705f64f3f1007 38414 
libghc-clientsession-doc_0.7.4.1-1_all.deb
 3466c626c06979c599fcaeb6218e490ae7b596fbde318808458dab696ec5097f 37454 
libghc-clientsession-dev_0.7.4.1-1_amd64.deb
 66f7cd45a48b430390b655db3e453b9f911002730e5043cb36a64d68fb1bc279 30588 
libghc-clientsession-prof_0.7.4.1-1_amd64.deb
Files: 
 5c0a2e771cfc749bcf1a2f847bd757c2 3147 haskell extra 
haskell-clientsession_0.7.4.1-1.dsc
 857fcd6fffaae842ad1dd6b94933587a 7010 haskell extra 
haskell-clientsession_0.7.4.1.orig.tar.gz
 2006f01bda8b6d7df33c505691b6c117 2771 haskell extra 
haskell-clientsession_0.7.4.1-1.debian.tar.gz
 b431059ad787189e8725c5356fa8a047 38414 doc extra 
libghc-clientsession-doc_0.7.4.1-1_all.deb
 63679c754cca692685bd11fbd963 37454 haskell extra 
libghc-clientsession-dev_0.7.4.1-1_amd64.deb
 776c45c7b5da6b3e3129d76b143daf1e 30588 haskell extra 
libghc-clientsession-prof_0.7.4.1-1_amd64.deb

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

iQIcBAEBCgAGBQJPTp92AAoJEFWSMx4ZnTioONcP+we++LMgXeCklgGOuNtLvZ4K
kCrUxmP3EyW2pcLv0CfnxoWg2TEzBetD27Hr1F58Y+XSCcqEspCIF0mFEu0y0Cys
McAaWMOwMoZfYqqvlzPW++WOCS3/OFvfcoGcdQ8xt1YL1RHEcAe7xhZXEyDUjBhH
jWyBTbsab2U0YH+BJlutNqDTJC1f7I444Aow/PEbAYxSN79ewR8pRMwEXKlaOXUP
8PbVxc5M7JrVLEK6J41XT2ico9XpSJsIYyMYfEmyy8ve41A7Z0r5hg+tRb4vJ5P2
z098L+ocwycA07iG7xwiQV4LlGGpluupUi6egx74cNg8Yf85TdBfdmkvVquzIW6P
TGpO33nJ25sszdWJjZLzv4R/k8w4ic01pAumQU8YxivkpLYGfVd+fXhE+5qCPy3C
GqIVF4xRQqtlENJTzHorYrmhi1Tna3/L93JQfmIscmDScEg8Qzgxu2uQraPm8Var
vSediSZar4StwhsVbb8RHx6z8tXe+E6a6zC06paTCKBJ0pzJdNOm8Dk6aYR1vh5h
io1vzW/tbTx6UJLSwxtr5dNxwfYEakrIVEVyqLkBn3uvFv2BMlPXg7j0lfW/2i2j
5V6VyMWydYszm4oulKjbhVNKRKmn082XvEq+V8tLSJ+7lnbshKBdOdTPmB7uzG90
dOyZuBMMnd2y2qK0oTt0
=iFDY
-END PGP SIGNATURE-


Accepted:
haskell-clientsession_0.7.4.1-1.debian.tar.gz
  to main/h/haskell-clientsession/haskell-clientsession_0.7.4.1-1.debian.tar.gz
haskell-clientsession_0.7.4.1-1.dsc
  to main/h/haskell-clientsession/haskell-clientsession_0.7.4.1-1.dsc
haskell-clientsession_0.7.4.1.orig.tar.gz
  to main/h/haskell-clientsession/haskell-clientsession_0.7.4.1.orig.tar.gz
libghc-clientsession-dev_0.7.4.1-1_amd64.deb
  to main/h/haskell-clientsession/libghc-clientsession-dev_0.7.4.1-1_amd64.deb
libghc-clientsession-doc_0.7.4.1-1_all.deb
  to main/h/haskell-clientsession/libghc-clientsession-doc_0.7.4.1-1_all.deb
libghc-clientsession-prof_0.7.4.1-1_amd64.deb
  to main/h/haskell-clientsession/libghc-clientsession-prof_0.7.4.1-1_amd64.deb


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



Accepted haskell-hssyck 0.50-2 (source all amd64)

2012-02-29 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 Feb 2012 16:38:57 -0500
Source: haskell-hssyck
Binary: libghc-hssyck-dev libghc-hssyck-prof libghc-hssyck-doc
Architecture: source all amd64
Version: 0.50-2
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-hssyck-dev - interface to syck YAML library
 libghc-hssyck-doc - interface to syck YAML library; documentation
 libghc-hssyck-prof - interface to syck YAML library; profiling libraries
Changes: 
 haskell-hssyck (0.50-2) unstable; urgency=low
 .
   * Bump to Standards-Version 3.9.3.
Checksums-Sha1: 
 bb534be202b334de06d190ffac3b41f2816887bb 2391 haskell-hssyck_0.50-2.dsc
 32be08daa7c16413c23b4788b94436f1daa77c8d 2330 
haskell-hssyck_0.50-2.debian.tar.gz
 a3e8a7f86402dc505d056e261e09a24c414c6e4c 39052 libghc-hssyck-doc_0.50-2_all.deb
 46e816cb45aee47782d7051dfb015c0f8d5933e3 237112 
libghc-hssyck-dev_0.50-2_amd64.deb
 71c680527ab2f95c57bb153a6280992cdf230fbb 179472 
libghc-hssyck-prof_0.50-2_amd64.deb
Checksums-Sha256: 
 8f11b6da81a7bd3c2fb488501c88735c563ff128c6e6ac3524c4ed9bcbb6e264 2391 
haskell-hssyck_0.50-2.dsc
 13c0614f48131c01b7edc6857773b6f4ff5c4ab2a346a8cfab7f004589423c18 2330 
haskell-hssyck_0.50-2.debian.tar.gz
 f0445e42d20129b0e3edc522c63bf07f4d2db57758650bb0befb5f82cb0e2347 39052 
libghc-hssyck-doc_0.50-2_all.deb
 936e91e5b46e2fe284114b9bd36b8f48dac59100aef9f60c28104333fe76ad22 237112 
libghc-hssyck-dev_0.50-2_amd64.deb
 31b38e07292b359295cc7c84b7232ac661a636f0beb40e730140f28da6ad1930 179472 
libghc-hssyck-prof_0.50-2_amd64.deb
Files: 
 2e4a934c09d646730884a6f2cd53c5df 2391 haskell extra haskell-hssyck_0.50-2.dsc
 b861e095dc2f74d58dc0b1813914afb6 2330 haskell extra 
haskell-hssyck_0.50-2.debian.tar.gz
 155faaf4f5528ec794df495f2736bb6f 39052 doc extra 
libghc-hssyck-doc_0.50-2_all.deb
 ac4a893151bee8811793a302944d0ad7 237112 haskell extra 
libghc-hssyck-dev_0.50-2_amd64.deb
 7f3950c218c766e0de665a680424 179472 haskell extra 
libghc-hssyck-prof_0.50-2_amd64.deb

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

iQIcBAEBCgAGBQJPTpxAAAoJEFWSMx4ZnTiosbMP/0TGx5knoNfngocEsfe7MdJx
FmWM1hFsvEcAWb8dKSeeBYJYWm1nTq7G4rYcr6Zr7duh6eRozluRR4ydPJ2BjzT5
zQuHxORK/XO5VifINdKxg8xzOjV2ppcPYIQPpaKGtX8hVLR80CtCFqhAVUl6VONn
sKCQWo1PdfY+jYA/upkhtELAzcj4kGSAk5xioJ/xqNaz0xjjAgmTkhozBFDyxt0Z
+Xg3cZ7FNjl30DZ87VT9uYqOxwnN4KwsZhLu3oKsbb/oU1nX3yWM28mObiOVLIX4
PdOAFS9/jFnFmLybYatOMH8ovsmdi13QgWU7Et8tSkyRyf6DS3e90SN4uY3xudNj
JgX2zuVfQfEN+jaxVl3leqYNThSgdsZkEKMEjPrQQFoVUb7NwJoVLF/+ZRST2XlV
WZAtT17uAaSr1SlCSbYLFjl2W5Qb4n/pz0/pfb3W9iwksn4pSEBdSgbJ08mbK7cf
O7oRZzRV6c/ujb6MevkIEos6h/MfEhQTjn2wJ7UMobWj3hBxxmH793fCz/18VDQX
TzG5fc3pwO3Dfa8o4xmAvzCUZIRAUh2yzGzQwMDJCxSee1raI8nhcSi3kTBuBvOm
kwdgOIPWdK9W5c1ACnq2cYE31rqtbq3/anC2byRqDdi38lTGnRa9/VWimSazorGV
NCU2VcvHZ8604+1zhVPV
=PqWs
-END PGP SIGNATURE-


Accepted:
haskell-hssyck_0.50-2.debian.tar.gz
  to main/h/haskell-hssyck/haskell-hssyck_0.50-2.debian.tar.gz
haskell-hssyck_0.50-2.dsc
  to main/h/haskell-hssyck/haskell-hssyck_0.50-2.dsc
libghc-hssyck-dev_0.50-2_amd64.deb
  to main/h/haskell-hssyck/libghc-hssyck-dev_0.50-2_amd64.deb
libghc-hssyck-doc_0.50-2_all.deb
  to main/h/haskell-hssyck/libghc-hssyck-doc_0.50-2_all.deb
libghc-hssyck-prof_0.50-2_amd64.deb
  to main/h/haskell-hssyck/libghc-hssyck-prof_0.50-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/e1s2rbw-0001z9...@franck.debian.org



Accepted ocamlnet 3.5.1-1 (source all amd64)

2012-02-29 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 Feb 2012 22:33:09 +0100
Source: ocamlnet
Binary: libocamlnet-ocaml-dev libocamlnet-ocaml libocamlnet-ocaml-bin 
libocamlnet-gtk2-ocaml-dev libocamlnet-ssl-ocaml-dev libocamlnet-ssl-ocaml 
libnethttpd-ocaml-dev libapache2-mod-ocamlnet libocamlnet-ocaml-doc
Architecture: source amd64 all
Version: 3.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 libapache2-mod-ocamlnet - OCaml application-level Internet libraries - netcgi2 
Apache2 conn
 libnethttpd-ocaml-dev - OCaml application-level Internet libraries - HTTP 
daemon developm
 libocamlnet-gtk2-ocaml-dev - OCaml application-level Internet libraries - GTK2 
development lib
 libocamlnet-ocaml - OCaml application-level Internet libraries - core runtime 
librari
 libocamlnet-ocaml-bin - OCaml application-level Internet libraries - binaries
 libocamlnet-ocaml-dev - OCaml application-level Internet libraries - core 
development lib
 libocamlnet-ocaml-doc - OCaml application-level Internet libraries - 
documentation and ex
 libocamlnet-ssl-ocaml - OCaml application-level Internet libraries - SSL 
runtime librarie
 libocamlnet-ssl-ocaml-dev - OCaml application-level Internet libraries - SSL 
development libr
Changes: 
 ocamlnet (3.5.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 3e2d0bcc9a6f98d032dcf45b45549a7b67091b41 2793 ocamlnet_3.5.1-1.dsc
 7e1c2ab3ada6735139b47eb852495cd609ebfd6e 3290994 ocamlnet_3.5.1.orig.tar.gz
 2b3acdf44c1ba049e21e972e03d89a19e9d6fc0c 15208 ocamlnet_3.5.1-1.debian.tar.gz
 3ee24a2f03a18776bee960b18bf92bca5c5e8544 12350280 
libocamlnet-ocaml-dev_3.5.1-1_amd64.deb
 838afa0d2df646f404373e71b2eba07b2f2284b7 52472 
libocamlnet-ocaml_3.5.1-1_amd64.deb
 6621b14badd7055ed3548545951928b1c0d51671 517180 
libocamlnet-ocaml-bin_3.5.1-1_amd64.deb
 e9a8b3ea9ac6d8c339f6640c200562c850d1dd08 48734 
libocamlnet-gtk2-ocaml-dev_3.5.1-1_amd64.deb
 9742b9a6f5c26dde2ca6ec11c13110aaa81d0ebe 163134 
libocamlnet-ssl-ocaml-dev_3.5.1-1_amd64.deb
 8ea2559339588e8b542e454f8cf6aa9443e4beb8 20200 
libocamlnet-ssl-ocaml_3.5.1-1_amd64.deb
 24698cb796dbda202d3ed746b8e53bee840f3916 986950 
libnethttpd-ocaml-dev_3.5.1-1_amd64.deb
 1c58f4a4780ce5017302550c947f66659a44dda7 146206 
libapache2-mod-ocamlnet_3.5.1-1_amd64.deb
 0b14754bccc677445a8a95744d43a89290f205b6 1732904 
libocamlnet-ocaml-doc_3.5.1-1_all.deb
Checksums-Sha256: 
 2564665a86e698e003a8e011dd71693b7f1384da1c80d05ca0a00ee47913cee0 2793 
ocamlnet_3.5.1-1.dsc
 1304eea88aacbc08864e7ff8fce58fab495f41c99b6379784121fc9e92ca8426 3290994 
ocamlnet_3.5.1.orig.tar.gz
 8022beb1300f1ed01cbcd93ca5ee1ac53aa4a60c065bed45957a53ae4b181e04 15208 
ocamlnet_3.5.1-1.debian.tar.gz
 7a71412a88447cb9b52e141acf8c9a99e5af35e7825f9fce4da30a9829f37182 12350280 
libocamlnet-ocaml-dev_3.5.1-1_amd64.deb
 d70d3e4993555f2ec263257d4470d68521228a1598be597a7a2f6dfff152d6ee 52472 
libocamlnet-ocaml_3.5.1-1_amd64.deb
 4950a667b5b260c202f065f016c1e3d7163b99830652d7ba389c0fed0114a8d5 517180 
libocamlnet-ocaml-bin_3.5.1-1_amd64.deb
 9645956750621319fcdb5ac635c71c36d6410bcb855f6e8860169915f577ff69 48734 
libocamlnet-gtk2-ocaml-dev_3.5.1-1_amd64.deb
 60ea3ee6e85cf77d544670556b95066ef91bdb8056e4f4c016a1f2a9dc709d6b 163134 
libocamlnet-ssl-ocaml-dev_3.5.1-1_amd64.deb
 23f8002261e39903ab448ee0b9ddc527b8ae8261a221768f678a5eed241220db 20200 
libocamlnet-ssl-ocaml_3.5.1-1_amd64.deb
 cdee36ebb0489d81d3efd9685a4ca0a02058da5dce33bcac2df94c11c895e234 986950 
libnethttpd-ocaml-dev_3.5.1-1_amd64.deb
 bc833d64e7e5ebe59e9ffcbae4256e1a65f1dd5c8157b2476ab3921465acbf47 146206 
libapache2-mod-ocamlnet_3.5.1-1_amd64.deb
 bf914d2a7d6204567e763c9e4608b74dbd2d483b56732c80dede79a8baa03e63 1732904 
libocamlnet-ocaml-doc_3.5.1-1_all.deb
Files: 
 c5cdb342e97bded9ace572b15ec176ad 2793 ocaml optional ocamlnet_3.5.1-1.dsc
 9f4f474bfe88496220079e06791ff31c 3290994 ocaml optional 
ocamlnet_3.5.1.orig.tar.gz
 d6093221d7ba4d2bf3aaf879f1dba49b 15208 ocaml optional 
ocamlnet_3.5.1-1.debian.tar.gz
 6aed80d5959835bff79b948831e21ca5 12350280 ocaml optional 
libocamlnet-ocaml-dev_3.5.1-1_amd64.deb
 170a74d9f638570bde05ba02641fb056 52472 ocaml optional 
libocamlnet-ocaml_3.5.1-1_amd64.deb
 f66c9daac8a1f641fe1eec6ffe9f35e7 517180 ocaml optional 
libocamlnet-ocaml-bin_3.5.1-1_amd64.deb
 b2221ff2e96b9d7ebf147402a149a022 48734 ocaml optional 
libocamlnet-gtk2-ocaml-dev_3.5.1-1_amd64.deb
 ad13cb4088a0a0246bcd14825c3dbb2b 163134 ocaml optional 
libocamlnet-ssl-ocaml-dev_3.5.1-1_amd64.deb
 b6c7a93bc80a6903d6da0348f490c2d7 20200 ocaml optional 
libocamlnet-ssl-ocaml_3.5.1-1_amd64.deb
 816b67275808f4e16ad459bb2f42d5d4 986950 ocaml optional 
libnethttpd-ocaml-dev_3.5.1-1_amd64.deb
 96617d4841d9a4d42ed22bf56af48606 146206 httpd optional 
libapache2-mod-ocamlnet_3.5.1-1_amd64.deb
 34f82d17735dae7c642f1eb034704006 1732904 doc optional 
libocamlnet-ocaml-doc_3.5.1-1_all.deb

-BEGIN 

Accepted uglifyjs 1.2.5-1 (source all)

2012-02-29 Thread metal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 14:21:47 -0300
Source: uglifyjs
Binary: node-uglify libnode-uglify
Architecture: source all
Version: 1.2.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Marcelo Jorge Vieira (metal) me...@debian.org
Description: 
 libnode-uglify - transitional dummy package
 node-uglify - JavaScript parser/compressor/beautifier
Changes: 
 uglifyjs (1.2.5-1) unstable; urgency=low
 .
   * New Upstream Release
Checksums-Sha1: 
 30c20c3813bf4262285e320173a7d9820529f795 2023 uglifyjs_1.2.5-1.dsc
 db3a4aeee3cc03eb5488edbd76124a2d363d3642 62060 uglifyjs_1.2.5.orig.tar.gz
 639a48e0eaa593e78d2d1994b5998b5d23cedd22 5198 uglifyjs_1.2.5-1.debian.tar.gz
 393d8b410fd4e781503d43af31c5819c6f150183 62224 node-uglify_1.2.5-1_all.deb
 82cce269c2a35baa975bbc5a3c1d1e9e7139343f 2834 libnode-uglify_1.2.5-1_all.deb
Checksums-Sha256: 
 c0ae649f54e56743f61efb51d269f2ebe3d0037a5e08b80b6381dcad74189377 2023 
uglifyjs_1.2.5-1.dsc
 1fcabef771fc40f188f6710bc444cfbc051ded4ffad2df007afcae12351ed093 62060 
uglifyjs_1.2.5.orig.tar.gz
 727fbd535d25dd93b21dc333518356283e63a96cf1fea8025f1e4572b10d6244 5198 
uglifyjs_1.2.5-1.debian.tar.gz
 6ccf92895540283728ee47e94279cf83479dd5061d6d64e800d9b3d64820c2ce 62224 
node-uglify_1.2.5-1_all.deb
 47f6c25450888c68e01557d1fa19c88eeb210461b01a7efc678d417d3611fcf9 2834 
libnode-uglify_1.2.5-1_all.deb
Files: 
 e08440086a70378508971a62113ce533 2023 web optional uglifyjs_1.2.5-1.dsc
 56fbe715a6a20dc4dab6efc310844d78 62060 web optional uglifyjs_1.2.5.orig.tar.gz
 697d7d14c7b6e59318191c07030d5eaf 5198 web optional 
uglifyjs_1.2.5-1.debian.tar.gz
 22aa47ab28a3522e0375c219ea57f8c8 62224 web optional node-uglify_1.2.5-1_all.deb
 1bea39d1c554e0d3ccded763c2694a7e 2834 web optional 
libnode-uglify_1.2.5-1_all.deb

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

iQIcBAEBCAAGBQJPTl7nAAoJEAGffgcyZKXEHAMP/0d6D5QjKza/TQJaTpbCgvOw
OQxiyEnhW9ZrZ1+uXgEVC1toeQP8kbBADrIYr0yraM6SyHXA9WH0nE5uy7MWi1DK
UzsaNDyMPkqC0v45JhsieRHM4zYmELi8BHoyx36HTus26I2MHNg/TKdWWK2g01sq
XBs0Fwi+mcB4lHSuMAum2Bw9+4AMfZlF23EXKBxLQNxxfHb8B8GBOWWIlh7u0cx2
PQsdKtRkK7rzMRZ6mpmIQHiPK1lM70BoxB7pyaLV0yky9kmGcMaCztaLuAazz+c9
j3hqHbONXNmKWSrt/GVUgu45TyWla557+YZT/2LfObuYGTH3Gue7XKmKfCiuClbu
cnADwhoHNRHyyvjlttkyd46QEtbHAnEbuqG+rDya1aDlq7WMbe5ePltV6Mfu/94N
dWvqeFyIq3XJ6rgiIQJjCDhCafJv1/FES5ZTEz1l7RiXe9zwInmo/8CsSze0xBoS
pbQ35KH89gljkICUtGfejoohbRjRPS5I+nncVEiB+u5XEnhHcNiC7qKMCU7lWc4V
IGLX6gsNyvYBrI5ahQixP3B/xHriU/orvF9yl5fiGFWOY9ydAQ84QIt7i5AyxwC9
ssZKeRyTVTOSXFS+Xz9+LaFSVQi8OZfnalA7QI6s43iD78NGdsOrjG/NN+xk8gGx
9EmK5JiKc7H4wSGX0JIh
=dyNs
-END PGP SIGNATURE-


Accepted:
libnode-uglify_1.2.5-1_all.deb
  to main/u/uglifyjs/libnode-uglify_1.2.5-1_all.deb
node-uglify_1.2.5-1_all.deb
  to main/u/uglifyjs/node-uglify_1.2.5-1_all.deb
uglifyjs_1.2.5-1.debian.tar.gz
  to main/u/uglifyjs/uglifyjs_1.2.5-1.debian.tar.gz
uglifyjs_1.2.5-1.dsc
  to main/u/uglifyjs/uglifyjs_1.2.5-1.dsc
uglifyjs_1.2.5.orig.tar.gz
  to main/u/uglifyjs/uglifyjs_1.2.5.orig.tar.gz


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



Accepted consolekit 0.4.5-3 (source amd64)

2012-02-29 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 23:04:51 +0100
Source: consolekit
Binary: consolekit libck-connector0 libck-connector-dev libpam-ck-connector
Architecture: source amd64
Version: 0.4.5-3
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 consolekit - framework for defining and tracking users, sessions and seats
 libck-connector-dev - ConsoleKit development files
 libck-connector0 - ConsoleKit libraries
 libpam-ck-connector - ConsoleKit PAM module
Changes: 
 consolekit (0.4.5-3) unstable; urgency=low
 .
   * Strip debian/tmp/ from .install files.
   * Remove pre-lenny migration code, drop debian/consolekit.preinst.
   * debian/consolekit.docs: Don't install a second copy of the spec file,
 there is already one in libck-connector-dev.
   * Bump debhelper compatibility level to 9 for hardening build flags via
 dpkg-buildflags and multiarch support.
   * Install libck-connector and libpam-ck-connector into multiarch paths and
 mark them as Multi-Arch: same.
   * Tighten dependencies on libck-connector0.
   * Bump Standards-Version to 3.9.3. No further changes.
Checksums-Sha1: 
 1f32ea100dad48ad5807370ef35950061c0743a0 2360 consolekit_0.4.5-3.dsc
 84c246d1102b82cd4c66e67f89e75347e17f852f 14560 consolekit_0.4.5-3.debian.tar.gz
 d95bb986817cd7e1da26ce8355c407e0bbf4f72f 152940 consolekit_0.4.5-3_amd64.deb
 a9fa6891243773fc58e692c7331c9cb9b4d9baf7 58904 
libck-connector0_0.4.5-3_amd64.deb
 5925a248d97a238a6f4567ec1e87453ab8fc0b72 72396 
libck-connector-dev_0.4.5-3_amd64.deb
 4b9ecfa679323c4ba877de4263ddd24ef2a4fa21 59136 
libpam-ck-connector_0.4.5-3_amd64.deb
Checksums-Sha256: 
 b41f3d14a0fd3d3a5b39136cf4e32440c93360ecebe38fc9eb5b159e8c5b305e 2360 
consolekit_0.4.5-3.dsc
 04901bea4a52a12788635c62b8862fdcbdcbde83fd8fe56ed08ecd9ab0f9087c 14560 
consolekit_0.4.5-3.debian.tar.gz
 d0831161dd2658f71ac2273e6040891e111b931d8e8db513c0e94a31a7ff282c 152940 
consolekit_0.4.5-3_amd64.deb
 2316fc3c116bca5f75115d0a79ac2c5ac228997936ddf923dad836287114050b 58904 
libck-connector0_0.4.5-3_amd64.deb
 4cfe5f1d7e7354c1f282851620d1247780ae3a6206f53252aec9d0b5e3408e36 72396 
libck-connector-dev_0.4.5-3_amd64.deb
 289ccf6e07d36c2dadf22830dbae71c4d051793eaa340d2f09aab442c12fe795 59136 
libpam-ck-connector_0.4.5-3_amd64.deb
Files: 
 930a72695d109870e1015fdfdcdbebdb 2360 admin optional consolekit_0.4.5-3.dsc
 e66aac08a2f3a83bb2b0ccbce47e554a 14560 admin optional 
consolekit_0.4.5-3.debian.tar.gz
 b074bcce64d105e406fa9e993131ce3e 152940 admin optional 
consolekit_0.4.5-3_amd64.deb
 d797d35b00d2391e194daf307126954d 58904 libs optional 
libck-connector0_0.4.5-3_amd64.deb
 6cf1325e589c101fe20254535bec1ae9 72396 libdevel optional 
libck-connector-dev_0.4.5-3_amd64.deb
 60697a29bfb2dcd150c20b8dee14a9c9 59136 admin optional 
libpam-ck-connector_0.4.5-3_amd64.deb

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

iQIcBAEBCAAGBQJPTqGtAAoJEGrh3w1gjyLcQpAP/3an3uBuMIRiPTjqU19UAAq7
uIe4SzDG4HQQ8keutCzO/smp44pvyjm7yPsD3APGUpvWcV85NvpUZjY0HQ4tr6Fj
Hn9E0XYqt/3lwc5TguCHMM/U+Bp55gC6BP+iGmJhmz8yLZXrFu6K+TBCFPJXWTlX
4bbJQkiSgJCloozaEvl7qN1b0P/t0LCFlCB6fKICJyxju7nYPMks6Tv67SCCofYD
aUqjhY2Xg4pkqXq59VOxXv1o06JGBgv+mUVD9MGXTUuakft5bXXQppCy/JL1TPuz
aHS+50MtPx15I1aGJk4yIRDO9TVgfbX0GekErGpXhvxbFqdHGnYFwXcNJK5h2Ggp
3VHaTGjxd34OwkCjNcOb6lpYIbO586f04SQTtLby2gxwU7X+GlCQCsnAY5RiIXse
tmSDGaxshck/TCS/AyaCFpgwLdoYZqQheHdi3xkQUW2dmDSEk0LubERi77hDsi+F
L57Cwxye6d8arnBtJByw3KVQyFOBuy3YOOVKPkfB2Up3Do0lsL0Fy1LRndYfM5dr
4Yrr6+7JayvoV7xHp+MNnB91aWZFntBqN3156KXI/YHPoKOodpmN52TqqpTKCpC5
Yay8BcbATC6Zup4bcLlXO9BVRIIo0aUEpHlaq1zld4Y8g530Yzn628cQuYD3lL8O
7xYTcjdHAAfPy3BP0W80
=1hPL
-END PGP SIGNATURE-


Accepted:
consolekit_0.4.5-3.debian.tar.gz
  to main/c/consolekit/consolekit_0.4.5-3.debian.tar.gz
consolekit_0.4.5-3.dsc
  to main/c/consolekit/consolekit_0.4.5-3.dsc
consolekit_0.4.5-3_amd64.deb
  to main/c/consolekit/consolekit_0.4.5-3_amd64.deb
libck-connector-dev_0.4.5-3_amd64.deb
  to main/c/consolekit/libck-connector-dev_0.4.5-3_amd64.deb
libck-connector0_0.4.5-3_amd64.deb
  to main/c/consolekit/libck-connector0_0.4.5-3_amd64.deb
libpam-ck-connector_0.4.5-3_amd64.deb
  to main/c/consolekit/libpam-ck-connector_0.4.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/e1s2rpj-00034u...@franck.debian.org



Accepted tokyocabinet 1.4.37-8 (source all amd64)

2012-02-29 Thread Tobias Frost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 08:30:02 +0100
Source: tokyocabinet
Binary: libtokyocabinet8 libtokyocabinet-dbg libtokyocabinet-dev 
tokyocabinet-doc tokyocabinet-bin
Architecture: source amd64 all
Version: 1.4.37-8
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Tobias Frost t...@coldtobi.de
Description: 
 libtokyocabinet-dbg - Tokyo Cabinet Database Libraries [debug]
 libtokyocabinet-dev - Tokyo Cabinet Database Libraries [development]
 libtokyocabinet8 - Tokyo Cabinet Database Libraries [runtime]
 tokyocabinet-bin - Tokyo Cabinet Database Utilities
 tokyocabinet-doc - Tokyo Cabinet Database Documentation
Closes: 659554
Changes: 
 tokyocabinet (1.4.37-8) unstable; urgency=low
 .
   * QA upload.
   * Fix for SIGBUS on mipsel. (Closes: #659554)
   * Extending several package descriptions, as they were too short
 (fixes lintian informational warnings)
   * Renamed patches to have same naming scheme
Checksums-Sha1: 
 7d56c9088183781afeed44ece5fff59bd7a18eff 2149 tokyocabinet_1.4.37-8.dsc
 dc78857b7c5c970883e271e77815f70cf48aefd2 15530 
tokyocabinet_1.4.37-8.debian.tar.gz
 94098f69a6afaa9da12c86f48017e9acb24a166a 281542 
libtokyocabinet8_1.4.37-8_amd64.deb
 fa7f9eccbbb7eceb374a3a2b71d15b6bf073f058 879704 
libtokyocabinet-dbg_1.4.37-8_amd64.deb
 6ee643051433f575e374f933be04f8438741e66c 430882 
libtokyocabinet-dev_1.4.37-8_amd64.deb
 633fc4366c67968e51d01bd62a5ad41bb6240e78 1043662 
tokyocabinet-doc_1.4.37-8_all.deb
 4499b5b1d9e7e2c5f8c58afd34700e9224a47102 289636 
tokyocabinet-bin_1.4.37-8_amd64.deb
Checksums-Sha256: 
 d2f758947650ecba4bf72f2579657dadc01151daa9a40d5aeaa2a8a62e4bc3ac 2149 
tokyocabinet_1.4.37-8.dsc
 f428723be84fec858dad5e54d8c0b493f0086c1c8b96e7f8891b566e3b68eab1 15530 
tokyocabinet_1.4.37-8.debian.tar.gz
 d15cc31d6134ad856a5b58e55d3fc165060b1b2916eb64602dde541a1f3b03f8 281542 
libtokyocabinet8_1.4.37-8_amd64.deb
 d5fe761316dbfd7053002b31779b7d0ab7fb8e4c9c9b043fe91486648da60607 879704 
libtokyocabinet-dbg_1.4.37-8_amd64.deb
 5f501db5f27be20ecf21e1c655a8c6f31435a458efebce4c5a7f40a2d76eb5f5 430882 
libtokyocabinet-dev_1.4.37-8_amd64.deb
 4baa9462f33caa8bdce5a38270877c8e504139453e93b48d7cdc53b2cab52edc 1043662 
tokyocabinet-doc_1.4.37-8_all.deb
 e8a6d8dd8852178e2d9f45b638d1e03cfd513591ae7c01ea56ec51ba1a1d87ab 289636 
tokyocabinet-bin_1.4.37-8_amd64.deb
Files: 
 f4e9d80e709f68831d63d8f7b7675b05 2149 libs standard tokyocabinet_1.4.37-8.dsc
 17b2f512d760bbbab639cbf12a006d2f 15530 libs standard 
tokyocabinet_1.4.37-8.debian.tar.gz
 d2871b2dde0d1e451c3d5fdfaad86465 281542 libs standard 
libtokyocabinet8_1.4.37-8_amd64.deb
 96cb7c9b30a6adfd3edc1866b1bb461a 879704 debug extra 
libtokyocabinet-dbg_1.4.37-8_amd64.deb
 a32c6fa7170597ca95e583f3e500e055 430882 libdevel standard 
libtokyocabinet-dev_1.4.37-8_amd64.deb
 fa95c8b7e89c4aef9d0fe506e70475db 1043662 doc optional 
tokyocabinet-doc_1.4.37-8_all.deb
 1824393bb034ea684e7e3af0e9fdce71 289636 utils optional 
tokyocabinet-bin_1.4.37-8_amd64.deb

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

iQIcBAEBCAAGBQJPTqCuAAoJEBLZsEqQy9jkSrMP/3tIQpl689TfC5MALy+KQpmq
4XyGMmPTSEIHwD0rIqdjuJs8gUfpbHnQLknMT2kyj7Suv3M5zHKSm1Jcv9TXFGXk
hvNYoK9kDk9xFUJJCIixS/+/EIypqftj8au0kKvkBGhB63U1Eto7Q0OQ5XIrJabq
QW8NifvyF2sMHWYc/z/7BRCWChR/f2HKa9zPyBNcxMtLjJ3hhcbGG8h9b7OO/FDv
QJtwkePCQ0MSEkqxPMBXSxX2gjYIuFjoYnQMRatDMb+QsNaN/TzzraMeVKOLP+AD
wSlfMtXoOB2SSynYkOchfUUxDE2Vjo9hUuIzWY/wSOpPUxbxS3CmSrosbU71CMIH
sn7O6JIVMcorULXopk7ryE2IXTfP84KQKyxXmqU8F3f3CrCcEFftw5f5tfm7sgSn
2br1XetiVA68qJC+BkE7myV5FS1/id1E43n6rtrsA8G8NGwF+kPvVsnWR/cv9/CN
5ly+4kh4LJAsU888JtbhXwMBCtnBwIHohKSyo2gvfnWinAIzUSFFSU7NFlB39vM2
f7sWSnszYcnxsUpykgPML5TyIu5t6rd6yx7maN8NvTGVoUb54YGMNVNOz6lJ+ocU
FiHsmbFXN5YemkrhJOozLKEWRRfAPSpGYFEpELLiE5i1JYC9csmMm9GbX16685ri
giexfOOwhHtqv3FVOQds
=eL0L
-END PGP SIGNATURE-


Accepted:
libtokyocabinet-dbg_1.4.37-8_amd64.deb
  to main/t/tokyocabinet/libtokyocabinet-dbg_1.4.37-8_amd64.deb
libtokyocabinet-dev_1.4.37-8_amd64.deb
  to main/t/tokyocabinet/libtokyocabinet-dev_1.4.37-8_amd64.deb
libtokyocabinet8_1.4.37-8_amd64.deb
  to main/t/tokyocabinet/libtokyocabinet8_1.4.37-8_amd64.deb
tokyocabinet-bin_1.4.37-8_amd64.deb
  to main/t/tokyocabinet/tokyocabinet-bin_1.4.37-8_amd64.deb
tokyocabinet-doc_1.4.37-8_all.deb
  to main/t/tokyocabinet/tokyocabinet-doc_1.4.37-8_all.deb
tokyocabinet_1.4.37-8.debian.tar.gz
  to main/t/tokyocabinet/tokyocabinet_1.4.37-8.debian.tar.gz
tokyocabinet_1.4.37-8.dsc
  to main/t/tokyocabinet/tokyocabinet_1.4.37-8.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/e1s2rq8-0003ia...@franck.debian.org



Accepted mednafen 0.8.D.3-3 (source i386)

2012-02-29 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Feb 2012 23:28:31 +0100
Source: mednafen
Binary: mednafen
Architecture: source i386
Version: 0.8.D.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Stephen Kitt st...@sk2.org
Description: 
 mednafen   - multi-platform emulator, including NES, GB/A, Lynx, PC Engine
Closes: 661657
Changes: 
 mednafen (0.8.D.3-3) unstable; urgency=low
 .
   * Build with zlib 1.2.6 and later (patch by Michał Ziąbkowski, adapted
 by Steven Chamberlain; closes: #661657).
   * Build-depend on debhelper 9.
   * Standards-Version 3.9.3, no change required.
Checksums-Sha1: 
 4dc55e014c1a5220cf7ac96c23b3a79620178b8e 2187 mednafen_0.8.D.3-3.dsc
 9220b27ac2bdc934542b83b4f2bdd7aca13f95fc 9146 mednafen_0.8.D.3-3.debian.tar.gz
 2712d8c9b8438560e87830d5df6a726204f8d037 1965734 mednafen_0.8.D.3-3_i386.deb
Checksums-Sha256: 
 30d9f62ae590e3c58a976991ded6a7cc341cd83c31b72407f0af899032cd194b 2187 
mednafen_0.8.D.3-3.dsc
 18c031433fe43282817dbeacef6262755072423452985ed307ce52870f098557 9146 
mednafen_0.8.D.3-3.debian.tar.gz
 cc20046de6c4d90fa772c4c4766e9a57819e0c6cbc9a760f6b2cfb324ed61cb9 1965734 
mednafen_0.8.D.3-3_i386.deb
Files: 
 d96032c3a82e60c1d28a5115b51de0e8 2187 games optional mednafen_0.8.D.3-3.dsc
 868a8b213740ad97a2144610a41cd759 9146 games optional 
mednafen_0.8.D.3-3.debian.tar.gz
 8a14d27da65987621368e032f8216173 1965734 games optional 
mednafen_0.8.D.3-3_i386.deb

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

iQIcBAEBCAAGBQJPTqlKAAoJEHWXeKmja0lPbqAP/2BP7lF3hAicmEgJHR2695CR
PLYnxlypUINEIy65AvugJrPkk4qGnKRXD1xfUtJXMecUBIIo4XnIEjDRlNwQkIZz
Mt6d9KC8TtXoi9vuMCK93RSm23W8sKqx/EeapIRcXVvwY4H5bHSA6dEkWP5Y4ygC
e3FLKm1t9/dW2vmN26WxhT+KPZaHk4KEUL+SRYPIa2Qx31Ios4OzjqbsHJeZS3uf
n6+G6/rut++hx5ZMrFoJzmQjFGHZQMyt0ASPXYHGKnQY0MApmGi8zgYHxG4Hf5tz
ws0i4mPTTrOEOLbhpolwVw98z1T6Q8PXcsavxNV88lQ7x9rF47154R0Wcw3GOaIt
nhHlLsu2hMAeF/mX0zNPyk2k13ivaE+pqD8LAj+CAwTRzG5vPzP9G4XaxZG223YB
Rt7hIK+lzx9eDwHBydNsBHhvaOblsu0WwbB/W2XN6f8SA4RtisrddwNp7VVrL1Lu
H0F1gC4VaLcOIukjNR3nCRNxCIm+DiVFachiNqm/0GDZY5NJPgwCI8VPxFxVrJaS
alWh54Qw7sMAhEZjCW62sYUJ2bOH2HZPP6qeRF1LCL6ghGMH3I6VwusYXJVF5pRz
h7U027UvKFUUXVvxgp/OpMiS88TqApVyzTyvbplVSF3NxH15btXSxjla3c0vYZeh
e8vl3m+dcgdOzeksQbQd
=FcLb
-END PGP SIGNATURE-


Accepted:
mednafen_0.8.D.3-3.debian.tar.gz
  to main/m/mednafen/mednafen_0.8.D.3-3.debian.tar.gz
mednafen_0.8.D.3-3.dsc
  to main/m/mednafen/mednafen_0.8.D.3-3.dsc
mednafen_0.8.D.3-3_i386.deb
  to main/m/mednafen/mednafen_0.8.D.3-3_i386.deb


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



Accepted netcdf 1:4.1.3-3 (source all amd64)

2012-02-29 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Feb 2012 21:26:38 +0100
Source: netcdf
Binary: netcdf-doc libnetcdfc7 libnetcdff5 libnetcdfc++5 libcf0 netcdf-dbg 
libnetcdf-dev netcdf-bin
Architecture: source all amd64
Version: 1:4.1.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 libcf0 - An interface for scientific data access to large binary data
 libnetcdf-dev - Development kit for NetCDF
 libnetcdfc++5 - An interface for scientific data access to large binary data
 libnetcdfc7 - An interface for scientific data access to large binary data
 libnetcdff5 - An interface for scientific data access to large binary data
 netcdf-bin - Programs for reading and writing NetCDF files
 netcdf-dbg - debugging symbols for NetCDF
 netcdf-doc - Documentation for NetCDF and CF
Closes: 661717
Changes: 
 netcdf (1:4.1.3-3) unstable; urgency=low
 .
   * Drop the non-sense package libnetcdf6. Repeat after me: always think twice
 before releasing two versions in a row.
 (closes: #661717)
Checksums-Sha1: 
 c3386a6d45ed385bb9d72f0db9e49df4331dea5b 1730 netcdf_4.1.3-3.dsc
 ffcee465ad3c1a70bc2e7c7cea08839243fb165d 10767 netcdf_4.1.3-3.debian.tar.gz
 b5affb78bfed5f16d7a8f7f92677da39e247e7a9 4609732 netcdf-doc_4.1.3-3_all.deb
 263ad8f38e822bde9c4833bde6f90e2cd557c634 356620 libnetcdfc7_4.1.3-3_amd64.deb
 04c010c94a71a350f1a40e2b372267efdfd84f9a 138938 libnetcdff5_4.1.3-3_amd64.deb
 e29340a5e8ad4a11711bc0e8690dc996a2dff869 64522 libnetcdfc++5_4.1.3-3_amd64.deb
 932f9cfb594778963f13fa7c82f73d6b7ae436ac 49376 libcf0_4.1.3-3_amd64.deb
 8c3afb3602615944da6ab6816d94a966c7eeeae5 1180064 netcdf-dbg_4.1.3-3_amd64.deb
 caea6dbf53a4eacc7868af6830eb5f6e47abb35d 652568 libnetcdf-dev_4.1.3-3_amd64.deb
 fa2bdddf49af238c267bdb033591d6433c7e0b0e 217030 netcdf-bin_4.1.3-3_amd64.deb
Checksums-Sha256: 
 90ff72af50e2dd06924d1d1c2ff95b858fa8142a4e8315f6cb56d4722a791437 1730 
netcdf_4.1.3-3.dsc
 936ef22510dcfb6c87e82a7e296488dc8ab3d5addbbafa68ba5df6ec1d9dbc65 10767 
netcdf_4.1.3-3.debian.tar.gz
 080e0bef7f1635a71da0dfefe5346a28895e0d414780e48172e06904ca09676d 4609732 
netcdf-doc_4.1.3-3_all.deb
 13f28eff6a10af66c24612a3f4c53294e9a27924fe879fa96a90a7da68a6d8b5 356620 
libnetcdfc7_4.1.3-3_amd64.deb
 56592b9eb1c712e41f1e59104dc3b29257a15ba1d9452dcb0f8a93ea04bcdde9 138938 
libnetcdff5_4.1.3-3_amd64.deb
 d53536b090c2c572c47f86b739d9625407d8e6e5aa6ea51563030a2ddec99299 64522 
libnetcdfc++5_4.1.3-3_amd64.deb
 d775dbf2fa16d1a2ae819e371bfe6b4ff33f939bf31e18a81d65e6845afdbd66 49376 
libcf0_4.1.3-3_amd64.deb
 5e79718a0b46f8a74006e6549bb65b9240b06a928bca2ac8d8ec8f7da07b8742 1180064 
netcdf-dbg_4.1.3-3_amd64.deb
 ec3696479d0c0e695c9c93332694c0660a68b084794adbb0f9417801a5a7d4c7 652568 
libnetcdf-dev_4.1.3-3_amd64.deb
 7c25b6791f03b1f5f6c925b4a4901b52519921ce11030b93a89b46a69ecf6ea0 217030 
netcdf-bin_4.1.3-3_amd64.deb
Files: 
 2d556387a375a77c7e3aba00cb69c3af 1730 science optional netcdf_4.1.3-3.dsc
 b8ff6117135f02b81a1c033d34d68b75 10767 science optional 
netcdf_4.1.3-3.debian.tar.gz
 e8ba8c484d59dab31421f2a7b8677108 4609732 doc optional 
netcdf-doc_4.1.3-3_all.deb
 accd9284bef38b8124313cba33d068b5 356620 libs optional 
libnetcdfc7_4.1.3-3_amd64.deb
 b30d625f0d4313dbd96885b21410639b 138938 libs optional 
libnetcdff5_4.1.3-3_amd64.deb
 a35c6882512eed0a80a4e235323da7d6 64522 libs optional 
libnetcdfc++5_4.1.3-3_amd64.deb
 0eaa1d0ed4fe6f5d37ffaac9a9c421fe 49376 libs optional libcf0_4.1.3-3_amd64.deb
 b61cc89228d80913b4de3e7536f1fe6b 1180064 debug extra 
netcdf-dbg_4.1.3-3_amd64.deb
 82cc75dd3ef42867de5f2501bd2562f7 652568 libdevel optional 
libnetcdf-dev_4.1.3-3_amd64.deb
 aa6710a81dc5fac0289c9f4e71a1e6be 217030 science optional 
netcdf-bin_4.1.3-3_amd64.deb

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

iEYEARECAAYFAk9OqqYACgkQpFNRmenyx0eVuACgz9BSs7pVVCVQfZyFOtaAYUv5
vWwAoNN0/ZHzfkmzr/+qKjbfMZikOVKZ
=k+I3
-END PGP SIGNATURE-


Accepted:
libcf0_4.1.3-3_amd64.deb
  to main/n/netcdf/libcf0_4.1.3-3_amd64.deb
libnetcdf-dev_4.1.3-3_amd64.deb
  to main/n/netcdf/libnetcdf-dev_4.1.3-3_amd64.deb
libnetcdfc++5_4.1.3-3_amd64.deb
  to main/n/netcdf/libnetcdfc++5_4.1.3-3_amd64.deb
libnetcdfc7_4.1.3-3_amd64.deb
  to main/n/netcdf/libnetcdfc7_4.1.3-3_amd64.deb
libnetcdff5_4.1.3-3_amd64.deb
  to main/n/netcdf/libnetcdff5_4.1.3-3_amd64.deb
netcdf-bin_4.1.3-3_amd64.deb
  to main/n/netcdf/netcdf-bin_4.1.3-3_amd64.deb
netcdf-dbg_4.1.3-3_amd64.deb
  to main/n/netcdf/netcdf-dbg_4.1.3-3_amd64.deb
netcdf-doc_4.1.3-3_all.deb
  to main/n/netcdf/netcdf-doc_4.1.3-3_all.deb
netcdf_4.1.3-3.debian.tar.gz
  to main/n/netcdf/netcdf_4.1.3-3.debian.tar.gz
netcdf_4.1.3-3.dsc
  to main/n/netcdf/netcdf_4.1.3-3.dsc


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

Accepted libgdf 0.1.2-1 (source all amd64)

2012-02-29 Thread Yaroslav Halchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 22 Feb 2012 21:01:50 -0500
Source: libgdf
Binary: libgdf0 libgdf0-dbg libgdf-dev gdf-tools octave-gdf matlab-gdf
Architecture: source amd64 all
Version: 0.1.2-1
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Yaroslav Halchenko deb...@onerussian.com
Description: 
 gdf-tools  - IO library for the GDF -- helper tools
 libgdf-dev - IO library for the GDF -- development library
 libgdf0- IO library for the GDF (general dataformat for biosignals)
 libgdf0-dbg - IO library for the GDF -- debug symbols
 matlab-gdf - IO library for the GDF -- Matlab interface
 octave-gdf - IO library for the GDF -- Octave interface
Changes: 
 libgdf (0.1.2-1) unstable; urgency=low
 .
   * Fresh upstream snapshot
 - Fixes endianness issues
   * Dropping cherry-picked up_cp-ev, up_cp-ev-channel, up_cp-data-orientation
Checksums-Sha1: 
 d34fdfe1ce655490d04bb80b400729b50144a540 1651 libgdf_0.1.2-1.dsc
 f4d21324d1150ccb1f80b035bea4650545e151b8 333419 libgdf_0.1.2.orig.tar.gz
 1bd5adbd5984c3bef179fc3d929a2110af9242be 4859 libgdf_0.1.2-1.debian.tar.gz
 44f9406bd4bfdc7ba727e1cb3229ea98a293008b 215052 libgdf0_0.1.2-1_amd64.deb
 976bacaadf5c95f5b22ce68c6f5fb78243e205d7 529380 libgdf0-dbg_0.1.2-1_amd64.deb
 efdaed96e7be783aed80e3d1063f398c12161a44 19026 libgdf-dev_0.1.2-1_amd64.deb
 cffca30bb2d7bd8b3123451617750a6f44b0a0df 54424 gdf-tools_0.1.2-1_amd64.deb
 125f068b50f94be03081b222d23b9e02f317c66a 117944 octave-gdf_0.1.2-1_amd64.deb
 52866a3e6bb3d12d665289cead92804d5c5a92fa 23054 matlab-gdf_0.1.2-1_all.deb
Checksums-Sha256: 
 bfa193fc1823bc4c54cbca5bad89ba421c2d046c9be00843231b6d1435406d8d 1651 
libgdf_0.1.2-1.dsc
 c707c6847367ff856724b7192b20d21665bf3ae3e04b0228620e5576cdd58013 333419 
libgdf_0.1.2.orig.tar.gz
 73de947ed859a6d9329131a91aef82f813ce336cf116fe158edb3678e01998c3 4859 
libgdf_0.1.2-1.debian.tar.gz
 fd93763282d2bad25da993062bf744ed3537e96fa6215ed6b1101a109b814d1c 215052 
libgdf0_0.1.2-1_amd64.deb
 b1ab41b9b9818b14d722354bbe0f602f42b5139f31ad2f611ac09b9ba9f6bc33 529380 
libgdf0-dbg_0.1.2-1_amd64.deb
 d2933657b9fe02866cad83d43fbf6616d50cb45c70b1eb9caca416e0b164fdee 19026 
libgdf-dev_0.1.2-1_amd64.deb
 4b67efc8f287cd542464a2ec8cb1663ee6a3ba43bda0d3b19c93f6f38478eaf9 54424 
gdf-tools_0.1.2-1_amd64.deb
 6514d85da64f52c18c4415aa0a168d12a825d051145d64b82b774eca8ab527d2 117944 
octave-gdf_0.1.2-1_amd64.deb
 39d20c24c3de7eae5ffd468810c179124a3d372a1a3a0f5752b72aa1e594b09c 23054 
matlab-gdf_0.1.2-1_all.deb
Files: 
 031b483ab85f0d498c87bd553909337f 1651 libs extra libgdf_0.1.2-1.dsc
 f93caa1281bcb089b84400269853447f 333419 libs extra libgdf_0.1.2.orig.tar.gz
 c66154e4281319a06f8941ba4c86f126 4859 libs extra libgdf_0.1.2-1.debian.tar.gz
 37118056b23518af57d0ecd2ede74f9f 215052 libs extra libgdf0_0.1.2-1_amd64.deb
 18eabbef9025d902f1080761677374cd 529380 debug extra 
libgdf0-dbg_0.1.2-1_amd64.deb
 72eaf498b92be6966a0f6790b7ccb913 19026 libdevel extra 
libgdf-dev_0.1.2-1_amd64.deb
 c029454ec0fe08b65ddda7bac13bbd06 54424 utils extra gdf-tools_0.1.2-1_amd64.deb
 18c468771e390907bda2864e738f5369 117944 science extra 
octave-gdf_0.1.2-1_amd64.deb
 908647af6754758626dce2c7b46dbe68 23054 contrib/science extra 
matlab-gdf_0.1.2-1_all.deb

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

iEYEARECAAYFAk9OsjsACgkQjRFFY3XAJMgGWACZAeejoEH1Uw6N0a8dhj1paSor
UqkAoMRLb7ObxDwh9ImPTnMvqC+IDcr/
=/9gX
-END PGP SIGNATURE-


Accepted:
gdf-tools_0.1.2-1_amd64.deb
  to main/libg/libgdf/gdf-tools_0.1.2-1_amd64.deb
libgdf-dev_0.1.2-1_amd64.deb
  to main/libg/libgdf/libgdf-dev_0.1.2-1_amd64.deb
libgdf0-dbg_0.1.2-1_amd64.deb
  to main/libg/libgdf/libgdf0-dbg_0.1.2-1_amd64.deb
libgdf0_0.1.2-1_amd64.deb
  to main/libg/libgdf/libgdf0_0.1.2-1_amd64.deb
libgdf_0.1.2-1.debian.tar.gz
  to main/libg/libgdf/libgdf_0.1.2-1.debian.tar.gz
libgdf_0.1.2-1.dsc
  to main/libg/libgdf/libgdf_0.1.2-1.dsc
libgdf_0.1.2.orig.tar.gz
  to main/libg/libgdf/libgdf_0.1.2.orig.tar.gz
matlab-gdf_0.1.2-1_all.deb
  to contrib/libg/libgdf/matlab-gdf_0.1.2-1_all.deb
octave-gdf_0.1.2-1_amd64.deb
  to main/libg/libgdf/octave-gdf_0.1.2-1_amd64.deb


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



Accepted lldpd 0.5.7-1 (source amd64)

2012-02-29 Thread Vincent Bernat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 01 Mar 2012 00:06:43 +0100
Source: lldpd
Binary: lldpd
Architecture: source amd64
Version: 0.5.7-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat ber...@debian.org
Changed-By: Vincent Bernat ber...@debian.org
Description: 
 lldpd  - implementation of IEEE 802.1ab (LLDP)
Changes: 
 lldpd (0.5.7-1) unstable; urgency=low
 .
   * New upstream version.
  + Fix a possible infinite loop in the receiving part which may
prevent lldpd to send frames.
   * Bump Standards-Version to 3.9.3.
Checksums-Sha1: 
 dc3ab1dd56f122920ba263696ad5799cfd086f52 1206 lldpd_0.5.7-1.dsc
 dbfd9467c97ca60a59cbf1a398b88815a2b0a9cb 483057 lldpd_0.5.7.orig.tar.gz
 bb9c061c5fdf12545861f19b946cb983b68a6790 4715 lldpd_0.5.7-1.debian.tar.gz
 7493bfbe97677b4dd6e7e69a6f041ee3d5e8a881 100922 lldpd_0.5.7-1_amd64.deb
Checksums-Sha256: 
 04a3978415c6bcd66897bf22efa1a032f2edc07ff1a4e3e4e5f76a291aeaa423 1206 
lldpd_0.5.7-1.dsc
 b8c3da19e91f8416aafb04eed57c540384a7dea1ff98e26b9bb2907c72e9a0e8 483057 
lldpd_0.5.7.orig.tar.gz
 74ea82519a02dfc4f2ba48f8b8aa5e01e0ad7b631ad5a372a0d29015f7467761 4715 
lldpd_0.5.7-1.debian.tar.gz
 93e0b341f82e8a71dd1a1c4772c23ebb3f8e84c418b13f898f7e1ebf558d09e7 100922 
lldpd_0.5.7-1_amd64.deb
Files: 
 383ed63cbdd7b5d0e1fc1b5a8de539dd 1206 net optional lldpd_0.5.7-1.dsc
 3db3a80fa6a384cd59e9d6a42ce7b630 483057 net optional lldpd_0.5.7.orig.tar.gz
 86580d1ffab8f717769b3fcbe4ec8d3c 4715 net optional lldpd_0.5.7-1.debian.tar.gz
 8f0e95fc509c6e1a882fb9ed86c4f533 100922 net optional lldpd_0.5.7-1_amd64.deb

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

iEYEARECAAYFAk9Osp0ACgkQKFvXofIqeU5yDACgjIwOyblu6LWJ32RyNUt71ZY1
xJcAoMMMeURczFM8akB0kp89OvI4iyja
=TdgD
-END PGP SIGNATURE-


Accepted:
lldpd_0.5.7-1.debian.tar.gz
  to main/l/lldpd/lldpd_0.5.7-1.debian.tar.gz
lldpd_0.5.7-1.dsc
  to main/l/lldpd/lldpd_0.5.7-1.dsc
lldpd_0.5.7-1_amd64.deb
  to main/l/lldpd/lldpd_0.5.7-1_amd64.deb
lldpd_0.5.7.orig.tar.gz
  to main/l/lldpd/lldpd_0.5.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/e1s2t0t-0001fn...@franck.debian.org



  1   2   >