Re: List of packages which should probably be Architecture: all

2008-01-07 Thread Michal Čihař
Hi

On Wed, 02 Jan 2008 13:58:24 -0600
Raphael Geissert [EMAIL PROTECTED] wrote:

 Michal Čihař [EMAIL PROTECTED]
libgammu3

Eh?

$ apt-cache show libgammu3 | grep ^Dep
Depends: libbluetooth2 (= 3.0), libc6 (= 2.7-1), libgammu-common (=
1.17.0-1)

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Re: Bug#459403: libuuid1: missing depends on non-essential package passwd

2008-01-07 Thread Theodore Tso
On Sun, Jan 06, 2008 at 10:37:03AM +0100, Julien Cristau wrote:
 
 the libuuid1 postinst contains:
 groupadd -f -K GID_MIN=1 -K GID_MAX=999 libuuid
 if ! grep -q libuuid /etc/passwd; then
useradd -d /var/lib/libuuid -K UID_MIN=1 -K UID_MAX=499 -g libuuid libuuid
 fi
 mkdir -p /var/lib/libuuid
 chown libuuid:libuuid /var/lib/libuuid
 chmod 2775 /var/lib/libuuid
 
 The groupadd and useradd commands come from passwd, which is not
 Essential: yes, so a Depends is needed.
 
 Moreover, the postinst succeeds even if any of these commands fail,
 because 'set -e' is missing at the top of the script.

So e2fsprogs which is Essential: yes depends on libuuid1, so
libuuid1 is effectively Essential: yes, right?  So if I add a
dependency on passwd, it will effectively make passwd Essential:
yes, as well, and according to policy I should bring it up for
comment on debian-policy.  So, I am doing so now.  Any objections if I
add a dependency on passwd for libuuid1?  The aternative would be to
roll-my-own useradd/adduser functionality, but that would be a real
PITA

Thanks, regards,

- Ted


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#459403: libuuid1: missing depends on non-essential package passwd

2008-01-07 Thread Steve Langasek
On Mon, Jan 07, 2008 at 03:23:23AM -0500, Theodore Tso wrote:
 On Sun, Jan 06, 2008 at 10:37:03AM +0100, Julien Cristau wrote:

 So e2fsprogs which is Essential: yes depends on libuuid1, so
 libuuid1 is effectively Essential: yes, right?  So if I add a
 dependency on passwd, it will effectively make passwd Essential:
 yes, as well, and according to policy I should bring it up for
 comment on debian-policy.  So, I am doing so now.

My mail headers disagree. :)  Is this really meant to be on debian-policy
rather than debian-devel?

 Any objections if I add a dependency on passwd for libuuid1?  The
 aternative would be to roll-my-own useradd/adduser functionality, but that
 would be a real PITA

I think rolling your own would be wrong no matter what.  If there are
specific reasons why libuuid1 can't depend on passwd, we should address
those instead.

But let's have a look:

Package: passwd
Version: 1:4.0.18.2-1
Depends: libc6 (= 2.6.1-1), libpam0g (= 0.99.7.1), libselinux1 (= 2.0.15), 
login (= 970502-1), libpam-modules (= 0.72-5), debianutils (= 2.15.2)

$ grep-dctrl -n -FEssential yes -sPre-Depends /var/lib/apt/lists/*sid*Packages \
  | tr ',' '\n' |sed -e's/^ //' | sort -u

coreutils (= 5.93-1)
e2fslibs (= 1.40.3-1)
initscripts
libacl1 (= 2.2.11-1)
libblkid1 (= 1.34-1)
libc6 (= 2.3.6-6)
libc6 (= 2.5)
libc6 (= 2.6-1)
libc6 (= 2.6.1-1)
libc6 (= 2.7-1)
libcomerr2 (= 1.34-1)
libncurses5 (= 5.4-5)
libncurses5 (= 5.6+20071006-3)
libpam0g (= 0.99.7.1)
libpam-runtime (= 0.76-14)
libselinux1 (= 2.0.15)
libslang2 (= 2.0.7-1)
libss2 (= 1.34-1)
libuuid1
libuuid1 (= 1.34-1)
sysvinit-utils
sysv-rc (= 2.86.ds1-1.2) | file-rc ( 0.7.0)
zlib1g (= 1:1.2.3.3.dfsg-1)
$

So libc6, libpam0g, and libselinux1 are already Pre-Depends of some
essential package or other, and don't pose a problem here.

login is also Essential: yes, so is only in the list because it's a
versioned dep; but it's a versioned dep on a version older than oldstable,
so we can probably prune that dep from passwd to make the essential set just
a little less tangled.  Anyway, nothing in essential currently depends on
passwd so we know there's no problematic loop here.

debianutils is likewise essential, and the versioned dep is likewise
satisfied by the version in stable (though not in oldstable).  Again the dep
could probably be pruned.

That leaves libpam-modules being pulled in, which is not currently essential
or a pre-dep of any other essential packages.  This is not a spurious
dependency on the part of passwd; actually, I'm left wondering why login has
it as a Depends instead of as a Pre-Depends, since the stock login PAM
config isn't going to work very well without those modules, so login seems
to be failing the requirement to be minimally functional while unpacked but
not configured.

But anyway, let's have a look at what promoting libpam-modules entails.

Package: libpam-modules
Version: 0.99.7.1-5
Depends: libc6 (= 2.6.1-1), libdb4.6, libpam0g (= 0.99.7.1), libselinux1 (= 
2.0.15)

Three familiar libraries again, along with libdb4.6.  libdb4.6 itself has no
dependencies other than libc6.

So promoting passwd to a Pre-Depends of an Essential package doesn't
introduce any pre-dependency loops, and the only new packages pulled into
the transitively-Essential set are ones that arguably are supposed to be
there already.

As long as none of the maintainers of other Essential packages have plans to
introduce a dependency on libuuid1 that would turn this into a loop, this
looks ok to me.

(BTW, does anyone want to write an essential-checker to check for those
loops automatically? :)

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#459403: libuuid1: missing depends on non-essential package passwd

2008-01-07 Thread Bastian Blank
On Mon, Jan 07, 2008 at 03:23:23AM -0500, Theodore Tso wrote:
So, I am doing so now.  Any objections if I
 add a dependency on passwd for libuuid1?  The aternative would be to
 roll-my-own useradd/adduser functionality, but that would be a real
 PITA

There are several other possibilities:
- Move the user creation. It is necessary for uuid-runtime (uuidd), not
  libuuid.
- Drop e2fsprogs from essential. The only critical part, aka non ext2/3
  specific, it provides is /sbin/fsck IMHO.

What is the reason for this deamon anyway? It linearises the requests
and limits the amount of available uuids.

Bastian

-- 
We have the right to survive!
Not by killing others.
-- Deela and Kirk, Wink of An Eye, stardate 5710.5


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#459403: libuuid1: missing depends on non-essential package passwd

2008-01-07 Thread Bill Allombert
On Mon, Jan 07, 2008 at 01:16:59AM -0800, Steve Langasek wrote:
 On Mon, Jan 07, 2008 at 03:23:23AM -0500, Theodore Tso wrote:
  On Sun, Jan 06, 2008 at 10:37:03AM +0100, Julien Cristau wrote:
 
  So e2fsprogs which is Essential: yes depends on libuuid1, so
  libuuid1 is effectively Essential: yes, right?  So if I add a
  dependency on passwd, it will effectively make passwd Essential:
  yes, as well, and according to policy I should bring it up for
  comment on debian-policy.  So, I am doing so now.
 
 My mail headers disagree. :)  Is this really meant to be on debian-policy
 rather than debian-devel?
 
  Any objections if I add a dependency on passwd for libuuid1?  The
  aternative would be to roll-my-own useradd/adduser functionality, but that
  would be a real PITA

AFAICS libuuid1 just needs groupadd/useradd to create a user and group
'libuuid'.

Since libuuid1 is essential, every system will end up with a libuuid
user/group, so why not just add it to base-passwd instead of creating it
dynamically ?

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



About Debian BTS

2008-01-07 Thread PoayHua
Hi, I am a student from the University Putra Malaysia. Now i am doing a
study about Debian in my final year project. i am interested about Debian's
bugs tracking system.

http://www.debian.org/doc/developers-reference/ch-resources

after i have go through above page, i think is better i ask if there have
any statistical analysis or anything related to Debian's bugs?
if there has any of it, it maybe a big help for my project.


poayhua


Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-07 Thread Gabor Gombas
On Sun, Jan 06, 2008 at 10:10:03AM +0100, Tollef Fog Heen wrote:

 Taking this argument a bit further, do you think that the sshd init
 script should wait until all users have saved their work and logged
 out before it gives control back to the init sequence?

On a multi-user system that would be a trivial DoS so no. Just think
what happens if someone opens a file in an editor, leaves it open and
then goes on vacation...

It's the responsibility of the sysadmin to use the '-t' option of
shutdown properly and to check that users have really logged out.

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences
 -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



testing migration/autobuilding postgresql-filedump-8.2

2008-01-07 Thread Michael Meskes
Could someone please explain the following to me?

According to
http://qa.debian.org/excuses.php?package=postgresql-filedump-8.2 the
package does not migrate because it is out of date on hppa. However,
http://buildd.debian.org/build.php?pkg=postgresql-filedump-8.2 says it
has been build on Dec 23 23:53 with the result maybe-successful. The
build log for this action is here:
http://buildd.debian.org/fetch.cgi?pkg=postgresql-filedump-8.2ver=8.2-4arch=hppastamp=1198472013file=log
This one also does not show any error.

Now the question ariss, what went wrong? And also of course could
someone please reschedule this package or do whatever is needed to get
this version into the archive.

Thanks.

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459593: RFA: dmraid

2008-01-07 Thread Joachim Breitner
Package: wnpp
Severity: normal

Hi everyone,

the utnubu team maintains a few packages, but it turned out be not a
good maintance team, so are want to give our packages away.

One of the more important packages maintained by us is dmraid, with very
few open bugs, a new version to be packaged and probably curcial to some
users. This needs a real maintainer, or a proper maintenance team, so if
you want to do it, please step up.

http://packages.qa.debian.org/d/dmraid.html

Greetings,
Joachim


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: reporting BTS spam easily from Mutt

2008-01-07 Thread Amaya
Hamish Moffatt wrote:
 In case it's useful to anyone, here's a quick hack I put together for
 easy BTS spam reporting from mutt.

That is incredibly useful, is tehre any similar tool to report spam
delivered through the Debian Mailing Lists?

Sorry if this has been answered before, I am just starting to keep up
with mail backlog.

Thanks, Hamish!

-- 
  ·''`. Cheap beer  cheap chocolate - The real deal
 : :' :   
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: testing migration/autobuilding postgresql-filedump-8.2

2008-01-07 Thread Cyril Brulebois
On 07/01/2008, Michael Meskes wrote:
 Now the question ariss, what went wrong? And also of course could
 someone please reschedule this package or do whatever is needed to get
 this version into the archive.

Being built is insufficient, it has to be uploaded as well. If you want
to contact the buildd admins, [EMAIL PROTECTED]

A different status view is available at:
  http://buildd.debian.org/~jeroen/status/package.php?p=postgresql-filedump-8.2

Cheers,

-- 
Cyril Brulebois


pgpMI7vYoB8RG.pgp
Description: PGP signature


Re: About Debian BTS

2008-01-07 Thread Cyril Brulebois
On 07/01/2008, PoayHua wrote:
 after i have go through above page, i think is better i ask if there
 have any statistical analysis or anything related to Debian's bugs?
 if there has any of it, it maybe a big help for my project.

Christian Perrier posted some figures [1,2] on [3] yesterday. Some stats
about release-critical bugs are available at [4], and a bit differently
at [5] (which might be out of sync from what I've read some days ago).

 1. http://www.perrier.eu.org/weblog/2008/01/06#bugs-per-year
 2. http://www.perrier.eu.org/weblog/2008/01/06#oldest-bugs
 3. http://planet.debian.org/
 4. http://bugs.debian.org/release-critical/
 5. http://bts.turmzimmer.net/

Cheers,

-- 
Cyril Brulebois


pgpfW6KZKLhiX.pgp
Description: PGP signature


Bug#459596: RFA: gtimelog

2008-01-07 Thread Joachim Breitner
Package: wnpp
Severity: normal

Hi everyone,

the utnubu team maintains a few packages, but it turned out be not a
good maintance team, so are want to give our packages away.

One of these packages is gtimelog. gtimelog provides a time tracking
application to allow the user to track what they work on during the day
and how long they spend doing it. It has some active users according to
popcon, and no bad open bugs. It would be nice if this package could
have a proper maintainer.

http://packages.qa.debian.org/g/gtimelog.html

Greetings and thanks,
Joachim

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459597: RFA: timer-applet -- timer applet - a countdown timer applet for the GNOME panel

2008-01-07 Thread Joachim Breitner
Package: wnpp
Severity: normal


Hi everyone,

the utnubu team maintains a few packages, but it turned out be not a
good maintance team, so are want to give our packages away.

One of these packages is timer-applet

The package description is:
 Features include:
 .
  * Quickly set a time and the applet will notify you when time is up
  * Create presets for quick access to frequently-used times
  * Small and unobtrusive. Choose to either view the remaining time right in
the panel or hide it so you don't get distracted by the countdown.
  * Add multiple Timer Applets to the panel to have multiple timers running
simultaneously
  * User interface follows the GNOME Human Interface Guidelines

It has a few minor open bugs, and there is a new upstream version
waiting. According to popcon, about 200 people have it installed, but no
use numbers were generated. It would be nice if this finds a real
maintainer. It is probably suiteable for beginner maintainers as well.

Greetings and thanks,
Joachim

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Availability of wanna-build sources

2008-01-07 Thread Aurelien Jarno
Marc 'HE' Brockschmidt a écrit :
 Luk Claes [EMAIL PROTECTED] writes:
 Roger Leigh wrote:
 Does anyone know where the sources for the current version of
 wanna-build in use on our buildds may be found?
 The current version is the one of the repository you mentioned. If you
 mean the experimental version, well I suppose that's on one of Ryan's
 machines.
 
 Well, the version of buildd/sbuild on some buildds is the one from
 repository, but at least wanna-build has been heavily changed since the
 last commit:
 
 [EMAIL PROTECTED]:/tmp$ wget 
 http://svn.cyberhqz.com/svn/wanna-build/wanna-build; diff -u wanna-build 
 /org/wanna-build/bin/wanna-build | diffstat
 --10:17:33--  http://svn.cyberhqz.com/svn/wanna-build/wanna-build
= `wanna-build'
 Resolving svn.cyberhqz.com... 24.85.128.235
 Connecting to svn.cyberhqz.com[24.85.128.235]:80... connected.
 HTTP request sent, awaiting response... 200 OK
 Length: 70,851 [text/x-perl]
 
 100%[=]
  70,851   103.98K/s 
 
 10:17:34 (103.66 KB/s) - `wanna-build' saved [70851/70851]
 
  wanna-build |  624 
 +++-
  1 files changed, 327 insertions(+), 297 deletions(-)

From what I have observed, the wanna-build version running on buildd.d.o
correctly detects the upload of a binNMU and marks the package as
Installed. The version from cyberhqz (the one running on
debian-ports.org) keeps the packages as Uploaded, so the wanna-build
maintainer has to clean packages that have been binNMUed from time to time.

That's a pitty to see that the problem has been fixed, but other users
can't have the fix.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#459403: libuuid1: missing depends on non-essential package passwd

2008-01-07 Thread Kurt Roeckx
On Mon, Jan 07, 2008 at 03:23:23AM -0500, Theodore Tso wrote:
 
 So e2fsprogs which is Essential: yes depends on libuuid1, so
 libuuid1 is effectively Essential: yes, right?  So if I add a
 dependency on passwd, it will effectively make passwd Essential:
 yes, as well

It's not because an essential package Depends on something that that
should also be set to essential.  The clasical example is libc6.  Alot
of the essential package Depend on it but libc6 is not, and should not,
be essential itself.

But I think that packages which are essential that need a user/group
should get a static one in base-passwd which is essential.


Kurt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459625: ITP: libdmtx -- shared libraries for Data Matrix barcodes

2008-01-07 Thread Todd A. Jacobs
Package: wnpp
Severity: wishlist
Owner: Todd A. Jacobs [EMAIL PROTECTED]


* Package name: libdmtx
  Version : 0.4.0-codegnome.3
  Upstream Author : Mike Laughton [EMAIL PROTECTED]
* URL : http://www.libdmtx.org/
* License : LGPL
  Programming Lang: C
  Description : shared libraries for Data Matrix barcodes

Shared libraries for creating/reading Data Matrix 2D barcode symbols.
The dmtxwrite and dmtxread utilities support .png graphics for easy
integration into web-enabled applications.

NOTE: The packages are already available from the following repository:

deb http://www2.codegnome.org:59321/codegnome-debs/ sid contrib non-free
deb-src http://www2.codegnome.org:59321/codegnome-debs/ sid contrib non-free

and are just in need of a sponsor.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459628: ITP: libdmtx-utils -- utilities for reading/writing Data Matrix barcodes with libdmtx

2008-01-07 Thread Todd A. Jacobs
Package: wnpp
Severity: wishlist
Owner: Todd A. Jacobs [EMAIL PROTECTED]


* Package name: libdmtx-utils
  Version : 0.4.0-codegnome.3
  Upstream Author : Mike Laughton [EMAIL PROTECTED]
* URL : http://www.libdmtx.org/
* License : LGPL
  Programming Lang: C
  Description : utilities for reading/writing Data Matrix barcodes with 
libdmtx

Command-line utilities for creating/reading Data Matrix 2D barcode
symbols. The dmtxwrite and dmtxread utilities support .png graphics for
easy integration into web-enabled applications.

NOTE: The packages are already available from the following repository:

deb http://www2.codegnome.org:59321/codegnome-debs/ sid contrib non-free
deb-src http://www2.codegnome.org:59321/codegnome-debs/ sid contrib non-free

and are just in need of a sponsor.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459627: ITP: libdmtx-dev -- header files for libdmtx

2008-01-07 Thread Todd A. Jacobs
Package: wnpp
Severity: wishlist
Owner: Todd A. Jacobs [EMAIL PROTECTED]


* Package name: libdmtx-dev
  Version : 0.4.0-codegnome.3
  Upstream Author : Mike Laughton [EMAIL PROTECTED]
* URL : http://www.libdmtx.org/
* License : LGPL
  Programming Lang: C
  Description : header files for libdmtx

The libdmtx package contains the shared libraries and command-line
utilities for creating/reading Data Matrix 2D barcode symbols. Install
this package if you need the C header files to include in your source
code.

NOTE: The packages are already available from the following repository:

deb http://www2.codegnome.org:59321/codegnome-debs/ sid contrib non-free
deb-src http://www2.codegnome.org:59321/codegnome-debs/ sid contrib non-free

and are just in need of a sponsor.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: Bug#458819: ITP: nettee -- a network tee program

2008-01-07 Thread Joe Smith


Joel Franco [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]

- simplicity: like you already said, the simple command, without complex
 pipe setups like showed in your example comments. You have to agree
 with me that that netcat + tee pipe commands are not trivial. If I
 had known about that commands, i will not have searched for somenthing
 like nettee in Google.


Good point. However, while it did take me a few minutes to cook that up, was 
still
reasonably simple piping. The biggest trick was the '(...)' syntax, and 
knowing the arguments to use for netcat. The rest was simple pipes and 
input/output redirection.
Definately not trivial, but not too terrible either. Command line plumbing 
can be much more complicated (although very complicated plumbing is honestly 
rarely ever useful).
But you said something very important, that I somewhat hoped you would say. 
You did seach for a utility because you did not know how to do it manually. 
That there is an important advantage to a package. In particular, having the 
manpage to document things.





- multiple target: you can specify multiple targets to send the stream
 and not only one. Use the -next hostlist1(,hostlist2(,hostlist3(...)))
 Ok.. ok.. you can make it with a complex pipe; i just can say that
 i will say again the previous argument.


You can indeed do that with complex piping, although it definately begins to 
get very large and hard to deal with. This is a useful advantage of such a 
package.




- error check in the stream data: there is a check for transmission
 errors in the code. This is util when there are failed nodes.


Yes it is indeed a useful benefit that definatly difficult to do with just 
tee and netcat.




- error handling while data is being transmited: there is a lot of
 options to the chain not die if there is a single node failure. In
 your pipe commands, if one node die, the full chain is lost.


Yes, indeed. That is a real downside to chaining like that. And something 
that a dedicated program can handle much better.


Your defense of the program here was quite good, as it does clearly show the 
benefits of such a program. A useful skill to have as a package maintainer. 
Futher, I now know to look for that utility if I ever have such a need. :D



In short, simplicity and error check.

If you liked, can you be my sponsor? :)


Unfortunately, I cannot, as IANADD.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459637: ITP: mustang -- multiple structural alignment of proteins

2008-01-07 Thread Morten Kjeldgaard
Package: wnpp
Severity: wishlist
Owner: Morten Kjeldgaard [EMAIL PROTECTED]


* Package name: mustang
  Version : 3.0
  Upstream Author : Arun S. Konagurthu [EMAIL PROTECTED]
* URL : http://www.cs.mu.oz.au/~arun/mustang/
  License : 3 clause BSD
  Programming Lang: C++
  Description : multiple structural alignment of proteins
   Mustang is an algorithm for structural alignment of multiple
   protein structures. Given a set of PDB files, the program uses the 
   spatial information in the Calpha atoms of the set to produce a sequence 
   alignment. Based on a progressive pairwise heuristic the algorithm 
   then proceeds through a number of refinement passes. Mustang 
   reports the multiple sequence alignment and the corresponding 
   superposition of structures.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#459403: libuuid1: missing depends on non-essential package passwd

2008-01-07 Thread Michael Biebl

Bastian Blank wrote:

On Mon, Jan 07, 2008 at 03:23:23AM -0500, Theodore Tso wrote:

   So, I am doing so now.  Any objections if I
add a dependency on passwd for libuuid1?  The aternative would be to
roll-my-own useradd/adduser functionality, but that would be a real
PITA


There are several other possibilities:
- Move the user creation. It is necessary for uuid-runtime (uuidd), not
  libuuid.


Actually the user is created twice currently: in libuuid1.postinst and 
uuid-runtime.postinst.


Ted, could you please eloborate why you need the useradd in 
libuuid1.postinst at all?


Cheers,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: Proposed consensus: reporting lintian overrides

2008-01-07 Thread Marc Haber
On Sat, 05 Jan 2008 11:12:32 -0800, Russ Allbery [EMAIL PROTECTED]
wrote:
For those who really don't want to see this line at all, I'll add a -q
option to lintian that suppresses this line (and anything else like this
that comes up later, if we have anything).

How about a configuration file and/or an environment variable to set a
local default?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834



Re: pkg-$GROUP on Alioth: please whitelist messages from BTS

2008-01-07 Thread Stephen Gran
This one time, at band camp, Stephen Gran said:
 This one time, at band camp, Tollef Fog Heen said:
  * Stephen Gran 
  
  | The only reason is that I can't see how to do it in mailman.  AFAICT it's
  | not easy to set that as a blanket default for all lists.  If you can se
  | how, feel free to ping me on #alioth or off list and I'll set it up.
  
  Something like:
  
  add 
  
  GLOBAL_PIPELINE.insert(1, 'Debian') 
  
  to mm_cfg.py.
  
 
 Sweet!  Thanks,

Thanks to Tolleff, Ganneff, mhy, and a combination of malted barly, hops
and water, this is now a reality on alioth.  We're using the mailman
method get_senders, which may or may not behave in exactly the way I
hope.  Please let me know if people are having problems or if other role
addresses should be added to the whitelist.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Re: Bug#458819: ITP: nettee -- a network tee program

2008-01-07 Thread Giovanni Mascellani
All'incirca Mon, 7 Jan 2008 14:10:08 -0500,  Joe Smith
[EMAIL PROTECTED] sembrerebbe aver scritto:

 - error check in the stream data: there is a check for transmission
   errors in the code. This is util when there are failed nodes.
 
 Yes it is indeed a useful benefit that definatly difficult to do with
 just tee and netcat.

FYI: I maintain netrw, a small utility like netcat, but capable to
calculate checksum of the content being transferred.

Anyway, it seems that nettee makes things much simpler, so I can't see
why don't package it. Of course, IANADD and my opinion is not much
relevant!

Happy Debian!
Giovanni.
-- 
Giovanni Mascellani [EMAIL PROTECTED]
Pisa, Italy

Web: http://giomasce.altervista.org
SIP: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED] / [EMAIL PROTECTED]
GPG: 0x5F1FBF70 (FP: 1EB6 3D43 E201 4DDF 67BD  003F FCB0 BB5C 5F1F BF70)



signature.asc
Description: PGP signature


RFH: How to debug FTBFS of erlang on sparc (UltraSPARC III)?

2008-01-07 Thread Sergei Golovan
Hi!

After lebrun (which run on UltraSPARC III) became a sparc buildd host,
erlang package started to FTBFS on sparc. Logs are available at
http://buildd.debian.org/build.php?pkg=erlang but thay aren't very
informative. They show bus error which can't help to fix the bug.

I'd be happy to find the bug but I don't have an access to UltraSPARC
III hardware. The only available to me Debian developer sparc machine
(sperger) runs UltraSPARC II which doesn't reveal the bug.

Is there a way to debug this bug?

-- 
Sergei Golovan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: RFH: How to debug FTBFS of erlang on sparc (UltraSPARC III)?

2008-01-07 Thread brian m. carlson

On Tue, Jan 08, 2008 at 12:53:36AM +0300, Sergei Golovan wrote:

Hi!

After lebrun (which run on UltraSPARC III) became a sparc buildd host,
erlang package started to FTBFS on sparc. Logs are available at
http://buildd.debian.org/build.php?pkg=erlang but thay aren't very
informative. They show bus error which can't help to fix the bug.


A bus error is usually an unaligned access.


I'd be happy to find the bug but I don't have an access to UltraSPARC
III hardware. The only available to me Debian developer sparc machine
(sperger) runs UltraSPARC II which doesn't reveal the bug.

Is there a way to debug this bug?


You should probably ask [EMAIL PROTECTED] if there's a 
machine meeting those requirements that someone will let you use.


You might also determine whether the bug occurs when you build on 
UltraSPARC III, but run on UltraSPARC II; IOW, whether the problem is 
the build or execution environment.  I can assist with that, if you send 
me a gpg-signed binary.


HTH.

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


signature.asc
Description: Digital signature


Bug#459656: ITP: gigedit -- foo

2008-01-07 Thread Free Ekanayaka
Package: wnpp
Severity: wishlist
Owner: Free Ekanayaka [EMAIL PROTECTED]


* Package name: gigedit
  Version : 0.1.1
  Upstream Author : Anreas Persson
* URL : http://www.linuxsampler.org/
* License : GPL
  Programming Lang: C++
  Description : instrument editor for Gigasampler files

 gigedit is an instrument editor allowing to modify existing Gigasampler
 files, as well as creating new ones from scratch. The GUI is based on
 the GTK+ (gtkmm) toolkit. Even though it is created as a subproject of
 the LinuxSampler project, it is currently a completely independent
 stand-alone editor.
 .
 For more information visit
 http://www.linuxsampler.org

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (1001, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: RFH: How to debug FTBFS of erlang on sparc (UltraSPARC III)?

2008-01-07 Thread Sergei Golovan
On 1/8/08, brian m. carlson [EMAIL PROTECTED] wrote:
 On Tue, Jan 08, 2008 at 12:53:36AM +0300, Sergei Golovan wrote:
 Hi!
 
 After lebrun (which run on UltraSPARC III) became a sparc buildd host,
 erlang package started to FTBFS on sparc. Logs are available at
 http://buildd.debian.org/build.php?pkg=erlang but thay aren't very
 informative. They show bus error which can't help to fix the bug.

 A bus error is usually an unaligned access.

I understand that.


 I'd be happy to find the bug but I don't have an access to UltraSPARC
 III hardware. The only available to me Debian developer sparc machine
 (sperger) runs UltraSPARC II which doesn't reveal the bug.
 
 Is there a way to debug this bug?

 You should probably ask [EMAIL PROTECTED] if there's a
 machine meeting those requirements that someone will let you use.

The initial message was crossposted to [EMAIL PROTECTED] too.


 You might also determine whether the bug occurs when you build on
 UltraSPARC III, but run on UltraSPARC II; IOW, whether the problem is
 the build or execution environment.  I can assist with that, if you send
 me a gpg-signed binary.

I can't build it on UltraSPARC III because I don't have an access to
it. The binaries that are built on UltraSPARC II don't work on
UltraSPARC III (It can be concluded from FTBFS of erlang-based
packages (e.g. ejabberd which FTBFS too currently).

I guess you might start building erlang on UltraSPARC III and after
virtual machine is built (executables beam*) you could simply replace
existing binaries from erlang-base (version 11.b.5-8) and try it on
UltraSPARC II. But I'm afraid it's too complicated.

-- 
Sergei Golovan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Proposed consensus: reporting lintian overrides

2008-01-07 Thread Russ Allbery
Marc Haber [EMAIL PROTECTED] writes:
 Russ Allbery [EMAIL PROTECTED] wrote:

 For those who really don't want to see this line at all, I'll add a -q
 option to lintian that suppresses this line (and anything else like
 this that comes up later, if we have anything).

 How about a configuration file and/or an environment variable to set a
 local default?

It's probably easiest at the moment to use an alias.  Lintian's
configuration handling is very odd at the moment, and I haven't had a
chance to take a deep look at it and try to figure out how I want to
rework it.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: RFH: How to debug FTBFS of erlang on sparc (UltraSPARC III)?

2008-01-07 Thread Emanuele Rocca
Hello Sergei,

* Sergei Golovan [EMAIL PROTECTED], [2008-01-08  0:53 +0300]:
  I'd be happy to find the bug but I don't have an access to UltraSPARC
  III hardware. 

I do have access to an Ultrasparc III+ workstation, I can try to
reproduce the bug tomorrow. 

ciao,
ema


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: Bug#458819: ITP: nettee -- a network tee program

2008-01-07 Thread Joel Franco
On Mon Jan 07 08 14:10, Joe Smith wrote:

 Joel Franco [EMAIL PROTECTED] wrote in message 
 news:[EMAIL PROTECTED]
 - simplicity: like you already said, the simple command, without complex
  pipe setups like showed in your example comments. You have to agree
  with me that that netcat + tee pipe commands are not trivial. If I
  had known about that commands, i will not have searched for somenthing
  like nettee in Google.

 Good point. However, while it did take me a few minutes to cook that up, 
 was still
 reasonably simple piping. The biggest trick was the '(...)' syntax, and 
 knowing the arguments to use for netcat. The rest was simple pipes and 
 input/output redirection.

Exact. I didn't how to make it works, and have never seen a pipe
sequence like the yours.

 Definately not trivial, but not too terrible either. Command line plumbing 
 can be much more complicated (although very complicated plumbing is 
 honestly rarely ever useful).
 But you said something very important, that I somewhat hoped you would say. 
 You did seach for a utility because you did not know how to do it manually. 
 That there is an important advantage to a package. In particular, having 
 the manpage to document things.

I'm happy that you agree. :)




 - multiple target: you can specify multiple targets to send the stream
  and not only one. Use the -next hostlist1(,hostlist2(,hostlist3(...)))
  Ok.. ok.. you can make it with a complex pipe; i just can say that
  i will say again the previous argument.

 You can indeed do that with complex piping, although it definately begins 
 to get very large and hard to deal with. This is a useful advantage of such 
 a package.


 - error check in the stream data: there is a check for transmission
  errors in the code. This is util when there are failed nodes.

 Yes it is indeed a useful benefit that definatly difficult to do with just 
 tee and netcat.


 - error handling while data is being transmited: there is a lot of
  options to the chain not die if there is a single node failure. In
  your pipe commands, if one node die, the full chain is lost.

 Yes, indeed. That is a real downside to chaining like that. And something 
 that a dedicated program can handle much better.

 Your defense of the program here was quite good, as it does clearly show 
 the benefits of such a program. A useful skill to have as a package 
 maintainer. Futher, I now know to look for that utility if I ever have such 
 a need. :D

I'm happy again that you approve the nettee in the Debian dist.


 In short, simplicity and error check.

 If you liked, can you be my sponsor? :)

 Unfortunately, I cannot, as IANADD.

:( Ok.

Thank you by your positive words.




 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
|
| Joel Franco Guzmán  .''`.
|  self-powered by   : :' :
|   Debian Linux `. `' 
|  `- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#458819: ITP: nettee -- a network tee program

2008-01-07 Thread Joel Franco
On Mon Jan 07 08 22:08, Giovanni Mascellani wrote:
All'incirca Mon, 7 Jan 2008 14:10:08 -0500,  Joe Smith
[EMAIL PROTECTED] sembrerebbe aver scritto:

 - error check in the stream data: there is a check for transmission
   errors in the code. This is util when there are failed nodes.
 
 Yes it is indeed a useful benefit that definatly difficult to do with
 just tee and netcat.

FYI: I maintain netrw, a small utility like netcat, but capable to
calculate checksum of the content being transferred.

Hi Giovanni,

It appears to be a life easier too :)


Anyway, it seems that nettee makes things much simpler, so I can't see
why don't package it. Of course, IANADD and my opinion is not much
relevant!

Ooowww.. sorry.. but your oppinion is really important to vote the
software that you want in Debian.

Your email is positive, especially for me that wants nettee in the
official tree.

HEY SPONSORS.. PLEASE LOOK NETTEE :)

Regards.


Happy Debian!
Giovanni.
-- 
Giovanni Mascellani [EMAIL PROTECTED]
Pisa, Italy

Web: http://giomasce.altervista.org
SIP: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED] / [EMAIL PROTECTED]
GPG: 0x5F1FBF70 (FP: 1EB6 3D43 E201 4DDF 67BD  003F FCB0 BB5C 5F1F BF70)




-- 
|
| Joel Franco Guzmán  .''`.
|  self-powered by   : :' :
|   Debian Linux `. `' 
|  `- 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: List of packages which should probably be Architecture: all

2008-01-07 Thread Raphael Geissert
Michal Čihař wrote:
 Hi
 
 On Wed, 02 Jan 2008 13:58:24 -0600
 Raphael Geissert [EMAIL PROTECTED] wrote:
 
 Michal Čihař [EMAIL PROTECTED]
libgammu3
 
 Eh?

Seems like it is one of the very few false positives of the old script.
The fresh reports using grep-ctrl instead of a lot of grep's (which seem to
have caused some false positives) can be found at:

http://alioth.debian.org/~atomo64-guest/should-be-arch-all.txt
http://alioth.debian.org/~atomo64-guest/should-be-arch-all.by-maint.txt

Both updated weekly

 
 $ apt-cache show libgammu3 | grep ^Dep
 Depends: libbluetooth2 (= 3.0), libc6 (= 2.7-1), libgammu-common (=
 1.17.0-1)
 

Cheers,
Raphael Geissert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Correct spelling/capitalisation of project names

2008-01-07 Thread Raphael Geissert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello everybody,

Some weeks ago I noticed that some package descriptions incorrectly spell
some project names, mainly because of capitalisation.
For example GNOME is being spelt in some packages as Gnome, or simply gnome,
when its right spelling: GNOME. Other project names such as Debian, KDE and
Linux aren't being correctly capitalised.

Neil Williams has requested me on #456495 to seek a concensus on this
subject, hence the reason of this message.

Starting with lintian v1.23.42 the spelling check also looks for the correct
spelling of the above mentioned project names (requested at #456582).
Because I made an archive wide lintian check (except for arch all packages)
with the latest lintian version here are some lists of packages spelling
some project names incorrectly.

Feedback, as usually, is welcome.

Kind regards,
Raphael Geissert

- 

### KDE ###

Michael Ablassmeier [EMAIL PROTECTED]
   kstreamripper

Luca Bedogni [EMAIL PROTECTED]
   krecordmydesktop

Fathi Boudra [EMAIL PROTECTED]
   kasablanca (U)
   klibido (U)
   knetworkconf (U)

Fathi Boudra [EMAIL PROTECTED]
   kdmtheme (U)

Emmanuel Bouthenot [EMAIL PROTECTED]
   kwin-style-knifty

Debian KDE Extras Team [EMAIL PROTECTED]
   kasablanca
   kdmtheme
   klibido

Debian Qt/KDE Maintainers [EMAIL PROTECTED]
   knetworkconf

Debian X Strike Force [EMAIL PROTECTED]
   compizconfig-backend-kconfig

Sean Finney [EMAIL PROTECTED]
   compizconfig-backend-kconfig (U)

Ana Beatriz Guerrero Lopez [EMAIL PROTECTED]
   knetworkconf (U)

Christopher Martin [EMAIL PROTECTED]
   knetworkconf (U)

Martin Maurer [EMAIL PROTECTED]
   fireflier-client-kde

Kel Modderman [EMAIL PROTECTED]
   kdmtheme (U)

Mark Purcell [EMAIL PROTECTED]
   kasablanca (U)
   kdmtheme (U)
   klibido (U)

Riccardo Stagni [EMAIL PROTECTED]
   qingy

Modestas Vainius [EMAIL PROTECTED]
   knetworkconf (U)

Sune Vuorela [EMAIL PROTECTED]
   knetworkconf (U)
   kommando
   kwin-style-dekorator
   kwin-style-powder

### Debian ###

Bill Allombert [EMAIL PROTECTED]
   menu

Adam D. Barratt [EMAIL PROTECTED]
   devscripts (U)

Dave Beckett [EMAIL PROTECTED]
   libcairo-directfb2-dev

Christoph Berg [EMAIL PROTECTED]
   devscripts (U)

Edward Betts [EMAIL PROTECTED]
   gcal

A. Maitland Bottoms [EMAIL PROTECTED]
   predict

Ben Burton [EMAIL PROTECTED]
   libreadline-java

Luk Claes [EMAIL PROTECTED]
   devscripts (U)

Julien Danjou [EMAIL PROTECTED]
   libirman-dev (U)

Debian-Med Packaging Team [EMAIL PROTECTED]
   clustalw

Devscripts Devel Team [EMAIL PROTECTED]
   devscripts

Robert S. Edmonds [EMAIL PROTECTED]
   python-pypcap

Exim4 Maintainers [EMAIL PROTECTED]
   exim4-base

Bdale Garbee [EMAIL PROTECTED]
   predict (U)

Hector Garcia [EMAIL PROTECTED]
   libirman-dev (U)

Julian Gilbey [EMAIL PROTECTED]
   devscripts (U)

Filippo Giunchedi [EMAIL PROTECTED]
   devscripts (U)

Marc Haber [EMAIL PROTECTED]
   exim4-base (U)

Joey Hess [EMAIL PROTECTED]
   devscripts (U)

Robert D. Hilliard [EMAIL PROTECTED]
   dictd (U)

Kirk Hilliard [EMAIL PROTECTED]
   dictd

Matthias Klose [EMAIL PROTECTED]
   isdnvbox (U)
   isdnvboxclient (U)
   isdnvboxserver (U)

Carlos Laviola [EMAIL PROTECTED]
   bplay

Bernhard R. Link [EMAIL PROTECTED]
   reprepro

lirc Maintainer Team [EMAIL PROTECTED]
   libirman-dev

Jan Luebbe [EMAIL PROTECTED]
   kvm

Andreas Metzler [EMAIL PROTECTED]
   exim4-base (U)

Loic Minier [EMAIL PROTECTED]
   libirman-dev (U)

Steffen Moeller [EMAIL PROTECTED]
   clustalw (U)

Jan Niehusmann [EMAIL PROTECTED]
   qca-tls

Niv Altivanik (Debian Packages) [EMAIL PROTECTED]
   skippy

Charles Plessy [EMAIL PROTECTED]
   clustalw (U)

Roland Marcus Rutschmann [EMAIL PROTECTED]
   libmdc2
   libmdc2-dev
   medcon
   xmedcon

Anibal Monsalve Salazar [EMAIL PROTECTED]
   xtranslate

Amaya Rodrigo Sastre [EMAIL PROTECTED]
   libirman-dev (U)

Martin Schulze [EMAIL PROTECTED]
   dhcpdump
   dhcping

Paul Slootman [EMAIL PROTECTED]
   isdnvbox
   isdnvbox (U)
   isdnvboxclient
   isdnvboxclient (U)
   isdnvboxserver
   isdnvboxserver (U)

Ralf Treinen [EMAIL PROTECTED]
   edos-debcheck

Mohammed Adnène Trojette [EMAIL PROTECTED]
   devscripts (U)

James Vega [EMAIL PROTECTED]
   devscripts (U)

Paul Wise [EMAIL PROTECTED]
   nsis

Stefano Zacchiroli [EMAIL PROTECTED]
   devscripts (U)

Martin Zobel-Helas [EMAIL PROTECTED]
   devscripts (U)

### GNOME ###

Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
   gwc

Adam Cécile (Le_Vert) [EMAIL PROTECTED]
   deluge-torrent
   libmcs-backend-gconf

Masayuki Hatta (mhatta) [EMAIL PROTECTED]
   abiword-plugins-gnome

J.H.M. Dassen (Ray) [EMAIL PROTECTED]
   gnome-spell (U)
   gweled (U)

Jari Aalto [EMAIL PROTECTED]
   fspanel

Moray Allan [EMAIL PROTECTED]
   gpe-appmgr (U)
   gpe-filemanager (U)

Bill Allombert [EMAIL PROTECTED]
   flwm

Sebastien Bacher [EMAIL PROTECTED]
   gnome-spell (U)
   

Re: Correct spelling/capitalisation of project names

2008-01-07 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes:

 Starting with lintian v1.23.42 the spelling check also looks for the
 correct spelling of the above mentioned project names (requested at
 #456582).  Because I made an archive wide lintian check (except for arch
 all packages) with the latest lintian version here are some lists of
 packages spelling some project names incorrectly.

For folks who think this is annoyingly picky, well, it sort of is, but I
decided to add the check to lintian anyway only for package descriptions
(and doc-base titles and abstracts).  It doesn't try to check other files,
in part because it doesn't matter as much elsewhere and in part because
there are too many false positives from configuration file fragments and
similar things.

But descriptions have a fairly limited content and aren't that subject to
false positives, and they're also the main thing that users see for our
packages.  I think it's worth being a little picky about spelling,
punctuation, wording, and so forth with package descriptions in order to
create a consistent impression as much as we can.  Lintian can't help with
checking most of that, but it can at least check for common capitalization
and spelling errors.

Note that if you want to refer to a specific package, you can quote the
word to indicate that it's a literal value, although that should be a
fairly rare problem.

If you see false positives that Lintian can avoid, please feel free to
file bugs against Lintian so that we can tweak things.

This joins the capitalization checks that Lintian has been doing for a
while for language names.  (And note that Lintian no longer applies the
language name capitalization check to other files such as changelog, since
there were too many false positives.)

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



List of packages defining a RPATH on amd64 (differs from i386/lintian.d.o)

2008-01-07 Thread Raphael Geissert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello all,

Some time ago I noticed some packages were defining a RPATH on non i386
architectures, notably amd64. This seems to be caused by an old auto* file,
but there might be other reasons as well.

I've run an archive wide lintian check on all the Arch: amd64 packages in
sid in order to detect those packages and surprisingly I've found _409_ of
them.

Of course some packages do need to define the rpath in some cases, reason
why in the next list I'm only including those which were defining an rpath
matching this regexp /usr/lib(64)?$ 
And yes, the number 409 applies to only those matching that regexp, of
course there might be other paths which could be checked too.

The archive wide results are available[1] for download in case anyone wants
to take a look at them (the only package with partial results is
libwine-dev which I killed after four hours checking the man pages) or
whatever. The files are called just like the binary file because of
simplicity, e.g. devscripts_2.10.12_amd64.deb

For those who might not be aware of it, lintian.d.o only shows the results
of the package checks performed on source and i386 binary packages. This is
the reason why a package may not appear on the
binary-or-shlib-defines-rpath report page and being listed here.

I hope some great progress can be done on this subject before lenny is
released.

And of course, the lintian results on which the next list of binary packages
is based can also be downloaded[3] so there's no need to download
the .tar.gz and search for each and every single package ;-).

Any kind of feedback, as usually, is welcome.

[1] http://alioth.debian.org/~atomo64-guest/lintian-v1.23.42-amd64.tar.gz
[2] http://lintian.debian.org/reports/Tbinary-or-shlib-defines-rpath.html
[3] http://alioth.debian.org/~atomo64-guest/rpath_amd64.raw.list.gz

Kind regards,
Raphael Geissert

- -

Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
   jack-rack
   ladcca-bin
   ladccad
   lash-bin
   lashd
   rezound
   swami
   xmms-jackasyn (U)

Davide Puricelli (evo) [EMAIL PROTECTED]
   xchat

Anibal Avelar (Fixxxer) [EMAIL PROTECTED]
   libbio2jack0

Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
   libneon25
   libneon26
   libneon26-gnutls
   libneon27
   libneon27-gnutls
   xsidplay

Ying-Chun Liu (PaulLiu) [EMAIL PROTECTED]
   macopix-gtk2

Stefan Hornburg (Racke) [EMAIL PROTECTED]
   courier-authlib
   courier-base
   courier-maildrop
   courier-mlm
   courier-mta

J.H.M. Dassen (Ray) [EMAIL PROTECTED]
   gdesklets (U)
   gnome-keyring-manager (U)
   gnome-netstatus-applet (U)
   libgnetwork1.0-0 (U)
   libgnomeprintui2.2-0 (U)
   netspeed (U)
   python-gnome2-extras (U)

Jari Aalto [EMAIL PROTECTED]
   fbdesk

Russ Allbery [EMAIL PROTECTED]
   libapache2-mod-shib
   libsaml5

Micah Anderson [EMAIL PROTECTED]
   silc (U)
   util-vserver

Nacho Barrientos Arias [EMAIL PROTECTED]
   libakode2 (U)

Sebastien Bacher [EMAIL PROTECTED]
   easytag
   gdesklets (U)
   gnome-netstatus-applet (U)
   libgnetwork1.0-0 (U)
   libgnomesu0
   netspeed
   python-glade2
   python-gnome2
   python-gnome2-extras
   python-gobject (U)
   python-gobject-dbg (U)
   python-gtk2
   python-pyorbit
   rubrica

Alan Baghumian [EMAIL PROTECTED]
   sabayon (U)

Artem Baguinski [EMAIL PROTECTED]
   drscheme (U)
   mzscheme (U)

Michael Banck [EMAIL PROTECTED]
   gamin
   libsyncml-utils
   python-gamin

Mirco Bauer [EMAIL PROTECTED]
   libevolution3.0-cil (U)

Daniel Baumann [EMAIL PROTECTED]
   giflib-tools
   grip
   librpcsecgss3 (U)
   open-vm-tools

Florent Bayle [EMAIL PROTECTED]
   klamav
   libpano12-0
   libpano12-bin

Dave Beckett [EMAIL PROTECTED]
   python-cairo
   python-cairo-dbg

Bradley Bell [EMAIL PROTECTED]
   libbakery-2.4-1
   libgtkextra-1.0-0
   libpanelappletmm-2.6-1c2

John V. Belmonte [EMAIL PROTECTED]
   libxmlsec1
   libxmlsec1-gnutls
   libxmlsec1-nss
   libxmlsec1-openssl
   xmlsec1

CJ van den Berg [EMAIL PROTECTED]
   pulseaudio-module-jack

Chris Vanden Berghe [EMAIL PROTECTED]
   libmeanwhile1

Michael Biebl [EMAIL PROTECTED]
   consolekit (U)
   dbus (U)
   gnome-device-manager (U)
   gnome-mount
   hal (U)
   libgnome-device-manager0 (U)
   libhal-storage1 (U)
   libhal1 (U)
   libnm-glib0 (U)
   libnm-util0 (U)
   libpam-ck-connector (U)
   network-manager (U)
   network-manager-gnome (U)
   rsyslog-mysql

Jérémy Bobbio [EMAIL PROTECTED]
   silc (U)

Ed Boraas [EMAIL PROTECTED]
   gtk2-engines
   netspeed (U)

Fathi Boudra [EMAIL PROTECTED]
   kasablanca (U)
   keep (U)
   kmymoney2 (U)
   ksplash-engine-moodin (U)
   ksynaptics (U)
   libarts1c2a (U)

John Bovey [EMAIL PROTECTED]
   libnjb-examples
   libnjb5

Rob Bradford [EMAIL PROTECTED]
   netspeed (U)

Marc 'HE' Brockschmidt [EMAIL PROTECTED]
   eog (U)
   gdesklets (U)
   gnome-netstatus-applet (U)
   libbonobo2-0 (U)
   libbonobo2-common (U)
   libbonoboui2-0 (U)
   libbonoboui2-dev (U)
   libgnetwork1.0-0 (U)
   libgnomeprintui2.2-0 (U)
   libgnomeui-0 (U)
   

Re: List of packages defining a RPATH on amd64 (differs from i386/lintian.d.o)

2008-01-07 Thread Michal Čihař
Hi

On Mon, 07 Jan 2008 22:02:17 -0600
Raphael Geissert [EMAIL PROTECTED] wrote:

 Michal Čihař [EMAIL PROTECTED]
enca

Fixed in svn.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Re: List of packages defining a RPATH on amd64 (differs from i386/lintian.d.o)

2008-01-07 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes:

 Some time ago I noticed some packages were defining a RPATH on non i386
 architectures, notably amd64. This seems to be caused by an old auto*
 file, but there might be other reasons as well.

The problem is with the following code in libtool.m4:

  # Append ld.so.conf contents to the search path
  if test -f /etc/ld.so.conf; then
lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' 
/etc/ld.so.conf | tr '\n' ' '`
sys_lib_dlsearch_path_spec=/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra
  fi

(Taken from the OpenSAML package, which has serial 47 as the version
number.)

${libsuff} is defined to 64 on 64-bit Linux in the libtool logic, and
therefore libtool thinks that the only normal library search paths are
/lib64 and /usr/lib64.  Then, when libtool is invoked to install a library
in /usr/lib, it thinks that's a non-standard library and adds an rpath.

Note that this problematic code is not present in the current Debian
version of libtool.  The equivalent part of Debian's libtool has:

  # Append ld.so.conf contents to the search path
  if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf(cd /etc; cat %s, \[$]2)); 
skip = 1; } { if (!skip) print \[$]0; skip = 0; }'  /etc/ld.so.conf | $SED -e 
's/#.*//;s/[:,]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
sys_lib_dlsearch_path_spec=/lib /usr/lib $lt_ld_extra
  fi

Therefore, rerunning libtoolize before compilation will fix this problem
for most packages.  The latest upstream libtool release also fixes this
problem (with slightly different code that the current Debian package), so
if upstream upgrades their version of libtool before their next release,
that should also stop libtool from adding an rpath.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: List of packages defining a RPATH on amd64 (differs from i386/lintian.d.o)

2008-01-07 Thread Russ Allbery
Russ Allbery [EMAIL PROTECTED] writes:

 Therefore, rerunning libtoolize before compilation will fix this problem
 for most packages.

Hm, actually, since it's in the .m4 file and not in ltmain.sh, you may
have to do more than that.  I'd have to experiment.  I'm not completely
sure what libtoolize will do and whether it will mangae to upgrade the .m4
file in all circumstances.  aclocal may actually be more helpful, but if
upstream copied libtool.m4 into their package, you may have to actually
overwrite it.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: List of packages defining a RPATH on amd64 (differs from i386/lintian.d.o)

2008-01-07 Thread Michal Čihař
Hi

On Mon, 07 Jan 2008 20:24:35 -0800
Russ Allbery [EMAIL PROTECTED] wrote:

 Russ Allbery [EMAIL PROTECTED] writes:
 
  Therefore, rerunning libtoolize before compilation will fix this problem
  for most packages.
 
 Hm, actually, since it's in the .m4 file and not in ltmain.sh, you may
 have to do more than that.  I'd have to experiment.  I'm not completely
 sure what libtoolize will do and whether it will mangae to upgrade the .m4
 file in all circumstances.  aclocal may actually be more helpful, but if
 upstream copied libtool.m4 into their package, you may have to actually
 overwrite it.

Adding --disable-rpath to configure might be easier solution for this
problem.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Re: List of packages defining a RPATH on amd64 (differs from i386/lintian.d.o)

2008-01-07 Thread Russ Allbery
Michal Čihař [EMAIL PROTECTED] writes:
 Russ Allbery [EMAIL PROTECTED] wrote:

 Hm, actually, since it's in the .m4 file and not in ltmain.sh, you may
 have to do more than that.  I'd have to experiment.  I'm not completely
 sure what libtoolize will do and whether it will mangae to upgrade the
 .m4 file in all circumstances.  aclocal may actually be more helpful,
 but if upstream copied libtool.m4 into their package, you may have to
 actually overwrite it.

 Adding --disable-rpath to configure might be easier solution for this
 problem.

Unfortunately, if the upstream libtool macros are old enough to have this
problem, they may not have --disable-rpath either.  OpenSAML doesn't.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/



Re: List of packages defining a RPATH on amd64 (differs from i386/lintian.d.o)

2008-01-07 Thread Raphael Geissert
Hi,

Michal Čihař wrote:
 
 Adding --disable-rpath to configure might be easier solution for this
 problem.
 

I've found packages that even when the --disable-rpath flag is set the
binaries have a defined rpath.
This is actually how I noticed the whole rpath problem on non i386 archs the
first time.

Cheers,
Raphael Geissert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: List of packages defining a RPATH on amd64 (differs from i386/lintian.d.o)

2008-01-07 Thread Cyril Brulebois
On 08/01/2008, Michal Čihař wrote:
 Adding --disable-rpath to configure might be easier solution for this
 problem.

Another workaround is chrpath.

-- 
Cyril Brulebois


pgp0znAJnoiDS.pgp
Description: PGP signature


Re: Correct spelling/capitalisation of project names

2008-01-07 Thread Yves-Alexis Perez
On lun, 2008-01-07 at 20:06 -0600, Raphael Geissert wrote:
 Some weeks ago I noticed that some package descriptions incorrectly
 spell
 some project names, mainly because of capitalisation.
 For example GNOME is being spelt in some packages as Gnome, or simply
 gnome,
 when its right spelling: GNOME. Other project names such as Debian,
 KDE and
 Linux aren't being correctly capitalised.
 
Could you add Xfce to the list? This is the correct spelling, not XFce
nor XFCE.

Thanks :)
-- 
Yves-Alexis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Correct spelling/capitalisation of project names

2008-01-07 Thread Christian Perrier
Quoting Raphael Geissert ([EMAIL PROTECTED]):

 For example GNOME is being spelt in some packages as Gnome, or simply gnome,
 when its right spelling: GNOME. Other project names such as Debian, KDE and
 Linux aren't being correctly capitalised.
 
 Neil Williams has requested me on #456495 to seek a concensus on this
 subject, hence the reason of this message.


Note that this is something we enforce when reviewing packages'
descriptions in the Smith reviews for English (but that project is
awfully slow given the low resources we have and we're still currently
focused on packages with debconf templates, which were the first
target).

May I suggest adding some other project names which capitalization is
not always obvious. Others can probably add more of these, but at
least, coming to my mind right now:

Python
MySQL
PostgreSQL




signature.asc
Description: Digital signature


Re: Correct spelling/capitalisation of project names

2008-01-07 Thread Russ Allbery
Yves-Alexis Perez [EMAIL PROTECTED] writes:

 Could you add Xfce to the list? This is the correct spelling, not XFce
 nor XFCE.

Added to Lintian.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Correct spelling/capitalisation of project names

2008-01-07 Thread Russ Allbery
Christian Perrier [EMAIL PROTECTED] writes:

 May I suggest adding some other project names which capitalization is
 not always obvious. Others can probably add more of these, but at
 least, coming to my mind right now:

 Python
 MySQL
 PostgreSQL

Added to Lintian, along with the postgressql misspelling.

BTW, the way that the Lintian spell-checking works is that it looks for
errors rather than looking for each word in a dictionary.  It has a table
of pairs of error and correct word.  So if you notice any common
misspelled words that Lintian doesn't catch, please let debian-lint-maint
know and we'll add them to the table.  That's how the table was built in
the first place, I believe.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gs-cjk-resource 1.20070107-1 (source all)

2008-01-07 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 16:11:34 +0900
Source: gs-cjk-resource
Binary: gs-cjk-resource
Architecture: source all
Version: 1.20070107-1
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 gs-cjk-resource - Resource files for gs-cjk, ghostscript CJK-TrueType extension
Changes: 
 gs-cjk-resource (1.20070107-1) unstable; urgency=low
 .
   * New upstream release (actually, I cooked up new adobe-cmaps tarball).
   * Bumped up Standards-Version to 3.7.3 (no physical changes).
Files: 
 b71374553b911b505d24858f2ca7c8b9 752 non-free/text optional 
gs-cjk-resource_1.20070107-1.dsc
 61f2796614ec9519c8f1e4cdba06f3d0 6171283 non-free/text optional 
gs-cjk-resource_1.20070107.orig.tar.gz
 81d25c5eb5158e1e884329e5e963710f 13818 non-free/text optional 
gs-cjk-resource_1.20070107-1.diff.gz
 ab660e6c502e07ebf95848accb366adf 1520246 non-free/text optional 
gs-cjk-resource_1.20070107-1_all.deb

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

iD8DBQFHgdyny2+jQOcHWlQRAlCFAKCcdpIwXxWOI3rLXqhY4sBV0o483gCeO9TS
Jf8W0OfaYIfSEmyy40nci8Y=
=exJP
-END PGP SIGNATURE-


Accepted:
gs-cjk-resource_1.20070107-1.diff.gz
  to pool/non-free/g/gs-cjk-resource/gs-cjk-resource_1.20070107-1.diff.gz
gs-cjk-resource_1.20070107-1.dsc
  to pool/non-free/g/gs-cjk-resource/gs-cjk-resource_1.20070107-1.dsc
gs-cjk-resource_1.20070107-1_all.deb
  to pool/non-free/g/gs-cjk-resource/gs-cjk-resource_1.20070107-1_all.deb
gs-cjk-resource_1.20070107.orig.tar.gz
  to pool/non-free/g/gs-cjk-resource/gs-cjk-resource_1.20070107.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gs-cjk-resource 1.20080107-1 (source all)

2008-01-07 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 17:38:09 +0900
Source: gs-cjk-resource
Binary: gs-cjk-resource
Architecture: source all
Version: 1.20080107-1
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 gs-cjk-resource - Resource files for gs-cjk, ghostscript CJK-TrueType extension
Changes: 
 gs-cjk-resource (1.20080107-1) unstable; urgency=low
 .
   * Well, obviously now we are in 2008...
Files: 
 a91f3f2652e3d714ffe4a9855a95fcc9 752 non-free/text optional 
gs-cjk-resource_1.20080107-1.dsc
 5662e1a9c3cf08b879beda2c5ea99a19 6171699 non-free/text optional 
gs-cjk-resource_1.20080107.orig.tar.gz
 2e879a2e7581684011c07a0d50060ce2 13857 non-free/text optional 
gs-cjk-resource_1.20080107-1.diff.gz
 e0ef0cd6a40ad5a0b3c522a89ec53f2e 1520294 non-free/text optional 
gs-cjk-resource_1.20080107-1_all.deb

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

iD8DBQFHgeX+y2+jQOcHWlQRAqlSAKCkExplT0NlEWVhz73tpWthLIjl6QCcCggb
RQPS7ekeHp7LWmA8iC9uTrE=
=lYV9
-END PGP SIGNATURE-


Accepted:
gs-cjk-resource_1.20080107-1.diff.gz
  to pool/non-free/g/gs-cjk-resource/gs-cjk-resource_1.20080107-1.diff.gz
gs-cjk-resource_1.20080107-1.dsc
  to pool/non-free/g/gs-cjk-resource/gs-cjk-resource_1.20080107-1.dsc
gs-cjk-resource_1.20080107-1_all.deb
  to pool/non-free/g/gs-cjk-resource/gs-cjk-resource_1.20080107-1_all.deb
gs-cjk-resource_1.20080107.orig.tar.gz
  to pool/non-free/g/gs-cjk-resource/gs-cjk-resource_1.20080107.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted flickcurl 0.13-1 (source i386)

2008-01-07 Thread Kumar Appaiah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 17:07:59 +0530
Source: flickcurl
Binary: libflickcurl0-dbg libflickcurl0 libflickcurl-dev flickcurl-utils
Architecture: source i386
Version: 0.13-1
Distribution: unstable
Urgency: low
Maintainer: Kumar Appaiah [EMAIL PROTECTED]
Changed-By: Kumar Appaiah [EMAIL PROTECTED]
Description: 
 flickcurl-utils - utilities to call the Flickr API from command line
 libflickcurl-dev - C library for accessing the Flickr API - development files
 libflickcurl0 - C library for accessing the Flickr API
 libflickcurl0-dbg - C library for accessing the Flickr API - debugging symbols
Changes: 
 flickcurl (0.13-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 + Add Homepage field, remove Homepage from description.
 + Bump standards version to 3.7.3 (No changes needed).
   * debian/copyright:
 + Update to add Vanilla Shu.
   * debian/*manpages:
 + Use upstream supplied man pages.
Files: 
 d98787a4efa72f37c407f3b09ba857b0 826 libs optional flickcurl_0.13-1.dsc
 9313d1edd6f67d3f715354699b4b3eff 460099 libs optional 
flickcurl_0.13.orig.tar.gz
 c21af07d50f7a3b31113d4855cb0a674 6872 libs optional flickcurl_0.13-1.diff.gz
 12894b4e5145773e61afe9b86922356b 45850 libdevel optional 
libflickcurl-dev_0.13-1_i386.deb
 a04934ebc326dcbebc7e899f4e197df8 72356 libs optional 
libflickcurl0_0.13-1_i386.deb
 9e59cca550e89ea906db93e0f0485197 166256 libs extra 
libflickcurl0-dbg_0.13-1_i386.deb
 637a1b59a00a4fcc33fe60ee42464f0c 64022 utils optional 
flickcurl-utils_0.13-1_i386.deb

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

iD8DBQFHgeY1PEFSUMxFMZcRAk3WAJ47rW6nQJU91Btks39GgKTdZrvPZQCfTfQk
ajL8NBsjMs87k9qem+pXV/k=
=FZSu
-END PGP SIGNATURE-


Accepted:
flickcurl-utils_0.13-1_i386.deb
  to pool/main/f/flickcurl/flickcurl-utils_0.13-1_i386.deb
flickcurl_0.13-1.diff.gz
  to pool/main/f/flickcurl/flickcurl_0.13-1.diff.gz
flickcurl_0.13-1.dsc
  to pool/main/f/flickcurl/flickcurl_0.13-1.dsc
flickcurl_0.13.orig.tar.gz
  to pool/main/f/flickcurl/flickcurl_0.13.orig.tar.gz
libflickcurl-dev_0.13-1_i386.deb
  to pool/main/f/flickcurl/libflickcurl-dev_0.13-1_i386.deb
libflickcurl0-dbg_0.13-1_i386.deb
  to pool/main/f/flickcurl/libflickcurl0-dbg_0.13-1_i386.deb
libflickcurl0_0.13-1_i386.deb
  to pool/main/f/flickcurl/libflickcurl0_0.13-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted yiff 2.14.5-4 (source i386)

2008-01-07 Thread Phil Brooke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 08:04:34 +
Source: yiff
Binary: liby-dev liby2-14 yiff-server
Architecture: source i386
Version: 2.14.5-4
Distribution: unstable
Urgency: low
Maintainer: Phil Brooke [EMAIL PROTECTED]
Changed-By: Phil Brooke [EMAIL PROTECTED]
Description: 
 liby-dev   - Y Sound Server Library Header Files
 liby2-14   - Y Sound Server Library
 yiff-server - Y Sound Server
Closes: 457411 457746 458165 458218 458534
Changes: 
 yiff (2.14.5-4) unstable; urgency=low
 .
   * Add translations for
  - FR, from Christian Perrier (closes: #457411).
  - DE, from Helge Kreutzmann (closes: #457746).
  - VI, from Clytie Siddall (closes: #458165).
  - PT, from Tiago Fernandes (closes: #458218).
  - ES, from Carlos Valdivia Yagüe.
  - GL, from Jacobo Tarrio (closes: #458534).
  - NL, from Bart Cornelis.
 Thanks.
Files: 
 89ee259d6cd0924909d64204a5baf382 716 libs optional yiff_2.14.5-4.dsc
 bf23e6e18869418734bf8b35db6a9628 35816 libs optional yiff_2.14.5-4.diff.gz
 e11afe14414c05976c15d76509478ae9 159606 sound optional 
yiff-server_2.14.5-4_i386.deb
 6522e609b39209b58dcec2bccd01a0a9 41882 libs optional liby2-14_2.14.5-4_i386.deb
 50e0bb283a5d143620d10b15c704bdb2 99068 libdevel optional 
liby-dev_2.14.5-4_i386.deb

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

iD8DBQFHgedwHb8HEVCXO5ERAtR3AJ4rmGXiEypsLn2AqZEJlPSYdaYUwwCgoRnD
eZh6ub9lhgHeeJi5wSZ0Cu8=
=2GKw
-END PGP SIGNATURE-


Accepted:
liby-dev_2.14.5-4_i386.deb
  to pool/main/y/yiff/liby-dev_2.14.5-4_i386.deb
liby2-14_2.14.5-4_i386.deb
  to pool/main/y/yiff/liby2-14_2.14.5-4_i386.deb
yiff-server_2.14.5-4_i386.deb
  to pool/main/y/yiff/yiff-server_2.14.5-4_i386.deb
yiff_2.14.5-4.diff.gz
  to pool/main/y/yiff/yiff_2.14.5-4.diff.gz
yiff_2.14.5-4.dsc
  to pool/main/y/yiff/yiff_2.14.5-4.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted iso-codes 1.8-1 (source all)

2008-01-07 Thread Tobias Toedter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 10:26:30 +0100
Source: iso-codes
Binary: iso-3166-udeb iso-codes
Architecture: source all
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry [EMAIL PROTECTED]
Changed-By: Tobias Toedter [EMAIL PROTECTED]
Description: 
 iso-3166-udeb - provides iso_3166.tab file
 iso-3166-udeb - provides iso_3166.tab file (udeb)
 iso-codes  - ISO language, territory, currency, script codes and their transla
Closes: 445667 457989 459412
Changes: 
 iso-codes (1.8-1) unstable; urgency=low
 .
   * New upstream release. This closes the following bugs from Debian
 BTS:
 - Remove attribute alpha_2_code from some ISO 3166-3 entries,
   making the DTD valid again. Closes: #445667
 - Translation updates. Closes: #457989, #459412
   * Update copyright years
Files: 
 a2316a7eb4e2db1267b8735b0cc7e238 901 misc optional iso-codes_1.8-1.dsc
 d7ce35066bc58d9bd53b8d2db61e2fbf 11972983 misc optional 
iso-codes_1.8.orig.tar.gz
 d9ea666577d3fb35849d9a51ec746ccb 17653 misc optional iso-codes_1.8-1.diff.gz
 90c9344006c0c8b9b68a665b2576698d 1388752 misc optional iso-codes_1.8-1_all.deb
 87e8ce0bae35e170ef8b17de068bab95 2908 debian-installer optional 
iso-3166-udeb_1.8-1_all.udeb
Package-Type: udeb

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

iD8DBQFHgfLA3UXUABXir9YRAjD7AJ9sgzCTLzq19ZYpzvprCLaMOnhJFgCeOgN9
up/hmEdPjLn356FACkqOOUs=
=1/rU
-END PGP SIGNATURE-


Accepted:
iso-3166-udeb_1.8-1_all.udeb
  to pool/main/i/iso-codes/iso-3166-udeb_1.8-1_all.udeb
iso-codes_1.8-1.diff.gz
  to pool/main/i/iso-codes/iso-codes_1.8-1.diff.gz
iso-codes_1.8-1.dsc
  to pool/main/i/iso-codes/iso-codes_1.8-1.dsc
iso-codes_1.8-1_all.deb
  to pool/main/i/iso-codes/iso-codes_1.8-1_all.deb
iso-codes_1.8.orig.tar.gz
  to pool/main/i/iso-codes/iso-codes_1.8.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted debian-maintainers 1.13 (source all)

2008-01-07 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 20:23:53 +1100
Source: debian-maintainers
Binary: debian-maintainers
Architecture: source all
Version: 1.13
Distribution: unstable
Urgency: low
Maintainer: Debian Maintainer Keyring Team [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 debian-maintainers - GPG keys of Debian maintainers
Closes: 459385
Changes: 
 debian-maintainers (1.13) unstable; urgency=low
 .
   * Added Debian maintainer Daniel Leidert. Closes: #459385
Files: 
 dd38f9c653f432faf7446a94591acecc 906 misc extra debian-maintainers_1.13.dsc
 fd78911226a243fe0c1c87c8820c7cfa 2175799 misc extra 
debian-maintainers_1.13.tar.gz
 6c27b013628c76ee11a2f8b640f725aa 278532 misc extra 
debian-maintainers_1.13_all.deb
 ebefdf6425b82ec9d2f5292ac059a663 341755 raw-keyring - 
debian-maintainers_1.13_all.gpg

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

iD8DBQFHgfEHgY5NIXPNpFURAu1UAKCz6kIGkRubJEZfVSSQMRm0nkVW5QCghlpy
hcZFiBJQXZ3TsKUBUJceObc=
=AvuM
-END PGP SIGNATURE-


Accepted:
debian-maintainers_1.13.dsc
  to pool/main/d/debian-maintainers/debian-maintainers_1.13.dsc
debian-maintainers_1.13.tar.gz
  to pool/main/d/debian-maintainers/debian-maintainers_1.13.tar.gz
debian-maintainers_1.13_all.deb
  to pool/main/d/debian-maintainers/debian-maintainers_1.13_all.deb
debian-maintainers_1.13_all.gpg byhand


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted proftpd-dfsg 1.3.1-4 (source i386 all)

2008-01-07 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 10:41:53 +0100
Source: proftpd-dfsg
Binary: proftpd proftpd-doc
Architecture: source i386 all
Version: 1.3.1-4
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 proftpd- versatile, virtual-hosting FTP daemon - binaries
 proftpd-doc - Versatile, virtual-hosting FTP daemon - documentation
Closes: 370199 455778 455887 455970 455970 455985 456410 456539 456674 457036 
457091 457380 457807 457875 458520 458791 458828
Changes: 
 proftpd-dfsg (1.3.1-4) unstable; urgency=low
 .
   * Added LSB init section to debian/proftpd.init for run-time init.d
 dependencies.
   * Removed LSB-like functions in proftpd.init because lsb-base is required
 since etch.
   * Added new configuration sub-files: ldap.conf, sql.conf and tls.conf with
 advanced configurations.
 All files are included by the main one.
   * debian/templates/basic.conf renamed proftpd.conf to simplify debian/rules
   * Added a 'status' stanza to proftpd init script (in daemon mode only).
 (closes: #370199)
   * debian/changelog wrapped better to 80 columns.
   * Template normalization and translation party, thanks Christian Perrier
 and others for the global patch here merged.
+ Debconf templates and debian/control reviewed by the debian-l10n-
english team as part of the Smith review project. Closes: #455778
+ [Debconf translation updates]
+ Slovak. Closes: #455887
+ Finnish. Closes: #455970
+ Galician. Closes: #455985
+ Norwegian Bokmål. Closes: #456410
+ Portuguese. Closes: #456539
+ Spanish; Castilian. Closes: #456674
+ Basque. Closes: #457036
+ German. Closes: #457091
+ Vietnamese. Closes: #457380
+ Dutch. Closes: #457807
+ Russian. Closes: #457875
+ French. Closes: #458520
+ Finnish. Closes: #455970
+ Czech. Closes: #458791
+ Indonesian. Closes: #458828
   * [PATCH] sql_timer_cb.dpatch
TIMED connections don't reconnect to the SQL database.
 See http://bugs.proftpd.org/show_bug.cgi?id=3022
   * Added a specific Homepage field in debian/control for proftpd-doc.
   * Policy bumped to 3.7.3 (no relevant changes).
   * Removed wu-ftpd among conflicting packages (superfluous).
Files: 
 b4502c1b72b4a0d2cd29a2220cd1f103 838 net optional proftpd-dfsg_1.3.1-4.dsc
 1c31442eb6a6d7ee357512fd1e6f568a 81580 net optional 
proftpd-dfsg_1.3.1-4.diff.gz
 4524e920a890683e9d3fcc46c4fe3911 917274 net optional proftpd_1.3.1-4_i386.deb
 4f9cb46bb5e72c4fbbfed3a1e05803a2 1253840 doc optional 
proftpd-doc_1.3.1-4_all.deb

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

iD8DBQFHgfqxpFNRmenyx0cRApt9AKDGf0V0FHhl75noZAsW1u4HK4WtJACg73CG
0HmoKZSgdlHZe/f8YQiMRpI=
=O1qy
-END PGP SIGNATURE-


Accepted:
proftpd-dfsg_1.3.1-4.diff.gz
  to pool/main/p/proftpd-dfsg/proftpd-dfsg_1.3.1-4.diff.gz
proftpd-dfsg_1.3.1-4.dsc
  to pool/main/p/proftpd-dfsg/proftpd-dfsg_1.3.1-4.dsc
proftpd-doc_1.3.1-4_all.deb
  to pool/main/p/proftpd-dfsg/proftpd-doc_1.3.1-4_all.deb
proftpd_1.3.1-4_i386.deb
  to pool/main/p/proftpd-dfsg/proftpd_1.3.1-4_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libnetfilter-conntrack 0.0.82-1 (source i386)

2008-01-07 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 10:16:05 +0100
Source: libnetfilter-conntrack
Binary: libnetfilter-conntrack1-dbg libnetfilter-conntrack-dev 
libnetfilter-conntrack1
Architecture: source i386
Version: 0.0.82-1
Distribution: unstable
Urgency: low
Maintainer: netfilter maintainers [EMAIL PROTECTED]
Changed-By: Alexander Wirt [EMAIL PROTECTED]
Description: 
 libnetfilter-conntrack-dev - Development files for libnetfilter-conntrack1
 libnetfilter-conntrack1 - Netfilter netlink-conntrack library
 libnetfilter-conntrack1-dbg - Debugging symbols for libnetfilter-conntrack1
Changes: 
 libnetfilter-conntrack (0.0.82-1) unstable; urgency=low
 .
   [ Max Kellermann ]
   * new upstream release
 - shlibs version set to 0.0.82 because of API additions
   * bumped Standards-Version to 3.7.3
   * added Homepage header to debian/control
Files: 
 276a3dd0efc37f6c63c95fe8a9277537 889 libs extra 
libnetfilter-conntrack_0.0.82-1.dsc
 4428382bd8b912c4b0860e00bee6b53b 370047 libs extra 
libnetfilter-conntrack_0.0.82.orig.tar.gz
 2dc1778bf609a76d6b0897d657338846 2288 libs extra 
libnetfilter-conntrack_0.0.82-1.diff.gz
 56426bb37e4d2c5b12eb3b2d885e52f4 30048 libs extra 
libnetfilter-conntrack1_0.0.82-1_i386.deb
 c49b16ad259a72e56c88529b92e74417 73220 libdevel extra 
libnetfilter-conntrack1-dbg_0.0.82-1_i386.deb
 5bd661f01322f52543dd3d032b4eef7d 51848 libdevel extra 
libnetfilter-conntrack-dev_0.0.82-1_i386.deb

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

iD8DBQFHgfkD01u8mbx9AgoRAqFzAKDBCGuHXoVaI+6I7Ke/9WQ1BQuGYgCgzd3i
kgQH5rOeTJaaFqZU3XbIJ8Q=
=0nDe
-END PGP SIGNATURE-


Accepted:
libnetfilter-conntrack-dev_0.0.82-1_i386.deb
  to 
pool/main/libn/libnetfilter-conntrack/libnetfilter-conntrack-dev_0.0.82-1_i386.deb
libnetfilter-conntrack1-dbg_0.0.82-1_i386.deb
  to 
pool/main/libn/libnetfilter-conntrack/libnetfilter-conntrack1-dbg_0.0.82-1_i386.deb
libnetfilter-conntrack1_0.0.82-1_i386.deb
  to 
pool/main/libn/libnetfilter-conntrack/libnetfilter-conntrack1_0.0.82-1_i386.deb
libnetfilter-conntrack_0.0.82-1.diff.gz
  to 
pool/main/libn/libnetfilter-conntrack/libnetfilter-conntrack_0.0.82-1.diff.gz
libnetfilter-conntrack_0.0.82-1.dsc
  to pool/main/libn/libnetfilter-conntrack/libnetfilter-conntrack_0.0.82-1.dsc
libnetfilter-conntrack_0.0.82.orig.tar.gz
  to 
pool/main/libn/libnetfilter-conntrack/libnetfilter-conntrack_0.0.82.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted pygobject 2.14.1-1 (source all i386)

2008-01-07 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 10:59:32 +0100
Source: pygobject
Binary: python-gobject-dev python-gobject-dbg python-gobject
Architecture: source all i386
Version: 2.14.1-1
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 python-gobject - Python bindings for the GObject library
 python-gobject-dbg - Python bindings for the GObject library (debug extension)
 python-gobject-dev - Development headers for the GObject python bindings
Changes: 
 pygobject (2.14.1-1) unstable; urgency=low
 .
   * New upstream release; new features / bug fixes.
Files: 
 e5fda4a752d4f6cedc07d61b197952c6 1008 python optional pygobject_2.14.1-1.dsc
 c1f5bfa02ea2012987db3e968e7462fe 456284 python optional 
pygobject_2.14.1.orig.tar.gz
 1186ef2f4670c6c370b7ebed0407aa9f 3848 python optional 
pygobject_2.14.1-1.diff.gz
 ef0f1623ddbfc82eb48acc5c9c45df50 51998 python optional 
python-gobject-dev_2.14.1-1_all.deb
 5fc3831d903cb991940c2ca090d979db 156656 python optional 
python-gobject_2.14.1-1_i386.deb
 1cd74c3fe1b6dbb8e9709aa2a0f001a0 621650 python extra 
python-gobject-dbg_2.14.1-1_i386.deb

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

iD8DBQFHgfzG4VUX8isJIMARAiizAJoCIFKkfcVvYTLy6Np2MByyVz90/wCfUmZK
Bq9zHgU6MqmK5UsXkNxZi5Y=
=GXyk
-END PGP SIGNATURE-


Accepted:
pygobject_2.14.1-1.diff.gz
  to pool/main/p/pygobject/pygobject_2.14.1-1.diff.gz
pygobject_2.14.1-1.dsc
  to pool/main/p/pygobject/pygobject_2.14.1-1.dsc
pygobject_2.14.1.orig.tar.gz
  to pool/main/p/pygobject/pygobject_2.14.1.orig.tar.gz
python-gobject-dbg_2.14.1-1_i386.deb
  to pool/main/p/pygobject/python-gobject-dbg_2.14.1-1_i386.deb
python-gobject-dev_2.14.1-1_all.deb
  to pool/main/p/pygobject/python-gobject-dev_2.14.1-1_all.deb
python-gobject_2.14.1-1_i386.deb
  to pool/main/p/pygobject/python-gobject_2.14.1-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted dpkg 1.14.15 (source i386 all)

2008-01-07 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 12:12:16 +0200
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source i386 all
Version: 1.14.15
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers [EMAIL PROTECTED]
Changed-By: Guillem Jover [EMAIL PROTECTED]
Description: 
 dpkg   - package maintenance system for Debian
 dpkg-dev   - package building tools for Debian
 dselect- user tool to manage Debian packages
Closes: 155741 157093 157305 179320 214684 342495 352554 379027 379641 452730 
453656 454036 457918 457964 458276 458519 458521 458589 458732 458860 459016 
459018 459223
Changes: 
 dpkg (1.14.15) unstable; urgency=low
 .
   [ Raphael Hertzog ]
   * Make sure {dpkg-dev,dselect}.preinst are included in the source tarball.
 Closes: #452730
   * Blacklist armel-specific symbols in dpkg-gensymbols. Reported by Riku
 Voipio. Closes: #457964
   * Fix typos in various manpages. Patch from A. Costa. Closes: #458276
   * Make dpkg-shlibdeps choose the right symbols files when we have several
 debian/*/DEBIAN/symbols for a given soname. Closes: #458860
   * Add a -Spkgbuilddir option to dpkg-shlibdeps to indicate a package build
 tree to scan first when trying to find a needed library.
   * Change dpkg-gensymbols to mark symbols that disappeared with #MISSING
 instead of #DEPRECATED, it's clearer for people.
   * Fix Dpkg::Shlibs::Objdump to properly take into account R_*_COPY
 relocations. Closes: #454036
   * Explain better the order in which postinst/prerm scripts are called
 between a package and its dependencies. Thanks to Nicolas François and
 Helge Kreutzmann for their suggestions. Closes: #379641
   * Fix Dpkg::BuildOptions so that dpkg-buildpackage doesn't double all
 options in DEB_BUILD_OPTIONS when called with the -j parameter.
 Closes: #453656
 .
   [ Guillem Jover ]
   * Move compression related variables to a new Dpkg::Compression module.
   * Remove disabled, obsolete and quite incomplete Hebrew translations.
   * Revert dpkg-dev versioned dependency bump on dpkg = 1.14.13 back to
 = 1.14.6, as the compression variables are now in a module in dpkg-dev.
   * Do not disaplay garbage in dselect on monochrome terminals, by setting
 a missing ncurses character attribute. Closes: #155741, #157093
 Thanks to Sven Rudolph.
   * Do not loop endlessly in dselect with very long package descriptions.
 Closes: #179320, #342495
 Thanks to John Zaitseff.
   * Ignore wrapped lines in install-info when matching section titles.
 Closes: #214684
 Thanks to Andreas Metzler and Ian Zimmerman.
   * Do not use strdup for execvp arguments. Closes: #379027
   * Do not print 'failed to kill' warning in start-stop-daemon when polling
 the pid. Closes: #157305, #352554
 Thanks to Samuel Thibault.
   * Properly print build message in dpkg-buildpackage for lzma and bzip2
 compressed sources. Closes: #458519
   * Promote bzip2 Recommends to Depends for dpkg-dev. Closes: #458521
   * Add lzma to dpkg-dev Depends.
   * Do not automatically enable -j if DEB_BUILD_OPTIONS contains parallel=n,
 and allow overriding its value from the environment. Closes: #458589
   * Fix Dpkg::BuildOptions to parse all options in DEB_BUILD_OPTIONS, so
 that dpkg-buildpackage called with -j preserves unrecognized options.
   * Fix several signed vs unsigned value comparisons that were making some
 code to never be executed.
 .
   [ Updated dpkg translations ]
   * French (Christian Perrier).
   * German (Sven Joachim). Closes: #459223
   * Norwegian Bokmål (Hans Fredrik Nordhaug). Closes: #457918, #458732
   * Simplified Chinese (Deng Xiyue). Closes: #459018
   * Swedish (Peter Karlsson).
   * Vietnamese (Clytie Siddall). Closes: #459016
 .
   [ Updated scripts translations ]
   * French (Christian Perrier).
   * Swedish (Peter Karlsson).
 .
   [ Updated man pages translations ]
   * Swedish (Peter Karlsson).
Files: 
 9137acae961a444a0f2e8b8e81b31844 1016 admin required dpkg_1.14.15.dsc
 d136c0bd1107da19d9a5435e1aaf5ef9 6352221 admin required dpkg_1.14.15.tar.gz
 e382e8122a14bc50344e842450d96df1 2162296 admin required dpkg_1.14.15_i386.deb
 acc0a7b48a057e09c87ebe8f92a29042 733042 admin important 
dselect_1.14.15_i386.deb
 e937bb6443eacfb0108cfe3251348be3 567230 utils optional dpkg-dev_1.14.15_all.deb

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

iD8DBQFHgf86uW9ciZ2SjJsRAqfpAJ4rVT4eKwibUbF+h2yuCm/IFahXSACfVId8
qQtZ19Xp99U93SqPJVbTSKw=
=NF67
-END PGP SIGNATURE-


Accepted:
dpkg-dev_1.14.15_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.14.15_all.deb
dpkg_1.14.15.dsc
  to pool/main/d/dpkg/dpkg_1.14.15.dsc
dpkg_1.14.15.tar.gz
  to pool/main/d/dpkg/dpkg_1.14.15.tar.gz
dpkg_1.14.15_i386.deb
  to pool/main/d/dpkg/dpkg_1.14.15_i386.deb
dselect_1.14.15_i386.deb
  to pool/main/d/dpkg/dselect_1.14.15_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of 

Accepted dash 0.5.4-6 (source all)

2008-01-07 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 10:37:47 +
Source: dash
Binary: ash dash
Architecture: all source
Version: 0.5.4-6
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 ash- compatibility package for dash
 dash   - POSIX-compliant shell
Closes: 458687 458690 459049
Changes: 
 dash (0.5.4-6) unstable; urgency=low
 .
   * debian/control: add Vcs-Git: http://smarden.org/git/dash.git/.
   * debian/diff/0041-PARSER-Add-FAKEEOFMARK-for-expandstr.diff,
 debian/diff/0042-PARSER-Do-not-show-prompts-in-expandstr.diff: new
 from upstream git.
   * debian/diff/0043-EXPAND-Fix-slash-treatment-in-expmeta.diff: new
 from upstream git: [EXPAND] Fix slash treatment in expmeta (closes:
 #458687, #458690, #459049).
   * debian/diff/0041-run-aclocal-autoconf-autoheader-automake.diff: redo
 as debian/diff/0044-run-aclocal-autoconf-autoheader-automake.diff.
   * debian/dash.templates.in: remove empty line after comments, hmm.
Files: 
 c0599eb8aa52300ad9845ec1bd5c0509 545 shells optional dash_0.5.4-6.dsc
 1cf4a88f7b2686f38e8fa03cd5e8f2cd 124115 shells optional dash_0.5.4-6.diff.gz
 13cdc14ed15fce040c5282f12529429c 20266 shells optional ash_0.5.4-6_all.deb

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

iD8DBQFHggOuGJoyQbxwpv8RAhNaAJ9/LhZyE89PsMZC19/o6gOlx9LFoACfVY0T
/jWvPznYN1PefrBqcTvsmBo=
=Im0R
-END PGP SIGNATURE-


Accepted:
ash_0.5.4-6_all.deb
  to pool/main/d/dash/ash_0.5.4-6_all.deb
dash_0.5.4-6.diff.gz
  to pool/main/d/dash/dash_0.5.4-6.diff.gz
dash_0.5.4-6.dsc
  to pool/main/d/dash/dash_0.5.4-6.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libonig 5.9.1-1 (source i386)

2008-01-07 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 11:46:27 +0100
Source: libonig
Binary: libonig-dev libonig2 libonig2-dbg
Architecture: source i386
Version: 5.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Max Kellermann [EMAIL PROTECTED]
Changed-By: Alexander Wirt [EMAIL PROTECTED]
Description: 
 libonig-dev - Development files for libonig2
 libonig2   - Oniguruma regular expressions library
 libonig2-dbg - Debugging symbols for libonig2
Closes: 426355
Changes: 
 libonig (5.9.1-1) unstable; urgency=low
 .
   [ Max Kellermann ]
   * new upstream release
   * acknowledge NMU, thanks Laurent (closes: #426355)
   * run test suite after build
   * added watch file
   * bumped Standards-Version to 3.7.3
   * added homepage header to debian/control
   * priority extra
Files: 
 e81ba5744efbc64905da0ae7b369a834 700 libs extra libonig_5.9.1-1.dsc
 5ce5f9bba5e83f0ea6ec24e1ac77091c 586578 libs extra libonig_5.9.1.orig.tar.gz
 dd946bf292f734dfd3fd1c8465fb36ad 3569 libs extra libonig_5.9.1-1.diff.gz
 029a803f1993b0af6e380efe2510fbc3 133930 libs extra libonig2_5.9.1-1_i386.deb
 70ea9499a3dbc96549f6175302ea 146968 libdevel extra 
libonig2-dbg_5.9.1-1_i386.deb
 56c76d76fc8f993c67c17a813dc3b438 184732 libdevel extra 
libonig-dev_5.9.1-1_i386.deb

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

iD8DBQFHggNG01u8mbx9AgoRAjTcAKCSGIpF7J8U2A7M1JvthsV1umHsAgCeNxGU
Nd/eIsRgUP2sdcGwKChZiBA=
=5qVS
-END PGP SIGNATURE-


Accepted:
libonig-dev_5.9.1-1_i386.deb
  to pool/main/libo/libonig/libonig-dev_5.9.1-1_i386.deb
libonig2-dbg_5.9.1-1_i386.deb
  to pool/main/libo/libonig/libonig2-dbg_5.9.1-1_i386.deb
libonig2_5.9.1-1_i386.deb
  to pool/main/libo/libonig/libonig2_5.9.1-1_i386.deb
libonig_5.9.1-1.diff.gz
  to pool/main/libo/libonig/libonig_5.9.1-1.diff.gz
libonig_5.9.1-1.dsc
  to pool/main/libo/libonig/libonig_5.9.1-1.dsc
libonig_5.9.1.orig.tar.gz
  to pool/main/libo/libonig/libonig_5.9.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted c2hs 0.15.1-2 (source i386 all)

2008-01-07 Thread Arjan Oosting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 11:16:19 +0100
Source: c2hs
Binary: c2hs c2hs-doc
Architecture: source i386 all
Version: 0.15.1-2
Distribution: unstable
Urgency: low
Maintainer: Arjan Oosting [EMAIL PROTECTED]
Changed-By: Arjan Oosting [EMAIL PROTECTED]
Description: 
 c2hs   - C-Haskell Interface Generator
 c2hs-doc   - C-Haskell Interface Generator -- Documentation package
Changes: 
 c2hs (0.15.1-2) unstable; urgency=low
 .
   * Update for GHC 6.8.2 which ships a new Cabal version:
 - debian/patches/00list: Disable 02_backport-to-old-cabal.
 - debian/control: Bump build dependency on ghc6 to 6.8.2.
 - debian/rules: Remove installed license file COPYING.
Files: 
 d672d462f402d9ffa9cd273805bf37de 883 devel optional c2hs_0.15.1-2.dsc
 15a550608eaf3bd5a4dee0b46b899ff0 10099 devel optional c2hs_0.15.1-2.diff.gz
 51707a2bb70bee530cc22f91b470df00 509130 devel optional c2hs_0.15.1-2_i386.deb
 7b9eefba1d03af2147c9166afebff117 33434 doc optional c2hs-doc_0.15.1-2_all.deb

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

iD8DBQFHgggiUALvsZYuOJARArCdAJ94Kt+XN1WbdpxJz8sWwOHW8TgyKgCeKGgA
wqkiLG4VhFk1wnreLR12OpM=
=rf5d
-END PGP SIGNATURE-


Accepted:
c2hs-doc_0.15.1-2_all.deb
  to pool/main/c/c2hs/c2hs-doc_0.15.1-2_all.deb
c2hs_0.15.1-2.diff.gz
  to pool/main/c/c2hs/c2hs_0.15.1-2.diff.gz
c2hs_0.15.1-2.dsc
  to pool/main/c/c2hs/c2hs_0.15.1-2.dsc
c2hs_0.15.1-2_i386.deb
  to pool/main/c/c2hs/c2hs_0.15.1-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted kfreebsd-6 6.3~cvs20080107-1 (source all)

2008-01-07 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 12:02:35 +0100
Source: kfreebsd-6
Binary: ndiswrapper-modules-6.3-1-em64t-p4 kfreebsd-headers-6.3-1-amd64-k8 
kfreebsd-image-6.3-1-486 kfreebsd-headers-6-586-smp kfreebsd-headers-6-586 
kfreebsd-image-6.3-1-686 kfreebsd-headers-6-amd64-k8 kfreebsd-image-6-686 
kfreebsd-image-6-586-smp kfreebsd-image-6.3-1-586 kfreebsd-headers-6.3-1 
kfreebsd-headers-6.3-1-686-smp kfreebsd-image-6-em64t-p4-smp 
kfreebsd-image-6-em64t-p4 kfreebsd-headers-6.3-1-686 
kfreebsd-image-6.3-1-586-smp kfreebsd-headers-6-amd64-generic 
ndiswrapper-modules-6.3-1-686 ndiswrapper-modules-6.3-1-amd64-generic 
kfreebsd-image-6.3-1-amd64-k8-smp kfreebsd-image-6.3-1-amd64-generic 
kfreebsd-image-6-686-smp kfreebsd-headers-6-em64t-p4 kfreebsd-headers-6.3-1-486 
kfreebsd-image-6.3-1-amd64-k8 kfreebsd-image-6.3-1-686-smp 
kfreebsd-headers-6.3-1-amd64-generic kfreebsd-image-6-amd64-k8-smp 
kfreebsd-image-6-586 ndiswrapper-modules-6.3-1-486 
kfreebsd-headers-6.3-1-amd64-k8-smp ndiswrapper-modules-6.3-1-686-smp 
kfreebsd-image-6-amd64-generic ndiswrapper-modules-6.3-1-em64t-p4-smp 
kfreebsd-headers-6-486 kfreebsd-headers-6-686-smp kfreebsd-headers-6-686 
kfreebsd-source-6.3 kfreebsd-headers-6-em64t-p4-smp 
kfreebsd-headers-6.3-1-em64t-p4 kfreebsd-image-6-amd64-k8 
kfreebsd-image-6.3-1-em64t-p4-smp ndiswrapper-modules-6.3-1-amd64-k8 
kfreebsd-headers-6.3-1-em64t-p4-smp kfreebsd-image-6.3-1-em64t-p4 
kfreebsd-headers-6-amd64-k8-smp kfreebsd-headers-6.3-1-586 
ndiswrapper-modules-6.3-1-amd64-k8-smp kfreebsd-headers-6.3-1-586-smp 
ndiswrapper-modules-6.3-1-586-smp ndiswrapper-modules-6.3-1-586 
kfreebsd-image-6-486
Architecture: source all
Version: 6.3~cvs20080107-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 kfreebsd-source-6.3 - source code for kernel of FreeBSD 6.3 with Debian patches
Changes: 
 kfreebsd-6 (6.3~cvs20080107-1) unstable; urgency=low
 .
   [ Petr Salinger ]
   * New upstream snapshot (RELENG_6_3)
   * Disable non-free hptrr driver - another Highpoint RocketRAID
 .
   [ Aurelien Jarno ]
   * Refresh all patches.
   * Bumped Standards-Version to 3.7.3 (no changes).
Files: 
 29457aa8698585fdd5f17737ba6437c0 2446 devel optional 
kfreebsd-6_6.3~cvs20080107-1.dsc
 5afa6b5308e56eac00d6f4d66eb00b66 15660913 devel optional 
kfreebsd-6_6.3~cvs20080107.orig.tar.gz
 f3fd0bda3fb22ce33ef82ff5a608528e 45867 devel optional 
kfreebsd-6_6.3~cvs20080107-1.diff.gz
 7c86252bfce7532cf46111c288f135d8 15519628 devel optional 
kfreebsd-source-6.3_6.3~cvs20080107-1_all.deb

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

iD8DBQFHgggGw3ao2vG823MRAi5PAJ9Y+6nopEsMJvehOx8GeTVUmMDEoACfUQC+
gRmjzJHRhDKcxhT2cFg8iyk=
=mmp5
-END PGP SIGNATURE-


Accepted:
kfreebsd-6_6.3~cvs20080107-1.diff.gz
  to pool/main/k/kfreebsd-6/kfreebsd-6_6.3~cvs20080107-1.diff.gz
kfreebsd-6_6.3~cvs20080107-1.dsc
  to pool/main/k/kfreebsd-6/kfreebsd-6_6.3~cvs20080107-1.dsc
kfreebsd-6_6.3~cvs20080107.orig.tar.gz
  to pool/main/k/kfreebsd-6/kfreebsd-6_6.3~cvs20080107.orig.tar.gz
kfreebsd-source-6.3_6.3~cvs20080107-1_all.deb
  to pool/main/k/kfreebsd-6/kfreebsd-source-6.3_6.3~cvs20080107-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted python-qt4 4.3.3-2 (source all i386)

2008-01-07 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 06 Jan 2008 12:26:24 +0100
Source: python-qt4
Binary: python-qt4-sql-dbg python-qt4-common python-qt4-dev python-qt4-dbg 
python-qt4-gl-dbg python-qt4-gl pyqt4-dev-tools python-qt4-dbus 
python-qt4-dbus-dbg python-qt4-doc python-qt4 python-qt4-sql
Architecture: source all i386
Version: 4.3.3-2
Distribution: unstable
Urgency: low
Maintainer: Torsten Marek [EMAIL PROTECTED]
Changed-By: Torsten Marek [EMAIL PROTECTED]
Description: 
 pyqt4-dev-tools - Development tools for PyQt4
 python-qt4 - Python bindings for Qt4
 python-qt4-common - Shared files for PyQt4
 python-qt4-dbg - Python bindings for Qt4 (debug extensions)
 python-qt4-dbus - DBus Support for PyQt4
 python-qt4-dbus-dbg - DBus Support for PyQt4 (debug extensions)
 python-qt4-dev - Development files for PyQt4
 python-qt4-doc - Documentation and examples for PyQt4
 python-qt4-gl - Python bindings for Qt4's OpenGL module
 python-qt4-gl-dbg - Python bindings for Qt4's OpenGL module (debug extension)
 python-qt4-sql - Python bindings for Qt4's SQL module
 python-qt4-sql-dbg - Python bindings for Qt4's SQL module (debug extension)
Closes: 458869
Changes: 
 python-qt4 (4.3.3-2) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * debian/control
 - uniforming Vcs-Browser field
 .
   [ Torsten Marek ]
   * Override LFLAGS from qmake-qt4, libqt4-dev 4.3.3-1 changed
 from -Wl,--as-needed to -Wl,--no-undefined. This lead
 to Python symbols to be reported as undefined references.
 (Closes: #458869)
   * Use bzip2 as compression method for debs, since the
 packages with the debug symbols are quite large.
Files: 
 3fe13d7ef5ddd9638876970de90df25b 1321 python optional python-qt4_4.3.3-2.dsc
 d643118360e3b8b8900a774899aa48e3 13326 python optional 
python-qt4_4.3.3-2.diff.gz
 1d3bad1ae0247fe6ced5fac24592cc41 221260 python optional 
python-qt4-dev_4.3.3-2_all.deb
 188f558c4ecb6926e38579e3786b28f7 54298 python optional 
python-qt4-common_4.3.3-2_all.deb
 3600f5ca9293f28b4f0256520d8b8586 5205336 doc optional 
python-qt4-doc_4.3.3-2_all.deb
 44d141d255f554aa7696b8d4a8e66ff7 4258566 python optional 
python-qt4_4.3.3-2_i386.deb
 d3b48a437eb29c88f0bf92136d907b3d 29344996 python extra 
python-qt4-dbg_4.3.3-2_i386.deb
 278d3f48e196586b9a813a0d20162393 64980 python optional 
python-qt4-dbus_4.3.3-2_i386.deb
 282342db438f7db13bc481d46cea6fae 117000 python extra 
python-qt4-dbus-dbg_4.3.3-2_i386.deb
 7cdce1282b294bbf86689c32002a8f3a 108320 python optional 
python-qt4-gl_4.3.3-2_i386.deb
 1846f1de001c80e3d62a30bfaa7c836a 826370 python extra 
python-qt4-gl-dbg_4.3.3-2_i386.deb
 efe35fd629be6c9f29407d5fd7c32e82 154846 python optional 
python-qt4-sql_4.3.3-2_i386.deb
 840dc61b3f4bfc8b46ce8760240cfc0f 1622010 python extra 
python-qt4-sql-dbg_4.3.3-2_i386.deb
 0a95a9657c6d067ebbf4269a63825a77 144814 python optional 
pyqt4-dev-tools_4.3.3-2_i386.deb

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

iD8DBQFHgLxjfMVFHqJEyFgRAngKAKCPei6inrVWDgNE0T+G1OitZNtfGgCdFIqi
DGuerPzZCwHy8nWOzD8NOm4=
=oJPU
-END PGP SIGNATURE-


Accepted:
pyqt4-dev-tools_4.3.3-2_i386.deb
  to pool/main/p/python-qt4/pyqt4-dev-tools_4.3.3-2_i386.deb
python-qt4-common_4.3.3-2_all.deb
  to pool/main/p/python-qt4/python-qt4-common_4.3.3-2_all.deb
python-qt4-dbg_4.3.3-2_i386.deb
  to pool/main/p/python-qt4/python-qt4-dbg_4.3.3-2_i386.deb
python-qt4-dbus-dbg_4.3.3-2_i386.deb
  to pool/main/p/python-qt4/python-qt4-dbus-dbg_4.3.3-2_i386.deb
python-qt4-dbus_4.3.3-2_i386.deb
  to pool/main/p/python-qt4/python-qt4-dbus_4.3.3-2_i386.deb
python-qt4-dev_4.3.3-2_all.deb
  to pool/main/p/python-qt4/python-qt4-dev_4.3.3-2_all.deb
python-qt4-doc_4.3.3-2_all.deb
  to pool/main/p/python-qt4/python-qt4-doc_4.3.3-2_all.deb
python-qt4-gl-dbg_4.3.3-2_i386.deb
  to pool/main/p/python-qt4/python-qt4-gl-dbg_4.3.3-2_i386.deb
python-qt4-gl_4.3.3-2_i386.deb
  to pool/main/p/python-qt4/python-qt4-gl_4.3.3-2_i386.deb
python-qt4-sql-dbg_4.3.3-2_i386.deb
  to pool/main/p/python-qt4/python-qt4-sql-dbg_4.3.3-2_i386.deb
python-qt4-sql_4.3.3-2_i386.deb
  to pool/main/p/python-qt4/python-qt4-sql_4.3.3-2_i386.deb
python-qt4_4.3.3-2.diff.gz
  to pool/main/p/python-qt4/python-qt4_4.3.3-2.diff.gz
python-qt4_4.3.3-2.dsc
  to pool/main/p/python-qt4/python-qt4_4.3.3-2.dsc
python-qt4_4.3.3-2_i386.deb
  to pool/main/p/python-qt4/python-qt4_4.3.3-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gnome-applets 2.20.1-1 (source all i386)

2008-01-07 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 10:25:50 +0100
Source: gnome-applets
Binary: gnome-applets-data gnome-applets-dbg gnome-applets gnome-applets-dev
Architecture: source all i386
Version: 2.20.1-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 gnome-applets - Various applets for GNOME 2 panel - binary files
 gnome-applets-data - Various applets for GNOME 2 panel - data files
 gnome-applets-dbg - Various applets for GNOME 2 panel - binary files with 
debugging s
 gnome-applets-dev - Various applets for GNOME 2 panel - development files
Closes: 448415
Changes: 
 gnome-applets (2.20.1-1) unstable; urgency=low
 .
   [ Loic Minier ]
   * Add Finnish translation of the debconf templates; thanks Esko Arajärvi;
 closes: #448415.
 .
   [ Sebastian Dröge ]
   * New upstream bugfix release, with many translation updates:
 + debian/patches/98_autoreconf.patch:
   - Regenerated for the new version.
   * debian/control.in:
 + Update Standards-Version to 3.7.3, no additional changes needed.
 + Add build dependency on po-debconf.
Files: 
 77675dabe9b5cd190b0dfa0d89c3c003 2057 gnome optional gnome-applets_2.20.1-1.dsc
 a5e51781e0f0968898dc69290c7fbb72 11043723 gnome optional 
gnome-applets_2.20.1.orig.tar.gz
 f7f8f14f5b0472641fad6b914d8c9a39 7527239 gnome optional 
gnome-applets_2.20.1-1.diff.gz
 82fdbee1d03cae8f46a81d1fc1056bef 11152160 gnome optional 
gnome-applets-data_2.20.1-1_all.deb
 83a963872b1ae3f6a14e0bc4ec430b52 346890 gnome optional 
gnome-applets_2.20.1-1_i386.deb
 ad4b1391bf82162bedd4149b48417561 768548 gnome extra 
gnome-applets-dbg_2.20.1-1_i386.deb
 6a05d48da4658b15e76415865166e9fb 119360 gnome optional 
gnome-applets-dev_2.20.1-1_i386.deb

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

iD8DBQFHggr8BsBdh1vkHyERAny7AJ4zJfDSE327m4NQTVJD4s+kw51MhgCghfmF
P38nQiaDLF5NPeXt4lQeQs0=
=tylh
-END PGP SIGNATURE-


Accepted:
gnome-applets-data_2.20.1-1_all.deb
  to pool/main/g/gnome-applets/gnome-applets-data_2.20.1-1_all.deb
gnome-applets-dbg_2.20.1-1_i386.deb
  to pool/main/g/gnome-applets/gnome-applets-dbg_2.20.1-1_i386.deb
gnome-applets-dev_2.20.1-1_i386.deb
  to pool/main/g/gnome-applets/gnome-applets-dev_2.20.1-1_i386.deb
gnome-applets_2.20.1-1.diff.gz
  to pool/main/g/gnome-applets/gnome-applets_2.20.1-1.diff.gz
gnome-applets_2.20.1-1.dsc
  to pool/main/g/gnome-applets/gnome-applets_2.20.1-1.dsc
gnome-applets_2.20.1-1_i386.deb
  to pool/main/g/gnome-applets/gnome-applets_2.20.1-1_i386.deb
gnome-applets_2.20.1.orig.tar.gz
  to pool/main/g/gnome-applets/gnome-applets_2.20.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sane-backends-extras 1.0.18.15 (source amd64)

2008-01-07 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 12:00:34 +0100
Source: sane-backends-extras
Binary: libsane-extras libsane-extras-dev libsane-extras-dbg
Architecture: source amd64
Version: 1.0.18.15
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 libsane-extras - API library for scanners -- extra backends
 libsane-extras-dbg - API library for scanners -- extra backends [debug symbols]
 libsane-extras-dev - API development library for scanners [development files]
Changes: 
 sane-backends-extras (1.0.18.15) unstable; urgency=low
 .
   * debian/control:
 + Build-Depends: xutils-dev instead of xutils.
 + Drop libsane{,-dev} dependencies to avoid circular dependencies
   now that libsane{,-dev} depend on libsane-extras{,-dev}.
Files: 
 b5c47c912966a970fbf7d915060d7704 729 graphics optional 
sane-backends-extras_1.0.18.15.dsc
 a665d04b433983ec9bfd3147103dbffa 691769 graphics optional 
sane-backends-extras_1.0.18.15.tar.gz
 79b6026f01a6cf95151fb5e828cfbc88 191024 libs optional 
libsane-extras_1.0.18.15_amd64.deb
 6f9f56b1a8b1664aa4a2021faef05066 176630 libdevel optional 
libsane-extras-dev_1.0.18.15_amd64.deb
 05e854667dcb823043640e2d32abdaca 208374 libdevel extra 
libsane-extras-dbg_1.0.18.15_amd64.deb

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

iD8DBQFHgga5zWFP1/XWUWkRArxwAJ9fOVu2UeikoCmCYAGGDEAELoZpdwCgt1rd
Wx5SL517FBzTNbApxJ9aXOo=
=wkZx
-END PGP SIGNATURE-


Accepted:
libsane-extras-dbg_1.0.18.15_amd64.deb
  to pool/main/s/sane-backends-extras/libsane-extras-dbg_1.0.18.15_amd64.deb
libsane-extras-dev_1.0.18.15_amd64.deb
  to pool/main/s/sane-backends-extras/libsane-extras-dev_1.0.18.15_amd64.deb
libsane-extras_1.0.18.15_amd64.deb
  to pool/main/s/sane-backends-extras/libsane-extras_1.0.18.15_amd64.deb
sane-backends-extras_1.0.18.15.dsc
  to pool/main/s/sane-backends-extras/sane-backends-extras_1.0.18.15.dsc
sane-backends-extras_1.0.18.15.tar.gz
  to pool/main/s/sane-backends-extras/sane-backends-extras_1.0.18.15.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sane-backends 1.0.19~cvs20071213-5 (source amd64)

2008-01-07 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 12:07:27 +0100
Source: sane-backends
Binary: libsane-dev sane-utils libsane-dbg libsane
Architecture: source amd64
Version: 1.0.19~cvs20071213-5
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 libsane- API library for scanners
 libsane-dbg - API development library for scanners [debug symbols]
 libsane-dev - API development library for scanners [development files]
 sane-utils - API library for scanners -- utilities
Closes: 457378
Changes: 
 sane-backends (1.0.19~cvs20071213-5) unstable; urgency=low
 .
   * debian/control:
+ Build-Depends: xutils-dev instead of xutils.
+ Depend on libsane-extras{,-dev,-dbg} to help fix up the buggy udev rules
   in libsane-extras.
 + Promote libgphoto2-2-dev to Depends: for libsane-dev.
   * debian/patches/02_hurd_no_plustek_pp.dpatch:
 + Added; do not build plustek_pp on Hurd (closes: #457378).
   * debian/patches/12_new_configure.dpatch:
 + Updated.
Files: 
 ac168657e3438213d02e3551e4480b61 946 graphics optional 
sane-backends_1.0.19~cvs20071213-5.dsc
 758897060eaa23fb108dad8abe502720 33511 graphics optional 
sane-backends_1.0.19~cvs20071213-5.diff.gz
 0fe83da83325ffd2cf682a6415d69898 130416 graphics optional 
sane-utils_1.0.19~cvs20071213-5_amd64.deb
 713169272fd5862d794daacd77b649ae 3489992 libs optional 
libsane_1.0.19~cvs20071213-5_amd64.deb
 951258f915afd43f4e3373ec5f853f61 3003706 libdevel optional 
libsane-dev_1.0.19~cvs20071213-5_amd64.deb
 592f2e0ef1bc47cde94e04cb1a0a6ba4 3444694 libdevel extra 
libsane-dbg_1.0.19~cvs20071213-5_amd64.deb

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

iD8DBQFHggnVzWFP1/XWUWkRApHwAJ9KMbKInZtZJ0PNMuSvH8z8bJZ0BACcDNPz
PhdgLkS5j+ovQNwXHRqt0XE=
=iBUZ
-END PGP SIGNATURE-


Accepted:
libsane-dbg_1.0.19~cvs20071213-5_amd64.deb
  to pool/main/s/sane-backends/libsane-dbg_1.0.19~cvs20071213-5_amd64.deb
libsane-dev_1.0.19~cvs20071213-5_amd64.deb
  to pool/main/s/sane-backends/libsane-dev_1.0.19~cvs20071213-5_amd64.deb
libsane_1.0.19~cvs20071213-5_amd64.deb
  to pool/main/s/sane-backends/libsane_1.0.19~cvs20071213-5_amd64.deb
sane-backends_1.0.19~cvs20071213-5.diff.gz
  to pool/main/s/sane-backends/sane-backends_1.0.19~cvs20071213-5.diff.gz
sane-backends_1.0.19~cvs20071213-5.dsc
  to pool/main/s/sane-backends/sane-backends_1.0.19~cvs20071213-5.dsc
sane-utils_1.0.19~cvs20071213-5_amd64.deb
  to pool/main/s/sane-backends/sane-utils_1.0.19~cvs20071213-5_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted grub2 1.95+20080107-1 (source amd64)

2008-01-07 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  7 Jan 2008 12:46:39 +0100
Source: grub2
Binary: grub-of grub-ieee1275 grub-pc grub-efi grub-rescue-pc grub-linuxbios 
grub2
Architecture: source amd64
Version: 1.95+20080107-1
Distribution: unstable
Urgency: low
Maintainer: GRUB Maintainers [EMAIL PROTECTED]
Changed-By: Robert Millan [EMAIL PROTECTED]
Description: 
 grub-efi   - GRand Unified Bootloader, version 2 (EFI version)
 grub-linuxbios - GRand Unified Bootloader, version 2 (LinuxBIOS version)
 grub-pc- GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub2  - GRand Unified Bootloader, version 2 (dummy package)
Closes: 430742
Changes: 
 grub2 (1.95+20080107-1) unstable; urgency=low
 .
   * New CVS snapshot.
 - Supports ReiserFS.  (Closes: #430742)
 - patches/disable_ata.diff: Resync.
Files: 
 079fccc9f40c612dbff1d405e9e5f0bc 1403 admin extra grub2_1.95+20080107-1.dsc
 010c9f6d00b9a57f4b33b01c4197bca4 627338 admin extra 
grub2_1.95+20080107.orig.tar.gz
 38ecb53ac20f437e410f057d7f9ecd51 29498 admin extra 
grub2_1.95+20080107-1.diff.gz
 95ffdbcd99f17cfe4127fa6585ddf4ed 85302 admin extra 
grub2_1.95+20080107-1_amd64.deb
 db277cdef6c4af0fc89bb29b374d8d42 982470 admin extra 
grub-pc_1.95+20080107-1_amd64.deb
 ee5da57187f809469efd6d2cf065ab28 358410 admin extra 
grub-rescue-pc_1.95+20080107-1_amd64.deb
 b794f7a4bc965583bb44c30aff6d23e9 882738 admin extra 
grub-linuxbios_1.95+20080107-1_amd64.deb
 a5d55c8ed4b69fd4b60452d069b04ac4 892206 admin extra 
grub-efi_1.95+20080107-1_amd64.deb

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

iD8DBQFHghV8C19io6rUCv8RAnw7AJ4tE7rvgoxhVayMdlEGMG0kYn2jYwCfbIPH
W/pzG8jUuksh0yMwFrcMlms=
=cvX+
-END PGP SIGNATURE-


Accepted:
grub-efi_1.95+20080107-1_amd64.deb
  to pool/main/g/grub2/grub-efi_1.95+20080107-1_amd64.deb
grub-linuxbios_1.95+20080107-1_amd64.deb
  to pool/main/g/grub2/grub-linuxbios_1.95+20080107-1_amd64.deb
grub-pc_1.95+20080107-1_amd64.deb
  to pool/main/g/grub2/grub-pc_1.95+20080107-1_amd64.deb
grub-rescue-pc_1.95+20080107-1_amd64.deb
  to pool/main/g/grub2/grub-rescue-pc_1.95+20080107-1_amd64.deb
grub2_1.95+20080107-1.diff.gz
  to pool/main/g/grub2/grub2_1.95+20080107-1.diff.gz
grub2_1.95+20080107-1.dsc
  to pool/main/g/grub2/grub2_1.95+20080107-1.dsc
grub2_1.95+20080107-1_amd64.deb
  to pool/main/g/grub2/grub2_1.95+20080107-1_amd64.deb
grub2_1.95+20080107.orig.tar.gz
  to pool/main/g/grub2/grub2_1.95+20080107.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted kfreebsd-7 7.0~cvs20080107-1 (source all)

2008-01-07 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 11:48:14 +0100
Source: kfreebsd-7
Binary: kfreebsd-headers-7-486 kfreebsd-source-7.0 kfreebsd-headers-7.0-1-486 
kfreebsd-image-7-686-smp kfreebsd-image-7-amd64-generic 
kfreebsd-image-7-em64t-p4-smp kfreebsd-image-7.0-1-amd64-k8-smp 
kfreebsd-headers-7.0-1-em64t-p4-smp kfreebsd-image-7.0-1-586-smp 
kfreebsd-headers-7-586-smp kfreebsd-headers-7.0-1-amd64-k8 
kfreebsd-headers-7-686 kfreebsd-image-7-586-smp kfreebsd-image-7.0-1-486 
kfreebsd-headers-7-686-smp ndiswrapper-modules-7.0-1-686-smp 
kfreebsd-headers-7.0-1-em64t-p4 ndiswrapper-modules-7.0-1-586 
kfreebsd-headers-7.0-1 kfreebsd-image-7.0-1-686-smp kfreebsd-image-7-586 
kfreebsd-headers-7.0-1-686 ndiswrapper-modules-7.0-1-em64t-p4 
ndiswrapper-modules-7.0-1-486 ndiswrapper-modules-7.0-1-amd64-k8 
ndiswrapper-modules-7.0-1-586-smp kfreebsd-headers-7.0-1-586-smp 
kfreebsd-image-7-amd64-k8 kfreebsd-image-7-686 kfreebsd-headers-7-586 
kfreebsd-headers-7.0-1-amd64-generic kfreebsd-headers-7.0-1-686-smp 
ndiswrapper-modules-7.0-1-686 ndiswrapper-modules-7.0-1-amd64-generic 
kfreebsd-headers-7.0-1-amd64-k8-smp kfreebsd-image-7.0-1-em64t-p4 
kfreebsd-headers-7-amd64-k8-smp kfreebsd-image-7.0-1-amd64-generic 
kfreebsd-image-7-amd64-k8-smp kfreebsd-image-7.0-1-em64t-p4-smp 
ndiswrapper-modules-7.0-1-em64t-p4-smp kfreebsd-image-7.0-1-686 
kfreebsd-headers-7-amd64-generic kfreebsd-headers-7.0-1-586 
kfreebsd-image-7-em64t-p4 ndiswrapper-modules-7.0-1-amd64-k8-smp 
kfreebsd-headers-7-amd64-k8 kfreebsd-headers-7-em64t-p4-smp 
kfreebsd-image-7-486 kfreebsd-headers-7-em64t-p4 kfreebsd-image-7.0-1-amd64-k8 
kfreebsd-image-7.0-1-586
Architecture: source all
Version: 7.0~cvs20080107-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 kfreebsd-source-7.0 - source code for kernel of FreeBSD 7.0 with Debian patches
Changes: 
 kfreebsd-7 (7.0~cvs20080107-1) unstable; urgency=low
 .
   [ Petr Salinger ]
   * New upstream snapshot (RELENG_7_0)
   * Disable non-free hptrr driver - another Highpoint RocketRAID
 .
   [ Aurelien Jarno ]
   * Refresh all patches.
   * Bumped Standards-Version to 3.7.3 (no changes).
Files: 
 5660f3e24e5b4b499bf7b3089ec0a384 2548 devel optional 
kfreebsd-7_7.0~cvs20080107-1.dsc
 6ab0b5fc19430d556a8c6de3825a93d8 17879906 devel optional 
kfreebsd-7_7.0~cvs20080107.orig.tar.gz
 66603397c259466af9e8929080d682d8 29104 devel optional 
kfreebsd-7_7.0~cvs20080107-1.diff.gz
 f7ca992ab0ff87f51ec1fccb6a061e46 17647016 devel optional 
kfreebsd-source-7.0_7.0~cvs20080107-1_all.deb

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

iD8DBQFHgihGw3ao2vG823MRAvTgAJ9xXY3us9Tc/lQh9Y7fWf5AGXnpvQCcCTCC
QQgjbg2c6q4/OMl6jNnTr5s=
=+2Wz
-END PGP SIGNATURE-


Accepted:
kfreebsd-7_7.0~cvs20080107-1.diff.gz
  to pool/main/k/kfreebsd-7/kfreebsd-7_7.0~cvs20080107-1.diff.gz
kfreebsd-7_7.0~cvs20080107-1.dsc
  to pool/main/k/kfreebsd-7/kfreebsd-7_7.0~cvs20080107-1.dsc
kfreebsd-7_7.0~cvs20080107.orig.tar.gz
  to pool/main/k/kfreebsd-7/kfreebsd-7_7.0~cvs20080107.orig.tar.gz
kfreebsd-source-7.0_7.0~cvs20080107-1_all.deb
  to pool/main/k/kfreebsd-7/kfreebsd-source-7.0_7.0~cvs20080107-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted soprano 2.0.0-1 (source amd64)

2008-01-07 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 13:52:52 +0100
Source: soprano
Binary: libsoprano4 libsoprano-dev
Architecture: source amd64
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Fathi Boudra [EMAIL PROTECTED]
Changed-By: Fathi Boudra [EMAIL PROTECTED]
Description: 
 libsoprano-dev - Development files for soprano, a Qt4 interface for RDF storage
 libsoprano4 - Qt4 interface to RDF storage
Changes: 
 soprano (2.0.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove export LDFLAGS since it was added to cdbs/kde.mk.
Files: 
 315adca4e5067577e79cf6081fb7aff2 1001 libs extra soprano_2.0.0-1.dsc
 87564c51ff5c5575396aa920e741a47a 440961 libs extra soprano_2.0.0.orig.tar.gz
 f7be01afd729405ba7b5db7b8966cefd 6099 libs extra soprano_2.0.0-1.diff.gz
 05f5ecfbfdf15757d7c2c455857817d9 572370 libs extra 
libsoprano4_2.0.0-1_amd64.deb
 bf1e4e7dacdb457589d0e98e3f0cd19a 61458 libdevel extra 
libsoprano-dev_2.0.0-1_amd64.deb

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

iQCVAwUBR4InK4z1NfZqpXL3AQIjbAQAlenvNuV461rWL9Bpr/rZxzdTsXu4ugIj
mLJkt84yP2Xs1fieQA6Rqtweo/4gfZv5V+W6dsuvBmvNbtwYftcMp+FPdSXGG1re
L1D0NavfBMjhInGd8fDaGF3PohKtc/a3MuS7Jr1HmOfaugxPq+UrvMvLG/Tka0x6
HxPM6OWQVyY=
=yDNQ
-END PGP SIGNATURE-


Accepted:
libsoprano-dev_2.0.0-1_amd64.deb
  to pool/main/s/soprano/libsoprano-dev_2.0.0-1_amd64.deb
libsoprano4_2.0.0-1_amd64.deb
  to pool/main/s/soprano/libsoprano4_2.0.0-1_amd64.deb
soprano_2.0.0-1.diff.gz
  to pool/main/s/soprano/soprano_2.0.0-1.diff.gz
soprano_2.0.0-1.dsc
  to pool/main/s/soprano/soprano_2.0.0-1.dsc
soprano_2.0.0.orig.tar.gz
  to pool/main/s/soprano/soprano_2.0.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ora2pg 4.6-1 (source all)

2008-01-07 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 14:38:16 +0100
Source: ora2pg
Binary: ora2pg
Architecture: source all
Version: 4.6-1
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 ora2pg - Oracle to PostgreSQL database schema converter
Changes: 
 ora2pg (4.6-1) unstable; urgency=low
 .
   * New upstream release
   * Updated standards version
   * Changed Homepage location and watch file to pgFoundry
Files: 
 661c896425a7e67ffb7803acce6e67ef 610 contrib/misc extra ora2pg_4.6-1.dsc
 364e3d63edd287f466360df34a7b9878 42683 contrib/misc extra 
ora2pg_4.6.orig.tar.gz
 4a7d99c6bfe16734a2a162adb8d4e598 1659 contrib/misc extra ora2pg_4.6-1.diff.gz
 632bbcb920014da24a9b7428b041f5f1 44630 contrib/misc extra ora2pg_4.6-1_all.deb

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

iD8DBQFHgi+wTTx8oVVPtMYRAkV4AKCsAC8wE/xiNO+OGaxQbyNq1x9ESwCghkyu
MJxyPp64LThM9+7Kbs0CdAA=
=eZsW
-END PGP SIGNATURE-


Accepted:
ora2pg_4.6-1.diff.gz
  to pool/contrib/o/ora2pg/ora2pg_4.6-1.diff.gz
ora2pg_4.6-1.dsc
  to pool/contrib/o/ora2pg/ora2pg_4.6-1.dsc
ora2pg_4.6-1_all.deb
  to pool/contrib/o/ora2pg/ora2pg_4.6-1_all.deb
ora2pg_4.6.orig.tar.gz
  to pool/contrib/o/ora2pg/ora2pg_4.6.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cwiid 0.6.00-3 (source amd64)

2008-01-07 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 11:40:08 +0100
Source: cwiid
Binary: libcwiid1-dev python-cwiid wmgui lswm libcwiid1 wminput
Architecture: source amd64
Version: 0.6.00-3
Distribution: unstable
Urgency: high
Maintainer: Romain Beauxis [EMAIL PROTECTED]
Changed-By: Romain Beauxis [EMAIL PROTECTED]
Description: 
 libcwiid1  - library to interface with the wiimote
 libcwiid1-dev - library to interface with the wiimote -- development
 lswm   - wiimote discover utility
 python-cwiid - library to interface with the wiimote
 wmgui  - GUI interface to the wiimote
 wminput- Userspace driver for the wiimote
Closes: 449977 458827
Changes: 
 cwiid (0.6.00-3) unstable; urgency=high
 .
   * Added dependency on libbluetooth-dev for libcwiid1-dev
   Closes: #458827
   * Fixed watch file
   Closes: #449977
   * Updated standards to 3.7.3 (no changes)
   * Added --as-needed flag for wmgui until libraries are fixed.
Files: 
 eaad2fbf71defbe253cae2266ca9fd2b 770 utils extra cwiid_0.6.00-3.dsc
 5936352ccbea533685f4f08d8545f878 14081 utils extra cwiid_0.6.00-3.diff.gz
 b88508e95c27fe861638bb34f6dd2d7a 18786 python extra 
python-cwiid_0.6.00-3_amd64.deb
 483a5b3c2a7bf2e51b672a745a439238 23018 libs extra libcwiid1_0.6.00-3_amd64.deb
 99ae2f4ad68b6274fabbc84c68c2fc89 25178 libdevel extra 
libcwiid1-dev_0.6.00-3_amd64.deb
 a08cee7139d2efaa0be9a729318aeea4 13390 utils extra lswm_0.6.00-3_amd64.deb
 aa9ae1ba0ae1e745e466bdb89bc04159 49752 utils extra wmgui_0.6.00-3_amd64.deb
 01210a8d1a6819f350249384ff4b9309 51192 utils extra wminput_0.6.00-3_amd64.deb

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

iD8DBQFHgi3ZnuQ3Rt5ZmAARAo+sAKCn19XE6iSpm2zzVDuXMZLj3LrHUgCffMeM
WoBSaCrUlJXZXpI9kA1PKuI=
=XyYH
-END PGP SIGNATURE-


Accepted:
cwiid_0.6.00-3.diff.gz
  to pool/main/c/cwiid/cwiid_0.6.00-3.diff.gz
cwiid_0.6.00-3.dsc
  to pool/main/c/cwiid/cwiid_0.6.00-3.dsc
libcwiid1-dev_0.6.00-3_amd64.deb
  to pool/main/c/cwiid/libcwiid1-dev_0.6.00-3_amd64.deb
libcwiid1_0.6.00-3_amd64.deb
  to pool/main/c/cwiid/libcwiid1_0.6.00-3_amd64.deb
lswm_0.6.00-3_amd64.deb
  to pool/main/c/cwiid/lswm_0.6.00-3_amd64.deb
python-cwiid_0.6.00-3_amd64.deb
  to pool/main/c/cwiid/python-cwiid_0.6.00-3_amd64.deb
wmgui_0.6.00-3_amd64.deb
  to pool/main/c/cwiid/wmgui_0.6.00-3_amd64.deb
wminput_0.6.00-3_amd64.deb
  to pool/main/c/cwiid/wminput_0.6.00-3_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lua-bit 25~svn20080104-1 (source amd64)

2008-01-07 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 04 Jan 2008 11:39:38 +0100
Source: lua-bit
Binary: liblua5.1-bit-dev liblua5.1-bit0
Architecture: source amd64
Version: 25~svn20080104-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi [EMAIL PROTECTED]
Changed-By: Enrico Tassi [EMAIL PROTECTED]
Description: 
 liblua5.1-bit-dev - bit manipulation library development files for the lua 
language v
 liblua5.1-bit0 - bit manipulation library for the lua language version 5.1
Changes: 
 lua-bit (25~svn20080104-1) unstable; urgency=low
 .
   * New snaphost that may fix some bugs in the float - integer cast
Files: 
 50adef7f99b92661e7bc9b6c2aec51fb 846 interpreters optional 
lua-bit_25~svn20080104-1.dsc
 07dd0c6ed2ca34165a384641be3b2090 308443 interpreters optional 
lua-bit_25~svn20080104.orig.tar.gz
 10e985498dcbf269f6dbace29c69504a 2476 interpreters optional 
lua-bit_25~svn20080104-1.diff.gz
 88d5f06fb58cca85cfd252d0adbc0c97 6356 interpreters optional 
liblua5.1-bit0_25~svn20080104-1_amd64.deb
 9859c060ec9912ecc515802d510fa868 6554 libdevel optional 
liblua5.1-bit-dev_25~svn20080104-1_amd64.deb

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

iD8DBQFHgi1C7kkcPgEj8vIRAuoZAKClR9bHqWJd+J7jro2feZnK7RJjMQCdHgn/
3GXyv0ZVEaqX9Zp++VQADpM=
=yb5Y
-END PGP SIGNATURE-


Accepted:
liblua5.1-bit-dev_25~svn20080104-1_amd64.deb
  to pool/main/l/lua-bit/liblua5.1-bit-dev_25~svn20080104-1_amd64.deb
liblua5.1-bit0_25~svn20080104-1_amd64.deb
  to pool/main/l/lua-bit/liblua5.1-bit0_25~svn20080104-1_amd64.deb
lua-bit_25~svn20080104-1.diff.gz
  to pool/main/l/lua-bit/lua-bit_25~svn20080104-1.diff.gz
lua-bit_25~svn20080104-1.dsc
  to pool/main/l/lua-bit/lua-bit_25~svn20080104-1.dsc
lua-bit_25~svn20080104.orig.tar.gz
  to pool/main/l/lua-bit/lua-bit_25~svn20080104.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted qtractor 0.1.0-1 (source amd64)

2008-01-07 Thread Free Ekanayaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  7 Jan 2008 13:49:33 +
Source: qtractor
Binary: qtractor
Architecture: source amd64
Version: 0.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Team [EMAIL PROTECTED]
Changed-By: Free Ekanayaka [EMAIL PROTECTED]
Description: 
 qtractor   - MIDI/Audio multi-track sequencer application
Changes: 
 qtractor (0.1.0-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 b619c8fb812acbafd99119cead0310a3 825 sound optional qtractor_0.1.0-1.dsc
 58ff2823cbe1a2efe02ffcd11ffa21cf 471474 sound optional 
qtractor_0.1.0.orig.tar.gz
 8bae77c6a2b0f30424af8bf068429e58 28984 sound optional qtractor_0.1.0-1.diff.gz
 5a94ba3f71a62a6ffae34950aade7f68 706714 sound optional 
qtractor_0.1.0-1_amd64.deb

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

iD8DBQFHgjsbcanJGlcVnlkRAtn9AKCLPlXNWgg8XNqm/IGymGGuYOiL0gCgj33D
TyK/okrANZ+hVl7mQ612yvQ=
=UHUg
-END PGP SIGNATURE-


Accepted:
qtractor_0.1.0-1.diff.gz
  to pool/main/q/qtractor/qtractor_0.1.0-1.diff.gz
qtractor_0.1.0-1.dsc
  to pool/main/q/qtractor/qtractor_0.1.0-1.dsc
qtractor_0.1.0-1_amd64.deb
  to pool/main/q/qtractor/qtractor_0.1.0-1_amd64.deb
qtractor_0.1.0.orig.tar.gz
  to pool/main/q/qtractor/qtractor_0.1.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted arpalert 2.0.9-2 (source i386)

2008-01-07 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 03 Jan 2008 20:59:51 +0100
Source: arpalert
Binary: arpalert
Architecture: source i386
Version: 2.0.9-2
Distribution: unstable
Urgency: low
Maintainer: Jan Wagner [EMAIL PROTECTED]
Changed-By: Jan Wagner [EMAIL PROTECTED]
Description: 
 arpalert   - Monitor ARP changes in ethernet networks
Closes: 458610
Changes: 
 arpalert (2.0.9-2) unstable; urgency=low
 .
   * added Vcs- fields, moved Homepage into source header's field
   * bump standards version to 3.7.3
   * implement STARTUP value in default to disable starting daemon (Closes:
 #458610).
Files: 
 cf9a4fe20ae0dabec78b50c6eb543f19 739 net optional arpalert_2.0.9-2.dsc
 4d4bce18d6a912494e3bab28d5dc6f81 5620 net optional arpalert_2.0.9-2.diff.gz
 4fb8209791a2096cb506deb170fa0201 511302 net optional arpalert_2.0.9-2_i386.deb

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

iD8DBQFHgjhMQUuEI2/szeARAmlAAJ0diFTNQsCmMFMemTTGaJUbG/FIOwCaAvjx
GsoUXv2ghQ3LzIyi+E8qpyk=
=zJ8F
-END PGP SIGNATURE-


Accepted:
arpalert_2.0.9-2.diff.gz
  to pool/main/a/arpalert/arpalert_2.0.9-2.diff.gz
arpalert_2.0.9-2.dsc
  to pool/main/a/arpalert/arpalert_2.0.9-2.dsc
arpalert_2.0.9-2_i386.deb
  to pool/main/a/arpalert/arpalert_2.0.9-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mediawiki 1:1.11.0-3 (source all amd64)

2008-01-07 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 15:03:15 +0100
Source: mediawiki
Binary: mediawiki mediawiki-math
Architecture: source all amd64
Version: 1:1.11.0-3
Distribution: unstable
Urgency: low
Maintainer: Mediawiki Maintenance Team [EMAIL PROTECTED]
Changed-By: Romain Beauxis [EMAIL PROTECTED]
Description: 
 mediawiki  - website engine for collaborative work
 mediawiki-math - math rendering plugin for MediaWiki
Closes: 456983 459312
Changes: 
 mediawiki (1:1.11.0-3) unstable; urgency=low
 .
   * Really remove debian specific scripts
   * Backported patch to fix unserialize with postgre
 Closes: #459312
   * Added finnish translation of the debconf templates, thanks to Esko
 Arajärvi. Closes: #456983
   * Updated standards to 3.7.3 (no changes)
Files: 
 bdd5dc6c597443d8358152c7cc05a572 834 web optional mediawiki_1.11.0-3.dsc
 de2449e2a562398e7dba547ade1f9bf9 28695 web optional mediawiki_1.11.0-3.diff.gz
 ced8fdf1b62b1a6275e370c09b453104 4906100 web optional 
mediawiki_1.11.0-3_all.deb
 8f487a4f50d44a7b25813aa910875eef 154926 web optional 
mediawiki-math_1.11.0-3_amd64.deb

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

iD8DBQFHgjOpnuQ3Rt5ZmAARAmMRAKCwK1z0tq97POIwUcDfeyOi4LSd3gCeIFbn
VT+93Ejm5y+5ceuqjcRN4GM=
=McCN
-END PGP SIGNATURE-


Accepted:
mediawiki-math_1.11.0-3_amd64.deb
  to pool/main/m/mediawiki/mediawiki-math_1.11.0-3_amd64.deb
mediawiki_1.11.0-3.diff.gz
  to pool/main/m/mediawiki/mediawiki_1.11.0-3.diff.gz
mediawiki_1.11.0-3.dsc
  to pool/main/m/mediawiki/mediawiki_1.11.0-3.dsc
mediawiki_1.11.0-3_all.deb
  to pool/main/m/mediawiki/mediawiki_1.11.0-3_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mod-wsgi 2.0~c4-2 (source amd64)

2008-01-07 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 16:36:35 +0100
Source: mod-wsgi
Binary: libapache2-mod-wsgi
Architecture: source amd64
Version: 2.0~c4-2
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team [EMAIL PROTECTED]
Changed-By: Piotr Ożarowski [EMAIL PROTECTED]
Description: 
 libapache2-mod-wsgi - Python WSGI adapter module for Apache
Changes: 
 mod-wsgi (2.0~c4-2) experimental; urgency=low
 .
   * Rename mod_wsgi.load to wsgi.load to follow
 /etc/apache2/mods-available best practise (sync with 1.3-2 from unstable)
Files: 
 e080a99290da6da237605196a590be98 929 python optional mod-wsgi_2.0~c4-2.dsc
 df3344dbc888a6e6baff7b9f6ddd62bd 10092 python optional 
mod-wsgi_2.0~c4-2.diff.gz
 bef9db7ef0890a018db40b5e87451924 112230 python optional 
libapache2-mod-wsgi_2.0~c4-2_amd64.deb

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

iD8DBQFHgki3B01zfu119ZkRAiF7AKC8ITs+2nKoSj7rhZ0GL9P3ugoOGwCeM+AX
3pRGpRapJ5MH8Gz7KwUbOu4=
=KIQY
-END PGP SIGNATURE-


Accepted:
libapache2-mod-wsgi_2.0~c4-2_amd64.deb
  to pool/main/m/mod-wsgi/libapache2-mod-wsgi_2.0~c4-2_amd64.deb
mod-wsgi_2.0~c4-2.diff.gz
  to pool/main/m/mod-wsgi/mod-wsgi_2.0~c4-2.diff.gz
mod-wsgi_2.0~c4-2.dsc
  to pool/main/m/mod-wsgi/mod-wsgi_2.0~c4-2.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mod-wsgi 1.3-2 (source amd64)

2008-01-07 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 16:24:51 +0100
Source: mod-wsgi
Binary: libapache2-mod-wsgi
Architecture: source amd64
Version: 1.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team [EMAIL PROTECTED]
Changed-By: Piotr Ożarowski [EMAIL PROTECTED]
Description: 
 libapache2-mod-wsgi - Python WSGI adapter module for Apache
Closes: 456737
Changes: 
 mod-wsgi (1.3-2) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * debian/control
 - uniforming Vcs-Browser field
 .
   [ Piotr Ożarowski ]
   * Rename mod_wsgi.load to wsgi.load (to follow
 /etc/apache2/mods-available best practise, closes: 456737)
   * Bump Standards-Version to 3.7.3 (no changes needed)
   * Add myself to Uploaders
Files: 
 6c606cb3995fa13ba6726bbe8ffe3685 919 python optional mod-wsgi_1.3-2.dsc
 a921c82b39deabdaf09e03bba1d2ff6d 9650 python optional mod-wsgi_1.3-2.diff.gz
 020ba988ccbeda5ec2fc75c472eb70cb 86262 python optional 
libapache2-mod-wsgi_1.3-2_amd64.deb

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

iD8DBQFHgkXfB01zfu119ZkRAiJXAJ91b1z1Q1qDuaTiWJrTYO+o3MuHWQCgnxgK
hg48ZxAf3zC11DVOUH6kj0A=
=RKfM
-END PGP SIGNATURE-


Accepted:
libapache2-mod-wsgi_1.3-2_amd64.deb
  to pool/main/m/mod-wsgi/libapache2-mod-wsgi_1.3-2_amd64.deb
mod-wsgi_1.3-2.diff.gz
  to pool/main/m/mod-wsgi/mod-wsgi_1.3-2.diff.gz
mod-wsgi_1.3-2.dsc
  to pool/main/m/mod-wsgi/mod-wsgi_1.3-2.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted pacman4console 1.2-2 (source amd64)

2008-01-07 Thread Joao Eriberto Mota Filho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 11 Nov 2007 16:48:15 -0200
Source: pacman4console
Binary: pacman4console
Architecture: source amd64
Version: 1.2-2
Distribution: unstable
Urgency: low
Maintainer: Joao Eriberto Mota Filho [EMAIL PROTECTED]
Changed-By: Joao Eriberto Mota Filho [EMAIL PROTECTED]
Description: 
 pacman4console - a console based pacman game
Closes: 450247
Changes: 
 pacman4console (1.2-2) unstable; urgency=low
 .
   * Cleaned debian/rules file.
   * Changed Makefile patch to fix .dat permissions.
   * Moved README file from /usr/share/pacman4console/Levels to
 /usr/share/doc/pacman4console.
   * Added the screenshot.png file to debian/docs.
   * Fixed the debian/watch sintax to access GooglePages site (Closes: #450247).
   * Added screenshot to long description.
Files: 
 6459e7aa10514f870281aba4d2832834 829 games extra pacman4console_1.2-2.dsc
 ca9feac5a9f95b3a96b083f3de821733 3189 games extra pacman4console_1.2-2.diff.gz
 fffd0e45c737e99d37721294e20eb43b 21240 games extra 
pacman4console_1.2-2_amd64.deb

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

iD8DBQFHgk+BCjAO0JDlykYRAspGAKDJy998AWCdcw54A7hiMY8kTaSuHgCfVeul
gPkalIOwPbCiMsMcL3scJTs=
=aqZC
-END PGP SIGNATURE-


Accepted:
pacman4console_1.2-2.diff.gz
  to pool/main/p/pacman4console/pacman4console_1.2-2.diff.gz
pacman4console_1.2-2.dsc
  to pool/main/p/pacman4console/pacman4console_1.2-2.dsc
pacman4console_1.2-2_amd64.deb
  to pool/main/p/pacman4console/pacman4console_1.2-2_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted kdissert 1.0.7-1 (source i386)

2008-01-07 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 16:36:31 +0100
Source: kdissert
Binary: kdissert
Architecture: source i386
Version: 1.0.7-1
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 kdissert   - mindmapping tool
Closes: 447579 455217
Changes: 
 kdissert (1.0.7-1) unstable; urgency=low
 .
   * New upstream release (closes: #447579)
 - Obsoletes de.po patch
 - Example files were dropped upstream (closes: #455217)
   * Updated standards version
   * Updated menu section Apps/Tools to Applications/Office
   * Added Homepage control field
Files: 
 7b2fc355d4c6fa1922d7eed1a132c021 682 kde optional kdissert_1.0.7-1.dsc
 f6a9509b301d659f0dedf47924397157 641599 kde optional kdissert_1.0.7.orig.tar.gz
 d22c093b455d2db4eee9a6d56c2e6ebc 4359 kde optional kdissert_1.0.7-1.diff.gz
 79b77bf22896346afe20724b4043f77c 872800 kde optional kdissert_1.0.7-1_i386.deb

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

iD8DBQFHgk7cTTx8oVVPtMYRAoTHAKDItiPabnGVJ7FQTp67+xj42PotgQCgjX18
hoSWY0ypO+zMRYqu4Em+zcU=
=lYIb
-END PGP SIGNATURE-


Accepted:
kdissert_1.0.7-1.diff.gz
  to pool/main/k/kdissert/kdissert_1.0.7-1.diff.gz
kdissert_1.0.7-1.dsc
  to pool/main/k/kdissert/kdissert_1.0.7-1.dsc
kdissert_1.0.7-1_i386.deb
  to pool/main/k/kdissert/kdissert_1.0.7-1_i386.deb
kdissert_1.0.7.orig.tar.gz
  to pool/main/k/kdissert/kdissert_1.0.7.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted postgresql-8.3 8.3~rc1-1 (source all i386)

2008-01-07 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Jan 2008 19:19:46 +0100
Source: postgresql-8.3
Binary: libpgtypes3 libpq5 postgresql-plpython-8.3 libpq-dev libecpg-compat3 
libecpg6 postgresql-client-8.3 postgresql-contrib-8.3 postgresql-doc-8.3 
postgresql-plperl-8.3 libecpg-dev postgresql-8.3 postgresql-pltcl-8.3 
postgresql-server-dev-8.3
Architecture: source all i386
Version: 8.3~rc1-1
Distribution: experimental
Urgency: low
Maintainer: Martin Pitt [EMAIL PROTECTED]
Changed-By: Martin Pitt [EMAIL PROTECTED]
Description: 
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 8.3
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-8.3 - object-relational SQL database, version 8.3 server
 postgresql-client-8.3 - front-end programs for PostgreSQL 8.3
 postgresql-contrib-8.3 - additional facilities for PostgreSQL
 postgresql-doc-8.3 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-8.3 - PL/Perl procedural language for PostgreSQL 8.3
 postgresql-plpython-8.3 - PL/Python procedural language for PostgreSQL 8.3
 postgresql-pltcl-8.3 - PL/Tcl procedural language for PostgreSQL 8.3
 postgresql-server-dev-8.3 - development files for PostgreSQL 8.3 server-side 
programming
Closes: 458752
Changes: 
 postgresql-8.3 (8.3~rc1-1) experimental; urgency=low
 .
   * First release candidate of PostgreSQL 8.3. This also provides the security
 bug fixes of 8.2.6:
 - Prevent functions in indexes from executing with the privileges of
   the user running VACUUM, ANALYZE, etc. SET ROLE is now forbidden
   within a SECURITY DEFINER context. [CVE-2007-6600]
 - Suitably crafted regular-expression patterns could cause crashes,
   infinite or near-infinite looping, and/or massive memory
   consumption, all of which pose denial-of-service hazards for
   applications that accept regex search patterns from untrustworthy
   sources. [CVE-2007-4769, CVE-2007-4772, CVE-2007-6067]
 - Require non-superusers who use /contrib/dblink to use only
   password authentication, as a security measure.
   The fix that appeared for this in 8.2.5 was incomplete, as it
   plugged the hole for only some dblink functions. [CVE-2007-6601,
   CVE-2007-3278]
   * debian/patches/04-psql-passwordprompt.patch: Update for new version.
   * Bump Standards-Version to 3.7.3 (no changes necessary).
   * debian/rules:
 - Build with -O1 on sparc and alpha until the miscompilation with -O2 is
   sorted out (http://lists.debian.org/debian-alpha/2007/11/msg00025.html).
 - Have a failed test suite fail the build on all architectures again.
   * Ship pg_config in postgresql-server-dev, and ship a copy in /usr/bin in
 libpq-dev, instead of libpq-dev shipping it in
 /usr/lib/postgresql/version/bin. This makes it possible to use a
 libpq-dev from a different major version. (See #455509)
   * debian/control: Mention tablefunc in -contrib description.
 (Closes: #458752)
   * debian/rules: Run make bigcheck instead of check, to run the numeric_big
 test, too.
   * debian/rules: Add target 'contrib-check' for running the tests in contrib.
 Do not call it by default for now, still needs some work.
   * debian/rules: Add target 'contrib-installcheck' for running the tests in
 contrib, using the installed programs in the system.
   * debian/rules: Replace hardcoded '8.3' strings with $(MAJOR_VER) variable.
Files: 
 949b66d3df03e09d5f863a473eaee26f 1130 misc optional 
postgresql-8.3_8.3~rc1-1.dsc
 b656eea313e36e11d15117e822fa002a 13478222 misc optional 
postgresql-8.3_8.3~rc1.orig.tar.gz
 d3e7578baf273734dc00aedda8e1b512 53809 misc optional 
postgresql-8.3_8.3~rc1-1.diff.gz
 4a307c2be5e214673aedc58b76e39735 2032874 doc optional 
postgresql-doc-8.3_8.3~rc1-1_all.deb
 4f4701bff165faea43a135a5cfdb07e0 387574 libdevel optional 
libpq-dev_8.3~rc1-1_i386.deb
 eb258479b06355f906b61b6d09fae454 324178 libs optional libpq5_8.3~rc1-1_i386.deb
 ff7d6c10490b74da0f3c736603a65e76 221308 libs optional 
libecpg6_8.3~rc1-1_i386.deb
 c20721ebe63f6175e7b2a3d616aa0299 403152 libdevel optional 
libecpg-dev_8.3~rc1-1_i386.deb
 399d18253c85da1b8e14b778ebd01418 200820 libs optional 
libecpg-compat3_8.3~rc1-1_i386.deb
 87edd855043f2e07ade8b54e968bc357 221996 libs optional 
libpgtypes3_8.3~rc1-1_i386.deb
 867d88f07f861f52817609d05d4a855f 5042670 misc optional 
postgresql-8.3_8.3~rc1-1_i386.deb
 5bde41a885d13d596bf9556146decf35 1571806 misc optional 
postgresql-client-8.3_8.3~rc1-1_i386.deb
 3be1ab1a6e4dc8884ccaa4346cb0a1ec 760046 libdevel optional 
postgresql-server-dev-8.3_8.3~rc1-1_i386.deb
 ec3228cacf536a49e97adb4b47ee9bb2 515008 misc optional 
postgresql-contrib-8.3_8.3~rc1-1_i386.deb
 

Accepted postgresql-8.2 8.2.6-1 (source all i386)

2008-01-07 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 04 Jan 2008 16:30:36 +0100
Source: postgresql-8.2
Binary: libpq5 postgresql-doc-8.2 libpgtypes2 libpq-dev postgresql-doc 
postgresql postgresql-contrib postgresql-plpython-8.2 postgresql-plperl-8.2 
postgresql-client postgresql-server-dev-8.2 postgresql-contrib-8.2 
postgresql-client-8.2 postgresql-8.2 libecpg-compat2 libecpg5 libecpg-dev 
postgresql-pltcl-8.2
Architecture: source all i386
Version: 8.2.6-1
Distribution: unstable
Urgency: medium
Maintainer: Martin Pitt [EMAIL PROTECTED]
Changed-By: Martin Pitt [EMAIL PROTECTED]
Description: 
 libecpg-compat2 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg5   - run-time library for ECPG programs
 libpgtypes2 - shared library libpgtypes for PostgreSQL 8.2
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql - object-relational SQL database (latest version)
 postgresql-8.2 - object-relational SQL database, version 8.2 server
 postgresql-client - front-end programs for PostgreSQL (latest version)
 postgresql-client-8.2 - front-end programs for PostgreSQL 8.2
 postgresql-contrib - additional facilities for PostgreSQL (latest version)
 postgresql-contrib-8.2 - additional facilities for PostgreSQL
 postgresql-doc - documentation for the PostgreSQL database management system
 postgresql-doc-8.2 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-8.2 - PL/Perl procedural language for PostgreSQL 8.2
 postgresql-plpython-8.2 - PL/Python procedural language for PostgreSQL 8.2
 postgresql-pltcl-8.2 - PL/Tcl procedural language for PostgreSQL 8.2
 postgresql-server-dev-8.2 - development files for PostgreSQL 8.2 server-side 
programming
Closes: 455509
Changes: 
 postgresql-8.2 (8.2.6-1) unstable; urgency=medium
 .
   * New upstream security/bugfix release:
 - Prevent functions in indexes from executing with the privileges of
   the user running VACUUM, ANALYZE, etc. SET ROLE is now forbidden
   within a SECURITY DEFINER context. [CVE-2007-6600]
 - Suitably crafted regular-expression patterns could cause crashes,
   infinite or near-infinite looping, and/or massive memory
   consumption, all of which pose denial-of-service hazards for
   applications that accept regex search patterns from untrustworthy
   sources. [CVE-2007-4769, CVE-2007-4772, CVE-2007-6067]
 - Require non-superusers who use /contrib/dblink to use only
   password authentication, as a security measure.
   The fix that appeared for this in 8.2.5 was incomplete, as it
   plugged the hole for only some dblink functions. [CVE-2007-6601,
   CVE-2007-3278]
 - Fix bugs in WAL replay for GIN indexes.
 - Fix GIN index build to work properly when maintenance_work_mem is
   4GB or more.
 - Improve planner's handling of LIKE/regex estimation in non-C
   locales.
 - Fix planning-speed problem for deep outer-join nests, as well as
   possible poor choice of join order.
 - Fix planner failure in some cases of WHERE false AND var IN (SELECT
   ...).
 - Make CREATE TABLE ... SERIAL and ALTER SEQUENCE ... OWNED BY
   not change the currval() state of the sequence.
 - Preserve the tablespace and storage parameters of indexes that are
   rebuilt by ALTER TABLE ... ALTER COLUMN TYPE.
 - Make archive recovery always start a new WAL timeline, rather than
   only when a recovery stop time was used. This avoids a corner-case risk
   of trying to overwrite an existing archived copy of the last WAL
   segment, and seems simpler and cleaner than the original definition.
 - Make VACUUM not use all of maintenance_work_mem when the table is
   too small for it to be useful.
 - Fix potential crash in translate() when using a multibyte database
   encoding.
 - Make corr() return the correct result for negative correlation
   values.
 - Fix overflow in extract(epoch from interval) for intervals
   exceeding 68 years.
 - Fix PL/Perl to not fail when a UTF-8 regular expression is used in
   a trusted function.
 - Fix PL/Python to work correctly with Python 2.5 on 64-bit machines
   (Marko Kreen)
 - Fix PL/Python to not crash on long exception messages.
 - Fix pg_dump to correctly handle inheritance child tables that have
   default expressions different from their parent's.
 - Fix libpq crash when PGPASSFILE refers to a file that is not a
   plain file.
 - ecpg parser fixes.
 - Make contrib/tablefunc's crosstab() handle NULL rowid as a
   category in its own right, rather than crashing.
 - Fix tsvector and tsquery output routines to escape backslashes
   correctly. (LP: #146382)
 - Fix crash of to_tsvector() on huge input strings.
   * Drop 

Accepted postgresql-8.1 8.1.11-1 (source all i386)

2008-01-07 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 04 Jan 2008 15:27:50 +0100
Source: postgresql-8.1
Binary: postgresql-8.1 postgresql-pltcl-8.1 postgresql-plperl-8.1 libpq4 
postgresql-doc-8.1 postgresql-plpython-8.1 postgresql-client-8.1 
postgresql-server-dev-8.1 postgresql-contrib-8.1
Architecture: source all i386
Version: 8.1.11-1
Distribution: unstable
Urgency: medium
Maintainer: Martin Pitt [EMAIL PROTECTED]
Changed-By: Martin Pitt [EMAIL PROTECTED]
Description: 
 libpq4 - PostgreSQL C client library
 postgresql-8.1 - object-relational SQL database, version 8.1 server
 postgresql-client-8.1 - front-end programs for PostgreSQL 8.1
 postgresql-contrib-8.1 - additional facilities for PostgreSQL
 postgresql-doc-8.1 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-8.1 - PL/Perl procedural language for PostgreSQL 8.1
 postgresql-plpython-8.1 - PL/Python procedural language for PostgreSQL 8.1
 postgresql-pltcl-8.1 - PL/Tcl procedural language for PostgreSQL 8.1
 postgresql-server-dev-8.1 - development files for PostgreSQL 8.1 server-side 
programming
Changes: 
 postgresql-8.1 (8.1.11-1) unstable; urgency=medium
 .
   * New upstream security/bugfix release:
 - Prevent functions in indexes from executing with the privileges of
   the user running VACUUM, ANALYZE, etc. SET ROLE is now forbidden
   within a SECURITY DEFINER context. [CVE-2007-6600]
 - Suitably crafted regular-expression patterns could cause crashes,
   infinite or near-infinite looping, and/or massive memory
   consumption, all of which pose denial-of-service hazards for
   applications that accept regex search patterns from untrustworthy
   sources. [CVE-2007-4769, CVE-2007-4772, CVE-2007-6067]
 - Require non-superusers who use /contrib/dblink to use only
   password authentication, as a security measure.
   The fix that appeared for this in 8.2.5 was incomplete, as it
   plugged the hole for only some dblink functions. [CVE-2007-6601,
   CVE-2007-3278]
 - Fix planner failure in some cases of WHERE false AND var IN (SELECT
   ...).
 - Preserve the tablespace and storage parameters of indexes that are
   rebuilt by ALTER TABLE ... ALTER COLUMN TYPE.
 - Make archive recovery always start a new WAL timeline, rather than
   only when a recovery stop time was used. This avoids a corner-case risk
   of trying to overwrite an existing archived copy of the last WAL
   segment, and seems simpler and cleaner than the original definition.
 - Make VACUUM not use all of maintenance_work_mem when the table is
   too small for it to be useful.
 - Fix potential crash in translate() when using a multibyte database
   encoding.
 - Fix overflow in extract(epoch from interval) for intervals
   exceeding 68 years.
 - Fix PL/Perl to not fail when a UTF-8 regular expression is used in
   a trusted function.
 - Fix PL/Python to not crash on long exception messages.
 - Fix pg_dump to correctly handle inheritance child tables that have
   default expressions different from their parent's.
 - Fix libpq crash when PGPASSFILE refers to a file that is not a
   plain file.
 - ecpg parser fixes.
 - Make contrib/tablefunc's crosstab() handle NULL rowid as a
   category in its own right, rather than crashing.
 - Fix tsvector and tsquery output routines to escape backslashes
   correctly.
 - Fix crash of to_tsvector() on huge input strings.
   * Use the timezone database from the system tzdata instead of shipping our
 own.
 - debian/patches/04-timezone-symlinks.patch: Drop previous
   hardlink-to-symlink patch to zic, since that is irrelevant now. Replace
   the patch with a Makefile change that just symlinks /usr/share/zoneinfo
   to where postgresql previously installed its own tzdata copy.
 - debian/control: Add tzdata dependency.
 - debian/postgresql-8.1.install: Install the 'timezone' symlink, not the
   files in the dereferenced directory.
 - debian/postgresql-8.1.postinst: Replace the timezone directory with the
   symlink on upgrades, since dpkg does not do that automatically. Without
   this, we'd end up with an empty timezone directory.
Files: 
 d5d7805fe99dd1a98d62aacfae7fdedc 1096 misc optional postgresql-8.1_8.1.11-1.dsc
 9eadd7e16f547a8ce1e0eec5de96632e 1100 misc optional 
postgresql-8.1_8.1.11.orig.tar.gz
 6be189a40f35be83ef33a0b2381aee5f 34913 misc optional 
postgresql-8.1_8.1.11-1.diff.gz
 d5cc02ae7e8e1a2004b4d94cb8d09179 1596932 doc optional 
postgresql-doc-8.1_8.1.11-1_all.deb
 cdeb978e249608fec959f66feea9486c 277936 libs optional libpq4_8.1.11-1_i386.deb
 4c622c50452dc70c657c366c3c1b3351 4290928 misc optional 
postgresql-8.1_8.1.11-1_i386.deb
 09711acb3f092c831a9ed7bc0ad256a8 1413140 misc optional 
postgresql-client-8.1_8.1.11-1_i386.deb
 01b2e7d223a527bb0fae6e4d8b14f582 622376 libdevel optional 

Accepted fslview 3.0+4.0.2-3 (source i386 all)

2008-01-07 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 03 Jan 2008 09:51:05 +0100
Source: fslview
Binary: fslview fslview-doc
Architecture: source i386 all
Version: 3.0+4.0.2-3
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko [EMAIL PROTECTED]
Changed-By: Michael Hanke [EMAIL PROTECTED]
Description: 
 fslview- viewer for (f)MRI and DTI data
 fslview-doc - Documentation for FSLView
Closes: 456099
Changes: 
 fslview (3.0+4.0.2-3) unstable; urgency=low
 .
   * Link with --as-needed to significantly reduce the number of package
 dependencies.
   * Fix typo in changelog.
   * Updated build-deps for libnifti transition.
   * Bumped Standards-version to 3.7.3, no changes necessary.
   * Fixed missing headers for GCC 4.3 compatibility (Closes: #456099).
   * Changed section of fslview-doc package to 'doc'.
Files: 
 89c4af432223839f8771bee7b7666efe 961 science optional fslview_3.0+4.0.2-3.dsc
 1c33f8c0cf017b38fe0ab284b5e37726 12442 science optional 
fslview_3.0+4.0.2-3.diff.gz
 e26a21214fa3dfb1c9b9f45bf7fee008 1387086 science optional 
fslview_3.0+4.0.2-3_i386.deb
 3303f102ff57f52660ac2424dd292128 4515800 doc optional 
fslview-doc_3.0+4.0.2-3_all.deb

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

iD8DBQFHglaKjRFFY3XAJMgRAiLxAKCInUe2PikxsGQ3LzStK7wIJKRSqwCgvO0S
Yj1fxRUod+IB26Judg2VN0E=
=z9WE
-END PGP SIGNATURE-


Accepted:
fslview-doc_3.0+4.0.2-3_all.deb
  to pool/main/f/fslview/fslview-doc_3.0+4.0.2-3_all.deb
fslview_3.0+4.0.2-3.diff.gz
  to pool/main/f/fslview/fslview_3.0+4.0.2-3.diff.gz
fslview_3.0+4.0.2-3.dsc
  to pool/main/f/fslview/fslview_3.0+4.0.2-3.dsc
fslview_3.0+4.0.2-3_i386.deb
  to pool/main/f/fslview/fslview_3.0+4.0.2-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cyrus-sasl2 2.1.22.dfsg1-17 (source all i386)

2008-01-07 Thread Fabian Fagerholm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 18:20:50 +0200
Source: cyrus-sasl2
Binary: libsasl2-modules-ldap libsasl2-2 sasl2-bin cyrus-sasl2-doc libsasl2-dev 
libsasl2-modules-otp libsasl2-modules-sql libsasl2-modules 
libsasl2-modules-gssapi-mit cyrus-sasl2-dbg
Architecture: source all i386
Version: 2.1.22.dfsg1-17
Distribution: unstable
Urgency: low
Maintainer: Fabian Fagerholm [EMAIL PROTECTED]
Changed-By: Fabian Fagerholm [EMAIL PROTECTED]
Description: 
 cyrus-sasl2-dbg - Cyrus SASL - debugging symbols
 cyrus-sasl2-doc - Cyrus SASL - documentation
 libsasl2-2 - Cyrus SASL - authentication abstraction library
 libsasl2-dev - Cyrus SASL - development files for authentication abstraction 
lib
 libsasl2-modules - Cyrus SASL - pluggable authentication modules
 libsasl2-modules-gssapi-mit - Cyrus SASL - pluggable authentication modules 
(GSSAPI)
 libsasl2-modules-ldap - Cyrus SASL - pluggable authentication modules (LDAP)
 libsasl2-modules-otp - Cyrus SASL - pluggable authentication modules (OTP)
 libsasl2-modules-sql - Cyrus SASL - pluggable authentication modules (SQL)
 sasl2-bin  - Cyrus SASL - administration programs for SASL users database
Closes: 458861
Changes: 
 cyrus-sasl2 (2.1.22.dfsg1-17) unstable; urgency=low
 .
   [ Roberto C. Sanchez ]
   * debian/control: Add Vcs-Browser and Vcs-Svn tags.
   * Add Patrick Koetter's saslfinger utility to the package.
   * debian/cyrus-sasl2-doc.doc-base: add file
 .
   [ Fabian Fagerholm ]
   * debian/control, debian/patches/0017_db4.6.dpatch,
 debian/sasl2-bin.postinst: Build against libdb4.6. Thanks to Martin Pitt
 for the suggestion and patch. (Closes: #458861)
   * debian/rules: Install saslfinger directly since we have better control
 to do it in the build scripts.
   * debian/sasl2-bin.lintian-overrides: Remove unneeded overrides.
Files: 
 6ce811f960eadb26ad889e79631e45dc 1415 libs important 
cyrus-sasl2_2.1.22.dfsg1-17.dsc
 74e7966b961c2799a2fa826bcd433942 69337 libs important 
cyrus-sasl2_2.1.22.dfsg1-17.diff.gz
 694cad20ce4532687014e5db27c70e35 103482 doc optional 
cyrus-sasl2-doc_2.1.22.dfsg1-17_all.deb
 372ee7eca056bc6166ea3e8759c06de0 140136 utils optional 
sasl2-bin_2.1.22.dfsg1-17_i386.deb
 a3ee9674c879a55951107c9f8acd5e2f 101944 libs important 
libsasl2-2_2.1.22.dfsg1-17_i386.deb
 28561a767e697f10671c753a49f23114 141712 libs optional 
libsasl2-modules_2.1.22.dfsg1-17_i386.deb
 9c6c232d6fa36947b52017a249868b09 55918 libs optional 
libsasl2-modules-ldap_2.1.22.dfsg1-17_i386.deb
 90e069823000953a78319eb5ad5a6b80 73832 libs optional 
libsasl2-modules-otp_2.1.22.dfsg1-17_i386.deb
 6a3b389b92ff5a2354dcd1ec9d218e75 62590 libs optional 
libsasl2-modules-sql_2.1.22.dfsg1-17_i386.deb
 a487f5beab5e9a9c200696fb5c46f4ad 63976 libs optional 
libsasl2-modules-gssapi-mit_2.1.22.dfsg1-17_i386.deb
 77b1650822ca73756b73eb4f69b9e128 256978 libdevel optional 
libsasl2-dev_2.1.22.dfsg1-17_i386.deb
 7e8db09884f7e462be8c5a4f43f2f136 569426 libdevel extra 
cyrus-sasl2-dbg_2.1.22.dfsg1-17_i386.deb

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

iD8DBQFHglU976VUNpZBmeIRAo3kAJ9UNgYWZKif+0+CKlPnmiX0wHEe8gCfR2r6
/L0KDSAv2B92+qDNjh1yEnQ=
=nEFG
-END PGP SIGNATURE-


Accepted:
cyrus-sasl2-dbg_2.1.22.dfsg1-17_i386.deb
  to pool/main/c/cyrus-sasl2/cyrus-sasl2-dbg_2.1.22.dfsg1-17_i386.deb
cyrus-sasl2-doc_2.1.22.dfsg1-17_all.deb
  to pool/main/c/cyrus-sasl2/cyrus-sasl2-doc_2.1.22.dfsg1-17_all.deb
cyrus-sasl2_2.1.22.dfsg1-17.diff.gz
  to pool/main/c/cyrus-sasl2/cyrus-sasl2_2.1.22.dfsg1-17.diff.gz
cyrus-sasl2_2.1.22.dfsg1-17.dsc
  to pool/main/c/cyrus-sasl2/cyrus-sasl2_2.1.22.dfsg1-17.dsc
libsasl2-2_2.1.22.dfsg1-17_i386.deb
  to pool/main/c/cyrus-sasl2/libsasl2-2_2.1.22.dfsg1-17_i386.deb
libsasl2-dev_2.1.22.dfsg1-17_i386.deb
  to pool/main/c/cyrus-sasl2/libsasl2-dev_2.1.22.dfsg1-17_i386.deb
libsasl2-modules-gssapi-mit_2.1.22.dfsg1-17_i386.deb
  to 
pool/main/c/cyrus-sasl2/libsasl2-modules-gssapi-mit_2.1.22.dfsg1-17_i386.deb
libsasl2-modules-ldap_2.1.22.dfsg1-17_i386.deb
  to pool/main/c/cyrus-sasl2/libsasl2-modules-ldap_2.1.22.dfsg1-17_i386.deb
libsasl2-modules-otp_2.1.22.dfsg1-17_i386.deb
  to pool/main/c/cyrus-sasl2/libsasl2-modules-otp_2.1.22.dfsg1-17_i386.deb
libsasl2-modules-sql_2.1.22.dfsg1-17_i386.deb
  to pool/main/c/cyrus-sasl2/libsasl2-modules-sql_2.1.22.dfsg1-17_i386.deb
libsasl2-modules_2.1.22.dfsg1-17_i386.deb
  to pool/main/c/cyrus-sasl2/libsasl2-modules_2.1.22.dfsg1-17_i386.deb
sasl2-bin_2.1.22.dfsg1-17_i386.deb
  to pool/main/c/cyrus-sasl2/sasl2-bin_2.1.22.dfsg1-17_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libnet-mac-perl 1.2-1 (source all)

2008-01-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 06 Jan 2008 08:48:25 +0100
Source: libnet-mac-perl
Binary: libnet-mac-perl
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Project [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 libnet-mac-perl - Net::MAC - Perl extension for representing and manipulating 
MAC a
Changes: 
 libnet-mac-perl (1.2-1) unstable; urgency=low
 .
   [ Alejandro Garrido Mota ]
   *  New upstream release.
   *  Moved package into Perl Pkg Project SVN.
   *  Update Standards-Version to 3.7.3
   *  Add watch file
   *  Modify copyright structure file
 .
   [ gregor herrmann ]
   * (Conditionally) remove /usr/lib/perl5.
   * debian/control:
 - Move perl to Build-Depends-Indep.
 - Split short/long description more appropriately.
   * Remove debian/dirs.
Files: 
 abdb0d2359b1e9927fe03386c09b17fa 888 perl extra libnet-mac-perl_1.2-1.dsc
 71aa10f40a388eed8eb1fa3082b4f840 27422 perl extra 
libnet-mac-perl_1.2.orig.tar.gz
 349b4331487f91d360e7394a2111f66e 1651 perl extra libnet-mac-perl_1.2-1.diff.gz
 a91716e4d23d0b3667c7aaa7d7b96a4b 16712 perl extra libnet-mac-perl_1.2-1_all.deb

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

iD8DBQFHglWl2A7zWou1J68RArSHAJ9nk9O7CnRGwPbzPiomOLpVDyGMEwCeIDqW
+C3Cwx2cMLNVoKmjFFT65xk=
=0Yqq
-END PGP SIGNATURE-


Accepted:
libnet-mac-perl_1.2-1.diff.gz
  to pool/main/libn/libnet-mac-perl/libnet-mac-perl_1.2-1.diff.gz
libnet-mac-perl_1.2-1.dsc
  to pool/main/libn/libnet-mac-perl/libnet-mac-perl_1.2-1.dsc
libnet-mac-perl_1.2-1_all.deb
  to pool/main/libn/libnet-mac-perl/libnet-mac-perl_1.2-1_all.deb
libnet-mac-perl_1.2.orig.tar.gz
  to pool/main/libn/libnet-mac-perl/libnet-mac-perl_1.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted drift 2.2.1-3 (source i386)

2008-01-07 Thread Arjan Oosting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 17:58:01 +0100
Source: drift
Binary: drift
Architecture: source i386
Version: 2.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Arjan Oosting [EMAIL PROTECTED]
Changed-By: Arjan Oosting [EMAIL PROTECTED]
Description: 
 drift  - type sensitive preprocessor for Haskell
Changes: 
 drift (2.2.1-3) unstable; urgency=low
 .
   * debian/control:
 - Update XS-Vcs-* fields as the packages has moved to the pkg-haskell
   subversion archive.
 - Remove Hompage from the long descriptions and a the new Homepage
   field.
 - Replace Xs-Vcs-* fields for the new official Vcs-* fields.
 - Bump Standards-Version to 3.7.3. No changes needed.
   * debian/drift.doc-base:
 - Fix lintian warning doc-base-file-separator-extra-whitespaces.
Files: 
 2aef52c7b54fda7bfed111cab911dae6 864 devel optional drift_2.2.1-3.dsc
 d41dc7303d806b44c01adbbccf8a9f29 95955 devel optional drift_2.2.1-3.diff.gz
 435d5b8d10d053cce99b43c0bf7946f9 458272 devel optional drift_2.2.1-3_i386.deb

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

iD8DBQFHgltpUALvsZYuOJARApHOAJ0YCXpRXibmqkKTY+0/PVL2PvwPVQCgnS+e
EnKr7xlfurG31I7VtGAjAqY=
=zcwu
-END PGP SIGNATURE-


Accepted:
drift_2.2.1-3.diff.gz
  to pool/main/d/drift/drift_2.2.1-3.diff.gz
drift_2.2.1-3.dsc
  to pool/main/d/drift/drift_2.2.1-3.dsc
drift_2.2.1-3_i386.deb
  to pool/main/d/drift/drift_2.2.1-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libproc-invokeeditor-perl 1.02-1 (source all)

2008-01-07 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 11:26:17 -0600
Source: libproc-invokeeditor-perl
Binary: libproc-invokeeditor-perl
Architecture: source all
Version: 1.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Gunnar Wolf [EMAIL PROTECTED]
Description: 
 libproc-invokeeditor-perl - Proc::InvokeEditor - Perl extension for starting a 
text editor
Changes: 
 libproc-invokeeditor-perl (1.02-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
 .
   [ Gunnar Wolf ]
   * New upstream release
   * Added myself as an uploader
   * Bumped up standards-version to 3.7.3 (no changes needed)
   * Upgraded dh_compat level to 5
   * Listed the examples to be installed inside debian/rules, instead of
 an external file
   * No longer ignores failure on make clean
   * Debhelper is b-d, not b-d-i
Files: 
 0020c929f50e27b0614caf03c6e7ab71 1025 perl optional 
libproc-invokeeditor-perl_1.02-1.dsc
 2fc29eeaa8ad8a58417ff3cc16af9077 6132 perl optional 
libproc-invokeeditor-perl_1.02.orig.tar.gz
 3cb5e354844bfd9d4ae8fc2391444ebd 2399 perl optional 
libproc-invokeeditor-perl_1.02-1.diff.gz
 cdeda1007600c0646d6da94999410184 10790 perl optional 
libproc-invokeeditor-perl_1.02-1_all.deb

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

iD8DBQFHgmFh2A7zWou1J68RAndFAKDH9zHSWE8Ld0c8NbNGR+fCfBBQggCgzUxz
jg5e7NjnHs3YoBFqVZkKw+0=
=4xo3
-END PGP SIGNATURE-


Accepted:
libproc-invokeeditor-perl_1.02-1.diff.gz
  to 
pool/main/libp/libproc-invokeeditor-perl/libproc-invokeeditor-perl_1.02-1.diff.gz
libproc-invokeeditor-perl_1.02-1.dsc
  to 
pool/main/libp/libproc-invokeeditor-perl/libproc-invokeeditor-perl_1.02-1.dsc
libproc-invokeeditor-perl_1.02-1_all.deb
  to 
pool/main/libp/libproc-invokeeditor-perl/libproc-invokeeditor-perl_1.02-1_all.deb
libproc-invokeeditor-perl_1.02.orig.tar.gz
  to 
pool/main/libp/libproc-invokeeditor-perl/libproc-invokeeditor-perl_1.02.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libset-object-perl 1.22-2 (source amd64)

2008-01-07 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 11:08:35 -0600
Source: libset-object-perl
Binary: libset-object-perl
Architecture: source amd64
Version: 1.22-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Gunnar Wolf [EMAIL PROTECTED]
Description: 
 libset-object-perl - Collection of objects without duplications
Changes: 
 libset-object-perl (1.22-2) unstable; urgency=low
 .
   [ Frank Lichtenheld ]
   * debian/rules: Fix dependency of build-stamp on config-stamp
 .
   [ Gunnar Wolf ]
   * Bumped up standards-version to 3.7.3 (No changes needed)
Files: 
 2f174a38323b1bfc602cd07ca195adab 1096 perl optional 
libset-object-perl_1.22-2.dsc
 ec3f3276e67e204593dc1a00092e0d98 3534 perl optional 
libset-object-perl_1.22-2.diff.gz
 c9b9e67fff7662c8fc7bc7be683784cb 41332 perl optional 
libset-object-perl_1.22-2_amd64.deb

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

iD8DBQFHglyx2A7zWou1J68RAoKnAJ9NUJn9AI+jCFZXBKcv98axxco2oACgq5Q9
F7uqt0ZxhH6dvhv5CYzQslE=
=LyPl
-END PGP SIGNATURE-


Accepted:
libset-object-perl_1.22-2.diff.gz
  to pool/main/libs/libset-object-perl/libset-object-perl_1.22-2.diff.gz
libset-object-perl_1.22-2.dsc
  to pool/main/libs/libset-object-perl/libset-object-perl_1.22-2.dsc
libset-object-perl_1.22-2_amd64.deb
  to pool/main/libs/libset-object-perl/libset-object-perl_1.22-2_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libsys-syslog-perl 0.24-1 (source amd64)

2008-01-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 01 Jan 2008 22:06:17 +0100
Source: libsys-syslog-perl
Binary: libsys-syslog-perl
Architecture: source amd64
Version: 0.24-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: gregor herrmann [EMAIL PROTECTED]
Description: 
 libsys-syslog-perl - Perl interface to the UNIX syslog(3) calls
Changes: 
 libsys-syslog-perl (0.24-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop patch skip-test-that-needs-dev-log.dpatch, the problem is now fixed
 in the upstream test code.
   * Set Standards-Version to 3.7.3 (no changes needed).
   * debian/watch: use dist-based URL.
   * debian/rules: remove /usr/share/perl5 only if it exists.
Files: 
 c510c8293dbad10c5ed6f5cc6d4df64a 1094 perl optional 
libsys-syslog-perl_0.24-1.dsc
 b0a83437fcd04482e562b77202cdb940 73864 perl optional 
libsys-syslog-perl_0.24.orig.tar.gz
 99022d636d164485e954db6c232c943d 4659 perl optional 
libsys-syslog-perl_0.24-1.diff.gz
 c4f9d205caea4a2747628091db4d3396 38814 perl optional 
libsys-syslog-perl_0.24-1_amd64.deb

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

iD8DBQFHgl0k2A7zWou1J68RAghPAJ9b6VNjuR+ePwpBInS87Cg0pnIniQCgr/R7
/OQ4K0CQgZPFaOl/oEIytJo=
=Mf0L
-END PGP SIGNATURE-


Accepted:
libsys-syslog-perl_0.24-1.diff.gz
  to pool/main/libs/libsys-syslog-perl/libsys-syslog-perl_0.24-1.diff.gz
libsys-syslog-perl_0.24-1.dsc
  to pool/main/libs/libsys-syslog-perl/libsys-syslog-perl_0.24-1.dsc
libsys-syslog-perl_0.24-1_amd64.deb
  to pool/main/libs/libsys-syslog-perl/libsys-syslog-perl_0.24-1_amd64.deb
libsys-syslog-perl_0.24.orig.tar.gz
  to pool/main/libs/libsys-syslog-perl/libsys-syslog-perl_0.24.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cyrus-sasl2-heimdal 2.1.22.dfsg1-17 (source i386)

2008-01-07 Thread Fabian Fagerholm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 19:12:13 +0200
Source: cyrus-sasl2-heimdal
Binary: cyrus-sasl2-heimdal-dbg libsasl2-modules-gssapi-heimdal
Architecture: source i386
Version: 2.1.22.dfsg1-17
Distribution: unstable
Urgency: low
Maintainer: Fabian Fagerholm [EMAIL PROTECTED]
Changed-By: Fabian Fagerholm [EMAIL PROTECTED]
Description: 
 cyrus-sasl2-heimdal-dbg - Debugging symbols for Cyrus SASL
 libsasl2-modules-gssapi-heimdal - Pluggable Authentication Modules for SASL 
(GSSAPI)
Changes: 
 cyrus-sasl2-heimdal (2.1.22.dfsg1-17) unstable; urgency=low
 .
   [ Roberto C. Sanchez ]
   * debian/control: Add Vcs-Broswer and Vcs-Svn tags.
 .
   [ Fabian Fagerholm ]
   * Version sync with main package.
Files: 
 45ffcb5d825cf171c813c4410589a6a9 1228 libs extra 
cyrus-sasl2-heimdal_2.1.22.dfsg1-17.dsc
 b36fb0669a93d4638ffa1609f6b9d92a 24781 libs extra 
cyrus-sasl2-heimdal_2.1.22.dfsg1-17.diff.gz
 6791cc536fd95dd23a89fd1c440e8b48 63632 libs extra 
libsasl2-modules-gssapi-heimdal_2.1.22.dfsg1-17_i386.deb
 98f4a301481df55905595cb84fb45cb7 67472 libdevel extra 
cyrus-sasl2-heimdal-dbg_2.1.22.dfsg1-17_i386.deb

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

iD8DBQFHgmHj76VUNpZBmeIRAloMAJ9AJjYOGIXZemkVhN42ixm2B+af4QCeKNdE
xZqYphvoZtVoy+HZpRMJvNA=
=nJMJ
-END PGP SIGNATURE-


Accepted:
cyrus-sasl2-heimdal-dbg_2.1.22.dfsg1-17_i386.deb
  to 
pool/main/c/cyrus-sasl2-heimdal/cyrus-sasl2-heimdal-dbg_2.1.22.dfsg1-17_i386.deb
cyrus-sasl2-heimdal_2.1.22.dfsg1-17.diff.gz
  to pool/main/c/cyrus-sasl2-heimdal/cyrus-sasl2-heimdal_2.1.22.dfsg1-17.diff.gz
cyrus-sasl2-heimdal_2.1.22.dfsg1-17.dsc
  to pool/main/c/cyrus-sasl2-heimdal/cyrus-sasl2-heimdal_2.1.22.dfsg1-17.dsc
libsasl2-modules-gssapi-heimdal_2.1.22.dfsg1-17_i386.deb
  to 
pool/main/c/cyrus-sasl2-heimdal/libsasl2-modules-gssapi-heimdal_2.1.22.dfsg1-17_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xdvik-ja 22.84.13-j1.34-2 (source i386)

2008-01-07 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 08 Jan 2008 02:38:01 +0900
Source: xdvik-ja
Binary: xdvik-ja
Architecture: source i386
Version: 22.84.13-j1.34-2
Distribution: unstable
Urgency: low
Maintainer: TSUCHIYA Masatoshi [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 xdvik-ja   - Japanized DVI Previewer for the X Window System
Closes: 458863
Changes: 
 xdvik-ja (22.84.13-j1.34-2) unstable; urgency=low
 .
   * Removed libwww-dev build-dep - closes: #458863
Files: 
 9a2b80d73fc78c327573e612668439e6 782 tex optional xdvik-ja_22.84.13-j1.34-2.dsc
 9e46eb6268e3c17f2455df6618ffa16a 10728 tex optional 
xdvik-ja_22.84.13-j1.34-2.diff.gz
 2d99275e549a0ebf3cfdebd2fe22df10 416614 tex optional 
xdvik-ja_22.84.13-j1.34-2_i386.deb

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

iD8DBQFHgmPTy2+jQOcHWlQRAvu5AKC1Tk+dA87qWvaUR0P3bX9kOEDW9ACguLJi
ajIyLE3q9KnPsZBDuw4iGpw=
=DGtH
-END PGP SIGNATURE-


Accepted:
xdvik-ja_22.84.13-j1.34-2.diff.gz
  to pool/main/x/xdvik-ja/xdvik-ja_22.84.13-j1.34-2.diff.gz
xdvik-ja_22.84.13-j1.34-2.dsc
  to pool/main/x/xdvik-ja/xdvik-ja_22.84.13-j1.34-2.dsc
xdvik-ja_22.84.13-j1.34-2_i386.deb
  to pool/main/x/xdvik-ja/xdvik-ja_22.84.13-j1.34-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cmap-adobe-korea1 0+20051109-2 (source all)

2008-01-07 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 08 Jan 2008 02:53:30 +0900
Source: cmap-adobe-korea1
Binary: cmap-adobe-korea1
Architecture: source all
Version: 0+20051109-2
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 cmap-adobe-korea1 - CMaps for Adobe-Korea1
Closes: 459536
Changes: 
 cmap-adobe-korea1 (0+20051109-2) unstable; urgency=low
 .
   * Updated fr.po, thanks to Christian Perrier - closes: #459536
Files: 
 cf6b1553a0db2b1654fc9be4018e8f09 693 non-free/misc optional 
cmap-adobe-korea1_0+20051109-2.dsc
 da8e29a5a83ae27b5fa0896ee2d307b0 16111 non-free/misc optional 
cmap-adobe-korea1_0+20051109-2.diff.gz
 dc4d18b240a7c00bd404f79049c5eb67 275860 non-free/misc optional 
cmap-adobe-korea1_0+20051109-2_all.deb

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

iD8DBQFHgmczy2+jQOcHWlQRAjOFAJ4lxfW5LtsVyCmAwtVb8M6DFDCBNQCfWmoF
by2mGB3c8ke4zOZUOvimvW8=
=+kiM
-END PGP SIGNATURE-


Accepted:
cmap-adobe-korea1_0+20051109-2.diff.gz
  to pool/non-free/c/cmap-adobe-korea1/cmap-adobe-korea1_0+20051109-2.diff.gz
cmap-adobe-korea1_0+20051109-2.dsc
  to pool/non-free/c/cmap-adobe-korea1/cmap-adobe-korea1_0+20051109-2.dsc
cmap-adobe-korea1_0+20051109-2_all.deb
  to pool/non-free/c/cmap-adobe-korea1/cmap-adobe-korea1_0+20051109-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cmap-adobe-cns1 0+20060819-2 (source all)

2008-01-07 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 08 Jan 2008 02:48:27 +0900
Source: cmap-adobe-cns1
Binary: cmap-adobe-cns1
Architecture: source all
Version: 0+20060819-2
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 cmap-adobe-cns1 - CMaps for Adobe-CNS1
Closes: 459533
Changes: 
 cmap-adobe-cns1 (0+20060819-2) unstable; urgency=low
 .
   * Updated fr.po, thanks to Christian Perrier - closes: #459533
Files: 
 1cb70e89e9a622101432f2cd81af71e9 686 non-free/misc optional 
cmap-adobe-cns1_0+20060819-2.dsc
 5ba10635a17c001ec7e776983a072fe6 16598 non-free/misc optional 
cmap-adobe-cns1_0+20060819-2.diff.gz
 fc56a8ff278ff6f9e01a69d79c77aab6 465898 non-free/misc optional 
cmap-adobe-cns1_0+20060819-2_all.deb

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

iD8DBQFHgmYUy2+jQOcHWlQRAoHJAKCvR59ALsx/RlvfyS+5umvvsXk48ACgtfpA
oYZZ1i2+8YOwrz6wbXc4WS0=
=yfKR
-END PGP SIGNATURE-


Accepted:
cmap-adobe-cns1_0+20060819-2.diff.gz
  to pool/non-free/c/cmap-adobe-cns1/cmap-adobe-cns1_0+20060819-2.diff.gz
cmap-adobe-cns1_0+20060819-2.dsc
  to pool/non-free/c/cmap-adobe-cns1/cmap-adobe-cns1_0+20060819-2.dsc
cmap-adobe-cns1_0+20060819-2_all.deb
  to pool/non-free/c/cmap-adobe-cns1/cmap-adobe-cns1_0+20060819-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cmap-adobe-gb1 0+20051207-2 (source all)

2008-01-07 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 08 Jan 2008 02:50:16 +0900
Source: cmap-adobe-gb1
Binary: cmap-adobe-gb1
Architecture: source all
Version: 0+20051207-2
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 cmap-adobe-gb1 - CMaps for Adobe-GB1
Closes: 459534
Changes: 
 cmap-adobe-gb1 (0+20051207-2) unstable; urgency=low
 .
   * Updated fr.po, thanks to Christian Perrier - closes: #459534
Files: 
 7d8b9d539a36221e66c34e7e3c3d7a1a 682 non-free/misc optional 
cmap-adobe-gb1_0+20051207-2.dsc
 271533bbfa1d32cf729581fbc0cdba5f 16486 non-free/misc optional 
cmap-adobe-gb1_0+20051207-2.diff.gz
 da419b00ca1912bfbd4d7efc100c 500940 non-free/misc optional 
cmap-adobe-gb1_0+20051207-2_all.deb

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

iD8DBQFHgmZ4y2+jQOcHWlQRAjHjAKCd8l42drxBmXSs9yQ0li1rt/qWLACeJQ17
sBpsOLgBFK1GnFOWlICoO8o=
=wPPU
-END PGP SIGNATURE-


Accepted:
cmap-adobe-gb1_0+20051207-2.diff.gz
  to pool/non-free/c/cmap-adobe-gb1/cmap-adobe-gb1_0+20051207-2.diff.gz
cmap-adobe-gb1_0+20051207-2.dsc
  to pool/non-free/c/cmap-adobe-gb1/cmap-adobe-gb1_0+20051207-2.dsc
cmap-adobe-gb1_0+20051207-2_all.deb
  to pool/non-free/c/cmap-adobe-gb1/cmap-adobe-gb1_0+20051207-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted insight 6.7.1.dfsg.1-8 (source i386)

2008-01-07 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 08 Jan 2008 02:42:11 +0900
Source: insight
Binary: insight
Architecture: source i386
Version: 6.7.1.dfsg.1-8
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 insight- Graphical debugger based on GDB
Closes: 456094
Changes: 
 insight (6.7.1.dfsg.1-8) unstable; urgency=low
 .
   * Fixed FTBFS with GCC 4.3 - closes: #456094
Files: 
 501d17ec665f0af507aff54bbaa3733d 724 devel optional insight_6.7.1.dfsg.1-8.dsc
 1077356264dddce2cb7e32976da3ab40 9050 devel optional 
insight_6.7.1.dfsg.1-8.diff.gz
 2ea7f55d045339cb98c0f3bb19206b20 1739198 devel optional 
insight_6.7.1.dfsg.1-8_i386.deb

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

iD8DBQFHgmYxy2+jQOcHWlQRAsTrAKCjNdhTZsHibRyYywZs5Tl/4xfNMgCgkK2u
hgE0lFiBj3MhJ1QoVaJzUAo=
=2Q0G
-END PGP SIGNATURE-


Accepted:
insight_6.7.1.dfsg.1-8.diff.gz
  to pool/main/i/insight/insight_6.7.1.dfsg.1-8.diff.gz
insight_6.7.1.dfsg.1-8.dsc
  to pool/main/i/insight/insight_6.7.1.dfsg.1-8.dsc
insight_6.7.1.dfsg.1-8_i386.deb
  to pool/main/i/insight/insight_6.7.1.dfsg.1-8_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libmediawiki-perl 1.13-1 (source all)

2008-01-07 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 11:38:50 -0600
Source: libmediawiki-perl
Binary: libmediawiki-perl
Architecture: source all
Version: 1.13-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Gunnar Wolf [EMAIL PROTECTED]
Description: 
 libmediawiki-perl - MediaWiki engine client
Changes: 
 libmediawiki-perl (1.13-1) unstable; urgency=low
 .
   * New upstream release
   * Bumped up standards-version to 3.7.3 (No chnages needed)
   * Added myself to uploaders
Files: 
 002eef6e6315a9ebe17bad5768ab7129 1082 perl optional 
libmediawiki-perl_1.13-1.dsc
 c223ba4b8c7bc41a43d3a420c6528ff7 17461 perl optional 
libmediawiki-perl_1.13.orig.tar.gz
 d951ceeced78bb845d2df3659900f724 2300 perl optional 
libmediawiki-perl_1.13-1.diff.gz
 6437f85f437bada2c2b46f46d122d98c 27226 perl optional 
libmediawiki-perl_1.13-1_all.deb

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

iD8DBQFHgmST2A7zWou1J68RAibIAJ94M11rmNnu+7c5Hn96Jm+rXGLbogCgkxoX
HKPff/9JwLkz1rSShNehMXs=
=qlDM
-END PGP SIGNATURE-


Accepted:
libmediawiki-perl_1.13-1.diff.gz
  to pool/main/libm/libmediawiki-perl/libmediawiki-perl_1.13-1.diff.gz
libmediawiki-perl_1.13-1.dsc
  to pool/main/libm/libmediawiki-perl/libmediawiki-perl_1.13-1.dsc
libmediawiki-perl_1.13-1_all.deb
  to pool/main/libm/libmediawiki-perl/libmediawiki-perl_1.13-1_all.deb
libmediawiki-perl_1.13.orig.tar.gz
  to pool/main/libm/libmediawiki-perl/libmediawiki-perl_1.13.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted dicomnifti 2.28.10-2 (source i386)

2008-01-07 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 03 Jan 2008 12:09:30 +0100
Source: dicomnifti
Binary: dicomnifti
Architecture: source i386
Version: 2.28.10-2
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko [EMAIL PROTECTED]
Changed-By: Michael Hanke [EMAIL PROTECTED]
Description: 
 dicomnifti - converts DICOM files into the NIfTI format
Changes: 
 dicomnifti (2.28.10-2) unstable; urgency=low
 .
   * Modified build-deps for libnifti transition.
   * Bumped Standards-version to 3.7.3, no changes necessary.
Files: 
 e98bcaa2bb52c0a50ba86d46547c7581 825 science optional dicomnifti_2.28.10-2.dsc
 7f349eed3a8a37581f44d811e480f341 4894 science optional 
dicomnifti_2.28.10-2.diff.gz
 f78521469c4eec9ccfd6dc85bf21c5ba 146474 science optional 
dicomnifti_2.28.10-2_i386.deb

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

iD8DBQFHgm6OjRFFY3XAJMgRAsDGAKCsQ+TZpikWpAfi4d386AK4XT3v3gCguMme
2OxJZ7YUgnoUxTk7uXyp3wc=
=5luk
-END PGP SIGNATURE-


Accepted:
dicomnifti_2.28.10-2.diff.gz
  to pool/main/d/dicomnifti/dicomnifti_2.28.10-2.diff.gz
dicomnifti_2.28.10-2.dsc
  to pool/main/d/dicomnifti/dicomnifti_2.28.10-2.dsc
dicomnifti_2.28.10-2_i386.deb
  to pool/main/d/dicomnifti/dicomnifti_2.28.10-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cmap-adobe-japan1 0+20071201-2 (source all)

2008-01-07 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 08 Jan 2008 02:52:09 +0900
Source: cmap-adobe-japan1
Binary: cmap-adobe-japan1
Architecture: source all
Version: 0+20071201-2
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 cmap-adobe-japan1 - CMaps for Adobe-Japan1
Closes: 459535
Changes: 
 cmap-adobe-japan1 (0+20071201-2) unstable; urgency=low
 .
   * Updated fr.po, thanks to Christian Perrier - closes: #459535
Files: 
 d4d923baa8d61d2e1eb2e83b24bfb017 714 non-free/misc optional 
cmap-adobe-japan1_0+20071201-2.dsc
 f6cc9283f7fec6b892fbb85fa95d80f1 17113 non-free/misc optional 
cmap-adobe-japan1_0+20071201-2.diff.gz
 3c03da96678c3f9df753b275a622f246 725060 non-free/misc optional 
cmap-adobe-japan1_0+20071201-2_all.deb

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

iD8DBQFHgmbky2+jQOcHWlQRAsNHAJ9pImE1rPaUeFwnktaJpq3izEFNJwCdGYwA
+lPPpFsjGl87MJm9I7yo62Q=
=Z8X4
-END PGP SIGNATURE-


Accepted:
cmap-adobe-japan1_0+20071201-2.diff.gz
  to pool/non-free/c/cmap-adobe-japan1/cmap-adobe-japan1_0+20071201-2.diff.gz
cmap-adobe-japan1_0+20071201-2.dsc
  to pool/non-free/c/cmap-adobe-japan1/cmap-adobe-japan1_0+20071201-2.dsc
cmap-adobe-japan1_0+20071201-2_all.deb
  to pool/non-free/c/cmap-adobe-japan1/cmap-adobe-japan1_0+20071201-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted fsl 4.0.2-3 (source i386 all)

2008-01-07 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 Jan 2008 15:26:59 +0100
Source: fsl
Binary: fsl fsl-doc
Architecture: source i386 all
Version: 4.0.2-3
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko [EMAIL PROTECTED]
Changed-By: Michael Hanke [EMAIL PROTECTED]
Description: 
 fsl- analysis tools for FMRI, MRI and DTI brain imaging
 fsl-doc- documentation for FSL
Changes: 
 fsl (4.0.2-3) unstable; urgency=low
 .
   * Fixed some bugs for GCC 4.3 compatibility.
   * Updated build-dependencies for libnifti transition.
Files: 
 caf6279ff5d347eda1fdb1568b474291 1084 non-free/science optional fsl_4.0.2-3.dsc
 8261751d519d6e41a8f8c480f5b8c40d 22513 non-free/science optional 
fsl_4.0.2-3.diff.gz
 f8de7bf9f86a96837ba0d7f4553fd199 8454588 non-free/science optional 
fsl_4.0.2-3_i386.deb
 2cf5e678a7bc20ef292590e912aa00ed 9002632 non-free/doc optional 
fsl-doc_4.0.2-3_all.deb

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

iD8DBQFHgmt5jRFFY3XAJMgRAmQqAJ4pgrhaUqtqiKJZl2C9MTXQaP09JwCgg8sS
asBHRfRA7fYJWxOMrPi6+Z8=
=95FN
-END PGP SIGNATURE-


Accepted:
fsl-doc_4.0.2-3_all.deb
  to pool/non-free/f/fsl/fsl-doc_4.0.2-3_all.deb
fsl_4.0.2-3.diff.gz
  to pool/non-free/f/fsl/fsl_4.0.2-3.diff.gz
fsl_4.0.2-3.dsc
  to pool/non-free/f/fsl/fsl_4.0.2-3.dsc
fsl_4.0.2-3_i386.deb
  to pool/non-free/f/fsl/fsl_4.0.2-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xmail 1.25-1 (source i386 all)

2008-01-07 Thread Radu Spineanu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 Jan 2008 18:33:57 +0200
Source: xmail
Binary: xmail xmail-doc
Architecture: source i386 all
Version: 1.25-1
Distribution: unstable
Urgency: low
Maintainer: Radu Spineanu [EMAIL PROTECTED]
Changed-By: Radu Spineanu [EMAIL PROTECTED]
Description: 
 xmail  - advanced, fast and reliable ESMTP/POP3 mail server
 xmail-doc  - documentation for xmail
Closes: 401854 410699 413277 418787 425107 438310
Changes: 
 xmail (1.25-1) unstable; urgency=low
 .
   * New upstream release.
   * Create generic SSL Certificates if not present
 and build-depend on libssl-dev.
   * Removed obsolete symlinks patch.
   * Fixed FTBFS on GNU/kFreeBSD. (closes: #401854)
   * Fixed some minor typos in the debconf template.
 (closes: #410699)
   * Properly handle strip/nostrip. Modified Makefile.common
 with patch 04_strip.dpatch. (closes: #438310)
   * Bumped Standards Version to 3.7.3.
   * New Debconf translations:
 * German translation by Helge Kreutzmann. (closes: #413277)
 * Portugese translation by Bruno Queiros. (closes: #418787)
 * Dutch translation by Bart Cornelis. (closes: #425107)
Files: 
 4bb092f050ef5ab15ea6e5cb5e166162 625 mail extra xmail_1.25-1.dsc
 675baa512a97057c9e63905272406b69 1569226 mail extra xmail_1.25.orig.tar.gz
 4b5d30b2094a5a8b5aa74ad5c9022106 32990 mail extra xmail_1.25-1.diff.gz
 4bd4a990e6ef2279b190d225c6c5f7fe 188206 mail extra xmail-doc_1.25-1_all.deb
 74e04547c866476b3c249cd3395d0233 236378 mail extra xmail_1.25-1_i386.deb

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

iD8DBQFHgmwXJkMZOMmr+9MRAi7/AKCMxCSDB/sQoGgS3hEltzSAQS6gkwCfbaPw
8IAvleBz2MIe6bG03LvcQHM=
=Yqeq
-END PGP SIGNATURE-


Accepted:
xmail-doc_1.25-1_all.deb
  to pool/main/x/xmail/xmail-doc_1.25-1_all.deb
xmail_1.25-1.diff.gz
  to pool/main/x/xmail/xmail_1.25-1.diff.gz
xmail_1.25-1.dsc
  to pool/main/x/xmail/xmail_1.25-1.dsc
xmail_1.25-1_i386.deb
  to pool/main/x/xmail/xmail_1.25-1_i386.deb
xmail_1.25.orig.tar.gz
  to pool/main/x/xmail/xmail_1.25.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   >