/etc/apt/preferences (was: Bug#354674: What on earth?)

2006-04-18 Thread Marc Haber
On Sun, 16 Apr 2006 19:19:40 +0200, Pierre HABOUZIT
[EMAIL PROTECTED] wrote:
 it's already quite penible to
use experimental (to avoid to pull every single experimental package,
you have to edit your /etc/apt/preferences,

Furthermore, /etc/apt/preferences doesn't allow wildcarded package
names - it's either the complete distribution or a single package
per stanza, which is a major annoyance.

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: Please remove rules.old

2006-04-18 Thread Pierre Habouzit
Le Mar 18 Avril 2006 07:23, Benjamin Seidenberg a écrit :
 Dirk Eddelbuettel wrote:
  On 17 April 2006 at 22:42, Peter Eisentraut wrote:
  | There are a few dozen source packages in the archive that contain
  | a file called debian/rules.old.  In many cases, this was
  | apparently the backup copy during a cdbs conversion or something
  | similar that should have been removed.  If you appear below,
  | please consider fixing this.
 
  Sure, but why?  Doesn't exactly do harm, does it?
 
  Dirk   (not sub'ed on d-devel so please CC me)

 Any unnecessary cruft is a waste of both mirror space and bandwidth.
 I know the college I'm going to next year has a 2 gb/month cap on the
 net. Anything over that, and you pay. (And I currently transfer 30+gb
 over lan+net...ouch).

hhhpff ahahahahahaha

that is the worse explanation I've ever heard :)

I will remove my rules.old in php-json because it's a mistake and I like 
clean debian/ dirs. but please, not the bandwith argument for a file 
that is often less than 2ko big, and that only pollutes the *source* 
diff.gz (meaning that it's rarely downloaded by users)
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpBmPySMvNJD.pgp
Description: PGP signature


Re: Bug#362584: ITP: xindy -- a flexible indexing system

2006-04-18 Thread Frank Küster
[Cc'ing you 'cause I don't know whether you're subscribed to -devel]

Jörg Sommer [EMAIL PROTECTED] wrote:

 * Package name: xindy
   Version : 2.2-beta2-1
   Upstream Author : Joachim Schrod [EMAIL PROTECTED]
 * URL : http://xindy.sourceforge.net/
 * License : GPL
   Programming Lang: C, LISP
   Description : a flexible indexing system

Here comes the usual comment:  Please make sure to follow the Debian TeX
Policy Draft in /usr/share/tex-common/.  I wanted to try out myself
whether there are any issues, but it fails to build with 

config.status: executing depfiles commands
make[1]: Leaving directory 
`/home/frank/src/packages_for_mydebwork/xindy-2.2-beta2'
make[1]: Entering directory 
`/home/frank/src/packages_for_mydebwork/xindy-2.2-beta2'
Making all in rte
make[2]: Entering directory 
`/home/frank/src/packages_for_mydebwork/xindy-2.2-beta2/rte'
cd clisp-2.33.2/src ; /usr/bin/make config.lisp
make[3]: Entering directory 
`/home/frank/src/packages_for_mydebwork/xindy-2.2-beta2/rte/clisp-2.33.2/src'
make[3]: *** No rule to make target `config.lisp'.  Stop.
make[3]: Leaving directory 
`/home/frank/src/packages_for_mydebwork/xindy-2.2-beta2/rte/clisp-2.33.2/src'
make[2]: *** [xindy.run] Error 2
make[2]: Leaving directory 
`/home/frank/src/packages_for_mydebwork/xindy-2.2-beta2/rte'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/frank/src/packages_for_mydebwork/xindy-2.2-beta2'
make: *** [build-stamp] Error 2

Regards, Frank

-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)



Re: X11R7 and what this transition means for you

2006-04-18 Thread Norbert Preining
Hi all!

Could you please explain me what is the right place where to put .scale
files?

On Mon, 17 Apr 2006, Eugene Konev wrote:
 This part is broken now. So I ask you please _do not_ yet upload rebuilt
 packages if you use dh_installxfonts. Or you should handle your
 maintainer scripts by hand. The required (as from X11R6) changes are: 
  * place your *.scale and *.alias files in
  /etc/X11/fonts/X11R7/category/ instead of /etc/X11/fonts/category/
  * call update-fonts-dir (-scale, -alias) with --x11r7-layout (or -7)
  switch. 

On Mon, 17 Apr 2006, Joey Hess wrote:
 Also, if your package uses alias files in /etc/X11/fonts/, it needs to
 move to /etc/X11/fonts/X11R7/, and will need debhelper 5.0.31. 5.0.31
 also passes --x11r7-layout to update-fonts-* commands, which seems to be
 needed to get it to look in the new fonts locations.

So I let the package depend on debhelper = 5.0.31, but:
/etc/X11/fonts/Type1/foo.scale
or
/etc/X11/fonts/X11R7/Type1/foo.scale
?

I would say that the former (the old location) would make more sense,
since it does not really help to have the additional X11R7 in the
/e/X/f/ hierachy. 

Best wishes

Norbert

---
Dr. Norbert Preining preining AT logic DOT at Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
DETCHANT (n.)
(Of the hands or feet.) Prunelike after an overlong bath.
--- Douglas Adams, The Meaning of Liff


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



Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Rohan Dhruva
Package: general
Severity: normal

I want to use vim as my man pager. On other distros, and on sarge, I use this 
line 
in my .bashrc

# Set vim as the man pager
export PAGER=col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' -

In those systems, it displays the man page properly in vim with full color. 
However, 
on using the same line on sid, the error given is 

[EMAIL PROTECTED] ~]$ man man
Reformatting man(1), please wait...
col: invalid option -- c
usage: col [-bfhpx] [-l nline]
man: command exited with status 256: /usr/bin/zsoelim /tmp/zmanGiFFlw | 
/usr/bin/tbl 
| /usr/bin/nroff -mandoc -rLL=89n -rLT=89n -Tutf8 | col -b | view -c set ft=man 
nomod nolist titlestring=MANPAGE -
[EMAIL PROTECTED] ~]$

I dont why it is passing -c to col, where it should pass it to view i.e. vim. 


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)


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



Re: Please remove rules.old

2006-04-18 Thread Florian Ernst
On Mon, Apr 17, 2006 at 10:42:42PM +0200, Peter Eisentraut wrote:
 There are a few dozen source packages in the archive that contain a file 
 called debian/rules.old.  In many cases, this was apparently the backup 
 copy during a cdbs conversion or something similar that should have 
 been removed.  If you appear below, please consider fixing this.
 [...]
 Florian Ernst [EMAIL PROTECTED]
xmms-crossfade

Umm, so you checked Stable?

Removing a tiny unused file from the source package doesn't quite fit
the guidelines for point releases, so I'm afraid this won't ever be
fixed.
Please make sure you run your test against a version where this glitch
can actually be fixed. ;)

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Martijn van Oosterhout
On 4/18/06, Rohan Dhruva [EMAIL PROTECTED] wrote:
 Package: general
 Severity: normal

 I want to use vim as my man pager. On other distros, and on sarge, I use this 
 line
 in my .bashrc

 # Set vim as the man pager
 export PAGER=col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' 
 -

I wonder if the problem is because man is splitting the command line
itself rather than letting a shell do it. That's not a bug though...

In any case,it seems to me the best solution is to create a scrupt in
/usr/local/bin called vipager and set your pager variable to that...
--
Martijn van Oosterhout [EMAIL PROTECTED] http://svana.org/kleptog/



Re: Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Jon Dowland
At 1145360089 past the epoch, Rohan Dhruva wrote:
 # Set vim as the man pager
 export PAGER=col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' 
 -

 In those systems, it displays the man page properly in vim with full
 color. However, on using the same line on sid, the error given is 
snip

I have a similar problem with setting $EDITOR to something like 
vim -gf: some programs pass this through to the shell, others look for
a binary named 'vim -gf' in $PATH.

Which is the correct behaviour and where is that defined, if at all?


-- 
Jon Dowland
http://alcopop.org/


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



Re: Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Loïc Minier
reassign 363250 man
retitle 363250 Please clarify how $PAGER is invoked in the man manpage
stop

Hi,

On Tue, Apr 18, 2006, Rohan Dhruva wrote:
 export PAGER=col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' 
 -

 This $PAGER definition makes the assumption that it's passed to sh -c
 (you use pipes and quotes).  The man manpage doesn't say that $PAGER is
 passed to sh -c, it says it will use $PAGER as the program to display
 the manual page.

 I suggest you use:
export PAGER=sh -c \col -b | view -c 'set ft=man nomod nolist 
titlestring=MANPAGE' -\

 which explicitely calls sh -c to handle pipes and quotes in the
 expected way.

 You may also use your own /usr/local/bin/pager with:
#!/bin/sh

col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' -
 and with PAGER=/usr/local/bin/pager.

 I am reassigning to man for the man manpage to be clarified with
 respect to the way $PAGER is called.

   Bye,
-- 
Loïc Minier [EMAIL PROTECTED]
You can gtk_main_run, but you can't gtk_widget_hide. --danw, 19-jul-04


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



Re: Debian Light Desktop - meta package

2006-04-18 Thread Jon Dowland
At 1144928811 past the epoch, Eduard Bloch wrote:
 As said, Gnome bloat. Use gqview or pornview.

The latter has been orphaned[1].

[1] http://bugs.debian.org/316934

-- 
Jon Dowland
http://alcopop.org/


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



Processed: Re: Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 363250 man
Bug#363250: general: Custom PAGER gives error on sid, but works on sarge
Warning: Unknown package 'man'
Bug reassigned from package `general' to `man'.

 retitle 363250 Please clarify how $PAGER is invoked in the man manpage
Bug#363250: general: Custom PAGER gives error on sid, but works on sarge
Warning: Unknown package 'man'
Changed Bug title.

 stop
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#363317: ITP: bitfuse -- Abstract scrolling shooter

2006-04-18 Thread Jan Luebbe
Package: wnpp
Severity: wishlist
Owner: Jan Luebbe [EMAIL PROTECTED]

* Package name: bitfuse
  Version : 0.11
  Upstream Author : Anton Olofsson [EMAIL PROTECTED]
* URL : http://www.cs.umu.se/~ens05aon/
* License : GPL
  Description : Abstract scrolling shooter

You are staying up late one night programming, when you suddenly feel
your mind getting overloaded from all that caffeine and syntax. You
decide to kick it back for 10 minutes and play a game...

Catch the cubes left behind when killing enemys in the correct order
before the time runs out. The order is dictated by the meter in the left
corner of the screen. Watch your life meter and see how far you can get.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-022stab070.6-enterprise
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#363326: ITP: winefish -- advanced Gtk+ LaTeX editor

2006-04-18 Thread Daniel Leidert
Package: wnpp
Severity: wishlist
Owner: Daniel Leidert [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: winefish
  Version : 1.3.3
  Upstream Author : Ky Anh [EMAIL PROTECTED]
* URL : http://winefish.berlios.de/
* License : GPL
  Programming Lang: C
  Description : advanced Gtk+ LaTeX editor


Winefish is a GTK+ based ILE (Integrated LaTeX Environment), which was
forked from the Bluefish project. The main features are:
.
 - autotext
 - auto-completion
 - function references
 - syntax highlighting
 - customizable external tools
 - UTF-8 support
.
Homepage: http://winefish.berlios.de
 
- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.08060320
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

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

iD8DBQFEROmTdg0kG0+YFBERAgMdAJ45qI4OICu4L/UX750OrvFY/zYrcwCfQVdn
gag4JCk000N0jwtPI/p7d1o=
=ZKaO
-END PGP SIGNATURE-


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



Re: Please remove rules.old

2006-04-18 Thread Dirk Eddelbuettel

On 18 April 2006 at 01:23, Benjamin Seidenberg wrote:
| Dirk Eddelbuettel wrote:
|  On 17 April 2006 at 22:42, Peter Eisentraut wrote:
|  | There are a few dozen source packages in the archive that contain a file 
|  | called debian/rules.old.  In many cases, this was apparently the backup 
|  | copy during a cdbs conversion or something similar that should have 
|  | been removed.  If you appear below, please consider fixing this.
| 
|  Sure, but why?  Doesn't exactly do harm, does it?
| 
|  Dirk   (not sub'ed on d-devel so please CC me)
| 
|
| Any unnecessary cruft is a waste of both mirror space and bandwidth. I
| know the college I'm going to next year has a 2 gb/month cap on the net.
| Anything over that, and you pay. (And I currently transfer 30+gb over
| lan+net...ouch).

A debian/rules file is almost surely under 5k __before compression__, so
while you may have identified a valid restriction at your campus, this has
nothing to do with it. 

Regards, Dirk

-- 
Hell, there are no rules here - we're trying to accomplish something. 
  -- Thomas A. Edison


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



Re: X11R7 and what this transition means for you

2006-04-18 Thread Eugene Konev

On Tue, 18 Apr 2006 11:05:38 +0200
Norbert Preining wrote:

 NP So I let the package depend on debhelper = 5.0.31, but:
 NP /etc/X11/fonts/Type1/foo.scale
 NP or
 NP /etc/X11/fonts/X11R7/Type1/foo.scale
 NP ?

/etc/X11/fonts/X11R7/Type1/foo.scale

 NP I would say that the former (the old location) would make more sense,
 NP since it does not really help to have the additional X11R7 in the
 NP /e/X/f/ hierachy. 

This will lead to alias and scale files having invalid entries if you
have fonts installed in both old (/usr/X11R6) and new (/usr/share)
locations. 


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



Re: Bits from the experimental autobuilder team (or: For Those Who Care About Experimental...)

2006-04-18 Thread Goswin von Brederlow
Wouter Verhelst [EMAIL PROTECTED] writes:

 [1] It might be possible to write an apt preferences file to fix this
 problem differently, but not doing that actually has its advantages,
 in that we force maintainers to actually know what experimental
 package versions they're build-depending on.

I'm thinking more of extending the capabilities of apt itself for 2
cases:

1)
apt-get install foo (= 1.2-3)
or
apt-get install foo=1.2-3

Sort the known versions of foo according to pin and version like now
but then, instead of picking the top one, pick the first one
fullfilling the version requirement. This could be foo=2.0-5.

2)

apt-get install foo

and foo Depends: bar (= 1.2-3)

Install bar = 1.2-3 even if it is not the top candidate. This should
be just like 

apt-get install foo bar (= 1.2-3)


One exception (or configure option) might be that it refuses to
downgrade or only uses pins over 100 or 500 or something. Or it won't
install a package with a pin lower than the already installed
package. Not sure what would be the most practical there.

MfG
Goswin


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



Re: X11R7 and what this transition means for you

2006-04-18 Thread Norbert Preining
On Die, 18 Apr 2006, Eugene Konev wrote:
 /etc/X11/fonts/X11R7/Type1/foo.scale

Thanks for clarifying this.

  NP I would say that the former (the old location) would make more sense,
  NP since it does not really help to have the additional X11R7 in the
  NP /e/X/f/ hierachy. 
 
 This will lead to alias and scale files having invalid entries if you
 have fonts installed in both old (/usr/X11R6) and new (/usr/share)
 locations. 

Ah, ok. Thanks.

Best wishes

Norbert

---
Dr. Norbert Preining preining AT logic DOT at Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
TIBSHELF (n.)
Criss-cross wooden construction hung on a wall in a teenage girl's
bedroom which is covered with glass bambies and poodles, matching pigs
and porcelain ponies in various postures.
--- Douglas Adams, The Meaning of Liff


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



Re: Bits from the experimental autobuilder team (or: For Those Who Care About Experimental...)

2006-04-18 Thread Frank Küster
Goswin von Brederlow [EMAIL PROTECTED] wrote:

 I'm thinking more of extending the capabilities of apt itself for 2
 cases:

 1)
 apt-get install foo (= 1.2-3)
 or
 apt-get install foo=1.2-3

 Sort the known versions of foo according to pin and version like now
 but then, instead of picking the top one, pick the first one
 fullfilling the version requirement. This could be foo=2.0-5.

That sounds sensible.

 2)

 apt-get install foo

 and foo Depends: bar (= 1.2-3)

 Install bar = 1.2-3 even if it is not the top candidate. This should
 be just like 

 apt-get install foo bar (= 1.2-3)

Without further precautions, this would make life harder for people who
currently use pinning.  If a package is broken, because it depends on
stuff only in experimental, it would just install the experimental
version, but I'd rather have a warning here.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)



Re: AMD64: etch and uploads

2006-04-18 Thread Pierre Habouzit
Le Mar 18 Avril 2006 16:41, Anthony Towns a écrit :
 Developers with amd64 machines are also now able to upload new
 versions of their package built locally

YEEES !

I guess this is also the begining of the slow agony of i386 buildd(s)...

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpJuJCcpcZEt.pgp
Description: PGP signature


Re: Please remove rules.old

2006-04-18 Thread Henrique de Moraes Holschuh
On Tue, 18 Apr 2006, Pierre Habouzit wrote:
 I will remove my rules.old in php-json because it's a mistake and I like 
 clean debian/ dirs. but please, not the bandwith argument for a file 

It is also annoying to try to figure out why someone left something behind
every time you have to deal with someone else's package.  You cannot just
assume they were lazy or did a half-assed job -- you'd be the one doing an
half-assed job then -- so you have to make triple sure the file is not there
because it has important historical information or whatever.   This is a big
waste of time.

So please always remove any and all cruft and unused/unneeded files from
your packaging directories.  It wastes the most scarse resource we have,
which is developer-hours.

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


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



Re: AMD64: etch and uploads

2006-04-18 Thread Stefano Zacchiroli
On Wed, Apr 19, 2006 at 12:41:50AM +1000, Anthony Towns wrote:
 Developers with amd64 machines are also now able to upload new versions
 of their package built locally (rather than in an i386 chroot) -- but
 in order to ensure dependencies are calculated correctly, please make
 sure you're building using Debian unstable and not packages from Ubuntu
 or the unofficial debian-amd64 archive; using pbuilder or debootstrap
 to create a chroot build environment might be helpful in this case.

In order to fulfill this requirement, is there a best practice / any
possible way to convert an amd64 box which has been installed from
debian-amd64 to an official debian amd64 box?

Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. -!-


signature.asc
Description: Digital signature


Re: Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Loïc Minier
reassign 363250 man-db
retitle 363250 please clarify in the man manpage how $PAGER is invoked
stop

Hi,

On Tue, Apr 18, 2006, Rohan Dhruva wrote:
 I suggest you use:
 export PAGER=sh -c \col -b | view -c 'set ft=man nomod nolist
 titlestring=MANPAGE' -\
 That didnt work.

 It works here, under zsh as well as under bash.  Check with a new user.
 Are you using aliases?

 man: command exited with status 256: /usr/bin/zsoelim /tmp/zmanqn0tzd | /usr/
 bin/tbl | /usr/bin/nroff -mandoc -rLL=89n -rLT=89n -Tutf8 | sh -c col -b | 
 view
 -c 'set ft=man nomod nolist titlestring=MANPAGE' -

 I don't see anything similar being called on my system.

 I suggest you run something like:
strace -o foo.strace -f -e execve -e signal= -q -v -s 200 man vim
 and attach the resulting foo.strace (warning: contains sensitive
 information).

 Also, please mention the version of man you are using (dpkg -l man-db),
 and your environment (env  foo.env, warning: contains sensitive
 information).

   Bye,

-- 
Loïc Minier [EMAIL PROTECTED]
You can gtk_main_run, but you can't gtk_widget_hide. --danw, 19-jul-04


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



Re: AMD64: etch and uploads

2006-04-18 Thread Kurt Roeckx
On Tue, Apr 18, 2006 at 12:17:54PM -0400, Stefano Zacchiroli wrote:
 On Wed, Apr 19, 2006 at 12:41:50AM +1000, Anthony Towns wrote:
  Developers with amd64 machines are also now able to upload new versions
  of their package built locally (rather than in an i386 chroot) -- but
  in order to ensure dependencies are calculated correctly, please make
  sure you're building using Debian unstable and not packages from Ubuntu
  or the unofficial debian-amd64 archive; using pbuilder or debootstrap
  to create a chroot build environment might be helpful in this case.
 
 In order to fulfill this requirement, is there a best practice / any
 possible way to convert an amd64 box which has been installed from
 debian-amd64 to an official debian amd64 box?

I use the following:
apt-get clean
apt-get --reinstall install -d `dpkg --get-selections |grep -v deinstall | sed 
-e 's/\t.*//' `
cd /var/cache/apt/archives
dpkg -i *.deb

You can't do it without the -d, apt-get seems to have a problem
with depedency loops.

Note that it might complain about packages it can't (re)install,
in my case those were all packages that have been replaced.  You
should remove those.


Kurt


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



Re: AMD64: etch and uploads

2006-04-18 Thread Frank Küster
Stefano Zacchiroli [EMAIL PROTECTED] wrote:

 On Wed, Apr 19, 2006 at 12:41:50AM +1000, Anthony Towns wrote:
 Developers with amd64 machines are also now able to upload new versions
 of their package built locally (rather than in an i386 chroot) -- but
 in order to ensure dependencies are calculated correctly, please make
 sure you're building using Debian unstable and not packages from Ubuntu
 or the unofficial debian-amd64 archive; using pbuilder or debootstrap
 to create a chroot build environment might be helpful in this case.

 In order to fulfill this requirement, is there a best practice / any
 possible way to convert an amd64 box which has been installed from
 debian-amd64 to an official debian amd64 box?

I recommend not to try it.  I think packages that are uploaded to Debian
should be compiled in a clean, up-to-date pbuilder environment, or
something equivalent.  Not on a machine that's used for working, that
might have other build-dependency alternatives installed than pbuilder
would pick, or maybe has undeclared build-deps installed.

Since debootstrap works for amd64 in unstable, setting up a pbuilder
chroot should work as for any other arch, I guess.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)



Re: AMD64: etch and uploads

2006-04-18 Thread Pierre Habouzit
Le Mar 18 Avril 2006 18:17, Stefano Zacchiroli a écrit :
 On Wed, Apr 19, 2006 at 12:41:50AM +1000, Anthony Towns wrote:
  Developers with amd64 machines are also now able to upload new
  versions of their package built locally (rather than in an i386
  chroot) -- but in order to ensure dependencies are calculated
  correctly, please make sure you're building using Debian unstable
  and not packages from Ubuntu or the unofficial debian-amd64
  archive; using pbuilder or debootstrap to create a chroot build
  environment might be helpful in this case.

 In order to fulfill this requirement, is there a best practice / any
 possible way to convert an amd64 box which has been installed from
 debian-amd64 to an official debian amd64 box?

using a clean new pbuilder also just works
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgp3djhjYDM2E.pgp
Description: PGP signature


Re: Testing transitions before uploading to unstable

2006-04-18 Thread Junichi Uekawa
Hi,

 I didn't suggest it as a layer in the
 stable/testing/unstable/experimental spectrum. Rather, it is meant to be
 orthogonal to them, a completely new system. For example, there's no
 need to restrict uploads to DDs.

Would it be an incentive if there was extra points granted for
independent package reverse-build-dep testing ?  Note that
reverse-build-dep is not going to test everything, but it's one way of
ensuring that we don't get broken builds.

My vision is to either

1. allow uploads to incoming but delay installation to unstable until 
   enough independent testing is done

2. allow uploads to unstable but delay testing until enough
   independent testing is done.


We're currently doing deduction-based QA based on user-reported bug
reports; we might as well start doing some addition-based QA.

This kind of distributed processing might just be feasible. 



regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Re: Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Rohan Dhruva
On 4/18/06, Loïc Minier [EMAIL PROTECTED] wrote:
reassign 363250 manretitle 363250 Please clarify how $PAGER is invoked in the man manpagestopHi,On Tue, Apr 18, 2006, Rohan Dhruva wrote: export PAGER=col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' -
 This $PAGER definition makes the assumption that it's passed to sh -c (you use pipes and quotes).The man manpage doesn't say that $PAGER is passed to sh -c, it says it will use $PAGER as the program to display
 the manual page. I suggest you use:export PAGER=sh -c \col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' -\That didnt work. [EMAIL PROTECTED]
 ~]$ export PAGER=sh -c \col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' -\[EMAIL PROTECTED] ~]$ echo $PAGERsh -c col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' -
[EMAIL PROTECTED] ~]$ man vimReformatting vim(1), please wait...view: -s option is only applicable to ex.man: command exited with status 256: /usr/bin/zsoelim /tmp/zmanqn0tzd | /usr/bin/tbl | /usr/bin/nroff -mandoc -rLL=89n -rLT=89n -Tutf8 | sh -c col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' -
[EMAIL PROTECTED] ~]$ which explicitely calls sh -c to handle pipes and quotes in the
 expected way. You may also use your own /usr/local/bin/pager with:#!/bin/shcol -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' - and with PAGER=/usr/local/bin/pager.
 I am reassigning to man for the man manpage to be clarified with respect to the way $PAGER is called.Which did not work either. [EMAIL PROTECTED] ~]$ cat /usr/local/bin/vipager#!/bin/sh
col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' -[EMAIL PROTECTED] ~]$ export PAGER=/usr/local/bin/vipager[EMAIL PROTECTED] ~]$ echo $PAGER/usr/local/bin/vipager[EMAIL PROTECTED] ~]$ man manReformatting man(1), please wait...
view: -s option is only applicable to ex.man: command exited with status 256: /usr/bin/zsoelim /tmp/zmansyaLax | /usr/bin/tbl | /usr/bin/nroff -mandoc -rLL=89n -rLT=89n -Tutf8 | /usr/local/bin/vipager[EMAIL PROTECTED]
 ~]$Thanks for the help, please keep the ideas coming :)Rohan.-- Rohan DhruvaProud GNU/Linux user.Windows: Where do you want to go today?Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming or what?http://www.dhruva.be/


Re: Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Rohan Dhruva
Also, IMHO, topic is a bit wrong .. this bug applies to all man pages, not only the man manpage. Regards,-- Rohan DhruvaProud GNU/Linux user.Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?FreeBSD: Are you guys coming or what?http://www.dhruva.be/


Re: Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Rohan Dhruva
retitle 363250 Please clarify how $PAGER is invoked for any manpage.stopSorry for the spam, I did not know I can retitle bugs myself.-- Rohan DhruvaProud GNU/Linux user.Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?FreeBSD: Are you guys coming or what?http://www.dhruva.be/


Re: [Pbuilder-maint] Bug#363193: pbuilder-satisfydepends does not support new style architecture specifications

2006-04-18 Thread Junichi Uekawa
Hi,

   pbuilder-satisfydepends does not understand architecture specifications
   like linux-any in build dependencies, which dpkg-dev introduced
   recently (e.g., Build-Depends: libasound2-dev [linux-any]).  I am at a
   Linux system and see
 
  Which version of dpkg?
 
 I'm using 1.13.17, but the feature was introduced in 1.13.12, in case that is 
 what you were wondering.

Thanks.

If it's a feature added in that version, it's probably not for general
consumption before etch release.

But anyway, pbuilder should better support it by etch.
Ho hum.


So, how do I expand the wildcards ?
y

c.f. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291939

regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Re: Bug#362584: ITP: xindy -- a flexible indexing system

2006-04-18 Thread Graham Wilson
On Tue, Apr 18, 2006 at 09:52:22AM +0200, Frank K?ster wrote:
 J?rg Sommer [EMAIL PROTECTED] wrote:
  * Package name: xindy
Version : 2.2-beta2-1
Upstream Author : Joachim Schrod [EMAIL PROTECTED]
  * URL : http://xindy.sourceforge.net/
  * License : GPL
Programming Lang: C, LISP
Description : a flexible indexing system
 
 Here comes the usual comment:  Please make sure to follow the Debian TeX
 Policy Draft in /usr/share/tex-common/.  I wanted to try out myself
 whether there are any issues, but it fails to build with 

/usr/share/doc/tex-common/, in case anyone was confused like I was.

-- 
gram


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



Re: Bits from the experimental autobuilder team (or: For Those Who Care About Experimental...)

2006-04-18 Thread Ken Bloom
Frank Küster [EMAIL PROTECTED] wrote:
 Goswin von Brederlow [EMAIL PROTECTED] wrote:
 
 I'm thinking more of extending the capabilities of apt itself for 2
 cases:

 1)
 apt-get install foo (= 1.2-3)
 or
 apt-get install foo=1.2-3

 Sort the known versions of foo according to pin and version like now
 but then, instead of picking the top one, pick the first one
 fullfilling the version requirement. This could be foo=2.0-5.
 
 That sounds sensible.
 
 2)

 apt-get install foo

 and foo Depends: bar (= 1.2-3)

 Install bar = 1.2-3 even if it is not the top candidate. This should
 be just like 

 apt-get install foo bar (= 1.2-3)
 
 Without further precautions, this would make life harder for people who
 currently use pinning.  If a package is broken, because it depends on
 stuff only in experimental, it would just install the experimental
 version, but I'd rather have a warning here.
 
 Regards, Frank

Install the necessary version even if it's not the top choice, but
only if the priority is higher than a given threshold (say 50).

Then normal users get experimental pinned at 1 as it is now, but the
experimental autobuilders get experimental pinned at 51 using
/etc/apt/preferences.

--Ken Bloom

-- 
I usually have a GPG digital signature included as an attachment.
See http://www.gnupg.org/ for info about these digital signatures.



Re: AMD64: etch and uploads

2006-04-18 Thread Andrew M.A. Cater
Frank Kuester wrote
 Stefano Zacchiroli [EMAIL PROTECTED] wrote:
 
  In order to fulfill this requirement, is there a best practice / any
  possible way to convert an amd64 box which has been installed from
  debian-amd64 to an official debian amd64 box?
 

You could always try what I did today at work :) Boot from AMD64
unofficial Sarge images and install the barest minimum.  Reboot,
change your sources list to point to a current Debian mirror to
the Sid/unstable tree on that mirror.  My local copy of my mirror 
is about a week or so old - so I missed all the Xorg 7.0 fun by about 
a day or so :)

Works like an absolute charm :) Five machines installed that way so far
today - a sixth is half installed and seventh should be done tomorrow a.m. :)

I couldn't have done this on any other distribution with as little
trouble. I was very fortunate in that the hardware was all basically
supported under Sarge - as reported to the amd64 list, the current 
testing DVD's and d-i CD image appear to require an AMD64-specific
mirror to be available, which causes problems when you haven't got
'Net access readily available :(

Andy

 I recommend not to try it.  I think packages that are uploaded to Debian
 should be compiled in a clean, up-to-date pbuilder environment, or
 something equivalent.  Not on a machine that's used for working, that
 might have other build-dependency alternatives installed than pbuilder
 would pick, or maybe has undeclared build-deps installed.
 
 Since debootstrap works for amd64 in unstable, setting up a pbuilder
 chroot should work as for any other arch, I guess.
 
 Regards, Frank
 -- 
 Frank K?ster
 Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. 
 Z?rich
 Debian Developer (teTeX)


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



Re: Re: new version breaks some uses of unput()

2006-04-18 Thread Ed Himwich
Okay maybe defining the function in the rules section does solve the 
problem. However, this can have the effect of putting bug hunks of C 
code in the rules section. This would seem to be bad coding style as 
already suggested. It would seem that (at least one of) the uses of the 
user code section is to make it possible to avoid this.


Is undefining these items (like yytext_ptr) at the end of the rules just 
being fastidious or is it really necessary for the new functionality?


Manoj Srivastava wrote:

On Tue, 15 Apr 2003 12:44:49 -0400,
Joey Hess [EMAIL PROTECTED] said: 


  Manoj Srivastava wrote:
  Flex sets up a number of things that are available in the rules
  section, and now cleans it all up before polluting the user
  namespace. Now, actions can be any C statement, but using
  functions that in turn use flex macros is going to be a problem
  since declaring the function is going to be problematic.
 
  Some of these changes were driven by the need to make flex
  scanners reentrant, others by hte requirements for having multiple
  scanners, perhaps with different options, in the same program.

  It seems to promote bad coding style to require that reasonable
  little functions like this:

eos() {
if (yytext[yyleng-1] == '.')
dintI();
else
yyunput(yytext[yyleng-1], yytext);
 

  Must be inlined into the rules block or defined as macros or
  something, instead of just being defined as regular functions.

	Not quite. 
--

   In the rules section, any indented or %{ %} enclosed text appearing
before the first rule may be used to declare variables which are local
to the scanning routine and (after the declarations) code which is to be
executed whenever the scanning routine is entered.  Other indented or
%{ %} text in the rule section is still copied to the output, but its
meaning is not well-defined and it may well cause compile-time errors
(this feature is present for POSIX compliance. See *Note Lex and Posix::, for
other such features).

   Any _indented_ text or text enclosed in `%{' and `%}' is copied
verbatim to the output (with the %{ and %} symbols removed).  The %{
and %} symbols must appear unindented on lines by themselves.
--

I'll attach a file at the end that uses functions once
 again. Just the placement of these function definitions has changed.

   Oh and why do I need an expliciy main() and yyweap() function
   now?  This code always worked before with flex generating stub
   functions automatically. The real code is in the filters
   package, in cockney.l, jive.l, and others.
 
  With multiple scanners now possible in the same program, flex
  would not know where to put main, obviously, it shoulkd not
  generate stubs in all the scanners generated.
 
  What is yyweap?

  Typo for yywrap.

   You must supply a `yywrap()' function of your own, or link to
`libfl.a' (which provides one), or use


 %option noyywrap

   in your source to say you don't want a `yywrap()' function.

manoj


%{
/* COMMENT: code block */
%}

%option noyywrap
/* COMMENT: Definitions Section */
BW [ \t\n]
SP [ \t]+
EW [ \t.,;!\?$]
%%
  /* COMMENT: Rules Section */
%{
/* COMMENT: Define function */
void foo () { unput(yytext[yyleng-1]); }
%}
foo  /* COMMENT: after regex */   foo(); /* COMMENT: after code block */
 /* COMMENT: Rules Section (indented) */
%%
 /* User COMMENT: Code Section */
int
main(void) {
yylex();
}

--



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



Release on people.debian.org

2006-04-18 Thread Shaun Jackman
What format should Origin and Label be set to for Release files on
people.debian.org? It seems to me there should be some best common
practice for Debian developers publishing extra-experimental packages.
I thought the two labels should be set to some selection of...

Shaun Jackman [EMAIL PROTECTED]
Shaun Jackman
sjackman

... but how should these candidate values be mapped to Origin and Label?

Cheers,
Shaun


Re: Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Rohan Dhruva
On 4/18/06, Loïc Minier [EMAIL PROTECTED] wrote:
 reassign 363250 man-db
 retitle 363250 please clarify in the man manpage how $PAGER is invoked
 stop

 Hi,

 On Tue, Apr 18, 2006, Rohan Dhruva wrote:
  I suggest you use:
  export PAGER=sh -c \col -b | view -c 'set ft=man nomod nolist
  titlestring=MANPAGE' -\
  That didnt work.

  It works here, under zsh as well as under bash.  Check with a new user.
  Are you using aliases?

test is an absolutely new freshly created user.
[EMAIL PROTECTED]:~$ echo $PAGER
sh -c col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' -
[EMAIL PROTECTED]:~$ man vim
Reformatting vim(1), please wait...
view: -s option is only applicable to ex.
man: command exited with status 256: /usr/bin/zsoelim /tmp/zmanujhMpV
| /usr/bin/tbl | /usr/bin/nroff -mandoc -rLL=89n -rLT=89n -Tutf8 | sh
-c col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' -
[EMAIL PROTECTED]:~$

  man: command exited with status 256: /usr/bin/zsoelim /tmp/zmanqn0tzd | 
  /usr/
  bin/tbl | /usr/bin/nroff -mandoc -rLL=89n -rLT=89n -Tutf8 | sh -c col -b | 
  view
  -c 'set ft=man nomod nolist titlestring=MANPAGE' -

  I don't see anything similar being called on my system.

  I suggest you run something like:
 strace -o foo.strace -f -e execve -e signal= -q -v -s 200 man vim
  and attach the resulting foo.strace (warning: contains sensitive
  information).

Attached file -- man.strace


  Also, please mention the version of man you are using (dpkg -l man-db),
  and your environment (env  foo.env, warning: contains sensitive
  information).

[EMAIL PROTECTED] ~]$ dpkg -l man-db
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  man-db2.4.3-3   The on-line manual pager

Attached file - man.env

Thanks for the help, in case any more information is needed, please
dont hesitate to ask. Also, the alias'es I use the are same as the
ones in other distros, including sarge. I am attaching my .bashrc too,
for reference.

Regards,
Rohan.
--
Rohan Dhruva
Proud GNU/Linux user.
Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming or what?
http://www.dhruva.be/


bashrc
Description: Binary data


man.env
Description: Binary data


man.strace
Description: Binary data


Re: Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Adeodato Simó
* Rohan Dhruva [Tue, 18 Apr 2006 22:30:29 +0530]:

 view: -s option is only applicable to ex.

  % /usr/sbin/update-alternatives --display view | grep current

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
— Quieto parao. Usted no está en condiciones de ir a ningún sitio.
  Dígame dónde está la muchacha y yo iré a por ella.
— No sé dónde está.
— Le voy a pedir que sea algo más específico.
-- Carlos Ruiz Zafón, “La sombra del viento”


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



Re: Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Loïc Minier
On Tue, Apr 18, 2006, Adeodato Simó wrote:
  view: -s option is only applicable to ex.
   % /usr/sbin/update-alternatives --display view | grep current

 (I redirected the discussion to the bug report for the second time;
 FYI, it was nview.)

-- 
Loïc Minier [EMAIL PROTECTED]
You can gtk_main_run, but you can't gtk_widget_hide. --danw, 19-jul-04


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



Re: Bug#362584: ITP: xindy -- a flexible indexing system

2006-04-18 Thread Joerg Sommer
Hi Frank,

Frank Küster [EMAIL PROTECTED] wrote:
 [Cc'ing you 'cause I don't know whether you're subscribed to -devel]

I am subscribed.

 Jörg Sommer [EMAIL PROTECTED] wrote:

 * Package name: xindy
   Version : 2.2-beta2-1
   Upstream Author : Joachim Schrod [EMAIL PROTECTED]
 * URL : http://xindy.sourceforge.net/
 * License : GPL
   Programming Lang: C, LISP
   Description : a flexible indexing system

 Here comes the usual comment:  Please make sure to follow the Debian TeX
 Policy Draft in /usr/share/tex-common/.

Xindy does not provide any tex, style or class files. Are there any
other files covered by the TeX policy?

 I wanted to try out myself whether there are any issues, but it fails
 to build with 

Can you send me the whole build log? Do you have automake or autoconf
installed? I've noticed that the build process fails if they are,
because the configure files get recreated and overwrite my changes. I
solved this with

% export ACLOCAL=/bin/true AMTAR=/bin/true AUTOCONF=/bin/true \
AUTOHEADER=/bin/true AUTOMAKE=/bin/true MAKEINFO=/bin/true
% dpkg-buildpackage ...

but this looks more like a hack. I don't know why they get recreated and
how to prevent this. I don't want to patch the .am files, because this is
not needed.

Regards and thanks for your effort, Jörg.
-- 
Failure is not an option. It comes bundled with your Microsoft product.


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



Re: Debian Light Desktop - meta package

2006-04-18 Thread Eduard Bloch
#include hallo.h
* Don Armstrong [Sun, Apr 16 2006, 11:35:07PM]:
 On Sun, 16 Apr 2006, Eduard Bloch wrote:
  Much, much, much? Where? Some eye-catchers (collage, HTTP client
  builtin) but not much for daily use for a desktop system:
  
   - no picture browser GUI
 
 Uh... feh -t .; 

Primitive and uncomfortable. Does not even allow to scroll that preview
image.

   - no picture management function
 
 mv, rm, rename. Check. [feh -A 'mv %f foo/%n' if you want something
 else...]

Cannot see mv/rm/rename in the GUI elements (menus). Forcing a desktop
user to use CLI for such basic functions is somehow odd. AFAICS no
advanced functions are available either, eg. EXIF data display,
something that every modern digicam adds to JPEG pictures. Or comparing
two directories and displaying which images are new.

   - image quality not sufficiently adaptable to system's performance
 
 I have no clue what this means.

The way it renders the pictures/thumbnails? Interpolation, dithering
algorithms. On a slow machine I would prefer to use the fastest method
unless I need the better quality and _then_ I would like to change the
prefs inside the GUI. I get all that with gqview. I miss all that in
feh.

 Now, if you're arguing that this may not be appropriate for those who
 are afraid of a command line or a program that has more than 50
 command line options, that may be the case... but it definetly gets
 rid of the bloat present in other image viewers. [This is probably YA

Please, try gqview before judging.

Regards,
Eduard.


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



Re: So we got caught, so what? But we did the right thing.

2006-04-18 Thread Eldon Koyle
On  Mar 21  8:03-0800, Thomas Bushnell BSG wrote:
 Manoj Srivastava [EMAIL PROTECTED] writes:
 
  On 20 Mar 2006, Greg Conner told this:
 
  So we got caught trying to br BYU students.  You guys win that
  battle.
 
  Interestingly enough:
   
  ,[ http://honorcode.byu.edu/Ecclesiastical_Endorsement.htm ]
  |  Requirements
  | 
  | Whether on or off campus, or between semesters, all students are
  | expected to abide by the Honor Code, which includes: the Academic
  | Honesty Policy, the Dress and Grooming Standards, and the Residential
  | Living Standards. Students are required to be in good Honor Code
  | Standing to graduate. 
  `
 
 As you probably already know, Manoj, Honor Codes like this are not
 meant to be applied as strictly as they claim.
 
 The strictness is intended to provide only for the exercise of power.
 Gay students at BYU can expect to be expelled instantly, on the
 grounds that the Honor Code knows no flexibility or compassion; and
 then, as we have seen and can expect, lying is tolerated.

Actually, I think BYU takes their honor code very seriously (with the
exception of the football team).  If you were to report such behavior to
the proper person, there would likely be some disciplinary action taken
to match the seriousness of the offense (impersonating someone could be
considered quite serious).  And to be fair, any students involved in
extramarital sexual relations should expect immediate expulsion (if
anyone found out), this is not selectively applied to gay people.

--
Eldon
-- 
BOFH excuse #202:
kernel panic: write-only-memory (/dev/wom0) capacity exceeded.


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



Re: /etc/apt/preferences (was: Bug#354674: What on earth?)

2006-04-18 Thread Hubert Chan
On Tue, 18 Apr 2006 09:29:14 +0200, Marc Haber [EMAIL PROTECTED] said:

 On Sun, 16 Apr 2006 19:19:40 +0200, Pierre HABOUZIT
 [EMAIL PROTECTED] wrote:
 it's already quite penible to use experimental (to avoid to pull
 every single experimental package, you have to edit your
 /etc/apt/preferences,

 Furthermore, /etc/apt/preferences doesn't allow wildcarded package
 names - it's either the complete distribution or a single package
 per stanza, which is a major annoyance.

I use:

Package: *
Pin: release a=experimental
Pin-Priority: 101

which results in packages that I installed from experimental
automatically tracking experimental, while all the other packages track
sid.  I don't quite understand exactly why it works...

-- 
Hubert Chan - email  Jabber: [EMAIL PROTECTED] - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA   (Key available at wwwkeys.pgp.net)
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA


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



Re: So we got caught, so what? But we did the right thing.

2006-04-18 Thread Thomas Bushnell BSG
Eldon Koyle [EMAIL PROTECTED] writes:

 Actually, I think BYU takes their honor code very seriously (with the
 exception of the football team).  If you were to report such behavior to
 the proper person, there would likely be some disciplinary action taken
 to match the seriousness of the offense (impersonating someone could be
 considered quite serious).  And to be fair, any students involved in
 extramarital sexual relations should expect immediate expulsion (if
 anyone found out), this is not selectively applied to gay people.

So, if a married same-sex couple were students at BYU, that would be
fine?

Thomas


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



Re: So we got caught, so what? But we did the right thing.

2006-04-18 Thread Thomas Bushnell BSG
Eldon Koyle [EMAIL PROTECTED] writes:

 Actually, I think BYU takes their honor code very seriously (with the
 exception of the football team).  If you were to report such behavior to
 the proper person, there would likely be some disciplinary action taken
 to match the seriousness of the offense (impersonating someone could be
 considered quite serious).  And to be fair, any students involved in
 extramarital sexual relations should expect immediate expulsion (if
 anyone found out), this is not selectively applied to gay people.

BYU will happily expel gay people who do such things as kiss, even if
they are not sexually active.


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



Re: So we got caught, so what? But we did the right thing.

2006-04-18 Thread Thomas Bushnell BSG
Eldon Koyle [EMAIL PROTECTED] writes:

 Actually, I think BYU takes their honor code very seriously (with the
 exception of the football team).

What does such an exception mean?  That the honor code isn't really
taken seriously? 


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



Re: So we got caught, so what? But we did the right thing.

2006-04-18 Thread Eldon Koyle
On  Apr 18 20:28-0700, Thomas Bushnell BSG wrote:
 Eldon Koyle [EMAIL PROTECTED] writes:
 
  Actually, I think BYU takes their honor code very seriously (with the
  exception of the football team).
 
 What does such an exception mean?  That the honor code isn't really
 taken seriously? 

I was being cynical, I don't know if they really make exceptions for the
football team.  I was alluding to the fact that it could be quite
difficult to keep a football team under the BYU honor code.

-- 
If entropy is increasing, where is it coming from?


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



Re: So we got caught, so what? But we did the right thing.

2006-04-18 Thread Eldon Koyle
On  Apr 18 20:27-0700, Thomas Bushnell BSG wrote:
 So, if a married same-sex couple were students at BYU, that would be
 fine?
 

BYU is a private, religious school.  The church which runs it will never
acknowledge a same-sex couple as married.  Also, most states do not
recognize same-sex marriages in the first place.  In the belief system
of this religion, said marriages cannot make sense.

--
Eldon
-- 
BOFH excuse #144:
Too few computrons available.


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



Re: So we got caught, so what? But we did the right thing.

2006-04-18 Thread Thomas Bushnell BSG
Eldon Koyle [EMAIL PROTECTED] writes:

 On  Apr 18 20:27-0700, Thomas Bushnell BSG wrote:
 So, if a married same-sex couple were students at BYU, that would be
 fine?

 BYU is a private, religious school.  The church which runs it will never
 acknowledge a same-sex couple as married.  Also, most states do not
 recognize same-sex marriages in the first place.  In the belief system
 of this religion, said marriages cannot make sense.

As I said, the BYU honor code is enforced strictly against gay
students, and laxly agaist others.  There is ample evidence of this.

Moreover, pointing to the reason for BYU's bigotry does not somehow
turn them into a non-bigoted instutitution.  Their bigotry is bigotry
whatever label they give it.

My point is that the honor code is *not* equitable, and is not
enforced equitably.  The honor code prohibits gay people from even
holding hands, while allowing suitably private heterosexual
equivalents.  And (as you happily note) the institution does not
recognize certain married couples.  Once, it refused to recognize
interracial marriages.  Now it refuses to recognize same-sex couples.

But BYU does not decide who is married.  If a same-sex couple is
married, and BYU does not recognize them (whatever that means), this
is *exactly* what one means by saying they have anti-gay bigotry and
bias, and that they do *not* treat gay and straight people equally.

Your deliciously deceptive statement, that heck, *all* extramarital
sex is frowned upon, but marital sex is fine, is not, in fact, right.
In the eyes of BYU, some marriages are more equal than others.

Thomas


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



Re: So we got caught, so what? But we did the right thing.

2006-04-18 Thread Ron Johnson
On Tue, 2006-04-18 at 21:14 -0700, Thomas Bushnell BSG wrote:
 Eldon Koyle [EMAIL PROTECTED] writes:
 
  On  Apr 18 20:27-0700, Thomas Bushnell BSG wrote:
  So, if a married same-sex couple were students at BYU, that would be
  fine?
 
  BYU is a private, religious school.  The church which runs it will never
  acknowledge a same-sex couple as married.  Also, most states do not
  recognize same-sex marriages in the first place.  In the belief system
  of this religion, said marriages cannot make sense.
 
[snip]
 
 Your deliciously deceptive statement, that heck, *all* extramarital
 sex is frowned upon, but marital sex is fine, is not, in fact, right.
 In the eyes of BYU, some marriages are more equal than others.

Is same-sex marriage legally recognized in Utah?  If not, then 
there is only hetero marriage.  You can't discriminate against
what doesn't exist.

Anyway, this is getting pretty far OT.  Shouldn't it be moved to
debian-user? :-O

-- 
-
Ron Johnson, Jr.
Jefferson, LA USA

It is a fair summary of history to say that the safeguards of
liberty have been forged in controversies involving not very nice
people.
Felix Frankfurter, Supreme Court Justice


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



Re: So we got caught, so what? But we did the right thing.

2006-04-18 Thread Thomas Bushnell BSG
Ron Johnson [EMAIL PROTECTED] writes:

 Is same-sex marriage legally recognized in Utah?  If not, then 
 there is only hetero marriage.  You can't discriminate against
 what doesn't exist.

To my knowledge, the courts of Utah have never said anything about
same-sex marriages entered into in other jurisdictions.

Still, regardless of whether the state of Utah recognizes a marriage,
that is surely a different question from whether the marriage has, in
fact, occurred.

Thomas


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



Re: So we got caught, so what? But we did the right thing.

2006-04-18 Thread Ron Johnson
On Tue, 2006-04-18 at 21:48 -0700, Thomas Bushnell BSG wrote:
 Ron Johnson [EMAIL PROTECTED] writes:
 
  Is same-sex marriage legally recognized in Utah?  If not, then 
  there is only hetero marriage.  You can't discriminate against
  what doesn't exist.
 
 To my knowledge, the courts of Utah have never said anything about
 same-sex marriages entered into in other jurisdictions.
 
 Still, regardless of whether the state of Utah recognizes a marriage,
 that is surely a different question from whether the marriage has, in
 fact, occurred.

Making that distinction is, IMO, cracking open a very large barrel
of very nasty monkeys.

-- 
-
Ron Johnson, Jr.
Jefferson, LA USA

Whatever may be the moral ambiguities of the so-called demoratic
nations and however serious may be their failure to conform
perfectly to their democratic ideals, it is sheer moral
perversity to equate the inconsistencies of a democratic
civilization with the brutalities which modern tyrannical states
practice.
Reinhold Nieburhr, ca. 1940


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



Re: So we got caught, so what? But we did the right thing.

2006-04-18 Thread Thomas Bushnell BSG
Ron Johnson [EMAIL PROTECTED] writes:

 Still, regardless of whether the state of Utah recognizes a marriage,
 that is surely a different question from whether the marriage has, in
 fact, occurred.

 Making that distinction is, IMO, cracking open a very large barrel
 of very nasty monkeys.

Not really.  Suppose we have two seventeen-year-olds, whose parents
are opposed to their marriage.  In Utah, you can only get married
without parental consent if you are eighteen.  But these happy folks
of seventeen are in Mississippi, where their marriage is legal even
without parental consent.  

Then, they move to Utah, and enroll in BYU.  Would BYU say ah, in
Utah, you cannot be married until you are eighteen, so, sorry, no, you
are expelled?!  Of course not.  BYU would say, While you cannot
marry in Utah at your age, you can in Mississippi, and you did, and
God bless, you are married.

So the rule BYU would invoke would not be we only recognize marriages
that would be legal under the laws of Utah.  The rule would be we
recognize different-sex marriages no matter where performed, provided
they are legal under the local laws where performed, and same sex
marriages, never, no matter what.

Thomas


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



Re: Bug#363250: general: Custom PAGER gives error on sid, but works on sarge

2006-04-18 Thread Henning Makholm
Scripsit Loïc Minier [EMAIL PROTECTED]

  I suggest you use:
 export PAGER=sh -c \col -b | view -c 'set ft=man nomod nolist 
 titlestring=MANPAGE' -\

  which explicitely calls sh -c to handle pipes and quotes in the
  expected way.

Policy does not really specify how to handle $PAGER and its friends,
but I have always assumed that it was OK for a package to do things
like (error checking omitted for clarity):

if( fork() == 0 ) {
char *pager = getenv(PAGER);
if( pager == NULL ) pager = /usr/bin/pager ;
execlp(getenv(PAGER),filename,NULL);
}
wait(NULL);

In that case, PAGER has to be set to just the name of a program, with
no parameters or metacharacters embedded.

  You may also use your own /usr/local/bin/pager with:
 #!/bin/sh

 col -b | view -c 'set ft=man nomod nolist titlestring=MANPAGE' -
  and with PAGER=/usr/local/bin/pager.

I think that is the more robust way for a user to do such things, and
the way that should be documented.

  I am reassigning to man for the man manpage to be clarified with
  respect to the way $PAGER is called.

Is this a man-specific problem? I would say it is a general problem of
policy being vague.

-- 
Henning Makholm   There were few families that didn't have at least
 one hopeful who, from Reading Day on, was the great
   hope because of the way he handled his trisyllabics.


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



Accepted pessulus 0.9.1-2 (source all)

2006-04-18 Thread Guilherme de S. Pastore
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 00:03:00 -0300
Source: pessulus
Binary: pessulus
Architecture: source all
Version: 0.9.1-2
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore [EMAIL PROTECTED]
Changed-By: Guilherme de S. Pastore [EMAIL PROTECTED]
Description: 
 pessulus   - lockdown editor for GNOME
Closes: 345450
Changes: 
 pessulus (0.9.1-2) unstable; urgency=low
 .
   * Upload to unstable. (Closes: #345450)
 .
   * debian/control.in: updated e-mail address.
Files: 
 4e269cf80968a3adbb4cdab5e9dd7a1b 1615 admin optional pessulus_0.9.1-2.dsc
 ea9a2b67700d0b3b294fc04244c9a737 7112 admin optional pessulus_0.9.1-2.diff.gz
 16478e9853cc84cb9182b0f69b7712c7 53028 admin optional pessulus_0.9.1-2_all.deb

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

iD8DBQFERFqGGJU/LHOwJZIRAk50AJ9g0JIgCinuLd4sYbPJPWzrK+FtqQCgwT47
qVzhmFv9X98HgiSsDE5xLJ0=
=+M7I
-END PGP SIGNATURE-


Accepted:
pessulus_0.9.1-2.diff.gz
  to pool/main/p/pessulus/pessulus_0.9.1-2.diff.gz
pessulus_0.9.1-2.dsc
  to pool/main/p/pessulus/pessulus_0.9.1-2.dsc
pessulus_0.9.1-2_all.deb
  to pool/main/p/pessulus/pessulus_0.9.1-2_all.deb


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



Accepted aewm 1.3.7-1 (source i386)

2006-04-18 Thread Decklin Foster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 17 Apr 2006 23:05:12 -0400
Source: aewm
Binary: aewm
Architecture: source i386
Version: 1.3.7-1
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster [EMAIL PROTECTED]
Changed-By: Decklin Foster [EMAIL PROTECTED]
Description: 
 aewm   - a minimalist window manager for X11
Changes: 
 aewm (1.3.7-1) unstable; urgency=low
 .
   * New upstream release
   * Removed lesstif build-dep.
   * Upload to unstable.
Files: 
 4da08ecd196fdab2411eeeb0d90e2b32 617 x11 optional aewm_1.3.7-1.dsc
 a80c3fafaa164556afec05f57af4ba78 49086 x11 optional aewm_1.3.7.orig.tar.gz
 e6007350938179ad782467fb8aa20a7e 6232 x11 optional aewm_1.3.7-1.diff.gz
 8668b81a48ecc415eb763744f502081c 58240 x11 optional aewm_1.3.7-1_i386.deb

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

iD8DBQFERFmwuIJGh/GWjRsRAjWGAJ9w21kEAV0gOihSmsd6NtDCPAEjRgCeMJrN
xu9GXzAzbA8ZBY+bvgEJFjA=
=XdVQ
-END PGP SIGNATURE-


Accepted:
aewm_1.3.7-1.diff.gz
  to pool/main/a/aewm/aewm_1.3.7-1.diff.gz
aewm_1.3.7-1.dsc
  to pool/main/a/aewm/aewm_1.3.7-1.dsc
aewm_1.3.7-1_i386.deb
  to pool/main/a/aewm/aewm_1.3.7-1_i386.deb
aewm_1.3.7.orig.tar.gz
  to pool/main/a/aewm/aewm_1.3.7.orig.tar.gz


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



Accepted gnome-pkg-tools 0.3.19 (source all)

2006-04-18 Thread Guilherme de S. Pastore
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 00:39:39 -0300
Source: gnome-pkg-tools
Binary: gnome-pkg-tools
Architecture: source all
Version: 0.3.19
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers [EMAIL PROTECTED]
Changed-By: Guilherme de S. Pastore [EMAIL PROTECTED]
Description: 
 gnome-pkg-tools - Tools for the Debian GNOME Packaging Team
Changes: 
 gnome-pkg-tools (0.3.19) unstable; urgency=low
 .
   * pkg-gnome.team: updated my e-mail address.
   * debian/copyright: updated FSF's postal address.
Files: 
 782de14069faaf4d44a6202e9dd44cd9 1459 devel optional gnome-pkg-tools_0.3.19.dsc
 47cd8e6a71ad76dbb7ba87ec7cc8f957 12261 devel optional 
gnome-pkg-tools_0.3.19.tar.gz
 2a57a6285fb4ef6c13763f3520f96de1 15136 devel optional 
gnome-pkg-tools_0.3.19_all.deb

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

iD8DBQFERGEQGJU/LHOwJZIRArtZAKCw+v8zynbKAB8F2jHzap/qGUDnwgCeM0gh
fITGEe9+lc8mZtIPVArqgAM=
=8Qi5
-END PGP SIGNATURE-


Accepted:
gnome-pkg-tools_0.3.19.dsc
  to pool/main/g/gnome-pkg-tools/gnome-pkg-tools_0.3.19.dsc
gnome-pkg-tools_0.3.19.tar.gz
  to pool/main/g/gnome-pkg-tools/gnome-pkg-tools_0.3.19.tar.gz
gnome-pkg-tools_0.3.19_all.deb
  to pool/main/g/gnome-pkg-tools/gnome-pkg-tools_0.3.19_all.deb


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



Accepted libosip2 2.2.2-3 (source i386)

2006-04-18 Thread Anand Kumria
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 13:44:28 +1000
Source: libosip2
Binary: libosip2-3 libosip2-dev
Architecture: source i386
Version: 2.2.2-3
Distribution: unstable
Urgency: medium
Maintainer: ARAKI Yasuhiro [EMAIL PROTECTED]
Changed-By: Anand Kumria [EMAIL PROTECTED]
Description: 
 libosip2-3 - Session Initiation Protocol (SIP) library
 libosip2-dev - development files for the SIP library
Changes: 
 libosip2 (2.2.2-3) unstable; urgency=medium
 .
   * Revert NMU
Files: 
 b04ea0fb945171fc11a502be9c9d4bab 792 comm optional libosip2_2.2.2-3.dsc
 2d3270f125fcf1d08ce150a4bdd2e155 5852 comm optional libosip2_2.2.2-3.diff.gz
 87e8f6c5a671c869af78b3d25010e923 144698 libdevel optional 
libosip2-dev_2.2.2-3_i386.deb
 e1e0710392ed084dbcc1a22baec84241 91220 libs optional 
libosip2-3_2.2.2-3_i386.deb

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

iQCVAwUBRERhHWRmcAD8BdppAQLBZQP8DXRAWWPDZso7rteCVkjVGQi1Cvz5V0bq
rFxTEzNkfqGsgu7tGspXacWIY8tpqluBVTzjVBjFoQ19HUUxYmfwYoJDXKXl8lWQ
mbOgIsi8NUXi01jJY4ftAeoa9CbywV3Riu97D3lxk5n9kMYzw5jBOwAXTx/SnZE7
8DG/dSJk50A=
=Z/LG
-END PGP SIGNATURE-


Accepted:
libosip2-3_2.2.2-3_i386.deb
  to pool/main/libo/libosip2/libosip2-3_2.2.2-3_i386.deb
libosip2-dev_2.2.2-3_i386.deb
  to pool/main/libo/libosip2/libosip2-dev_2.2.2-3_i386.deb
libosip2_2.2.2-3.diff.gz
  to pool/main/libo/libosip2/libosip2_2.2.2-3.diff.gz
libosip2_2.2.2-3.dsc
  to pool/main/libo/libosip2/libosip2_2.2.2-3.dsc


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



Accepted buici-clock 0.4.6 (source i386)

2006-04-18 Thread Marc Singer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 17 Apr 2006 08:23:19 -0700
Source: buici-clock
Binary: buici-clock
Architecture: source i386
Version: 0.4.6
Distribution: unstable
Urgency: low
Maintainer: Marc Singer [EMAIL PROTECTED]
Changed-By: Marc Singer [EMAIL PROTECTED]
Description: 
 buici-clock - attractive desktop clock
Changes: 
 buici-clock (0.4.6) unstable; urgency=low
 .
   * Moved the executable from /usr/X11R6 to /usr.
Files: 
 6ceffcd0f0b28a115aca60bbafcdd4e8 561 x11 optional buici-clock_0.4.6.dsc
 4b19f4cee7ca72585a5bc4f6e12992cf 140695 x11 optional buici-clock_0.4.6.tar.gz
 c4607e26e0f5c6ca4a644165c88c5428 27876 x11 optional buici-clock_0.4.6_i386.deb

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

iD8DBQFERGgFV+jOBy6uXS0RAqeBAJ49dLB1auMcQrxNna3lA/WByUByHgCdFEiI
1GYzsCxOdP9bm4hkfMmXUs0=
=xIdU
-END PGP SIGNATURE-


Accepted:
buici-clock_0.4.6.dsc
  to pool/main/b/buici-clock/buici-clock_0.4.6.dsc
buici-clock_0.4.6.tar.gz
  to pool/main/b/buici-clock/buici-clock_0.4.6.tar.gz
buici-clock_0.4.6_i386.deb
  to pool/main/b/buici-clock/buici-clock_0.4.6_i386.deb


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



Accepted atomix 2.14.0-1 (source i386 all)

2006-04-18 Thread Guilherme de S. Pastore
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 01:44:40 -0300
Source: atomix
Binary: atomix-data atomix
Architecture: source i386 all
Version: 2.14.0-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore [EMAIL PROTECTED]
Changed-By: Guilherme de S. Pastore [EMAIL PROTECTED]
Description: 
 atomix - puzzle game for building molecules out of isolated atoms
 atomix-data - architecture independent files for atomix
Changes: 
 atomix (2.14.0-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: updated my e-mail address
Files: 
 ece21f5809039d5e4c66b0d8130d8e5c 695 games optional atomix_2.14.0-1.dsc
 93de05d62c1710096090e537b6f29613 332485 games optional 
atomix_2.14.0.orig.tar.gz
 319b6a5a9614d1a7776161a3199767a2 4933 games optional atomix_2.14.0-1.diff.gz
 d501613b87b85903363ea55cd2a0501b 109554 games optional 
atomix-data_2.14.0-1_all.deb
 52ccf09f950ccdc92e1972bca0ee5579 51042 games optional atomix_2.14.0-1_i386.deb

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

iD8DBQFERG9cGJU/LHOwJZIRAtRIAKCWQgt437Mf9y9dDNwiZy+PwyXEnQCg07ei
ltFlB4OmWI9WJpSQm8T2CA0=
=NndJ
-END PGP SIGNATURE-


Accepted:
atomix-data_2.14.0-1_all.deb
  to pool/main/a/atomix/atomix-data_2.14.0-1_all.deb
atomix_2.14.0-1.diff.gz
  to pool/main/a/atomix/atomix_2.14.0-1.diff.gz
atomix_2.14.0-1.dsc
  to pool/main/a/atomix/atomix_2.14.0-1.dsc
atomix_2.14.0-1_i386.deb
  to pool/main/a/atomix/atomix_2.14.0-1_i386.deb
atomix_2.14.0.orig.tar.gz
  to pool/main/a/atomix/atomix_2.14.0.orig.tar.gz


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



Accepted wxwindows2.4 2.4.5 (source i386 all)

2006-04-18 Thread Ron Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  13 Apr 2006 03:06:11 +1030
Source: wxwindows2.4
Binary: python-wxversion libwxgtk2.4-1 libwxgtk2.4-1-contrib python-wxgtk2.4 
libwxbase-msw2.4-dbg libwxbase-msw2.4-dev wx2.4-examples libwxmsw2.4-dev 
libwxmsw2.4-dbg wx2.4-i18n wx2.4-headers-msw libwxgtk2.4-dev wx2.4-doc 
python-wxgtk2.4-dbg python-wxtools libwxgtk2.4-dbg wx-common 
libwxgtk2.4-contrib-dev libwxbase2.4-dev libwxbase2.4-1 libwxbase2.4-dbg 
wx2.4-headers
Architecture: source i386 all
Version: 2.4.5
Distribution: unstable
Urgency: low
Maintainer: Ron Lee [EMAIL PROTECTED]
Changed-By: Ron Lee [EMAIL PROTECTED]
Description: 
 libwxbase2.4-1 - wxBase library (runtime) - non-GUI support classes of 
wxWindows t
 libwxbase2.4-dbg - wxBase library (debug) - non-GUI support classes of 
wxWindows too
 libwxbase2.4-dev - wxBase library (development) - non-GUI support classes of 
wxWindo
 libwxgtk2.4-1 - wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
 libwxgtk2.4-1-contrib - wxWindows Cross-platform C++ GUI toolkit (runtime 
contrib libs)
 libwxgtk2.4-contrib-dev - wxWindows Cross-platform C++ GUI toolkit 
(development contrib lib
 libwxgtk2.4-dbg - wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
 libwxgtk2.4-dev - wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
 python-wxgtk2.4 - wxWindows Cross-platform C++ GUI toolkit (wxPython binding)
 wx2.4-doc  - wxWindows Cross-platform C++ GUI toolkit (documentation)
 wx2.4-examples - wxWindows Cross-platform C++ GUI toolkit (examples)
 wx2.4-headers - wxWindows Cross-platform C++ GUI toolkit (header files)
 wx2.4-i18n - wxWindows Cross-platform C++ GUI toolkit (i18n support)
Closes: 329070 350696
Changes: 
 wxwindows2.4 (2.4.5) unstable; urgency=low
 .
   * Removes Gnome project GPL code from gtk/menu.cpp.  Incorporating
 it here invalidates the wxWindows licence exception.  If your app
 depends on it (and is GPL), you'll have to source it from Gnome;
 if your app wasn't GPL, well, it is now...  You've got some work
 to do (and nice people to apologise to) as well.  sigh.
   * Remove the wx-*-config manpage symlinks.  They are obsolete now.
   * Update fr.po, thanks to Thomas Huriaux and debian-l10n-french.
 Closes: #329070
   * Fixes FTBFS with new make.  If this ugly quoting is the tradeoff,
 I'm itching to learn of the fabulous benefits... Closes: #350696
 Ack NMU for this from Kurt Roeckx to keep the amd64 transition
 rolling while my x86 build machine was painfully dying.  Thanks!
   * Trimmed dependency on pangox.
   * Use WaitTimeout instead of Wait in threadpsx.cpp.  See wx bts
 report #1263806 on sf.
   * Source fix for solaris/sunos/sgi string bug.  Does not affect us.
   * Source fix for uninitialised variable trouble on ME.  Does not
 affect us.
   * Respect the CONCURRENCY_LEVEL environment variable before taking
 a guess based on DISTCC_HOSTS of how many jobs to load make with.
 People may have that set for use with make-kpkg, and consistency
 here is surely a Good Thing.
   * Fix strange and invalid cast-assignment construct in sndesd.cpp
 and sndoss.cpp
   * Update FSF address in copyright file.
   * Add an index.html link to the doc contents page.
   * Include the unpack_examples script here too.
   * Update the build deps to suit the new default libgl{,u}-dev
 package names from xorg7.
Files: 
 bd2eb32c3ad865ff5ecc0403c91bb5e7 1059 libs optional wxwindows2.4_2.4.5.dsc
 d6fc0b222842cc46e7f2877cbb54faac 10802935 libs optional 
wxwindows2.4_2.4.5.tar.gz
 c18629f1694968630e3387acfd81833f 385360 libs optional 
libwxbase2.4-1_2.4.5_i386.deb
 0633473d94a01a0c84f018377f17ccaf 24814 libdevel optional 
libwxbase2.4-dev_2.4.5_i386.deb
 b868e285f626cbf573254f71c5c63910 2115890 libdevel extra 
libwxbase2.4-dbg_2.4.5_i386.deb
 73259879b152a49452d4a6fc4ab5528b 1577758 libs optional 
libwxgtk2.4-1_2.4.5_i386.deb
 ce6465540d208d80ba101181cb206020 24878 libdevel optional 
libwxgtk2.4-dev_2.4.5_i386.deb
 64cdca59bfc69088ebbbe249ed8f2c54 9627618 libdevel extra 
libwxgtk2.4-dbg_2.4.5_i386.deb
 b363dd5c5562f26e36f656f6030a76de 974840 libs optional 
libwxgtk2.4-1-contrib_2.4.5_i386.deb
 2f1318a0a90ac71a2759944d61a83859 129254 libdevel optional 
libwxgtk2.4-contrib-dev_2.4.5_i386.deb
 f50704d37069ee34abd3cdbb699b9b55 2471916 python optional 
python-wxgtk2.4_2.4.5_i386.deb
 9d7760c002af778de87ed60d9641b7a2 564018 devel optional 
wx2.4-headers_2.4.5_i386.deb
 67e71cab89845f29723e6f2757232e10 372316 libs optional wx2.4-i18n_2.4.5_all.deb
 9d26c01ac80567000363af5fecf1a253 1007294 doc optional wx2.4-doc_2.4.5_all.deb
 60e6b68b53fb662cb49937dc518b78b9 2685194 devel optional 
wx2.4-examples_2.4.5_all.deb

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

iD8DBQFERGmEp4BCHGgCHOQRAv8CAJ0b46u5rSqcI8WEodrwM4LnBuyS7QCfUj7R
S7l38w6i3dQ9a9mFUrnsnz4=
=jhpZ
-END PGP SIGNATURE-


Accepted:
libwxbase2.4-1_2.4.5_i386.deb
  to 

Accepted aspell-uz 0.5-0-1 (source all)

2006-04-18 Thread Mashrab Kuvatov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 16 Jan 2006 19:49:13 +0100
Source: aspell-uz
Binary: aspell-uz
Architecture: source all
Version: 0.5-0-1
Distribution: unstable
Urgency: low
Maintainer: Mashrab Kuvatov [EMAIL PROTECTED]
Changed-By: Mashrab Kuvatov [EMAIL PROTECTED]
Description: 
 aspell-uz  - The Uzbek dictionary for GNU Aspell
Changes: 
 aspell-uz (0.5-0-1) unstable; urgency=low
 .
   * New upstream release
   * Fixed FSF address in debian/copyright.
Files: 
 26d4094c050063cd7b4a7245e1994d4a 628 text optional aspell-uz_0.5-0-1.dsc
 a2a171e5126f8cdecf96eea21d73197c 90498 text optional 
aspell-uz_0.5-0.orig.tar.gz
 21c2fb53a5d4ed775e3d2c70e5c3f39d 2432 text optional aspell-uz_0.5-0-1.diff.gz
 8e98eb45becf82e70ee215a12f220951 84926 text optional aspell-uz_0.5-0-1_all.deb

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

iD8DBQFERHw+1Ng1YWbyRSERAnMqAKCBVDt7o5rXSwWfKr3Q4NiIGL/uoACaAhTw
ZC0/KyNsRkonSiTdOdTwHAw=
=V/tT
-END PGP SIGNATURE-


Accepted:
aspell-uz_0.5-0-1.diff.gz
  to pool/main/a/aspell-uz/aspell-uz_0.5-0-1.diff.gz
aspell-uz_0.5-0-1.dsc
  to pool/main/a/aspell-uz/aspell-uz_0.5-0-1.dsc
aspell-uz_0.5-0-1_all.deb
  to pool/main/a/aspell-uz/aspell-uz_0.5-0-1_all.deb
aspell-uz_0.5-0.orig.tar.gz
  to pool/main/a/aspell-uz/aspell-uz_0.5-0.orig.tar.gz


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



Accepted cl-mcclim 0.9.2.dfsg.1-1 (source all)

2006-04-18 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  2 Apr 2006 17:13:32 +0200
Source: cl-mcclim
Binary: cl-mcclim-doc cl-mcclim-examples cl-mcclim
Architecture: source all
Version: 0.9.2.dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal [EMAIL PROTECTED]
Changed-By: Milan Zamazal [EMAIL PROTECTED]
Description: 
 cl-mcclim  - Common Lisp graphic user interface toolkit
 cl-mcclim-doc - Graphic user interface package for Common Lisp programs
 cl-mcclim-examples - Common Lisp graphic user interface toolkit
Changes: 
 cl-mcclim (0.9.2.dfsg.1-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 c8ec24adaf63b443b3e35feace79e9cf 631 devel optional 
cl-mcclim_0.9.2.dfsg.1-1.dsc
 7dae5b7999f70d8a3e3fab66d08506ad 1649589 devel optional 
cl-mcclim_0.9.2.dfsg.1.orig.tar.gz
 c18eb12165fb7baad141cd9ea8eba1bc 5569 devel optional 
cl-mcclim_0.9.2.dfsg.1-1.diff.gz
 6e224e055826b6217f5f27a5fb7b041b 539338 devel optional 
cl-mcclim_0.9.2.dfsg.1-1_all.deb
 1ff7a113fcfa71cdb7332540182202d6 31194 devel optional 
cl-mcclim-examples_0.9.2.dfsg.1-1_all.deb
 bb00324f10a88e3d907b4625cd6334a0 3562 devel optional 
cl-mcclim-doc_0.9.2.dfsg.1-1_all.deb

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

iD8DBQFERCD4kSkk/j3Cm0ERAq05AJsHqi+WARYkrejny53LPKqwjl7+KgCgjGmq
Sus6zKNWYCSuDjffvO7Am4I=
=dYBW
-END PGP SIGNATURE-


Accepted:
cl-mcclim-doc_0.9.2.dfsg.1-1_all.deb
  to pool/main/c/cl-mcclim/cl-mcclim-doc_0.9.2.dfsg.1-1_all.deb
cl-mcclim-examples_0.9.2.dfsg.1-1_all.deb
  to pool/main/c/cl-mcclim/cl-mcclim-examples_0.9.2.dfsg.1-1_all.deb
cl-mcclim_0.9.2.dfsg.1-1.diff.gz
  to pool/main/c/cl-mcclim/cl-mcclim_0.9.2.dfsg.1-1.diff.gz
cl-mcclim_0.9.2.dfsg.1-1.dsc
  to pool/main/c/cl-mcclim/cl-mcclim_0.9.2.dfsg.1-1.dsc
cl-mcclim_0.9.2.dfsg.1-1_all.deb
  to pool/main/c/cl-mcclim/cl-mcclim_0.9.2.dfsg.1-1_all.deb
cl-mcclim_0.9.2.dfsg.1.orig.tar.gz
  to pool/main/c/cl-mcclim/cl-mcclim_0.9.2.dfsg.1.orig.tar.gz


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



Accepted cl-spatial-trees 0.1-2 (source all)

2006-04-18 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 00:42:04 +0200
Source: cl-spatial-trees
Binary: cl-spatial-trees
Architecture: source all
Version: 0.1-2
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal [EMAIL PROTECTED]
Changed-By: Milan Zamazal [EMAIL PROTECTED]
Description: 
 cl-spatial-trees - Spatial trees Common Lisp library
Changes: 
 cl-spatial-trees (0.1-2) unstable; urgency=low
 .
   * TODO and LICENSE entries in the ASDF file commented out.
Files: 
 6ddefbf2c7563c063906080f1aa4caaa 604 devel optional cl-spatial-trees_0.1-2.dsc
 90872a223434ba5d298b389ec3763faf 1930 devel optional 
cl-spatial-trees_0.1-2.diff.gz
 99c5c10f77b38b42c0b3dd71daa6909e 17636 devel optional 
cl-spatial-trees_0.1-2_all.deb

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

iD8DBQFERBoLkSkk/j3Cm0ERAvEDAKCfOdLs+O7gRz1iaIbTcZUoT+cnlACgqaXF
bbL3bPqoyzdTGGYEqmhgfnw=
=qC1E
-END PGP SIGNATURE-


Accepted:
cl-spatial-trees_0.1-2.diff.gz
  to pool/main/c/cl-spatial-trees/cl-spatial-trees_0.1-2.diff.gz
cl-spatial-trees_0.1-2.dsc
  to pool/main/c/cl-spatial-trees/cl-spatial-trees_0.1-2.dsc
cl-spatial-trees_0.1-2_all.deb
  to pool/main/c/cl-spatial-trees/cl-spatial-trees_0.1-2_all.deb


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



Accepted mysql-ocaml 1.0.4-1 (source i386)

2006-04-18 Thread Samuel Mimram
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 08:11:57 +0200
Source: mysql-ocaml
Binary: libmysql-ocaml-dev libmysql-ocaml
Architecture: source i386
Version: 1.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Samuel Mimram [EMAIL PROTECTED]
Changed-By: Samuel Mimram [EMAIL PROTECTED]
Description: 
 libmysql-ocaml - OCaml bindings for MySql
 libmysql-ocaml-dev - OCaml bindings for MySql
Closes: 353902
Changes: 
 mysql-ocaml (1.0.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Acknowledge NMU (thanks Christian Hammers), closes: #353902.
Files: 
 0721093a6bbfc43b7f332125e9b3 669 devel optional mysql-ocaml_1.0.4-1.dsc
 76f1282bb7299012669bf40cde78216b 119584 devel optional 
mysql-ocaml_1.0.4.orig.tar.gz
 2fe77e8c33e8c2c828e72e2d262de8fd 3469 devel optional 
mysql-ocaml_1.0.4-1.diff.gz
 22ba33f1d0e9074138cb3fccfbd5f5f5 10444 libs optional 
libmysql-ocaml_1.0.4-1_i386.deb
 8df1c164b9d30f0b46378ab2b75c868e 52322 libdevel optional 
libmysql-ocaml-dev_1.0.4-1_i386.deb

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

iD8DBQFERIecIae1O4AJae8RAt+SAKCFatHZ4ZVA0URpkeNJQL6D2PhCnwCfWACW
qkGCPaZCHO9pBNUIyPcRbSo=
=/icD
-END PGP SIGNATURE-


Accepted:
libmysql-ocaml-dev_1.0.4-1_i386.deb
  to pool/main/m/mysql-ocaml/libmysql-ocaml-dev_1.0.4-1_i386.deb
libmysql-ocaml_1.0.4-1_i386.deb
  to pool/main/m/mysql-ocaml/libmysql-ocaml_1.0.4-1_i386.deb
mysql-ocaml_1.0.4-1.diff.gz
  to pool/main/m/mysql-ocaml/mysql-ocaml_1.0.4-1.diff.gz
mysql-ocaml_1.0.4-1.dsc
  to pool/main/m/mysql-ocaml/mysql-ocaml_1.0.4-1.dsc
mysql-ocaml_1.0.4.orig.tar.gz
  to pool/main/m/mysql-ocaml/mysql-ocaml_1.0.4.orig.tar.gz


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



Accepted xkb-data-legacy 1.0.1-4 (source all)

2006-04-18 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 17 Apr 2006 23:27:56 -0700
Source: xkb-data-legacy
Binary: xkb-data-legacy
Architecture: source all
Version: 1.0.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Steve Langasek [EMAIL PROTECTED]
Description: 
 xkb-data-legacy - Classic XKB data
Closes: 362099
Changes: 
 xkb-data-legacy (1.0.1-4) unstable; urgency=low
 .
   [ David Nusinow ]
   * Add xbase-clients to build-depends in order to get xkbcomp. Thanks Daniel
 Schepler. (closes: #362099)
 .
   [ Steve Langasek ]
   * Also add quilt to the build-deps, so that patches are applied
 correctly at build time instead of being silently dropped.
Files: 
 c972fdacc87b4989ae8fbb5fb914eeb2 763 x11 optional xkb-data-legacy_1.0.1-4.dsc
 487289410627e8bd5dceee7f9d2e952a 28963 x11 optional 
xkb-data-legacy_1.0.1-4.diff.gz
 f772c0bdb285b790c3837e5ae6dc1280 318734 x11 optional 
xkb-data-legacy_1.0.1-4_all.deb

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

iD8DBQFERIftKN6ufymYLloRAnhWAKDRSHf1y8buEmqVZ24625TfliqjrwCfdf73
YAl0tgb1xIlZ48+ZTQDAxqk=
=0+Kx
-END PGP SIGNATURE-


Accepted:
xkb-data-legacy_1.0.1-4.diff.gz
  to pool/main/x/xkb-data-legacy/xkb-data-legacy_1.0.1-4.diff.gz
xkb-data-legacy_1.0.1-4.dsc
  to pool/main/x/xkb-data-legacy/xkb-data-legacy_1.0.1-4.dsc
xkb-data-legacy_1.0.1-4_all.deb
  to pool/main/x/xkb-data-legacy/xkb-data-legacy_1.0.1-4_all.deb


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



Accepted boinc 5.4.3-1 (source i386)

2006-04-18 Thread Frank S. Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 16 Apr 2006 00:29:41 +0200
Source: boinc
Binary: boinc-manager boinc-dev boinc-client
Architecture: source i386
Version: 5.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian BOINC Maintainers [EMAIL PROTECTED]
Changed-By: Frank S. Thomas [EMAIL PROTECTED]
Description: 
 boinc-client - core client for the BOINC distributed computing infrastructure
 boinc-dev  - development files to build applications for BOINC projects
 boinc-manager - GUI to control and monitor the BOINC core client
Closes: 359332 360143 362257
Changes: 
 boinc (5.4.3-1) unstable; urgency=low
 .
   [ Frank S. Thomas ]
   * New upstream release.
 - BOINC Manager: Allow a connection request to reset a connection attempt
   to the local computer or another computer. Thanks to Zlatko Calusic for
   the report. (closes: #360143)
   * debian/control:
 - Improved the short description of all three packages. Thanks to
   Martin Schulze for his suggestions. (closes: #359332)
   * debian/patches/:
 - Removed 01_amd64-gcc4-fixes.dpatch, it was applied upstream.
 - Updated 03_wx2.6-with-unicode.dpatch and 07_use-sensible-browser.dpatch
   for the new upstream release.
   * Added conffile /etc/boinc-client/global_prefs_override.xml which can be
 used to edit preferences locally. For more information about this file,
 see http://boinc.berkeley.edu/prefs_override.php
   * Clarified and expanded the explanation of the -no_gui_rpc option in
 boinc_client's manpage based on Steffen's suggestion. Thanks to
 David Coe for the report. (closes: #362257)
   * Added the update-boinc-applinks tool that creates (or removes) symlinks to
 anonymous BOINC applications and their app_info.xml files in a given
 data directory. The anonymous applications and their app_info.xml files
 are provided by boinc-app-* packages (e.g. boinc-app-seti). Note that
 currently there are no boinc-app-* packages in the Debian archive.
Files: 
 57ff233bf4ac331e3bc140b22e5082f0 1361 net optional boinc_5.4.3-1.dsc
 06b4e4168e04a499e3bcf64ce261064e 5523751 net optional boinc_5.4.3.orig.tar.gz
 f3797337cfb3a7dad018c0858b25f54f 33245 net optional boinc_5.4.3-1.diff.gz
 92d62dca1515dffddfd117e68c87d747 288112 net optional 
boinc-client_5.4.3-1_i386.deb
 f4d9c927a858aede0b7027b16164c4be 692316 x11 optional 
boinc-manager_5.4.3-1_i386.deb
 494c082121a8346e48287b18b26a1917 350318 devel optional 
boinc-dev_5.4.3-1_i386.deb

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

iQEVAwUBRES4/24/9k35XC9tAQI5xwgAlwsstPJMqH/4rZk8UgTdm7JAAOKVLDMr
ocieUVhPdpLFOjTgMZ8/irR8L7p4T9qr2xMugAfHWXFG0ZTWqaG87ZHbBBbrm0eg
bzLYitRmlUmurFd4PjUaaOjMNnY1KCKHOe5eKFrOb8MwuQuiG62MUeCSDYl7Yz4r
vt5IMVDE4G7YzvYTRdPk66kF5H/CYubLA01CwtF9eWWuIbpaGEerrDmNj7iw7zYC
/3CoRH5m0+kK/vuYxM2q5Zj6Ou6lo8gtiIHpZSlQraBBwF7IChNCc+5ZeEsCjH7n
u5oVqaYPNy//HXCWMBiXKIq2orX1H3rySus74Up1AphDr3mcRjK6aA==
=H4Cr
-END PGP SIGNATURE-


Accepted:
boinc-client_5.4.3-1_i386.deb
  to pool/main/b/boinc/boinc-client_5.4.3-1_i386.deb
boinc-dev_5.4.3-1_i386.deb
  to pool/main/b/boinc/boinc-dev_5.4.3-1_i386.deb
boinc-manager_5.4.3-1_i386.deb
  to pool/main/b/boinc/boinc-manager_5.4.3-1_i386.deb
boinc_5.4.3-1.diff.gz
  to pool/main/b/boinc/boinc_5.4.3-1.diff.gz
boinc_5.4.3-1.dsc
  to pool/main/b/boinc/boinc_5.4.3-1.dsc
boinc_5.4.3.orig.tar.gz
  to pool/main/b/boinc/boinc_5.4.3.orig.tar.gz


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



Accepted netperf 2.4.2-1 (source i386)

2006-04-18 Thread Erik Wenzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 08:30:12 +0200
Source: netperf
Binary: netperf
Architecture: source i386
Version: 2.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Erik Wenzel [EMAIL PROTECTED]
Changed-By: Erik Wenzel [EMAIL PROTECTED]
Description: 
 netperf- Network performance benchmark
Changes: 
 netperf (2.4.2-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 7beffc669a47786f9c7fb781134a42d5 595 non-free/net optional netperf_2.4.2-1.dsc
 c747042975c2965b2cd45ebf8525c5f8 1161450 non-free/net optional 
netperf_2.4.2.orig.tar.gz
 9d376f87d177cc4e0d1f307db48871c7 2450 non-free/net optional 
netperf_2.4.2-1.diff.gz
 cae2fe62176aedae1faac1ecf0b57022 340976 non-free/net optional 
netperf_2.4.2-1_i386.deb

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

iD8DBQFERIoBmMmei9uJhBARAmQ4AJ9ngaZrO2coLF+dT0Ai1DQuY0c/2QCfdrwX
xas1BjMJTt6QVWJcGrdQAl8=
=3qp9
-END PGP SIGNATURE-


Accepted:
netperf_2.4.2-1.diff.gz
  to pool/non-free/n/netperf/netperf_2.4.2-1.diff.gz
netperf_2.4.2-1.dsc
  to pool/non-free/n/netperf/netperf_2.4.2-1.dsc
netperf_2.4.2-1_i386.deb
  to pool/non-free/n/netperf/netperf_2.4.2-1_i386.deb
netperf_2.4.2.orig.tar.gz
  to pool/non-free/n/netperf/netperf_2.4.2.orig.tar.gz


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



Accepted intlfonts 1.2.1-5 (source all)

2006-04-18 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 17 Apr 2006 16:19:07 +0200
Source: intlfonts
Binary: emacs-intl-fonts xfonts-intl-chinese-big xfonts-intl-japanese-big 
xfonts-intl-asian xfonts-intl-arabic xfonts-intl-european xfonts-intl-chinese 
xfonts-intl-japanese xfonts-intl-phonetic
Architecture: source all
Version: 1.2.1-5
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal [EMAIL PROTECTED]
Changed-By: Milan Zamazal [EMAIL PROTECTED]
Description: 
 emacs-intl-fonts - Fonts to allow multi-lingual PostScript printing from Emacs
 xfonts-intl-arabic - International fonts for X -- Arabic
 xfonts-intl-asian - International fonts for X -- Asian
 xfonts-intl-chinese - International fonts for X -- Chinese
 xfonts-intl-chinese-big - International fonts for X -- Chinese big
 xfonts-intl-european - International fonts for X -- European
 xfonts-intl-japanese - International fonts for X -- Japanese
 xfonts-intl-japanese-big - International fonts for X -- Japanese big
 xfonts-intl-phonetic - International fonts for X -- Phonetic Alphabet
Closes: 362377 362378 362379 362380 362382 362384 362385 362402
Changes: 
 intlfonts (1.2.1-5) unstable; urgency=low
 .
   * Move fonts to /usr/share/fonts/X11; closes: #362377, #362379, #362378,
 #362380, #362384, #362385, #362402, #362382.
   * Don't depend on xutils, use ${misc:Depends}.
   * Build-depend on debhelper = 5.0.29.
   * Don't build-depend on xutils, build-depend on xfonts-utils.
   * Standards 3.6.2 (no real change).
Files: 
 4d32499feacf3d90bdf12fb08db0bfa6 775 x11 optional intlfonts_1.2.1-5.dsc
 ce32c68cd5a611d38d1b3b9969988c4a 7558 x11 optional intlfonts_1.2.1-5.diff.gz
 6ec3427b523dec11196de10b710bb910 17664 x11 optional 
xfonts-intl-arabic_1.2.1-5_all.deb
 1c4af3cdd601d35427176f0c9ff593c4 106348 x11 optional 
xfonts-intl-asian_1.2.1-5_all.deb
 1653f1f881d6cb1a75faccc084bfe5f5 5763394 x11 optional 
xfonts-intl-chinese_1.2.1-5_all.deb
 a96642373bd1f1b6155f3d530f781388 1805552 x11 optional 
xfonts-intl-chinese-big_1.2.1-5_all.deb
 186292043d35356315e486e0cb675b15 160744 x11 optional 
xfonts-intl-european_1.2.1-5_all.deb
 3e20afb7ff1171c53e39a7dd139689e3 927662 x11 optional 
xfonts-intl-japanese_1.2.1-5_all.deb
 676d864481294cb069a4dda32e58ef0a 655038 x11 optional 
xfonts-intl-japanese-big_1.2.1-5_all.deb
 162b0ab2cabb6fcb98245058266a918d 12190 x11 optional 
xfonts-intl-phonetic_1.2.1-5_all.deb
 da60b33ba0ea6b0c2f268b68c94ee3b5 2522982 x11 optional 
emacs-intl-fonts_1.2.1-5_all.deb

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

iD8DBQFEQ6WFkSkk/j3Cm0ERAsq9AJwNqvUGEBbABp+e8rACsoV6rawaIwCgl/Sp
bXTv1aGsXFqEVpWLG41dwf0=
=frFX
-END PGP SIGNATURE-


Accepted:
emacs-intl-fonts_1.2.1-5_all.deb
  to pool/main/i/intlfonts/emacs-intl-fonts_1.2.1-5_all.deb
intlfonts_1.2.1-5.diff.gz
  to pool/main/i/intlfonts/intlfonts_1.2.1-5.diff.gz
intlfonts_1.2.1-5.dsc
  to pool/main/i/intlfonts/intlfonts_1.2.1-5.dsc
xfonts-intl-arabic_1.2.1-5_all.deb
  to pool/main/i/intlfonts/xfonts-intl-arabic_1.2.1-5_all.deb
xfonts-intl-asian_1.2.1-5_all.deb
  to pool/main/i/intlfonts/xfonts-intl-asian_1.2.1-5_all.deb
xfonts-intl-chinese-big_1.2.1-5_all.deb
  to pool/main/i/intlfonts/xfonts-intl-chinese-big_1.2.1-5_all.deb
xfonts-intl-chinese_1.2.1-5_all.deb
  to pool/main/i/intlfonts/xfonts-intl-chinese_1.2.1-5_all.deb
xfonts-intl-european_1.2.1-5_all.deb
  to pool/main/i/intlfonts/xfonts-intl-european_1.2.1-5_all.deb
xfonts-intl-japanese-big_1.2.1-5_all.deb
  to pool/main/i/intlfonts/xfonts-intl-japanese-big_1.2.1-5_all.deb
xfonts-intl-japanese_1.2.1-5_all.deb
  to pool/main/i/intlfonts/xfonts-intl-japanese_1.2.1-5_all.deb
xfonts-intl-phonetic_1.2.1-5_all.deb
  to pool/main/i/intlfonts/xfonts-intl-phonetic_1.2.1-5_all.deb


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



Accepted dh-lisp 0.6.1 (source all)

2006-04-18 Thread René van Bevern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 08:56:49 +0200
Source: dh-lisp
Binary: dh-lisp
Architecture: source all
Version: 0.6.1
Distribution: unstable
Urgency: low
Maintainer: René van Bevern [EMAIL PROTECTED]
Changed-By: René van Bevern [EMAIL PROTECTED]
Description: 
 dh-lisp- Debhelper to support Common Lisp related packages
Changes: 
 dh-lisp (0.6.1) unstable; urgency=low
 .
   [René van Bevern]
   * debian/control: update e-mail address
 .
   [Peter van Eynde]
   * fix some spelling mistakes in the documentation (i.e. manual page)
Files: 
 85443a950507061913d401eec5a74d6d 546 devel optional dh-lisp_0.6.1.dsc
 1732be1bf57897ee41fb6cf1be44282a 7168 devel optional dh-lisp_0.6.1.tar.gz
 e5c9d5e1366c20bca021473cc12a97c1 9232 devel optional dh-lisp_0.6.1_all.deb

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

iD8DBQFERJD6wm0wNHxxTHgRArgFAJ4j+ERv+XCEwMgGeNhwgeBUCw5hsgCfXPgn
ErMUAekpFAhT58jhmNbwvHk=
=Ms1P
-END PGP SIGNATURE-


Accepted:
dh-lisp_0.6.1.dsc
  to pool/main/d/dh-lisp/dh-lisp_0.6.1.dsc
dh-lisp_0.6.1.tar.gz
  to pool/main/d/dh-lisp/dh-lisp_0.6.1.tar.gz
dh-lisp_0.6.1_all.deb
  to pool/main/d/dh-lisp/dh-lisp_0.6.1_all.deb


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



Accepted zope-common 0.5.23 (source all)

2006-04-18 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 09:55:19 +0200
Source: zope-common
Binary: zope-common
Architecture: source all
Version: 0.5.23
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu Zope Team [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 zope-common - common settings and scripts for zope installations
Closes: 363128
Changes: 
 zope-common (0.5.23) unstable; urgency=low
 .
   * dzhandle: fixed a bug in locate_addons method, zver variable is False by
 default. (Closes: #363128)
Files: 
 41e5dc1a744b62afd587f527e264bd68 740 web optional zope-common_0.5.23.dsc
 2276237616cc825cb42dcee18b4277f6 44191 web optional zope-common_0.5.23.tar.gz
 4eb66e7500677eb97f188add06be8ead 37648 web optional zope-common_0.5.23_all.deb

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

iD8DBQFERJu7K/juK3+WFWQRAodeAKCSWjbwp13jDmHhxZbPIv+M345+7QCeJLLD
rw5b8uKbIvVKwh3ORsx6Jng=
=9dt6
-END PGP SIGNATURE-


Accepted:
zope-common_0.5.23.dsc
  to pool/main/z/zope-common/zope-common_0.5.23.dsc
zope-common_0.5.23.tar.gz
  to pool/main/z/zope-common/zope-common_0.5.23.tar.gz
zope-common_0.5.23_all.deb
  to pool/main/z/zope-common/zope-common_0.5.23_all.deb


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



Accepted sailcut 1.2.2-1 (source i386 all)

2006-04-18 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 12 Apr 2006 18:51:59 +0200
Source: sailcut
Binary: sailcut sailcut-doc
Architecture: source i386 all
Version: 1.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Jeremy Lainé [EMAIL PROTECTED]
Changed-By: Jeremy Lainé [EMAIL PROTECTED]
Description: 
 sailcut- A sail design and plotting software
 sailcut-doc - Sailcut CAD documentation
Changes: 
 sailcut (1.2.2-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 cb795409863fc91364889ae5436c29da 595 graphics optional sailcut_1.2.2-1.dsc
 dffec9a98779af91c42c1d06c8cea670 878568 graphics optional 
sailcut_1.2.2.orig.tar.gz
 befb56ca775f0defc8148c9e549dafe6 3042 graphics optional sailcut_1.2.2-1.diff.gz
 4cb0bb48372fe27b07cb384a9669a4de 351646 doc optional 
sailcut-doc_1.2.2-1_all.deb
 ae271382bcbcf29421f5efca793dcb6a 404550 graphics optional 
sailcut_1.2.2-1_i386.deb

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

iD8DBQFERI+D4mJJZqJp2ScRAj15AJ4rG455ADNa6iOJWGv3uexztEIczgCdFXZp
DsDal0qp3C3uWgWDDA8vask=
=GqkK
-END PGP SIGNATURE-


Accepted:
sailcut-doc_1.2.2-1_all.deb
  to pool/main/s/sailcut/sailcut-doc_1.2.2-1_all.deb
sailcut_1.2.2-1.diff.gz
  to pool/main/s/sailcut/sailcut_1.2.2-1.diff.gz
sailcut_1.2.2-1.dsc
  to pool/main/s/sailcut/sailcut_1.2.2-1.dsc
sailcut_1.2.2-1_i386.deb
  to pool/main/s/sailcut/sailcut_1.2.2-1_i386.deb
sailcut_1.2.2.orig.tar.gz
  to pool/main/s/sailcut/sailcut_1.2.2.orig.tar.gz


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



Accepted ant-phone 0.1.12-1 (source i386)

2006-04-18 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 15:00:28 +0200
Source: ant-phone
Binary: ant-phone
Architecture: source i386
Version: 0.1.12-1
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge [EMAIL PROTECTED]
Changed-By: Roland Stigge [EMAIL PROTECTED]
Description: 
 ant-phone  - An interactive ISDN telephone application
Changes: 
 ant-phone (0.1.12-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 e0d26cff7dd99720da19776f490b34c0 616 net extra ant-phone_0.1.12-1.dsc
 8b1c2d55a51ed2025740d1f304827be4 419943 net extra ant-phone_0.1.12.orig.tar.gz
 cbe5d13e3205cdbbf1a1948ecdfeb595 2731 net extra ant-phone_0.1.12-1.diff.gz
 3cca0ece68239d8899a221383d65addf 109464 net extra ant-phone_0.1.12-1_i386.deb

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

iD8DBQFEROQrcaH/YBv43g8RAvLrAJ9XoAnxL02LY+PU1VSzzRhSwAl6gACfXJ3e
mS+qJ6SNixqXCePVULB1zRw=
=/Dzp
-END PGP SIGNATURE-


Accepted:
ant-phone_0.1.12-1.diff.gz
  to pool/main/a/ant-phone/ant-phone_0.1.12-1.diff.gz
ant-phone_0.1.12-1.dsc
  to pool/main/a/ant-phone/ant-phone_0.1.12-1.dsc
ant-phone_0.1.12-1_i386.deb
  to pool/main/a/ant-phone/ant-phone_0.1.12-1_i386.deb
ant-phone_0.1.12.orig.tar.gz
  to pool/main/a/ant-phone/ant-phone_0.1.12.orig.tar.gz


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



Accepted cl-csv 1.12-2 (source all)

2006-04-18 Thread Peter Van Eynde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 11:11:04 +0200
Source: cl-csv
Binary: cl-csv
Architecture: source all
Version: 1.12-2
Distribution: unstable
Urgency: low
Maintainer: Peter Van Eynde [EMAIL PROTECTED]
Changed-By: Peter Van Eynde [EMAIL PROTECTED]
Description: 
 cl-csv - Common Lisp utility to import CSV text files
Closes: 363205
Changes: 
 cl-csv (1.12-2) unstable; urgency=low
 .
   * Fix spelling mistake in package description (Closes: #363205)
Files: 
 e30ae677db92415a6320437433ea3606 564 devel optional cl-csv_1.12-2.dsc
 82ea9632d21ea471a7a14836b4e0ad4c 3505 devel optional cl-csv_1.12-2.diff.gz
 dc9efbd95609ac58588e143446b24bd5 6590 devel optional cl-csv_1.12-2_all.deb

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

iD8DBQFERLD311ldN0tyliURAi0fAJ9yfpA50yB2DjBzz3QUclqUqbkyVACfc54l
vTec87MRU8IZ3H2EwEtVqps=
=vtXW
-END PGP SIGNATURE-


Accepted:
cl-csv_1.12-2.diff.gz
  to pool/main/c/cl-csv/cl-csv_1.12-2.diff.gz
cl-csv_1.12-2.dsc
  to pool/main/c/cl-csv/cl-csv_1.12-2.dsc
cl-csv_1.12-2_all.deb
  to pool/main/c/cl-csv/cl-csv_1.12-2_all.deb


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



Accepted m-tx 0.60-4 (source i386)

2006-04-18 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 15:14:35 +0200
Source: m-tx
Binary: m-tx
Architecture: source i386
Version: 0.60-4
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge [EMAIL PROTECTED]
Changed-By: Roland Stigge [EMAIL PROTECTED]
Description: 
 m-tx   - A simple music-from-text language for use with MusiXTeX
Closes: 352237
Changes: 
 m-tx (0.60-4) unstable; urgency=low
 .
   * Updated debian/copyright, thanks to Nis Martensen (Closes: #352237)
Files: 
 2c209e58799eebcd09fb1cb64892bb55 586 tex optional m-tx_0.60-4.dsc
 684c2313f849e3368cae5309f300b12c 6681 tex optional m-tx_0.60-4.diff.gz
 cf9162c4bacad1e0ecaa3e2585a27a2b 414940 tex optional m-tx_0.60-4_i386.deb

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

iD8DBQFEROfXcaH/YBv43g8RAv71AKDVDo2HV+VYhHW0jBbl1G8Af/G8nACdGrey
PqBOzCgoF3w6pqcQdOYkO8c=
=E0ir
-END PGP SIGNATURE-


Accepted:
m-tx_0.60-4.diff.gz
  to pool/main/m/m-tx/m-tx_0.60-4.diff.gz
m-tx_0.60-4.dsc
  to pool/main/m/m-tx/m-tx_0.60-4.dsc
m-tx_0.60-4_i386.deb
  to pool/main/m/m-tx/m-tx_0.60-4_i386.deb


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



Accepted musixlyr 2.1c-2 (source all)

2006-04-18 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 15:31:47 +0200
Source: musixlyr
Binary: musixlyr
Architecture: source all
Version: 2.1c-2
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge [EMAIL PROTECTED]
Changed-By: Roland Stigge [EMAIL PROTECTED]
Description: 
 musixlyr   - a MusiXTeX extension for handling lyrics
Closes: 341583
Changes: 
 musixlyr (2.1c-2) unstable; urgency=low
 .
   * debian/rules: Fixed dh_link call (Closes: #341583)
   * debian/control: Standards-Version: 3.6.2
   * debian/copyright: Updated FSF address
Files: 
 f00542f2cf2494a01b771a34eaccbb80 562 tex optional musixlyr_2.1c-2.dsc
 7cb56eb3606e2c48a3f28a632985c29c 4340 tex optional musixlyr_2.1c-2.diff.gz
 338fabd06919cb22fb906ac1add06255 54898 tex optional musixlyr_2.1c-2_all.deb

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

iD8DBQFERO6TcaH/YBv43g8RAnsMAJ9yeMIzmPN6wc9xPiHVLnAOwl5SNgCeK2uM
ZGW+TwFSsvKfMuussoqSE8Y=
=qyeO
-END PGP SIGNATURE-


Accepted:
musixlyr_2.1c-2.diff.gz
  to pool/main/m/musixlyr/musixlyr_2.1c-2.diff.gz
musixlyr_2.1c-2.dsc
  to pool/main/m/musixlyr/musixlyr_2.1c-2.dsc
musixlyr_2.1c-2_all.deb
  to pool/main/m/musixlyr/musixlyr_2.1c-2_all.deb


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



Accepted proftpd 1.3.0-1 (source all i386)

2006-04-18 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 12:42:04 +0200
Source: proftpd
Binary: proftpd proftpd-mysql proftpd-pgsql proftpd-ldap proftpd-doc
Architecture: source all i386
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 proftpd- Versatile, virtual-hosting FTP daemon
 proftpd-doc - Versatile, virtual-hosting FTP daemon (Documentation)
 proftpd-ldap - Versatile, virtual-hosting FTP daemon (dummy transitional 
package
 proftpd-mysql - Versatile, virtual-hosting FTP daemon (dummy transitional 
package
 proftpd-pgsql - Versatile, virtual-hosting FTP daemon (dummy transitional 
package
Closes: 207136 274414 349827 353175 356221
Changes: 
 proftpd (1.3.0-1) unstable; urgency=low
 .
   The Here we go release.
 .
   * New upstream release (final). Just closing fixed-in-experimental issues.
 (closes: #353175, #349827, #207136, #274414, #356221)
   * First upload to unstable.
   * Moved to LSB logging in proftpd.init and changed a bit script inners.
   * Revised mysql_config use in rules file.
Files: 
 07728bfc9ad23c3c65eafdacf5505bb7 892 net optional proftpd_1.3.0-1.dsc
 e53786f320eace50e0746e97624dfd79 1868706 net optional proftpd_1.3.0.orig.tar.gz
 9da0ce5dd85dcbfc96084b71c8cc8248 65853 net optional proftpd_1.3.0-1.diff.gz
 fcefdbd296c437563fce4d848eaadfde 620306 net optional proftpd_1.3.0-1_i386.deb
 213283559f046aa25c0cef7af612beac 480184 doc optional 
proftpd-doc_1.3.0-1_all.deb
 a6eb9301a21e020688b57ecc3aadaacd 160500 net optional 
proftpd-mysql_1.3.0-1_all.deb
 33164d786357ce6e0aebcd7df75552a5 160500 net optional 
proftpd-pgsql_1.3.0-1_all.deb
 5dbac2dc20f8cb5013896403925a8f1d 160500 net optional 
proftpd-ldap_1.3.0-1_all.deb

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

iD8DBQFERNQvpFNRmenyx0cRApRUAJ9/S9epp9LSzWkHOSpMJsbaUl9iUACdHszX
Taol/q9QwiKYk3lXejCxYSA=
=J/RR
-END PGP SIGNATURE-


Accepted:
proftpd-doc_1.3.0-1_all.deb
  to pool/main/p/proftpd/proftpd-doc_1.3.0-1_all.deb
proftpd-ldap_1.3.0-1_all.deb
  to pool/main/p/proftpd/proftpd-ldap_1.3.0-1_all.deb
proftpd-mysql_1.3.0-1_all.deb
  to pool/main/p/proftpd/proftpd-mysql_1.3.0-1_all.deb
proftpd-pgsql_1.3.0-1_all.deb
  to pool/main/p/proftpd/proftpd-pgsql_1.3.0-1_all.deb
proftpd_1.3.0-1.diff.gz
  to pool/main/p/proftpd/proftpd_1.3.0-1.diff.gz
proftpd_1.3.0-1.dsc
  to pool/main/p/proftpd/proftpd_1.3.0-1.dsc
proftpd_1.3.0-1_i386.deb
  to pool/main/p/proftpd/proftpd_1.3.0-1_i386.deb
proftpd_1.3.0.orig.tar.gz
  to pool/main/p/proftpd/proftpd_1.3.0.orig.tar.gz


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



Accepted dstat 0.6.2-1 (source all)

2006-04-18 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 08:50:36 -0700
Source: dstat
Binary: dstat
Architecture: source all
Version: 0.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Andrew Pollock [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 dstat  - versatile resource statistics tool
Closes: 363301
Changes: 
 dstat (0.6.2-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: corrected spelling mistake in package description (closes:
 #363301)
Files: 
 a705ed9edb2ce40d642d4afde0dd19a7 578 admin optional dstat_0.6.2-1.dsc
 f4701a47d5d5e5f8e0884f0319802b28 55039 admin optional dstat_0.6.2.orig.tar.gz
 b5d4036d8f744f72d39cf2f7e0da92f5 4303 admin optional dstat_0.6.2-1.diff.gz
 ed931e0586263d9d3f66012568c3d747 40476 admin optional dstat_0.6.2-1_all.deb

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

iD8DBQFERQuoIblXXKfZFgIRAkZVAKDOEu1IrUECh74MUbIwRBDJgZifYQCeLYZi
BTAE27ioPF0GpHHv12RSqFY=
=UgjS
-END PGP SIGNATURE-


Accepted:
dstat_0.6.2-1.diff.gz
  to pool/main/d/dstat/dstat_0.6.2-1.diff.gz
dstat_0.6.2-1.dsc
  to pool/main/d/dstat/dstat_0.6.2-1.dsc
dstat_0.6.2-1_all.deb
  to pool/main/d/dstat/dstat_0.6.2-1_all.deb
dstat_0.6.2.orig.tar.gz
  to pool/main/d/dstat/dstat_0.6.2.orig.tar.gz


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



Accepted hdparm 6.6-1 (source i386)

2006-04-18 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 13:28:33 +0100
Source: hdparm
Binary: hdparm hdparm-udeb
Architecture: source i386
Version: 6.6-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Gran [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 hdparm - tune hard disk parameters for high performance
 hdparm-udeb - tune hard disk parameters for high performance (udeb)
Closes: 327442 362670 363132
Changes: 
 hdparm (6.6-1) unstable; urgency=low
 .
   * New upstream release
   * man page fixups for -a (closes: #362670)
   * Change to using comparison (==) rather than assignment (=) operators in
 hdparm's udev rules.
   * Stop printing nulls (closes: #363132)
   * Add APM/ACPI discussion to README.Debian (closes: #327442)
Files: 
 274d32dd18b758fc56af149b85c30cf4 585 admin optional hdparm_6.6-1.dsc
 ecea69f775396e4ab6112dcf9066239f 45538 admin optional hdparm_6.6.orig.tar.gz
 bec0fa35604ba3433585f78ab4d6eb54 16121 admin optional hdparm_6.6-1.diff.gz
 5a31ec07e354994239fc7f3c3180a3e9 58968 admin optional hdparm_6.6-1_i386.deb
 465a80a5cad9d0bd313677cba3cf8438 25746 debian-installer optional 
hdparm-udeb_6.6-1_i386.udeb
Package-Type: udeb

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

iD8DBQFERNwPSYIMHOpZA44RAuZZAKCAnAfsw9XKBNxNIAl5TcI+M4jGtACfcbKs
5LWQNcR8cWGeoREMaurrQ9Y=
=XacS
-END PGP SIGNATURE-


Accepted:
hdparm-udeb_6.6-1_i386.udeb
  to pool/main/h/hdparm/hdparm-udeb_6.6-1_i386.udeb
hdparm_6.6-1.diff.gz
  to pool/main/h/hdparm/hdparm_6.6-1.diff.gz
hdparm_6.6-1.dsc
  to pool/main/h/hdparm/hdparm_6.6-1.dsc
hdparm_6.6-1_i386.deb
  to pool/main/h/hdparm/hdparm_6.6-1_i386.deb
hdparm_6.6.orig.tar.gz
  to pool/main/h/hdparm/hdparm_6.6.orig.tar.gz


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



Accepted nozomi 2.0-2 (source all)

2006-04-18 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 13:21:36 +0200
Source: nozomi
Binary: nozomi-source
Architecture: source all
Version: 2.0-2
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 nozomi-source - source for GlobeTrotter HSDPA kernel driver
Closes: 358051
Changes: 
 nozomi (2.0-2) unstable; urgency=low
 .
   * Added KDIR override to rules.modules to allow building for non-running
 kernel version (closes: #358051)
Files: 
 2eebbcdf82abc95692d4c83cf1d844ad 579 net optional nozomi_2.0-2.dsc
 dc88774413f76b7aee93807574d5a2c8 2952 net optional nozomi_2.0-2.diff.gz
 e15e470a1ae410ed09cfadf11b137fc1 28332 net optional nozomi-source_2.0-2_all.deb

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

iD8DBQFERNxBTTx8oVVPtMYRAu0lAJ9WiZ+73v23aJYizB86vst9OT/qRQCgkOCK
fwEnKh+Buu8OCULD5R5g5k8=
=Vp81
-END PGP SIGNATURE-


Accepted:
nozomi-source_2.0-2_all.deb
  to pool/main/n/nozomi/nozomi-source_2.0-2_all.deb
nozomi_2.0-2.diff.gz
  to pool/main/n/nozomi/nozomi_2.0-2.diff.gz
nozomi_2.0-2.dsc
  to pool/main/n/nozomi/nozomi_2.0-2.dsc


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



Accepted cl-ptester 2.1.2-3 (source all)

2006-04-18 Thread Peter Van Eynde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 11:08:09 +0200
Source: cl-ptester
Binary: cl-ptester
Architecture: source all
Version: 2.1.2-3
Distribution: unstable
Urgency: low
Maintainer: Peter Van Eynde [EMAIL PROTECTED]
Changed-By: Peter Van Eynde [EMAIL PROTECTED]
Description: 
 cl-ptester - Test suite for Common Lisp programs
Closes: 363206
Changes: 
 cl-ptester (2.1.2-3) unstable; urgency=low
 .
   * Now uses darcs
   * Updated standard version
   * Fix spelling mistake in package description (Closes: #363206)
Files: 
 9e4f48238a4c93c8e39d3685c17afbb9 583 devel optional cl-ptester_2.1.2-3.dsc
 1746f3be6963ffc28bff2e5287e37898 4205 devel optional cl-ptester_2.1.2-3.diff.gz
 c4f6187615eac5cb4ceed3a11bcf4837 13508 devel optional 
cl-ptester_2.1.2-3_all.deb

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

iD8DBQFEROIB11ldN0tyliURAqe+AKDLGwDNYd/qgNuVLW0PZgsAAw6JlQCfUIK8
wEFr+AJtqB6j+kooJNdDyuE=
=sjeW
-END PGP SIGNATURE-


Accepted:
cl-ptester_2.1.2-3.diff.gz
  to pool/main/c/cl-ptester/cl-ptester_2.1.2-3.diff.gz
cl-ptester_2.1.2-3.dsc
  to pool/main/c/cl-ptester/cl-ptester_2.1.2-3.dsc
cl-ptester_2.1.2-3_all.deb
  to pool/main/c/cl-ptester/cl-ptester_2.1.2-3_all.deb


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



Accepted mpfr 2.2.0.dfsg.1-6 (source i386)

2006-04-18 Thread Laurent Fousse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 14:49:05 +0200
Source: mpfr
Binary: libmpfr-dev libmpfr1
Architecture: source i386
Version: 2.2.0.dfsg.1-6
Distribution: unstable
Urgency: low
Maintainer: Laurent Fousse [EMAIL PROTECTED]
Changed-By: Laurent Fousse [EMAIL PROTECTED]
Description: 
 libmpfr-dev - multiple precision floating-point computation developers tools
 libmpfr1   - multiple precision floating-point computation
Closes: 363287
Changes: 
 mpfr (2.2.0.dfsg.1-6) unstable; urgency=low
 .
   * Don't use buggy longlong.h on s390 (closes: #363287).
Files: 
 925004ad76d00cd23658b35031c517b4 719 math optional mpfr_2.2.0.dfsg.1-6.dsc
 367f5890e009c8599fd11b237f56bbdf 65898 math optional 
mpfr_2.2.0.dfsg.1-6.diff.gz
 6a059c3e306c561997f3aa5ed9cae573 213286 libs optional 
libmpfr1_2.2.0.dfsg.1-6_i386.deb
 e298131a4260389a99a33e4881e3a611 237640 libdevel optional 
libmpfr-dev_2.2.0.dfsg.1-6_i386.deb

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

iD8DBQFEROHzRoAVF6FpbSsRAnbjAJ4rhCZHS3gCKXeQ6lKwH/5P9v9xBgCeMDDW
amecCRmXqdKCwA0Rmah+hV4=
=sZ9W
-END PGP SIGNATURE-


Accepted:
libmpfr-dev_2.2.0.dfsg.1-6_i386.deb
  to pool/main/m/mpfr/libmpfr-dev_2.2.0.dfsg.1-6_i386.deb
libmpfr1_2.2.0.dfsg.1-6_i386.deb
  to pool/main/m/mpfr/libmpfr1_2.2.0.dfsg.1-6_i386.deb
mpfr_2.2.0.dfsg.1-6.diff.gz
  to pool/main/m/mpfr/mpfr_2.2.0.dfsg.1-6.diff.gz
mpfr_2.2.0.dfsg.1-6.dsc
  to pool/main/m/mpfr/mpfr_2.2.0.dfsg.1-6.dsc


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



Accepted pyroman 0.3-2 (source all)

2006-04-18 Thread Erich Schubert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 14:42:19 +0200
Source: pyroman
Binary: pyroman
Architecture: source all
Version: 0.3-2
Distribution: unstable
Urgency: low
Maintainer: Erich Schubert [EMAIL PROTECTED]
Changed-By: Erich Schubert [EMAIL PROTECTED]
Description: 
 pyroman- Firewall configuration tool for complex networks
Closes: 358402 363311
Changes: 
 pyroman (0.3-2) unstable; urgency=low
 .
   * Gnah. Really add python build-dep (Closes: #363311, #358402)
Files: 
 aa7d4e3e929846c1168056e3edcc82dc 568 admin optional pyroman_0.3-2.dsc
 010b5f0acbe7f7d50dc160db41639a6e 3395 admin optional pyroman_0.3-2.diff.gz
 18a5d301d60d55fb7712cca744c3fc84 29344 admin optional pyroman_0.3-2_all.deb

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

iD8DBQFERN8sntB470s6E1wRAphFAKCLkxpku+2jSdQnODFGrt83E2pXtgCcCCxs
fwK/boLsmulwt2z/Ykb7ooQ=
=FNX5
-END PGP SIGNATURE-


Accepted:
pyroman_0.3-2.diff.gz
  to pool/main/p/pyroman/pyroman_0.3-2.diff.gz
pyroman_0.3-2.dsc
  to pool/main/p/pyroman/pyroman_0.3-2.dsc
pyroman_0.3-2_all.deb
  to pool/main/p/pyroman/pyroman_0.3-2_all.deb


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



Accepted emelfm 0.9.2-8 (source i386)

2006-04-18 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 15:02:49 +0200
Source: emelfm
Binary: emelfm
Architecture: source i386
Version: 0.9.2-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Eduard Bloch [EMAIL PROTECTED]
Description: 
 emelfm - file manager for X/gtk
Closes: 363275
Changes: 
 emelfm (0.9.2-8) unstable; urgency=medium
 .
   * orphaning package, QA maintainer set (well, my first package in Debian...)
   * moved binary back to /usr/bin, adapted menu file (closes: #363275)
   * meta changes: debhelper files to level 5, debian/compat and dh_installman
 used now, quotation in menu, policy version
Files: 
 aa40baeb3f656f3faef8c732daf354d6 603 utils optional emelfm_0.9.2-8.dsc
 c321e3f3748665d49e58d5cb2f778e64 25642 utils optional emelfm_0.9.2-8.diff.gz
 06c370b640e9de5af20ded6933baa991 140684 utils optional emelfm_0.9.2-8_i386.deb

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

iD8DBQFEROW34QZIHu3wCMURAqVfAJ9kLGsehRnIkwW2UMorZlrw3y5iOwCgg9Qw
01S+GTJgyPmpK6KYbleTozk=
=fU5q
-END PGP SIGNATURE-


Accepted:
emelfm_0.9.2-8.diff.gz
  to pool/main/e/emelfm/emelfm_0.9.2-8.diff.gz
emelfm_0.9.2-8.dsc
  to pool/main/e/emelfm/emelfm_0.9.2-8.dsc
emelfm_0.9.2-8_i386.deb
  to pool/main/e/emelfm/emelfm_0.9.2-8_i386.deb


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



Accepted sng 1.0.2-5 (source i386)

2006-04-18 Thread Wesley J. Landaker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 06:18:39 -0600
Source: sng
Binary: sng
Architecture: source i386
Version: 1.0.2-5
Distribution: unstable
Urgency: low
Maintainer: Wesley J. Landaker [EMAIL PROTECTED]
Changed-By: Wesley J. Landaker [EMAIL PROTECTED]
Description: 
 sng- a specialized markup language for representing PNG contents
Closes: 363308
Changes: 
 sng (1.0.2-5) unstable; urgency=low
 .
   * X11R7 transition
   * Fix build-depends (closes: #363308)
Files: 
 6205835f97be27778b7538e126fda5ef 578 graphics optional sng_1.0.2-5.dsc
 212ff77b218a170146cbe0569041e61a 60212 graphics optional sng_1.0.2-5.diff.gz
 df2c834c4d341eff42f0bc0c9bfc857f 35108 graphics optional sng_1.0.2-5_i386.deb

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

iD8DBQFERRuD8KmKTEzW49IRAl7nAJ976RVHPW8SHTc5A4GmOGpAGPJLZACfdvA7
Cd7b45ZNTlvaao0Uv41UzNs=
=xcuT
-END PGP SIGNATURE-


Accepted:
sng_1.0.2-5.diff.gz
  to pool/main/s/sng/sng_1.0.2-5.diff.gz
sng_1.0.2-5.dsc
  to pool/main/s/sng/sng_1.0.2-5.dsc
sng_1.0.2-5_i386.deb
  to pool/main/s/sng/sng_1.0.2-5_i386.deb


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



Accepted poppler 0.4.5-4 (source i386)

2006-04-18 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 17 Mar 2006 17:13:33 +0100
Source: poppler
Binary: libpoppler-glib-dev poppler-utils libpoppler0c2-qt libpoppler-qt-dev 
libpoppler-dev libpoppler0c2-glib libpoppler0c2
Architecture: source i386
Version: 0.4.5-4
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Ondřej Surý [EMAIL PROTECTED]
Description: 
 libpoppler-dev - PDF rendering library -- development files
 libpoppler-glib-dev - PDF rendering library -- development files (GLib 
interface)
 libpoppler-qt-dev - PDF rendering library -- development files (Qt interface)
 libpoppler0c2 - PDF rendering library
 libpoppler0c2-glib - PDF rendering library (GLib-based shared library)
 libpoppler0c2-qt - PDF rendering library (Qt-based shared library)
 poppler-utils - PDF utilitites (based on libpoppler)
Closes: 357479
Changes: 
 poppler (0.4.5-4) unstable; urgency=low
 .
   * Fix FTBFS with gcc 4.1 (Closes: #357479)
Files: 
 8b77792079e140852a36f70a89e43196 1691 devel optional poppler_0.4.5-4.dsc
 774b04a7d675067eef19d56de6b04b67 494369 devel optional poppler_0.4.5-4.diff.gz
 08cc68fdb3ea14a2933fb89843deb4e9 438620 libs optional 
libpoppler0c2_0.4.5-4_i386.deb
 d837d78f5222b2390ed48d0491c4901c 574892 libdevel optional 
libpoppler-dev_0.4.5-4_i386.deb
 ff609583a816bea27e8fc0f3029086c7 40116 libs optional 
libpoppler0c2-glib_0.4.5-4_i386.deb
 9238cf31f62b67b5500fed305e6fce4b 43700 libdevel optional 
libpoppler-glib-dev_0.4.5-4_i386.deb
 b9eb9e61becd51d31e5a42c3fc1eeb9d 28774 libs optional 
libpoppler0c2-qt_0.4.5-4_i386.deb
 a1e1b7e8899d46b7f67d9d916ef3710f 29646 libdevel optional 
libpoppler-qt-dev_0.4.5-4_i386.deb
 683c9cbf0b6ff7ab50b0eade94ff86fe 80386 utils optional 
poppler-utils_0.4.5-4_i386.deb

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

iD8DBQFEROl89OZqfMIN8nMRAmjhAJ9PElgAmBpBspKHDjNGgneWSfcrygCfapNk
W1acLgVGMX6Cbe6OMqBvgIQ=
=RBtp
-END PGP SIGNATURE-


Accepted:
libpoppler-dev_0.4.5-4_i386.deb
  to pool/main/p/poppler/libpoppler-dev_0.4.5-4_i386.deb
libpoppler-glib-dev_0.4.5-4_i386.deb
  to pool/main/p/poppler/libpoppler-glib-dev_0.4.5-4_i386.deb
libpoppler-qt-dev_0.4.5-4_i386.deb
  to pool/main/p/poppler/libpoppler-qt-dev_0.4.5-4_i386.deb
libpoppler0c2-glib_0.4.5-4_i386.deb
  to pool/main/p/poppler/libpoppler0c2-glib_0.4.5-4_i386.deb
libpoppler0c2-qt_0.4.5-4_i386.deb
  to pool/main/p/poppler/libpoppler0c2-qt_0.4.5-4_i386.deb
libpoppler0c2_0.4.5-4_i386.deb
  to pool/main/p/poppler/libpoppler0c2_0.4.5-4_i386.deb
poppler-utils_0.4.5-4_i386.deb
  to pool/main/p/poppler/poppler-utils_0.4.5-4_i386.deb
poppler_0.4.5-4.diff.gz
  to pool/main/p/poppler/poppler_0.4.5-4.diff.gz
poppler_0.4.5-4.dsc
  to pool/main/p/poppler/poppler_0.4.5-4.dsc


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



Accepted initramfs-tools 0.60 (source all)

2006-04-18 Thread maximilian attems
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 13:33:18 +0200
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.60
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team debian-kernel@lists.debian.org
Changed-By: maximilian attems [EMAIL PROTECTED]
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 348147 358649 358917 362568 362816
Changes: 
 initramfs-tools (0.60) unstable; urgency=low
 .
   E ho trovato l'invasor
 .
   * scripts/functions: Allow boot scripts to modify exported boot parameters.
 Thanks David Härdeman [EMAIL PROTECTED] for the patch. (closes: 348147)
 This allows the inclusion of cryptoroot hooks to cryptsetup!
 .
   * init: add cryptopts parsing and export.
 .
   * init: Move parse_numeric down to the mounting root block.
 .
   * init, scripts/local: Allow rootflags to be passed in kernel cmdline.
 Thanks Thomas Luzat [EMAIL PROTECTED] for the patch. (closes: #358917)
 .
   * init: Allow passing nfs root mount option in kernel cmdline.  Thanks
 Brian Brunswick [EMAIL PROTECTED] for the patch. (closes: #358649)
 .
   * update-initramfs: s/ALL/all/, fix it to actually run on update in non
 verbose mode. (closes: #362568)
 .
   * update-initramfs: Warn in big letters about grub and lilo installs.
 (closes: #362816)
 .
   * debian/bug: Add reportbug script with info about cmdline, fs and lsmod.
 .
   * initramfs-tools(8): Document the /conf/param.conf feature.
 .
   * mkinitramfs-kpkg(8): Spell out, why the wrapper script is needed.
Files: 
 0786e9cffe33196a2389d3f42a67899b 629 utils optional initramfs-tools_0.60.dsc
 885180fc00f9e98da0d1c5a5f3d9236c 37338 utils optional 
initramfs-tools_0.60.tar.gz
 5c42f6e800e87b6b7f184ad610214bfc 43460 utils optional 
initramfs-tools_0.60_all.deb

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

iD8DBQFERO9b6n7So0GVSSARApyGAJ9SHAGjt/wSOWtMjvmnl8NRIGR7+wCeP5BH
X5hmYN6Wbum45lb/hKhyzig=
=MRhR
-END PGP SIGNATURE-


Accepted:
initramfs-tools_0.60.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.60.dsc
initramfs-tools_0.60.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.60.tar.gz
initramfs-tools_0.60_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.60_all.deb


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



Accepted lastfmsubmitd 0.28-1 (source all)

2006-04-18 Thread Decklin Foster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 10:08:17 -0400
Source: lastfmsubmitd
Binary: lastfmsubmitd
Architecture: source all
Version: 0.28-1
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster [EMAIL PROTECTED]
Changed-By: Decklin Foster [EMAIL PROTECTED]
Description: 
 lastfmsubmitd - submission daemon for the Last.fm social music network
Changes: 
 lastfmsubmitd (0.28-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 04fa6706a526a946fb00a538d6366e8a 603 sound optional lastfmsubmitd_0.28-1.dsc
 6ba61d5e7af6e15c53da943940c859c5 21331 sound optional 
lastfmsubmitd_0.28.orig.tar.gz
 2f9386f075b7f36e70ee810fcd1b150c 3875 sound optional 
lastfmsubmitd_0.28-1.diff.gz
 176e1f727ed782fdfe8be3382f134176 28530 sound optional 
lastfmsubmitd_0.28-1_all.deb

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

iD8DBQFERPMQuIJGh/GWjRsRAs7OAJ9EAHXdDD+gvK46TfICt1RTlQDbhQCggMTy
KvXYt++09i1duebRehuE6VQ=
=l57C
-END PGP SIGNATURE-


Accepted:
lastfmsubmitd_0.28-1.diff.gz
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.28-1.diff.gz
lastfmsubmitd_0.28-1.dsc
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.28-1.dsc
lastfmsubmitd_0.28-1_all.deb
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.28-1_all.deb
lastfmsubmitd_0.28.orig.tar.gz
  to pool/main/l/lastfmsubmitd/lastfmsubmitd_0.28.orig.tar.gz


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



Accepted adplay 1.4-4 (source i386)

2006-04-18 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 17 Apr 2006 21:22:00 +0100
Source: adplay
Binary: adplay
Architecture: source i386
Version: 1.4-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 adplay - console-based OPL2 audio player
Closes: 361462
Changes: 
 adplay (1.4-4) unstable; urgency=low
 .
   * Adjusted Build-Depends for non-linux ports (Closes: #361462).
Files: 
 d1b18ad5084d3fa1b82d3dc38935cf95 704 sound optional adplay_1.4-4.dsc
 d84448c59ecd3c79e072f25234ffa0b2 15995 sound optional adplay_1.4-4.diff.gz
 c25836b7a2179459b6e4b56ab5f59805 22788 sound optional adplay_1.4-4_i386.deb

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

iD8DBQFERPHpxa93SlhRC1oRAmboAJ4mAa65i1pnDrhIFRh+sUweCvQTdwCgq/Ei
Q1b/J+s1WI603Kb4+G9wI7o=
=QA4C
-END PGP SIGNATURE-


Accepted:
adplay_1.4-4.diff.gz
  to pool/main/a/adplay/adplay_1.4-4.diff.gz
adplay_1.4-4.dsc
  to pool/main/a/adplay/adplay_1.4-4.dsc
adplay_1.4-4_i386.deb
  to pool/main/a/adplay/adplay_1.4-4_i386.deb


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



Accepted gnudoq 0.93.dfsg.1-4 (source i386)

2006-04-18 Thread Arnaud Cornet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 13 Apr 2006 17:12:43 +0200
Source: gnudoq
Binary: gnudoq
Architecture: source i386
Version: 0.93.dfsg.1-4
Distribution: unstable
Urgency: low
Maintainer: Arnaud Cornet [EMAIL PROTECTED]
Changed-By: Arnaud Cornet [EMAIL PROTECTED]
Description: 
 gnudoq - An open source, graphical Su Doku generator and solver with print
Changes: 
 gnudoq (0.93.dfsg.1-4) unstable; urgency=low
 .
   * Added menu entry and desktop file.
Files: 
 38255cab0f10e47bd4483dc5c2312455 632 games optional gnudoq_0.93.dfsg.1-4.dsc
 a4677f9778322271c6596dfd9bd516bf 3898 games optional 
gnudoq_0.93.dfsg.1-4.diff.gz
 e8687239f288d64b9baf0f16b1b1c6db 50268 games optional 
gnudoq_0.93.dfsg.1-4_i386.deb

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

iD8DBQFERPmUsczZcpAmcIYRAuYzAJ9d2SCyDg/dassCzt5S0bgBurozlwCeIGE4
9Y+jpEmP3R/SgdK9Glwljp0=
=52jf
-END PGP SIGNATURE-


Accepted:
gnudoq_0.93.dfsg.1-4.diff.gz
  to pool/main/g/gnudoq/gnudoq_0.93.dfsg.1-4.diff.gz
gnudoq_0.93.dfsg.1-4.dsc
  to pool/main/g/gnudoq/gnudoq_0.93.dfsg.1-4.dsc
gnudoq_0.93.dfsg.1-4_i386.deb
  to pool/main/g/gnudoq/gnudoq_0.93.dfsg.1-4_i386.deb


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



Accepted debhelper 5.0.32 (source all)

2006-04-18 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 10:13:54 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 5.0.32
Distribution: unstable
Urgency: low
Maintainer: Joey Hess [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 debhelper  - helper programs for debian/rules
Closes: 363307
Changes: 
 debhelper (5.0.32) unstable; urgency=low
 .
   * dh_installudev: Include rules.d directory so symlink can be made even
 before udev is installed. Closes: #363307
Files: 
 2cf5ef8933509143dab652f7f62c403b 494 devel optional debhelper_5.0.32.dsc
 21807eceb34a8452bc46c5bcda634c83 264804 devel optional debhelper_5.0.32.tar.gz
 706ba0d9289324c77fb0d7560139235c 508784 devel optional debhelper_5.0.32_all.deb

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

iD8DBQFERPYc2tp5zXiKP0wRAp2cAJ9ifFYs90YQRmapuZnlKlyYz33uDACfVhR1
0u0SYCE43nkOU8GtKZt6uFM=
=Z+AP
-END PGP SIGNATURE-


Accepted:
debhelper_5.0.32.dsc
  to pool/main/d/debhelper/debhelper_5.0.32.dsc
debhelper_5.0.32.tar.gz
  to pool/main/d/debhelper/debhelper_5.0.32.tar.gz
debhelper_5.0.32_all.deb
  to pool/main/d/debhelper/debhelper_5.0.32_all.deb


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



Accepted unionfs 1.1.4+20060417.0541+debian-1 (source i386 all)

2006-04-18 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 17 Apr 2006 13:58:00 +0100
Source: unionfs
Binary: unionfs-modules-2.6.16-1-bvme6000 unionfs-modules-2.6.16-1-mckinley-smp 
unionfs-modules-2.6-alpha-smp unionfs-modules-2.6.16-1-mac 
unionfs-modules-2.6-amd64-generic unionfs-modules-2.6-parisc64 
unionfs-modules-2.6.16-1-parisc64-smp unionfs-modules-2.6.16-1-powerpc 
unionfs-modules-2.6.16-1-amd64-generic unionfs-modules-2.6.16-1-atari 
unionfs-modules-2.6-mckinley-smp unionfs-modules-2.6.16-1-itanium 
unionfs-modules-2.6.16-1-hp unionfs-modules-2.6-sparc64 
unionfs-modules-2.6-r5k-ip32 unionfs-modules-2.6-amd64-k8-smp 
unionfs-modules-2.6-r4k-ip22 unionfs-modules-2.6.16-1-itanium-smp 
unionfs-modules-2.6-k7 unionfs-modules-2.6-powerpc-smp 
unionfs-modules-2.6-s3c2410 unionfs-modules-2.6-rpc unionfs-source 
unionfs-modules-2.6.16-1-sb1-bcm91250a unionfs-modules-2.6.16-1-amd64-k8-smp 
unionfs-modules-2.6.16-1-footbridge unionfs-modules-2.6-footbridge 
unionfs-modules-2.6-itanium-smp unionfs-modules-2.6-486 
unionfs-modules-2.6.16-1-parisc64 unionfs-modules-2.6.16-1-k7 
unionfs-modules-2.6.16-1-mckinley unionfs-modules-2.6.16-1-parisc-smp 
unionfs-modules-2.6-amiga unionfs-modules-2.6.16-1-s390 
unionfs-modules-2.6.16-1-amiga unionfs-modules-2.6.16-1-686-smp 
unionfs-modules-2.6-mckinley unionfs-modules-2.6.16-1-alpha-legacy 
unionfs-modules-2.6.16-1-rpc unionfs-modules-2.6.16-1-486 
unionfs-modules-2.6.16-1-ixp4xx unionfs-modules-2.6-s390 
unionfs-modules-2.6.16-1-r5k-cobalt unionfs-modules-2.6.16-1-sparc64 
unionfs-modules-2.6-powerpc unionfs-modules-2.6-686 
unionfs-modules-2.6.16-1-powerp64 unionfs-modules-2.6-nslu2 
unionfs-modules-2.6.16-1-sparc64-smp unionfs-modules-2.6.16-1-sb1a-bcm91480b 
unionfs-modules-2.6-hp unionfs-modules-2.6-mvme147 unionfs-modules-2.6-q40 
unionfs-modules-2.6.16-1-nslu2 unionfs-modules-2.6.16-1-sparc32 
unionfs-modules-2.6-amd64-k8 unionfs-modules-2.6.16-1-686 
unionfs-modules-2.6-sun3 unionfs-modules-2.6-mvme16x 
unionfs-modules-2.6.16-1-powerpc-miboot unionfs-modules-2.6-em64t-p4-smp 
unionfs-modules-2.6-s390x unionfs-modules-2.6-alpha-legacy 
unionfs-modules-2.6-ixp4xx unionfs-modules-2.6-alpha-generic 
unionfs-modules-2.6-sb1a-bcm91480b unionfs-modules-2.6-686-smp 
unionfs-modules-2.6-atari unionfs-modules-2.6-powerpc64 
unionfs-modules-2.6-sparc64-smp unionfs-modules-2.6.16-1-sun3 
unionfs-modules-2.6.16-1-r4k-ip22 unionfs-modules-2.6.16-1-powerpc-smp 
unionfs-tools unionfs-modules-2.6-r5k-cobalt unionfs-utils 
unionfs-modules-2.6-sparc32 unionfs-modules-2.6-k7-smp 
unionfs-modules-2.6.16-1-mvme147 unionfs-modules-2.6-sb1-bcm91250a 
unionfs-modules-2.6.16-1-em64t-p4-smp unionfs-modules-2.6.16-1-s390x 
unionfs-modules-2.6-itanium unionfs-modules-2.6.16-1-s3c2410 
unionfs-modules-2.6-parisc-smp unionfs-modules-2.6.16-1-em64t-p4 
unionfs-modules-2.6.16-1-k7-smp unionfs-modules-2.6-parisc64-smp 
unionfs-modules-2.6-em64t-p4 unionfs-modules-2.6-mac 
unionfs-modules-2.6.16-1-r5k-ip32 unionfs-modules-2.6.16-1-mvme16x 
unionfs-modules-2.6.16-1-parisc unionfs-modules-2.6.16-1-amd64-k8 
unionfs-modules-2.6-parisc unionfs-modules-2.6-bvme6000 
unionfs-modules-2.6.16-1-alpha-smp unionfs-modules-2.6.16-1-alpha-generic 
unionfs-modules-2.6-powerpc-miboot unionfs-modules-2.6.16-1-q40
Architecture: source i386 all
Version: 1.1.4+20060417.0541+debian-1
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 unionfs-modules-2.6-486 - Union filesystem module for 486-class machines
 unionfs-modules-2.6-686 - Union filesystem module for PPro/Celeron/PII/PIII/P4 
machines
 unionfs-modules-2.6-686-smp - Union filesystem module for 
PPro/Celeron/PII/PIII/P4 SMP machines
 unionfs-modules-2.6-k7 - Union filesystem module for AMD K7 machines
 unionfs-modules-2.6-k7-smp - Union filesystem module for AMD K7 SMP machines
 unionfs-modules-2.6.16-1-486 - Union filesystem module for Linux 2.6.16-1-486
 unionfs-modules-2.6.16-1-686 - Union filesystem module for Linux 2.6.16-1-686
 unionfs-modules-2.6.16-1-686-smp - Union filesystem module for Linux 
2.6.16-1-686-smp
 unionfs-modules-2.6.16-1-k7 - Union filesystem module for Linux 2.6.16-1-k7
 unionfs-modules-2.6.16-1-k7-smp - Union filesystem module for Linux 
2.6.16-1-k7-smp
 unionfs-source - Source for the union filesystem
 unionfs-tools - Tools to manage unionfs filesystems
 unionfs-utils - Transition package for unionfs-tools rename
Closes: 361570
Changes: 
 unionfs (1.1.4+20060417.0541+debian-1) experimental; urgency=low
 .
   * New snapshot:
 - builds with newer GCC versions (Closes: #361570).
   * Rebuild upstream-tarball without debian-directory.
Files: 
 4f8e7decf63c65f02e4db24f6f903410 3895 misc optional 
unionfs_1.1.4+20060417.0541+debian-1.dsc
 3ba9ef62ba59b75047c9f09572ac0467 150969 misc optional 
unionfs_1.1.4+20060417.0541+debian.orig.tar.gz
 b28038460d5073376f490643b4e12258 8673 misc optional 

Accepted linux-2.6 2.6.16-8 (source all powerpc)

2006-04-18 Thread Bastian Blank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 16:22:31 +0200
Source: linux-2.6
Binary: linux-image-sun3 linux-image-2.6-vserver-amd64-k8 
linux-headers-2.6.16-1-mvme16x linux-image-2.6-powerpc-miboot 
linux-headers-2.6.16-1-sparc64-smp linux-image-2.6-footbridge 
linux-image-2.6.16-1-mvme147 linux-image-2.6-parisc64 kernel-image-2.6-686-smp 
kernel-image-2.6-386 linux-headers-2.6-s390 linux-image-2.6.16-1-parisc 
linux-headers-2.6-nslu2 linux-image-2.6.16-1-vserver-amd64-k8 
linux-support-2.6.16-1 linux-image-mvme16x linux-image-2.6.16-1-s390 
linux-headers-2.6.16-1-em64t-p4 linux-image-2.6-s390 
linux-headers-2.6.16-1-all-i386 linux-headers-2.6-mvme147 
linux-image-2.6.16-1-sparc64 linux-image-2.6-sb1a-bcm91480b 
kernel-image-2.6-itanium-smp linux-image-2.6-r5k-cobalt linux-image-2.6-q40 
kernel-image-2.6-k7-smp linux-image-r5k-ip32 linux-headers-2.6-powerpc-miboot 
linux-headers-2.6.16-1-alpha-generic linux-image-2.6.16-1-rpc 
linux-headers-2.6-r5k-cobalt linux-image-2.6.16-1-alpha-legacy 
linux-headers-2.6.16-1-all-ia64 linux-image-nslu2 
linux-image-2.6.16-1-powerpc-miboot linux-image-2.6-itanium 
linux-image-2.6.16-1-vserver-k7 linux-image-amd64-k8-smp 
linux-image-2.6-parisc-smp linux-headers-2.6.16-1-vserver 
linux-headers-2.6-vserver-em64t-p4 linux-image-2.6.16-1-sparc64-smp 
linux-image-2.6.16-1-parisc64-smp linux-headers-2.6-amd64-generic 
linux-image-sparc32 linux-image-amiga linux-image-2.6-k7 
linux-image-2.6.16-1-powerpc linux-headers-2.6-sb1-bcm91250a 
linux-image-em64t-p4-smp linux-image-2.6-powerpc linux-image-2.6-hp 
linux-headers-2.6.16-1-s390 kernel-image-2.6-mckinley linux-image-powerpc-smp 
linux-headers-2.6.16-1-all kernel-image-2.6-power3 
linux-headers-2.6.16-1-vserver-686 linux-image-sb1a-bcm91480b 
linux-image-2.6-sb1-bcm91250a linux-headers-2.6.16-1-alpha-legacy 
kernel-image-2.6-generic linux-headers-2.6.16-1-parisc-smp 
linux-headers-2.6-amd64-k8-smp linux-headers-2.6.16-1-mckinley-smp 
linux-image-2.6.16-1-hp linux-headers-2.6.16-1-sparc32 
linux-headers-2.6-powerpc linux-headers-2.6.16-1-mac linux-headers-2.6-sparc64 
linux-headers-2.6-hp linux-headers-2.6-powerpc64 linux-image-2.6.16-1-bvme6000 
linux-image-2.6.16-1-k7 linux-headers-2.6.16-1-q40 linux-image-2.6.16-1-nslu2 
linux-patch-debian-2.6.16 linux-image-2.6.16-1-amd64-generic 
linux-image-2.6.16-1-footbridge linux-headers-2.6-em64t-p4 
linux-image-2.6.16-1-k7-smp linux-image-vserver-686 linux-headers-2.6-bvme6000 
linux-image-bvme6000 linux-image-s3c2410 linux-headers-2.6-vserver-k7 
linux-headers-2.6-mckinley-smp kernel-image-2.6-power4-smp 
linux-image-vserver-k7 linux-image-k7-smp linux-headers-2.6.16-1-rpc 
linux-image-2.6-sparc32 linux-source-2.6.16 linux-image-2.6-parisc 
linux-image-2.6-bvme6000 linux-image-mckinley linux-image-2.6-alpha-legacy 
linux-image-itanium-smp linux-doc-2.6.16 linux-image-2.6.16-1-686 
linux-image-2.6-sparc64-smp linux-headers-2.6-parisc linux-image-2.6-ixp4xx 
linux-image-2.6-vserver-686 kernel-image-2.6-k7 linux-headers-2.6.16-1-all-hppa 
linux-image-ixp4xx linux-image-rpc linux-image-2.6-mac 
kernel-image-2.6-power3-smp linux-image-r5k-cobalt linux-image-2.6-s390x 
linux-headers-2.6.16-1-parisc64-smp linux-headers-2.6.16-1-all-mipsel 
linux-headers-2.6-sparc32 linux-image-2.6-amd64-k8 
linux-headers-2.6.16-1-all-powerpc linux-tree-2.6.16 
linux-headers-2.6.16-1-vserver-em64t-p4 linux-image-2.6.16-1-ixp4xx 
linux-image-2.6-sparc64 linux-headers-2.6.16-1-bvme6000 linux-image-amd64-k8 
kernel-image-power4 linux-headers-2.6.16-1-vserver-powerpc64 
linux-image-2.6.16-1-mckinley-smp linux-headers-2.6-k7-smp 
linux-headers-2.6.16-1-powerpc-miboot linux-headers-2.6.16-1-r4k-ip22 
linux-image-2.6.16-1-sb1a-bcm91480b linux-image-em64t-p4 
linux-image-2.6-686-smp linux-headers-2.6.16-1-vserver-amd64-k8 
linux-image-2.6-vserver-em64t-p4 linux-manual-2.6.16 linux-image-mvme147 
linux-image-2.6-vserver-k7 linux-image-686-smp linux-image-2.6-alpha-smp 
linux-image-686 linux-image-2.6.16-1-s3c2410 linux-image-alpha-generic 
linux-image-s390x linux-image-486 linux-headers-2.6.16-1-amd64-k8-smp 
linux-headers-2.6.16-1-k7-smp linux-headers-2.6.16-1-footbridge 
linux-headers-2.6.16-1-amd64-generic linux-image-2.6.16-1-sun3 
linux-headers-2.6-amiga linux-headers-2.6.16-1-all-m68k kernel-image-power3 
linux-image-2.6-powerpc64 linux-headers-2.6-parisc-smp kernel-image-power4-smp 
linux-headers-2.6-486 kernel-image-2.6-sparc64 kernel-image-2.6-itanium 
linux-headers-2.6.16-1-powerpc-smp linux-image-2.6.16-1-vserver-686 
linux-image-sparc64 linux-image-2.6.16-1-mvme16x linux-image-2.6-em64t-p4-smp 
linux-headers-2.6-itanium linux-image-2.6-686 linux-image-2.6.16-1-mckinley 
linux-image-2.6.16-1-em64t-p4 linux-headers-2.6.16-1-r5k-cobalt 
linux-image-2.6.16-1-itanium linux-image-2.6.16-1-alpha-generic 
linux-image-2.6-amd64-generic linux-image-2.6-486 linux-headers-2.6-vserver-686 
linux-headers-2.6-vserver-amd64-k8 linux-image-2.6-amd64-k8-smp 
linux-image-itanium 

Accepted doodle 0.6.3+2496-2 (source i386)

2006-04-18 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 09:16:00 +0100
Source: doodle
Binary: libdoodle1 libdoodle-dev doodled doodle
Architecture: source i386
Version: 0.6.3+2496-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 doodle - Desktop Search Engine (Client)
 doodled- Desktop Search Engine (Daemon)
 libdoodle-dev - Desktop Search Engine (Development)
 libdoodle1 - Desktop Search Engine (Library)
Closes: 363262
Changes: 
 doodle (0.6.3+2496-2) unstable; urgency=low
 .
   * Fixed descriptions' spelling (Closes: #363262).
Files: 
 24527b9399af425c9f454dcea67ff850 678 utils optional doodle_0.6.3+2496-2.dsc
 b5420b3b8be087c2cfb35a1ba5d2661b 6357 utils optional 
doodle_0.6.3+2496-2.diff.gz
 6749ca7b4ea0fd82d8290608d20b5740 46814 utils optional 
doodle_0.6.3+2496-2_i386.deb
 9bc49468783fcb987d42e504f744f73a 23358 utils optional 
doodled_0.6.3+2496-2_i386.deb
 57c8089259a1c8eeb1f2ea43909909ee 26952 libs optional 
libdoodle1_0.6.3+2496-2_i386.deb
 a86dc306c2bc83eea6cfb9193681edda 26592 libdevel optional 
libdoodle-dev_0.6.3+2496-2_i386.deb

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

iD8DBQFERP25xa93SlhRC1oRAjc2AJ4lA6Hpw1FGvwyTOxjsV8PaxiJIGACgjCK6
i9QWmNBgEcaLm+F9EOTQG7A=
=ZA03
-END PGP SIGNATURE-


Accepted:
doodle_0.6.3+2496-2.diff.gz
  to pool/main/d/doodle/doodle_0.6.3+2496-2.diff.gz
doodle_0.6.3+2496-2.dsc
  to pool/main/d/doodle/doodle_0.6.3+2496-2.dsc
doodle_0.6.3+2496-2_i386.deb
  to pool/main/d/doodle/doodle_0.6.3+2496-2_i386.deb
doodled_0.6.3+2496-2_i386.deb
  to pool/main/d/doodle/doodled_0.6.3+2496-2_i386.deb
libdoodle-dev_0.6.3+2496-2_i386.deb
  to pool/main/d/doodle/libdoodle-dev_0.6.3+2496-2_i386.deb
libdoodle1_0.6.3+2496-2_i386.deb
  to pool/main/d/doodle/libdoodle1_0.6.3+2496-2_i386.deb


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



Accepted elementtree 1.2.6-6 (source all)

2006-04-18 Thread Raphael Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 13:00:50 +
Source: elementtree
Binary: python-elementtree python2.4-elementtree python-elementtree-doc 
python2.3-elementtree
Architecture: source all
Version: 1.2.6-6
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team [EMAIL PROTECTED]
Changed-By: Raphael Hertzog [EMAIL PROTECTED]
Description: 
 python-elementtree - Light-weight toolkit for XML processing
 python-elementtree-doc - Documentation for ElementTree
 python2.3-elementtree - Light-weight toolkit for XML processing
 python2.4-elementtree - Light-weight toolkit for XML processing
Changes: 
 elementtree (1.2.6-6) unstable; urgency=low
 .
   * Add some basic egg support for packages which need it (and kid does).
   * Add myself to Uploaders.
Files: 
 dd1863e6053b480553d3bd966ce97d5e 868 python optional elementtree_1.2.6-6.dsc
 dff51b0440989a521f7f79d42f8045c2 2813 python optional 
elementtree_1.2.6-6.diff.gz
 5848d9774362767b1ded7b2799e2712b 7990 python optional 
python-elementtree_1.2.6-6_all.deb
 60dcc2c0a46f8c688d75f2e94146db06 29220 python optional 
python2.3-elementtree_1.2.6-6_all.deb
 751a3fe74bdf760ae35c7cef3ba699dc 29222 python optional 
python2.4-elementtree_1.2.6-6_all.deb
 ae560802882709d4b46d09076027ddf9 20688 doc optional 
python-elementtree-doc_1.2.6-6_all.deb

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

iD8DBQFERS/zvPbGD26BadIRAldGAJ9dGcHkJoNNK7mFEgcOhkGNYpdjGACggWx9
Tz7vQJ83ps2nwi8Ntct1NXI=
=86Hu
-END PGP SIGNATURE-


Accepted:
elementtree_1.2.6-6.diff.gz
  to pool/main/e/elementtree/elementtree_1.2.6-6.diff.gz
elementtree_1.2.6-6.dsc
  to pool/main/e/elementtree/elementtree_1.2.6-6.dsc
python-elementtree-doc_1.2.6-6_all.deb
  to pool/main/e/elementtree/python-elementtree-doc_1.2.6-6_all.deb
python-elementtree_1.2.6-6_all.deb
  to pool/main/e/elementtree/python-elementtree_1.2.6-6_all.deb
python2.3-elementtree_1.2.6-6_all.deb
  to pool/main/e/elementtree/python2.3-elementtree_1.2.6-6_all.deb
python2.4-elementtree_1.2.6-6_all.deb
  to pool/main/e/elementtree/python2.4-elementtree_1.2.6-6_all.deb


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



Accepted stroq 0.2-3 (source i386)

2006-04-18 Thread Arnaud Cornet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 13 Apr 2006 16:28:22 +0200
Source: stroq
Binary: stroq
Architecture: source i386
Version: 0.2-3
Distribution: unstable
Urgency: low
Maintainer: Arnaud Cornet [EMAIL PROTECTED]
Changed-By: Arnaud Cornet [EMAIL PROTECTED]
Description: 
 stroq  - A Polarium/Chokkan Hitofude clone
Closes: 362433
Changes: 
 stroq (0.2-3) unstable; urgency=low
 .
   * Added icon and menu entry (Closes: Bug#362433).
   * Added .desktop file.
Files: 
 d93001379b93b82daa6b15a440a0e362 593 games optional stroq_0.2-3.dsc
 dac3e3bd3b58a1b5b9f80d7bc2af201c 4953 games optional stroq_0.2-3.diff.gz
 20de2644a9f97056ed911e0d62c0d790 162430 games optional stroq_0.2-3_i386.deb

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

iD8DBQFERPvTsczZcpAmcIYRAt+/AJ9xyAkOmUCVRSS3k+eU9ghHcDNdngCcDbkg
W6PZ3N/7f0LONfWYt4ZVVj8=
=p7UW
-END PGP SIGNATURE-


Accepted:
stroq_0.2-3.diff.gz
  to pool/main/s/stroq/stroq_0.2-3.diff.gz
stroq_0.2-3.dsc
  to pool/main/s/stroq/stroq_0.2-3.dsc
stroq_0.2-3_i386.deb
  to pool/main/s/stroq/stroq_0.2-3_i386.deb


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



Accepted liblist-moreutils-perl 0.19-1 (source i386)

2006-04-18 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 16:48:21 +0200
Source: liblist-moreutils-perl
Binary: liblist-moreutils-perl
Architecture: source i386
Version: 0.19-1
Distribution: unstable
Urgency: low
Maintainer: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 liblist-moreutils-perl - Addition list functions not found in List::Util
Changes: 
 liblist-moreutils-perl (0.19-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 9d54a18f87e2413e21aa188f21857247 693 perl optional 
liblist-moreutils-perl_0.19-1.dsc
 2cbcb4a96b4570cb28dfcbb2d0c6b08c 22066 perl optional 
liblist-moreutils-perl_0.19.orig.tar.gz
 d7cb5003c853cdc54da0ef391a314cbf 2340 perl optional 
liblist-moreutils-perl_0.19-1.diff.gz
 01a2d1ffb6aa79889c13e43b6d111fb3 58018 perl optional 
liblist-moreutils-perl_0.19-1_i386.deb

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

iD8DBQFERPy1+NMfSd6w7DERAv49AKCSr6NokBAa6zEaZyGwVjzlkNMALgCgk2ym
xLjyE19292AMurShDUyNwXI=
=n/yq
-END PGP SIGNATURE-


Accepted:
liblist-moreutils-perl_0.19-1.diff.gz
  to pool/main/libl/liblist-moreutils-perl/liblist-moreutils-perl_0.19-1.diff.gz
liblist-moreutils-perl_0.19-1.dsc
  to pool/main/libl/liblist-moreutils-perl/liblist-moreutils-perl_0.19-1.dsc
liblist-moreutils-perl_0.19-1_i386.deb
  to 
pool/main/libl/liblist-moreutils-perl/liblist-moreutils-perl_0.19-1_i386.deb
liblist-moreutils-perl_0.19.orig.tar.gz
  to 
pool/main/libl/liblist-moreutils-perl/liblist-moreutils-perl_0.19.orig.tar.gz


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



Accepted dealer 0.20040530-2 (source i386)

2006-04-18 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 17:14:34 +0200
Source: dealer
Binary: dealer
Architecture: source i386
Version: 0.20040530-2
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg [EMAIL PROTECTED]
Changed-By: Christoph Berg [EMAIL PROTECTED]
Description: 
 dealer - bridge hand generator
Closes: 363231
Changes: 
 dealer (0.20040530-2) unstable; urgency=low
 .
   * Fix spelling error in Description (Closes: #363231).
Files: 
 6cd71fdc26f327ab87945eb871267bc4 582 games optional dealer_0.20040530-2.dsc
 c515329b48ccf9b61b50202472a58a52 7366 games optional 
dealer_0.20040530-2.diff.gz
 5f24c580c16f534ccca7d8f3f913e431 92412 games optional 
dealer_0.20040530-2_i386.deb

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

iD8DBQFERQLwxa93SlhRC1oRAt/IAJwMC6ObPURZZWx1dLyBtSHp0KWsDQCfUfbK
mxEQaa5+Gy1ttmh5lat1MOE=
=OvNJ
-END PGP SIGNATURE-


Accepted:
dealer_0.20040530-2.diff.gz
  to pool/main/d/dealer/dealer_0.20040530-2.diff.gz
dealer_0.20040530-2.dsc
  to pool/main/d/dealer/dealer_0.20040530-2.dsc
dealer_0.20040530-2_i386.deb
  to pool/main/d/dealer/dealer_0.20040530-2_i386.deb


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



Accepted a52dec 0.7.4-2 (source i386)

2006-04-18 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  8 Apr 2006 10:09:00 +0100
Source: a52dec
Binary: liba52-0.7.4-dev liba52-0.7.4
Architecture: source i386
Version: 0.7.4-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 liba52-0.7.4 - Library for decoding ATSC A/52 streams
 liba52-0.7.4-dev - Library for decoding ATSC A/52 streams (development)
Closes: 361300
Changes: 
 a52dec (0.7.4-2) unstable; urgency=low
 .
   * New maintainer (Closes: #361300).
   * Remade debian directory, using dpatch for patch management.
   * Addjusted package sections.
Files: 
 c587d4f37142749e233ba6d5ad88d35a 624 sound optional a52dec_0.7.4-2.dsc
 02ccf85b138694f0033a17436f84e31c 32347 sound optional a52dec_0.7.4-2.diff.gz
 63f62a982935d759577fcea7fc981ff2 26266 libs optional 
liba52-0.7.4_0.7.4-2_i386.deb
 33e42c8da19f6f62598d069d463049f5 40898 libdevel optional 
liba52-0.7.4-dev_0.7.4-2_i386.deb

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

iD8DBQFERQSoxa93SlhRC1oRArNJAKDc/yTqfuQDZpX/uoVcvB/DJ4yO2wCg8GkF
UFQGRD1CIwyOkljsLvPBeWI=
=josq
-END PGP SIGNATURE-


Accepted:
a52dec_0.7.4-2.diff.gz
  to pool/main/a/a52dec/a52dec_0.7.4-2.diff.gz
a52dec_0.7.4-2.dsc
  to pool/main/a/a52dec/a52dec_0.7.4-2.dsc
liba52-0.7.4-dev_0.7.4-2_i386.deb
  to pool/main/a/a52dec/liba52-0.7.4-dev_0.7.4-2_i386.deb
liba52-0.7.4_0.7.4-2_i386.deb
  to pool/main/a/a52dec/liba52-0.7.4_0.7.4-2_i386.deb


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



Accepted gproftpd 8.2.3-1 (source i386)

2006-04-18 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 16:53:00 +0200
Source: gproftpd
Binary: gproftpd
Architecture: source i386
Version: 8.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 gproftpd   - GTK+ configuration tool for proftpd
Changes: 
 gproftpd (8.2.3-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 44be18696c777a065833ceddcc530ac5 613 admin optional gproftpd_8.2.3-1.dsc
 fb3c9db56728fd43cd9dee7b0a8cd86c 422623 admin optional 
gproftpd_8.2.3.orig.tar.gz
 8b8e855a7c5ab66f6541724be68a22ee 22780 admin optional gproftpd_8.2.3-1.diff.gz
 507fc6b79282d0787aaa024a2ef1e873 168174 admin optional 
gproftpd_8.2.3-1_i386.deb

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

iD8DBQFERQacxa93SlhRC1oRAkPrAKDRcrUoUwGyQB73LAylb1ftkSAJ1ACgqe1A
DUUcSw1E2V9sptQML568uyo=
=b/dF
-END PGP SIGNATURE-


Accepted:
gproftpd_8.2.3-1.diff.gz
  to pool/main/g/gproftpd/gproftpd_8.2.3-1.diff.gz
gproftpd_8.2.3-1.dsc
  to pool/main/g/gproftpd/gproftpd_8.2.3-1.dsc
gproftpd_8.2.3-1_i386.deb
  to pool/main/g/gproftpd/gproftpd_8.2.3-1_i386.deb
gproftpd_8.2.3.orig.tar.gz
  to pool/main/g/gproftpd/gproftpd_8.2.3.orig.tar.gz


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



Accepted kvirc2 2.1.3-4 (source i386 all)

2006-04-18 Thread Robin Verduijn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 17 Apr 2006 17:01:53 +
Source: kvirc2
Binary: kvirc2-data kvirc2-dev kvirc2
Architecture: source i386 all
Version: 2.1.3-4
Distribution: unstable
Urgency: low
Maintainer: Robin Verduijn [EMAIL PROTECTED]
Changed-By: Robin Verduijn [EMAIL PROTECTED]
Description: 
 kvirc2 - Fully scriptable graphical IRC client with plugin support
 kvirc2-data - Data files for KVIrc
 kvirc2-dev - Development files for KVIrc
Closes: 356163
Changes: 
 kvirc2 (2.1.3-4) unstable; urgency=low
 .
   * Fix gcc-4.1 compilation (Closes: #356163)
   * Override Lintian warning for libkvilib2-2 package name.
Files: 
 df0351934b499e46c2ad291fdb33667c 640 net optional kvirc2_2.1.3-4.dsc
 6342ca4a35f478b92d46a72313e516ff 217390 net optional kvirc2_2.1.3-4.diff.gz
 0acdf59d1fb71289b028e24ef439d95b 1056788 net optional 
kvirc2-data_2.1.3-4_all.deb
 01c46b0d05063329d18bcd32f34bd9db 1457462 net optional kvirc2_2.1.3-4_i386.deb
 cf376a714a30f88f419bdd8d64d5661d 265108 devel optional 
kvirc2-dev_2.1.3-4_i386.deb

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

iD8DBQFERN83zog/I2psrrURAiLRAJ9WpABe/GT0UDUqnG6dxAQJIQ/LAwCgwQBP
XhrgVzIetCFk/DjXmXCjvi0=
=dJfj
-END PGP SIGNATURE-


Accepted:
kvirc2-data_2.1.3-4_all.deb
  to pool/main/k/kvirc2/kvirc2-data_2.1.3-4_all.deb
kvirc2-dev_2.1.3-4_i386.deb
  to pool/main/k/kvirc2/kvirc2-dev_2.1.3-4_i386.deb
kvirc2_2.1.3-4.diff.gz
  to pool/main/k/kvirc2/kvirc2_2.1.3-4.diff.gz
kvirc2_2.1.3-4.dsc
  to pool/main/k/kvirc2/kvirc2_2.1.3-4.dsc
kvirc2_2.1.3-4_i386.deb
  to pool/main/k/kvirc2/kvirc2_2.1.3-4_i386.deb


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



  1   2   >