Bug#607043: ITP: jwhoisserver -- Java Whois Server - a small whois server written in java

2010-12-14 Thread Adrian von Bidder
Package: wnpp
Severity: wishlist
Owner: Adrian von Bidder avbid...@fortytwo.ch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

+++
* Package name: jwhoisserver
  Version : 3.3.0 or newer
  Upstream Author : Klaus Zerwes zero-sys.net zero...@users.sourceforge.net
* URL : http://jwhoisserver.net/
* License : Affero GPL
  Programming Lang: Java
  Description : Java Whois Server - a small whois server written in java

 Java Whois Server - a small, fast and highly configurable
 RFC 3912 compliant whois server written in java
 and using RDBMS (mysql,postgresql,hsqldb,sqlite,firebird)
 as a storage engine.
+++

I'm currently working with Klaus and several friendly people on IRC to
improve the package since I don't know dbconfig and Java, which the
package uses.  If somebody else wants to continue who knows more about
the technology: don't hesitate, I'm not keen on maintaining this
package.  We're using it at work, so having it in Debian would be nice.

Current status of my work is at https://fortytwo.ch/hg/pkg-jwhoisserver.


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

iEYEARECAAYFAk0HKswACgkQKqpm2L3fmXqXtwCgjFLQ+VNKV8xcQ1mIY3U/Ckl2
ixMAoLroIAv7AH6n+AqZSylCzDbZOZj1
=rGqJ
-END PGP SIGNATURE-



-- 
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/20101214082912.5924.3667.report...@localhost



Re: apt-diff: a tool to diff filesystem content against APT

2010-12-14 Thread Goswin von Brederlow
Tristan Schmelcher tristan_schmelc...@alumni.uwaterloo.ca writes:

 On Thu, Dec 9, 2010 at 11:12 PM, Goswin von Brederlow goswin-...@web.de 
 wrote:
 Osamu Aoki os...@debian.org writes:

 On Fri, Dec 10, 2010 at 12:06:45AM +0900, Osamu Aoki wrote:
 Hi,

 On Wed, Dec 08, 2010 at 12:52:28PM -0800, Tristan Schmelcher wrote:
  On Tue, Dec 7, 2010 at 11:30 PM, Goswin von Brederlow 
  goswin-...@web.de wrote:
   Tristan Schmelcher tristan.schmelc...@gmail.com writes:
   how does it deal with configurations generated in postinstall?
  I find debsums to be too basic for my needs. apt-diff is my attempt to
  improve upon it. I often want to answer the question how does package
  X on my machine compare to a pristine installation? debsums only
  gives part of the answer. It can't check files that are missing
  md5sums (which includes a lot of conffiles)
                                      ~
 Wrong.

 OOps..  I now see your point.  Sorry.

 If you configure debsum correctly following manpage, md5sums are
 available for all packages.  Use -g option to initialize it and make
 sure to set the debconf boolean value debsums/apt-autogen to be true.
 I understand that this is an exra hussle.

 This is talking about files missing md5sums due to packaging practice of
 the maintainer.  conffiles are not debsums interest.

 Does debsums support ucf? Can it support ucf?

 What I mean is that often generated conffiles are installed with ucf and
 ucf keeps track of the original generated checksum and the possibly
 localy modified file and such. Does/could debsums tap into that info to
 find generated conffiles that were changed?

 It would be pretty easy to tap into--the md5sums are all in
 /var/lib/ucf/hashfile and it's already in the format used by md5sum
 -c. But that still leaves a lot to be desired. On my machine there are
 only 26 entries in that file, whereas there are 1663 conffiles without
 md5sums.* As far as I know there's no metadata available to check the
 integrity of those files--they have to be compared to the original
 files in the .deb as apt-diff does.

 *As determined by this script:

 for file in /var/lib/dpkg/info/*.conffiles; do
   for line in $(cat $file); do
 line=$(sed -r 's/^\///' $line)
 md5sums=$(sed -r 's/conffiles/md5sums/' $file)
 if ! grep -qF $line $md5sums; then
   echo $line
 fi
   done
 done | wc

If the conffile is shipped in the package then dpkg keeps track of the
checksum even if the md5sum files do not. I was assuming you ment files
not shipped in the package, i.e. those generated during postinst.

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



INBOUND MAIL - WORM DETECTED

2010-12-14 Thread mx3
This message contains WORM and will be deleted . Kindly contact local IT 
support  scan your system.


-- 
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/20101214103224.54b2313a4...@liszt.debian.org



Re: exim-using packages - are you relying on -C or -D options?

2010-12-14 Thread Stephen Gran
This one time, at band camp, Ian Jackson said:
 Stephen Gran writes (Re: exim-using packages - are you relying on -C or -D 
 options?):
  This one time, at band camp, Ian Jackson said:
   sauce uses the -C option.  And chiark's mail system relies on -C very
   heavily in other ways.  Please don't break it.
  
  Can it limit itsef to a choice of two non world-writable directories?
 
 The other config files are in /etc/exim4 just like the main one, if
 that's what you mean.
 
  That is the only current way to keep a successful break-in to the exim
  account from escalating to root.  There is a patch on exim-dev to allow
  this to work without escalated privileges, but it's not in the lenny
  exim.
 
 Are you saying the current exim4 package in lenny-security already has
 the disability you are discussing ?

AIUI, no, not yet.  Currently exim will accept -C to any file in any
location.  This makes it trivial for an attacker to escalate from exim
to root by making any expansion in the config file run code as a
privileged user.  The current alternative is to make exim refuse to
execute if the config file is not in a build-time configured directory.
This is what is being proposed, and if all your other config files are in
the same place, it sounds like this won't cause a problem for you.

The patch I'm talking about allows execution outside of the configured
directory, but without escalated privileges.  This would be more
flexible for users testing things, but it doesn't sound like it's
relevant at the moment for your needs.

Cheers,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :sg...@debian.org |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Re: exim-using packages - are you relying on -C or -D options?

2010-12-14 Thread Peter Samuelson

[Stephen Gran]
 Currently exim will accept -C to any file in any location.  This
 makes it trivial for an attacker to escalate from exim to root by
 making any expansion in the config file run code as a privileged
 user.  The current alternative is to make exim refuse to execute if
 the config file is not in a build-time configured directory.

...Or just fstat() the file after you open it, to make sure it's owned
by root:root, and !(mode  002) ?  I mean, is there a legitimate case
where this wouldn't be true?

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


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



Re: exim-using packages - are you relying on -C or -D options?

2010-12-14 Thread Håkon Alstadheim

Den 14. des. 2010 12:21, skrev Peter Samuelson:

[Stephen Gran]
   

Currently exim will accept -C to any file in any location.  This
makes it trivial for an attacker to escalate from exim to root by
making any expansion in the config file run code as a privileged
user.  The current alternative is to make exim refuse to execute if
the config file is not in a build-time configured directory.
 

...Or just fstat() the file after you open it, to make sure it's owned
by root:root, and !(mode  002) ?  I mean, is there a legitimate case
where this wouldn't be true?

   
If you do that please log an error when failing. Scratched my head a few 
times over such security-measures. I know, my bad but still ...


--
Håkon Alstadheim / N-7510 Skatval / email:ha...@alstadheim.priv.no
tlf: 74 82 60 27 mob: 47 35 39 38
http://alstadheim.priv.no/hakon/
spamtrap: finnesi...@alstadheim.priv.no -- 1 hit  you are out



--
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/4d0754f2.2080...@alstadheim.priv.no



Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Heiko Schlittermann
Hello,

before filing a bug report I'd like to ask here, since I'd expect some
experts here :-)

Using a current lenny with bind9 I can't validate (www|ftp).debian.org
anymore. Is anybody else experiencing this problem?


not working: 1:9.6.ESV.R3+dfsg-0+lenny1 
working: 1:9.6.ESV.R1+dfsg-0+lenny2
working: 1:9.7.2.dfsg.P3-1


ftp.debian.org seems to use DLV. Other domains using DLV validate.

-- 
Heiko :: dresden : linux : SCHLITTERMAN.de
GPG Key 48D0359B : 3061 CFBF 2D88 F034 E8D2 7E92 EE4E AC98 48D0 359B


signature.asc
Description: Digital signature


Re: Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Stephane Bortzmeyer
On Tue, Dec 14, 2010 at 02:18:44PM +0100,
 Heiko Schlittermann h...@schlittermann.de wrote 
 a message of 46 lines which said:

 Using a current lenny with bind9 I can't validate (www|ftp).debian.org
 anymore. 

Works for me (BIND on a lenny using dlv.isc.org). Note the ad bit:

% dig +dnssec A www.debian.org 

;  DiG 9.6-ESV-R3  +dnssec A www.debian.org
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 12253
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 13

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags: do; udp: 4096
;; QUESTION SECTION:
;www.debian.org.IN  A

;; ANSWER SECTION:
www.debian.org. 300 IN  A   141.76.2.5
www.debian.org. 300 IN  A   213.129.232.18
www.debian.org. 300 IN  RRSIG   A 5 3 300 20110111094829 
20101214094829 38208 www.debian.org. 
AR+irfLzNRWYgbJwp4Nf6M1o3xpANStnSMNQ7iechFhX9YdDUgx7vHLl 
4/mjM6RbyHJiCyz5supU4ubuWT5QxjvG6IE/HgoimiEjq4XsP7ANSEdF 
1B3y270gBxn+tO2ZDfNwLdob9k3AXJnyOVUq9cPVaa8ZcNZ8rhJ04JLF 
3i3E9AphlUywmQPTNTCEtOoV

What is the output of 'dig +cd +dnssec www.debian.org' on your case?


signature.asc
Description: Digital signature


Re: Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Heiko Schlittermann
Stephane Bortzmeyer bortzme...@nic.fr (Di 14 Dez 2010 14:26:18 CET):
 On Tue, Dec 14, 2010 at 02:18:44PM +0100,
  Heiko Schlittermann h...@schlittermann.de wrote 
  a message of 46 lines which said:
 
  Using a current lenny with bind9 I can't validate (www|ftp).debian.org
  anymore. 
 
 Works for me (BIND on a lenny using dlv.isc.org). Note the ad bit:
 
 % dig +dnssec A www.debian.org 
 
 ;  DiG 9.6-ESV-R3  +dnssec A www.debian.org
 ;; global options: +cmd
 ;; Got answer:
 ;; -HEADER- opcode: QUERY, status: NOERROR, id: 12253
 ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 13
 
 ;; OPT PSEUDOSECTION:
 ; EDNS: version: 0, flags: do; udp: 4096
 ;; QUESTION SECTION:
 ;www.debian.org.IN  A
 
 ;; ANSWER SECTION:
 www.debian.org. 300 IN  A   141.76.2.5
 www.debian.org. 300 IN  A   213.129.232.18
 www.debian.org. 300 IN  RRSIG   A 5 3 300 20110111094829 
 20101214094829 38208 www.debian.org. 
 AR+irfLzNRWYgbJwp4Nf6M1o3xpANStnSMNQ7iechFhX9YdDUgx7vHLl 
 4/mjM6RbyHJiCyz5supU4ubuWT5QxjvG6IE/HgoimiEjq4XsP7ANSEdF 
 1B3y270gBxn+tO2ZDfNwLdob9k3AXJnyOVUq9cPVaa8ZcNZ8rhJ04JLF 
 3i3E9AphlUywmQPTNTCEtOoV
 
 What is the output of 'dig +cd +dnssec www.debian.org' on your case?

# dig www.debian.org +dnssec @192.168.0.1

;  DiG 9.7.1-P2  www.debian.org +dnssec @192.168.0.1
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: SERVFAIL, id: 49087
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags: do; udp: 4096
;; QUESTION SECTION:
;www.debian.org.IN  A

;; Query time: 341 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Tue Dec 14 14:40:12 2010
;; MSG SIZE  rcvd: 43

The excuse in the servers syslog:

Dec 14 14:40:11 muli3 named[14985]: validating @0xb98d51b0: www.debian.org 
A: no valid signature found
Dec 14 14:40:11 muli3 named[14985]: no valid RRSIG resolving 
'www.debian.org/A/IN': 195.20.242.125#53
Dec 14 14:40:11 muli3 named[14985]: validating @0xb98d51b0: www.debian.org 
A: no valid signature found
Dec 14 14:40:11 muli3 named[14985]: no valid RRSIG resolving 
'www.debian.org/A/IN': 82.195.75.105#53
Dec 14 14:40:11 muli3 named[14985]: validating @0xb98d51b0: www.debian.org 
A: no valid signature found
Dec 14 14:40:11 muli3 named[14985]: no valid RRSIG resolving 
'www.debian.org/A/IN': 206.12.19.113#53


With checking disabled:
# dig www.debian.org +cd +dnssec @192.168.0.1

;  DiG 9.7.1-P2  www.debian.org +cd +dnssec @192.168.0.1
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 14886
;; flags: qr rd ra cd; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 13

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags: do; udp: 4096
;; QUESTION SECTION:
;www.debian.org.IN  A

;; ANSWER SECTION:
www.debian.org. 132 IN  A   213.129.232.18
www.debian.org. 132 IN  A   141.76.2.5
www.debian.org. 132 IN  RRSIG   A 5 3 300 
20110111094829 20101214094829 38208 www.debian.org. 
AR+irfLzNRWYgbJwp4Nf6M1o3xpANStnSMNQ7iechFhX9YdDUgx7vHLl 
4/mjM6RbyHJiCyz5supU4ubuWT5QxjvG6IE/HgoimiEjq4XsP7ANSEdF 
1B3y270gBxn+tO2ZDfNwLdob9k3AXJnyOVUq9cPVaa8ZcNZ8rhJ04JLF 
3i3E9AphlUywmQPTNTCEtOoV

cut authority and additional section

;; Query time: 28 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Tue Dec 14 14:38:22 2010
;; MSG SIZE  rcvd: 1760


When I'm validating myself (dig +sigchase …) using the DNSKEY found for
debian.org, I can validate the answers (tested for ftp, but expect the
same for www).


-- 
Heiko :: dresden : linux : SCHLITTERMAN.de
GPG Key 48D0359B : 3061 CFBF 2D88 F034 E8D2 7E92 EE4E AC98 48D0 359B


signature.asc
Description: Digital signature


Re: Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Stephane Bortzmeyer
On Tue, Dec 14, 2010 at 02:43:38PM +0100,
 Heiko Schlittermann h...@schlittermann.de wrote 
 a message of 134 lines which said:

 With checking disabled:
 # dig www.debian.org +cd +dnssec @192.168.0.1
...
 www.debian.org.   132 IN  RRSIG   A 5 3 300 
 20110111094829 20101214094829 38208 www.debian.org. 
 AR+irfLzNRWYgbJwp4Nf6M1o3xpANStnSMNQ7iechFhX9YdDUgx7vHLl 
 4/mjM6RbyHJiCyz5supU4ubuWT5QxjvG6IE/HgoimiEjq4XsP7ANSEdF 
 1B3y270gBxn+tO2ZDfNwLdob9k3AXJnyOVUq9cPVaa8ZcNZ8rhJ04JLF 
 3i3E9AphlUywmQPTNTCEtOoV

Expired signature ket in the cache, may be? It ends at
2010-12-14T09:48Z, which was several hours ago.
 
 ;; WHEN: Tue Dec 14 14:38:22 2010

What time zone? If it is german time, UTC+1, yes, the problem was an
expired signature.


signature.asc
Description: Digital signature


Re: exim-using packages - are you relying on -C or -D options?

2010-12-14 Thread Ian Jackson
Stephen Gran writes (Re: exim-using packages - are you relying on -C or -D 
options?):
 This one time, at band camp, Ian Jackson said:
  Are you saying the current exim4 package in lenny-security already has
  the disability you are discussing ?
 
 AIUI, no, not yet.  Currently exim will accept -C to any file in any
 location.  This makes it trivial for an attacker to escalate from exim
 to root by making any expansion in the config file run code as a
 privileged user.

Ah, yes, I see.

  The current alternative is to make exim refuse to
 execute if the config file is not in a build-time configured directory.
 This is what is being proposed, and if all your other config files are in
 the same place, it sounds like this won't cause a problem for you.

Right, I think it will be OK for me.

Will it follow symlinks ?  If so then the problem isn't that sever.

 The patch I'm talking about allows execution outside of the configured
 directory, but without escalated privileges.  This would be more
 flexible for users testing things, but it doesn't sound like it's
 relevant at the moment for your needs.

Indeed.

Thanks,
Ian.


-- 
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/19719.29274.420376.58...@chiark.greenend.org.uk



Re: exim-using packages - are you relying on -C or -D options?

2010-12-14 Thread Ian Jackson
Peter Samuelson writes (Re: exim-using packages - are you relying on -C or -D 
options?):
 [Stephen Gran]
  Currently exim will accept -C to any file in any location.  This
  makes it trivial for an attacker to escalate from exim to root by
  making any expansion in the config file run code as a privileged
  user.  The current alternative is to make exim refuse to execute if
  the config file is not in a build-time configured directory.
 
 ...Or just fstat() the file after you open it, to make sure it's owned
 by root:root, and !(mode  002) ?  I mean, is there a legitimate case
 where this wouldn't be true?

Whenever anyone suggests something like this you can be pretty sure
they're doing it wrong.  This is no exception.

Ownership of a file does not imply endorsement of its contents.  If
you wanted to endorse the contents of a file you would have to put it
in a special location, or perhaps set a set-id bit.

Ian.


-- 
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/19719.29826.448522.385...@chiark.greenend.org.uk



Re: Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Heiko Schlittermann
Stephane Bortzmeyer bortzme...@nic.fr (Di 14 Dez 2010 14:48:53 CET):
 On Tue, Dec 14, 2010 at 02:43:38PM +0100,
  Heiko Schlittermann h...@schlittermann.de wrote 
  a message of 134 lines which said:
 
  With checking disabled:
  # dig www.debian.org +cd +dnssec @192.168.0.1
 ...
  www.debian.org. 132 IN  RRSIG   A 5 3 300 
  20110111094829 20101214094829 38208 www.debian.org. 
  AR+irfLzNRWYgbJwp4Nf6M1o3xpANStnSMNQ7iechFhX9YdDUgx7vHLl 
  4/mjM6RbyHJiCyz5supU4ubuWT5QxjvG6IE/HgoimiEjq4XsP7ANSEdF 
  1B3y270gBxn+tO2ZDfNwLdob9k3AXJnyOVUq9cPVaa8ZcNZ8rhJ04JLF 
  3i3E9AphlUywmQPTNTCEtOoV
 
 Expired signature ket in the cache, may be? It ends at
 2010-12-14T09:48Z, which was several hours ago.

Sure? I'd say the signature expires 20110111094829 and was created
20101214094829. BTW expired sigs are logged as such, I think.

[But I'm fare away from beeing a DNS(SEC) expert!]

  
  ;; WHEN: Tue Dec 14 14:38:22 2010
 
 What time zone? If it is german time, UTC+1, yes, the problem was an
 expired signature.

But why is the behaviour reproducable changing the bind versions back
and forth?

bind was restarted several times. I'd think, everything bind caches, is
in memory. Files are used for secondary zone data only.
dnssec-accept-expired is set to yes already.

-- 
Heiko :: dresden : linux : SCHLITTERMAN.de
GPG Key 48D0359B : 3061 CFBF 2D88 F034 E8D2 7E92 EE4E AC98 48D0 359B


signature.asc
Description: Digital signature


Re: Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Stephane Bortzmeyer
On Tue, Dec 14, 2010 at 04:11:01PM +0100,
 Heiko Schlittermann h...@schlittermann.de wrote 
 a message of 65 lines which said:

  Expired signature ket in the cache, may be? It ends at
  2010-12-14T09:48Z, which was several hours ago.
 
 Sure? I'd say the signature expires 20110111094829 and was created
 20101214094829.

Yes. You're right. Reply too fast and coffee too late. Sorry.


signature.asc
Description: Digital signature


Re: Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Heiko Schlittermann
Stephane Bortzmeyer bortzme...@nic.fr (Di 14 Dez 2010 16:15:56 CET):
 On Tue, Dec 14, 2010 at 04:11:01PM +0100,
  Heiko Schlittermann h...@schlittermann.de wrote 
  a message of 65 lines which said:
 
   Expired signature ket in the cache, may be? It ends at
   2010-12-14T09:48Z, which was several hours ago.
  
  Sure? I'd say the signature expires 20110111094829 and was created
  20101214094829.
 
 Yes. You're right. Reply too fast and coffee too late. Sorry.

OK, but the question remains, what's going on here… Who is wrong?
Unfortunely nobody else responded. And on a DENIC DNSSEC mailing list I
got only vague clues too. There I (too fast?) wrote, it solved, since I
was able to reproduce it changing the bind versions.

BTW, this issue we have on two independent machines, both running a
recent lenny. One system is connected via T-Online, the other one has a
real uplink.

Both systems do not use any forwarder (they know about).

-- 
Heiko :: dresden : linux : SCHLITTERMAN.de
GPG Key 48D0359B : 3061 CFBF 2D88 F034 E8D2 7E92 EE4E AC98 48D0 359B


signature.asc
Description: Digital signature


Re: Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Peter Palfrader
On Tue, 14 Dec 2010, Heiko Schlittermann wrote:

 Using a current lenny with bind9 I can't validate (www|ftp).debian.org
 anymore. Is anybody else experiencing this problem?
 
 
 not working: 1:9.6.ESV.R3+dfsg-0+lenny1 
 working: 1:9.6.ESV.R1+dfsg-0+lenny2
 working: 1:9.7.2.dfsg.P3-1
 
 
 ftp.debian.org seems to use DLV. Other domains using DLV validate.

Does a normal host validate?  Say for instance kassia.debian.org.

Cheers,
-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101214174249.gi30...@anguilla.noreply.org



Re: exim-using packages - are you relying on -C or -D options?

2010-12-14 Thread Stephen Gran
This one time, at band camp, Ian Jackson said:
 Stephen Gran writes (Re: exim-using packages - are you relying on -C
 or -D options?):
 
  The current alternative is to make exim refuse to execute if the
  config file is not in a build-time configured directory.  This is
  what is being proposed, and if all your other config files are in
  the same place, it sounds like this won't cause a problem for you.
 
 Right, I think it will be OK for me.
 
 Will it follow symlinks ?  If so then the problem isn't that sever.

It doesn't appear to care about symlinks, from a quick read of exim.c.
It seems that so long as the directory name for the file passed to it
matches the configured directory name, it's happy.  I would test this
rather than relying on my 5 minute guess about which is the right chunk
of code to read, though :)

Cheers,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :sg...@debian.org |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Re: Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Heiko Schlittermann
Peter Palfrader wea...@debian.org (Di 14 Dez 2010 18:42:49 CET):
 On Tue, 14 Dec 2010, Heiko Schlittermann wrote:
 
  Using a current lenny with bind9 I can't validate (www|ftp).debian.org
  anymore. Is anybody else experiencing this problem?
  
  
  not working: 1:9.6.ESV.R3+dfsg-0+lenny1 
  working: 1:9.6.ESV.R1+dfsg-0+lenny2
  working: 1:9.7.2.dfsg.P3-1
  
  
  ftp.debian.org seems to use DLV. Other domains using DLV validate.
 
 Does a normal host validate?  Say for instance kassia.debian.org.

Yes, it does.

-- 
Heiko


signature.asc
Description: Digital signature


Re: Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Peter Palfrader
On Tue, 14 Dec 2010, Heiko Schlittermann wrote:

 Peter Palfrader wea...@debian.org (Di 14 Dez 2010 18:42:49 CET):
  On Tue, 14 Dec 2010, Heiko Schlittermann wrote:
  
   Using a current lenny with bind9 I can't validate (www|ftp).debian.org
   anymore. Is anybody else experiencing this problem?
   
   
   not working: 1:9.6.ESV.R3+dfsg-0+lenny1 
   working: 1:9.6.ESV.R1+dfsg-0+lenny2
   working: 1:9.7.2.dfsg.P3-1
   
   
   ftp.debian.org seems to use DLV. Other domains using DLV validate.
  
  Does a normal host validate?  Say for instance kassia.debian.org.
 
 Yes, it does.

Are you on IPv6?

-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101214193146.gm30...@anguilla.noreply.org



Re: Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Heiko Schlittermann
Peter Palfrader wea...@debian.org (Di 14 Dez 2010 20:31:46 CET):
 On Tue, 14 Dec 2010, Heiko Schlittermann wrote:
 
  Peter Palfrader wea...@debian.org (Di 14 Dez 2010 18:42:49 CET):
   On Tue, 14 Dec 2010, Heiko Schlittermann wrote:
   
Using a current lenny with bind9 I can't validate (www|ftp).debian.org
anymore. Is anybody else experiencing this problem?


not working: 1:9.6.ESV.R3+dfsg-0+lenny1 
working: 1:9.6.ESV.R1+dfsg-0+lenny2
working: 1:9.7.2.dfsg.P3-1


ftp.debian.org seems to use DLV. Other domains using DLV validate.
   
   Does a normal host validate?  Say for instance kassia.debian.org.
  
  Yes, it does.
 
 Are you on IPv6?

What is IPv6?
No, I'm not on IPv6 and even running bind with the -4 option.

-- 
Heiko :: dresden : linux : SCHLITTERMANN.de
GPG Key 48D0359B : 3061 CFBF 2D88 F034 E8D2 7E92 EE4E AC98 48D0 359B


signature.asc
Description: Digital signature


Re: exim-using packages - are you relying on -C or -D options?

2010-12-14 Thread Ian Jackson
Stephen Gran writes (Re: exim-using packages - are you relying on -C or -D 
options?):
 It doesn't appear to care about symlinks, from a quick read of exim.c.
 It seems that so long as the directory name for the file passed to it
 matches the configured directory name, it's happy.  I would test this
 rather than relying on my 5 minute guess about which is the right chunk
 of code to read, though :)

Right.  It should probably also refuse to read filenames matching
.* #* *# *~ *.tmp at the very least.  

You wouldn't want to edit your exim.conf to get rid of a security
problem and find that the attacker could just tell it to use the old
file !

Ian.


-- 
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/19719.51860.848292.372...@chiark.greenend.org.uk



Re: Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Heiko Schlittermann
Heiko Schlittermann h...@schlittermann.de (Di 14 Dez 2010 20:40:47 CET):
 Peter Palfrader wea...@debian.org (Di 14 Dez 2010 20:31:46 CET):
  On Tue, 14 Dec 2010, Heiko Schlittermann wrote:
  
   Peter Palfrader wea...@debian.org (Di 14 Dez 2010 18:42:49 CET):
On Tue, 14 Dec 2010, Heiko Schlittermann wrote:

 Using a current lenny with bind9 I can't validate (www|ftp).debian.org
 anymore. Is anybody else experiencing this problem?
 
 
 not working: 1:9.6.ESV.R3+dfsg-0+lenny1 
 working: 1:9.6.ESV.R1+dfsg-0+lenny2
 working: 1:9.7.2.dfsg.P3-1
 
 
 ftp.debian.org seems to use DLV. Other domains using DLV validate.

Does a normal host validate?  Say for instance kassia.debian.org.
   
   Yes, it does.
  
  Are you on IPv6?
 
 What is IPv6?
 No, I'm not on IPv6 and even running bind with the -4 option.

syslog:
Dec 14 21:19:36 muli3 named[32237]: validating @0xb90beb28: ftp.debian.org A: 
no valid signature found
Dec 14 21:19:36 muli3 named[32237]: not insecure resolving 
'ftp.debian.org/A/IN': 206.12.19.113#53
Dec 14 21:19:36 muli3 named[32237]: validating @0xb90beb28: ftp.debian.org A: 
no valid signature found
Dec 14 21:19:36 muli3 named[32237]: no valid RRSIG resolving 
'ftp.debian.org/A/IN': 82.195.75.105#53
Dec 14 21:19:36 muli3 named[32237]: validating @0xb90beb28: ftp.debian.org A: 
no valid signature found
Dec 14 21:19:36 muli3 named[32237]: no valid RRSIG resolving 
'ftp.debian.org/A/IN': 195.20.242.125#53

Somehow it seems to dislike to accept the DLV key?

-- 
Heiko :: dresden : linux : SCHLITTERMANN.de
GPG Key 48D0359B : 3061 CFBF 2D88 F034 E8D2 7E92 EE4E AC98 48D0 359B


signature.asc
Description: Digital signature


Re: Anybody else having problems w/ DNSSEC and ftp.debian.org?

2010-12-14 Thread Heiko Schlittermann
 Heiko Schlittermann h...@schlittermann.de (Di 14 Dez 2010 20:40:47 CET):
  Peter Palfrader wea...@debian.org (Di 14 Dez 2010 20:31:46 CET):
   On Tue, 14 Dec 2010, Heiko Schlittermann wrote:
   
Peter Palfrader wea...@debian.org (Di 14 Dez 2010 18:42:49 CET):
 On Tue, 14 Dec 2010, Heiko Schlittermann wrote:
 
  Using a current lenny with bind9 I can't validate 
  (www|ftp).debian.org
  anymore. Is anybody else experiencing this problem?
  
  
  not working: 1:9.6.ESV.R3+dfsg-0+lenny1 
  working: 1:9.6.ESV.R1+dfsg-0+lenny2
  working: 1:9.7.2.dfsg.P3-1
  
  ftp.debian.org seems to use DLV. Other domains using DLV validate.
 
 Does a normal host validate?  Say for instance kassia.debian.org.

Yes, it does.
   
   Are you on IPv6?
  
  What is IPv6?
  No, I'm not on IPv6 and even running bind with the -4 option.


Here comes the output of a trace (level 3 I think), note marked line:

14-Dec-2010 22:13:09.193 validating @0xb90c65d8: ftp.debian.org A: starting
14-Dec-2010 22:13:09.193 validating @0xb90c65d8: ftp.debian.org A: looking 
for DLV
14-Dec-2010 22:13:09.193 validating @0xb90c65d8: ftp.debian.org A: plain 
DNSSEC returns unsecure (.): looking for DLV
14-Dec-2010 22:13:09.193 validating @0xb90c65d8: ftp.debian.org A: looking 
for DLV ftp.debian.org.dlv.isc.org
14-Dec-2010 22:13:09.193 validating @0xb90c65d8: ftp.debian.org A: looking 
for DLV debian.org.dlv.isc.org
14-Dec-2010 22:13:09.193 validating @0xb90c65d8: ftp.debian.org A: DLV 
debian.org found
14-Dec-2010 22:13:09.193 validating @0xb90c65d8: ftp.debian.org A: 
dlv_validator_start
14-Dec-2010 22:13:09.193 validating @0xb90c65d8: ftp.debian.org A: 
restarting using DLV
14-Dec-2010 22:13:09.193 validating @0xb90c65d8: ftp.debian.org A: 
attempting positive response validation
14-Dec-2010 22:13:09.193   validating @0xb90cb070: ftp.debian.org DNSKEY: 
starting
14-Dec-2010 22:13:09.194   validating @0xb90cb070: ftp.debian.org DNSKEY: 
attempting positive response validation
14-Dec-2010 22:13:09.194   validating @0xb90cb070: ftp.debian.org DNSKEY: 
not beneath secure root
14-Dec-2010 22:13:09.194   validating @0xb90cb070: ftp.debian.org DNSKEY: 
plain DNSSEC returns unsecure (.): looking for DLV
14-Dec-2010 22:13:09.194   validating @0xb90cb070: ftp.debian.org DNSKEY: 
looking for DLV ftp.debian.org.dlv.isc.org
14-Dec-2010 22:13:09.194   validating @0xb90cb070: ftp.debian.org DNSKEY: 
looking for DLV debian.org.dlv.isc.org
14-Dec-2010 22:13:09.194   validating @0xb90cb070: ftp.debian.org DNSKEY: 
DLV debian.org found
14-Dec-2010 22:13:09.194   validating @0xb90cb070: ftp.debian.org DNSKEY: 
dlv_validator_start
14-Dec-2010 22:13:09.194   validating @0xb90cb070: ftp.debian.org DNSKEY: 
restarting using DLV
14-Dec-2010 22:13:09.194   validating @0xb90cb070: ftp.debian.org DNSKEY: 
attempting positive response validation
14-Dec-2010 22:13:09.194   validating @0xb90cb070: ftp.debian.org DNSKEY: 
not beneath secure root
14-Dec-2010 22:13:09.194   validating @0xb90cb070: ftp.debian.org DNSKEY: 
marking as answer (validatezonekey (1))
14-Dec-2010 22:13:09.194   validator @0xb90cb070: dns_validator_destroy
14-Dec-2010 22:13:09.194 validating @0xb90c65d8: ftp.debian.org A: in 
keyvalidated
14-Dec-2010 22:13:09.194 validating @0xb90c65d8: ftp.debian.org A: keyset 
with trust 5
14-Dec-2010 22:13:09.194 validating @0xb90c65d8: ftp.debian.org A: resuming 
validate
14-Dec-2010 22:13:09.194 validating @0xb90c65d8: ftp.debian.org A: no valid 
signature found
14-Dec-2010 22:13:09.195 validating @0xb90c65d8: ftp.debian.org A: falling 
back to insecurity proof
*   14-Dec-2010 22:13:09.195 validating @0xb90c65d8: ftp.debian.org A: checking 
existence of DS at 'ftp.debian.org'
14-Dec-2010 22:13:09.195 validating @0xb90c65d8: ftp.debian.org A: 
insecurity proof failed
14-Dec-2010 22:13:09.195 fctx 0xb487e008(ftp.debian.org/A'): received 
validation completion event
14-Dec-2010 22:13:09.195 validator @0xb90c65d8: dns_validator_destroy
14-Dec-2010 22:13:09.195 fctx 0xb487e008(ftp.debian.org/A'): validation 
failed
14-Dec-2010 22:13:09.195 fctx 0xb487e008(ftp.debian.org/A'): add_bad
14-Dec-2010 22:13:09.195 no valid RRSIG resolving 'ftp.debian.org/A/IN': 
82.195.75.105#53


A DS record is found.  Why? since ftp.debian.org is a zone on its own.
The other working plain names (the name has just an A record) are
working and do not own a DS key.

Could this somehow trigger this (unexpected) behaviour of a failing
validation? But why does it work for somebody (anybody?) else using this
version of bind? (output of the CHAOS version.bind query: 9.6-ESV-R3)


-- 
Heiko :: dresden : linux : SCHLITTERMANN.de
GPG Key 48D0359B : 3061 CFBF 2D88 F034 E8D2 7E92 EE4E AC98 48D0 359B



signature.asc
Description: Digital signature


Re: Squeeze can't fit on 512MiB

2010-12-14 Thread Samuel Thibault
Hello,

Here is an updated report on task size:

Samuel Thibault, le Wed 27 Oct 2010 18:00:16 +0200, a écrit :
 - Base+Standard grew from 397MiB to 491MiB
   (we install libdb4.{5,6,7,8} !?, and since openssh-client recommends
   xauth, x11 stuff gets installed)

Still 492MiB.  One nice thing is we now only have libdb4.8!

- Gnome grew from 1830MiB to 2409MiB,
still can't fit on just CD1.
- KDE   grew from 1592MiB to 1969MiB.
- Xfce  grew from 1056MiB to 1502MiB.
- LXDE  grew from  963MiB to 1282MiB.
- Web   grew from   42MiB to   54MiB.
- Print   shrunk from  215MiB to  186MiB: 
gutenprint and such grew quite a bit, but all kinds of X11 stuff
previously pulled because pnm2ppa depends on gs provided by
ghostscript-x is not pulled any more.
- DNS   grew from3MiB to4MiB.
- File  grew from   74MiB to  118MiB.
(Samba grew quite a bit)
- Mail  grew from   14MiB to  94MiB.
(spamassasin recommends libc6-dev/gcc/make, and thus all their
recommends  such for sa-compile)
- SQL shrunk from   50MiB to   44MiB.
- Laptopgrew from   26MiB to  171MiB.
(bluez-cups (and thus cups) recommended by bluetooth)

Samuel


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101215013359.gi5...@const.famille.thibault.fr



Re: Squeeze can't fit on 512MiB

2010-12-14 Thread Samuel Thibault
And here are the values for amd64:

Samuel Thibault, le Wed 15 Dec 2010 02:34:00 +0100, a écrit :
 Samuel Thibault, le Wed 27 Oct 2010 18:00:16 +0200, a écrit :
  - Base+Standard grew from 397MiB to 491MiB
(we install libdb4.{5,6,7,8} !?, and since openssh-client recommends
xauth, x11 stuff gets installed)
 
 Still 492MiB.  One nice thing is we now only have libdb4.8!
532MiB.

 - Gnome grew from 1830MiB to 2409MiB,
 still can't fit on just CD1.
2588MiB.

 - KDE   grew from 1592MiB to 1969MiB.
2162MiB.

 - Xfce  grew from 1056MiB to 1502MiB.
1671MiB.

 - LXDE  grew from  963MiB to 1282MiB.
1452MiB.

 - Web   grew from   42MiB to   54MiB.
55MiB.

 - Print   shrunk from  215MiB to  186MiB: 
 gutenprint and such grew quite a bit, but all kinds of X11 stuff
 previously pulled because pnm2ppa depends on gs provided by
 ghostscript-x is not pulled any more.
196MiB.

 - DNS   grew from3MiB to4MiB.
4MiB.

 - File  grew from   74MiB to  118MiB.
 (Samba grew quite a bit)
127MiB.

 - Mail  grew from   14MiB to  94MiB.
 (spamassasin recommends libc6-dev/gcc/make, and thus all their
 recommends  such for sa-compile)
64MiB (I guess there must be some i386-specific package above)

 - SQL shrunk from   50MiB to   44MiB.
49MiB.

 - Laptopgrew from   26MiB to  171MiB.
 (bluez-cups (and thus cups) recommended by bluetooth)
182MiB.

Samuel


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101215023157.gk5...@const.famille.thibault.fr



Bug#607160: ITP: openni -- Library and application for 3D vision sensor

2010-12-14 Thread Nobuhiro Iwamatsu
Package: wnpp
Severity: wishlist
Owner: Nobuhiro Iwamatsu iwama...@debian.org


* Package name: openni
  Version : 1.0 Alpha
  Upstream Author : PrimeSense Ltd.
* URL : www.openni.org
* License : GPL, LGPL
  Programming Lang: C, C++, Python
  Description : Library and application for 3D vision sensor

  OpenNI is intent to help develop applications that use 3D vision inputs
  (such as full body control), by breaking the rigid connection between the 
  application and the sensor and/or vision algorithms. 
  Its purpose is to shorten the time-to-market of such applications when 
  wanting to port them to use other algorithms, or another sensor.



-- 
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/20101215033534.23099.72642.report...@chimagu



Bug#607161: ITP: haskell-listlike -- Generic support for list-like structures

2010-12-14 Thread TANIGUCHI Takaki
Package: wnpp
Owner: tak...@debian.org
Severity: wishlist

* Package name: haskell-listlike
  Version : 2.0.1
  Upstream Author : John Goerzen
* URL or Web page : http://software.complete.org/listlike
* License : LGPL
  Description : Generic support for list-like structures
 Generic support for list-like structures in Haskell.
 .
 The ListLike module provides a common interface to the various Haskell
 types that are list-like.  Predefined interfaces include standard
 Haskell lists, Arrays, ByteStrings, and lazy ByteStrings.  Custom
 types can easily be made ListLike instances as well.
 .
 ListLike also provides for String-like types, such as String and
 ByteString, for types that support input and output, and for types that can
 handle infinite lists.





-- 
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/87ei9jhdlm.wl%tak...@asis.media-as.org



NEW SITES

2010-12-14 Thread kapila chawhan
*THESE ARE MY NEW SITES*

antwerpskathedraalkoor.info Business
bailism.com Travel
bestantiagingmoisturizer.info Health
bigleaguefacials.org Health
bizbooks.me Education
burlesqueforobama.com Education
charlieranson.com SHOPPING
cockpit.biz Sports
concimarperu2010.com Travel
danielinteractivo.com Business
deputatov.net travel
differentvoicestv.us Entertainment
emuahp.org Business
ertacrail.info health
floralarrangement.us Home Improvement
genericdrug.us health
germsnyc.com SHOPPING


AND IF U NEED ADD MY ID FOR LINK EXC \

kapilachaw...@gmail.com



and i need

show me any theme pr1++ less obl and home pages for health links , helth
releted pr0 ,non releted min pr1


Accepted desktop-base 6.0.4 (source all)

2010-12-14 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 14 Dec 2010 08:47:00 +0100
Source: desktop-base
Binary: desktop-base
Architecture: source all
Version: 6.0.4
Distribution: unstable
Urgency: low
Maintainer: Gustavo Franco stra...@debian.org
Changed-By: Yves-Alexis Perez cor...@debian.org
Description: 
 desktop-base - common files for the Debian Desktop
Changes: 
 desktop-base (6.0.4) unstable; urgency=low
 .
   * plymouth/spacefun:
 - update logo from Aurélien Couderc.
   * splash:
 - update svg to use path instead of font.
   * debian/control:
 - drop depends on ttf-sil-andika.
Checksums-Sha1: 
 342c35fd81cb154bc2ece58764c4d5d7885799d5 1712 desktop-base_6.0.4.dsc
 e3171ffddf9ab7c4f2ce5a9f7f60a4ca9e43a029 8837147 desktop-base_6.0.4.tar.gz
 5b86888b74ca06ab9b928bcd71fe5c0955f5bf56 6697702 desktop-base_6.0.4_all.deb
Checksums-Sha256: 
 561082ffbe6936ef15aff69accade90fb9f9d722186f643d09060a90357fcbba 1712 
desktop-base_6.0.4.dsc
 520cb37f53f53bf53738f4a5241ad6856b7d8f45da40ab786cf75893b1f31b89 8837147 
desktop-base_6.0.4.tar.gz
 0c8cae692aa58752fb256f55a4396dfbfe266319ca6c67525ec323ff1c70077d 6697702 
desktop-base_6.0.4_all.deb
Files: 
 880f656e84114e86841f8eba2e67f693 1712 x11 optional desktop-base_6.0.4.dsc
 b0c6572e1a1315b5e0d1e045ac72d2c1 8837147 x11 optional desktop-base_6.0.4.tar.gz
 db5b262b9fd39cc0d970226d929d2e99 6697702 x11 optional 
desktop-base_6.0.4_all.deb

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

iQIcBAEBCgAGBQJNByS2AAoJEDBVD3hx7wuovbAP/1erNlSkpFLqGjbmLqKTnwiu
660NtaM7kJSFy0pDMgpirBb7vx+lXL7KAbJvbuZmBVNYVW0YcMFAbnC9gsu5+u96
0kV49JXuEbYMrCqaOtVzUcZgq6PKus9o+AxD45Rh4vNs1XqOzJr7cQWj/Cx/7s5A
DdD1W+Bjn1KUivcl7PxoLHxjJgMjU4Robec+o1+VeDau7j/gP3yH3hp4VOSTBXNk
CY3iojNJdsRyWTTTlfR8q1Qk7S3KH1L81BfjL3K4qn2Mo0QUYsrQ+b3+9Vu3hVKZ
jR8F8r16ItOkZHYYFsLkDsptBQQ2jBNa6bJP1wD2zIelmTBiKTzBYN6G5v4fI4PF
fnGytjGaTGl80PCBGdHikTpr4HLIkmVF5McAGYfK0LVytJ8ey7U/XA8lDj9FlHTf
yaji6D52iNRRdBkrH5pBaXqD2HosiyCYWRCyzYxv91CemcKfC7pEFnszlHcneA2k
i80p4FJ0Fk38hJs4tcYQS0XvWiFVm1cZj3p5mUkLf4ee1ZZsMY67H48z5NHJA02f
Bs2EOH9CdwPu4im8+xLMNXUBCqST9HSgH8OesDZmFlDsj163WVqUMGHXzuBhemh1
jNrN4lmp/+RjJkT8xBk6eFDrfLFMK96CFmuDuXWUQBNos/bGti3I9lAZi6gvyyxE
wsFA9mq6hcK1eybovsOB
=ZPzs
-END PGP SIGNATURE-


Accepted:
desktop-base_6.0.4.dsc
  to main/d/desktop-base/desktop-base_6.0.4.dsc
desktop-base_6.0.4.tar.gz
  to main/d/desktop-base/desktop-base_6.0.4.tar.gz
desktop-base_6.0.4_all.deb
  to main/d/desktop-base/desktop-base_6.0.4_all.deb


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



Accepted mono 2.6.7-4 (source i386 all)

2010-12-14 Thread Mirco Bauer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 06 Dec 2010 23:34:16 +0100
Source: mono
Binary: mono-runtime mono-runtime-dbg mono-utils mono-complete libmono0 
libmono0-dbg libmono-dev libmono-profiler libmono-cil-dev libmono1.0-cil 
libmono2.0-cil libmono-posix1.0-cil libmono-posix2.0-cil 
libmono-getoptions1.0-cil libmono-getoptions2.0-cil libmono-cecil-private-cil 
libmono-data1.0-cil libmono-data2.0-cil libmono-c5-1.1-cil 
libmono-webbrowser0.5-cil libmono-management2.0-cil libmono-messaging2.0-cil 
libmono-messaging-rabbitmq2.0-cil libmono-rabbitmq2.0-cil libmono-simd2.0-cil 
libmono-corlib1.0-cil libmono-corlib2.0-cil libmono-i18n-west1.0-cil 
libmono-i18n-west2.0-cil libmono-i18n1.0-cil libmono-i18n2.0-cil 
libmono-system1.0-cil libmono-system2.0-cil libmono-system-messaging1.0-cil 
libmono-system-messaging2.0-cil libmono-security1.0-cil libmono-security2.0-cil 
libmono-data-tds1.0-cil libmono-data-tds2.0-cil libmono-system-data1.0-cil 
libmono-system-data2.0-cil libmono-system-data-linq2.0-cil 
libmono-system-web1.0-cil libmono-system-web2.0-cil
 libmono-system-web-mvc1.0-cil libmono-system-web-mvc2.0-cil libmono-wcf3.0-cil 
libmono-system-runtime1.0-cil libmono-system-runtime2.0-cil 
libmono-system-ldap1.0-cil libmono-system-ldap2.0-cil libmono-winforms1.0-cil 
libmono-winforms2.0-cil libmono-cairo1.0-cil libmono-cairo2.0-cil 
libmono-sharpzip0.6-cil libmono-sharpzip0.84-cil libmono-sharpzip2.6-cil 
libmono-sharpzip2.84-cil libmono-npgsql1.0-cil libmono-npgsql2.0-cil 
libmono-bytefx0.7.6.1-cil libmono-bytefx0.7.6.2-cil libmono-firebirdsql1.7-cil 
libmono-db2-1.0-cil libmono-oracle1.0-cil libmono-oracle2.0-cil 
libmono-sqlite1.0-cil libmono-sqlite2.0-cil libmono-accessibility1.0-cil 
libmono-accessibility2.0-cil libmono-cscompmgd7.0-cil libmono-cscompmgd8.0-cil 
libmono-ldap1.0-cil libmono-ldap2.0-cil libmono-microsoft-build2.0-cil 
libmono-microsoft7.0-cil libmono-microsoft8.0-cil libmono-peapi1.0-cil 
libmono-peapi2.0-cil libmono-relaxng1.0-cil libmono-relaxng2.0-cil 
libmono-debugger-soft0.0-cil
 libmono-tasklets2.0-cil libmono-windowsbase3.0-cil mono-dbg mono-mjs mono-mcs 
mono-gmcs mono-devel mono-1.0-devel mono-2.0-devel mono-1.0-service 
mono-2.0-service mono-xbuild mono-gac mono-1.0-gac mono-2.0-gac mono-jay 
prj2make-sharp mono-csharp-shell monodoc-base
 monodoc-manual
Architecture: source i386 all
Version: 2.6.7-4
Distribution: unstable
Urgency: high
Maintainer: Debian Mono Group pkg-mono-gr...@lists.alioth.debian.org
Changed-By: Mirco Bauer mee...@debian.org
Description: 
 libmono-accessibility1.0-cil - Mono Accessibility library (for CLI 1.0)
 libmono-accessibility2.0-cil - Mono Accessibility library (for CLI 2.0)
 libmono-bytefx0.7.6.1-cil - Mono ByteFX.Data library (for CLI 1.0)
 libmono-bytefx0.7.6.2-cil - Mono ByteFX.Data library (for CLI 2.0)
 libmono-c5-1.1-cil - Mono C5 library
 libmono-cairo1.0-cil - Mono Cairo library (for CLI 1.0)
 libmono-cairo2.0-cil - Mono Cairo library (for CLI 2.0)
 libmono-cecil-private-cil - Mono.Cecil library
 libmono-cil-dev - Mono Base Class Libraries (BCL) - Development files
 libmono-corlib1.0-cil - Mono core library (for CLI 1.0)
 libmono-corlib2.0-cil - Mono core library (for CLI 2.0)
 libmono-cscompmgd7.0-cil - Mono cscompmgd library (for CLI 1.0)
 libmono-cscompmgd8.0-cil - Mono cscompmgd library (for CLI 2.0)
 libmono-data-tds1.0-cil - Mono Data library (for CLI 1.0)
 libmono-data-tds2.0-cil - Mono Data Library (for CLI 2.0)
 libmono-data1.0-cil - Mono.Data.* libraries (for CLI 1.0)
 libmono-data2.0-cil - Mono.Data.* libraries (for CLI 2.0)
 libmono-db2-1.0-cil - Mono DB2 library
 libmono-debugger-soft0.0-cil - Mono Soft Debugger library (for CLI 2.0)
 libmono-dev - Mono JIT library - Development files
 libmono-firebirdsql1.7-cil - Mono FirebirdSql library
 libmono-getoptions1.0-cil - Mono.GetOptions library (for CLI 1.0)
 libmono-getoptions2.0-cil - Mono.GetOptions library (for CLI 2.0)
 libmono-i18n-west1.0-cil - Mono I18N.West library (for CLI 1.0)
 libmono-i18n-west2.0-cil - Mono I18N.West library (for CLI 2.0)
 libmono-i18n1.0-cil - Mono I18N libraries (for CLI 1.0)
 libmono-i18n2.0-cil - Mono I18N libraries (for CLI 2.0)
 libmono-ldap1.0-cil - Mono LDAP library (for CLI 1.0)
 libmono-ldap2.0-cil - Mono LDAP library (for CLI 2.0)
 libmono-management2.0-cil - Mono Management library (for CLI 2.0)
 libmono-messaging-rabbitmq2.0-cil - Mono Messaging RabbitMQ library (for CLI 
2.0)
 libmono-messaging2.0-cil - Mono Messaging library (for CLI 2.0)
 libmono-microsoft-build2.0-cil - Mono Microsoft.Build libraries
 libmono-microsoft7.0-cil - Mono Microsoft libraries (for CLI 1.0)
 libmono-microsoft8.0-cil - Mono Microsoft libraries (for CLI 2.0)
 libmono-npgsql1.0-cil - Mono Npgsql library (for CLI 1.0)
 libmono-npgsql2.0-cil - Mono Npgsql library (for CLI 2.0)
 libmono-oracle1.0-cil - Mono Oracle library (for CLI 1.0)
 libmono-oracle2.0-cil - Mono Oracle library (for CLI 2.0)
 libmono-peapi1.0-cil - Mono PEAPI library (for 

Accepted merkaartor 0.17~rc4-1 (source amd64)

2010-12-14 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Dec 2010 22:52:28 +0100
Source: merkaartor
Binary: merkaartor
Architecture: source amd64
Version: 0.17~rc4-1
Distribution: experimental
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 merkaartor - map editor for OpenStreetMap.org
Changes: 
 merkaartor (0.17~rc4-1) experimental; urgency=low
 .
   * Git snapshot: 0.17-rc4
   * [2bb70fbf] Merge branch 'upstream'
Checksums-Sha1: 
 f550e5e9fcde697cefa7b8ffced7b5bf6b18cc2e 2130 merkaartor_0.17~rc4-1.dsc
 68abec1a6296ed05e9a0104cc98eafc455e53bd9 8458743 
merkaartor_0.17~rc4.orig.tar.gz
 78481e735615509496d1022554bf4efbe6def5a5 20848 merkaartor_0.17~rc4-1.diff.gz
 6fdf2f35ddd523271fa5464c9051641995681d0b 3915624 
merkaartor_0.17~rc4-1_amd64.deb
Checksums-Sha256: 
 06eca6e4efc15d670c6961040c13ccb750e6e77ff6f914d84aa5d3ab4d3313bd 2130 
merkaartor_0.17~rc4-1.dsc
 9309ed33dd99b302a501205c4e517a6fd3b7773267ce1ab7d430adc111c34103 8458743 
merkaartor_0.17~rc4.orig.tar.gz
 56117dcd272ebced5145af3d07b92fc6d2c8b18865889a0f17fef6656507ac53 20848 
merkaartor_0.17~rc4-1.diff.gz
 ed411f38afa742a0292269fc25b63d49e5def7f9b0dc55b1544f5617d826e194 3915624 
merkaartor_0.17~rc4-1_amd64.deb
Files: 
 18472c98c8e39345892145e058452667 2130 science extra merkaartor_0.17~rc4-1.dsc
 c206d4ed6e94a75018994b8e935c66c2 8458743 science extra 
merkaartor_0.17~rc4.orig.tar.gz
 4db541228a05dfa3d865b77b7b2c61fd 20848 science extra 
merkaartor_0.17~rc4-1.diff.gz
 90d7710191264e4d699aec7996a9c2c3 3915624 science extra 
merkaartor_0.17~rc4-1_amd64.deb

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

iQIcBAEBCAAGBQJNBpxjAAoJEOs2Fxpv+UNfQC0QAIYwvXbsLRvYp+s2zfy+Rmth
vHTF09Y8bIfKm5/njvAHg7Onas86Zo9hM2wS/vGcYSktrmejMNUsB59dbOOOHa7A
zc+6Sl13LQDFWfGYLbawshbjzVqKsirdNrUg6hRaKnb4wQSbG7MGWc6+R7Vzn5NO
Eta1/Ex/bg8B3II4Lt1lkLZuYf0wvwbAC3A0Im94+LVEgslugnNHVP6GV0NGrOFA
ZHU5h0JQD7yIPN8Au6D/mzWWikXqQ55sgDjIda3SJq1cPod1pDiCtV93TigFtzvx
pkuacSB4xUZGqQGgSAnlE0UsQBq2cZGzDIIGNWRyuBB58K0ATqEXoiJJcAj6W9rM
V+0IuACyKKoC68jvM7V+ZhWw77jlfzRvq9F5GeHDYk8XKy4ne8sAJjraIWHHiXJ8
QZ/S6+3fYScYyn8mAfox6/iwIS7ctxhi67CZVSFt48dxXMemhhq4IS8Yg//HO92P
oyUL5AAd0sW2QfmUd1keVB47sU7jg+LSKtoUx6F0+7yrhmvgEZ8c7A9vJcTvv5Zk
kAlm2qHbXdSfTiAkn40FjkTKC3KZbay7N5p+LzimcUOlGNv4Yqqv3MX4uiMip14J
WlfCQGnZQeqTslS5zwgBWH8vLEg6taW4Tfhe/eF+WbDtT21vVeKIrFUMLxHTou2f
s+CuwpCBC6XcUwVKm2sW
=k1rw
-END PGP SIGNATURE-


Accepted:
merkaartor_0.17~rc4-1.diff.gz
  to main/m/merkaartor/merkaartor_0.17~rc4-1.diff.gz
merkaartor_0.17~rc4-1.dsc
  to main/m/merkaartor/merkaartor_0.17~rc4-1.dsc
merkaartor_0.17~rc4-1_amd64.deb
  to main/m/merkaartor/merkaartor_0.17~rc4-1_amd64.deb
merkaartor_0.17~rc4.orig.tar.gz
  to main/m/merkaartor/merkaartor_0.17~rc4.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/e1psrez-0005kg...@franck.debian.org



Accepted linux-kernel-di-amd64-2.6 1.75 (source amd64)

2010-12-14 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Dec 2010 19:38:31 -0200
Source: linux-kernel-di-amd64-2.6
Binary: kernel-image-2.6.32-5-amd64-di nic-modules-2.6.32-5-amd64-di 
nic-extra-modules-2.6.32-5-amd64-di nic-wireless-modules-2.6.32-5-amd64-di 
nic-shared-modules-2.6.32-5-amd64-di serial-modules-2.6.32-5-amd64-di 
usb-serial-modules-2.6.32-5-amd64-di ppp-modules-2.6.32-5-amd64-di 
ide-modules-2.6.32-5-amd64-di pata-modules-2.6.32-5-amd64-di 
ide-core-modules-2.6.32-5-amd64-di cdrom-core-modules-2.6.32-5-amd64-di 
firewire-core-modules-2.6.32-5-amd64-di scsi-core-modules-2.6.32-5-amd64-di 
scsi-modules-2.6.32-5-amd64-di scsi-common-modules-2.6.32-5-amd64-di 
scsi-extra-modules-2.6.32-5-amd64-di plip-modules-2.6.32-5-amd64-di 
floppy-modules-2.6.32-5-amd64-di loop-modules-2.6.32-5-amd64-di 
nls-core-modules-2.6.32-5-amd64-di btrfs-modules-2.6.32-5-amd64-di 
ext2-modules-2.6.32-5-amd64-di ext3-modules-2.6.32-5-amd64-di 
ext4-modules-2.6.32-5-amd64-di isofs-modules-2.6.32-5-amd64-di 
jfs-modules-2.6.32-5-amd64-di ntfs-modules-2.6.32-5-amd64-di 
reiserfs-modules-2.6.32-5-amd64-di
 xfs-modules-2.6.32-5-amd64-di fat-modules-2.6.32-5-amd64-di 
ufs-modules-2.6.32-5-amd64-di qnx4-modules-2.6.32-5-amd64-di 
md-modules-2.6.32-5-amd64-di multipath-modules-2.6.32-5-amd64-di 
usb-modules-2.6.32-5-amd64-di usb-storage-modules-2.6.32-5-amd64-di 
pcmcia-storage-modules-2.6.32-5-amd64-di fb-modules-2.6.32-5-amd64-di 
input-modules-2.6.32-5-amd64-di event-modules-2.6.32-5-amd64-di 
mouse-modules-2.6.32-5-amd64-di irda-modules-2.6.32-5-amd64-di 
parport-modules-2.6.32-5-amd64-di nic-pcmcia-modules-2.6.32-5-amd64-di 
pcmcia-modules-2.6.32-5-amd64-di nic-usb-modules-2.6.32-5-amd64-di 
sata-modules-2.6.32-5-amd64-di core-modules-2.6.32-5-amd64-di 
acpi-modules-2.6.32-5-amd64-di i2c-modules-2.6.32-5-amd64-di 
crc-modules-2.6.32-5-amd64-di crypto-modules-2.6.32-5-amd64-di 
crypto-dm-modules-2.6.32-5-amd64-di efi-modules-2.6.32-5-amd64-di 
ata-modules-2.6.32-5-amd64-di mmc-core-modules-2.6.32-5-amd64-di 
mmc-modules-2.6.32-5-amd64-di squashfs-modules-2.6.32-5-amd64-di
 speakup-modules-2.6.32-5-amd64-di virtio-modules-2.6.32-5-amd64-di 
uinput-modules-2.6.32-5-amd64-di sound-modules-2.6.32-5-amd64-di
 zlib-modules-2.6.32-5-amd64-di
Architecture: source amd64
Version: 1.75
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Otavio Salvador ota...@debian.org
Description: 
 acpi-modules-2.6.32-5-amd64-di - ACPI support modules (udeb)
 ata-modules-2.6.32-5-amd64-di - ATA disk modules (udeb)
 btrfs-modules-2.6.32-5-amd64-di - BTRFS filesystem support (udeb)
 cdrom-core-modules-2.6.32-5-amd64-di - CDROM support (udeb)
 core-modules-2.6.32-5-amd64-di - Core modules (udeb)
 crc-modules-2.6.32-5-amd64-di - CRC modules (udeb)
 crypto-dm-modules-2.6.32-5-amd64-di - devicemapper crypto module (udeb)
 crypto-modules-2.6.32-5-amd64-di - crypto modules (udeb)
 efi-modules-2.6.32-5-amd64-di - EFI modules (udeb)
 event-modules-2.6.32-5-amd64-di - Event support (udeb)
 ext2-modules-2.6.32-5-amd64-di - EXT2 filesystem support (udeb)
 ext3-modules-2.6.32-5-amd64-di - EXT3 filesystem support (udeb)
 ext4-modules-2.6.32-5-amd64-di - EXT4 filesystem support (udeb)
 fat-modules-2.6.32-5-amd64-di - FAT filesystem support (udeb)
 fb-modules-2.6.32-5-amd64-di - Frame buffer support (udeb)
 firewire-core-modules-2.6.32-5-amd64-di - Core FireWire drivers (udeb)
 floppy-modules-2.6.32-5-amd64-di - Floppy driver (udeb)
 i2c-modules-2.6.32-5-amd64-di - i2c support modules (udeb)
 ide-core-modules-2.6.32-5-amd64-di - IDE support (udeb)
 ide-modules-2.6.32-5-amd64-di - IDE drivers (udeb)
 input-modules-2.6.32-5-amd64-di - Input devices support (udeb)
 irda-modules-2.6.32-5-amd64-di - Infrared devices support (udeb)
 isofs-modules-2.6.32-5-amd64-di - ISOFS filesystem support (udeb)
 jfs-modules-2.6.32-5-amd64-di - JFS filesystem support (udeb)
 kernel-image-2.6.32-5-amd64-di - Linux kernel binary image for the Debian 
installer (udeb)
 loop-modules-2.6.32-5-amd64-di - Loopback filesystem support (udeb)
 md-modules-2.6.32-5-amd64-di - RAID and LVM support (udeb)
 mmc-core-modules-2.6.32-5-amd64-di - MMC/SD/SDIO core modules (udeb)
 mmc-modules-2.6.32-5-amd64-di - MMC/SD card modules (udeb)
 mouse-modules-2.6.32-5-amd64-di - Mouse support (udeb)
 multipath-modules-2.6.32-5-amd64-di - Multipath support (udeb)
 nic-extra-modules-2.6.32-5-amd64-di - Rare NIC drivers (udeb)
 nic-modules-2.6.32-5-amd64-di - Common NIC drivers (udeb)
 nic-pcmcia-modules-2.6.32-5-amd64-di - Common PCMCIA NIC drivers (udeb)
 nic-shared-modules-2.6.32-5-amd64-di - Shared NIC drivers (udeb)
 nic-usb-modules-2.6.32-5-amd64-di - USB NIC drivers (udeb)
 nic-wireless-modules-2.6.32-5-amd64-di - Wireless NIC drivers (udeb)
 nls-core-modules-2.6.32-5-amd64-di - Core NLS support (udeb)
 ntfs-modules-2.6.32-5-amd64-di - NTFS filesystem support (udeb)
 parport-modules-2.6.32-5-amd64-di - Parallel port 

Accepted gaphor 0.15.0-1.2 (source all)

2010-12-14 Thread Theppitak Karoonboonyanan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 16:20:28 +0700
Source: gaphor
Binary: gaphor
Architecture: source all
Version: 0.15.0-1.2
Distribution: unstable
Urgency: medium
Maintainer: Cédric Delfosse ced...@debian.org
Changed-By: Theppitak Karoonboonyanan t...@debian.org
Description: 
 gaphor - UML modeling tool
Closes: 605084
Changes: 
 gaphor (0.15.0-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Urgency medium due to RC bug fix.
   * debian/patches/fix-actions-flow-lost.patch: Cherry-picked from upstream
 to fix control flow loss in Actions diagram (Closes: #605084).
Checksums-Sha1: 
 9bdfa9601b27e58404f19663f765362e5ea0c05d 1122 gaphor_0.15.0-1.2.dsc
 6dd0ac218428dbf8bf6f2db566344a38c1cbd1ae 8682 gaphor_0.15.0-1.2.debian.tar.gz
 df83307db6d9745e5588cfc36f66335d4dee0218 502334 gaphor_0.15.0-1.2_all.deb
Checksums-Sha256: 
 7fbc5d009c8a626c0d8a45805f131c86bd8d0b9ef0472faf5be20a0bbf180b30 1122 
gaphor_0.15.0-1.2.dsc
 546cd92c838166e9c85e6874370597312479e36c8f8a5a11d5c2445bc7fa9bfc 8682 
gaphor_0.15.0-1.2.debian.tar.gz
 ff1556a677af74b40c137baa4ba0d8389403cdd6230abc9e27d7a75bbe99e627 502334 
gaphor_0.15.0-1.2_all.deb
Files: 
 c60b84fd2446c199d4383db61f4219a8 1122 devel optional gaphor_0.15.0-1.2.dsc
 0d95f2b60591b59fc4d7c726b336cef6 8682 devel optional 
gaphor_0.15.0-1.2.debian.tar.gz
 c340b1116a2a6be153b629c34145878c 502334 devel optional 
gaphor_0.15.0-1.2_all.deb

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

iEYEARECAAYFAk0HOy4ACgkQqgzR7tCLR/7IugCcDJ0uwojPorIdHv48Z3+4pYws
0VYAn38SBGLo8udM30M769P9H/nqmOcK
=5PdL
-END PGP SIGNATURE-


Accepted:
gaphor_0.15.0-1.2.debian.tar.gz
  to main/g/gaphor/gaphor_0.15.0-1.2.debian.tar.gz
gaphor_0.15.0-1.2.dsc
  to main/g/gaphor/gaphor_0.15.0-1.2.dsc
gaphor_0.15.0-1.2_all.deb
  to main/g/gaphor/gaphor_0.15.0-1.2_all.deb


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



Accepted linux-kernel-di-hppa-2.6 1.58 (source hppa)

2010-12-14 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Dec 2010 19:53:57 -0200
Source: linux-kernel-di-hppa-2.6
Binary: kernel-image-2.6.32-5-parisc-di nic-modules-2.6.32-5-parisc-di 
ppp-modules-2.6.32-5-parisc-di ide-modules-2.6.32-5-parisc-di 
pata-modules-2.6.32-5-parisc-di cdrom-core-modules-2.6.32-5-parisc-di 
scsi-core-modules-2.6.32-5-parisc-di scsi-modules-2.6.32-5-parisc-di 
loop-modules-2.6.32-5-parisc-di ipv6-modules-2.6.32-5-parisc-di 
nls-core-modules-2.6.32-5-parisc-di btrfs-modules-2.6.32-5-parisc-di 
ext3-modules-2.6.32-5-parisc-di ext4-modules-2.6.32-5-parisc-di 
fat-modules-2.6.32-5-parisc-di md-modules-2.6.32-5-parisc-di 
multipath-modules-2.6.32-5-parisc-di usb-modules-2.6.32-5-parisc-di 
usb-storage-modules-2.6.32-5-parisc-di input-modules-2.6.32-5-parisc-di 
crypto-modules-2.6.32-5-parisc-di crypto-dm-modules-2.6.32-5-parisc-di 
zlib-modules-2.6.32-5-parisc-di kernel-image-2.6.32-5-parisc64-di 
nic-modules-2.6.32-5-parisc64-di ppp-modules-2.6.32-5-parisc64-di 
ide-modules-2.6.32-5-parisc64-di pata-modules-2.6.32-5-parisc64-di 
cdrom-core-modules-2.6.32-5-parisc64-di
 scsi-core-modules-2.6.32-5-parisc64-di scsi-modules-2.6.32-5-parisc64-di 
loop-modules-2.6.32-5-parisc64-di ipv6-modules-2.6.32-5-parisc64-di 
nls-core-modules-2.6.32-5-parisc64-di btrfs-modules-2.6.32-5-parisc64-di 
ext3-modules-2.6.32-5-parisc64-di ext4-modules-2.6.32-5-parisc64-di 
fat-modules-2.6.32-5-parisc64-di md-modules-2.6.32-5-parisc64-di 
multipath-modules-2.6.32-5-parisc64-di usb-modules-2.6.32-5-parisc64-di 
usb-storage-modules-2.6.32-5-parisc64-di input-modules-2.6.32-5-parisc64-di 
crypto-modules-2.6.32-5-parisc64-di crypto-dm-modules-2.6.32-5-parisc64-di
 zlib-modules-2.6.32-5-parisc64-di
Architecture: hppa source
Version: 1.58
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Otavio Salvador ota...@debian.org
Description: 
 btrfs-modules-2.6.32-5-parisc64-di - BTRFS filesystem support (udeb)
 btrfs-modules-2.6.32-5-parisc-di - BTRFS filesystem support (udeb)
 cdrom-core-modules-2.6.32-5-parisc64-di - CDROM support (udeb)
 cdrom-core-modules-2.6.32-5-parisc-di - CDROM support (udeb)
 crypto-dm-modules-2.6.32-5-parisc64-di - devicemapper crypto module (udeb)
 crypto-dm-modules-2.6.32-5-parisc-di - devicemapper crypto module (udeb)
 crypto-modules-2.6.32-5-parisc64-di - crypto modules (udeb)
 crypto-modules-2.6.32-5-parisc-di - crypto modules (udeb)
 ext3-modules-2.6.32-5-parisc64-di - EXT3 filesystem support (udeb)
 ext3-modules-2.6.32-5-parisc-di - EXT3 filesystem support (udeb)
 ext4-modules-2.6.32-5-parisc64-di - EXT4 filesystem support (udeb)
 ext4-modules-2.6.32-5-parisc-di - EXT4 filesystem support (udeb)
 fat-modules-2.6.32-5-parisc64-di - FAT filesystem support (udeb)
 fat-modules-2.6.32-5-parisc-di - FAT filesystem support (udeb)
 ide-modules-2.6.32-5-parisc64-di - IDE drivers (udeb)
 ide-modules-2.6.32-5-parisc-di - IDE drivers (udeb)
 input-modules-2.6.32-5-parisc64-di - Input devices support (udeb)
 input-modules-2.6.32-5-parisc-di - Input devices support (udeb)
 ipv6-modules-2.6.32-5-parisc64-di - IPv6 driver (udeb)
 ipv6-modules-2.6.32-5-parisc-di - IPv6 driver (udeb)
 kernel-image-2.6.32-5-parisc64-di - Linux kernel binary image for the Debian 
installer (udeb)
 kernel-image-2.6.32-5-parisc-di - Linux kernel binary image for the Debian 
installer (udeb)
 loop-modules-2.6.32-5-parisc64-di - Loopback filesystem support (udeb)
 loop-modules-2.6.32-5-parisc-di - Loopback filesystem support (udeb)
 md-modules-2.6.32-5-parisc64-di - RAID and LVM support (udeb)
 md-modules-2.6.32-5-parisc-di - RAID and LVM support (udeb)
 multipath-modules-2.6.32-5-parisc64-di - Multipath support (udeb)
 multipath-modules-2.6.32-5-parisc-di - Multipath support (udeb)
 nic-modules-2.6.32-5-parisc64-di - Common NIC drivers (udeb)
 nic-modules-2.6.32-5-parisc-di - Common NIC drivers (udeb)
 nls-core-modules-2.6.32-5-parisc64-di - Core NLS support (udeb)
 nls-core-modules-2.6.32-5-parisc-di - Core NLS support (udeb)
 pata-modules-2.6.32-5-parisc64-di - PATA drivers (udeb)
 pata-modules-2.6.32-5-parisc-di - PATA drivers (udeb)
 ppp-modules-2.6.32-5-parisc64-di - PPP drivers (udeb)
 ppp-modules-2.6.32-5-parisc-di - PPP drivers (udeb)
 scsi-core-modules-2.6.32-5-parisc64-di - Core SCSI subsystem (udeb)
 scsi-core-modules-2.6.32-5-parisc-di - Core SCSI subsystem (udeb)
 scsi-modules-2.6.32-5-parisc64-di - SCSI drivers (udeb)
 scsi-modules-2.6.32-5-parisc-di - SCSI drivers (udeb)
 usb-modules-2.6.32-5-parisc64-di - USB support (udeb)
 usb-modules-2.6.32-5-parisc-di - USB support (udeb)
 usb-storage-modules-2.6.32-5-parisc64-di - USB storage support (udeb)
 usb-storage-modules-2.6.32-5-parisc-di - USB storage support (udeb)
 zlib-modules-2.6.32-5-parisc64-di - zlib modules (udeb)
 zlib-modules-2.6.32-5-parisc-di - zlib modules (udeb)
Changes: 
 linux-kernel-di-hppa-2.6 (1.58) unstable; urgency=low
 .
   * Built against version 2.6.32-29 of 

Accepted linux-kernel-di-ia64-2.6 1.62 (ia64 source)

2010-12-14 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Dec 2010 20:00:11 -0200
Source: linux-kernel-di-ia64-2.6
Binary: kernel-image-2.6.32-5-itanium-di nic-modules-2.6.32-5-itanium-di 
nic-shared-modules-2.6.32-5-itanium-di serial-modules-2.6.32-5-itanium-di 
ppp-modules-2.6.32-5-itanium-di ide-modules-2.6.32-5-itanium-di 
ide-core-modules-2.6.32-5-itanium-di cdrom-core-modules-2.6.32-5-itanium-di 
firewire-core-modules-2.6.32-5-itanium-di scsi-core-modules-2.6.32-5-itanium-di 
scsi-modules-2.6.32-5-itanium-di plip-modules-2.6.32-5-itanium-di 
loop-modules-2.6.32-5-itanium-di ipv6-modules-2.6.32-5-itanium-di 
nls-core-modules-2.6.32-5-itanium-di btrfs-modules-2.6.32-5-itanium-di 
ext2-modules-2.6.32-5-itanium-di ext3-modules-2.6.32-5-itanium-di 
ext4-modules-2.6.32-5-itanium-di isofs-modules-2.6.32-5-itanium-di 
jfs-modules-2.6.32-5-itanium-di ntfs-modules-2.6.32-5-itanium-di 
reiserfs-modules-2.6.32-5-itanium-di xfs-modules-2.6.32-5-itanium-di 
fat-modules-2.6.32-5-itanium-di ufs-modules-2.6.32-5-itanium-di 
md-modules-2.6.32-5-itanium-di multipath-modules-2.6.32-5-itanium-di
 usb-modules-2.6.32-5-itanium-di usb-storage-modules-2.6.32-5-itanium-di 
fb-modules-2.6.32-5-itanium-di input-modules-2.6.32-5-itanium-di 
event-modules-2.6.32-5-itanium-di mouse-modules-2.6.32-5-itanium-di 
irda-modules-2.6.32-5-itanium-di parport-modules-2.6.32-5-itanium-di 
pcmcia-modules-2.6.32-5-itanium-di nic-usb-modules-2.6.32-5-itanium-di 
sata-modules-2.6.32-5-itanium-di core-modules-2.6.32-5-itanium-di 
crc-modules-2.6.32-5-itanium-di crypto-modules-2.6.32-5-itanium-di 
crypto-dm-modules-2.6.32-5-itanium-di efi-modules-2.6.32-5-itanium-di 
ata-modules-2.6.32-5-itanium-di squashfs-modules-2.6.32-5-itanium-di 
uinput-modules-2.6.32-5-itanium-di zlib-modules-2.6.32-5-itanium-di
 sn-modules-2.6.32-5-itanium-di
Architecture: ia64 source
Version: 1.62
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Otavio Salvador ota...@debian.org
Description: 
 ata-modules-2.6.32-5-itanium-di - ATA disk modules (udeb)
 btrfs-modules-2.6.32-5-itanium-di - BTRFS filesystem support (udeb)
 cdrom-core-modules-2.6.32-5-itanium-di - CDROM support (udeb)
 core-modules-2.6.32-5-itanium-di - Core modules (udeb)
 crc-modules-2.6.32-5-itanium-di - CRC modules (udeb)
 crypto-dm-modules-2.6.32-5-itanium-di - devicemapper crypto module (udeb)
 crypto-modules-2.6.32-5-itanium-di - crypto modules (udeb)
 efi-modules-2.6.32-5-itanium-di - EFI modules (udeb)
 event-modules-2.6.32-5-itanium-di - Event support (udeb)
 ext2-modules-2.6.32-5-itanium-di - EXT2 filesystem support (udeb)
 ext3-modules-2.6.32-5-itanium-di - EXT3 filesystem support (udeb)
 ext4-modules-2.6.32-5-itanium-di - EXT4 filesystem support (udeb)
 fat-modules-2.6.32-5-itanium-di - FAT filesystem support (udeb)
 fb-modules-2.6.32-5-itanium-di - Frame buffer support (udeb)
 firewire-core-modules-2.6.32-5-itanium-di - Core FireWire drivers (udeb)
 ide-core-modules-2.6.32-5-itanium-di - IDE support (udeb)
 ide-modules-2.6.32-5-itanium-di - IDE drivers (udeb)
 input-modules-2.6.32-5-itanium-di - Input devices support (udeb)
 ipv6-modules-2.6.32-5-itanium-di - IPv6 driver (udeb)
 irda-modules-2.6.32-5-itanium-di - Infrared devices support (udeb)
 isofs-modules-2.6.32-5-itanium-di - ISOFS filesystem support (udeb)
 jfs-modules-2.6.32-5-itanium-di - JFS filesystem support (udeb)
 kernel-image-2.6.32-5-itanium-di - Linux kernel binary image for the Debian 
installer (udeb)
 loop-modules-2.6.32-5-itanium-di - Loopback filesystem support (udeb)
 md-modules-2.6.32-5-itanium-di - RAID and LVM support (udeb)
 mouse-modules-2.6.32-5-itanium-di - Mouse support (udeb)
 multipath-modules-2.6.32-5-itanium-di - Multipath support (udeb)
 nic-modules-2.6.32-5-itanium-di - Common NIC drivers (udeb)
 nic-shared-modules-2.6.32-5-itanium-di - Shared NIC drivers (udeb)
 nic-usb-modules-2.6.32-5-itanium-di - USB NIC drivers (udeb)
 nls-core-modules-2.6.32-5-itanium-di - Core NLS support (udeb)
 ntfs-modules-2.6.32-5-itanium-di - NTFS filesystem support (udeb)
 parport-modules-2.6.32-5-itanium-di - Parallel port support (udeb)
 pcmcia-modules-2.6.32-5-itanium-di - Common PCMCIA drivers (udeb)
 plip-modules-2.6.32-5-itanium-di - PLIP drivers (udeb)
 ppp-modules-2.6.32-5-itanium-di - PPP drivers (udeb)
 reiserfs-modules-2.6.32-5-itanium-di - Reiser filesystem support (udeb)
 sata-modules-2.6.32-5-itanium-di - SATA drivers (udeb)
 scsi-core-modules-2.6.32-5-itanium-di - Core SCSI subsystem (udeb)
 scsi-modules-2.6.32-5-itanium-di - SCSI drivers (udeb)
 serial-modules-2.6.32-5-itanium-di - Serial drivers (udeb)
 sn-modules-2.6.32-5-itanium-di - SN modules (udeb)
 squashfs-modules-2.6.32-5-itanium-di - squashfs modules (udeb)
 ufs-modules-2.6.32-5-itanium-di - UFS filesystem support (udeb)
 uinput-modules-2.6.32-5-itanium-di - uinput support (udeb)
 usb-modules-2.6.32-5-itanium-di - USB support (udeb)
 

Accepted linux-kernel-di-mips-2.6 1.30 (mips source)

2010-12-14 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Dec 2010 20:07:17 -0200
Source: linux-kernel-di-mips-2.6
Binary: kernel-image-2.6.32-5-sb1-bcm91250a-di 
nic-shared-modules-2.6.32-5-sb1-bcm91250a-di 
ppp-modules-2.6.32-5-sb1-bcm91250a-di 
cdrom-core-modules-2.6.32-5-sb1-bcm91250a-di 
scsi-core-modules-2.6.32-5-sb1-bcm91250a-di 
scsi-modules-2.6.32-5-sb1-bcm91250a-di 
scsi-common-modules-2.6.32-5-sb1-bcm91250a-di 
loop-modules-2.6.32-5-sb1-bcm91250a-di ipv6-modules-2.6.32-5-sb1-bcm91250a-di 
nls-core-modules-2.6.32-5-sb1-bcm91250a-di 
btrfs-modules-2.6.32-5-sb1-bcm91250a-di ext4-modules-2.6.32-5-sb1-bcm91250a-di 
isofs-modules-2.6.32-5-sb1-bcm91250a-di jfs-modules-2.6.32-5-sb1-bcm91250a-di 
reiserfs-modules-2.6.32-5-sb1-bcm91250a-di 
xfs-modules-2.6.32-5-sb1-bcm91250a-di fat-modules-2.6.32-5-sb1-bcm91250a-di 
md-modules-2.6.32-5-sb1-bcm91250a-di 
multipath-modules-2.6.32-5-sb1-bcm91250a-di 
usb-modules-2.6.32-5-sb1-bcm91250a-di 
usb-storage-modules-2.6.32-5-sb1-bcm91250a-di 
fb-modules-2.6.32-5-sb1-bcm91250a-di input-modules-2.6.32-5-sb1-bcm91250a-di 
sata-modules-2.6.32-5-sb1-bcm91250a-di
 crypto-modules-2.6.32-5-sb1-bcm91250a-di 
crypto-dm-modules-2.6.32-5-sb1-bcm91250a-di 
squashfs-modules-2.6.32-5-sb1-bcm91250a-di 
rtc-modules-2.6.32-5-sb1-bcm91250a-di zlib-modules-2.6.32-5-sb1-bcm91250a-di 
kernel-image-2.6.32-5-r4k-ip22-di nic-shared-modules-2.6.32-5-r4k-ip22-di 
loop-modules-2.6.32-5-r4k-ip22-di ipv6-modules-2.6.32-5-r4k-ip22-di 
nls-core-modules-2.6.32-5-r4k-ip22-di btrfs-modules-2.6.32-5-r4k-ip22-di 
ext4-modules-2.6.32-5-r4k-ip22-di isofs-modules-2.6.32-5-r4k-ip22-di 
jfs-modules-2.6.32-5-r4k-ip22-di reiserfs-modules-2.6.32-5-r4k-ip22-di 
xfs-modules-2.6.32-5-r4k-ip22-di md-modules-2.6.32-5-r4k-ip22-di 
multipath-modules-2.6.32-5-r4k-ip22-di crypto-modules-2.6.32-5-r4k-ip22-di 
crypto-dm-modules-2.6.32-5-r4k-ip22-di squashfs-modules-2.6.32-5-r4k-ip22-di 
zlib-modules-2.6.32-5-r4k-ip22-di kernel-image-2.6.32-5-r5k-ip32-di 
nic-shared-modules-2.6.32-5-r5k-ip32-di loop-modules-2.6.32-5-r5k-ip32-di 
ipv6-modules-2.6.32-5-r5k-ip32-di
 nls-core-modules-2.6.32-5-r5k-ip32-di btrfs-modules-2.6.32-5-r5k-ip32-di 
ext4-modules-2.6.32-5-r5k-ip32-di isofs-modules-2.6.32-5-r5k-ip32-di 
jfs-modules-2.6.32-5-r5k-ip32-di reiserfs-modules-2.6.32-5-r5k-ip32-di 
xfs-modules-2.6.32-5-r5k-ip32-di md-modules-2.6.32-5-r5k-ip32-di 
multipath-modules-2.6.32-5-r5k-ip32-di crypto-modules-2.6.32-5-r5k-ip32-di 
crypto-dm-modules-2.6.32-5-r5k-ip32-di squashfs-modules-2.6.32-5-r5k-ip32-di 
zlib-modules-2.6.32-5-r5k-ip32-di kernel-image-2.6.32-5-4kc-malta-di 
ppp-modules-2.6.32-5-4kc-malta-di cdrom-core-modules-2.6.32-5-4kc-malta-di 
loop-modules-2.6.32-5-4kc-malta-di ipv6-modules-2.6.32-5-4kc-malta-di 
nls-core-modules-2.6.32-5-4kc-malta-di btrfs-modules-2.6.32-5-4kc-malta-di 
ext4-modules-2.6.32-5-4kc-malta-di isofs-modules-2.6.32-5-4kc-malta-di 
jfs-modules-2.6.32-5-4kc-malta-di reiserfs-modules-2.6.32-5-4kc-malta-di 
xfs-modules-2.6.32-5-4kc-malta-di fat-modules-2.6.32-5-4kc-malta-di 
md-modules-2.6.32-5-4kc-malta-di
 multipath-modules-2.6.32-5-4kc-malta-di usb-modules-2.6.32-5-4kc-malta-di 
usb-storage-modules-2.6.32-5-4kc-malta-di input-modules-2.6.32-5-4kc-malta-di 
sata-modules-2.6.32-5-4kc-malta-di crypto-modules-2.6.32-5-4kc-malta-di 
crypto-dm-modules-2.6.32-5-4kc-malta-di squashfs-modules-2.6.32-5-4kc-malta-di
 zlib-modules-2.6.32-5-4kc-malta-di
Architecture: mips source
Version: 1.30
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Otavio Salvador ota...@debian.org
Description: 
 btrfs-modules-2.6.32-5-4kc-malta-di - BTRFS filesystem support (udeb)
 btrfs-modules-2.6.32-5-r4k-ip22-di - BTRFS filesystem support (udeb)
 btrfs-modules-2.6.32-5-r5k-ip32-di - BTRFS filesystem support (udeb)
 btrfs-modules-2.6.32-5-sb1-bcm91250a-di - BTRFS filesystem support (udeb)
 cdrom-core-modules-2.6.32-5-4kc-malta-di - CDROM support (udeb)
 cdrom-core-modules-2.6.32-5-sb1-bcm91250a-di - CDROM support (udeb)
 crypto-dm-modules-2.6.32-5-4kc-malta-di - devicemapper crypto module (udeb)
 crypto-dm-modules-2.6.32-5-r4k-ip22-di - devicemapper crypto module (udeb)
 crypto-dm-modules-2.6.32-5-r5k-ip32-di - devicemapper crypto module (udeb)
 crypto-dm-modules-2.6.32-5-sb1-bcm91250a-di - devicemapper crypto module (udeb)
 crypto-modules-2.6.32-5-4kc-malta-di - crypto modules (udeb)
 crypto-modules-2.6.32-5-r4k-ip22-di - crypto modules (udeb)
 crypto-modules-2.6.32-5-r5k-ip32-di - crypto modules (udeb)
 crypto-modules-2.6.32-5-sb1-bcm91250a-di - crypto modules (udeb)
 ext4-modules-2.6.32-5-4kc-malta-di - EXT4 filesystem support (udeb)
 ext4-modules-2.6.32-5-r4k-ip22-di - EXT4 filesystem support (udeb)
 ext4-modules-2.6.32-5-r5k-ip32-di - EXT4 filesystem support (udeb)
 ext4-modules-2.6.32-5-sb1-bcm91250a-di - EXT4 filesystem support (udeb)
 fat-modules-2.6.32-5-4kc-malta-di - FAT filesystem support (udeb)
 fat-modules-2.6.32-5-sb1-bcm91250a-di - FAT 

Accepted linux-kernel-di-mipsel-2.6 1.30 (source mipsel)

2010-12-14 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Dec 2010 20:15:49 -0200
Source: linux-kernel-di-mipsel-2.6
Binary: kernel-image-2.6.32-5-sb1-bcm91250a-di 
nic-shared-modules-2.6.32-5-sb1-bcm91250a-di 
ppp-modules-2.6.32-5-sb1-bcm91250a-di 
cdrom-core-modules-2.6.32-5-sb1-bcm91250a-di 
scsi-core-modules-2.6.32-5-sb1-bcm91250a-di 
scsi-modules-2.6.32-5-sb1-bcm91250a-di 
scsi-common-modules-2.6.32-5-sb1-bcm91250a-di 
loop-modules-2.6.32-5-sb1-bcm91250a-di ipv6-modules-2.6.32-5-sb1-bcm91250a-di 
nls-core-modules-2.6.32-5-sb1-bcm91250a-di 
btrfs-modules-2.6.32-5-sb1-bcm91250a-di ext4-modules-2.6.32-5-sb1-bcm91250a-di 
isofs-modules-2.6.32-5-sb1-bcm91250a-di jfs-modules-2.6.32-5-sb1-bcm91250a-di 
reiserfs-modules-2.6.32-5-sb1-bcm91250a-di 
xfs-modules-2.6.32-5-sb1-bcm91250a-di fat-modules-2.6.32-5-sb1-bcm91250a-di 
md-modules-2.6.32-5-sb1-bcm91250a-di 
multipath-modules-2.6.32-5-sb1-bcm91250a-di 
usb-modules-2.6.32-5-sb1-bcm91250a-di 
usb-storage-modules-2.6.32-5-sb1-bcm91250a-di 
fb-modules-2.6.32-5-sb1-bcm91250a-di input-modules-2.6.32-5-sb1-bcm91250a-di 
sata-modules-2.6.32-5-sb1-bcm91250a-di
 crypto-modules-2.6.32-5-sb1-bcm91250a-di 
crypto-dm-modules-2.6.32-5-sb1-bcm91250a-di 
squashfs-modules-2.6.32-5-sb1-bcm91250a-di 
rtc-modules-2.6.32-5-sb1-bcm91250a-di zlib-modules-2.6.32-5-sb1-bcm91250a-di 
kernel-image-2.6.32-5-r5k-cobalt-di nic-shared-modules-2.6.32-5-r5k-cobalt-di 
ppp-modules-2.6.32-5-r5k-cobalt-di loop-modules-2.6.32-5-r5k-cobalt-di 
ipv6-modules-2.6.32-5-r5k-cobalt-di nls-core-modules-2.6.32-5-r5k-cobalt-di 
btrfs-modules-2.6.32-5-r5k-cobalt-di ext4-modules-2.6.32-5-r5k-cobalt-di 
jfs-modules-2.6.32-5-r5k-cobalt-di reiserfs-modules-2.6.32-5-r5k-cobalt-di 
xfs-modules-2.6.32-5-r5k-cobalt-di fat-modules-2.6.32-5-r5k-cobalt-di 
nfs-modules-2.6.32-5-r5k-cobalt-di md-modules-2.6.32-5-r5k-cobalt-di 
multipath-modules-2.6.32-5-r5k-cobalt-di crypto-modules-2.6.32-5-r5k-cobalt-di 
crypto-dm-modules-2.6.32-5-r5k-cobalt-di 
squashfs-modules-2.6.32-5-r5k-cobalt-di zlib-modules-2.6.32-5-r5k-cobalt-di 
kernel-image-2.6.32-5-4kc-malta-di
 ppp-modules-2.6.32-5-4kc-malta-di cdrom-core-modules-2.6.32-5-4kc-malta-di 
loop-modules-2.6.32-5-4kc-malta-di ipv6-modules-2.6.32-5-4kc-malta-di 
nls-core-modules-2.6.32-5-4kc-malta-di btrfs-modules-2.6.32-5-4kc-malta-di 
ext4-modules-2.6.32-5-4kc-malta-di isofs-modules-2.6.32-5-4kc-malta-di 
jfs-modules-2.6.32-5-4kc-malta-di reiserfs-modules-2.6.32-5-4kc-malta-di 
xfs-modules-2.6.32-5-4kc-malta-di fat-modules-2.6.32-5-4kc-malta-di 
md-modules-2.6.32-5-4kc-malta-di multipath-modules-2.6.32-5-4kc-malta-di 
usb-modules-2.6.32-5-4kc-malta-di usb-storage-modules-2.6.32-5-4kc-malta-di 
input-modules-2.6.32-5-4kc-malta-di sata-modules-2.6.32-5-4kc-malta-di 
crypto-modules-2.6.32-5-4kc-malta-di crypto-dm-modules-2.6.32-5-4kc-malta-di 
squashfs-modules-2.6.32-5-4kc-malta-di
 zlib-modules-2.6.32-5-4kc-malta-di
Architecture: mipsel source
Version: 1.30
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Otavio Salvador ota...@debian.org
Description: 
 btrfs-modules-2.6.32-5-4kc-malta-di - BTRFS filesystem support (udeb)
 btrfs-modules-2.6.32-5-r5k-cobalt-di - BTRFS filesystem support (udeb)
 btrfs-modules-2.6.32-5-sb1-bcm91250a-di - BTRFS filesystem support (udeb)
 cdrom-core-modules-2.6.32-5-4kc-malta-di - CDROM support (udeb)
 cdrom-core-modules-2.6.32-5-sb1-bcm91250a-di - CDROM support (udeb)
 crypto-dm-modules-2.6.32-5-4kc-malta-di - devicemapper crypto module (udeb)
 crypto-dm-modules-2.6.32-5-r5k-cobalt-di - devicemapper crypto module (udeb)
 crypto-dm-modules-2.6.32-5-sb1-bcm91250a-di - devicemapper crypto module (udeb)
 crypto-modules-2.6.32-5-4kc-malta-di - crypto modules (udeb)
 crypto-modules-2.6.32-5-r5k-cobalt-di - crypto modules (udeb)
 crypto-modules-2.6.32-5-sb1-bcm91250a-di - crypto modules (udeb)
 ext4-modules-2.6.32-5-4kc-malta-di - EXT4 filesystem support (udeb)
 ext4-modules-2.6.32-5-r5k-cobalt-di - EXT4 filesystem support (udeb)
 ext4-modules-2.6.32-5-sb1-bcm91250a-di - EXT4 filesystem support (udeb)
 fat-modules-2.6.32-5-4kc-malta-di - FAT filesystem support (udeb)
 fat-modules-2.6.32-5-r5k-cobalt-di - FAT filesystem support (udeb)
 fat-modules-2.6.32-5-sb1-bcm91250a-di - FAT filesystem support (udeb)
 fb-modules-2.6.32-5-sb1-bcm91250a-di - Frame buffer support (udeb)
 input-modules-2.6.32-5-4kc-malta-di - Input devices support (udeb)
 input-modules-2.6.32-5-sb1-bcm91250a-di - Input devices support (udeb)
 ipv6-modules-2.6.32-5-4kc-malta-di - IPv6 driver (udeb)
 ipv6-modules-2.6.32-5-r5k-cobalt-di - IPv6 driver (udeb)
 ipv6-modules-2.6.32-5-sb1-bcm91250a-di - IPv6 driver (udeb)
 isofs-modules-2.6.32-5-4kc-malta-di - ISOFS filesystem support (udeb)
 isofs-modules-2.6.32-5-sb1-bcm91250a-di - ISOFS filesystem support (udeb)
 jfs-modules-2.6.32-5-4kc-malta-di - JFS filesystem support (udeb)
 jfs-modules-2.6.32-5-r5k-cobalt-di - JFS filesystem support (udeb)
 

Accepted linux-kernel-di-s390-2.6 0.58 (s390 source)

2010-12-14 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Dec 2010 20:27:12 -0200
Source: linux-kernel-di-s390-2.6
Binary: kernel-image-2.6.32-5-s390x-di nic-modules-2.6.32-5-s390x-di 
scsi-core-modules-2.6.32-5-s390x-di scsi-modules-2.6.32-5-s390x-di 
ext2-modules-2.6.32-5-s390x-di ext3-modules-2.6.32-5-s390x-di 
ext4-modules-2.6.32-5-s390x-di xfs-modules-2.6.32-5-s390x-di 
fat-modules-2.6.32-5-s390x-di md-modules-2.6.32-5-s390x-di 
multipath-modules-2.6.32-5-s390x-di core-modules-2.6.32-5-s390x-di 
crypto-modules-2.6.32-5-s390x-di crypto-dm-modules-2.6.32-5-s390x-di 
dasd-modules-2.6.32-5-s390x-di dasd-extra-modules-2.6.32-5-s390x-di 
kernel-image-2.6.32-5-s390x-tape-di
Architecture: s390 source
Version: 0.58
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Otavio Salvador ota...@debian.org
Description: 
 core-modules-2.6.32-5-s390x-di - Core modules (udeb)
 crypto-dm-modules-2.6.32-5-s390x-di - devicemapper crypto module (udeb)
 crypto-modules-2.6.32-5-s390x-di - crypto modules (udeb)
 dasd-extra-modules-2.6.32-5-s390x-di - optional dasd DIAG support (udeb)
 dasd-modules-2.6.32-5-s390x-di - dasd modules (udeb)
 ext2-modules-2.6.32-5-s390x-di - EXT2 filesystem support (udeb)
 ext3-modules-2.6.32-5-s390x-di - EXT3 filesystem support (udeb)
 ext4-modules-2.6.32-5-s390x-di - EXT4 filesystem support (udeb)
 fat-modules-2.6.32-5-s390x-di - FAT filesystem support (udeb)
 kernel-image-2.6.32-5-s390x-di - Linux kernel binary image for the Debian 
installer (udeb)
 kernel-image-2.6.32-5-s390x-tape-di - Linux kernel binary image for the Debian 
installer (udeb)
 md-modules-2.6.32-5-s390x-di - RAID and LVM support (udeb)
 multipath-modules-2.6.32-5-s390x-di - Multipath support (udeb)
 nic-modules-2.6.32-5-s390x-di - Common NIC drivers (udeb)
 scsi-core-modules-2.6.32-5-s390x-di - Core SCSI subsystem (udeb)
 scsi-modules-2.6.32-5-s390x-di - SCSI drivers (udeb)
 xfs-modules-2.6.32-5-s390x-di - XFS filesystem support (udeb)
Changes: 
 linux-kernel-di-s390-2.6 (0.58) unstable; urgency=low
 .
   * Built against version 2.6.32-29 of linux-2.6.
Checksums-Sha1: 
 a81dc87b522baee0433606183ab68ff139516f0a 2419338 
kernel-image-2.6.32-5-s390x-di_0.58_s390.udeb
 69da09981ef922944ee9f1996e8c7d95c4494786 179482 
nic-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 61c421af2846eef11e46222c8885f293e31f15cf 124618 
scsi-core-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 cff31743e500115fa48daa2e5737426f690bf8fa 93194 
scsi-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 d0c2085655741d97e702c6b60fb7ea0c348b74aa 44270 
ext2-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 1f0f22450073b581399f42342439053763ecf4a0 113448 
ext3-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 003b9001be6c5543a56e025cf7b86075734ec95e 236096 
ext4-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 4a4a8ee5dcf0a5ef6e967796cb0f62f4ca03f895 295678 
xfs-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 92a74c9bd500b58567358cc4ef958a733d4bb3b9 49596 
fat-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 2720e24556c7c562d09926961703b1c582398c85 302928 
md-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 e858606d3df8583944c57af9d38b1f36e5b8a10a 15326 
multipath-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 797154c4db8405be10c14bf111453e22c966afbe 9060 
core-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 272244ee146d19d05f272d11bd50b5b6051856d3 56014 
crypto-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 23ee549c90bbe6948042b99c7b86142bf219ab95 10946 
crypto-dm-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 deada33a096422ff572757721dd857b2b19722cc 76880 
dasd-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 9bde802b6f4dacf9e9ae6c621997cd69e1570ad6 6784 
dasd-extra-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 3f4e02302d01a7f3a2a55106f13fb4985f4ebbd4 2159014 
kernel-image-2.6.32-5-s390x-tape-di_0.58_s390.udeb
 5316421a36ef1c713810b48be4af8db6e15758f2 2188 linux-kernel-di-s390-2.6_0.58.dsc
 1a2a3503cc302eaa1441b7ea83f0e5dc6bcbc48a 4204 
linux-kernel-di-s390-2.6_0.58.tar.gz
Checksums-Sha256: 
 f7dfa5236aabd0382cae41ac245c555ff6092a4193696e32547d388aa937 2419338 
kernel-image-2.6.32-5-s390x-di_0.58_s390.udeb
 9c228fdcc3e3fd2a53a5cc59e4a0cd48f401aa2e3d31bd411520cc6e6716ef24 179482 
nic-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 02156ac6a0ea2fb11486ab7a075deb35b97e04568055a954405f030d2e57d17b 124618 
scsi-core-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 650aa1ac385ae3e28b9f60fa6e86a74ce5079efe8abb2da5efd7e7b9f91df41e 93194 
scsi-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 cfab52e98790b94d5afdd9fac3253e96392554a2114e39b850ee93f9231dab9b 44270 
ext2-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 3a093b6fb94125213373636d896bf9c0c58dce18017caf0941ca5bbc7c4353fd 113448 
ext3-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 ab3c6dd931d6dcc3ee0d530ba3af9b4df5e048c6eb74bb1332e7dc496b547f77 236096 
ext4-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 2d61d0501dab8533be506939bd1a217d859d483ad7de7ae2615f30a5d5e393d4 295678 
xfs-modules-2.6.32-5-s390x-di_0.58_s390.udeb
 

Accepted linux-kernel-di-sparc-2.6 1.63 (source sparc)

2010-12-14 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Dec 2010 20:32:24 -0200
Source: linux-kernel-di-sparc-2.6
Binary: kernel-image-2.6.32-5-sparc64-di nic-modules-2.6.32-5-sparc64-di 
ppp-modules-2.6.32-5-sparc64-di ide-modules-2.6.32-5-sparc64-di 
pata-modules-2.6.32-5-sparc64-di cdrom-core-modules-2.6.32-5-sparc64-di 
scsi-core-modules-2.6.32-5-sparc64-di scsi-modules-2.6.32-5-sparc64-di 
scsi-common-modules-2.6.32-5-sparc64-di plip-modules-2.6.32-5-sparc64-di 
nls-core-modules-2.6.32-5-sparc64-di btrfs-modules-2.6.32-5-sparc64-di 
ext2-modules-2.6.32-5-sparc64-di ext3-modules-2.6.32-5-sparc64-di 
ext4-modules-2.6.32-5-sparc64-di isofs-modules-2.6.32-5-sparc64-di 
jfs-modules-2.6.32-5-sparc64-di reiserfs-modules-2.6.32-5-sparc64-di 
xfs-modules-2.6.32-5-sparc64-di fat-modules-2.6.32-5-sparc64-di 
md-modules-2.6.32-5-sparc64-di multipath-modules-2.6.32-5-sparc64-di 
usb-modules-2.6.32-5-sparc64-di usb-storage-modules-2.6.32-5-sparc64-di 
input-modules-2.6.32-5-sparc64-di sata-modules-2.6.32-5-sparc64-di 
core-modules-2.6.32-5-sparc64-di crypto-modules-2.6.32-5-sparc64-di
 crypto-dm-modules-2.6.32-5-sparc64-di ata-modules-2.6.32-5-sparc64-di 
squashfs-modules-2.6.32-5-sparc64-di
 zlib-modules-2.6.32-5-sparc64-di
Architecture: source sparc
Version: 1.63
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Otavio Salvador ota...@debian.org
Description: 
 ata-modules-2.6.32-5-sparc64-di - ATA disk modules (udeb)
 btrfs-modules-2.6.32-5-sparc64-di - BTRFS filesystem support (udeb)
 cdrom-core-modules-2.6.32-5-sparc64-di - CDROM support (udeb)
 core-modules-2.6.32-5-sparc64-di - Core modules (udeb)
 crypto-dm-modules-2.6.32-5-sparc64-di - devicemapper crypto module (udeb)
 crypto-modules-2.6.32-5-sparc64-di - crypto modules (udeb)
 ext2-modules-2.6.32-5-sparc64-di - EXT2 filesystem support (udeb)
 ext3-modules-2.6.32-5-sparc64-di - EXT3 filesystem support (udeb)
 ext4-modules-2.6.32-5-sparc64-di - EXT4 filesystem support (udeb)
 fat-modules-2.6.32-5-sparc64-di - FAT filesystem support (udeb)
 ide-modules-2.6.32-5-sparc64-di - IDE drivers (udeb)
 input-modules-2.6.32-5-sparc64-di - Input devices support (udeb)
 isofs-modules-2.6.32-5-sparc64-di - ISOFS filesystem support (udeb)
 jfs-modules-2.6.32-5-sparc64-di - JFS filesystem support (udeb)
 kernel-image-2.6.32-5-sparc64-di - Linux kernel binary image for the Debian 
installer (udeb)
 md-modules-2.6.32-5-sparc64-di - RAID and LVM support (udeb)
 multipath-modules-2.6.32-5-sparc64-di - Multipath support (udeb)
 nic-modules-2.6.32-5-sparc64-di - Network card modules for Sparc kernels (udeb)
 nls-core-modules-2.6.32-5-sparc64-di - Core NLS support (udeb)
 pata-modules-2.6.32-5-sparc64-di - PATA drivers (udeb)
 plip-modules-2.6.32-5-sparc64-di - PLIP drivers (udeb)
 ppp-modules-2.6.32-5-sparc64-di - PPP drivers (udeb)
 reiserfs-modules-2.6.32-5-sparc64-di - Reiser filesystem support (udeb)
 sata-modules-2.6.32-5-sparc64-di - SATA drivers (udeb)
 scsi-common-modules-2.6.32-5-sparc64-di - Very common SCSI drivers (udeb)
 scsi-core-modules-2.6.32-5-sparc64-di - Core SCSI subsystem (udeb)
 scsi-modules-2.6.32-5-sparc64-di - SCSI drivers (udeb)
 squashfs-modules-2.6.32-5-sparc64-di - squashfs modules (udeb)
 usb-modules-2.6.32-5-sparc64-di - USB support (udeb)
 usb-storage-modules-2.6.32-5-sparc64-di - USB storage support (udeb)
 xfs-modules-2.6.32-5-sparc64-di - XFS filesystem support (udeb)
 zlib-modules-2.6.32-5-sparc64-di - zlib modules (udeb)
Changes: 
 linux-kernel-di-sparc-2.6 (1.63) unstable; urgency=low
 .
   * Built against version 2.6.32-29 of linux-2.6.
Checksums-Sha1: 
 73288740c17cb3d58a5d6ed6cd09cd45a431db90 2497778 
kernel-image-2.6.32-5-sparc64-di_1.63_sparc.udeb
 390fecf40e65ccab70a6aa16f2726cf4cd3156ff 784438 
nic-modules-2.6.32-5-sparc64-di_1.63_sparc.udeb
 7fc15edfe21104b4ac862ca3bba452bb98a467ab 43516 
ppp-modules-2.6.32-5-sparc64-di_1.63_sparc.udeb
 6e80e910639433cea4b371f734e37079964250a0 31498 
ide-modules-2.6.32-5-sparc64-di_1.63_sparc.udeb
 43fc35eb0a08aae9857ffd5ad89785896a270326 17122 
pata-modules-2.6.32-5-sparc64-di_1.63_sparc.udeb
 bdf3ddfdb7ed802ecaa0ee2c56246b2c8c981ace 51134 
cdrom-core-modules-2.6.32-5-sparc64-di_1.63_sparc.udeb
 f67fdb191b7a4ac796e4e1c16e5819548bf9d7fa 142790 
scsi-core-modules-2.6.32-5-sparc64-di_1.63_sparc.udeb
 b209b7ade67f31e3356c101877fef73a9502cd10 755472 
scsi-modules-2.6.32-5-sparc64-di_1.63_sparc.udeb
 412a5f49c13be2f8e2e9df11d740c2f0d3c16a6c 353268 
scsi-common-modules-2.6.32-5-sparc64-di_1.63_sparc.udeb
 87ab35388deb30856d7aa1bb7a8987fdbf66f274 25476 
plip-modules-2.6.32-5-sparc64-di_1.63_sparc.udeb
 2d2ead087eddea13625a9e3a330facdad0282a4f 4730 
nls-core-modules-2.6.32-5-sparc64-di_1.63_sparc.udeb
 1f2ac0bcb652b8f8cc57c65137b2a2d4b449b3e1 277456 
btrfs-modules-2.6.32-5-sparc64-di_1.63_sparc.udeb
 5125456e55d152832064948c96d759854d2e3736 41556 
ext2-modules-2.6.32-5-sparc64-di_1.63_sparc.udeb
 

Accepted live-build 2.0.10-1 (source all)

2010-12-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 13:05:39 +0100
Source: live-build
Binary: live-build live-build-cgi live-helper
Architecture: source all
Version: 2.0.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Live Project debian-l...@lists.debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 live-build - Debian Live - System Build Scripts
 live-build-cgi - Debian Live - System Build Scripts (cgi frontend)
 live-helper - Debian Live - System Build Scripts (transitional package)
Changes: 
 live-build (2.0.10-1) unstable; urgency=low
 .
   [ Ben Armstrong ]
   * Adding '--includes none' documentation in help and man page.
 .
   [ Daniel Baumann ]
   * Marking afio in rescue list as sid and lenny only.
   * Adding debian-installer-launcher in prebuilt images.
 .
   [ Ben Armstrong ]
   * Fixing numerous spelling and other minor details in lb_config man
 page.
   * Adding *-desktop virtual package lists files (just comments for doc
 purposes).
 .
   [ Daniel Baumann ]
   * Adding debian-cd data for ubuntu releases.
   * Removing old ubuntu release (jaunty).
   * Applying patch from Cody A.W. Somerville
 cody.somervi...@canonical.com to update kernel packages for ubuntu
 in lb_binary_debian-installer.
   * Removing last live-helper remains in internal variables.
   * Removing old and outdated FAQ.
   * Mentioning Richard in authors file.
   * Updating credits file.
   * Removing unused name header in package lists.
   * Unfuzzying German manpage translations.
   * Marking ntop as lenny and sid only in rescue list.
   * Marking tob as lenny and sid only in rescue list.
Checksums-Sha1: 
 96e98457889e1a0a996c9758a3f180e990b69d04 1268 live-build_2.0.10-1.dsc
 4e4017fc8e5fd7fbd900df37a2e9a59512fe4061 2137859 live-build_2.0.10.orig.tar.gz
 513c81e88b0536d0b3d60176673fccfbabdbf759 44201 live-build_2.0.10-1.diff.gz
 7a01ba6180cf465cd87461dcf09a04b3231e7c57 1190504 live-build_2.0.10-1_all.deb
 657e44d4858e17ff6e2658f91ab49668e312a34c 61372 live-build-cgi_2.0.10-1_all.deb
 5b28cbbc0e91ec60d0d3d1ca3690da4a3228f74a 56704 live-helper_2.0.10-1_all.deb
Checksums-Sha256: 
 b1c661a77d7e3b2f2b6a14f76f8a7fcbaa3394e4e74363d97707f563972a839d 1268 
live-build_2.0.10-1.dsc
 6edc027a7f4f0a2fecd90426477ad9bb1e0343208a602a4b695b106429ae922c 2137859 
live-build_2.0.10.orig.tar.gz
 00df244c2c9678ed80892ba9561993eefff2319185b97c8959d790f53d7d7b8d 44201 
live-build_2.0.10-1.diff.gz
 acd7657ec21c792b7ba195442710a77b356c001ce3e978a78ecb484f2b75dfea 1190504 
live-build_2.0.10-1_all.deb
 2ae148225b9f13e0cc48a7f78282baeccd7738b7f5f99bbb361df4c81a70b0c7 61372 
live-build-cgi_2.0.10-1_all.deb
 8a31f50f79614cffee4b450fd27e1f2a9489af62464cfb5d4b757dbbe17df991 56704 
live-helper_2.0.10-1_all.deb
Files: 
 160a02a23f1d3893109abcbede89f813 1268 misc optional live-build_2.0.10-1.dsc
 df956e9c0c0b3e905c8b6166afd7bf3a 2137859 misc optional 
live-build_2.0.10.orig.tar.gz
 3246c19afadc4ffc9dd66adf5ab5273c 44201 misc optional 
live-build_2.0.10-1.diff.gz
 bee6f27bdf2e6e04e2045348d67fc5cd 1190504 misc optional 
live-build_2.0.10-1_all.deb
 71073d054d740ade504e2008f1e8eec6 61372 misc optional 
live-build-cgi_2.0.10-1_all.deb
 aef54ff586df26cedc5c904349ae9997 56704 misc optional 
live-helper_2.0.10-1_all.deb

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

iEYEARECAAYFAk0HX78ACgkQ+C5cwEsrK57gLQCgnyxDxZfoVcRc7pBbszWV3nZ8
3H4AmQH42yQQ/yLFtMFLowgLGRpa8ITT
=k506
-END PGP SIGNATURE-


Accepted:
live-build-cgi_2.0.10-1_all.deb
  to main/l/live-build/live-build-cgi_2.0.10-1_all.deb
live-build_2.0.10-1.diff.gz
  to main/l/live-build/live-build_2.0.10-1.diff.gz
live-build_2.0.10-1.dsc
  to main/l/live-build/live-build_2.0.10-1.dsc
live-build_2.0.10-1_all.deb
  to main/l/live-build/live-build_2.0.10-1_all.deb
live-build_2.0.10.orig.tar.gz
  to main/l/live-build/live-build_2.0.10.orig.tar.gz
live-helper_2.0.10-1_all.deb
  to main/l/live-build/live-helper_2.0.10-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/e1psu38-0004xr...@franck.debian.org



Accepted live-build 3.0~a10-1 (source all)

2010-12-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 13:17:58 +0100
Source: live-build
Binary: live-build live-build-cgi
Architecture: source all
Version: 3.0~a10-1
Distribution: experimental
Urgency: low
Maintainer: Debian Live Project debian-l...@lists.debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 live-build - Debian Live - System Build Scripts
 live-build-cgi - Debian Live - System Build Scripts (cgi frontend)
Changes: 
 live-build (3.0~a10-1) experimental; urgency=low
 .
   [ Daniel Baumann ]
   * Removing header in copyright file.
   * Don't hard-depend on test target in Makefile.
 .
   [ Ben Armstrong ]
   * Adding '--includes none' documentation in help and man page.
 .
   [ Daniel Baumann ]
   * Marking afio in rescue list as sid only.
   * Adding debian-installer-launcher in prebuilt images.
   * Adding debian-cd data for ubuntu releases.
   * Removing old ubuntu release (jaunty).
   * Applying patch from Cody A.W. Somerville
 cody.somervi...@canonical.com to update kernel packages for ubuntu
 in lb_binary_debian-installer.
   * Removing last live-helper remains in internal variables.
   * Removing old and outdated FAQ.
   * Mentioning Richard in authors file.
   * Updating credits file.
   * Removing unused name header in package lists.
   * Marking ntop as sid only in rescue list.
   * Marking tob as sid only in rescue list.
Checksums-Sha1: 
 9076b9fa9a2fbfd44dbc05f899de8391b8a254bb 1282 live-build_3.0~a10-1.dsc
 38428af08779fee75168e99cfd8ab1cedc089629 1969637 live-build_3.0~a10.orig.tar.gz
 043ac2be46c3cf752bf9a8a8067459baf17fbb50 37977 
live-build_3.0~a10-1.debian.tar.gz
 e7828ee6e3a1cf7b8cd928ade0a737a9892938a7 1124092 live-build_3.0~a10-1_all.deb
 c17f439c15f6e38531b24376c9d4cf193c2cebd9 54328 live-build-cgi_3.0~a10-1_all.deb
Checksums-Sha256: 
 314809cb62ccf6d23d9f62d8eec1d469789d0934d70579d9ce235e3bbe73d2d8 1282 
live-build_3.0~a10-1.dsc
 4a4de3b0a4c40853187c74de33531107db7c7147a7710b32d0176e7c1b5d61f6 1969637 
live-build_3.0~a10.orig.tar.gz
 5d795d007bf8e34b48a3c71b64c582b7118c539ece9db9ef2d5519358adaaec1 37977 
live-build_3.0~a10-1.debian.tar.gz
 1c58e7c86efed05b2dab9aa695c363aa691c5e324814c6d8444b7420449e0536 1124092 
live-build_3.0~a10-1_all.deb
 bf50a795983ee8782a589a54474bf595075538aaa041981c78969a9000eb892e 54328 
live-build-cgi_3.0~a10-1_all.deb
Files: 
 64b1a14e559ce65e8b617b868077192b 1282 misc optional live-build_3.0~a10-1.dsc
 699f04cc0e377aed9d9ffbccdf534328 1969637 misc optional 
live-build_3.0~a10.orig.tar.gz
 137dabd932584e954b6d47ce625466dc 37977 misc optional 
live-build_3.0~a10-1.debian.tar.gz
 1a8cee2babda34519f394cbc0e5e060d 1124092 misc optional 
live-build_3.0~a10-1_all.deb
 0722a97e1cb3b5e8e8fb802cd684ffc9 54328 misc optional 
live-build-cgi_3.0~a10-1_all.deb

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

iEYEARECAAYFAk0HYWgACgkQ+C5cwEsrK55ejQCgg7/PuzY5F00R0IKPx/V4Gt8J
IJ8AoJse/YB8Pt5jKxEW6eId0QwQoF0V
=eXBc
-END PGP SIGNATURE-


Accepted:
live-build-cgi_3.0~a10-1_all.deb
  to main/l/live-build/live-build-cgi_3.0~a10-1_all.deb
live-build_3.0~a10-1.debian.tar.gz
  to main/l/live-build/live-build_3.0~a10-1.debian.tar.gz
live-build_3.0~a10-1.dsc
  to main/l/live-build/live-build_3.0~a10-1.dsc
live-build_3.0~a10-1_all.deb
  to main/l/live-build/live-build_3.0~a10-1_all.deb
live-build_3.0~a10.orig.tar.gz
  to main/l/live-build/live-build_3.0~a10.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/e1psu3j-0004ds...@franck.debian.org



Accepted gnome-schedule 2.1.1-3.1 (source i386)

2010-12-14 Thread Dmitrijs Ledkovs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 11 Dec 2010 11:12:35 +
Source: gnome-schedule
Binary: gnome-schedule
Architecture: source i386
Version: 2.1.1-3.1
Distribution: unstable
Urgency: high
Maintainer: Alejandro Rios P. aler...@debian.org
Changed-By: Dmitrijs Ledkovs dmitrij.led...@ubuntu.com
Description: 
 gnome-schedule - GNOME scheduler for automatic tasks
Closes: 605167
Changes: 
 gnome-schedule (2.1.1-3.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Fix setting PYTHONPATH in an insecure way (Closes: #605167):
Checksums-Sha1: 
 9686fe4cc22f73d0871aa9681a1976b864428a75 1934 gnome-schedule_2.1.1-3.1.dsc
 f3efdcff8caa500750a5c21ebcb5b1a940782d7b 30785 gnome-schedule_2.1.1-3.1.diff.gz
 70cf1d93c8794785f676a7ceb7d86b2069f98784 1128388 
gnome-schedule_2.1.1-3.1_i386.deb
Checksums-Sha256: 
 fedb2551e76e22c297105827af2b9fdf9eb962f3225665898a90cdd8ea0e223c 1934 
gnome-schedule_2.1.1-3.1.dsc
 1bc485d58779729749c6fcab2fd6e0bd158a37620a6b6133d38fdbe97a317836 30785 
gnome-schedule_2.1.1-3.1.diff.gz
 c1cb6f00e025267489878e2389079e66a3fbbd30546a5d3869ce2e86dc92b3ca 1128388 
gnome-schedule_2.1.1-3.1_i386.deb
Files: 
 3c5ef711e82909d62ff1f9fd7abbffa3 1934 gnome optional 
gnome-schedule_2.1.1-3.1.dsc
 6b157e2c6e09d3fcfb211ab6e21eb3ea 30785 gnome optional 
gnome-schedule_2.1.1-3.1.diff.gz
 3c6bc0337225b81effba37d5e7ff49e3 1128388 gnome optional 
gnome-schedule_2.1.1-3.1_i386.deb

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

iQIcBAEBCAAGBQJNB16xAAoJEC1Os6YBVHX1clAP/3qdtDOsWY1mDFMp4Xs3Ya7v
99MCXLboDNmD7PHHee/FzNk+d+yKPPsEIzA4UqGyL8QO4CXGyNEF3ZoMDgJCAxfr
7zOv1vccgrrNnlAkTRyln+5WJnuqVTPzRpIv0Mi+uw701tyGIMmrvADH0nRrOHa9
9H1hDy50ApGy/W7DDD/JGj78+nz/UnLwbAAu/XcHaMS6rayfnkObUzSeY9KBNYQ1
j7fDEZGpefpgQaE8iOc23IC7e+kwDOw9dxfMAuUPZ1y65O+iQmFrmYSKe7K2VvlO
HcYoRkQqd3srQasutBBU/1RTu1qkQEMIqzKDPsirPCe+S0nCJBZpKfX+BJEpX1EN
Rb1arX6UbR9ey7AX56yQmpWu5zk7G5cnalY80cRcUG7msdQ4u9EiGYwgw1zvQs4w
QnlZ6ON0DIhyMxAT9k7ZsFOPsWJeUxKCwIZ1Xl3V3TuiIdHPgWgHdu0I/JV8f+bN
oXIi/MkrWaH3ZK2sHIlq0ErueYfEBKpvJOZj+GB+RcjsFM5tzwz/PqMOQg482+hd
gw4sWTwBWXWH0Vxx1yldFqsSqTlLrJWz1v/+ZYI/Bkk+qFlON4KOZXoqeMLZSm28
VwPxgZipPh2XdScbvjfLGwCH/4/OmV1gFIZs+T+oyiTqbaJ39lraV9AWqgLc2Nh4
B1f0De0ONSw6J59Fj0yT
=u29a
-END PGP SIGNATURE-


Accepted:
gnome-schedule_2.1.1-3.1.diff.gz
  to main/g/gnome-schedule/gnome-schedule_2.1.1-3.1.diff.gz
gnome-schedule_2.1.1-3.1.dsc
  to main/g/gnome-schedule/gnome-schedule_2.1.1-3.1.dsc
gnome-schedule_2.1.1-3.1_i386.deb
  to main/g/gnome-schedule/gnome-schedule_2.1.1-3.1_i386.deb


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



Accepted libsvn-look-perl 0.20-1 (source all)

2010-12-14 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 13:44:09 +0100
Source: libsvn-look-perl
Binary: libsvn-look-perl
Architecture: source all
Version: 0.20-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Angel Abad angela...@gmail.com
Description: 
 libsvn-look-perl - module providing access to svnlook data
Changes: 
 libsvn-look-perl (0.20-1) unstable; urgency=low
 .
   * New upstream release
   * debian/copyright: Update license information
   * Bump Standards-Version to 3.9.1 (no changes)
Checksums-Sha1: 
 76155fcb6bf14e187b75f4bb5fa5b98ee87b318b 2033 libsvn-look-perl_0.20-1.dsc
 50d59624274a98b762cd328bf426c7198779f4aa 7952 libsvn-look-perl_0.20.orig.tar.gz
 4918c822fe40abea3f70f60279162c4ab16b101b 2466 
libsvn-look-perl_0.20-1.debian.tar.gz
 658821beb8a99b46213fd83303b6001663a3d898 12292 libsvn-look-perl_0.20-1_all.deb
Checksums-Sha256: 
 b27f6ab758230563ee910cd331c07c871c6b4b8dc7c00f8a29d5df621e5f61b4 2033 
libsvn-look-perl_0.20-1.dsc
 29dc16459775bd09064c05192e00480bc0bee6617b3188741cd789a51e59f07e 7952 
libsvn-look-perl_0.20.orig.tar.gz
 6e34102ad502f093e7526177cde8f2f0adb2951638c2cc91590be63c14d6a66e 2466 
libsvn-look-perl_0.20-1.debian.tar.gz
 4788fe1fde111d0e5bc2645f1c0f8754b648231cb14ee8546c816537e838f15c 12292 
libsvn-look-perl_0.20-1_all.deb
Files: 
 bba254abb7ea1bb8e92818302adc455a 2033 perl optional libsvn-look-perl_0.20-1.dsc
 12537712a54aaa23f5d15d8fe023147d 7952 perl optional 
libsvn-look-perl_0.20.orig.tar.gz
 fe4e12379fc71c7586018bddbf9be915 2466 perl optional 
libsvn-look-perl_0.20-1.debian.tar.gz
 4ca0e17e2c77e622fc1d96fe587924d6 12292 perl optional 
libsvn-look-perl_0.20-1_all.deb

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

iQIcBAEBCAAGBQJNB2o3AAoJEHidbwV/2GP+DJ0QAJfZOAAzXRpraGsbVL5b3SZq
n1G845I8JHr9mDHY4+JNsv8UQ7j3CeLHnIAjtN89FamFDO4RuuIWbRo2dFy7vd3R
gvx2SOYUJN3oK4LB6FOcGI7ydwZYI/u4V5HJ/710mpWBAtTki/QwW0tNNqu+g0jC
mZKjGXSkOAjaIHvVTd+DuFSGUvGUr8aSpE+1sLNXRWl8NSLnAmuEW9PjVQWVmgcI
vpx372D4VVZvJ5AkeB3l/jS1N+5J0ggFbggtrZlPQL+AmkLcyDLrS4DxW/khhyYB
tH0RBftvaIPrcMvd26/ueOsTTV+N6byKwnfL3vElJhOEFT0y+BdYnh4rhYdm94H7
nWhJhItzAr7E//2fUAxV89qUaD0Zpz3Wmqpyw2yxx7btdqU9+DniYS7Sn7x9Y0mX
S7hcPDB7dnv9z+hT6bBI0R+SFebP2+IqVh7csew9ZCWisfk9qfQeB4Mr44HJjnGc
acM+9bHprHEzz6bxfOwNYD3y0gTzUh/dLnpq7pzOZql5WCAd22pnIMxM1Y/TilBi
L85i/uDBWXn3/4dlbj3nf1cCvhkKgDR0f2F/8vrR7Jr2AFwapxGCfcv3IcRYb9xN
bjfc9DwrSSPmMgX2OMdgRJXDMl7B84YiQPPvVdIj2OpPRDgRv00BDdPdxdI1b6br
pkGqRlzC//bvdqJxlX9i
=sEu/
-END PGP SIGNATURE-


Accepted:
libsvn-look-perl_0.20-1.debian.tar.gz
  to main/libs/libsvn-look-perl/libsvn-look-perl_0.20-1.debian.tar.gz
libsvn-look-perl_0.20-1.dsc
  to main/libs/libsvn-look-perl/libsvn-look-perl_0.20-1.dsc
libsvn-look-perl_0.20-1_all.deb
  to main/libs/libsvn-look-perl/libsvn-look-perl_0.20-1_all.deb
libsvn-look-perl_0.20.orig.tar.gz
  to main/libs/libsvn-look-perl/libsvn-look-perl_0.20.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/e1psukc-0002jz...@franck.debian.org



Accepted latex209 25.mar.1992-12.3 (source all)

2010-12-14 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 12 Dec 2010 14:09:49 +0900
Source: latex209
Binary: latex209-base latex209-bin latex209-src
Architecture: source all
Version: 25.mar.1992-12.3
Distribution: unstable
Urgency: medium
Maintainer: TSUCHIYA Masatoshi tsuch...@namazu.org
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 latex209-base - macro files of LaTeX 2.09 25-mar-1992 version
 latex209-bin - latex209 command for LaTeX 2.09 25-mar-1992 version
 latex209-src - source files of macros of LaTeX 2.09 25-mar-1992 version
Closes: 606786
Changes: 
 latex209 (25.mar.1992-12.3) unstable; urgency=medium
 .
   * Non-Maintainer Upload
   * debian/control
 - latex209-base: re-add texlive-base (Closes: #606786)
Checksums-Sha1: 
 85c762a07ff9910adc1b50c16cf90add2a9c5259 1769 latex209_25.mar.1992-12.3.dsc
 f317a8ea703c1741358999d92050afb03ac3f46c 5453 
latex209_25.mar.1992-12.3.debian.tar.gz
 b7c6eb4e91667a04e045c7df3427ea58ac64086f 209904 
latex209-base_25.mar.1992-12.3_all.deb
 8befe606ff224e27a5d75b6cc5be5154de05846f 4964 
latex209-bin_25.mar.1992-12.3_all.deb
 057c25a7da06c5ebc91ea4b27360d24d7a60007c 73220 
latex209-src_25.mar.1992-12.3_all.deb
Checksums-Sha256: 
 5e7b0b97a955285d3263090e0622003f95ecb67c842c87b81f7545dbf02c11f5 1769 
latex209_25.mar.1992-12.3.dsc
 e31ac198dfd44116be23265be671f4dc30f85ecea6d1eaf0e7ac313f15f3ca83 5453 
latex209_25.mar.1992-12.3.debian.tar.gz
 e2009e793a6122d6f96672af77bf5820319c974a782047a1502fb16fb6d3f32c 209904 
latex209-base_25.mar.1992-12.3_all.deb
 f1df153231f2822ac6a5c68c4ea86f4125e8cdc6793186493c89d812df533f6b 4964 
latex209-bin_25.mar.1992-12.3_all.deb
 b210517d9efac8a61f58133ec9b3ac9c932e2fc4b3f9a70ee3550690187dba21 73220 
latex209-src_25.mar.1992-12.3_all.deb
Files: 
 e2ee8b89841bd8a5bc726d38abf4a2e4 1769 tex optional 
latex209_25.mar.1992-12.3.dsc
 ce5514788a026dfd707372afbcbb955a 5453 tex optional 
latex209_25.mar.1992-12.3.debian.tar.gz
 927fc0146cc51c5f2a405e655b3bafd9 209904 tex optional 
latex209-base_25.mar.1992-12.3_all.deb
 4c7f53d48455f08a357c7e54c61a565a 4964 tex optional 
latex209-bin_25.mar.1992-12.3_all.deb
 a925a4250104f3b73c49a045343dee77 73220 tex optional 
latex209-src_25.mar.1992-12.3_all.deb

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

iQIcBAEBCgAGBQJNBMhBAAoJEF0yjQgqqrFA9wAQAJEKUw9MX7/bFvPrC5QxspSg
WNCurfF3BXkBYZV0RYrq2gGLTJ9QTiHqJ2vasT7KYKWlCdnWmj27hPEdbnPZDklE
Re8/3owmgjL0u7cFCp5v/vI1N+agO9rYjCcokocCNZvQOKNRRx1tw+lWLXx55Nvq
j415ZO93IDM4XRi1YkZR4xi5P5smCRIeElGpWfxhl/TnDyXTAKX8fNeysvqaB9p4
Bxaer0v7b1YVA6WqrzFd9GHA++V/7hbZRf4DVDbkMiQl9Y9qNyv0IWFmz+RKNfe6
YIgohQTruHzSxTR/GruGhEOYYzHc12wZ0zOe31C7T1UA3OJP6LAJg35lebsvlAwZ
ujdZwICLM8mTO3JsflOI2f76myzriaxCi7pf1GOvK/k1pFf/AURNHRcJdnBjho4g
fEgMEzoFC1gdO2yxPlKfMV6II/XazZFRHFciklfZBGF9Ep1B+1/+8yEV3mPhJCh0
wQOnYAe1QlLxTdE7YA+bJ8NlrcChnBscp0g+QxiAMM54N2p527nry7hAw7Dnyp39
9542Lmgq3zH1XJtvgd+CJtPICwAeEOjSTXz4PIpeB2JbGP7z3+y2JaHeiSK7gK2T
aKmUP4vcxSoGhrSKgKHpwclDLc883gZZu4t4eR7pwPEhQuVgnRoG+m25nUbxNzpr
xI+ojLiQC6YdvoAlWF0c
=UWiT
-END PGP SIGNATURE-


Accepted:
latex209-base_25.mar.1992-12.3_all.deb
  to main/l/latex209/latex209-base_25.mar.1992-12.3_all.deb
latex209-bin_25.mar.1992-12.3_all.deb
  to main/l/latex209/latex209-bin_25.mar.1992-12.3_all.deb
latex209-src_25.mar.1992-12.3_all.deb
  to main/l/latex209/latex209-src_25.mar.1992-12.3_all.deb
latex209_25.mar.1992-12.3.debian.tar.gz
  to main/l/latex209/latex209_25.mar.1992-12.3.debian.tar.gz
latex209_25.mar.1992-12.3.dsc
  to main/l/latex209/latex209_25.mar.1992-12.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/e1psuza-0003te...@franck.debian.org



Accepted jd 1:2.7.5~beta101213-1 (source i386)

2010-12-14 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 14 Dec 2010 21:31:59 +0900
Source: jd
Binary: jd
Architecture: source i386
Version: 1:2.7.5~beta101213-1
Distribution: unstable
Urgency: low
Maintainer: Hideki Yamane henr...@debian.org
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 jd - simple browser for 2ch-style web forum sites
Changes: 
 jd (1:2.7.5~beta101213-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 f72f216965b504330f2848af04ef88cfb7635419 1872 jd_2.7.5~beta101213-1.dsc
 feb2bc1dc84f3bb1b9e0aaa8a71520e66d23af51 764758 jd_2.7.5~beta101213.orig.tar.gz
 cdc3361f65f643492dba037aa67b130981e171ad 11892 
jd_2.7.5~beta101213-1.debian.tar.gz
 95ed5e324c2d800dbf05f38a6cd65431f091fc21 2087950 jd_2.7.5~beta101213-1_i386.deb
Checksums-Sha256: 
 fb6f1ee985e9c29c6575fedf24ef32ac053cf5e766bb359a69576280f77e 1872 
jd_2.7.5~beta101213-1.dsc
 6b573485c19e852235956cd2dea2b41b3f9bf7fec67ac43ca81e488257f3b93d 764758 
jd_2.7.5~beta101213.orig.tar.gz
 bf5b7e5029f9a810833001731e4a7ef57f32a565ff78fa6c6ff1b30a3bacbec9 11892 
jd_2.7.5~beta101213-1.debian.tar.gz
 e7df87812954d44fcb78387f5672428382c5c9e2473614be1acd59d95447213b 2087950 
jd_2.7.5~beta101213-1_i386.deb
Files: 
 51ebf869647bf4c595ec14e68ad9b82e 1872 net optional jd_2.7.5~beta101213-1.dsc
 0a1ab85f86f22880c9433dc3eee4f931 764758 net optional 
jd_2.7.5~beta101213.orig.tar.gz
 27c85ad5cafba3a99791123b79160e12 11892 net optional 
jd_2.7.5~beta101213-1.debian.tar.gz
 db4cfc4ca0f84daeb573e1be5162e8ff 2087950 net optional 
jd_2.7.5~beta101213-1_i386.deb

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

iQIcBAEBCgAGBQJNB3KuAAoJEF0yjQgqqrFA3MoP/1vI2SicQBmef1s3h6S0DnrO
mfDbmrsecvWOOAnU7ZQfpNjlUAEUH4GOGmqjIb5t5WErjADNNcs8CsWAoKna+a6B
BbTUMkuW2dAdVfc/orTNWw2z9xHAb78EO5qpbcnBsU1W4MQKB611hMe8XSlt7DmP
Lwjl+Mhxee3kwgzoa21JoQEbBFFS9oLqa1bMBiWrvTW2F/xW4HQn7XWmO+XpuswG
pwOLmtcAMXPgxuo0suQ29uK4jyXb1esC9xuYDgIECLLmxN2ZHzDuPeHezmm6OCBh
f4wlW9Jprd3K8NWwCKpN0in/Li/LcAA19jkFZh0locNv98ijKCZFt4LmA5ARN0yp
y05LRdMYfqROPmXnbBRH3DsiUJ1RX6DOZkcdnwh0Dpmlh3rkyHNyC5nl7MTLPtQD
FD+IvDUdmiAExRBqUkSlV8fNHL7tcUqKBBGu2K0LI8aSSyYx8HPj2w/2NYlFMrUx
qOITWK1at6py/bmjfqjYWugA1sVSYvBnplfNcbcIJsa6EAqylwdv+CNPKwYCJwF7
LHWYib2xd973hfnJmkVtSFRpe7GAT52/2yhU3gJLtzhNT4yDAGLXimj8za4QJz4W
Ct3pT+mNRiVb9Up1NrjLcRVNSa+UioQUaJW4BvvtrXBtO2Z8OwwdYRuSRitdTFH1
3PDz19JW/DRs7/S/hD2k
=s1E0
-END PGP SIGNATURE-


Accepted:
jd_2.7.5~beta101213-1.debian.tar.gz
  to main/j/jd/jd_2.7.5~beta101213-1.debian.tar.gz
jd_2.7.5~beta101213-1.dsc
  to main/j/jd/jd_2.7.5~beta101213-1.dsc
jd_2.7.5~beta101213-1_i386.deb
  to main/j/jd/jd_2.7.5~beta101213-1_i386.deb
jd_2.7.5~beta101213.orig.tar.gz
  to main/j/jd/jd_2.7.5~beta101213.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/e1psvdf-0004zv...@franck.debian.org



Accepted python-peak.util 20090610-3 (source all)

2010-12-14 Thread Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 14:36:40 +0100
Source: python-peak.util
Binary: python-peak.util
Architecture: source all
Version: 20090610-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Jakub Wilk jw...@debian.org
Description: 
 python-peak.util - utilities from the Python Enterprise Application Kit
Closes: 606481
Changes: 
 python-peak.util (20090610-3) unstable; urgency=low
 .
   * QA upload.
 .
   [ Piotr Ożarowski ]
   * Add debian/source/format file (with 1.0 inside)
 .
   [ Stefano Zacchiroli ]
   * debian/copyright: document download origin (Closes: #606481)
 .
   [ Jakub Wilk ]
   * Remove Stefano Zacchiroli from uploaders.
   * Set Maintainer to Debian QA Group.
Checksums-Sha1: 
 0d0f642579cc7dd2b78f8ae83f54626a58270d6d 1901 python-peak.util_20090610-3.dsc
 eb9a00083b0883d33ceb03844bf2fbec91fd55a7 7409 
python-peak.util_20090610-3.diff.gz
 43190b0a295d7e8a3a2289f0fec71257893d7b6d 68714 
python-peak.util_20090610-3_all.deb
Checksums-Sha256: 
 c4fd159ffbdf73f12ee0d5b88d607e7ff96b27b1031bd7dc1a5e7e7dda3e4a2f 1901 
python-peak.util_20090610-3.dsc
 bc5fdaf602e6668d0b2d97415d0dc5f03c55160a45cf59754fa4d828c51ab36e 7409 
python-peak.util_20090610-3.diff.gz
 4552a21023cdd64388ddb4005fe59ecaf620bac82d9876e6a427c8a6ba73ea8d 68714 
python-peak.util_20090610-3_all.deb
Files: 
 58304a04b3423b3f1db2bb465994ac30 1901 python optional 
python-peak.util_20090610-3.dsc
 6fd263c5aac9910bb3b20eb8b6e51b06 7409 python optional 
python-peak.util_20090610-3.diff.gz
 7d8b11a7a25aea9d125fce5146f52437 68714 python optional 
python-peak.util_20090610-3_all.deb

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

iQIcBAEBCAAGBQJNB3NGAAoJEC1Os6YBVHX1h9gP/3TAVmDL9GzODKVCm1Sznnpe
hKfnQcZG+4HHVhh/7G+rj4F+qHTwuH4mr8BpTWfz36pFhynLYVrDJ+J+xhovpXVf
qpV2so3ZF52DsRBmSBPtr5hnvC9lt9G/ljqZiDL+BSEkkw+J7ogD0ASY7YsPziR3
FZzhO1mr8kQEzTRMxzkz5nwUegGjlG8qlV2fjwOFuGLS+JI+PVZ919/Zu1aNIJU0
1x+WruwzY46l4XzFx3Jq/MVYe4R6iOlbYLCjarZ23pLliTQfVX8bnWeH7pMfrVKw
CpMJlFVnG1f4bua4BbhWky7OKoMedP9Qnx3KdnhY2bBMaLNPZt9Y2q733oN4EIY3
tZpCSUUJJPI+Q+rYVtNcqYomgQEvaAmSkXHORuhgx8M0EGAhfQo3mtzZqz7Nls7B
KnTQDHNNIMpn3MsI1YDm/OAxlwXK6WucHBzvJI0xzU4YCD3EoKkanq5N+2iJ4Ziz
lLQD86RfkGwSPk0vOgVZ6iz2y3h/0vfGNKDxS6u9l4U9KciRQAcmEIIetCuBMemP
BU0bVyFFqs6qJGi/zf4RBfuKkWZJrow1t5mCMaE0Lbul+FwHfbStN5AUIb4aPlJe
5Pvkf8OEULUpAKJDuWWTzb3FBUxxuMtPT4gaGloZpvFQDecfVTmWvs8NI3lZh4fY
oQq74sbb8dkUCXQrz5DG
=Udrw
-END PGP SIGNATURE-


Accepted:
python-peak.util_20090610-3.diff.gz
  to main/p/python-peak.util/python-peak.util_20090610-3.diff.gz
python-peak.util_20090610-3.dsc
  to main/p/python-peak.util/python-peak.util_20090610-3.dsc
python-peak.util_20090610-3_all.deb
  to main/p/python-peak.util/python-peak.util_20090610-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/e1pswbt-0002yl...@franck.debian.org



Accepted strucchange 1.4-3-1 (source all)

2010-12-14 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 06:59:48 -0600
Source: strucchange
Binary: r-cran-strucchange
Architecture: source all
Version: 1.4-3-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-strucchange - GNU R package for structural change regression estimation
Changes: 
 strucchange (1.4-3-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 fb67c0f93a0d3e6a496bd6eed8f60a887926d242 1037 strucchange_1.4-3-1.dsc
 d7b9ec4d9bfd1e1e82f43d0a48239c6955fa0529 773859 strucchange_1.4-3.orig.tar.gz
 bf26fe92acd0253259c34c106bbdb8144351c576 2332 strucchange_1.4-3-1.diff.gz
 a6ebed4a1369cee02f2afa183eeffed1cdf92b18 957180 
r-cran-strucchange_1.4-3-1_all.deb
Checksums-Sha256: 
 af486b8268ee831484a1119267bd6a9954f364da247046927a818523fe259c87 1037 
strucchange_1.4-3-1.dsc
 bcca17e24861f05dcf541d41224e41612685beace7706695cad5f4f552b80c56 773859 
strucchange_1.4-3.orig.tar.gz
 ce094a6e1344eef250e7db2f30a1f824965b173887343490216e2928c81e2f42 2332 
strucchange_1.4-3-1.diff.gz
 016aa85e16cb8a355c69d8b6e183d2b52fa3d1a9f086d31c8cc756d946e4563e 957180 
r-cran-strucchange_1.4-3-1_all.deb
Files: 
 40ce4005b1de568e7c8acf955c364daa 1037 gnu-r optional strucchange_1.4-3-1.dsc
 df48e902b617437149e69801df58b0f9 773859 gnu-r optional 
strucchange_1.4-3.orig.tar.gz
 f32e98015fffa8ad8e3f84fca50c1714 2332 gnu-r optional 
strucchange_1.4-3-1.diff.gz
 e455722a20d64fa9d385bbe340bbdcd8 957180 gnu-r optional 
r-cran-strucchange_1.4-3-1_all.deb

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

iD8DBQFNB2qLCZSR95Gw07cRAmnpAJ9DhDIbwoPVE4xZB/pzo/JCgEAetgCeImTW
wzgqkrzbkAxRssPGbmIBNDA=
=go+V
-END PGP SIGNATURE-


Accepted:
r-cran-strucchange_1.4-3-1_all.deb
  to main/s/strucchange/r-cran-strucchange_1.4-3-1_all.deb
strucchange_1.4-3-1.diff.gz
  to main/s/strucchange/strucchange_1.4-3-1.diff.gz
strucchange_1.4-3-1.dsc
  to main/s/strucchange/strucchange_1.4-3-1.dsc
strucchange_1.4-3.orig.tar.gz
  to main/s/strucchange/strucchange_1.4-3.orig.tar.gz


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



Accepted dma 0.0.2010.06.17-7 (source i386)

2010-12-14 Thread Peter Pentchev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 16:44:27 +0200
Source: dma
Binary: dma dma-migrate
Architecture: source i386
Version: 0.0.2010.06.17-7
Distribution: experimental
Urgency: low
Maintainer: Peter Pentchev r...@ringlet.net
Changed-By: Peter Pentchev r...@ringlet.net
Description: 
 dma- lightweight mail transport agent
 dma-migrate - migration utility for the DragonFly Mail Agent's spool files
Closes: 606398
Changes: 
 dma (0.0.2010.06.17-7) experimental; urgency=low
 .
   * Provide the /usr/lib/sendmail symlink.  Closes: #606398
   * Add the 38-unresolvable-mx patch to fix a segfault when
 dma is unable to, well, resolve either the provided smarthost or
 any of the mail exchangers for the recipient domain.
   * Bump the debhelper compatibility level to 8 with no changes.
Checksums-Sha1: 
 b6bdd000e50cef25efe2ff93dd9e16e4d63f63c3 1926 dma_0.0.2010.06.17-7.dsc
 bfaf4669862037d0a7e449ddcf22f3abb861dae0 32069 
dma_0.0.2010.06.17-7.debian.tar.bz2
 3653aacfd7cf44a0d40f09c1f3dee4f6a1b1b034 52584 dma_0.0.2010.06.17-7_i386.deb
 02f872ce8d49e52baea4d794758f8799a61aeac4 14342 
dma-migrate_0.0.2010.06.17-7_i386.deb
Checksums-Sha256: 
 325f7b6f5e44456fc538fb461c123447e26d6b34537101774b9f207fd984f604 1926 
dma_0.0.2010.06.17-7.dsc
 d6b636169677fb394d4071e670bd820fbd4117ff4fcb6f1a9f58a616126d3832 32069 
dma_0.0.2010.06.17-7.debian.tar.bz2
 9830785bc205f25df6f7d36d81b589fdf263a9e377168ba5c3e2538085f431d6 52584 
dma_0.0.2010.06.17-7_i386.deb
 2d9442498843ac24051442a54db8976d08c8657cfcd3fdb6a061287811031b81 14342 
dma-migrate_0.0.2010.06.17-7_i386.deb
Files: 
 e606d9aae61a43335151cdc2e425e4c7 1926 mail optional dma_0.0.2010.06.17-7.dsc
 ec517b72c97dcf78d279fb92b3b467e0 32069 mail optional 
dma_0.0.2010.06.17-7.debian.tar.bz2
 4e6534554c94898e7ea9c40ae3173a2e 52584 mail optional 
dma_0.0.2010.06.17-7_i386.deb
 f675b2f1a19a47a596342fbf5801f684 14342 mail optional 
dma-migrate_0.0.2010.06.17-7_i386.deb

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

iQIcBAEBCAAGBQJNB4t8AAoJEGUe77AlJ98TI9IQAI9lTRShyCXY68tU0m4WsaXs
383riod2wGgzZrIn67TlNgfxOUD8nhZy6M/WDvE5P8M0hUIdeZTLgyRZGJzczcgp
evEG0djX5W/TpQJobdky0NXyOKhj52a9FWA6rQn9KNBgp8xJWaHoJAikLKJfJx11
SCjJBy8eprY34H3Gz1BLnkwreb1H8ZWIGRONF9GUiM9Zh1t5eQ44ls8p5ioFEb4T
Yvp3fFRmwLSJzbuiumT0v5IQnNuY0yIiMFzIrRaWCyTS2RfiBBwaB+DD1eCBo4hz
SRTjz21ygzYQMnVt0sAOzUqFR1rzpg3IE+SvOVGshOdi8eLb9oijpBw+DX5auaxp
W/2gClFAUUWEUZ6enudpRcz1wnNlWn1kSRGglnKxu/XMTPSeCQc7Vs/U8KVvtIc7
JAWyyGRFPhGQINIHCyl+0a2mhbiUT3CluhYCHZzP01g7cY0r4pSVJ/WJRobC23bT
z0rZwFqqjSlsvsL/COfU1Oy5lFdZlarM5Icu6B7owyhUkm893GvU1naXIYyX9f4a
ssFbMPmzTCrxgiRLP4ZLNNCmKX42HtWRNQl7JxI6FxPMj4LQBBxRgk9dYr6WnxME
/1A+zrLN2V/PhqdN8rrfpWLh3uFKKsGCzj5/GXdIheTK2dALNaC+1LURsXPJPLeJ
7n88hwMzJOOJBZfLH4Ha
=9hAN
-END PGP SIGNATURE-


Accepted:
dma-migrate_0.0.2010.06.17-7_i386.deb
  to main/d/dma/dma-migrate_0.0.2010.06.17-7_i386.deb
dma_0.0.2010.06.17-7.debian.tar.bz2
  to main/d/dma/dma_0.0.2010.06.17-7.debian.tar.bz2
dma_0.0.2010.06.17-7.dsc
  to main/d/dma/dma_0.0.2010.06.17-7.dsc
dma_0.0.2010.06.17-7_i386.deb
  to main/d/dma/dma_0.0.2010.06.17-7_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/e1pswrg-0006ae...@franck.debian.org



Accepted libvoikko 3.1-1 (source i386 all)

2010-12-14 Thread Timo Jyrinki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 13 Dec 2010 19:19:03 +0200
Source: libvoikko
Binary: libvoikko-dev libvoikko1 python-libvoikko
Architecture: source i386 all
Version: 3.1-1
Distribution: unstable
Urgency: low
Maintainer: Timo Jyrinki t...@debian.org
Changed-By: Timo Jyrinki t...@debian.org
Description: 
 libvoikko-dev - Development files for libvoikko
 libvoikko1 - Library of Finnish language tools
 python-libvoikko - Python bindings for libvoikko
Changes: 
 libvoikko (3.1-1) unstable; urgency=low
 .
   * New upstream release
   * Update Standards-Version
Checksums-Sha1: 
 77cc7eea9fabaed2949f7df96daad6901ed22e6d 1119 libvoikko_3.1-1.dsc
 4594b82e0aa27a00552d2dc22f8c527a5111d0fd 509499 libvoikko_3.1.orig.tar.gz
 9734da906947bf345fa8d851dc87138b0cf72dd1 4863 libvoikko_3.1-1.debian.tar.gz
 53a1b8193a4539647704bb0cd8ca09c6d590a549 167778 libvoikko-dev_3.1-1_i386.deb
 2ae9232db2cf14b4621c8571a345cdcda130c321 104156 libvoikko1_3.1-1_i386.deb
 a0b1cbfc618682fb3ff0c05f7c6bea7a5d9969c1 21542 python-libvoikko_3.1-1_all.deb
Checksums-Sha256: 
 aba5261226ca0f57c3bc94c350bcdb11125e933711ec785e1f99819259f84342 1119 
libvoikko_3.1-1.dsc
 269d3ec5b32183aa15a4150a067980f578d89412d75c5c67132eb9ba2044b408 509499 
libvoikko_3.1.orig.tar.gz
 1a500d8b9ef280ae8255bb2d8f256ea35e0ef2dca4a770e9d9d1cea661275ec4 4863 
libvoikko_3.1-1.debian.tar.gz
 d335d088029fdd8f613decb1be7b0d4a8670f2816eb21422eb11c4f1183506cc 167778 
libvoikko-dev_3.1-1_i386.deb
 6069e5ea257742fd778e1a45a0dc5f9a9e16a08bf0d382b652cc011d5b0921c1 104156 
libvoikko1_3.1-1_i386.deb
 66f0be8cf13e269dc83cb23716040a8d0318f873c18c2bd88f3f4b6eb851a7ea 21542 
python-libvoikko_3.1-1_all.deb
Files: 
 c74ca96d421712cf7e3998386aa7a0c9 1119 libs optional libvoikko_3.1-1.dsc
 407c5a5ad83ef86fb76ef4502e0e8e72 509499 libs optional libvoikko_3.1.orig.tar.gz
 2234ab57d5f50f80e258c19a2575d7b6 4863 libs optional 
libvoikko_3.1-1.debian.tar.gz
 50533ebd091bfad62de9cbeb0706c90f 167778 libdevel optional 
libvoikko-dev_3.1-1_i386.deb
 7b59217421add6318f20080906642a73 104156 libs optional libvoikko1_3.1-1_i386.deb
 4a2c3a7451556b5775469f4cc702468a 21542 python optional 
python-libvoikko_3.1-1_all.deb

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

iEYEARECAAYFAk0GVoIACgkQgtffbfx/bQ+8ogCgrvnhpzaXRsk7QK2IfK+VRRfz
RhYAnR/cyw1k9w4JOh33lGiX4NgBJwdk
=RQxZ
-END PGP SIGNATURE-


Accepted:
libvoikko-dev_3.1-1_i386.deb
  to main/libv/libvoikko/libvoikko-dev_3.1-1_i386.deb
libvoikko1_3.1-1_i386.deb
  to main/libv/libvoikko/libvoikko1_3.1-1_i386.deb
libvoikko_3.1-1.debian.tar.gz
  to main/libv/libvoikko/libvoikko_3.1-1.debian.tar.gz
libvoikko_3.1-1.dsc
  to main/libv/libvoikko/libvoikko_3.1-1.dsc
libvoikko_3.1.orig.tar.gz
  to main/libv/libvoikko/libvoikko_3.1.orig.tar.gz
python-libvoikko_3.1-1_all.deb
  to main/libv/libvoikko/python-libvoikko_3.1-1_all.deb


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



Accepted libmnl 0.0.0~20101124-1 (source powerpc)

2010-12-14 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 24 Nov 2010 12:14:40 +1100
Source: libmnl
Binary: libmnl-dev libmnl0
Architecture: source powerpc
Version: 0.0.0~20101124-1
Distribution: experimental
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Anibal Monsalve Salazar ani...@debian.org
Description: 
 libmnl-dev - minimalistic Netlink communication library (devel)
 libmnl0- minimalistic Netlink communication library
Closes: 604757
Changes: 
 libmnl (0.0.0~20101124-1) experimental; urgency=low
 .
   * Initial release
 Closes: 604757
Checksums-Sha1: 
 10ab9951ddf87c02c98483cb6c8671db61f2268a 1772 libmnl_0.0.0~20101124-1.dsc
 33d7c798d06bfb58fe681c71ab3eeda7ac6c7e6e 27598 
libmnl_0.0.0~20101124.orig.tar.bz2
 e94dcdbeb86f5b166963fa1e83cb0c86d0b0b131 2524 
libmnl_0.0.0~20101124-1.debian.tar.bz2
 5aada2730e702e311a661479a4c05ae9aa2314f5 5430 
libmnl-dev_0.0.0~20101124-1_powerpc.deb
 81d411864d31aaf1b18a70380c3b01cd58653cef 9060 
libmnl0_0.0.0~20101124-1_powerpc.deb
Checksums-Sha256: 
 0fd7215daa2335cc2b853997cfd47fa56449bf659fbea1d60c6f162dd4ee90d0 1772 
libmnl_0.0.0~20101124-1.dsc
 7ced51d571ef28c1cf1a394ec9187baa670ccde92e687b293581ab377f834341 27598 
libmnl_0.0.0~20101124.orig.tar.bz2
 2f498c73504ffe632aecbd49087201a70a522c6ef7b99719b0997c7544e73e2a 2524 
libmnl_0.0.0~20101124-1.debian.tar.bz2
 8c45b8d7a010634bc4328485db39131cd1e76fa913f409efa9a37c62f9d18bf8 5430 
libmnl-dev_0.0.0~20101124-1_powerpc.deb
 a989070fd9a7f8534fe6000c15f332f79e62b446cbcb05a6cdca22fd5502322e 9060 
libmnl0_0.0.0~20101124-1_powerpc.deb
Files: 
 f01892ccc367b7980d13f0d9c6426497 1772 libs extra libmnl_0.0.0~20101124-1.dsc
 4244b59e0695f44ccbcaac4022fb9736 27598 libs extra 
libmnl_0.0.0~20101124.orig.tar.bz2
 527eea26ce49654af8edb648a25645bf 2524 libs extra 
libmnl_0.0.0~20101124-1.debian.tar.bz2
 b614bbc5b5371d768fcc73e867a9c82b 5430 libdevel extra 
libmnl-dev_0.0.0~20101124-1_powerpc.deb
 53cff61a525b275dc3f615bd88cec67d 9060 libs extra 
libmnl0_0.0.0~20101124-1_powerpc.deb

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

iQIcBAEBCAAGBQJM7KsxAAoJEHxWrP6UeJfY1IEP+wcBDN7TSrFp6Xo87YGrlV2Z
r56eqso9+yzRMMlTbfY5cRkR/gSB8XhSClzG7oB/yln/OBk1+po75lVmtQXJBTCc
V+LbvjYtv2wjET0g1sOXyoXM37yA/jKs6WCLpWIATqjtFKILkGFus6D3KSorPTmx
ZhPN5rvtPNtpeyu9zT01WKAsqlNBAz5G2ZWkpZ2NJLTZeqavKoTMHxSou3PgGpXZ
/iTI3RZpXl7Z8p2ko4/RGJ6VMGaLpwi2a4VrCzz/EQAZTxourSjs3RcZoAw9j0Yh
Q3NrYFydaqQeUTpCrhVaq9pMV4y8tqfpKjg8vO82oL/UtI+ZAetWJMi9F4lo4O6h
3K+nsqRXgIHYYh2hVruHf8QoTUVFG5BkkGVWes0IgW+hLdOZJRf65yQJozfnpnEy
ZGd8Xlfhjg1AhI909Eu95SqnxX2bzx28eyNwJREBFcEl+3REZlfYdFqQsubsF0eK
NGM+XjDzX/77fQzYsbXTQc/GKEm0G4Kmfaz3pOboF1HY0gz7Sh5lm6gtVjCCu7X8
msvgD/+qIbYbqIWzb8mfkzHeND7whIhKg2SgBwoBFB57uQCrp5ptFkTzgYpIWZJc
MbfRtkvQdHgHmw/YfM64SdKXysHg02DMpLQoEbNL2+2MvelWspfUVH30U9pvJ6XN
1mGB+4pF3rGIsLQorsVe
=Zz9I
-END PGP SIGNATURE-


Accepted:
libmnl-dev_0.0.0~20101124-1_powerpc.deb
  to main/libm/libmnl/libmnl-dev_0.0.0~20101124-1_powerpc.deb
libmnl0_0.0.0~20101124-1_powerpc.deb
  to main/libm/libmnl/libmnl0_0.0.0~20101124-1_powerpc.deb
libmnl_0.0.0~20101124-1.debian.tar.bz2
  to main/libm/libmnl/libmnl_0.0.0~20101124-1.debian.tar.bz2
libmnl_0.0.0~20101124-1.dsc
  to main/libm/libmnl/libmnl_0.0.0~20101124-1.dsc
libmnl_0.0.0~20101124.orig.tar.bz2
  to main/libm/libmnl/libmnl_0.0.0~20101124.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/e1psx5l-0007qh...@franck.debian.org



Accepted pkg-components 0.2 (source all)

2010-12-14 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 12 Dec 2010 11:12:11 +
Source: pkg-components
Binary: pkg-components
Architecture: source all
Version: 0.2
Distribution: unstable
Urgency: low
Maintainer: Nicholas Bamber nicho...@periapt.co.uk
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 pkg-components - debhelper tool to help maintain bundles
Changes: 
 pkg-components (0.2) unstable; urgency=low
 .
   * Changed section to 'devel' in accordance with override
   * Fixed repository data in control file
   * Add versioned dependency on dpkg-dev to ensure we have support for the
 3.0 (quilt) format
   * Fixed number of directory levels in copy build stage now that the
 format expected by dpkg-source is better understood.
   * Added check for Changes file in component, which if found will
 be installed into doc directory
   * Setting PERL5LIB environment variable in config so that
 testing components can work correctly
   * Shifted sequence so that dh_components runs immediately after the core
 install, so that components can be tested.
   * Updated README file to reflect latest status.
   * Setting CURDIR when calling build stage scripts
   * Setting PERL5LIB inside the config build stage based upon CURDIR
Checksums-Sha1: 
 803c83450c9d1a31c25f769e067ca75cfd22a115 1639 pkg-components_0.2.dsc
 4a80979f06995e2be13e451209b64aba573fc8be 10836 pkg-components_0.2.tar.gz
 183631420612164ec3a5990e6e85bccab1c0d5f0 16864 pkg-components_0.2_all.deb
Checksums-Sha256: 
 4efca7cf6db187cf4f163724b91f01960cd0374f45f0a1b9207a7b7807e29126 1639 
pkg-components_0.2.dsc
 2c1a0c58f61edd9080dd0e01acfffef839aaecdfec16ae462822ac6c54abf6bf 10836 
pkg-components_0.2.tar.gz
 94ca258e84a89fbf616e62fc4d822f2b53dc00dbcf750e69ce6a4c82f9732566 16864 
pkg-components_0.2_all.deb
Files: 
 0398b9837429fa42d5f0cd5a0236be29 1639 devel optional pkg-components_0.2.dsc
 53ec837b2fb7ec616cf2770c6c5f9e23 10836 devel optional pkg-components_0.2.tar.gz
 c661e90e5069b1242c5d442050613ddb 16864 devel optional 
pkg-components_0.2_all.deb

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

iQIcBAEBCAAGBQJNB5Y+AAoJELs6aAGGSaoG6kYQALJ5JgwSeI4lFNEyov8MnIr2
VteQIjKeI1QRT+zVXwhe3ARdOb45APvmv4pXgkKBqPSmQUFeywi32MgTIpCLUrrk
Yn3yk/feqfvHWwO0c3HAZr6syiFOkRb/ozzn2q6Dzm9GWh5bXSTvR+aB4y8d6qL+
g7kTRdtsMcnG2M7GWT8r2ivLkkudvIlwgfpLRxy5vB+RwDhFmNk5BCJYNerWGBv1
3crdlm8wnhntl+GMExCetfU1l501LrTAHRWIUDp/LvJjWoZzNM7NLifsuHSuFHVB
OSb196OdjwpEZWqqqSpVE33pK2EhCxRbNMaQqqxGDHaDi9CpKEbLChF27jKo1sJd
17jIyjeAwuZgJ/4TvUTanBBDKPF3z01vCGRej5ExhIQqGWXoK8FOwEW9K7VIVXh1
sDiqlODwndFVD+kHaz3uOWonyO9A7apFqIzmj3Riw4YgA56CKIo4vP1mAOSoSUMP
Ny4NGLxf26c240z4arbgxwvH8tauETd3sk7zc+79m3/m/oU3MuAkeibl6vDWVpcF
rQlvxR0a5DBw70fmNQZHHxN6Az+cd+RAfta9pcfDJ/rDD+v6WQ+DULyTb5qsQcZE
BYLwCqYehzDD5FSlK8WzDvBdOB+n4LL8AORxmOvpqDn8Rf5frN/xVJWicGMprhmD
EGsv1CLONXkJmDDgzxGW
=3WBI
-END PGP SIGNATURE-


Accepted:
pkg-components_0.2.dsc
  to main/p/pkg-components/pkg-components_0.2.dsc
pkg-components_0.2.tar.gz
  to main/p/pkg-components/pkg-components_0.2.tar.gz
pkg-components_0.2_all.deb
  to main/p/pkg-components/pkg-components_0.2_all.deb


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



Accepted krb5 1.8.3+dfsg-4 (source all amd64)

2010-12-14 Thread Sam Hartman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 11:53:26 -0500
Source: krb5
Binary: krb5-user krb5-kdc krb5-kdc-ldap krb5-admin-server krb5-multidev 
libkrb5-dev libkrb5-dbg krb5-pkinit krb5-doc libkrb5-3 libgssapi-krb5-2 
libgssrpc4 libkadm5srv-mit7 libkadm5clnt-mit7 libk5crypto3 libkdb5-4 
libkrb5support0 libkrb53
Architecture: source all amd64
Version: 1.8.3+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Sam Hartman hartm...@debian.org
Changed-By: Sam Hartman hartm...@debian.org
Description: 
 krb5-admin-server - MIT Kerberos master server (kadmind)
 krb5-doc   - Documentation for MIT Kerberos
 krb5-kdc   - MIT Kerberos key server (KDC)
 krb5-kdc-ldap - MIT Kerberos key server (KDC) LDAP plugin
 krb5-multidev - Development files for MIT Kerberos without Heimdal conflict
 krb5-pkinit - PKINIT plugin for MIT Kerberos
 krb5-user  - Basic programs to authenticate using MIT Kerberos
 libgssapi-krb5-2 - MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
 libgssrpc4 - MIT Kerberos runtime libraries - GSS enabled ONCRPC
 libk5crypto3 - MIT Kerberos runtime libraries - Crypto Library
 libkadm5clnt-mit7 - MIT Kerberos runtime libraries - Administration Clients
 libkadm5srv-mit7 - MIT Kerberos runtime libraries - KDC and Admin Server
 libkdb5-4  - MIT Kerberos runtime libraries - Kerberos database
 libkrb5-3  - MIT Kerberos runtime libraries
 libkrb5-dbg - Debugging files for MIT Kerberos
 libkrb5-dev - Headers and development libraries for MIT Kerberos
 libkrb53   - transitional package for MIT Kerberos libraries
 libkrb5support0 - MIT Kerberos runtime libraries - Support library
Closes: 604925
Changes: 
 krb5 (1.8.3+dfsg-4) unstable; urgency=medium
 .
   * Ignore PACs without a server signature generated by OS X Open
 Directory rather than failing authentication, Closes: #604925
Checksums-Sha1: 
 24691e71ac0d11763258660877823ad3caf480c5 1578 krb5_1.8.3+dfsg-4.dsc
 7ac20857b400be652bc89dfeffb99c6ee0e34e7b 103385 krb5_1.8.3+dfsg-4.diff.gz
 be39434c382681185cdb6f0cb0e9adb7e9ab4145 2254888 krb5-doc_1.8.3+dfsg-4_all.deb
 24f30cd716b4f1bca57501f6255802807c93db5c 1372790 libkrb53_1.8.3+dfsg-4_all.deb
 92309534174265703c0572cbf92ac9bc679160c8 138542 
krb5-user_1.8.3+dfsg-4_amd64.deb
 c19d9d1806fc55e616ac2fd0280260a4de0a0b54 218762 krb5-kdc_1.8.3+dfsg-4_amd64.deb
 be8e9959490851add7805a625e945313504d59b8 117798 
krb5-kdc-ldap_1.8.3+dfsg-4_amd64.deb
 2079835e12170f2a5f54db1767898ecb04cca9b9 112766 
krb5-admin-server_1.8.3+dfsg-4_amd64.deb
 c1368ea2298f90c67af132117b9336c9b03f31ac 103376 
krb5-multidev_1.8.3+dfsg-4_amd64.deb
 73630ade9222c537c009fd0703151a3b19874cba 37142 
libkrb5-dev_1.8.3+dfsg-4_amd64.deb
 f02f9f018b3b1383b7d3a348068980e35401fa3a 1627854 
libkrb5-dbg_1.8.3+dfsg-4_amd64.deb
 4922aa8f385fd96360c7b58b5f73c391064bc2cf 77732 
krb5-pkinit_1.8.3+dfsg-4_amd64.deb
 03523543c99072d3a36c67d5f6c469c5c86e1660 374528 
libkrb5-3_1.8.3+dfsg-4_amd64.deb
 a26ff3873d1e72eb6a85a008558d577008c5337c 130310 
libgssapi-krb5-2_1.8.3+dfsg-4_amd64.deb
 4071dd49198aa224d3bce8f66b3cfc6e43de2027 83934 
libgssrpc4_1.8.3+dfsg-4_amd64.deb
 80954f296907c54259673922ef680240daf113b5 78176 
libkadm5srv-mit7_1.8.3+dfsg-4_amd64.deb
 a45882363a72cd8fd1fcd37d5dc94d88c722630c 64316 
libkadm5clnt-mit7_1.8.3+dfsg-4_amd64.deb
 a231349cf4914d7fb438387f3a896d3ac1192502 106048 
libk5crypto3_1.8.3+dfsg-4_amd64.deb
 c71c3324d277b618a624b04d83d4517e872987e0 63806 libkdb5-4_1.8.3+dfsg-4_amd64.deb
 a9b95284b68a7ce1f216530829e03abe5d335bde 45686 
libkrb5support0_1.8.3+dfsg-4_amd64.deb
Checksums-Sha256: 
 15406421e0e672eaecd87f7873f27612992b0b603daa6c58561092a2148be8f5 1578 
krb5_1.8.3+dfsg-4.dsc
 ea75f509f3123a1d910ff10b83d6f8f4f58720adeb8f462585ca3c63ec647ecb 103385 
krb5_1.8.3+dfsg-4.diff.gz
 8b000795d895ccd1fe9546b26d6c8b999104104c0756d8a6749a449c777e1e82 2254888 
krb5-doc_1.8.3+dfsg-4_all.deb
 115518759fe864534a448db74eed007db7e8a4ddc50d006c3a6191722fb50579 1372790 
libkrb53_1.8.3+dfsg-4_all.deb
 79e0ebec411b6f3d43a2c1f7644b5217f49c69e9e765d7b074d06b496d5cd9da 138542 
krb5-user_1.8.3+dfsg-4_amd64.deb
 b39a8cfe00e863863070fae506cf99856c678e9c3851863d4d842e203d56027c 218762 
krb5-kdc_1.8.3+dfsg-4_amd64.deb
 664c916f086071978003f2915179835499dc09b9d4480da0c59b4d2f16207d07 117798 
krb5-kdc-ldap_1.8.3+dfsg-4_amd64.deb
 c920bf0a51265e06327872c0959dd9321a3e6d4d047f9c3d3bf2ae51c0f45246 112766 
krb5-admin-server_1.8.3+dfsg-4_amd64.deb
 9356228ba1561b5302b787c3c6206cf9d7eef31e49389bad62108a7b8dd7f514 103376 
krb5-multidev_1.8.3+dfsg-4_amd64.deb
 ab3b3ec1be56817014b1e1562ecfb35cd1b4a272595ed9a9bec99303901e9eb9 37142 
libkrb5-dev_1.8.3+dfsg-4_amd64.deb
 6d2acaf7c1891739b154c25b9c6ff7896dc8dc14e65641ded209afaf8b9d5354 1627854 
libkrb5-dbg_1.8.3+dfsg-4_amd64.deb
 a3f47ca4a41bade3eb91da3ea89a69bcf265bea83bec9d2ad28d61fc3be0b28c 77732 
krb5-pkinit_1.8.3+dfsg-4_amd64.deb
 17ec10afc7806e99000af5d5dec464d89cd116b400669d9673a7d5be4a324f3c 374528 
libkrb5-3_1.8.3+dfsg-4_amd64.deb
 

Accepted midgard2-core 10.05.2-1 (source i386)

2010-12-14 Thread Piotr Pokora
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 15:31:24 +0100
Source: midgard2-core
Binary: libmidgard2 libmidgard2-dev midgard2-common midgard2-bin gir1.0-midgard2
Architecture: source i386
Version: 10.05.2-1
Distribution: unstable
Urgency: low
Maintainer: Piotr Pokora piotrek.pok...@gmail.com
Changed-By: Piotr Pokora piotrek.pok...@gmail.com
Description: 
 gir1.0-midgard2 - Midgard2 - GObject Introspection
 libmidgard2 - Midgard Content Repository - Runtime Library
 libmidgard2-dev - Midgard Content Repository - Development Files
 midgard2-bin - Midgard2 command line tools.
 midgard2-common - Midgard2 common files used by different midgard extensions
Closes: 603235
Changes: 
 midgard2-core (10.05.2-1) unstable; urgency=low
 .
   * New upstream
   * Fixed GObject Introspection build depends. Closes: #603235
   * Added libmidgard2.symbols
Checksums-Sha1: 
 ca8609d0e81fa64a7e7f747b1d0eae10ec2f89c0 1405 midgard2-core_10.05.2-1.dsc
 c76ae8fe090b2fcb157d791a38717921ac80609e 542087 
midgard2-core_10.05.2.orig.tar.gz
 0f5743950a205b159fc51eb8ea8b9e5427bcb3f1 6420 
midgard2-core_10.05.2-1.debian.tar.gz
 d89da773ccc25980e7bbeece0bd1ff4a056d3b47 179436 libmidgard2_10.05.2-1_i386.deb
 321b35f8a672353ace3f473420e42e4afa87ea2f 237274 
libmidgard2-dev_10.05.2-1_i386.deb
 a6d50e9e68f5620ce345266357236886bc700dad 5130 
midgard2-common_10.05.2-1_i386.deb
 87fd37b263971e4e017c28af9f1fea8bf57d3f5d 24528 midgard2-bin_10.05.2-1_i386.deb
 182e205fe6c1dc6f9dcd7846c91fa8794187d6aa 47522 
gir1.0-midgard2_10.05.2-1_i386.deb
Checksums-Sha256: 
 993616763238ce0986928b8b046ae58a0b77feb7a21945199c868fcd6b81a724 1405 
midgard2-core_10.05.2-1.dsc
 35443126cae8bb47ef03ce55c10ceeffdaecffd993df1fb932e53a3c5245c6ad 542087 
midgard2-core_10.05.2.orig.tar.gz
 fe82d24e2d6acd5331c1857468a9d86ae19776fb02b484d370832c0bdc0ae475 6420 
midgard2-core_10.05.2-1.debian.tar.gz
 7dfffbd94af8194c8087bc05bb250b83f3c612453afaee0b70413d07a4d7f7d8 179436 
libmidgard2_10.05.2-1_i386.deb
 e1cc0f018d9bdb3d5be02b808428d51debb28cc82ddabf7b56efc62eff2ae239 237274 
libmidgard2-dev_10.05.2-1_i386.deb
 128a1e207e5878bf47f4393a82667fe25643d23e033b21aa1b76920d90d1ccf0 5130 
midgard2-common_10.05.2-1_i386.deb
 89e5f2542fd0922406122438e67a35b00d9920764e08a37abee87c45b05d6b6c 24528 
midgard2-bin_10.05.2-1_i386.deb
 56b4ce6f58698860744f264cf5e4f08e14bfbe80ad5ac5a41de6160f2ce0f882 47522 
gir1.0-midgard2_10.05.2-1_i386.deb
Files: 
 9baab61ece0f0f11d09d4ff8299755d0 1405 libs optional midgard2-core_10.05.2-1.dsc
 77e89b69ded926770346004b0a805b3f 542087 libs optional 
midgard2-core_10.05.2.orig.tar.gz
 df06a2126728e98b9560a2684381092f 6420 libs optional 
midgard2-core_10.05.2-1.debian.tar.gz
 cea334e36895757a3b3a89a62cacf852 179436 libs optional 
libmidgard2_10.05.2-1_i386.deb
 bba308e1d7f85e1c2d70aa63046244ac 237274 libdevel optional 
libmidgard2-dev_10.05.2-1_i386.deb
 f4074ba2ccaeb4360ff697fa83922e6d 5130 utils optional 
midgard2-common_10.05.2-1_i386.deb
 7d005b1f4c4598f3f13356fad2007d3a 24528 utils optional 
midgard2-bin_10.05.2-1_i386.deb
 de68411548a48e4f3479b3e60af34d23 47522 utils optional 
gir1.0-midgard2_10.05.2-1_i386.deb

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

iEYEARECAAYFAk0HpG8ACgkQgtffbfx/bQ8qVACdGW/vCCZiBazPx+ci4aGFiAS/
F3EAoK+H/Oc/enrhNoG9VYeGnXPC4w0E
=4IeD
-END PGP SIGNATURE-


Accepted:
gir1.0-midgard2_10.05.2-1_i386.deb
  to main/m/midgard2-core/gir1.0-midgard2_10.05.2-1_i386.deb
libmidgard2-dev_10.05.2-1_i386.deb
  to main/m/midgard2-core/libmidgard2-dev_10.05.2-1_i386.deb
libmidgard2_10.05.2-1_i386.deb
  to main/m/midgard2-core/libmidgard2_10.05.2-1_i386.deb
midgard2-bin_10.05.2-1_i386.deb
  to main/m/midgard2-core/midgard2-bin_10.05.2-1_i386.deb
midgard2-common_10.05.2-1_i386.deb
  to main/m/midgard2-core/midgard2-common_10.05.2-1_i386.deb
midgard2-core_10.05.2-1.debian.tar.gz
  to main/m/midgard2-core/midgard2-core_10.05.2-1.debian.tar.gz
midgard2-core_10.05.2-1.dsc
  to main/m/midgard2-core/midgard2-core_10.05.2-1.dsc
midgard2-core_10.05.2.orig.tar.gz
  to main/m/midgard2-core/midgard2-core_10.05.2.orig.tar.gz


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



Accepted empathy 2.91.3.1-1 (source all amd64)

2010-12-14 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 18:13:27 +0100
Source: empathy
Binary: empathy empathy-dbg empathy-common
Architecture: source all amd64
Version: 2.91.3.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 empathy- GNOME multi-protocol chat and call client
 empathy-common - GNOME multi-protocol chat and call client (common files)
 empathy-dbg - GNOME multi-protocol chat and call client (debug symbols)
Changes: 
 empathy (2.91.3.1-1) experimental; urgency=low
 .
   * New upstream release.
 - Bump libfolks and telepathy-glib build requirements.
Checksums-Sha1: 
 7f3a91e3bdc9be40cf2d22b75ae96d5f769b2f68 2316 empathy_2.91.3.1-1.dsc
 5e3d8f3c1f63e4dc406ff59650a5e2dd982d6032 2999423 empathy_2.91.3.1.orig.tar.bz2
 607b0911c1a5e05fdec064887b1de4b4c67f287b 16545 
empathy_2.91.3.1-1.debian.tar.bz2
 8f1a00f7bb6ab4e42f7b26e6f00d902847d82024 2880490 
empathy-common_2.91.3.1-1_all.deb
 a1c2acdd28db65cbb51a233a4525970cf7289cb8 1682048 empathy_2.91.3.1-1_amd64.deb
 b0aba4888e06d4b872749360f59fa0246ca44474 3325340 
empathy-dbg_2.91.3.1-1_amd64.deb
Checksums-Sha256: 
 b357feb4bf8b97ac277f62d331c49024a242a7dfcb7a7ff731d04dfcd9445472 2316 
empathy_2.91.3.1-1.dsc
 4b25e34336a43fa956b4f0c9e598f04ca425b3c831940892a8095e9e6f19ce65 2999423 
empathy_2.91.3.1.orig.tar.bz2
 f79dc52d809320f8eedd5e19949f14fdc8536cce895936d485a03cda710977b4 16545 
empathy_2.91.3.1-1.debian.tar.bz2
 ae804388cca4a37347a365666114a2bf49b639c914cfc9fe57b2f9686296e36d 2880490 
empathy-common_2.91.3.1-1_all.deb
 e854ef4e6d913b7dd10eafbd1e9e981d763d35fd9adcfb132fee3ab61640c5e6 1682048 
empathy_2.91.3.1-1_amd64.deb
 b724aea2b9b293476c0345c64c9c58474dfc336bc44e23add76dfb6f588ba7aa 3325340 
empathy-dbg_2.91.3.1-1_amd64.deb
Files: 
 b7e0f4753dc3b44534aa9767acd80536 2316 gnome optional empathy_2.91.3.1-1.dsc
 5cbc836acd06e5e36c98c7f9a3b1cd19 2999423 gnome optional 
empathy_2.91.3.1.orig.tar.bz2
 bc8a7fcac9d9ee4c034b0e77929466a1 16545 gnome optional 
empathy_2.91.3.1-1.debian.tar.bz2
 7c7d32742ab4f23d7d89074c17033ae8 2880490 gnome optional 
empathy-common_2.91.3.1-1_all.deb
 8375406d6310a2448f4102792699772f 1682048 gnome optional 
empathy_2.91.3.1-1_amd64.deb
 706b7280974ea0da7c6d26a4c27f03e9 3325340 debug extra 
empathy-dbg_2.91.3.1-1_amd64.deb

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

iEYEARECAAYFAk0Hp2gACgkQhTV17EoIsv4v6ACfS1C5ofHhkNrqhQy2JI4SrMK0
pBgAoMDgkJOq/0AmF1aNUod1aUstPToU
=DEf+
-END PGP SIGNATURE-


Accepted:
empathy-common_2.91.3.1-1_all.deb
  to main/e/empathy/empathy-common_2.91.3.1-1_all.deb
empathy-dbg_2.91.3.1-1_amd64.deb
  to main/e/empathy/empathy-dbg_2.91.3.1-1_amd64.deb
empathy_2.91.3.1-1.debian.tar.bz2
  to main/e/empathy/empathy_2.91.3.1-1.debian.tar.bz2
empathy_2.91.3.1-1.dsc
  to main/e/empathy/empathy_2.91.3.1-1.dsc
empathy_2.91.3.1-1_amd64.deb
  to main/e/empathy/empathy_2.91.3.1-1_amd64.deb
empathy_2.91.3.1.orig.tar.bz2
  to main/e/empathy/empathy_2.91.3.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/e1psyjc-0007q1...@franck.debian.org



Accepted git-annex 0.13 (source i386)

2010-12-14 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 13:05:10 -0400
Source: git-annex
Binary: git-annex
Architecture: source i386
Version: 0.13
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 git-annex  - manage files with git, without checking their contents into git
Closes: 607056
Changes: 
 git-annex (0.13) unstable; urgency=low
 .
   * Makefile: Install man page and html (when built).
   * Makefile: Add GHCFLAGS variable.
   * Fix upgrade from 0.03.
   * Support remotes using git+ssh and ssh+git as protocol.
 Closes: #607056
Checksums-Sha1: 
 1d89938fd7981066bd00791f7b67cbb971e79d0a 1511 git-annex_0.13.dsc
 45b27d9788c2bffce8a5df92e103b9d02a81da6b 88392 git-annex_0.13.tar.gz
 f727cee14a1715ab651e50dad75fd9dec7660a92 662228 git-annex_0.13_i386.deb
Checksums-Sha256: 
 0a05e64381708e034928192a9c47f1bd15d4b98d0783f9386ff787d55ff176cb 1511 
git-annex_0.13.dsc
 c3383da0b64957dde11ed623a04934b40de0093a5021773fc29092a261928afe 88392 
git-annex_0.13.tar.gz
 d22aacad1a5b93d5ae842a7ffcb7186081848a9665fce396dc613fe81566913d 662228 
git-annex_0.13_i386.deb
Files: 
 5216b00c594dc9dafa3ca11259edb1fe 1511 utils optional git-annex_0.13.dsc
 f7769132ac44119cb0d4202a9e9749cc 88392 utils optional git-annex_0.13.tar.gz
 693fe37d9abbaaf051aa730d466d694d 662228 utils optional git-annex_0.13_i386.deb

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

iQIVAwUBTQeldskQ2SIlEuPHAQjAuA/+KJUKVIl3cqY7jqN+CDRyHa60F7c5UfiT
6dWA7xXrB7LadNQLAA44QaOoUyr5TPZRwtcXLqI/Qi0J2Vf7a8pdUZxTL7b38Uqy
y63Risa0WMZD/HFLa0V3cEGfXKnVId+vIuvMnwJ3KsprKPgQB99hQqw+DymvtZdc
VEKWmMwO7SHHqrqBWnJwqHDtEMuTzZ84hMsZEIXiXBKRFH9uOand2ZA4QM6Kpbqo
byuaDQQIV5N6tCHgEqgcBnHfS8CTvQXbGga1Mcp6ZH1fzpBQFIHWmKkkxIjOSeH/
xcc2Og1lAP/ENgWXHpiG8GKtQSQUdrry1Mk06O9ZPQPUavq4gWo3eaac9dhy1w0c
vJnukbrtIjE76gIHV29j0z+qFUQDFKrdKJoor03yLSsoozB63lYoXZPL+N6VIdiK
eSnwue1PKxQNhYraSe3smUm0kBzhyS/UDYBJDcJdMsPkp+WR0cA0XyzuQVQRjuXp
s2xKAjb4gcSKOj2lml9OCX6B0Kqqp2WPJJXWGzofd3ozGz655dG7Cs7DsHRKYh5X
S4/rTgCs8Mt6VFpeXyuHIhtRsvVDgs4ynRY4etCQCxV+sxd21QtkIk1CfPkfLA7u
W50syHZU8MKCJCD3HaHTPZL4iDXxHIt2QQanl8uewXTbo6R1oloUA1cot5Mr8JPQ
dVTaX7elNu0=
=rbhY
-END PGP SIGNATURE-


Accepted:
git-annex_0.13.dsc
  to main/g/git-annex/git-annex_0.13.dsc
git-annex_0.13.tar.gz
  to main/g/git-annex/git-annex_0.13.tar.gz
git-annex_0.13_i386.deb
  to main/g/git-annex/git-annex_0.13_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/e1psyjj-0007s1...@franck.debian.org



Accepted glusterfs 3.0.7-1 (source all amd64)

2010-12-14 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 18:03:51 +0100
Source: glusterfs
Binary: glusterfs-client glusterfs-server glusterfs-examples libglusterfs0 
libglusterfs-dev glusterfs-dbg
Architecture: source all amd64
Version: 3.0.7-1
Distribution: experimental
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 glusterfs-client - clustered file-system (client package)
 glusterfs-dbg - GlusterFS debugging symbols
 glusterfs-examples - example files for the glusterfs server and client
 glusterfs-server - clustered file-system (server package)
 libglusterfs-dev - GlusterFS development libraries and headers (development 
files)
 libglusterfs0 - GlusterFS libraries and translator modules
Changes: 
 glusterfs (3.0.7-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 936b3c18b42957f80d9cb4ef8a15a7d41f4e7c53 1971 glusterfs_3.0.7-1.dsc
 1cfdcb6bd84e4d23b0d53977fd4c8af9438f093e 1702036 glusterfs_3.0.7.orig.tar.gz
 4983a4cf2e7cb7e7bf6d0d12c0b579f166dfb8fc 10117 glusterfs_3.0.7-1.debian.tar.gz
 1da03cd38c5ab94e902962e007f37058f204f500 174392 
glusterfs-examples_3.0.7-1_all.deb
 58317c7dae7a44a38e6335f030713b4d18444893 196422 
glusterfs-client_3.0.7-1_amd64.deb
 9bc8957b2b404eccff580c76767eb44ffa62d53e 174670 
glusterfs-server_3.0.7-1_amd64.deb
 a8908cb2b8a7670a9a4613a78241e1ba0ee7d5d6 1272474 
libglusterfs0_3.0.7-1_amd64.deb
 c71d2c67e13e5dc961f60e26a79e8b6bd765d51d 337528 
libglusterfs-dev_3.0.7-1_amd64.deb
 e9c8cc7028d1cd486cc1d824537cce8a4463c424 2293468 
glusterfs-dbg_3.0.7-1_amd64.deb
Checksums-Sha256: 
 5a82cb7fce8fec1ab9fee42896341acd8280b6e91081fb002812dc730f711dcd 1971 
glusterfs_3.0.7-1.dsc
 3bebf68e4e19e9982f9750e7b861d1dca6a0e770e74f9689ecdd5a5a987ff089 1702036 
glusterfs_3.0.7.orig.tar.gz
 aa9eb8ba26d8c81f55b8def1ab015e401c93e4cde1112aaa212f47e2cfe84544 10117 
glusterfs_3.0.7-1.debian.tar.gz
 26d41748221e5ad2ee7e9bb612ecc49f986addfb64857cf17c07e7648d28d1d4 174392 
glusterfs-examples_3.0.7-1_all.deb
 1a304cae33695fbd60b8eaa28dd9e6e118fb8312463df1ac18145b0ab25eb99d 196422 
glusterfs-client_3.0.7-1_amd64.deb
 73badfca32519c032b3d3b5e1fd10e8db9efacb8ce0dccc65a50bee2f9007c66 174670 
glusterfs-server_3.0.7-1_amd64.deb
 7d0236766fe8e86c6a93f749f33b4fc0b96ac3b6333de07ffc0f6a7f99c92e9e 1272474 
libglusterfs0_3.0.7-1_amd64.deb
 b4b7d2f07bce9af8b95e079c0bbd37eec498a88f655ea54ffd0981ad2a1aad5a 337528 
libglusterfs-dev_3.0.7-1_amd64.deb
 fbfc44723019fd179c390f87c524afcf461067114f584e25092bf21d92dc2bc0 2293468 
glusterfs-dbg_3.0.7-1_amd64.deb
Files: 
 952a0e07df8cec4b233d0c74d252598f 1971 admin optional glusterfs_3.0.7-1.dsc
 5b6093d99ce0b15dfae8a3a7606dd0a5 1702036 admin optional 
glusterfs_3.0.7.orig.tar.gz
 9d462a66aefcdd48665a18cc29822155 10117 admin optional 
glusterfs_3.0.7-1.debian.tar.gz
 96ef34dd07b906be776c58bc9e29d828 174392 admin optional 
glusterfs-examples_3.0.7-1_all.deb
 c454bd1934516674d72456dec06ee4fc 196422 admin optional 
glusterfs-client_3.0.7-1_amd64.deb
 42feac93574c383bda9b8b2f2bb44997 174670 admin optional 
glusterfs-server_3.0.7-1_amd64.deb
 8b96392a3619f989ad72e859f0b7cb59 1272474 libs optional 
libglusterfs0_3.0.7-1_amd64.deb
 dcd8445f0e8dfbe186a6b4e9036d6c51 337528 libdevel optional 
libglusterfs-dev_3.0.7-1_amd64.deb
 5eb42fcdb73cc13ce2d79675fc60c8f7 2293468 debug extra 
glusterfs-dbg_3.0.7-1_amd64.deb

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

iQIcBAEBCAAGBQJNB6iDAAoJEBLZsEqQy9jkjDoP/0aC3Z53oBs8yLFB+iSk7uc9
68lO6oZqyeLreBytKLKQte+Xbl5C7cHcKh7zJbpcOov2qVWY9hQiPqVWem75eXTh
qwPDpMVPxye/BIxBvI/kEyZhM7/LFPjFC+4N1wxA+g7H9TdFdHkcdI2Y/VzqRthd
GU1tTnrfeFvl7YMIx4d/Xsh5/T+UNpNgC60+kojSIuR2sY2ss9gbYCPwRRuWoz6Q
eJ41STjXFqzCElXR9l7eOfayIkmVFsyWUy3peSoyFx0187JdX6TlxSNl51i+n5tC
fJdAktmnHocLcAKRaku704GptPRr/k2rPqjJixTJ73VHgpKyweNqldapzfnPsBH/
v/zuoP5XziODiPoTrnZ9VT66h9ME/Xj2TOylfB4BBCDxXLjAl81qMhufQC+Ka5uS
FWksGHT8gZxbMdUBkBZg6lHzQ5meG61bw59cuZSL+Omn5XuULNxLKpFhKe0ASB95
we1wK2q80CzHAvhaJDEB9Sb5m9Uo4lDYeJ2+/KftK1TykBqUgqdqq6PynnO4Nzj/
8isfrevCjftAZTT6hLUe/paJo4XZv/rP5TcoIR8Kx2IHq9IWd7bUCQo87m+Ybx3P
6Fbd2NX0ujyyP4w9Z9Xh/Tg1VmQqM1EWaxuPzSR63i54Cv4OFQGrWOa/EmRLtNEu
Zx+kNf0bBm3dt2KUzimg
=TPmp
-END PGP SIGNATURE-


Accepted:
glusterfs-client_3.0.7-1_amd64.deb
  to main/g/glusterfs/glusterfs-client_3.0.7-1_amd64.deb
glusterfs-dbg_3.0.7-1_amd64.deb
  to main/g/glusterfs/glusterfs-dbg_3.0.7-1_amd64.deb
glusterfs-examples_3.0.7-1_all.deb
  to main/g/glusterfs/glusterfs-examples_3.0.7-1_all.deb
glusterfs-server_3.0.7-1_amd64.deb
  to main/g/glusterfs/glusterfs-server_3.0.7-1_amd64.deb
glusterfs_3.0.7-1.debian.tar.gz
  to main/g/glusterfs/glusterfs_3.0.7-1.debian.tar.gz
glusterfs_3.0.7-1.dsc
  to main/g/glusterfs/glusterfs_3.0.7-1.dsc
glusterfs_3.0.7.orig.tar.gz
  to main/g/glusterfs/glusterfs_3.0.7.orig.tar.gz
libglusterfs-dev_3.0.7-1_amd64.deb
  to main/g/glusterfs/libglusterfs-dev_3.0.7-1_amd64.deb
libglusterfs0_3.0.7-1_amd64.deb
  to 

Accepted xmp 3.3.0-1 (source all amd64)

2010-12-14 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Dec 2010 15:19:42 +0100
Source: xmp
Binary: xmp-common xmp xmp-audacious
Architecture: source all amd64
Version: 3.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün gur...@phys.ethz.ch
Changed-By: Gürkan Sengün gur...@phys.ethz.ch
Description: 
 xmp- A module player supporting AWE32, GUS, and software-mixing
 xmp-audacious - An XMP plugin for Audacious
 xmp-common - Common files for xmp and the xmp Audacious plugin
Changes: 
 xmp (3.3.0-1) unstable; urgency=low
 .
   * New upstream version.
   * debian/copyright: updated years.
   * Bump standards version to 3.9.1.
   * Bump debhelper version to 8.
Checksums-Sha1: 
 70f9f544cc18b9a01fa58bbeae7a79a2cd991676 1273 xmp_3.3.0-1.dsc
 78dee859903d0accd6d8a0f6373a95bf50d023db 848652 xmp_3.3.0.orig.tar.gz
 e73fe966c480e2c3cb109214410e2f9205d4b2e2 11018 xmp_3.3.0-1.diff.gz
 033d881e8895c59d2ef9983c063f08ded03ead5c 42350 xmp-common_3.3.0-1_all.deb
 e57924abffd904fdea005a953d97f55bda23432f 279206 xmp_3.3.0-1_amd64.deb
 2c4decd153ffd0c5b3829e5f59297e8783b1a781 281572 xmp-audacious_3.3.0-1_amd64.deb
Checksums-Sha256: 
 2fe0a61b1b8c82954330362b52bb99300bd2216c9bb0eb87f97f5cb502776af3 1273 
xmp_3.3.0-1.dsc
 9ddfc1954a9faf4863f15cab2309f90d87b8aad11968f888a7f21accc42b0c54 848652 
xmp_3.3.0.orig.tar.gz
 0964a33ff9409f6ea791e456bf25ec576ac53e6bfe4cebd6cd06ac5e61ffce7a 11018 
xmp_3.3.0-1.diff.gz
 8b714cff012031773af175d1a5efc0a174370674ffe50aa0f11db839713c6a0e 42350 
xmp-common_3.3.0-1_all.deb
 7216e8ff0d1e4f37d3b47f5ed133e0234113de4945ecb5ffc1e5a0c0f934ecf0 279206 
xmp_3.3.0-1_amd64.deb
 5ed5a0f1028b3b52c2c20cd96d9ed8eaa402a70501d121d7a066afd0eb73a5a2 281572 
xmp-audacious_3.3.0-1_amd64.deb
Files: 
 94e359bf855f2c5dd2dcdccd28e90ef0 1273 sound optional xmp_3.3.0-1.dsc
 0ac15cdb68cf0a08f418d37b4c1843bd 848652 sound optional xmp_3.3.0.orig.tar.gz
 280ae07e5acb331cb57190c6de268dfb 11018 sound optional xmp_3.3.0-1.diff.gz
 4717141c74a3936671ce0e4c0040ab10 42350 sound optional 
xmp-common_3.3.0-1_all.deb
 ff68d5367e260b0e5d4a6a5e7742ee40 279206 sound optional xmp_3.3.0-1_amd64.deb
 eeaa71ce0a1a07bcefbfc751062d149d 281572 sound optional 
xmp-audacious_3.3.0-1_amd64.deb

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

iEYEARECAAYFAk0Ho/kACgkQwJ4diZWTDt5QmQCfY4cRssafQZSnUn8zoZX1d+Ka
pTIAoIF6fSHJLbew0bjJ3eiIGQBuBWEg
=r1V+
-END PGP SIGNATURE-


Accepted:
xmp-audacious_3.3.0-1_amd64.deb
  to main/x/xmp/xmp-audacious_3.3.0-1_amd64.deb
xmp-common_3.3.0-1_all.deb
  to main/x/xmp/xmp-common_3.3.0-1_all.deb
xmp_3.3.0-1.diff.gz
  to main/x/xmp/xmp_3.3.0-1.diff.gz
xmp_3.3.0-1.dsc
  to main/x/xmp/xmp_3.3.0-1.dsc
xmp_3.3.0-1_amd64.deb
  to main/x/xmp/xmp_3.3.0-1_amd64.deb
xmp_3.3.0.orig.tar.gz
  to main/x/xmp/xmp_3.3.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/e1psyzy-cr...@franck.debian.org



Accepted me-tv 1.3.5-1 (source amd64)

2010-12-14 Thread Scott Evans
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 13 Dec 2010 10:56:38 +1100
Source: me-tv
Binary: me-tv
Architecture: source amd64
Version: 1.3.5-1
Distribution: unstable
Urgency: low
Maintainer: Scott Evans sc...@vk7hse.hobby-site.org
Changed-By: Scott Evans sc...@vk7hse.hobby-site.org
Description: 
 me-tv  - Me TV, it's TV for me computer
Changes: 
 me-tv (1.3.5-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 3eb1cf6f83c68da4f5654f53e2b09e63833ccbed 1261 me-tv_1.3.5-1.dsc
 1a288362ef8aeb391153b426c2584e8e75103d69 457915 me-tv_1.3.5.orig.tar.gz
 c201d00f25a62ea1277a1dc3c51c0ee67abb4893 3198 me-tv_1.3.5-1.debian.tar.gz
 21af4ac258cfef34c781af996d976de2ccfcc8c2 495066 me-tv_1.3.5-1_amd64.deb
Checksums-Sha256: 
 3fa54fe33fc60951bb2e63471dfc625fe645773846b375c0d2c8240b84b804f1 1261 
me-tv_1.3.5-1.dsc
 a98f8df3c4b1b082bec1f3f96dfad9a86ee4f9c566fa042c308187f379cd4cd5 457915 
me-tv_1.3.5.orig.tar.gz
 fd7ae3a84b90dd6ee9db48326019514fd586570042bf49a0dbdcc01c71dedd8a 3198 
me-tv_1.3.5-1.debian.tar.gz
 66501e200a4eaf2b25652fd6a16e7e71c301f19ae58d1f3a1598904c49a7ba06 495066 
me-tv_1.3.5-1_amd64.deb
Files: 
 12239bf8a29bd7a56d2d6eb6df607515 1261 video extra me-tv_1.3.5-1.dsc
 bd81163010beebfdf4cc09c8b3510f52 457915 video extra me-tv_1.3.5.orig.tar.gz
 ac39b9b9b72c38e0dd7c155a0cf5ff9e 3198 video extra me-tv_1.3.5-1.debian.tar.gz
 aa92e2c86a298fb87cd718ca7986dedc 495066 video extra me-tv_1.3.5-1_amd64.deb

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

iEYEAREDAAYFAk0HrmEACgkQrCpf/gCCPsIHUwCcC6cHcyMNjSiw2zL9orMfNWQV
RPcAn1bJL85vnJkj88BarF8SLnyBFyQ5
=gXJE
-END PGP SIGNATURE-


Accepted:
me-tv_1.3.5-1.debian.tar.gz
  to main/m/me-tv/me-tv_1.3.5-1.debian.tar.gz
me-tv_1.3.5-1.dsc
  to main/m/me-tv/me-tv_1.3.5-1.dsc
me-tv_1.3.5-1_amd64.deb
  to main/m/me-tv/me-tv_1.3.5-1_amd64.deb
me-tv_1.3.5.orig.tar.gz
  to main/m/me-tv/me-tv_1.3.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/e1pszdd-0003og...@franck.debian.org



Accepted fglrx-driver 1:10-12-1 (source amd64)

2010-12-14 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 17:51:02 +0100
Source: fglrx-driver
Binary: fglrx-driver fglrx-glx fglrx-glx-ia32 fglrx-source fglrx-modules-dkms 
fglrx-control fglrx-atieventsd
Architecture: source amd64
Version: 1:10-12-1
Distribution: experimental
Urgency: low
Maintainer: Fglrx packaging team pkg-fglrx-de...@lists.alioth.debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 fglrx-atieventsd - external events daemon for the non-free ATI/AMD RadeonHD 
display
 fglrx-control - control panel for the non-free ATI/AMD RadeonHD display driver
 fglrx-driver - non-free ATI/AMD RadeonHD display driver
 fglrx-glx  - proprietary libGL for the non-free ATI/AMD RadeonHD display drive
 fglrx-glx-ia32 - proprietary libGL for the non-free ATI/AMD display driver 
(ia32 l
 fglrx-modules-dkms - dkms module source for the non-free ATI/AMD RadeonHD 
display driv
 fglrx-source - kernel module source for the non-free ATI/AMD RadeonHD display 
dr
Closes: 604881
Changes: 
 fglrx-driver (1:10-12-1) experimental; urgency=low
 .
   * New upstream release.
 - Update patch 02-dkms-arch_compat to honor $(KSRC) instead of hardcoding
   the path.
   Closes: #604881
Checksums-Sha1: 
 30fa98ec44e5a48e3114d5cd04503b54cb6db70f 2350 fglrx-driver_10-12-1.dsc
 41680253cc3fcae7e68bb5e141c76832fdacede6 86033612 
fglrx-driver_10-12.orig.tar.bz2
 103ad6927636d8bc668d0f8210431c1138f88b38 114707 
fglrx-driver_10-12-1.debian.tar.gz
 f9fb1c9e7a9218a396f3c74d55517be7c5448230 1886 
fglrx-driver_10-12-1_amd64.deb
 52515709e36b1dd2989078bbf5dc4c20bfef4cdc 4387308 
fglrx-control_10-12-1_amd64.deb
 8d96ea86dad0acde489730772655b89acfaac53b 268626 fglrx-glx_10-12-1_amd64.deb
 bedde4edfff63ac265d5e242a2ba0749eb9618ec 1561340 fglrx-source_10-12-1_amd64.deb
 c2b06bbe437f7b0dcad409b1fefd0d4cf8f8e497 147888 
fglrx-atieventsd_10-12-1_amd64.deb
 f467b8fb91723ec5f1c345dcc067beb873a73bfa 1616954 
fglrx-modules-dkms_10-12-1_amd64.deb
 727b7dac4f79ae17f46cc6e8309afd4ecd89be0a 8383772 
fglrx-glx-ia32_10-12-1_amd64.deb
Checksums-Sha256: 
 1400ebfc133c964ae1891dc88a26e8e09cf6aa8b99c4e618d76f0a1fb0ad6b00 2350 
fglrx-driver_10-12-1.dsc
 ebc6acd3ce2e616e244739a3b8ff9b7d7c0c034ccc72c7d1b04f1f9b508a67ad 86033612 
fglrx-driver_10-12.orig.tar.bz2
 e8dbaf665e9a85822912a6e517833154b0afd24bf83e607d0f2c0fedce110c55 114707 
fglrx-driver_10-12-1.debian.tar.gz
 66f246f1c9af9534e14a476b37b02a29e68b69b508aefd3b0ff729397706167d 1886 
fglrx-driver_10-12-1_amd64.deb
 a7c131b3fbac3b7ac6615150fe412b7a20f9824dfed95ebef1d25aa9b6cc9edc 4387308 
fglrx-control_10-12-1_amd64.deb
 3a34e3235ef86c497f0305a0d4f19d9243dc7f7700cf5a414282397895af6577 268626 
fglrx-glx_10-12-1_amd64.deb
 18c2031eb1efd22983f14ece43413813d1f0a52c844cdaa42a28156296ca83b3 1561340 
fglrx-source_10-12-1_amd64.deb
 4591cb90937f98d47879c21036fccfd3f3ae0dd58f04bd95002a82268a26d8df 147888 
fglrx-atieventsd_10-12-1_amd64.deb
 94f56a0e054e0deea7f34f0dd1af4e5ab169105bbc549600b9c50be15a29f5f6 1616954 
fglrx-modules-dkms_10-12-1_amd64.deb
 289b144cef3aa400420581bc7adc11b05ea21bb3940379e36633eaed277e6534 8383772 
fglrx-glx-ia32_10-12-1_amd64.deb
Files: 
 20ddaf1bfc75e83c51126a587f491cd7 2350 non-free/x11 extra 
fglrx-driver_10-12-1.dsc
 ebf57da9b354dbe447e155484d919445 86033612 non-free/x11 extra 
fglrx-driver_10-12.orig.tar.bz2
 db161a79009a9eedec0f9b820db7ab83 114707 non-free/x11 extra 
fglrx-driver_10-12-1.debian.tar.gz
 88de4d92f347a53fcc03dcfbafc16b09 1886 non-free/x11 extra 
fglrx-driver_10-12-1_amd64.deb
 84a0433bbd264fbe8b3b068fa919a69b 4387308 non-free/x11 extra 
fglrx-control_10-12-1_amd64.deb
 2ff4e5cd0e43643e56004b533ca4398f 268626 non-free/x11 extra 
fglrx-glx_10-12-1_amd64.deb
 222096a735404ad1e11942580627a3ca 1561340 non-free/kernel extra 
fglrx-source_10-12-1_amd64.deb
 5f5aac660085aa29edaf1c8570586293 147888 non-free/x11 extra 
fglrx-atieventsd_10-12-1_amd64.deb
 9ccb6401cae10eda493b43e37a8e5f26 1616954 non-free/kernel extra 
fglrx-modules-dkms_10-12-1_amd64.deb
 f1731ac788ce2395741b3f65f5d50f08 8383772 non-free/x11 extra 
fglrx-glx-ia32_10-12-1_amd64.deb

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

iQIcBAEBCAAGBQJNB6iCAAoJEBLZsEqQy9jkwqYP/0yLwmMm3qi9lc/MgWBVO9+U
AuzIM5QCCjUAFZjvhWtxRLeOTZbMe8PJOUSHiQo+ZIYTuwjY9Akpa/NbQv3hZ9oh
bQSVY89SpyFXeMBvP2vVkPBOUeuKC5zXhEvsYbDMesyIOyS5I2TH7NTkZARc5jDu
E8UnxCkIxVImTdPGjk4OmBKS/QeDfd3DEDKgULjLUYcf7Hh3RsAmpmSRE/xwgtZg
LdIk8vgyoOJuVOYVXtbq1iOLqL/gYN+w2asv/3oQGETlxd2wJeVqezZ5M8qTyZS9
jGdB1H59kbCn9D0pIzFqOCSXAp3hiESa3tkaRqwF+8VHwKY3jN/HDm9gHg4Hn1X1
/pc/E/fusP6oK1nKTA9RgNZ552b3S3B21hUPAwmjDcumhxsiBB1t24WW55u2YWMQ
K6nGqSDh0E9kJJM3X/Mm2yKHVh0N3SIJlv09EECSr8YTbaJHZV/xP2ZLiWj7UK/8
el1A9dFIdhn1FAg51KhqnubrG0J7pk6yq7xj6Z7DsGJ9a9qWhmnnM2qO+WUL0tPM
fcSGoj2fRm3lFMVlDFUdzm46BipqHkxRv8SA3ehUNF+NULJFflU7mn4lPCu6AFbV
J25XkbFaqVKm/79YtqYbBOsBs+xSlzb/TN2uD4xAddbjxr+GqykgxwobkVO/ly6k
jZoB+CFtomvSfLv1bSCg
=Nf9t
-END PGP SIGNATURE-


Accepted:
fglrx-atieventsd_10-12-1_amd64.deb
  to 

Accepted muroar 0.1.3-1 (source amd64)

2010-12-14 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 18:13:12 +0100
Source: muroar
Binary: libmuroar0 libmuroar0-dbg libmuroar-dev
Architecture: source amd64
Version: 0.1.3-1
Distribution: experimental
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 libmuroar-dev - minimalist RoarAudio client library (development headers)
 libmuroar0 - minimalist RoarAudio client library
 libmuroar0-dbg - minimalist RoarAudio client library (debugging symbols)
Changes: 
 muroar (0.1.3-1) experimental; urgency=low
 .
   [ Patrick Matthäi ]
   * Bump Standards-Version to 3.9.1 (no changes needed).
 .
   [ Philipp Schafft ]
   * New upstream release.
Checksums-Sha1: 
 d172ce5c78119cecd3c0f5c846268edc7331fd3e 1787 muroar_0.1.3-1.dsc
 458413a6a8439d6acd852a2acb58064e0b98db1b 18006 muroar_0.1.3.orig.tar.gz
 1f72cc743e04a5da7f92742987c69351310d5152 2992 muroar_0.1.3-1.debian.tar.gz
 7fdb583599062766a64d2800e4653d5892956ed6 13650 libmuroar0_0.1.3-1_amd64.deb
 a13d8e8f4a1a9f4e2f6ae5a9b013b38f8c0ea280 13204 libmuroar0-dbg_0.1.3-1_amd64.deb
 059148e641bcddf429f317932036e014a0aff407 13990 libmuroar-dev_0.1.3-1_amd64.deb
Checksums-Sha256: 
 d8f2b91e7c128edff9a3154bdf06a89f277392bf2af4d9bd11dcf901d2fbb3c5 1787 
muroar_0.1.3-1.dsc
 cd288eddd842ef412db534db261384c33c00e02439ac05ee4f38334f9dd10c11 18006 
muroar_0.1.3.orig.tar.gz
 c8bf568b93b3e79bc3536f9ef0ecd89f7cef92db6451b60e7333aa80ef0defb7 2992 
muroar_0.1.3-1.debian.tar.gz
 b8ec825448540bba787f882dd770688387d967492251b78a8c6ba66e43cda75a 13650 
libmuroar0_0.1.3-1_amd64.deb
 0b60449e4f5222dc69a7a7abbac6ed3d8602cb47186394efb612b41159eb42e3 13204 
libmuroar0-dbg_0.1.3-1_amd64.deb
 da02e4429df27f889b5bdf81a8f76dfc71e70f0d087521d297f1d18c3b0bc782 13990 
libmuroar-dev_0.1.3-1_amd64.deb
Files: 
 df07e1b50c2f97cfac74c719b149a971 1787 libs optional muroar_0.1.3-1.dsc
 ee2942b3e9cba82e8122470d92e70511 18006 libs optional muroar_0.1.3.orig.tar.gz
 24af7c0945014bd31bf12a9170e0f3c3 2992 libs optional 
muroar_0.1.3-1.debian.tar.gz
 74d0fbe136ded04ff88aa15e33585ff8 13650 libs optional 
libmuroar0_0.1.3-1_amd64.deb
 5e65ddde3ebd6bc9a32ef61bd4f4d967 13204 debug extra 
libmuroar0-dbg_0.1.3-1_amd64.deb
 d6ab4820620b5594a8bc4b70052b95ec 13990 libdevel optional 
libmuroar-dev_0.1.3-1_amd64.deb

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

iQIcBAEBCAAGBQJNB6iDAAoJEBLZsEqQy9jkWKEP/iOvZFBr7CuTr/PbliTxSquG
fb0mOMgilX3ov2Cgk9l6Wm2QzcYIzaS7apJ+qgh5udTBChBxEP05YUm3h68MaHHg
FIY27jRn638O2xGSzEtEeC/AWMbOCTWcQcWnqxKwqIUJOE0h+eZjAeymrqeYdCJO
3ktksaC4Qw09USqPaFn1y65L8YV7J5+JsFuihgM//n6FbmDoqdsRFCMvsOIc16/k
09v2Tlgewy0WxCgPCWbaebe/HeK2II7HGjiMepOqUUQ/tYp+tFClxKcaGPdwj7C/
n40jKJfgQZ9ZOsD7ullcGRw8r+ia/AMfEMpwgiLqlYh3YcLYNXQC6gxSIUXhubVN
4JJUTF/D7DTDeFYBm4tbvmwsWMV2n5c4PKj7/k/Yfgf9o6ycSMhrmIKwMSMNuik6
EmkVhNv8UZpHsia+V4uS8/2CPbiL+M1XxZUvYofu6xSbgmAMMQk4PzfCcQjIXTi8
Mti3XTMJetQgJ8UcLBsOA7RqjWdjNZ6oRTw5yk6Xvq8sHgXJ5Pf9/Mtbx8OcDIcb
26oh+yQ1/zKiCgDUgXVA/LtwVMBW+WbUCgZmGnLptyRDSl2HaY43GNLsq3u4+d2w
Zz0/0C6SKmqC45N7EHU8cSIzy50Q98fJOhu4P7jQP5EOFOb0Nn3LJYE5btFu7pK/
mAwRE0WEXl9v2ssMmWxn
=L07M
-END PGP SIGNATURE-


Accepted:
libmuroar-dev_0.1.3-1_amd64.deb
  to main/m/muroar/libmuroar-dev_0.1.3-1_amd64.deb
libmuroar0-dbg_0.1.3-1_amd64.deb
  to main/m/muroar/libmuroar0-dbg_0.1.3-1_amd64.deb
libmuroar0_0.1.3-1_amd64.deb
  to main/m/muroar/libmuroar0_0.1.3-1_amd64.deb
muroar_0.1.3-1.debian.tar.gz
  to main/m/muroar/muroar_0.1.3-1.debian.tar.gz
muroar_0.1.3-1.dsc
  to main/m/muroar/muroar_0.1.3-1.dsc
muroar_0.1.3.orig.tar.gz
  to main/m/muroar/muroar_0.1.3.orig.tar.gz


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



Accepted telepathy-gabble 0.11.4-1 (source amd64)

2010-12-14 Thread Jonny Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 14 Dec 2010 17:55:54 +
Source: telepathy-gabble
Binary: telepathy-gabble telepathy-gabble-dbg
Architecture: source amd64
Version: 0.11.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Jonny Lamb jo...@debian.org
Description: 
 telepathy-gabble - Jabber/XMPP connection manager
 telepathy-gabble-dbg - Jabber/XMPP connection manager (debug symbols)
Changes: 
 telepathy-gabble (0.11.4-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/control: Require a newer tp-glib.
Checksums-Sha1: 
 58d2237b32d3bfaabd3eb64236383cf78606097d 2451 telepathy-gabble_0.11.4-1.dsc
 4f0da7d64aaf146352f99d9f3239187ac5a2905d 3008627 
telepathy-gabble_0.11.4.orig.tar.gz
 178648e2cc750b9699f06e2862fedc5743b9b45e 10722 
telepathy-gabble_0.11.4-1.debian.tar.gz
 9ae6c1b3edde6a2ce024370d18a4c58ecbabbf63 1285068 
telepathy-gabble_0.11.4-1_amd64.deb
 1f61493e69d433901d06f7451ac84c14e3748471 1808220 
telepathy-gabble-dbg_0.11.4-1_amd64.deb
Checksums-Sha256: 
 875007c4c72390397ac139b36a9ae2da34ff36a398da9f4329c52e9a13690c2d 2451 
telepathy-gabble_0.11.4-1.dsc
 685fa5803e67af596f3a686c9fc956947bb134aad4eae9f5ef8805d78ce00293 3008627 
telepathy-gabble_0.11.4.orig.tar.gz
 8a6a7d757c14a3a4412ec7be171e85ccd319a23e3df23435b3f94b6a1ce1d4cd 10722 
telepathy-gabble_0.11.4-1.debian.tar.gz
 1c4a5f6a7480830dfb1e0c9721f721966d79cb99c3e2da9070b220ab3b391442 1285068 
telepathy-gabble_0.11.4-1_amd64.deb
 f3ef2a255b41fa72f7122b1a171243be87351985dcfc4b1b9b908839e20664b8 1808220 
telepathy-gabble-dbg_0.11.4-1_amd64.deb
Files: 
 90aacb83321e4098d84bc8d28b1e0a7d 2451 net optional 
telepathy-gabble_0.11.4-1.dsc
 02c8c0c0a0030ee75997d462c97f0ab0 3008627 net optional 
telepathy-gabble_0.11.4.orig.tar.gz
 604acc79daaf50a995ba8ecdb3d8b928 10722 net optional 
telepathy-gabble_0.11.4-1.debian.tar.gz
 4efef3b082ddb7b58a700dbabb8629b7 1285068 net optional 
telepathy-gabble_0.11.4-1_amd64.deb
 88f3f09553ad1d78aef338643e44a6b6 1808220 debug extra 
telepathy-gabble-dbg_0.11.4-1_amd64.deb

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

iQIcBAEBCgAGBQJNB7BdAAoJEIGBI4OtKJdV+QsP/R24PNi0Mn0PPKlkDO/Xusta
Gr27xAZXDeKQLi4BZANOyGQI4wzVz1zj9GpC/OhQ+jK2HVh+1AAr16HCkIowpKBy
Q7YNclecZTO/byIyih56kwdZnxEReQr7T8G3eWfQsb6FFR1qGCQakLgI0nUaRdGM
TMY21pny2knJp0rGhR5IV7MDqgkm0ylWVT/zh3tAx9y3BfPaWDIK+YiXhs6+9sgW
iMDTKP+ph+sM0DEpdcSrzvY0BfAm0utgkPTjGa5l9fRd9+eboRJGX0XyZRpd+vHT
CXEIcww6vMRxCuL+ScXJD4NY1csEM01k/yNpSF0tWDqNA6RdqJqq7R7pQk8SFv6s
t78efgMxXjlbcbEcmyoEz8lVd+eyfxsPosVjlp7KIZYiA9dWCMNrghX0155XF8Nh
DYy2JmwcQ6YS6rtBIkcdksJfvB6cZkIEX9JoYhFC6NOX6No+u80lND5g7/GXzayb
9u7tQhtG/uyZ7ZR2ukqpHWzowb3h75mPg/LjYjgFDtWVDGidByYIU98hUIi+bkqR
vsgvug53ak3V4Vafagsx7gznvdMYxnVIuUqMU0nFXrXO5yJC/puO1m4RJhDMLSm0
pQ36B7tMlLAhtWXKexWVcLeLrpernbMyTd7A/xzpE0t0xgG9n1AISMcOFVPNSjeg
qRNAViyIgU07V9rlsnuk
=SRXS
-END PGP SIGNATURE-


Accepted:
telepathy-gabble-dbg_0.11.4-1_amd64.deb
  to main/t/telepathy-gabble/telepathy-gabble-dbg_0.11.4-1_amd64.deb
telepathy-gabble_0.11.4-1.debian.tar.gz
  to main/t/telepathy-gabble/telepathy-gabble_0.11.4-1.debian.tar.gz
telepathy-gabble_0.11.4-1.dsc
  to main/t/telepathy-gabble/telepathy-gabble_0.11.4-1.dsc
telepathy-gabble_0.11.4-1_amd64.deb
  to main/t/telepathy-gabble/telepathy-gabble_0.11.4-1_amd64.deb
telepathy-gabble_0.11.4.orig.tar.gz
  to main/t/telepathy-gabble/telepathy-gabble_0.11.4.orig.tar.gz


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



Accepted traceroute 1:2.0.17-1 (source i386)

2010-12-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 19:29:54 +0100
Source: traceroute
Binary: traceroute
Architecture: source i386
Version: 1:2.0.17-1
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann dan...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 traceroute - Traces the route taken by packets over an IPv4/IPv6 network
Changes: 
 traceroute (1:2.0.17-1) experimental; urgency=low
 .
   * Merging upstream version 2.0.17.
   * Switching to source format 3.0 (quilt).
   * Updating to debhelper version 8.
   * Updating to standards version 3.9.1.
   * Removing traceroute-nanog transitional package.
Checksums-Sha1: 
 5dd3867980598e06008c8ef28437408aeeb8adc8 1248 traceroute_2.0.17-1.dsc
 a8d2fbdb0108286318a816bd20019aaff3f4708e 65252 traceroute_2.0.17.orig.tar.gz
 cbb92e0d3275a03e602e5508260fccc8ab66fdf9 7438 traceroute_2.0.17-1.debian.tar.gz
 c0fd316134016acca8d55a34f524632bac57c291 48908 traceroute_2.0.17-1_i386.deb
Checksums-Sha256: 
 2b88296295deee07b0dd2b1c33869d1b12eb3add6483397765d4d9f58df51219 1248 
traceroute_2.0.17-1.dsc
 8c828f3d357723cec5d633f0cee681caa8f512b56806e753f1a063a6522638e6 65252 
traceroute_2.0.17.orig.tar.gz
 13bdb382375e4efd0860ee68e2c143132d6bfa118a2c71a3be67cf6bdafede86 7438 
traceroute_2.0.17-1.debian.tar.gz
 add17179f1b5f129e97274a8b0892af7262cb5b656a7739d2947468523b7b953 48908 
traceroute_2.0.17-1_i386.deb
Files: 
 58fa19d7d885658dd969cf783cf18a5a 1248 net important traceroute_2.0.17-1.dsc
 01b609719249db7bc6de12167d2f4dc9 65252 net important 
traceroute_2.0.17.orig.tar.gz
 cabf5590c3f04ab109acb0a3f0588471 7438 net important 
traceroute_2.0.17-1.debian.tar.gz
 d11e9434660078b4d5175618695ac65c 48908 net important 
traceroute_2.0.17-1_i386.deb

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

iEYEARECAAYFAk0Ht/wACgkQ+C5cwEsrK55NFwCdGuJiCVGJCBT2yR95WiBjF368
CxUAnRTWYDc3vAOAI7ClgkSWhJMWVIwj
=E2Ba
-END PGP SIGNATURE-


Accepted:
traceroute_2.0.17-1.debian.tar.gz
  to main/t/traceroute/traceroute_2.0.17-1.debian.tar.gz
traceroute_2.0.17-1.dsc
  to main/t/traceroute/traceroute_2.0.17-1.dsc
traceroute_2.0.17-1_i386.deb
  to main/t/traceroute/traceroute_2.0.17-1_i386.deb
traceroute_2.0.17.orig.tar.gz
  to main/t/traceroute/traceroute_2.0.17.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/e1pszty-0006eu...@franck.debian.org



Accepted pdftk 1.41+dfsg-10 (source i386)

2010-12-14 Thread Johann Felix Soden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 14 Dec 2010 20:36:20 +0100
Source: pdftk
Binary: pdftk
Architecture: source i386
Version: 1.41+dfsg-10
Distribution: unstable
Urgency: high
Maintainer: Johann Felix Soden joh...@gmx.de
Changed-By: Johann Felix Soden joh...@gmx.de
Description: 
 pdftk  - tool for manipulating PDF documents
Closes: 607018
Changes: 
 pdftk (1.41+dfsg-10) unstable; urgency=high
 .
   * Do not create a random owner password if only user password should
 be set. (Closes: #607018)
Checksums-Sha1: 
 0a36718cfd4c56394f3f96e348833c8da51d124d 1878 pdftk_1.41+dfsg-10.dsc
 ff77f65545c3a39ac052e515644d347f1aaf4410 31161 pdftk_1.41+dfsg-10.debian.tar.gz
 894865f601859d6596a04562cbf58b5fd67a759e 85798 pdftk_1.41+dfsg-10_i386.deb
Checksums-Sha256: 
 87b621ebbb35d9aa6d50eff48257ade7ae0c3706480bc571ccb02b6bfdf71478 1878 
pdftk_1.41+dfsg-10.dsc
 4af85a85ca0959b93c38161e451544546d3f7f1a5b6766013aaeac312fd91f70 31161 
pdftk_1.41+dfsg-10.debian.tar.gz
 b19bd196a8e20d0a1ab3eae6f551503f1e79e9af290d4166a189f23148b57f0d 85798 
pdftk_1.41+dfsg-10_i386.deb
Files: 
 49089fa12a1255d4a6f171dbcabaf0f3 1878 text optional pdftk_1.41+dfsg-10.dsc
 602a2958d02a6c107720528b7ac117c0 31161 text optional 
pdftk_1.41+dfsg-10.debian.tar.gz
 183076dfb65da5d7d4c44e5ac924ba55 85798 text optional 
pdftk_1.41+dfsg-10_i386.deb

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

iQIcBAEBCgAGBQJNB85MAAoJEINZGTv9ywnEwckP/3jR7orXSTT+T/vPQvnSvfaa
qYRnnGL5ZatJqZtEcm/YilgQgmHZ4JJn6S+PKoEAxIx8T2PqSSEG4KCGgZWgLuJ4
8AeJ0HsbZdiXftkec5Ot1bjr7OoNiVVxtVbx7gI1mjkPpDTFbvxfV2ehVMbVswnD
avEG9VkLxgwDnK5W7kzBGnZHyIEsa/+p1pgzIH9LpuXnH4twv026/1V5ZHF03c+M
akyj7v0T6/CsdbE1a9EXQlpOPc/6Hb89ymf3ShkgDNm6CU+MTmAA22h6FG6shud8
JGRB+soWUathzaEnnQmH+Dxcv5JYq+OGZjjIUBXVCpleqTSZR5Fl0RBIPDsvKCsc
AD2vaLupUYtgRA1LcjjVMSEDeHdDyTHCnqhNyXQy6Okm48g5hPSLtjplf+bx7DEA
AG+ZV+q4wTl+h8jnUB/l5dt6rfbt39noP2ntMrg2AB5m67NWs5biYVK2BQlKLVta
ZoZXdVe9Y5ywcKO6Ngv1gH9r5XNjIXSoCSM/N+FZ1sjnv/BE24EIYPf9Pz7/gIwd
2oU3fOmbfVkdZdwX8p3n3aum/JZVR2vYlRb8/Mcg+BYCcCozStf4dstdPUcS+LK1
ZYiswJdgFO30GQ7hE//MLsmgLxFN+A2KLOo5O0B0+ofuEwPKbf71uTeNuO02as/Q
b36PidyojYM8T19msYdN
=7Jm3
-END PGP SIGNATURE-


Accepted:
pdftk_1.41+dfsg-10.debian.tar.gz
  to main/p/pdftk/pdftk_1.41+dfsg-10.debian.tar.gz
pdftk_1.41+dfsg-10.dsc
  to main/p/pdftk/pdftk_1.41+dfsg-10.dsc
pdftk_1.41+dfsg-10_i386.deb
  to main/p/pdftk/pdftk_1.41+dfsg-10_i386.deb


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



Accepted gst-entrans 0.10.3-1 (source amd64)

2010-12-14 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 14 Dec 2010 21:43:33 +0100
Source: gst-entrans
Binary: gst-entrans
Architecture: source amd64
Version: 0.10.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GStreamer team 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 gst-entrans - transcoding and recording plug-ins and tools for GStreamer
Changes: 
 gst-entrans (0.10.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Ease building with git-buildpackage:
 + Git-ignore quilt .pc dir.
 + Add dpkg-source local-options.
   * Update copyright file:
 + Extend copyright years.
 + Reorder Files sections to list wildcards before file-only lists.
Checksums-Sha1: 
 22a9e8693b9efe91493b3de024548100056072ec 2171 gst-entrans_0.10.3-1.dsc
 f07ba8a5723f169131007455bd9b61339bcad859 819738 gst-entrans_0.10.3.orig.tar.gz
 fa2cffb45cdf1854e83d365fb4c76c31b1cd4725 8794 
gst-entrans_0.10.3-1.debian.tar.gz
 66005ff5350f680d5d981809e649b7f701e2a89e 244068 gst-entrans_0.10.3-1_amd64.deb
Checksums-Sha256: 
 2df810ad83b68fecbe2c48f3fdcc4f16ee43958c800022947b403a87146eed83 2171 
gst-entrans_0.10.3-1.dsc
 04a04d5e2d5d2e6ec6b5391526e67fa04660cd0a2094bd14d5e9ec6a3e702b0a 819738 
gst-entrans_0.10.3.orig.tar.gz
 8edc38729decfa8e355eee6bd38d8e5a092f0862e834f95662361490c2cf70e1 8794 
gst-entrans_0.10.3-1.debian.tar.gz
 9aa84eba384bc6d36b9bcb7fe974d28f1547b5c09494a52fa883cfe42fd5e216 244068 
gst-entrans_0.10.3-1_amd64.deb
Files: 
 9b3262a3cd40fca1689fea1d833a2a95 2171 video optional gst-entrans_0.10.3-1.dsc
 80b7d32ac65d367b51604816ddb582fd 819738 video optional 
gst-entrans_0.10.3.orig.tar.gz
 745e47d28ea4b36603b1346a10aa9edd 8794 video optional 
gst-entrans_0.10.3-1.debian.tar.gz
 779e2a1856373c51a13b5382aa28634d 244068 video optional 
gst-entrans_0.10.3-1_amd64.deb

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

iQIcBAEBCgAGBQJNB9i6AAoJECx8MUbBoAEhoZEQAK4r+qWGMP1ICvLeAnF63pXD
IDbP4QQs+zSIdrfKLx2kPG5cCGWxhfRwzAXUCg5HljkjF934PBhHxdm9rj3Nf4+3
OqH33cY9cU1OQDNxNJvsLYK49bMhqdUx9RhF+mS5LpEp+/FSW8UbhCWyEXso8BHw
eUgGYBb+0q4Jm9NV/A/UO0nrGWYNBdIv1q2bqPo0ZU2K4UU3nq37KKb2ZN3jOsO7
ZxZMX3qvWRjxERzQ2V56MAIcQ01alfUOLAiWTfP6b+lUo5nJxOZbFPZSXjrr1Dbv
RMiTWK87J8lBH7k6pXi+nwfExW0KDyMVCQpyHsjEaI2na6cCc/2hUx2wyt8h2p4J
PJRUGCNmcvjZARDXMl524V/Jt2FI2tjA1CxXQVfTgxkZjykyRMucsug67N3Atu6b
TlHb8QWv1ua+1Q3EkJ7iGxoXf4bvfg7zhVfgyeOdg5UyxbYMbjp8ErqvYG4S8BgY
VffAoLB15qC1CzoFelQKETyVzqGjVTySksMAFwQ2DG2OwlSpWZVAq2zvuWrx/vnQ
TDL4nm93R72BgLCdc47xGs+chwOoD5Z8WyvXV0YqKQILEGqfRSczfSp6GuXhaZNn
Vo+j9loKxnSvm/ljTRE4lvZLJ8+n5F8nz90fo6LhLtLqdvb5cF01mmnEIBMAXIwa
BDbG61iJejSOEo+O5JnW
=M0hM
-END PGP SIGNATURE-


Accepted:
gst-entrans_0.10.3-1.debian.tar.gz
  to main/g/gst-entrans/gst-entrans_0.10.3-1.debian.tar.gz
gst-entrans_0.10.3-1.dsc
  to main/g/gst-entrans/gst-entrans_0.10.3-1.dsc
gst-entrans_0.10.3-1_amd64.deb
  to main/g/gst-entrans/gst-entrans_0.10.3-1_amd64.deb
gst-entrans_0.10.3.orig.tar.gz
  to main/g/gst-entrans/gst-entrans_0.10.3.orig.tar.gz


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



Accepted libapache-htgroup-perl 1.23-1 (source all)

2010-12-14 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 09:11:01 +
Source: libapache-htgroup-perl
Binary: libapache-htgroup-perl
Architecture: source all
Version: 1.23-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 libapache-htgroup-perl - interface to Apache authentication group files
Changes: 
 libapache-htgroup-perl (1.23-1) unstable; urgency=low
 .
   [ Nicholas Bamber ]
   * New upstream release
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Refer to Debian systems in general instead of only
 Debian GNU/Linux systems. Add GNU to the GPL-1+ license stanza.
Checksums-Sha1: 
 af8dcbc81d38a5632d66fc4a3e9aa32ef1ba89be 2032 libapache-htgroup-perl_1.23-1.dsc
 f7d3422bcfdcdb99c53be9f2fddb708258efa5b2 11584 
libapache-htgroup-perl_1.23.orig.tar.gz
 f086dea14eba245888ed6131d3a1bbbe166a 1732 
libapache-htgroup-perl_1.23-1.debian.tar.gz
 33057c854c17528df52b4c059f4897e69d55f279 8130 
libapache-htgroup-perl_1.23-1_all.deb
Checksums-Sha256: 
 9be4b81fdfc28368561b3a1deaea79b246cb76834d1fd794cb62a25e534739ca 2032 
libapache-htgroup-perl_1.23-1.dsc
 915ddf0d60c7889f417646a6f998c264626336306b906e3a7e21d25eaafb986c 11584 
libapache-htgroup-perl_1.23.orig.tar.gz
 a0b14837ab9f0e503899e9fa0e6b76eeade32b6ce2e4097e07f889edbefdf1f6 1732 
libapache-htgroup-perl_1.23-1.debian.tar.gz
 1347b3602c91af39ef4ed0adc45c36a156996156541d78e5e524fcc09ea9d826 8130 
libapache-htgroup-perl_1.23-1_all.deb
Files: 
 bc0ece48256c28c97734179ccf7684fb 2032 perl optional 
libapache-htgroup-perl_1.23-1.dsc
 a547b16df9255f3d4c1aaf64e36944ed 11584 perl optional 
libapache-htgroup-perl_1.23.orig.tar.gz
 dd62da137973d3443912972421fe1875 1732 perl optional 
libapache-htgroup-perl_1.23-1.debian.tar.gz
 6e6b9f56fcd9c2609f2249fb754999f4 8130 perl optional 
libapache-htgroup-perl_1.23-1_all.deb

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

iQIcBAEBCAAGBQJNB9n7AAoJEHidbwV/2GP+6lQQAL8jR8PtfFnLg5Cd3ZSpy4WM
4S4Htd/vfNb1YxOpGKAXRfcgXyUNdC0G+NqrnZ7ISyT3It+IEtzmQ86bAToNId9E
RJHLLeYxMSPeCN+jG1inpxte50ERyNkiTtTyUAUTXY6an93G3keRz/RUa45w0VJ0
gwbN7BhLEdtExFzZFW1eShWbij/WDDoRh2rMk0kq+liMjQrfjJRkvs+PE7eZRLrF
Bz6iO6Hfkq+QZ2S4ipA9MYbVh5MW11+RM/1OVTaz26uptfuJi56/z25kF+ohUSNN
uIsCVLgkUUdgYjcilg0gxXUAp8lTNyDK3dZMjKcvLj6lctRkFC2RpUvLwQqoClh0
myCiTUNcK5BuqlgU3ERHlDk3fpmfOxKdy63x6jKraZt7mMoiUahCQFUoJ4AuO8O2
qJNjJyiCLnauST9XKYWMq2wLRPma/wMYTBpJu+/+Tkr2JbgNO4bJoLf8VX3boi84
Bshsy6jhALVMFDsidtk5jyt12Y04dpuquGkKSQPl1LagiR8s46sCQqjvuVOYwyAS
CZofKmZkgNCf8tRw7OjOve3XYEzaIFPbIxmq/ravpVcrnJM3lMtxeMmGwKxuf3e7
1n35AaWrdlH5jMMc0QlSUhnfZ8T8lj9ISgG2o0GCb+IFO73p1u+hYKMr+30XIbHu
nShqOBe8tcOm1TITiZqu
=mQqr
-END PGP SIGNATURE-


Accepted:
libapache-htgroup-perl_1.23-1.debian.tar.gz
  to 
main/liba/libapache-htgroup-perl/libapache-htgroup-perl_1.23-1.debian.tar.gz
libapache-htgroup-perl_1.23-1.dsc
  to main/liba/libapache-htgroup-perl/libapache-htgroup-perl_1.23-1.dsc
libapache-htgroup-perl_1.23-1_all.deb
  to main/liba/libapache-htgroup-perl/libapache-htgroup-perl_1.23-1_all.deb
libapache-htgroup-perl_1.23.orig.tar.gz
  to main/liba/libapache-htgroup-perl/libapache-htgroup-perl_1.23.orig.tar.gz


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



Accepted libmail-gnupg-perl 0.16-1 (source all)

2010-12-14 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 21:30:00 +0100
Source: libmail-gnupg-perl
Binary: libmail-gnupg-perl
Architecture: source all
Version: 0.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libmail-gnupg-perl - Perl module for processing email with GPG
Closes: 592503
Changes: 
 libmail-gnupg-perl (0.16-1) unstable; urgency=low
 .
   * New upstream release
 - Fix for bug in decode using wrong method to get mime decoded
   (Closes: #592503).
   * Refresh 02_doc-meme-sigs-verification.patch patch.
   * Bump Debhelper compat level to 8. Use now Build.PL.
   * debian/control:
 - Move perl to Build-Depends for Module::Build use.
 - Bump versioned Build-Depends on debhelper to (= 8).
 - Add gnupg to (Build-)Depends(-Indep).
 - Add Suggests on gnupg-agent for gpg-agent support.
   * debian/copyright: update Maintainer field.
Checksums-Sha1: 
 564ed1d950860e0c8ba4769e4dc4d3df7bbdc81d 2176 libmail-gnupg-perl_0.16-1.dsc
 5ca3dce5e9073927c4355c0d7bda42b6284eaf86 59000 
libmail-gnupg-perl_0.16.orig.tar.gz
 46168ffd2d1ce86e93b3b8fd13122bfb907af2b2 3486 
libmail-gnupg-perl_0.16-1.debian.tar.gz
 8b42ad85cdb0fa3454445520fe64e0c3b4e1eccc 17112 
libmail-gnupg-perl_0.16-1_all.deb
Checksums-Sha256: 
 27f5566992784a7b730ce3d6bc32eb3745445d53e86174eaa099dc83cbff4617 2176 
libmail-gnupg-perl_0.16-1.dsc
 3473dc22cb3952928e19f86130614d152eb425a1a1c327bed17ad386af5e 59000 
libmail-gnupg-perl_0.16.orig.tar.gz
 c11fd4473918dc1125570d2c23092821ca281b59e4252e3a16b30fc69c95184c 3486 
libmail-gnupg-perl_0.16-1.debian.tar.gz
 d026c7d74b1fa5c5b12d28ce8abd1f5f0a0d455da259848c6779e66b10405a1a 17112 
libmail-gnupg-perl_0.16-1_all.deb
Files: 
 5704ac5be58c1e3f94183b330aa39013 2176 perl optional 
libmail-gnupg-perl_0.16-1.dsc
 ab13896e4410563c2c4f92f7de6684ae 59000 perl optional 
libmail-gnupg-perl_0.16.orig.tar.gz
 fd61f2a863a808c9193cb79ed80ccace 3486 perl optional 
libmail-gnupg-perl_0.16-1.debian.tar.gz
 dbd161f27247f90d4bc0d7051d64f7d2 17112 perl optional 
libmail-gnupg-perl_0.16-1_all.deb

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

iQIcBAEBCAAGBQJNB9brAAoJEHidbwV/2GP+gpUP/jLGJlHiaKqKPq3NKRtdk0kL
FDM58HH3cQ6tC09vP7hmSS1mQLFCj3//b2IW4GZ3XwmrnuMHcM/kvgCrKGr42Z8s
cEce4RJeLsKWx+NigCZxb+6e/Pnkm6WSpiGn/O96ZhuMoKP+Sy0ejY1re5tbfPyD
AI3ISdQ5osAuzC9qDZy3XmAgQcw+H4/iJVMqWzsmMsD++oFz/GhEy+ehNBOZRWqZ
4ixdhxiUOMF6kbZ0ZtlclddfgzaM0xC+YiCNfWTWzDI2zZm/zx5yIVrerQmwULQY
MGHL1YZyQVty9uYpjbErz1OX4oVe0yOtRZAHVVajBatUZK16C5BpHNsYjv1A9NVm
3F9kBHf86YsuM3Tm+eWmJ0EcX/1Fyy0hSz6P2QS3JFJgVU4KNcx/U3MvOXUclJOo
TScUzTPUmsZwrAjpa2wwUSo8N0mMfypwhKKrcAt9OhX5nd6UkHUF5BNUaNuxaaQ6
d9G6V8F1CKlfuk3dxbrmbKC+k399tqPJxFJE5myC7+SdYc1ZcUemFTCtKbqlg7Gn
37m4T2oeXXz9mZsbOWzbDDme6byTuhj3bQbFC2XTbW7jN6t6W16IrtDbOiYASwFX
AZhMe4zmd5WWky8h869HUvc0Qz4yEzSpOISeiaaG0PPT01rjxVQ3QPw6P4MKXIdw
+mieb19UdLDfylIAqiXX
=51zp
-END PGP SIGNATURE-


Accepted:
libmail-gnupg-perl_0.16-1.debian.tar.gz
  to main/libm/libmail-gnupg-perl/libmail-gnupg-perl_0.16-1.debian.tar.gz
libmail-gnupg-perl_0.16-1.dsc
  to main/libm/libmail-gnupg-perl/libmail-gnupg-perl_0.16-1.dsc
libmail-gnupg-perl_0.16-1_all.deb
  to main/libm/libmail-gnupg-perl/libmail-gnupg-perl_0.16-1_all.deb
libmail-gnupg-perl_0.16.orig.tar.gz
  to main/libm/libmail-gnupg-perl/libmail-gnupg-perl_0.16.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/e1psc1t-0008ki...@franck.debian.org



Accepted mpmath 0.16-1 (source all)

2010-12-14 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 21:12:40 +0100
Source: mpmath
Binary: python-mpmath python-mpmath-doc
Architecture: source all
Version: 0.16-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-mpmath - library for arbitrary-precision floating-point arithmetic
 python-mpmath-doc - library for arbitrary-precision floating-point arithmetic 
- Docum
Changes: 
 mpmath (0.16-1) experimental; urgency=low
 .
   * New upstream release
   * debian/watch
 - updated to fetch the full (code+doc) tarball
   * debian/control
 - bump Standards-Version to 3.9.1 (no changes needed)
Checksums-Sha1: 
 c07d98cc7f88bb57f1d9f83f08618575fcdf934b 1434 mpmath_0.16-1.dsc
 adb373fe871130dac52385515ff3d81c8e05b30d 2074878 mpmath_0.16.orig.tar.gz
 e9fdde4b90a3bed51aba651ad0b620da1da67230 5006 mpmath_0.16-1.diff.gz
 8d5a52d3afda56c7174e68951166ce0845a2650f 460758 python-mpmath_0.16-1_all.deb
 5a1cba0aa6f0ce843da2e49be2d1910c6a9252f1 4235656 
python-mpmath-doc_0.16-1_all.deb
Checksums-Sha256: 
 d18c88e1e87c8a13b4c4e976339a1c6797feaa5404d8d2c89adfe0d60393b0f6 1434 
mpmath_0.16-1.dsc
 77061632dc50f7fbf7eb60c2814e1f08cc1f62ab563866b6c575afbba395e49a 2074878 
mpmath_0.16.orig.tar.gz
 6e42de0339e3e36d61dfab53b369337e8be1f008334e3d58e65148943f93c94a 5006 
mpmath_0.16-1.diff.gz
 57e4ceba931dad1010004b8f77627b1d0a543e06d6fd466c962544a4ccc45928 460758 
python-mpmath_0.16-1_all.deb
 a128d81bafcfd62028cd8ba7c9a745c0fd5f4bea9acacf47aa14a2632d8f9364 4235656 
python-mpmath-doc_0.16-1_all.deb
Files: 
 b5b6267936d455144bef0b24389f3662 1434 python optional mpmath_0.16-1.dsc
 2ff391049f902e54fb82c9d942e8558f 2074878 python optional 
mpmath_0.16.orig.tar.gz
 86fe6dbed684469b177287d5d513e1eb 5006 python optional mpmath_0.16-1.diff.gz
 68e97ec5bf714f5deb03bbc65ad2e24f 460758 python optional 
python-mpmath_0.16-1_all.deb
 3e6e51443b2862e418a9f8cd86379cf7 4235656 doc optional 
python-mpmath-doc_0.16-1_all.deb

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

iEYEARECAAYFAk0H0d0ACgkQAukwV0RN2VBfAACghOLK7gmJh/IG8iOq1fb8HSVt
DD0AoIDfEOZxFS9+YWp4H22V8eZ4EbLJ
=ytWJ
-END PGP SIGNATURE-


Accepted:
mpmath_0.16-1.diff.gz
  to main/m/mpmath/mpmath_0.16-1.diff.gz
mpmath_0.16-1.dsc
  to main/m/mpmath/mpmath_0.16-1.dsc
mpmath_0.16.orig.tar.gz
  to main/m/mpmath/mpmath_0.16.orig.tar.gz
python-mpmath-doc_0.16-1_all.deb
  to main/m/mpmath/python-mpmath-doc_0.16-1_all.deb
python-mpmath_0.16-1_all.deb
  to main/m/mpmath/python-mpmath_0.16-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/e1pscff-0001oi...@franck.debian.org



Accepted xboard 4.5~git20101120-1 (source amd64)

2010-12-14 Thread Vincent Legout
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 12 Dec 2010 19:03:24 +0100
Source: xboard
Binary: xboard
Architecture: source amd64
Version: 4.5~git20101120-1
Distribution: experimental
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Vincent Legout vinc...@legout.info
Description: 
 xboard - An X Window System Chess Board
Closes: 597127 604610
Changes: 
 xboard (4.5~git20101120-1) experimental; urgency=low
 .
   [ Vincent Legout ]
   * New upstream version (Closes: #597127)
 - Update patches
 - Remove 12_file_browser.patch: Merged upstream
   * debian/rules:
 - Update VERSION
 - Do not run autoreconf -i and remove the override_dh_auto_clean target
   which is no longer needed.
 - Do not build with --with-Xaw3d anymore (Closes: #604610)
 - Explicitly set sysconfdir to /etc/xboard/. xboard.conf is now installed
   in /etc/xboard automatically, debian/dirs becomes useless and can be
   removed
   * debian/control:
 - Remove the build dependency on automake and xaw3dg-dev
 - Bump Standards-Version to 3.9.1
 - Update long description, thanks to H.G.Muller
   * debian/preinst: Fix maintainer-script-without-set-e lintian warning
   * Remove useless arch-dep-package-has-big-usr-share lintian override
   * debian/watch: Set version to 3
   * debian/copyright:
 - Update date and license of XBoard
 - Add a copyright statement for the filebrowser
   * debian/patches/01_note_about_missing_fonts.patch: Added
 .
   [ Clint Adams ]
   * change my uploader address
Checksums-Sha1: 
 471830847d366926fca1b692f14874a015e33fc1 1419 xboard_4.5~git20101120-1.dsc
 8b5ea9520b16b6ca32eaa35612af41f68d6e3794 2314883 
xboard_4.5~git20101120.orig.tar.gz
 9f4479a00d2ed2caf4b2c3927cfb2a064d5fa994 19228 
xboard_4.5~git20101120-1.debian.tar.gz
 d9eea923681d0544a551319a3e4b6f7c52cca285 858650 
xboard_4.5~git20101120-1_amd64.deb
Checksums-Sha256: 
 3ddf2d13f85c775712fc04041a66633ce00c1f89ad36ed978f29f473137299b4 1419 
xboard_4.5~git20101120-1.dsc
 35d76510475adc226d48ee0c51803073c26bacbf7ad0cd85b27067c0dda766cc 2314883 
xboard_4.5~git20101120.orig.tar.gz
 2e4c281cbeabce7b45dca7e321f838c82b8b31efac574a95753f706c34854f25 19228 
xboard_4.5~git20101120-1.debian.tar.gz
 8e723a0bffa599e0fb8240db1744dcd999eff315ffddaf8dbfa627d3e36f06c8 858650 
xboard_4.5~git20101120-1_amd64.deb
Files: 
 bc24e279a328fb70b344257e168e9aa1 1419 games optional 
xboard_4.5~git20101120-1.dsc
 5e4c16b1e75c4aba630adda567a01057 2314883 games optional 
xboard_4.5~git20101120.orig.tar.gz
 dc17bf7615c9ac6996516ffb6e454d1b 19228 games optional 
xboard_4.5~git20101120-1.debian.tar.gz
 bbe676d828198f8f70e906333ca8b9c8 858650 games optional 
xboard_4.5~git20101120-1_amd64.deb

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

iEYEARECAAYFAk0H25sACgkQsKTFpDfZQSz2ogCgmXWXO+Xydvbkzrz8FG/EW1c/
FcYAnj4KWHa4QYo4o+MGOLjBy26nlZ6O
=9g1u
-END PGP SIGNATURE-


Accepted:
xboard_4.5~git20101120-1.debian.tar.gz
  to main/x/xboard/xboard_4.5~git20101120-1.debian.tar.gz
xboard_4.5~git20101120-1.dsc
  to main/x/xboard/xboard_4.5~git20101120-1.dsc
xboard_4.5~git20101120-1_amd64.deb
  to main/x/xboard/xboard_4.5~git20101120-1_amd64.deb
xboard_4.5~git20101120.orig.tar.gz
  to main/x/xboard/xboard_4.5~git20101120.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/e1pscfq-0001qd...@franck.debian.org



Accepted drawtiming 0.7.1-3 (source i386)

2010-12-14 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 14:26:14 +0200
Source: drawtiming
Binary: drawtiming
Architecture: source i386
Version: 0.7.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Electronics Team 
pkg-electronics-de...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 drawtiming - tool for documenting hardware designs through timing diagrams
Changes: 
 drawtiming (0.7.1-3) unstable; urgency=low
 .
   * Revert source format change, and apply patch directly to diff.gz, in
 order to get freeze exception for squeeze.
Checksums-Sha1: 
 88fd8f8b164e3f059196ab751a53094f9826c780 1711 drawtiming_0.7.1-3.dsc
 a17c312be57cf2d21479aa9a0b501f1421db53a1 3067 drawtiming_0.7.1-3.diff.gz
 956779d3a4b420ed5bd80c5dd636087c5b17c418 48318 drawtiming_0.7.1-3_i386.deb
Checksums-Sha256: 
 a5783b7e9046c79d13d5f6ea48341dcb2ed84d3d9a7bb22a6a9aa27b4bdf0051 1711 
drawtiming_0.7.1-3.dsc
 eb9c9537ccd6faace80bc91189ce0e6a780a631b4d0f1a43a8394564667e855f 3067 
drawtiming_0.7.1-3.diff.gz
 9948e57194e05d34bb1b2881c1356bd2c77617a8d6ccd0f4bc29ae16d3097c0c 48318 
drawtiming_0.7.1-3_i386.deb
Files: 
 8bda8ab0e60d1e721a0224df04feb96e 1711 electronics optional 
drawtiming_0.7.1-3.dsc
 158bfcd96ab047e59e1f0d662ed9f0d9 3067 electronics optional 
drawtiming_0.7.1-3.diff.gz
 77290d049941dddb9649bbd43e1a295a 48318 electronics optional 
drawtiming_0.7.1-3_i386.deb

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

iQEcBAEBCAAGBQJNB9/lAAoJELwZapTt3aG3sFcH/2j2LzUkfWJa707rX1G4F0fP
oxB3YEtO8iQeUIdmusAhP//Nm6WqvgU2tf2oIPCuXm+EWqr6rzGLCASGKpjZZ+oH
9/MS/RFj3F7/Dp33uPHBIDQ6rmSvOeUPIjqe15XgkZq14P25sQQvt2Wo+NNv+qTY
8+SwRHEE/G54Ed/uIZI7/NATh+tFj25VnP5pmcrNUsn0fkBelgTBDEFYRPOwHAxX
+cACUCFSV5R5vHUJAwXR8Z4OMS486Hh3yQJAPEQ/v9Y0njTdrnwASONT0dKtsSi2
Kx/r2KopDzUG+9+AybjNvYpMiEMvm3mGARSxHrAOe5hjbhEGkUxuXzeFPWBr/So=
=onXO
-END PGP SIGNATURE-


Accepted:
drawtiming_0.7.1-3.diff.gz
  to main/d/drawtiming/drawtiming_0.7.1-3.diff.gz
drawtiming_0.7.1-3.dsc
  to main/d/drawtiming/drawtiming_0.7.1-3.dsc
drawtiming_0.7.1-3_i386.deb
  to main/d/drawtiming/drawtiming_0.7.1-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/e1pscte-0002ep...@franck.debian.org



Accepted fairymax 4.8q-1 (source amd64)

2010-12-14 Thread Vincent Legout
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 11 Dec 2010 12:10:42 +0100
Source: fairymax
Binary: fairymax
Architecture: source amd64
Version: 4.8q-1
Distribution: experimental
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Vincent Legout vinc...@legout.info
Description: 
 fairymax   - xboard compatible chess and chess-variant engine
Changes: 
 fairymax (4.8q-1) experimental; urgency=low
 .
   * New upstream version
   * Switch to 3.0 (quilt) source format
   * Bump to Standards-Version 3.9.1
   * Use debian/clean instead of override_dh_auto_clean to remove fmax.man
   * Update get-orig-source target
Checksums-Sha1: 
 f17437a7662d812918135a8d6022e3f9e926819e 1220 fairymax_4.8q-1.dsc
 abb18c20f0366a950326799fe00f5b1342b52d71 34257 fairymax_4.8q.orig.tar.gz
 50ecf891b4cf52372643f5705d7bf1809ca828d5 2553 fairymax_4.8q-1.debian.tar.gz
 f9aa3fa047132496b6b9c15c63dc541f31cc272d 43704 fairymax_4.8q-1_amd64.deb
Checksums-Sha256: 
 27a787cb2398f488190b333eb0b18b06722bdd4b48c204536522c9b969bf3901 1220 
fairymax_4.8q-1.dsc
 b659712d3991d6fb617a56947f64e2071875cd09351fa2ccc40855eeafda5d47 34257 
fairymax_4.8q.orig.tar.gz
 cc07d2074b97ba413aba14534711547b815f1be119e051017d486df9b4d68a8f 2553 
fairymax_4.8q-1.debian.tar.gz
 2f03f6c77e583ecda0c1b06799ce6d03d4686af61e6a9ab36005017eea1f3fed 43704 
fairymax_4.8q-1_amd64.deb
Files: 
 c684d93486f187c73c11852976deefd8 1220 games extra fairymax_4.8q-1.dsc
 9870c79969e98653de654a1ac0384cc2 34257 games extra fairymax_4.8q.orig.tar.gz
 0bc8b2fd014c6b8b02f5d80785e3aafd 2553 games extra fairymax_4.8q-1.debian.tar.gz
 054b86dc66a7b4ab26afc04add2df8d9 43704 games extra fairymax_4.8q-1_amd64.deb

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

iEYEARECAAYFAk0H4IQACgkQsKTFpDfZQSw5xwCeNmCzYylkkM/HtFYiuX2O4K6j
TUMAn28bMUcxBAR7eEEN8UAsfhgdM3aK
=JI1q
-END PGP SIGNATURE-


Accepted:
fairymax_4.8q-1.debian.tar.gz
  to main/f/fairymax/fairymax_4.8q-1.debian.tar.gz
fairymax_4.8q-1.dsc
  to main/f/fairymax/fairymax_4.8q-1.dsc
fairymax_4.8q-1_amd64.deb
  to main/f/fairymax/fairymax_4.8q-1_amd64.deb
fairymax_4.8q.orig.tar.gz
  to main/f/fairymax/fairymax_4.8q.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/e1psctm-0002kc...@franck.debian.org



Accepted libcap-ng 0.6.5-1 (source amd64)

2010-12-14 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 22:12:49 +0100
Source: libcap-ng
Binary: libcap-ng-dev libcap-ng0 libcap-ng-utils python-cap-ng
Architecture: source amd64
Version: 0.6.5-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier pol...@debian.org
Changed-By: Pierre Chifflier pol...@debian.org
Description: 
 libcap-ng-dev - Development and header files for libcap-ng
 libcap-ng-utils - Utilities for analysing and setting file capabilities
 libcap-ng0 - An alternate POSIX capabilities library
 python-cap-ng - Python bindings for libcap-ng
Closes: 591065 607121
Changes: 
 libcap-ng (0.6.5-1) unstable; urgency=low
 .
   * Imported Upstream version 0.6.5
   * Bump standards version to 3.9.1
   * debian/rules: Fix installation for python2.7 (Closes: #607121).
 Thanks to Matthias Klose for the patch.
   * Use uppercase for word POSIX (Closes: #591065)
Checksums-Sha1: 
 a2fa375741ff3af34d3094a9f674db3c978c907e 1140 libcap-ng_0.6.5-1.dsc
 ca19439f1628c71df399a5ff10c1950316cde9b9 361938 libcap-ng_0.6.5.orig.tar.gz
 92adca989f2e8f95776bb924d77b34ea48ea5c40 4436 libcap-ng_0.6.5-1.diff.gz
 1fbd1290cdf36c1e43d9437892de1059d8f15418 25722 libcap-ng-dev_0.6.5-1_amd64.deb
 61170018f1576f6d8a890ca90431f54e6aa56b20 11996 libcap-ng0_0.6.5-1_amd64.deb
 a7eb528071301f196103724cbddcc54c7d2f9480 20068 
libcap-ng-utils_0.6.5-1_amd64.deb
 a059e0f2c0e352134ebcfbf737b36045662a9eaf 33616 python-cap-ng_0.6.5-1_amd64.deb
Checksums-Sha256: 
 c43dc9e90aa17422140ef16073c3320ee4dd0d782fffd44dbef8d2a28bdc7c51 1140 
libcap-ng_0.6.5-1.dsc
 293e2e308f08d171f64e8387cdf48b505b0e78d786e2660efd285295e64d6620 361938 
libcap-ng_0.6.5.orig.tar.gz
 a4b8bf71b6d46685c981ad28d673e137022887ba38eaea4044d42bb5620270b2 4436 
libcap-ng_0.6.5-1.diff.gz
 b578e4e98b2b9d2c519c775063371a2295dbf247b1d845626b2af4d00e953aeb 25722 
libcap-ng-dev_0.6.5-1_amd64.deb
 34e193280614358098a6dd9756fa9ec548de7da8f808fea7e354c5e93727b69e 11996 
libcap-ng0_0.6.5-1_amd64.deb
 36a18aa76a4dd5f80dbb5436baef742f2d6d9b9bed51e5ac267b8ee31e0a5b2f 20068 
libcap-ng-utils_0.6.5-1_amd64.deb
 015a215a5cc1cc556229cec1f994e13f13776611bbf22dd718454be90e05c869 33616 
python-cap-ng_0.6.5-1_amd64.deb
Files: 
 833aa42558b8a0d800a5f07507adaa96 1140 libs optional libcap-ng_0.6.5-1.dsc
 759ae1accd9954f3e08c2f94b4ecfcf9 361938 libs optional 
libcap-ng_0.6.5.orig.tar.gz
 d57ef53b9aeb3aef015a1d58588d61e4 4436 libs optional libcap-ng_0.6.5-1.diff.gz
 6c2ba1b7b406893128879a4b618e9d40 25722 libdevel optional 
libcap-ng-dev_0.6.5-1_amd64.deb
 adbb873187f23eb11643838b694fb2c3 11996 libs optional 
libcap-ng0_0.6.5-1_amd64.deb
 e09f81cba38ef1abf0ca4fb2b80d6490 20068 admin optional 
libcap-ng-utils_0.6.5-1_amd64.deb
 a96747d443c784db7af7adda4794f983 33616 python optional 
python-cap-ng_0.6.5-1_amd64.deb

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

iD8DBQFNB95wtwVrWo1fQMsRArYfAKDYar0VKk90oN+lK/svucJnZyOBlACgr7Nv
n7bhh4PPTCAqpieNv+mZ36o=
=6Ucs
-END PGP SIGNATURE-


Accepted:
libcap-ng-dev_0.6.5-1_amd64.deb
  to main/libc/libcap-ng/libcap-ng-dev_0.6.5-1_amd64.deb
libcap-ng-utils_0.6.5-1_amd64.deb
  to main/libc/libcap-ng/libcap-ng-utils_0.6.5-1_amd64.deb
libcap-ng0_0.6.5-1_amd64.deb
  to main/libc/libcap-ng/libcap-ng0_0.6.5-1_amd64.deb
libcap-ng_0.6.5-1.diff.gz
  to main/libc/libcap-ng/libcap-ng_0.6.5-1.diff.gz
libcap-ng_0.6.5-1.dsc
  to main/libc/libcap-ng/libcap-ng_0.6.5-1.dsc
libcap-ng_0.6.5.orig.tar.gz
  to main/libc/libcap-ng/libcap-ng_0.6.5.orig.tar.gz
python-cap-ng_0.6.5-1_amd64.deb
  to main/libc/libcap-ng/python-cap-ng_0.6.5-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/e1psctw-0002qj...@franck.debian.org



Accepted base-files 6.0 (source amd64)

2010-12-14 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 22:20:38 +0100
Source: base-files
Binary: base-files
Architecture: source amd64
Version: 6.0
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila sanv...@debian.org
Changed-By: Santiago Vila sanv...@debian.org
Description: 
 base-files - Debian base system miscellaneous files
Changes: 
 base-files (6.0) unstable; urgency=low
 .
   * Changed issue, issue.net and debian_version to read 6.0.
   * Updated README accordingly.
Checksums-Sha1: 
 68debb324bb51c381e909072f9261da7d2393344 972 base-files_6.0.dsc
 1d1bc462b41d29b90e9d74b306b25ebcc4de57f5 67513 base-files_6.0.tar.gz
 962007a68eadac2a9d6173bca9cff9a5d50f6d10 68656 base-files_6.0_amd64.deb
Checksums-Sha256: 
 27de95bc330ed5fba1eb46cd368104acd1f001c84a7fd9a50fcde6fdafee5d86 972 
base-files_6.0.dsc
 74d49733129c1139ca1b679a18b7835af4fa84135d9749b74df87315b8b29ae8 67513 
base-files_6.0.tar.gz
 4fc98a5ef34984864bb34f5c0d4ce6ef19d46ff41ecf1a340b20b211b676f89b 68656 
base-files_6.0_amd64.deb
Files: 
 45ca05e35ea43d0b5c13e1c9f4983b56 972 admin required base-files_6.0.dsc
 7fd14545ab1fa351b0235bde91b9c5f8 67513 admin required base-files_6.0.tar.gz
 0003f727e34df2905a508ebd84dea96e 68656 admin required base-files_6.0_amd64.deb

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

iQEcBAEBCAAGBQJNB+E1AAoJEEHOfwufG4sySgcH/im4TJYeIzjGjduFnOubFkgz
rDroUXIkefUvynUPcwH9HcTodEHYmTSD7y9gJP1c38eB1oW1Tx/9IVCdE/m15P+V
08OjGOD36Wyu9rstdwWAcgDeLb9JpBhCgjQmqYARhmtzEqbib+M6Jgsx1cVF21Ws
CYXMgMRGg81TK4m5TFRRhjuPdhS6/zgYeek4h62X3Wh1/NA4LK6972MBl1CPx1ky
XTBfRuGTZFDAqn05w/BWLYYAPtjMBwGT8aKH9J84bhvr7kyR/222DAh1++iTEeX4
o9CHltoGvKsG9OipF84+lOSf5dshcFF59rNtz65mvSkHfiWbDBUqO9GyHaNphj4=
=NStM
-END PGP SIGNATURE-


Accepted:
base-files_6.0.dsc
  to main/b/base-files/base-files_6.0.dsc
base-files_6.0.tar.gz
  to main/b/base-files/base-files_6.0.tar.gz
base-files_6.0_amd64.deb
  to main/b/base-files/base-files_6.0_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/e1pscid-000438...@franck.debian.org



Accepted deliciousapi 1.6.7-1 (source all)

2010-12-14 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 22:31:27 +0100
Source: deliciousapi
Binary: python-deliciousapi
Architecture: source all
Version: 1.6.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-deliciousapi - unofficial Python API for retrieving data from 
delicious.com
Changes: 
 deliciousapi (1.6.7-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 1b538b3a50f8c24c6ca05ce25dfc263b7e4d4d9d 1347 deliciousapi_1.6.7-1.dsc
 e331152ff416e6d7ad2561a8afc467ac708e5728 20055 deliciousapi_1.6.7.orig.tar.gz
 b233ea6bd71ec5e6fcc835ddca78f506d8e0f083 2436 deliciousapi_1.6.7-1.diff.gz
 d8a1b5bdd718abd0b9660fb76ef2a048511848e0 16594 
python-deliciousapi_1.6.7-1_all.deb
Checksums-Sha256: 
 8463f01e77fde8c2fbecdba42b2370a35b2f20fd753e9cff59f5506caa630c59 1347 
deliciousapi_1.6.7-1.dsc
 677cc14b66552dc8cac21b7a377b319caa6216f73b314857b4e67c1766c892a8 20055 
deliciousapi_1.6.7.orig.tar.gz
 31a4608a829249e8399f8a31e2e23e4f5a1d0c04a86ea73a4fb6a3a78c2345a2 2436 
deliciousapi_1.6.7-1.diff.gz
 bfe5b2b96d53ea705fd13160567692de5c17d5f92318efa85bb1d964edc52cdc 16594 
python-deliciousapi_1.6.7-1_all.deb
Files: 
 5e03802c1f7f43010ccaf2c6fcfbeb78 1347 python optional deliciousapi_1.6.7-1.dsc
 4fbd077bfbc7c299d74d2cee7896c3aa 20055 python optional 
deliciousapi_1.6.7.orig.tar.gz
 f2a8b2271e36a3b45392947daf82d721 2436 python optional 
deliciousapi_1.6.7-1.diff.gz
 6234e26371592ced20c51bc369a3d21b 16594 python optional 
python-deliciousapi_1.6.7-1_all.deb

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

iEYEARECAAYFAk0H4xYACgkQAukwV0RN2VA3eQCeIHitpoeBmaEMknUfvkqTqFS9
2U8AnR/QXYetDkmezRsHnJtDYQ0ueyn6
=8bio
-END PGP SIGNATURE-


Accepted:
deliciousapi_1.6.7-1.diff.gz
  to main/d/deliciousapi/deliciousapi_1.6.7-1.diff.gz
deliciousapi_1.6.7-1.dsc
  to main/d/deliciousapi/deliciousapi_1.6.7-1.dsc
deliciousapi_1.6.7.orig.tar.gz
  to main/d/deliciousapi/deliciousapi_1.6.7.orig.tar.gz
python-deliciousapi_1.6.7-1_all.deb
  to main/d/deliciousapi/python-deliciousapi_1.6.7-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/e1pscip-00045k...@franck.debian.org



Accepted gsasl 1.6.0-1 (source amd64)

2010-12-14 Thread Simon Josefsson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 14 Dec 2010 22:27:13 +0100
Source: gsasl
Binary: libgsasl7-dev libgsasl7 gsasl gsasl-dbg
Architecture: source amd64
Version: 1.6.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian XMPP Maintainers pkg-xmpp-de...@lists.alioth.debian.org
Changed-By: Simon Josefsson si...@josefsson.org
Description: 
 gsasl  - GNU SASL command line utility
 gsasl-dbg  - GNU SASL debugging symbols
 libgsasl7  - GNU SASL library
 libgsasl7-dev - Development files for the GNU SASL library
Changes: 
 gsasl (1.6.0-1) experimental; urgency=low
 .
   * New upstream stable release.
Checksums-Sha1: 
 8eeb976ccc4293599f82bd4f7f754ff7da054437 1738 gsasl_1.6.0-1.dsc
 56055324ebf1d1b823412b6fcee192c03452ea84 4611016 gsasl_1.6.0.orig.tar.gz
 4a1ffcb494773905c1764cf580002bdaeae2937f 5781 gsasl_1.6.0-1.debian.tar.gz
 a8fdb04cb1384bda91aca64b9c937323c5f8bf51 283260 libgsasl7-dev_1.6.0-1_amd64.deb
 64604c6ab1824f9baf3631d13abdf9d372c9f3d2 206574 libgsasl7_1.6.0-1_amd64.deb
 3cc4b8a2d6f493bcb60979324d3b7140a4653933 143168 gsasl_1.6.0-1_amd64.deb
 b45813cb1199172f85636851658513931c4e37df 248170 gsasl-dbg_1.6.0-1_amd64.deb
Checksums-Sha256: 
 3e5478fc6cfa9f4b38cdcaa011d565d507a3bf289bc8455272f673df90d4f30a 1738 
gsasl_1.6.0-1.dsc
 ca8c8f07bae4e5a7ba36d7ee3e0c1987ccf3b5cea1e3381a74cf38e45dee56dd 4611016 
gsasl_1.6.0.orig.tar.gz
 960cf8e172d61c9a990ff90c108401180e3931d0032be90327de37eb36d26871 5781 
gsasl_1.6.0-1.debian.tar.gz
 8986ee69ca68471bd3bae55288ef6a9afcaeed1f794a89ca2df269c7e3920c8f 283260 
libgsasl7-dev_1.6.0-1_amd64.deb
 b35226d0849989dab2d4585700ad52567792dcfd8ff41d97edd7057465fd6aff 206574 
libgsasl7_1.6.0-1_amd64.deb
 42d065bc18dd024b78895df5ae2eda3cdf1392bd19c5a6b16b65eeac6c261b68 143168 
gsasl_1.6.0-1_amd64.deb
 685d11e436ce29448ec5cc8723c43970ff7f2629367cadbefea8a0dd1e12807d 248170 
gsasl-dbg_1.6.0-1_amd64.deb
Files: 
 0ea9957ca41af648e4fe9df375fe0f3c 1738 devel optional gsasl_1.6.0-1.dsc
 5a4cc39af4ba8dbd8b66380baf3c3c7d 4611016 devel optional gsasl_1.6.0.orig.tar.gz
 c28c6699234ce6453938bb694b60824b 5781 devel optional 
gsasl_1.6.0-1.debian.tar.gz
 249a4ae767ecef6d27137a8a6bdf3fa0 283260 libdevel optional 
libgsasl7-dev_1.6.0-1_amd64.deb
 aa88a8d7c73d17adf5568c87668d7c71 206574 libs optional 
libgsasl7_1.6.0-1_amd64.deb
 43aa09eca95586732500118d92b1b9e1 143168 devel optional gsasl_1.6.0-1_amd64.deb
 e310e2c008fbc0a4ee2e7b9fe654b546 248170 debug extra gsasl-dbg_1.6.0-1_amd64.deb

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

iO4EAQECADgFAk0H4u0xFIAAFQATcGthLWFkZHJlc3NAZ251cGcub3Jnc2lt
b25Aam9zZWZzc29uLm9yZwAKCRDtoh6UtWVxb9ikBQCkEIbj2nhnumojQlpIsnzy
SDBYJh+cpnw2f520NuX0tzuatHW4TFRMuTiVrSz6uQEazaRENrFP0YxnbR3yW6ZX
BgHNCcukZT3cph8zna6rQMq9k3XjPACxDaKjupEf/LLZunyEylDXd8aEXH0CbrG3
D3Nu9i5KRYmbUflmQfVbZytF2ZG8PpIbcAUd/FUOkxQIl1MgBf68E51GsrqSwGKP
=EhYz
-END PGP SIGNATURE-


Accepted:
gsasl-dbg_1.6.0-1_amd64.deb
  to main/g/gsasl/gsasl-dbg_1.6.0-1_amd64.deb
gsasl_1.6.0-1.debian.tar.gz
  to main/g/gsasl/gsasl_1.6.0-1.debian.tar.gz
gsasl_1.6.0-1.dsc
  to main/g/gsasl/gsasl_1.6.0-1.dsc
gsasl_1.6.0-1_amd64.deb
  to main/g/gsasl/gsasl_1.6.0-1_amd64.deb
gsasl_1.6.0.orig.tar.gz
  to main/g/gsasl/gsasl_1.6.0.orig.tar.gz
libgsasl7-dev_1.6.0-1_amd64.deb
  to main/g/gsasl/libgsasl7-dev_1.6.0-1_amd64.deb
libgsasl7_1.6.0-1_amd64.deb
  to main/g/gsasl/libgsasl7_1.6.0-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/e1pscie-0004bk...@franck.debian.org



Accepted svn-all-fast-export 1.0.0-1 (source amd64)

2010-12-14 Thread José Manuel Santamaría Lema
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 22:54:24 +0100
Source: svn-all-fast-export
Binary: svn-all-fast-export
Architecture: source amd64
Version: 1.0.0-1
Distribution: experimental
Urgency: low
Maintainer: José Manuel Santamaría Lema panfa...@gmail.com
Changed-By: José Manuel Santamaría Lema panfa...@gmail.com
Description: 
 svn-all-fast-export - A fast-import based converter to convert repos from svn 
to git
Changes: 
 svn-all-fast-export (1.0.0-1) experimental; urgency=low
 .
   * New upstream release.
   * Update manpage:
 + New '--revisions-file' option.
 + Mention the KDE developers guide in 'SEE ALSO' section.
Checksums-Sha1: 
 7b0735626705f546d90c1f5f0ace7203179e67ba 1849 svn-all-fast-export_1.0.0-1.dsc
 02be1321243d49b330231e3749e3800f8f55cfac 42562 
svn-all-fast-export_1.0.0.orig.tar.gz
 856a60c12620891b3a8181335fcfd7c1f7187c1a 3915 
svn-all-fast-export_1.0.0-1.debian.tar.gz
 75410a461bf7a0816bed7b22817ad3de46ae751d 110476 
svn-all-fast-export_1.0.0-1_amd64.deb
Checksums-Sha256: 
 3ca594a270073a36439cc70d079333b319761307c3c7d21f2014083abe9fc754 1849 
svn-all-fast-export_1.0.0-1.dsc
 312e955f3ec64becf64d470a021d8f158e764a0a91daec8ed02d9ed52e366868 42562 
svn-all-fast-export_1.0.0.orig.tar.gz
 f86f5a42e76ac3428dec3215666ab1de8d99e69e53626abbe69ca9c606c5c25c 3915 
svn-all-fast-export_1.0.0-1.debian.tar.gz
 f506602869a80accb960dfdfebb1f7e164c692429efa806269704646acb1da2b 110476 
svn-all-fast-export_1.0.0-1_amd64.deb
Files: 
 19a6f6eb0edfeaf6dd368d54b06b4eed 1849 devel extra 
svn-all-fast-export_1.0.0-1.dsc
 b83c168417dedda613e7e025a666023e 42562 devel extra 
svn-all-fast-export_1.0.0.orig.tar.gz
 3a46f425dd6f6ee5540e356587e8e877 3915 devel extra 
svn-all-fast-export_1.0.0-1.debian.tar.gz
 01d79dd7979216aaf3111f731cd9e8da 110476 devel extra 
svn-all-fast-export_1.0.0-1_amd64.deb

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

iQIcBAEBCAAGBQJNB/I0AAoJELNGT4lqoVlIxiYQAI2kQ2a0A+15hBQVPebANnU3
inXRbNTTuU1r4mmOZWPBLyPAY654W8uD8Qp+VtVt2IXd6r/Frut70+A8+oNyZPlU
NQuV0+V9J8sG2X/nv3xrIVv/xeGm28YTSo9xfhkqAEnWkA4f2vQibXTRKN4jITkm
Z/VvY8A4Z3UrXyh8/FNPD3ssogGTJKeAQgcRgK1EEvTobEPZkCziTOJimQ1G7a+E
JOI45dTOqWnMCXuO5ojBrl/pN3OOPOtBFazxpIPqpPvAq34qzWzq6FXZxL3r9E81
7Q7O6STjB0q2YklWXEe+2y0qDcwLrO2zErgbO+wr1YtYoyJ2SNzpLWcv3MkMVZGE
GF/qeHXiDh2z/8J053/b6ylzmSZ6/1gHksYV98ZOYTXIPWkKea+n6teJKLrKD8wT
BztAlN46w9EyQVdYBdr3LJPsrC87xLA1UecD2okmCd4kaozcWGIGjZpeiZGqgMal
1D72ZHSTPQbEdMa6L6nElXScwu3/IRcMh2D20mym99mH1jUFtSOq+BhJqmitDGva
zJJiARupH7nhg+bIbK2wR5dGCqojcxbBhPOWuNpWINLmmTGuAVFEgX65A+helGJc
vHhqRZyZQnTkr2jHCchQCkT33QEELxjurqrgH364THBwJL1mikUbBqSc99v/JsOo
/aA/jlGzkaynZPy8U/i2
=VswU
-END PGP SIGNATURE-


Accepted:
svn-all-fast-export_1.0.0-1.debian.tar.gz
  to main/s/svn-all-fast-export/svn-all-fast-export_1.0.0-1.debian.tar.gz
svn-all-fast-export_1.0.0-1.dsc
  to main/s/svn-all-fast-export/svn-all-fast-export_1.0.0-1.dsc
svn-all-fast-export_1.0.0-1_amd64.deb
  to main/s/svn-all-fast-export/svn-all-fast-export_1.0.0-1_amd64.deb
svn-all-fast-export_1.0.0.orig.tar.gz
  to main/s/svn-all-fast-export/svn-all-fast-export_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/e1psdf0-00056h...@franck.debian.org



Accepted dash 0.5.5.1-7.4 (source all amd64)

2010-12-14 Thread Jonathan Nieder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 14 Dec 2010 01:33:42 -0600
Source: dash
Binary: dash ash
Architecture: source all amd64
Version: 0.5.5.1-7.4
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Jonathan Nieder jrnie...@gmail.com
Description: 
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Closes: 606756
Changes: 
 dash (0.5.5.1-7.4) unstable; urgency=low
 .
   * Non-maintainer upload.
   * dash.preinst: Do not error out if /bin/sh or its manpage is
 not already present (thx Brian Potkin; closes: #606756).
   * dash.postinst: Cope with missing files.  Atomically replace
 /bin/sh and its manpage rather than removing and re-creating them
 (thx Adam D. Barratt).
Checksums-Sha1: 
 de94e49f1b89b153c4ffeb0fdd2d1f148d81fdf3 1675 dash_0.5.5.1-7.4.dsc
 66f2ef5395bf2c63035ff41479b6e5274889d6cf 50702 dash_0.5.5.1-7.4.diff.gz
 6f10fd7456ab658db174eee20ccce7b4e07649dd 25644 ash_0.5.5.1-7.4_all.deb
 cbfee06c79dc110d88b71914863f29367eca1271 107810 dash_0.5.5.1-7.4_amd64.deb
Checksums-Sha256: 
 229729be38d8ae0cad6c632d86fc74a3e7d4ca3785e936e4ed0a8789436dcb7d 1675 
dash_0.5.5.1-7.4.dsc
 d8746e0d2cc8d3e5be7168e36fe3bcb09ae0a64e068ce8a07b50b61f8bfc77da 50702 
dash_0.5.5.1-7.4.diff.gz
 414ffcb2fa60c34945aa68e210ff6ade6ccce52a4e07716789de1bef93fd75ff 25644 
ash_0.5.5.1-7.4_all.deb
 b3be6239eccf417afd011f171adbfe294697d5328c260aab30fcaafcda5e4649 107810 
dash_0.5.5.1-7.4_amd64.deb
Files: 
 923bff77a99844ed02f6b5a859aee42a 1675 shells optional dash_0.5.5.1-7.4.dsc
 1777b6fd854c437e562f5ede005b318a 50702 shells optional dash_0.5.5.1-7.4.diff.gz
 b5ba92e767d584766654ffec7e9e2049 25644 shells optional ash_0.5.5.1-7.4_all.deb
 011fb776e2a271036b35ea730679d91a 107810 shells required 
dash_0.5.5.1-7.4_amd64.deb

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

iQIcBAEBCAAGBQJNB/WkAAoJEMXOXcLFQs1ZluwQAIf4+cj+lUFH/7/BS06iBDN9
UzLSZg+LdjUIcdbRWj+pCoC+6t+mTlnvi0G+i3ldmljsMoimddpYN7FkF/cQTVnF
HyT0xmGrFHZhbA0luBfwOkLRbP4bjO2MS4y8t3KuJ/LRc+QACb4tomkyCgpj6plW
HmKL4HMw5igyqddpuyRU3X5/wb7ZOwPLRKOn8F4P79ABfkZ1CMYuHy9o17xAMjAY
pjlXZUBU1jVWDW5SyGJ4aS5nAvJsNZzXu9+VpXtsjVRGQMSHhyisbA3nKJyGIOSw
X3KMZx2HIN+pA9Cytv8ZYoJIrVVwNngylXh37Ef5iWhm9oPO6p6FW4DbcBueUPV6
OVax7fkiKUrv5vwhY2Juco8OgvwM7n3uzk8juqMrFrh7FLoznIIaOyPJEw3XI+Tx
feTtCg/SMseeek4ATp9ZJpokqSVwEw+rCR4B0P7ZaqmRYpe4d1MLRTQ18a8xE0C1
pEshHJ51j8cqm4ircwzR0r/AMjTrRhCFU7UDTgbq+1Akt+uPHDxLeWa+aBCZQmGh
3zxQxWHWz9xCkRWFdF78y8evDN6q3ujP2SxgOP+clx1VuVo1UmM7SN9NDKuMn5zR
YjtftMaL8SyW1/RjMrq5q2Yt549iqSwWjNOGP9xe2iLTtCsve/2ZyxUE8UmaIrca
O/SRMa1liw4RQmCMozAl
=uouM
-END PGP SIGNATURE-


Accepted:
ash_0.5.5.1-7.4_all.deb
  to main/d/dash/ash_0.5.5.1-7.4_all.deb
dash_0.5.5.1-7.4.diff.gz
  to main/d/dash/dash_0.5.5.1-7.4.diff.gz
dash_0.5.5.1-7.4.dsc
  to main/d/dash/dash_0.5.5.1-7.4.dsc
dash_0.5.5.1-7.4_amd64.deb
  to main/d/dash/dash_0.5.5.1-7.4_amd64.deb


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



Accepted onscripter 20101210-1 (source armel)

2010-12-14 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 14 Dec 2010 23:24:35 +0800
Source: onscripter
Binary: onscripter
Architecture: source armel
Version: 20101210-1
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org
Changed-By: Ying-Chun Liu (PaulLiu) paul...@debian.org
Description: 
 onscripter - Visual novel games engine compatible to NScripter
Changes: 
 onscripter (20101210-1) unstable; urgency=low
 .
   * New upstream release
   * Update debian/copyright to point to new source site.
Checksums-Sha1: 
 cede3f334837077c17da5bbdc5352838d2a7136d 2000 onscripter_20101210-1.dsc
 882e35f44edb1af9be788b939ac1401cc38eb14f 223249 onscripter_20101210.orig.tar.gz
 54ba40268c65e534ce0e5a802c5fe1191ac7dc6c 8706 
onscripter_20101210-1.debian.tar.gz
 7060fb9f44adf0dc4d8d5b42173d577e036963dc 576334 onscripter_20101210-1_armel.deb
Checksums-Sha256: 
 895d559a5fd7f2be397d78c196d4c6ea2d2dfcd33d2ef56a8fc04c57d13f9dc6 2000 
onscripter_20101210-1.dsc
 d1a4084611ed48d653d81c60b16f9092d028ae6c8842ac53ad4a6ff80d0cbdd2 223249 
onscripter_20101210.orig.tar.gz
 5dd1a1e7f28ee5b580b83c6fc030b0911b58f740ba13f7d38a3c1145e5de3b60 8706 
onscripter_20101210-1.debian.tar.gz
 9d1fcf22e6e40dc769a83459629f298ae99eac327d32a3ca827b8ad58920b815 576334 
onscripter_20101210-1_armel.deb
Files: 
 2f6991816ba11012288c12fdd0c416c2 2000 games optional onscripter_20101210-1.dsc
 74d23a1175ddb9110c88732376f0b8b0 223249 games optional 
onscripter_20101210.orig.tar.gz
 02a3fbbae2079b0573e0c6cbf33410a8 8706 games optional 
onscripter_20101210-1.debian.tar.gz
 d6a487a59413942390fe092fc3e7d25b 576334 games optional 
onscripter_20101210-1_armel.deb

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

iQIcBAEBCgAGBQJNCDNdAAoJEPgLgUbQQog2o1EQAIC2TbNkXWx3s/RchddI0NzR
EpphCHXlAK6rYMacpfzfuWR9SjidzHjqDy31a267dPCz7aymsQJ5w1tVX1wcmFTO
+0cCD0XDx6h0vXcQbv+rqu7tyDBXZGixrSWdsf+dhOGBu7eToRfWW+B0eQHN9Qz9
S0SodI7/l0WV93lsEJFy0y8+2HQ3iy4Df616ciTE06d1YgQUvIl+xzjS6RzQcKyc
4kQj3h/Jy+WpugxBlK5nXbTSf8wjdPE2RM3YWcHPDVuKiebD/nYdnoicBJKwhETR
qHVW049UO2Bl6R5hMhR6wubnsaESA4znL3fjaO9CdUZV2oHjRpyS3JmDTbZhmc6U
GnjgX4Om9nSZt5asOqhGElnw0nxp0IIC0KOiw5CI2ME/gbE5wPAwTxuaR4EFnrHj
TkNmLhSGeQAi51f/yY56dkYLwE3h3Jnr4HG2qsiZSAUT1Xxg7inX9ApzfntJo8FW
u8LNpKm8pXX7q2CncFmXtM3+Lv/DxyFA2OUIcAEudW57GLNvZXXNpk8wGVWFOgCv
YKDdHpNc5l0Lb+cNW91MOj6RHThdvEHkaKq8yVsT7++I/pPg0z+fXAm+PNvqLRjZ
N+OT9um8f/mGRMFp8GjRDSy4gj+wcmQrHD9EiQyDkOO51bohheN27HBoDsKNId10
fcPtfwAyaUoT7x5HNnZl
=6cRu
-END PGP SIGNATURE-


Accepted:
onscripter_20101210-1.debian.tar.gz
  to main/o/onscripter/onscripter_20101210-1.debian.tar.gz
onscripter_20101210-1.dsc
  to main/o/onscripter/onscripter_20101210-1.dsc
onscripter_20101210-1_armel.deb
  to main/o/onscripter/onscripter_20101210-1_armel.deb
onscripter_20101210.orig.tar.gz
  to main/o/onscripter/onscripter_20101210.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/e1psi62-0002d9...@franck.debian.org



Accepted gnome-schedule 2.1.1-4 (source all)

2010-12-14 Thread Alejandro Rios P.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 12 Dec 2010 14:04:03 -0500
Source: gnome-schedule
Binary: gnome-schedule
Architecture: source all
Version: 2.1.1-4
Distribution: unstable
Urgency: low
Maintainer: Alejandro Rios P. aler...@debian.org
Changed-By: Alejandro Rios P. aler...@debian.org
Description: 
 gnome-schedule - GNOME scheduler for automatic tasks
Closes: 607023
Changes: 
 gnome-schedule (2.1.1-4) unstable; urgency=low
 .
   * Thanks to Chrysn and Dmitrijs:
  - NMUs changes applied.
  - Applied patch to clean trailing backslash from dpatch (Closes: #607023)
  - Changed target arch to any (Closses #606516).
   * Updated to Standards-Version 3.9.1
Checksums-Sha1: 
 6259380514bd7515b7c092daae78c96c83e1a58f 1258 gnome-schedule_2.1.1-4.dsc
 27816714ced8eeba6cdfd57058f0786bae0fe4c7 30922 gnome-schedule_2.1.1-4.diff.gz
 38acc5b091c3f5a45c8859505fec3097384ce1a8 1127952 gnome-schedule_2.1.1-4_all.deb
Checksums-Sha256: 
 3c2a196a786d5ab66e9aa2941695208882829ba396f2fcc0bc45c8b5cd4d9e6a 1258 
gnome-schedule_2.1.1-4.dsc
 b044c4ba4ec9ee6d4bdc9a28afe5b047d90b7c372cbde05eedcc4db13d26021d 30922 
gnome-schedule_2.1.1-4.diff.gz
 e0bc87c042ff1cd90b8bf17f14f53d9d3315902f26b20e5807b8eaf9a1fb1311 1127952 
gnome-schedule_2.1.1-4_all.deb
Files: 
 6ab929cea6c0b79f6d300432bdaa8991 1258 gnome optional gnome-schedule_2.1.1-4.dsc
 85e4a82865ea5e031c6cc4e62746ced8 30922 gnome optional 
gnome-schedule_2.1.1-4.diff.gz
 e67948e4bb751d183fe6fee620016728 1127952 gnome optional 
gnome-schedule_2.1.1-4_all.deb

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

iEYEARECAAYFAk0HlswACgkQoby7LzBs3/Mc2gCfXEfVj99gl8qacRWZLVWGVV3D
u0wAoJcLWnt0nB5hxqIECe5boS7ZY5Uz
=yRto
-END PGP SIGNATURE-


Accepted:
gnome-schedule_2.1.1-4.diff.gz
  to main/g/gnome-schedule/gnome-schedule_2.1.1-4.diff.gz
gnome-schedule_2.1.1-4.dsc
  to main/g/gnome-schedule/gnome-schedule_2.1.1-4.dsc
gnome-schedule_2.1.1-4_all.deb
  to main/g/gnome-schedule/gnome-schedule_2.1.1-4_all.deb


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



Accepted gwibber 2.91.2-1 (source all)

2010-12-14 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Dec 2010 10:10:52 +0530
Source: gwibber
Binary: gwibber gwibber-service gwibber-service-facebook 
gwibber-service-twitter gwibber-service-identica gwibber-service-flickr 
gwibber-service-digg gwibber-service-buzz gwibber-service-statusnet 
gwibber-service-foursquare gwibber-service-friendfeed gwibber-service-pingfm 
gwibber-service-qaiku gwibber-themes
Architecture: source all
Version: 2.91.2-1
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 gwibber- Open source social networking client for GNOME (client)
 gwibber-service - Open source social networking client for GNOME (service)
 gwibber-service-buzz - Buzz plugin for Gwibber
 gwibber-service-digg - Digg plugin for Gwibber
 gwibber-service-facebook - Facebook plugin for Gwibber
 gwibber-service-flickr - Flickr plugin for Gwibber
 gwibber-service-foursquare - Foursquare plugin for Gwibber
 gwibber-service-friendfeed - Friendfeed plugin for Gwibber
 gwibber-service-identica - Identi.ca plugin for Gwibber
 gwibber-service-pingfm - pingfm plugin for Gwibber
 gwibber-service-qaiku - Qaiku plugin for Gwibber
 gwibber-service-statusnet - Status.Net plugin for Gwibber
 gwibber-service-twitter - Twitter plugin for Gwibber
 gwibber-themes - Open source social networking client for GNOME (Themes)
Changes: 
 gwibber (2.91.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 cc7536faee8b4e7a40f7f4edc9583b4a37807125 1444 gwibber_2.91.2-1.dsc
 ca2df1836a5fa98540812892e4e74a5b3357f370 569009 gwibber_2.91.2.orig.tar.gz
 6b6cc738057272e951a3558ffd3a57f26a3e1cd2 26366 gwibber_2.91.2-1.debian.tar.gz
 9d5ce5519e4f5b54b253524ca09eda2fd5f85a88 293424 gwibber_2.91.2-1_all.deb
 bdf03625db147981012834912ae71fce2ee62b8f 66340 gwibber-service_2.91.2-1_all.deb
 a1f45c0fc3733ca2c61f3081a1cb96b12cf18d2c 26420 
gwibber-service-facebook_2.91.2-1_all.deb
 535e53b1f671cbebcf889c086172675180c12f43 26670 
gwibber-service-twitter_2.91.2-1_all.deb
 f982f06d29434d8fa3e3700e4cc0b290d3d72b1b 26540 
gwibber-service-identica_2.91.2-1_all.deb
 3802e4864f09a93261e7290c914affc0940c1ca7 23934 
gwibber-service-flickr_2.91.2-1_all.deb
 161185a09d4967d29bab17c25aeed1f9a6f63c5a 23766 
gwibber-service-digg_2.91.2-1_all.deb
 82c86eaf1ca796a47820d53e588864bda6e82420 28784 
gwibber-service-buzz_2.91.2-1_all.deb
 f1a0ca975e80659ea26c4dae906d78fcb15d129b 26938 
gwibber-service-statusnet_2.91.2-1_all.deb
 9a07112f826eeddde709684937a7c4ce6761e2f8 34276 
gwibber-service-foursquare_2.91.2-1_all.deb
 0a241966ef412ae5a267b2cea36830ec7bd6d083 24344 
gwibber-service-friendfeed_2.91.2-1_all.deb
 325dedf66fd01b8f86fefdf121147fde897d247f 23426 
gwibber-service-pingfm_2.91.2-1_all.deb
 e72e83a5ece97b4087c2afd7a267c1ac20b597ca 24266 
gwibber-service-qaiku_2.91.2-1_all.deb
 9d7865ce391ef982cf8928c552247a72d6910ab7 26212 gwibber-themes_2.91.2-1_all.deb
Checksums-Sha256: 
 0f7b34da44d14fcbdf967a473a400eabd6cd0d795be1855718eb9e1b3c2a7163 1444 
gwibber_2.91.2-1.dsc
 91a993ac097ce9ed2c1b124911b88c6e0743c2f6d61729f09ce03ebc6287e385 569009 
gwibber_2.91.2.orig.tar.gz
 598d36e0af915bd2c961a84aa2a6b3d6d2ffda340676301e9d75519c67f1174c 26366 
gwibber_2.91.2-1.debian.tar.gz
 25590dbd27371223e678317ac11f9805ba47ba011530a831ce5417b6a84fec44 293424 
gwibber_2.91.2-1_all.deb
 a62a0b7a3bd7f45e40c322e3986bbd6e6ceff90299063c1d45df9834ab6bdf85 66340 
gwibber-service_2.91.2-1_all.deb
 c4bc1621059d3af0376a8bcb2667d5f9620da594896b16f9e8f5a029e3265346 26420 
gwibber-service-facebook_2.91.2-1_all.deb
 75ad02321beba7af576459e61dcbc1bd1fe0761f9f8cfba58aea3ab2f28f0f12 26670 
gwibber-service-twitter_2.91.2-1_all.deb
 90f6f7ac3ffb3bf80778e3c173c59c58c5eb9daf109799ad3029647a4834d876 26540 
gwibber-service-identica_2.91.2-1_all.deb
 c9048d8858163cc61285221fb20c3160f73c571e544c3122def9497d69a5f450 23934 
gwibber-service-flickr_2.91.2-1_all.deb
 130e2cc6ceb5ae592e245030887faab3b59d8d2e7e56a4cadb2f255fe1361f94 23766 
gwibber-service-digg_2.91.2-1_all.deb
 1f7b37c4b24f869fce47be6029b72aaa3745c1865723b0630b69e0362a2eac63 28784 
gwibber-service-buzz_2.91.2-1_all.deb
 25e573baf37c20fdaf812dee469af1e55c93da838fbd31490164c788ec2e7b51 26938 
gwibber-service-statusnet_2.91.2-1_all.deb
 b72ef4e7a099532134050a4d8629338850baed6bcea32687f24dcab426072b36 34276 
gwibber-service-foursquare_2.91.2-1_all.deb
 f369d3dba196100a4861d79ae4394112f30aa33e8dfce814c7b3b1d9bde500f0 24344 
gwibber-service-friendfeed_2.91.2-1_all.deb
 eec628dbaa12f35178b3028704b2aa322de98121fcb3ba515ac70201f8f83046 23426 
gwibber-service-pingfm_2.91.2-1_all.deb
 704da454b7a8c99fb36402bd7ef26b104d4d8ad298f1c160d380ff2ba2e1714b 24266 
gwibber-service-qaiku_2.91.2-1_all.deb
 bbfb2f90eddae21e1fb4d5750d9f686c0d2b5f6bee1a745abd2dae24dc29fb42 26212 
gwibber-themes_2.91.2-1_all.deb
Files: 
 3f329145d6c454b2134df7d15e4d5ace 1444 net optional gwibber_2.91.2-1.dsc
 eb5ee783456e86f0b8803d4bf69d8f57 569009 net optional 

Accepted facter 1.5.7-2 (source all)

2010-12-14 Thread Micah Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 15 Dec 2010 00:21:46 -0500
Source: facter
Binary: facter
Architecture: source all
Version: 1.5.7-2
Distribution: unstable
Urgency: low
Maintainer: Puppet Package Maintainers 
pkg-puppet-de...@lists.alioth.debian.org
Changed-By: Micah Anderson mi...@debian.org
Description: 
 facter - a library for retrieving facts from operating systems
Closes: 515591 515726 585867 603001
Changes: 
 facter (1.5.7-2) unstable; urgency=low
 .
   [ Stig Sandbeck Mathisen ]
   * Fix upgrade from 1.3.5 to 1.5.1 requires puppet to be restarted,
 added a note in debian/NEWS about restarting puppet (Closes: #515726)
   * Add versioned dependency for ruby1.8 (Closes: #585867)
   * debian/control: bump standards version: no changes
   * debian/control: Remove unused build dependency on cdbs
   * Add versioned dependency for ruby1.8 (Closes: #585867)
   * Cherry-pick domain/fqdn fact fix from upstream (Closes: #515591)
 .
   [ Micah Anderson ]
   * debian/control: add Vcs-Git, Vcs-Browser, and Homepage fields
   * debian/NEWS: fix lintian syntax-error-in-debian-news-file
   * debian/facter.8: fix manpage-section-mismatch
   * cherry pick upstream virtualization support:
 . openvz fix [#4156]
 . add kvm support (Closes: #603001)
 . fix Linux-Vserver of virtual fact [#3397]
 . add xendomains fact
Checksums-Sha1: 
 3ce06e84b3436dc7738e58cbb5d8a5ee56d5cd62 1975 facter_1.5.7-2.dsc
 002bd7c13632b7684a809974e1f8d2a7c9bab779 7128 facter_1.5.7-2.diff.gz
 f451eecb60f59433fa28d3b2faa04c350e8b642a 42138 facter_1.5.7-2_all.deb
Checksums-Sha256: 
 f44677019569abcd19f9d20b86ee5b1d47e55a76c17e8156a3924e407582 1975 
facter_1.5.7-2.dsc
 03e4ccc104b517c4891fd7030e154ab5f2093f1afb7b161ffe027743abc4136c 7128 
facter_1.5.7-2.diff.gz
 67d76c2d4795f41a359397ad213ed5438720f0b0fd80f0df2061c68f52b23745 42138 
facter_1.5.7-2_all.deb
Files: 
 d03ae39fe576a9f332efce786d630141 1975 admin optional facter_1.5.7-2.dsc
 23af5411f848205425cdf43df022be81 7128 admin optional facter_1.5.7-2.diff.gz
 afb4e7c44cafba59ac0057231c4ea2c6 42138 admin optional facter_1.5.7-2_all.deb

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

iQIcBAEBCgAGBQJNCGEJAAoJEIy/mjIoYaeQv0wP/33moiJ+Inid7IjYv5RsN0pb
9fvqL1HJW5nrTWc6qiRVrn68MCGuv1cBydD267pgnUbE9Hpl8K2avJ7XkS3Z77ia
wpHi1bFxXSNQQMjGULPUZE9ro84+x/bB0BsJASQnl30GSiarzC3Xjyd5Zx+XUxrY
zTSWiEUbcDZJ8msNS65rXys3Ay5rjinp3HzAZTI34MiVKT8dweeRuv8nSvJvuTvo
F99rG/NmLNdoxuXgpNFd0qj6hZmtExtSFkiaUtkqicIo+uOU2YaIsOUHdJoZ/MRs
rnhnp8g4eCEMXYrEQVNBVkr4hG7PVbe/4u621BQVfzPqeyzjvGDeg9B81gv9uiqm
lLQU3/Vm0+Q4djVl1lO/T9BbjdbD++UmFIZO1Nyzf7cPHjBQ0GmnSkeWnwUzbxvK
CR17WXCc0S98ktHUCpO9giFYT3cn0Qb3dJ/QKfg8dIer1XAS9o4PC+731MvUAMgM
WyRpWDJG69RFUTeL422X+DXWprsenwoaEW4L/ZMeloYAYPYu4mXfdU+NvTLpVMUF
3KZsUKrTZ7PD/azFTrM+oKpJXvSrte4RvcKzyKgnoJyQwL+U+DXxRsguIIr6B0H9
D6KZygC+ZjPSzfejIX2TNFoa98fAJ4WDthBKn2PKstsC30UVHhQjp3qzwOCdKDNu
2wZEPO7n3R+h16v8BW/I
=S1nT
-END PGP SIGNATURE-


Accepted:
facter_1.5.7-2.diff.gz
  to main/f/facter/facter_1.5.7-2.diff.gz
facter_1.5.7-2.dsc
  to main/f/facter/facter_1.5.7-2.dsc
facter_1.5.7-2_all.deb
  to main/f/facter/facter_1.5.7-2_all.deb


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



Accepted xchm 2:1.18-1 (source amd64)

2010-12-14 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Dec 2010 12:11:14 +0530
Source: xchm
Binary: xchm
Architecture: source amd64
Version: 2:1.18-1
Distribution: experimental
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 xchm   - Compiled HTML Help (CHM) file viewer for X
Changes: 
 xchm (2:1.18-1) experimental; urgency=low
 .
   * New upstream release
   * debian/control:
 + Updated Standards-Version 3.9.1
Checksums-Sha1: 
 411b4a8ceb84dda2f021467c04d2bff41d362bf1 1089 xchm_1.18-1.dsc
 7c1e55d6fe09df21105922ae3b487c8582734acf 403698 xchm_1.18.orig.tar.gz
 3913586c6edb528171d39b5302d7c719e7783fcf 8954 xchm_1.18-1.debian.tar.gz
 745742e43b9d4a98ac505052f434766e26e45fef 184072 xchm_1.18-1_amd64.deb
Checksums-Sha256: 
 550b26a2a84f7b9de3794b69ccb58c8564b1f0b4224ab8a543a924135293d13b 1089 
xchm_1.18-1.dsc
 fc9527ca22b848f5e97691a06c8eb8b572c9d5ec77936e48346cc8baf0f77bf3 403698 
xchm_1.18.orig.tar.gz
 931020f8d04341210c2da82984668624f3bc08abd1c7e4aabb164526988f92bf 8954 
xchm_1.18-1.debian.tar.gz
 dacb75e63e332b19661ad966141650a031e2d5c10ee27a15b4777fe757705408 184072 
xchm_1.18-1_amd64.deb
Files: 
 9f4d048dd3041295655ad56e10d07971 1089 x11 optional xchm_1.18-1.dsc
 07d7a910b3216301a002be5630c71866 403698 x11 optional xchm_1.18.orig.tar.gz
 5f89d92f0f7ef86821d42721a81c4906 8954 x11 optional xchm_1.18-1.debian.tar.gz
 c37bffdab18369f14e44d6c62289360b 184072 x11 optional xchm_1.18-1_amd64.deb

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

iEYEARECAAYFAk0IZJQACgkQoRg/jtECjI3f2QCgpz5XJmCHDekrUlIt24chgz69
JVkAn3DKkWekNz7GhosL34qBr9iID++7
=hmsn
-END PGP SIGNATURE-


Accepted:
xchm_1.18-1.debian.tar.gz
  to main/x/xchm/xchm_1.18-1.debian.tar.gz
xchm_1.18-1.dsc
  to main/x/xchm/xchm_1.18-1.dsc
xchm_1.18-1_amd64.deb
  to main/x/xchm/xchm_1.18-1_amd64.deb
xchm_1.18.orig.tar.gz
  to main/x/xchm/xchm_1.18.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/e1pslnf-0001yf...@franck.debian.org



Accepted drawtiming 0.7.1-4 (source i386)

2010-12-14 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 15 Dec 2010 08:56:57 +0200
Source: drawtiming
Binary: drawtiming
Architecture: source i386
Version: 0.7.1-4
Distribution: experimental
Urgency: low
Maintainer: Debian Electronics Team 
pkg-electronics-de...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 drawtiming - tool for documenting hardware designs through timing diagrams
Changes: 
 drawtiming (0.7.1-4) experimental; urgency=low
 .
   * Revert changes in 0.7.1-3
   * Upload to experimental to avoid poisoning freeze exception for 0.7.1-3
   * debian/control:
 + Bumped Standards-Version to 3.9.1, no changes needed.
 + Added gsfonts to Build-Deps to get 'make check' to work
 + Bumped debhelper dependency to 7.0.50~ to support overrides.
 + Moved git repository to pkg-electronics
   * debian/rules:
 + Simplified rules file.
 + Override dh_installexamples to run samples/runsamples.sh through a
   sed script before installing it in examples/
   * debian/examples: only install drawtiming samples.
   * debian/copyright: Updated and converted to machine-readable format.
   * Added manpage-fix.diff patch to fix some typos and hyphenation.
   * Split string.h include diff into missing-includes.diff patch.
   * Added switch_LDFLAGS_LDADD.diff patch to fix FTBFS when --as-needed
 is passed to gcc.
Checksums-Sha1: 
 4cf4b3393299635626bd9b338570f7bafec85d6b 1758 drawtiming_0.7.1-4.dsc
 ba18790eb4765fad8f811b3f7057a0b00c81e8ee 5446 drawtiming_0.7.1-4.debian.tar.gz
 d4ba5e6bfdb19685f57f0afef30da90cf7e0ac63 44832 drawtiming_0.7.1-4_i386.deb
Checksums-Sha256: 
 202580f4495cb1831cecb5a83f0e706c5545d95fa0ab96cb89dbce109293f767 1758 
drawtiming_0.7.1-4.dsc
 47fe3995cbec86fa493e9f03f56bfcf9b977c3726febfdbb46757bdf74a2be89 5446 
drawtiming_0.7.1-4.debian.tar.gz
 990ea3dfbabb4efeacb19e4d60fff9486b0d3e34b4fcb247312008965fa71475 44832 
drawtiming_0.7.1-4_i386.deb
Files: 
 37513a866cc7ffb6682ed8c76c438c88 1758 electronics optional 
drawtiming_0.7.1-4.dsc
 125f027cbeda444df8f25a64cc927ee2 5446 electronics optional 
drawtiming_0.7.1-4.debian.tar.gz
 5f0e3ba84b34079300c1fa061312ace1 44832 electronics optional 
drawtiming_0.7.1-4_i386.deb

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

iQEcBAEBCAAGBQJNCGx3AAoJELwZapTt3aG3yToIAK5ff3EE6ekkPDyKAil8A2iB
Ud6UuARX7CyxSPS52MMSSXUWKc7zHCy2J9xHPpR6/2yn2y8c6qqznRLnsD9fmsqP
B28vhTJEgqYIA3LD2Xd4xVYINHQNbjeEOiTEKpZkKzXA0Ce19ujcfhmrcEjRn2d7
tCOlOj/U9bsJ7wC5zY3krCJJe8BYZKK8eN1CNf5WKYoxMBBdDCbjwUcXPLshuVUE
kLHCgQy21nUnvSVLhjGjfvJEH5n6ZDTUNjObOTM6qZmi/MBfSkHmBwWQeEwMUmVG
IiXgNvGQubhYK2y8UhOOHUtFGoxpYPcjqBKNFjV7O4TQRGcdPQvBneKGY9lhqdk=
=klte
-END PGP SIGNATURE-


Accepted:
drawtiming_0.7.1-4.debian.tar.gz
  to main/d/drawtiming/drawtiming_0.7.1-4.debian.tar.gz
drawtiming_0.7.1-4.dsc
  to main/d/drawtiming/drawtiming_0.7.1-4.dsc
drawtiming_0.7.1-4_i386.deb
  to main/d/drawtiming/drawtiming_0.7.1-4_i386.deb


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



debuild en nfs

2010-12-14 Thread Leopold Palomo-Avellaneda
Bones,

tengo un problema muy tonto que no encuentro la solución. Estoy en un entorno 
multiusuario con los homes en un servidor. Cuando en un cliente, en mi 
cuenta ejecuta debuild, la construcción del paquete falla, con este mensaje:


dh_installdirs -plibutilmm-doc 
dh_installdocs -plibutilmm-doc 
install: cannot change ownership of `debian/libutilmm-
doc/usr/share/doc/libutilmm-doc/copyright': Invalid argument
dh_installdocs: install -g 0 -o 0 -m 644 -p debian/copyright debian/libutilmm-
doc/usr/share/doc/libutilmm-doc/copyright returned exit code 1
make: *** [binary-install/libutilmm-doc] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
2
debuild: fatal error at line 1325:
dpkg-buildpackage -rfakeroot -D -us -uc failed


ejecutando lo mismo en una unidad no nfs, funciona. Alguna idea? Se puede 
hacer?


Leo


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



Re: debuild en nfs

2010-12-14 Thread Alberto Gonzalez Iniesta
On Tue, Dec 14, 2010 at 06:17:34PM +0100, Leopold Palomo-Avellaneda wrote:
 Bones,
 
 tengo un problema muy tonto que no encuentro la solución. Estoy en un entorno 
 multiusuario con los homes en un servidor. Cuando en un cliente, en mi 
 cuenta ejecuta debuild, la construcción del paquete falla, con este mensaje:
 
 
 dh_installdirs -plibutilmm-doc 
 dh_installdocs -plibutilmm-doc 
 install: cannot change ownership of `debian/libutilmm-
 doc/usr/share/doc/libutilmm-doc/copyright': Invalid argument
 dh_installdocs: install -g 0 -o 0 -m 644 -p debian/copyright debian/libutilmm-
 doc/usr/share/doc/libutilmm-doc/copyright returned exit code 1
 make: *** [binary-install/libutilmm-doc] Error 2
 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
 2
 debuild: fatal error at line 1325:
 dpkg-buildpackage -rfakeroot -D -us -uc failed
 
 
 ejecutando lo mismo en una unidad no nfs, funciona. Alguna idea? Se puede 
 hacer?

El servidor debe exportar el fs con la opción no_root_squash. Algo que
debes tener claro, ya que tiene implicaciones serias de seguridad.

Saludos,

Alberto

-- 
Alberto Gonzalez Iniesta| Formación, consultoría y soporte técnico
agi@(inittab.org|debian.org)| en GNU/Linux y software libre
Encrypted mail preferred| http://inittab.com

Key fingerprint = 9782 04E7 2B75 405C F5E9  0C81 C514 AF8E 4BA4 01C3


-- 
To UNSUBSCRIBE, email to debian-devel-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101214175235.gr3...@lib.inittab.org



Re: debuild en nfs

2010-12-14 Thread Leopold Palomo Avellaneda
A Dimarts 14 Desembre 2010, Alberto Gonzalez Iniesta va escriure:
 On Tue, Dec 14, 2010 at 06:17:34PM +0100, Leopold Palomo-Avellaneda wrote:
  Bones,
  
  tengo un problema muy tonto que no encuentro la solución. Estoy en un
  entorno multiusuario con los homes en un servidor. Cuando en un
  cliente, en mi cuenta ejecuta debuild, la construcción del paquete
  falla, con este mensaje:
  
  
  dh_installdirs -plibutilmm-doc
  dh_installdocs -plibutilmm-doc
  install: cannot change ownership of `debian/libutilmm-
  doc/usr/share/doc/libutilmm-doc/copyright': Invalid argument
  dh_installdocs: install -g 0 -o 0 -m 644 -p debian/copyright
  debian/libutilmm- doc/usr/share/doc/libutilmm-doc/copyright returned
  exit code 1
  make: *** [binary-install/libutilmm-doc] Error 2
  dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
  status 2
  debuild: fatal error at line 1325:
  dpkg-buildpackage -rfakeroot -D -us -uc failed
  
  
  ejecutando lo mismo en una unidad no nfs, funciona. Alguna idea? Se puede
  hacer?
 
 El servidor debe exportar el fs con la opción no_root_squash. Algo que
 debes tener claro, ya que tiene implicaciones serias de seguridad.

Ostras!!!

vale, muchas gracias.

Leo 



-- 
--
Linux User 152692 PGP: 0xF944807E
Catalonia
-
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


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



Re: Orçamento do Othon

2010-12-14 Thread Rafael Cunha de Almeida
On Tue, Dec 14, 2010 at 10:55:13AM -0200, Marco Túlio Gontijo e Silva wrote:
 Olá.
 
 Tentei ligar no Othon hoje para marcarmos de ir lá fazer um orçamento, e a
 Daniele, responsável pelo setor de eventos, disse que não tem horário essa
 semana, mas que se eu mandasse um e-mail, ela responderia até sexta-feira.
 
 Como está a situação dos outros locais?

Tô matematicamente na mesma que você: a mulher, vamos chamá-la de
Estrela, falou que não respondeu ainda porque o chefe dela, vamos
chamá-lo de Leonardo, não apareceu para trabalhar esses dias. Ele é o
guardião da tabela de preços de 2012, de forma que nenhum outro tem esse
conhecimento. Hoje a tarde ele vai aparecer na sala de reuniões --
Estrela tem certeza disso -- os dois vão se reuinir e conversar o que é
que se conversa nessa situação. Planeja, Estrela, responder meu e-mail
ainda antes do ocaso.  Agradeci e nós nos despidimos dizendo ``tchau'',
que em italiano quer dizer ``Olá''. Desliguei o telefone confiante de
que o futuro do BID está entregue ao Leo.


-- 
To UNSUBSCRIBE, email to debian-devel-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101214152945.gd25...@kontesti.me