Re: netkit-inetd in sarge

2003-10-19 Thread Andrew Pollock
On Sat, Oct 18, 2003 at 01:40:51AM -0400, Matt Zimmerman wrote:
 On Sat, Oct 18, 2003 at 11:04:31AM +1000, Andrew Pollock wrote:
 
 It's pretty trivial with netkit-inetd as well; you edit /etc/inetd.conf and
 comment out what you don't want.
 

Additional packages that wish to register an (x)inetd based service can 
just plonk a file in /etc/xinet.d, which is a bit more elegant than having 
to script modifying a flat config file though.

Andrew




Re: netkit-inetd in sarge

2003-10-19 Thread Cameron Patrick
On Sun, Oct 19, 2003 at 01:37:58PM +1000, Andrew Pollock wrote:

| Hmm, am I the only one that thinks
| 
| dd if=/dev/zero | nc victim discard
| 
| is a bad thing, in an environment where the victim is paying cents per meg 
| for inbound traffic? I'm no so much talking about DoSing anything, but 
| causing financial damage.

Yeah, but you can do that on any given port whether it's open or not. e.g.

cat /dev/zero | nc -u victim 12345

(nc in UDP mode seems to ignore ICMP port unreachable packets in my
testing...  if it doesn't you can always use iptables to make sure it
does.)

There's no way to /stop/ someone from sending you data, whether you want
it or not.

Cameron.




Re: netkit-inetd in sarge

2003-10-19 Thread Andrew Pollock
On Sun, Oct 19, 2003 at 12:13:02PM +0800, Cameron Patrick wrote:
 
 Yeah, but you can do that on any given port whether it's open or not. e.g.
 
 cat /dev/zero | nc -u victim 12345
 
 (nc in UDP mode seems to ignore ICMP port unreachable packets in my
 testing...  if it doesn't you can always use iptables to make sure it
 does.)
 
 There's no way to /stop/ someone from sending you data, whether you want
 it or not.

Sure, with UDP you're stuffed regardless. Do we really need to be shipping
sarge with it listening on more (TCP) ports than necessary though?

Andrew




problem with Build-Depends

2003-10-19 Thread Russell Coker
Source: pam
Section: base
Priority: optional
Maintainer: Sam Hartman [EMAIL PROTECTED]
Standards-Version: 3.5.8
Build-Depends: cracklib2-dev, bzip2, debhelper, patch, libdb3-dev, libcap-dev 
[!hurd-i386 !freebsd-i386 !netbsd-i386], libselinux1-dev
Build-Depends-Indep: linuxdoc-tools, linuxdoc-tools-latex, latex2html, 
tetex-extra, groff, opensp

Above is the Build-Depends for a package I am trying to rebuild.  When I try 
and build it on my system which lacks cracklib2-dev the package builds 
(dpkg-buildpackage does not complain).  dpkg-buildpackage works correctly in 
other situations (when I first tried to build the package it complained about 
linuxdoc-tools, linuxdoc-tools-latex, and opensp).

Any suggestions?

# dpkg -l cracklib2-dev
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   VersionDescription
+++-==-==-
pn  cracklib2-dev  none (no description available)

-- 
http://www.coker.com.au/selinux/   My NSA Security Enhanced Linux packages
http://www.coker.com.au/bonnie++/  Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/Postal SMTP/POP benchmark
http://www.coker.com.au/~russell/  My home page




Re: problem with Build-Depends

2003-10-19 Thread Martin Michlmayr
* Russell Coker [EMAIL PROTECTED] [2003-10-19 16:13]:
 Above is the Build-Depends for a package I am trying to rebuild.  When I try 
 and build it on my system which lacks cracklib2-dev the package builds 
 (dpkg-buildpackage does not complain).  dpkg-buildpackage works correctly in 

It's probably #212796 (broken dpkg which still has not been fixed).
-- 
Martin Michlmayr
[EMAIL PROTECTED]




how to ask for packages rebuilding

2003-10-19 Thread Stefano Zacchiroli
On Fri, Oct 17, 2003 at 10:55:41AM +0200, Sven Luther wrote:
 So all seems well, and to be in the hand of the autobuilders. The

Actually the situation is still the same, so I think that we should do
something.

I've never understood which is the right/polity way of requests for
triggering a new rebuild of packages. Should I ask on -devel, -admin,
the per architecture mailing lists or where?

TIA,
Cheers.

-- 
Stefano Zacchiroli  --  Master in Computer Science @ Uni. Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it}  -  http://www.bononia.it/zack/
  I know you believe you understood what you think I said, but I am not
sure you realize that what you heard is not what I meant!   -- G.Romney


signature.asc
Description: Digital signature


Re: Bug#88029: Package which uses jam (instead make)

2003-10-19 Thread Josip Rodin
On Sat, Oct 18, 2003 at 04:37:45PM -0500, Manoj Srivastava wrote:
  88029
 
   yeah well. That is not all the dfiscussion there was on it. In
  March 2001, we had more than those comments on it:

Nah, I saw that one as well, and I'm fairly sure I answered it back then.
If not, please let me know and I'll repeat it.

   I still think that what we have now is a long established
  interface to the build system; saying that the ./debian/rules file is
  a Makefile is a short hand for describing an extended version of the
  interface defined

It's possible to interpret it that way now. But it's a historic injustice,
it was rules file is an executable makefile originally, which can very
well mean that the point being made is that dpkg-buildpackage will be
calling debian/rules without an explicit interpreter specified. Which is
what it does today as well.

   Pretending that this is not an interface that we have now
  depended upon for years is hiding from the facts

Actually, nobody is doing that. The fact is that whenever we extended
dpkg-buildpackage and afterwards the policy manual, it was the interface
that was amended in simple terms, there was never we'll now use
this-and-that function of Make (so far I remember only two of those, when
the DEB_BUILD_OPTIONS env. variable was added and when testing for existence
of build-arch was added).

So in effect, we have been doing the right thing all along, but the mistake
that the conversion to must-should-may verbiage caused, was never corrected.
And now you can use that as a precedent against my argument.
If I was a cynic, I'd call your argument self-perpetuating :)

-- 
 2. That which causes joy or happiness.




Re: Other nethack options

2003-10-19 Thread Adam Borowski
On Sat, 18 Oct 2003, Lukas Geyer wrote:
 Colin Watson [EMAIL PROTECTED] writes:
  It's trivial to reconfigure it in nethack's option screen, just like any
  other option. I'm not sure why this one should be special.
hjkl is extremely newbie-unfriendly.
Arrows require the player to manually turn NumLock on.
Both things need some action from a first-time user (be it reading the 
help files, or finding out NumLock needs to be on).

  IMO, leave it at the upstream default; you'll surprise nethack players
  coming from non-Debian systems less that way. And it's not like nethack
  doesn't have a host of other quirks. :)
 Right, that reminds me of a default option which I always change,
 namely pickup_types. I don't know what the default is at the moment
 (in woody it seems to be just $), but IMHO things to be auto-pickuped
 are $!?+/=,
WONDERFUL idea!  A good default for the newbies, and it would save old 
players from having to set this by hand!

 and some characters might even leave out the spellbooks,
Due to their weight, not uselessness.  Even for a barb, it's easier to 
charm those archons than to whack them hand-to-hand.

 though one can at least sell them for decent money.
Uh oh, it's vanilla nethack, not slashem.  What do you need money for 
(apart from the priests, who want it in big heaps anyway)?  You can wait
until you can smash the shopkeeps yourself or feed them to a dragon...


 Making nethack
 options debconf question seems a bit silly to me, but I don't see why
 we should stick to upstream defaults when they are wrong...
Hell yeah.  Besides, IIRC the upstream default is autopickup everything...

1KB
/---\ Shh, be vewy, vewy quiet,
| [EMAIL PROTECTED] | I'm hunting wuntime ewwows!
\---/
Segmentation fault (core dumped)




Bug#214931: New maintainer gutenbook

2003-10-19 Thread capybara
Package: wnpp
Severity: wishlist
Followup-For: Bug #214931


I'd like to take over the maintenance for this orphaned package.  

--
Michael Potter
[EMAIL PROTECTED]





Re: Bug#88029: Package which uses jam (instead make)

2003-10-19 Thread Bill Allombert
On Sun, Oct 19, 2003 at 11:20:33AM +0200, Josip Rodin wrote:
 this-and-that function of Make (so far I remember only two of those, when
 the DEB_BUILD_OPTIONS env. variable was added and when testing for existence
 of build-arch was added).

... which was a fiasco. Doogie finally implemented the proposal and revert it

dpkg (1.10.15) unstable; urgency=low

  * Back out debian/rules build-arch detection.  It is *not* possible *at
all* to detect available targets in a rules file.  Period.

 -- Adam Heath [EMAIL PROTECTED]  Fri, 19 Sep 2003 20:02:19 -0500

The rationale are not available to me, but I trust him since he really
tried.

At this point I see only two alternative:
1) use dependencies
build: build-arch
binary-indep: build-indep

This is not good to run build-indep as root, but only the maintainer
run binary-indep, and there is no need to change dpkg-buildpackage.

2) Set a make variable BUILD  and do
ifdef BUILD
build: $(BUILD)
else
build: build-arch build-indep
endif

This require dpkg-buildpackage to call debian/rules with
BUILD=build-arch or BUILD=build-indep accordingly.

Of course, variants using environment variables exist.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 




Re: Bug#214931: New maintainer gutenbook

2003-10-19 Thread Andreas Metzler
[EMAIL PROTECTED] wrote:
 Package: wnpp
 Severity: wishlist
 Followup-For: Bug #214931

 I'd like to take over the maintenance for this orphaned package.  

Cool.

See http://www.debian.org/devel/wnpp/ for informations about
adopting.
cu andreas
-- 
http://people.debian.org/~mpalmer/debian-mentors_FAQ.html
Hey, da ist ein Ballonautomat auf der Toilette!
Unofficial _Debian-packages_ of latest unstable _tin_
http://www.logic.univie.ac.at/~ametzler/debian/tin-snapshot/




Re: Re: faster boot

2003-10-19 Thread Gerrit Pape
On Fri, Oct 17, 2003 at 11:53:18AM +0200, Erich Schubert wrote:
 minit is already really small. All it does is running processes and
 restarting them when they die. There seems to be little difference
 between what i can do with minit and with multiple runsv.
 And yes, i do know about shared memory.
 I admit that runsvdir has some nice features - like something similar to
 runlevels, but way easier to understand.
 Just change the symlink to the new runlevel and it will terminate
 services not in the new runlevel, while starting new services. Nice!
 
 But i don't see why i need that many processes:
[...]

As I already said in my last mail: modularity.  Consider a multi-user
server system, and you want to provide one or more users with their own
personal service management.  You can run additional instances of the
runsvdir program under the uid and gid of the user as a service, so he
can manage his own daemon processes with a guaranteed process state,
logging, and supervision.  Or use the runsv program to provide him with
just a single service facility.

On the other hand consider an embedded device, e.g. a kiosk system.  You
possibly don't want to use runsvdir and runsv at all, but run an
X-server as the only service daemon on the system, running a gui
application.  If X exits the system shuts down.  I could think of more
scenarios.

Each of the separated programs perform certain tasks:  runit: clean
process state, process 1 duties;  runsvdir: privilege separation,
service management, last-resort-log;  runsv: user interface,
supervision, logging.  Running them in a process hierarchy makes it
possible to recombine these features differently.

I cannot see what's wrong with having some more processes running, very
small ones which sleep most of the time.  They don't hurt the system.

Regards, Gerrit.
-- 
Open projects at http://smarden.org/pape/.




Re: Bug#88029: Package which uses jam (instead make)

2003-10-19 Thread Josip Rodin
On Sun, Oct 19, 2003 at 12:18:51PM +0200, Bill Allombert wrote:
  this-and-that function of Make (so far I remember only two of those, when
  the DEB_BUILD_OPTIONS env. variable was added and when testing for existence
  of build-arch was added).
 
 ... which was a fiasco. Doogie finally implemented the proposal and revert it
 
 dpkg (1.10.15) unstable; urgency=low
 
   * Back out debian/rules build-arch detection.  It is *not* possible *at
 all* to detect available targets in a rules file.  Period.
 
  -- Adam Heath [EMAIL PROTECTED]  Fri, 19 Sep 2003 20:02:19 -0500
 
 The rationale are not available to me, but I trust him since he really
 tried.

I'd be interested to see doogie's rationale, but it's amusing enough as it
stands, because the policy still says:

  If one or both of the targets `build-arch' and `build-indep' are
  not provided, then invoking `debian/rules' with one of the
  not-provided targets as arguments should produce a exit status
  code of 2.  Usually this is provided automatically by make if the
  target is missing.

...thereby, in its trend of hinting at Make-specific stuff, going against
the judgement of not one but two dpkg maintainers.

-- 
 2. That which causes joy or happiness.




Re: Other nethack options

2003-10-19 Thread Colin Watson
On Sun, Oct 19, 2003 at 11:11:15AM +0200, Adam Borowski wrote:
 On Sat, 18 Oct 2003, Lukas Geyer wrote:
  Colin Watson [EMAIL PROTECTED] writes:
   It's trivial to reconfigure it in nethack's option screen, just like any
   other option. I'm not sure why this one should be special.
 
 hjkl is extremely newbie-unfriendly.

And? Come on, this is *nethack*. It's the hardest game I know of, bar
none. You have to learn a pile of keystroke commands when you first
start up nethack anyway.

Leave the newbie-friendliness to falconseye, which actually stands some
chance of managing that rather than making a tiny concession in the form
of number_pad.

 Arrows require the player to manually turn NumLock on.
 Both things need some action from a first-time user (be it reading the 
 help files, or finding out NumLock needs to be on).

How long is a first-time user going to survive without reading the
keystroke help files anyway?

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]




Re: netkit-inetd in sarge

2003-10-19 Thread Colin Watson
On Sun, Oct 19, 2003 at 02:57:44PM +1000, Andrew Pollock wrote:
 On Sun, Oct 19, 2003 at 12:13:02PM +0800, Cameron Patrick wrote:
  Yeah, but you can do that on any given port whether it's open or not. e.g.
  
  cat /dev/zero | nc -u victim 12345
  
  (nc in UDP mode seems to ignore ICMP port unreachable packets in my
  testing...  if it doesn't you can always use iptables to make sure it
  does.)
  
  There's no way to /stop/ someone from sending you data, whether you want
  it or not.
 
 Sure, with UDP you're stuffed regardless. Do we really need to be shipping
 sarge with it listening on more (TCP) ports than necessary though?

Getting worried about this kind of denial of service is pointless.
Denial of service attacks are only worth worrying about when they're
significantly cheaper for the attacker than for you, and even then they
are often better handled at an upstream router.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]




Re: how to ask for packages rebuilding

2003-10-19 Thread Wouter Verhelst
Op zo 19-10-2003, om 10:44 schreef Stefano Zacchiroli:
 On Fri, Oct 17, 2003 at 10:55:41AM +0200, Sven Luther wrote:
  So all seems well, and to be in the hand of the autobuilders. The
 
 Actually the situation is still the same, so I think that we should do
 something.
 
 I've never understood which is the right/polity way of requests for
 triggering a new rebuild of packages. Should I ask on -devel, -admin,
 the per architecture mailing lists or where?

You should first check what the status of your package is, by going to
http://buildd.debian.org/stats/ . I wrote some documentation on what the
different states actually mean; you can find it at
http://people.debian.org/~wouter/wanna-build-states

If that convinces you that human intervention is required (that's not
always the case), you should contact the people that can actually do
something about it, so the per architecture mailing lists.

-- 
Wouter Verhelst
Debian GNU/Linux -- http://www.debian.org
Nederlandstalige Linux-documentatie -- http://nl.linux.org
If you're running Microsoft Windows, either scan your computer on
viruses, or stop wasting my bandwith and remove me from your
addressbook. *now*.


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


debian-devel@lists.debian.org

2003-10-19 Thread


1
   90/
2
   120/
3
   85/

E-mail:[EMAIL PROTECTED]





Bug#216518: ITP: oneliner-el -- Extensions of Emacs standard shell-mode

2003-10-19 Thread OHURA Makoto
Package: wnpp
Severity: wishlist

* Package name: oneliner-el
  Version : 0.3.5
  Upstream Author : Kiyoka Nishiyama [EMAIL PROTECTED]
* URL or Web page : http://oneliner-elisp.sourceforge.net/
* License : GPL2
  Description : Extensions of Emacs standard shell-mode

 oneliner-el provides nice extensions for UNIX shell masters, who
 loves one-liner scripts.  This package has the following functions.
 .
 - You can connect command input/output to/from Emacs buffer with
   easy operation.
 - You can sync directory-value between shell-mode and shell process.
 - Oneliner-el gives you notice with beep when command execution was
   complete.
 - Oneliner-el handles control codes.


  OHURA Makoto: [EMAIL PROTECTED](Debian Project)
[EMAIL PROTECTED](LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpsmZTEfK5hR.pgp
Description: PGP signature


Re: Bug#216492: FTBFS (unstable/all) missing build-dep

2003-10-19 Thread Scott James Remnant
Cc'd to debian-devel, because I'm honestly unsure about this...

On Sun, 2003-10-19 at 09:51, Adam Conrad wrote:

 Package: libtool
 Version: 1.5-3
 Severity: serious
 
 libtool fails to build from source on all the buildds[1] due to a missing
 build-dep on texi2html.
 
libtool (and libtool1.4) *have* a build-dep on texi2html (and texinfo):

Build-Depends-Indep: debhelper (= 4.0), texi2html, texinfo
Build-Depends: debhelper (= 4.0), file, g77 | fortran77-compiler, gcj [!hppa 
!mips !mipsel]

My reading of policy suggests that this is correct:

88888888
 `Build-Depends-Indep', `Build-Conflicts-Indep'
  The `Build-Depends-Indep' and `Build-Conflicts-Indep' fields must
  be satisfied when any of the following targets is invoked:
  `build', `build-indep', `binary' and `binary-indep'.
 
[1]  If you make build-arch or binary-arch, you need Build-Depends.  If
 you make build-indep or binary-indep, you need Build-Depends and
 Build-Depends-Indep.  If you make build or binary, you need both.
88888888

texinfo and texi2html are used in the build target.  As far as I can
tell this means that the buildd should be ensuring both Build-Depends
and Build-Depends-Indep are installed before running it.

Have I read policy wrong, or is policy not entirely in accord with
reality?

 [1] http://buildd.debian.org/build.php?arch=pkg=libtool
 [2] http://buildd.debian.org/build.php?arch=pkg=libtool1.4
 
The hppa, mipsel and mips builds didn't fail because of this -- they
failed because they couldn't satisfy the dependency on gcj which is
marked [!hppa !mips !mipsel].  Is this dpkg being broken?

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?


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


Re: Bug#88029: Package which uses jam (instead make)

2003-10-19 Thread Bill Allombert
On Sun, Oct 19, 2003 at 01:20:26PM +0200, Josip Rodin wrote:
 I'd be interested to see doogie's rationale, but it's amusing enough as it
 stands, because the policy still says:
 
   If one or both of the targets `build-arch' and `build-indep' are
   not provided, then invoking `debian/rules' with one of the
   not-provided targets as arguments should produce a exit status
   code of 2.  Usually this is provided automatically by make if the
   target is missing.

I believe something among the line of 
Not-provided targets as arguments should produce a exit status code of 2,
but the converse is not true, therefore we cannot discriminate between
unprovided targets and targets that lead to an error condition.

Independently of the `Manoj vs Wichert' match, I would be interested at
fixing the build-arch issue at last.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 




Re: ITH: gnugo, gnugo-dv

2003-10-19 Thread Lukas Geyer
Martin Godisch [EMAIL PROTECTED] writes:

 I intend to hijack the gnugo package, and to ask for removal of the
 gnugo-dv package. Both packages were updated last time around 18 months
 ago, there are outstanding bug reports, none with a maintainer's comment,
 and I'd like to get the new upstream release into unstable. gnugo-dv was
 intended to be the development version of gnugo, but is now older than
 gnugo itself. I tried talking to the maintainer two times, without reply.
 Please CC me, if you have any objections.

I don't have objections, I just found it curious that Brian is
actually not MIA, e.g. his latest mail to #171769 is only 6 days
old. Brian, I think it would be best just to tell Martin that it is OK
to take the package. And Martin, it really looks like he doesn't
particularly care about the package, so if you already have a package
ready, I don't mind you hijacking it to get it in sarge. And for a
development version which is not actively maintained, well... kill
it. :)

Best regards,
Lukas




Re: Source only uploads?

2003-10-19 Thread Matthias Urlichs
Hi, Wouter Verhelst wrote:
 Sven Luther:
 Well, we just need an arch: all autobuilder and that's it, or one of the
 autobuilders building the arch: all stuff.
 
 Feel free to set up one.

I have my personal i386 autobuilder running that way for some months now.
It makes sense; I certainly have caught quite a few problems with it --
there's not just the missing-dependency problem that makes packages
non(re)buildable.

Sure, some uploaded packages will be unbuildable, which would generate
more work for the builders, but that problem is solveable. For example, we
could block a package from building when two other autobuilders have
reported a failure on it. That would have the added benefit to place
somewhat less load on already-overworked architectures like m68k.

My vote would be to Just Do It. I can certainly help set up and/or admin a
few autobuilders for i386, if that's what it takes.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
Nasrudin called at a large house to collect for charity.  The servant said
My master is out.  Nasrudin replied, Tell your master that next time he
goes out, he should not leave his face at the window.  Someone might steal it.




Re: Bug#216492: FTBFS (unstable/all) missing build-dep

2003-10-19 Thread Andreas Metzler
Scott James Remnant [EMAIL PROTECTED] wrote:
 On Sun, 2003-10-19 at 09:51, Adam Conrad wrote:
[...] 
 libtool fails to build from source on all the buildds[1] due to a missing
 build-dep on texi2html.

 libtool (and libtool1.4) *have* a build-dep on texi2html (and texinfo):

 Build-Depends-Indep: debhelper (= 4.0), texi2html, texinfo
 Build-Depends: debhelper (= 4.0), file, g77 | fortran77-compiler, gcj [!hppa 
 !mips !mipsel]

 My reading of policy suggests that this is correct:

 88888888
 `Build-Depends-Indep', `Build-Conflicts-Indep'
  The `Build-Depends-Indep' and `Build-Conflicts-Indep' fields must
  be satisfied when any of the following targets is invoked:
  `build', `build-indep', `binary' and `binary-indep'.
 
 [1]  If you make build-arch or binary-arch, you need Build-Depends.  If
 you make build-indep or binary-indep, you need Build-Depends and
 Build-Depends-Indep.  If you make build or binary, you need both.
 88888888

 texinfo and texi2html are used in the build target.  As far as I can
 tell this means that the buildd should be ensuring both Build-Depends
 and Build-Depends-Indep are installed before running it.

 Have I read policy wrong, or is policy not entirely in accord with
 reality?
[...]

Afaik the latter, the buildds don't build the binary-all target and
won't install Build-Depends-Indep.

This works:
* If your package only builds arch-dependent packages, don't use
  Build-Depends-Indep

* If your package only builds binary-all packages, you can choose
  whether to use Build-Depends-Indep or Build-Depends. However many
  packages need Build-Dependencies for the clean target (dh_clean), if
  this applies you must use Build-Depends.

* If your package builds both binary-arch and binary-all packages,
  list anything needed for build, clean, build-arch and binary-arch in
  Build-Depends and anything _additionally_ needed for binary-indep
  in Build-Depends-Indep.

It is noteworthy that the split build-arch/build-all seems to be next
to useless, as dpkg-buildpackage invokes build (because the former two
a optional) and the build target should depend on those of the
targets build-arch and build-indep that are provided in the rules
file.

If you want to keep the buildds from running/requiring texi2html do it
in the binary-all target.
  cu andreas




Re: Other nethack options

2003-10-19 Thread Lukas Geyer
Colin Watson [EMAIL PROTECTED] writes:

 On Sun, Oct 19, 2003 at 11:11:15AM +0200, Adam Borowski wrote:

  hjkl is extremely newbie-unfriendly.
 
 And? Come on, this is *nethack*. It's the hardest game I know of, bar
 none. You have to learn a pile of keystroke commands when you first
 start up nethack anyway.

Have you tried slashem? Well, it is a nethack variant, so maybe you
included it in the statement, but I would actually say it is harder
than nethack. :)

 Leave the newbie-friendliness to falconseye, which actually stands some
 chance of managing that rather than making a tiny concession in the form
 of number_pad.

I don't like number_pad either, because my main computer is a laptop,
but I don't really care either way.

  Arrows require the player to manually turn NumLock on.
  Both things need some action from a first-time user (be it reading the 
  help files, or finding out NumLock needs to be on).
 
 How long is a first-time user going to survive without reading the
 keystroke help files anyway?

Funnily, I know some newbies/computer illiterates who like to play
nethack. And they have probably never read the help file, but had
someone explain the keystrokes to them. (Some people seem to get
allergic shock reactions when exposed to manuals...) However, I agree
with Colin that nethack is not intended to be self-explanatory without
the manuals or help files. I like this discussion because I like
nethack, and arguing about best options or ascension equipment. (Do
you wear amulet of life saving or reflection? A crystal ball to detect
the portals on the elemental planes? Do you use cockatrice eggs? ...)
However, I also find this discussion utterly insignificant, as nethack
is only a game and num_pad is really something that can be changed in
a second by the user. It would be slightly more relevant to discuss
what compile-time options to turn on, but then I also leave that to
the discretion of the maintainer(s).

Lukas




Re: Source only uploads?

2003-10-19 Thread Sven Luther
On Sat, Oct 18, 2003 at 09:39:05PM +0100, Andrew Suffield wrote:
 On Sat, Oct 18, 2003 at 03:32:41PM +0200, Goswin von Brederlow wrote:
  Its good for the autobuilders to check again if a package builds in a
  mainly minimal environment.
 
 That's an argument for building it *once* in such an environment. It
 is definitely not an argument that it should only be built in such an
 environment, which was the point in question.

Ok, no problem. I suppose you just volunteered to fix all the bugs
against my packages that fail due to broken dependency brought in by
using experimental packages.

And you also volunteer to replace the autobuilders and build _every_
package out there by hand on _every_ architecture ?

Have you seriously thought about what you are proposing here ?

Naturally, i build my packages in my own enviornment, but i try not to
upload those, since i may miss build-dependencies, and some of the stuff
running on my system may break the upload. I run upstream out of CVS X
for example, and have the experimental X packages installed too.

Friendly,

Sven Luther




Re: Bug#216492: FTBFS (unstable/all) missing build-dep

2003-10-19 Thread Graham Wilson
On Sun, Oct 19, 2003 at 03:22:11PM +0200, Andreas Metzler wrote:
 It is noteworthy that the split build-arch/build-all seems to be next
 to useless, as dpkg-buildpackage invokes build (because the former two
 a optional) and the build target should depend on those of the
 targets build-arch and build-indep that are provided in the rules
 file.

Why exactly is this? Is this really the correct behavior? Shouldn't
dpk-buildpackage be invoked using the -B option?

-- 
gram


signature.asc
Description: Digital signature


RE: Bug#216492: FTBFS (unstable/all) missing build-dep

2003-10-19 Thread Adam Conrad
Graham Wilson wrote:
 
 Why exactly is this? Is this really the correct behavior? Shouldn't
 dpk-buildpackage be invoked using the -B option?

It is.  `dpkg-buildpackage -B' invokes debian/rules clean, build, binary-arch.

... Adam




Re: Bug#88029: Package which uses jam (instead make)

2003-10-19 Thread Steve Greenland
On 19-Oct-03, 04:20 (CDT), Josip Rodin [EMAIL PROTECTED] wrote: 
 But it's a historic injustice,

Help! Help! I'm being repressed! 

The Man is keeping me down!

Up with perl, down with make!

Power to the people!



Steve

-- 
Steve Greenland
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the
world.   -- seen on the net




Re: Bug#216492: FTBFS (unstable/all) missing build-dep

2003-10-19 Thread Andreas Metzler
Graham Wilson [EMAIL PROTECTED] wrote:
 On Sun, Oct 19, 2003 at 03:22:11PM +0200, Andreas Metzler wrote:
 It is noteworthy that the split build-arch/build-all seems to be next
 to useless, as dpkg-buildpackage invokes build (because the former two
 a optional) and the build target should depend on those of the
 targets build-arch and build-indep that are provided in the rules
 file.

 Why exactly is this? Is this really the correct behavior? Shouldn't
 dpk-buildpackage be invoked using the -B option?

It is, and quoting /usr/bin/dpkg-buildpackage ...
| -B)   binaryonly=-B; checkbuilddep_args=-B; binarytarget=binary-arch;
[...]
| if [ x$sourceonly = x ]; then
|   withecho debian/rules build 
|   withecho $rootcommand debian/rules $binarytarget
| fi
... this invokes debian/rules build

Afaict the reason for this is that build-arch and build-all are
optional targets per policy.
cu andreas
-- 
Hey, da ist ein Ballonautomat auf der Toilette!
Unofficial _Debian-packages_ of latest unstable _tin_
http://www.logic.univie.ac.at/~ametzler/debian/tin-snapshot/




Re: Bug#88029: Package which uses jam (instead make)

2003-10-19 Thread Josip Rodin
On Sun, Oct 19, 2003 at 11:50:41AM -0500, Steve Greenland wrote:
  But it's a historic injustice,
 
 Help! Help! I'm being repressed! 
 The Man is keeping me down!
 Up with perl, down with make!
 Power to the people!

We share an enthusiasm for overloaded phrases, I see :)
but a small verbal blunder doesn't invalidate the issue at hand.

-- 
 2. That which causes joy or happiness.




Re: how to ask for packages rebuilding

2003-10-19 Thread Sven Luther
On Sun, Oct 19, 2003 at 12:15:40PM +0200, Wouter Verhelst wrote:
 Op zo 19-10-2003, om 10:44 schreef Stefano Zacchiroli:
  On Fri, Oct 17, 2003 at 10:55:41AM +0200, Sven Luther wrote:
   So all seems well, and to be in the hand of the autobuilders. The
  
  Actually the situation is still the same, so I think that we should do
  something.
  
  I've never understood which is the right/polity way of requests for
  triggering a new rebuild of packages. Should I ask on -devel, -admin,
  the per architecture mailing lists or where?
 
 You should first check what the status of your package is, by going to
 http://buildd.debian.org/stats/ . I wrote some documentation on what the
 different states actually mean; you can find it at
 http://people.debian.org/~wouter/wanna-build-states

Yep, this is the case, we naturally check these kind of things first.

 If that convinces you that human intervention is required (that's not
 always the case), you should contact the people that can actually do
 something about it, so the per architecture mailing lists.

Packages that need to be rebuilt on m68k are :

  gdome2-xslt, gtkmathview and lablgtkmathview

  = gdome2-xslt was last tried on Oct 12, and failed to build because
  of gdome2, altough gdome2 was sucessfully built on Oct 9. The two
  other packages depend on gdom2-xslt in a chained way (first
  gtkmathview and then lablgtkmathview).

  netclient, ocamlnet, pcre-ocaml, xstr and pxp.

  = netclient depends on ocamlnet, which depends on pcre-ocaml which
  depends on findlib, which was sucessfully built in the same Oct 12 run
  the other failed. pxp depends on ocamlnet and findlib and wlex, xstr
  depends on findlib, which was built in the same run.

All these packages could be built without problem, if they are
rescheduled and built in order.

So, i know you maintain a m68k autobuilder, could you do it, or should i
ask on debian-68k ?

This is in an effort to get all the 40 or so ocaml packages ready to
enter testing by friday/saturday next week, so it would be nice if they
could be rebuilt.

Friendly,

Sven Luther




x windows wont start

2003-10-19 Thread stuart whittaker



refuses to start and the retry process fails 
also...???


thanks for any advice.

stuart

stuart 
[EMAIL PROTECTED]


Re: x windows wont start

2003-10-19 Thread Marc Singer
On Sun, Oct 19, 2003 at 07:21:57PM +0100, stuart whittaker wrote:
 refuses to start and the retry process fails also...???
 
 
 thanks for any advice.
 
 stuart
 
 stuart [EMAIL PROTECTED]

This sounds like a user question and not a dev question.  No?

Usually x doesn't start because of problems with the server
configuration.  Have you looked at the X log (/var/log/XFree86*) ?




Re: Source only uploads?

2003-10-19 Thread Andrew Suffield
On Sun, Oct 19, 2003 at 05:57:55PM +0200, Sven Luther wrote:
 On Sat, Oct 18, 2003 at 09:39:05PM +0100, Andrew Suffield wrote:
  On Sat, Oct 18, 2003 at 03:32:41PM +0200, Goswin von Brederlow wrote:
   Its good for the autobuilders to check again if a package builds in a
   mainly minimal environment.
  
  That's an argument for building it *once* in such an environment. It
  is definitely not an argument that it should only be built in such an
  environment, which was the point in question.
 
 Ok, no problem. I suppose you just volunteered to fix all the bugs
 against my packages that fail due to broken dependency brought in by
 using experimental packages.

You have a significant number of such bugs? That's like standing up in
a crowded room and announcing you have a highly contagious skin
disease.

 And you also volunteer to replace the autobuilders and build _every_
 package out there by hand on _every_ architecture ?
 
 Have you seriously thought about what you are proposing here ?

What are you talking about? I'm not the one proposing anything.

The proposal was All packages should be built in an artificial
environment of this form. I have pointed out that this is a
braindamaged idea.

-- 
  .''`.  ** Debian GNU/Linux ** | Andrew Suffield
 : :' :  http://www.debian.org/ |
 `. `'  |
   `- --  |


signature.asc
Description: Digital signature


Re: Bug#216492: FTBFS (unstable/all) missing build-dep

2003-10-19 Thread Andrew Suffield
On Sun, Oct 19, 2003 at 01:20:39PM +0100, Scott James Remnant wrote:
 On Sun, 2003-10-19 at 09:51, Adam Conrad wrote:
 
  Package: libtool
  Version: 1.5-3
  Severity: serious
  
  libtool fails to build from source on all the buildds[1] due to a missing
  build-dep on texi2html.
  
 libtool (and libtool1.4) *have* a build-dep on texi2html (and texinfo):
 
 Build-Depends-Indep: debhelper (= 4.0), texi2html, texinfo
 Build-Depends: debhelper (= 4.0), file, g77 | fortran77-compiler, gcj [!hppa 
 !mips !mipsel]
 
 My reading of policy suggests that this is correct:
 
  `Build-Depends-Indep', `Build-Conflicts-Indep'
   The `Build-Depends-Indep' and `Build-Conflicts-Indep' fields must
   be satisfied when any of the following targets is invoked:
   `build', `build-indep', `binary' and `binary-indep'.
  
 [1]  If you make build-arch or binary-arch, you need Build-Depends.  If
  you make build-indep or binary-indep, you need Build-Depends and
  Build-Depends-Indep.  If you make build or binary, you need both.
 
 texinfo and texi2html are used in the build target.  As far as I can
 tell this means that the buildd should be ensuring both Build-Depends
 and Build-Depends-Indep are installed before running it.

Other people have covered why this breaks. Here's the solution I use:

Make your build target do nothing.

That is, make build an empty target that does _not_ depend on
build-arch and build-indep. Then make sure that binary-{arch,indep}
will result in the right things getting run anyway.

This a) preserves the desired effect of the time consuming arch-indep
stuff not being run on the buildds, and b) actually works. While it's
not strictly in accord with policy as written, it has the advantage of
doing what policy expected to happen, and I've never seen a better
idea.

Ultimately we should either deprecate the build* targets, or make
build-{arch,indep} mandatory and deprecate build.

-- 
  .''`.  ** Debian GNU/Linux ** | Andrew Suffield
 : :' :  http://www.debian.org/ |
 `. `'  |
   `- --  |


signature.asc
Description: Digital signature


Re: udev 0.3 package

2003-10-19 Thread Norbert Tretkowski
* Marco d'Itri wrote:
 http://www.bofh.it/~md/debian/

Any plans for an upload to unstable?

-- 
 - nobse




Re: how to ask for packages rebuilding

2003-10-19 Thread Wouter Verhelst
Op zo 19-10-2003, om 20:04 schreef Sven Luther:
 On Sun, Oct 19, 2003 at 12:15:40PM +0200, Wouter Verhelst wrote:
  Op zo 19-10-2003, om 10:44 schreef Stefano Zacchiroli:
   I've never understood which is the right/polity way of requests for
   triggering a new rebuild of packages. Should I ask on -devel, -admin,
   the per architecture mailing lists or where?
  
  You should first check what the status of your package is, by going to
  http://buildd.debian.org/stats/ . I wrote some documentation on what the
  different states actually mean; you can find it at
  http://people.debian.org/~wouter/wanna-build-states
 
 Yep, this is the case, we naturally check these kind of things first.
 
  If that convinces you that human intervention is required (that's not
  always the case), you should contact the people that can actually do
  something about it, so the per architecture mailing lists.
 
 Packages that need to be rebuilt on m68k are :
 
   gdome2-xslt, gtkmathview and lablgtkmathview
 
   = gdome2-xslt was last tried on Oct 12, and failed to build because
   of gdome2, altough gdome2 was sucessfully built on Oct 9. The two
   other packages depend on gdom2-xslt in a chained way (first
   gtkmathview and then lablgtkmathview).
 
   netclient, ocamlnet, pcre-ocaml, xstr and pxp.
 
   = netclient depends on ocamlnet, which depends on pcre-ocaml which
   depends on findlib, which was sucessfully built in the same Oct 12 run
   the other failed. pxp depends on ocamlnet and findlib and wlex, xstr
   depends on findlib, which was built in the same run.

These all boil down to the same problem: ocaml was upgraded to
ocaml-3.07, while the packages that were available at the time depended
on ocaml-3.06-1. Since that doesn't exist anymore, they'll never become
needs-build again. Under normal circumstances we find such things
ourselves, but since we've got quite some backlog currently...

I just instructed wanna-build to pretend ocaml-3.06-1 is available; all
packages depending on ocaml-3.06-1 should at least be in needs-build
again.

 All these packages could be built without problem, if they are
 rescheduled and built in order.
 
 So, i know you maintain a m68k autobuilder, could you do it, or should i
 ask on debian-68k ?

Does that help? ;-)

 This is in an effort to get all the 40 or so ocaml packages ready to
 enter testing by friday/saturday next week, so it would be nice if they
 could be rebuilt.

I can't promise anything about that, but at least they're re-scheduled
again.

-- 
Wouter Verhelst
Debian GNU/Linux -- http://www.debian.org
Nederlandstalige Linux-documentatie -- http://nl.linux.org
If you're running Microsoft Windows, either scan your computer on
viruses, or stop wasting my bandwith and remove me from your
addressbook. *now*.


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Re: Source only uploads?

2003-10-19 Thread Wouter Verhelst
Op zo 19-10-2003, om 15:25 schreef Matthias Urlichs:
[...]
 For example, we
 could block a package from building when two other autobuilders have
 reported a failure on it. That would have the added benefit to place
 somewhat less load on already-overworked architectures like m68k.

Please, no. Our autobuilder architecture is only half-automated for a
reason. I won't trust any computer to *reliably* decide whether a build
failed because of a transitional problem (unresolved build-depends,
network problems, ...), because it shouldn't be built (architecture
header in debian/control), because of architecture-specific problems
(toolchain), or because there was a bug in the package. Your suggestion
would only be The Right Thing in the last case...

(no particular objection to the rest of your mail, though)

-- 
Wouter Verhelst
Debian GNU/Linux -- http://www.debian.org
Nederlandstalige Linux-documentatie -- http://nl.linux.org
If you're running Microsoft Windows, either scan your computer on
viruses, or stop wasting my bandwith and remove me from your
addressbook. *now*.


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Re: how to ask for packages rebuilding

2003-10-19 Thread Stefano Zacchiroli
On Sun, Oct 19, 2003 at 12:15:40PM +0200, Wouter Verhelst wrote:
 You should first check what the status of your package is, by going to
 http://buildd.debian.org/stats/ . I wrote some documentation on what the
 different states actually mean; you can find it at
 http://people.debian.org/~wouter/wanna-build-states

Thanks, this really helps.

 If that convinces you that human intervention is required (that's not
 always the case), you should contact the people that can actually do
 something about it, so the per architecture mailing lists.

Ok

Cheers.

-- 
Stefano Zacchiroli  --  Master in Computer Science @ Uni. Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it}  -  http://www.bononia.it/zack/
  I know you believe you understood what you think I said, but I am not
sure you realize that what you heard is not what I meant!   -- G.Romney


signature.asc
Description: Digital signature


Re: Bug#88029: Package which uses jam (instead make)

2003-10-19 Thread Steve Greenland
On 19-Oct-03, 13:03 (CDT), Josip Rodin [EMAIL PROTECTED] wrote: 
 On Sun, Oct 19, 2003 at 11:50:41AM -0500, Steve Greenland wrote:
   But it's a historic injustice,
  
  Help! Help! I'm being repressed! 
  The Man is keeping me down!
  Up with perl, down with make!
  Power to the people!
 
 We share an enthusiasm for overloaded phrases, I see :)
 but a small verbal blunder doesn't invalidate the issue at hand.

No, it doesn't, but it doesn't validate it either. I've yet to see a
technical argument for allowing debian/rules to be a non-makefile. If you 
really want to write the script in a different format, it's trivial
to meet the letter of Policy:

#!/usr/bin/make -f

% :
debian/my_rules.py $@


That I've never seen such done (in my admittedly limited and random
selection of packages to build by hand at various times) suggests that
there's not much practical demand. Whenever it's come up, it seems to be
someone trying to prove a point, rather than a technical need.

Perhaps those who think alternative debian/rules should be allowed
should implement the above, and see what breaks and what complaints it
generates.

Steve
-- 
Steve Greenland
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the
world.   -- seen on the net




Re: Source only uploads?

2003-10-19 Thread John Hasler
Wouter Verhelst writes:
 Our autobuilder architecture is only half-automated for a reason. I won't
 trust any computer to *reliably* decide whether a build failed because of
 a transitional problem (unresolved build-depends, network problems, ...),
 because it shouldn't be built (architecture header in debian/control),
 because of architecture-specific problems (toolchain), or because there
 was a bug in the package.

Yes, but it seems to me that if a package fails on the first two (or maybe
three) architectures that it might be a good idea to suspend further
autobuilding until someone can look into the problem.  It doesn't seem
likely that many packages are going to fail on the first three
architectures and then succeed on all the others.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI




Re: Source only uploads?

2003-10-19 Thread Matthias Urlichs
Hi, John Hasler wrote:

 Yes, but it seems to me that if a package fails on the first two (or maybe
 three) architectures

Thanks for the first; that additional word improves the heuristic
significantly.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
Decorate your home.  It gives the illusion that your life is more
interesting than it really is.
-- C. Schulz




Re: Bug#215945: ITP: etw -- arcade-style soccer game

2003-10-19 Thread Christian Surchi
Il mer, 2003-10-15 alle 17:58, Sam Hocevar ha scritto:
 Package: wnpp
 Severity: wishlist
 
 * Package name: etw
   Version : CVS
   Upstream Author : Gabriele Greco [EMAIL PROTECTED]
 * URL : http://etw.sourceforge.net/
 * License : GPL
   Description : arcade-style soccer game

Yeah, a free and real soccer game! Now we are ready for the world
domination! ;-)




Re: Bug#88029: Package which uses jam (instead make)

2003-10-19 Thread Josip Rodin
On Sun, Oct 19, 2003 at 03:58:19PM -0500, Steve Greenland wrote:
 I've yet to see a technical argument for allowing debian/rules to be a
 non-makefile.

I've yet to see a technical argument for disallowing debian/rules from being
a non-makefile.

See, those two statements make the same amount of sense. Anyone can throw in
gobs of make features that are handy, and also gobs of other interpreters'
features that are handy as well. That doesn't make any one of them technical
arguments for either.

 If you really want to write the script in a different format, it's trivial
 to meet the letter of Policy:

And it's also trivial to change the letter of Policy, too.

Contrary to what some may have said, replacing the crude must rule will
not cause anything to happen other than fixing a spurious requirement that
exists in the documentation only.

No, new maintainers won't suddenly start shipping precompiled a.out
debian/rules files. They probably won't start using vertical Perl either.
In fact the most likely result is that not one thing will change, except
that a tiny fraction of packages will no longer be in violation of policy.

 That I've never seen such done (in my admittedly limited and random
 selection of packages to build by hand at various times) suggests that
 there's not much practical demand. Whenever it's come up, it seems to be
 someone trying to prove a point, rather than a technical need.

I have had packages the rules file of which is not a makefile for years now.
You didn't notice them, did you? That's probably because they (*gasp*!) work.
And none of those purported NMUers ever complained about them either.
Arguably that's because of other favourable circumstances, but nevertheless.

The interface to the rules file is defined well enough, there's absolutely
nothing wrong with having other things than /usr/bin/make abide by the same
rules.

-- 
 2. That which causes joy or happiness.




Bug#214946: Would like to take over this orphaned package.

2003-10-19 Thread andy lesniakowski
Package: wnpp
Severity: wishlist
Followup-For: Bug #214946

Description: Display and edit lyrics with XMMS
 This X Multi Media System (XMMS) plugin displays formated lyrics.
 It also contains a lyrics editor, which can be used to tag timestamps 
in a song.

Upstream Author: Jan-Marek Glogowski [EMAIL PROTECTED]
Liscense: GPL
Web site: http://stud.fbi.fh-darmstadt.de/~glogow/
Version: 0.1.28


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C





Re: Bug#88029: Package which uses jam (instead make)

2003-10-19 Thread Bill Allombert
On Mon, Oct 20, 2003 at 12:35:04AM +0200, Josip Rodin wrote:
 On Sun, Oct 19, 2003 at 03:58:19PM -0500, Steve Greenland wrote:
Summary of the auction so far:

Steve bet on Manoj and Josip on Wichert.

Deuce.

 The interface to the rules file is defined well enough, there's absolutely
 nothing wrong with having other things than /usr/bin/make abide by the same
 rules.

The interface to the rules file is insufficient since there is no
mechanism to expand it while keeping backward compatibility.

Since at this point, backward compatibility is more important that any
new feature we might add, the problem calls for a technical solution
that may or may not require debian/rules to be a Makefile (with a
capital M).

Solving this is in my opinion more important than continuing an
historical flamewar.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 




Re: Source only uploads?

2003-10-19 Thread Brian May
On Sun, Oct 19, 2003 at 08:08:11PM +0100, Andrew Suffield wrote:
  And you also volunteer to replace the autobuilders and build _every_
  package out there by hand on _every_ architecture ?
  
  Have you seriously thought about what you are proposing here ?
 
 What are you talking about? I'm not the one proposing anything.
 
 The proposal was All packages should be built in an artificial
 environment of this form. I have pointed out that this is a
 braindamaged idea.

Autobuilders already build packages in an artificial
environment for every architecture except the one the
maintainer used for uploading.

Surely making every package consistant on every architecture
should be a goal for Debian?

Sure, ideally the package should build exactly the same way where
ever it is built, but differences can emerge with out being obvious,
for instance if a package detects an extra library
is installed on the maintainers machine and automatically uses it
without the maintainer being aware of what is happening
(this happened with early versions of Heimdal and libhesiod0 in fact).
-- 
Brian May [EMAIL PROTECTED]




Re: netkit-inetd in sarge

2003-10-19 Thread Matt Zimmerman
On Sun, Oct 19, 2003 at 01:53:15PM +1000, Andrew Pollock wrote:

 On Sat, Oct 18, 2003 at 01:40:51AM -0400, Matt Zimmerman wrote:
  On Sat, Oct 18, 2003 at 11:04:31AM +1000, Andrew Pollock wrote:
  
  It's pretty trivial with netkit-inetd as well; you edit /etc/inetd.conf and
  comment out what you don't want.
  
 
 Additional packages that wish to register an (x)inetd based service can 
 just plonk a file in /etc/xinet.d, which is a bit more elegant than having 
 to script modifying a flat config file though.

It's a bit more elegant, but no more or less functional.  xinetd has enough
problems that I don't think this particular feature justifies a switch.

-- 
 - mdz




Re: netkit-inetd in sarge

2003-10-19 Thread Matt Zimmerman
On Sun, Oct 19, 2003 at 01:37:58PM +1000, Andrew Pollock wrote:

 On Sat, Oct 18, 2003 at 09:32:54PM -0400, Matt Zimmerman wrote:
  Yes, it receives data from the network and throws it away.  But I don't see
  how this figures into your example.  If you can give me an scenario where
  this service would allow a malicious remote user to DoS anything other than
  the discard service itself, that would be interesting.  Otherwise, I'm
  inclined to say that it's quite harmless (and indeed useful).
 
 Hmm, am I the only one that thinks
 
 dd if=/dev/zero | nc victim discard
 
 is a bad thing, in an environment where the victim is paying cents per meg 
 for inbound traffic? I'm no so much talking about DoSing anything, but 
 causing financial damage.

Yes, I think you are the only one so far who thinks that this is any
different, in terms of potential harm, from spraying exactly the same
packets without anything listening on the discard port on the remote host.

-- 
 - mdz




2?

2003-10-19 Thread
debian-devel:!2?


  
  

40%





  )
1


  
22
1,


 0519-69966126
 http://www.cework.com/email.asp




!
   
   [EMAIL PROTECTED]
   2003-10-20




Bug#120237: ITP: jboss

2003-10-19 Thread Philipp Hug
Package: wnpp
Severity: wishlist
Followup-For: Bug #120237

I intend to package jboss. I'll upload my.debgs to mentors.debian.org
because I'm not an official debian developer yet.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux morpheus.int.abacus.ch 2.4.21-5-686 #1 Sun Aug 24 15:25:33 EST 
2003 i686
Locale: LANG=C, LC_CTYPE=C





Accepted deborphan 1.5-9 (i386 source)

2003-10-19 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 09:38:16 +0200
Source: deborphan
Binary: deborphan
Architecture: source i386
Version: 1.5-9
Distribution: unstable
Urgency: low
Maintainer: Peter Palfrader [EMAIL PROTECTED]
Changed-By: Peter Palfrader [EMAIL PROTECTED]
Description: 
 deborphan  - Find orphaned libraries
Closes: 216482
Changes: 
 deborphan (1.5-9) unstable; urgency=low
 .
   * Fix minor syntax problem in orhpaner (closes: #216482).
Files: 
 15a91aa64e712cdc9d1e3d5be2649c64 555 admin optional deborphan_1.5-9.dsc
 12a9edb7cca144b9dab8acd3e23c4f74 12860 admin optional deborphan_1.5-9.diff.gz
 0da8832ec4c528ce0f3320a3ecd089a2 34832 admin optional deborphan_1.5-9_i386.deb

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

iD8DBQE/kkB1z/ccs6+kS90RAh+MAJ4vTP2bys5B0KUilj9O23zIdnJzLgCdFFjA
wHRuZcPKJyJvn4psG547ISI=
=7RzE
-END PGP SIGNATURE-


Accepted:
deborphan_1.5-9.diff.gz
  to pool/main/d/deborphan/deborphan_1.5-9.diff.gz
deborphan_1.5-9.dsc
  to pool/main/d/deborphan/deborphan_1.5-9.dsc
deborphan_1.5-9_i386.deb
  to pool/main/d/deborphan/deborphan_1.5-9_i386.deb


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



Accepted gnome-desktop 2.4.1-2 (i386 source all)

2003-10-19 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 00:07:47 +0200
Source: gnome-desktop
Binary: libgnome-desktop-2 gnome-about libgnome-desktop-dev gnome-desktop-data
Architecture: source all i386
Version: 2.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Christian Marillat [EMAIL PROTECTED]
Changed-By: Christian Marillat [EMAIL PROTECTED]
Description: 
 gnome-about - The GNOME about box
 gnome-desktop-data - Common files for GNOME 2 desktop apps
 libgnome-desktop-2 - Utility library for loading .desktop files - runtime files
 libgnome-desktop-dev - Utility library for loading .desktop files - development files
Changes: 
 gnome-desktop (2.4.1-2) unstable; urgency=low
 .
   * Rebuild to remove liblinc dependency in the -dev package
Files: 
 9434bd08238e65ea181a7a95f3b7f555 844 gnome optional gnome-desktop_2.4.1-2.dsc
 e60d2878c698e66138f090996b349743 13582 gnome optional gnome-desktop_2.4.1-2.diff.gz
 0b05a3852427d0e63ecc12d47e531d26 414724 gnome optional 
gnome-desktop-data_2.4.1-2_all.deb
 fe3fce01107b61dc79eeb09ec154e8cb 196530 gnome optional gnome-about_2.4.1-2_i386.deb
 063abc19f5bf492fe339839fe7bea583 59610 libs optional 
libgnome-desktop-2_2.4.1-2_i386.deb
 9b19859b6110658605242011e553b91a 44830 libdevel optional 
libgnome-desktop-dev_2.4.1-2_i386.deb

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

iD8DBQE/kkNoB9xWPR9BuQcRAvWPAJ45AdsAKaOkiJifboIWzURfJAek+ACfRQrd
2og5Slrc/Ox+9GOgjBtNWPc=
=FhqI
-END PGP SIGNATURE-


Accepted:
gnome-about_2.4.1-2_i386.deb
  to pool/main/g/gnome-desktop/gnome-about_2.4.1-2_i386.deb
gnome-desktop-data_2.4.1-2_all.deb
  to pool/main/g/gnome-desktop/gnome-desktop-data_2.4.1-2_all.deb
gnome-desktop_2.4.1-2.diff.gz
  to pool/main/g/gnome-desktop/gnome-desktop_2.4.1-2.diff.gz
gnome-desktop_2.4.1-2.dsc
  to pool/main/g/gnome-desktop/gnome-desktop_2.4.1-2.dsc
libgnome-desktop-2_2.4.1-2_i386.deb
  to pool/main/g/gnome-desktop/libgnome-desktop-2_2.4.1-2_i386.deb
libgnome-desktop-dev_2.4.1-2_i386.deb
  to pool/main/g/gnome-desktop/libgnome-desktop-dev_2.4.1-2_i386.deb


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



Accepted libgnomeui 2.4.0.1-2 (i386 source all)

2003-10-19 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 00:06:44 +0200
Source: libgnomeui
Binary: libgnomeui-dev libgnomeui-doc libgnomeui-common libgnomeui-0
Architecture: source i386 all
Version: 2.4.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Christian Marillat [EMAIL PROTECTED]
Changed-By: Christian Marillat [EMAIL PROTECTED]
Description: 
 libgnomeui-0 - The GNOME 2 libraries (User Interface) - runtime files
 libgnomeui-common - The GNOME 2 libraries (User Interface) - common files
 libgnomeui-dev - The GNOME 2 libraries (User Interface) - development files
 libgnomeui-doc - The GNOME 2 libraries (User Interface) - documentation files
Changes: 
 libgnomeui (2.4.0.1-2) unstable; urgency=low
 .
   * Rebuild to remove liblinc dependency in the -dev package
Files: 
 9c5cc244e6346206953d3a878f5a9154 968 libs optional libgnomeui_2.4.0.1-2.dsc
 b777b16d7ea1d506b757ea108711 4807 libs optional libgnomeui_2.4.0.1-2.diff.gz
 7967502c5f7d887287f9df76f302a4eb 411448 libs optional 
libgnomeui-common_2.4.0.1-2_all.deb
 5371d8246af63dca26cc92531574ce5a 215600 doc optional libgnomeui-doc_2.4.0.1-2_all.deb
 6d292aa27b1b44a32c8ebb5813ba9ed7 306026 libs optional libgnomeui-0_2.4.0.1-2_i386.deb
 21038c20f12b30b3f9bb285212f9 384766 libdevel optional 
libgnomeui-dev_2.4.0.1-2_i386.deb

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

iD8DBQE/kkFmB9xWPR9BuQcRAsj4AJ9s56C3YCRo19H2viqCB/TudSh/6QCdFYgO
lks6zUquVyK265FeypU+GQI=
=Ygr/
-END PGP SIGNATURE-


Accepted:
libgnomeui-0_2.4.0.1-2_i386.deb
  to pool/main/libg/libgnomeui/libgnomeui-0_2.4.0.1-2_i386.deb
libgnomeui-common_2.4.0.1-2_all.deb
  to pool/main/libg/libgnomeui/libgnomeui-common_2.4.0.1-2_all.deb
libgnomeui-dev_2.4.0.1-2_i386.deb
  to pool/main/libg/libgnomeui/libgnomeui-dev_2.4.0.1-2_i386.deb
libgnomeui-doc_2.4.0.1-2_all.deb
  to pool/main/libg/libgnomeui/libgnomeui-doc_2.4.0.1-2_all.deb
libgnomeui_2.4.0.1-2.diff.gz
  to pool/main/libg/libgnomeui/libgnomeui_2.4.0.1-2.diff.gz
libgnomeui_2.4.0.1-2.dsc
  to pool/main/libg/libgnomeui/libgnomeui_2.4.0.1-2.dsc


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



Accepted linda 0.2.22 (all source)

2003-10-19 Thread Steve Kowalik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 17:24:04 +1000
Source: linda
Binary: linda
Architecture: source all
Version: 0.2.22
Distribution: unstable
Urgency: low
Maintainer: Steve Kowalik [EMAIL PROTECTED]
Changed-By: Steve Kowalik [EMAIL PROTECTED]
Description: 
 linda  - Debian package checker, not unlike lintian
Closes: 210323 213665 214409 215800 216350
Changes: 
 linda (0.2.22) unstable; urgency=low
 .
   * Translations:
 - Update PO files.
 - Update Catalan translation.
   * Fix typo in the manual page. (Closes: #210323)
   * Fix a spelling error in perl.desc. (Closes: #214409)
   * Files Check:
 - Fix false positive looking for CVS directories. (Closes: #216350)
 - Since file has found it fitting to stop telling which files are what
   kind of scripts, disable exec-not-elf-or-script check.
   (Closes: #213665, #215800)
Files: 
 f6bc69ae898eb8b029e40b0f7127dabb 545 devel optional linda_0.2.22.dsc
 81c3be6c70b7ddaace332c954753ea8e 117760 devel optional linda_0.2.22.tar.gz
 74e4969b91a65979c0fb10135af5e6cc 81600 devel optional linda_0.2.22_all.deb

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

iD8DBQE/kkZXwJ0/XSswJFIRAk1OAKDMibi3QqzRpApD+eOQ8fd5Alw7LACfTYx/
pQccyCWE5mzYy2h4trHan9g=
=GiTk
-END PGP SIGNATURE-


Accepted:
linda_0.2.22.dsc
  to pool/main/l/linda/linda_0.2.22.dsc
linda_0.2.22.tar.gz
  to pool/main/l/linda/linda_0.2.22.tar.gz
linda_0.2.22_all.deb
  to pool/main/l/linda/linda_0.2.22_all.deb


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



Accepted gnome-panel 2.4.1-2 (i386 source all)

2003-10-19 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 10:01:36 +0200
Source: gnome-panel
Binary: libpanel-applet2-0 libpanel-applet2-dev gnome-panel-data libpanel-applet2-doc 
gnome-panel
Architecture: source i386 all
Version: 2.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Christian Marillat [EMAIL PROTECTED]
Changed-By: Christian Marillat [EMAIL PROTECTED]
Description: 
 gnome-panel - Launch and/or dock GNOME 2 applications
 gnome-panel-data - Common files for GNOME 2 panel
 libpanel-applet2-0 - Library for GNOME 2 Panel applets
 libpanel-applet2-dev - Library for GNOME 2 Panel applets - Development files
 libpanel-applet2-doc - Library for GNOME 2 Panel applets - Documentation files
Closes: 216458
Changes: 
 gnome-panel (2.4.1-2) unstable; urgency=low
 .
   * gnome-panel-data should replaces gnome-desktop-data (Closes: #216458)
   * Rebuild to remove liblinc dependency in the -dev package
Files: 
 56c959f36b7d9b4721b7e918c5d6 912 gnome optional gnome-panel_2.4.1-2.dsc
 6dc92a35208862f5be21c7e48c4566a3 23473 gnome optional gnome-panel_2.4.1-2.diff.gz
 bacf470cf4ed9d4757fb8e7401d3aa6b 31590 doc optional 
libpanel-applet2-doc_2.4.1-2_all.deb
 715f8ed248925fc3e3f4647398e7e637 1826194 gnome optional 
gnome-panel-data_2.4.1-2_all.deb
 972111373c18697ea01f1eef0d225cf1 377942 gnome optional gnome-panel_2.4.1-2_i386.deb
 cbe18a4bcc8dadfe666aca4467ccaa1a 53940 libs optional 
libpanel-applet2-0_2.4.1-2_i386.deb
 ed553fb13a0b4232f00da349ef41195a 615082 libdevel optional 
libpanel-applet2-dev_2.4.1-2_i386.deb

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

iD8DBQE/kkZnB9xWPR9BuQcRAsQTAJ9bJr502jKBu1EtWHolH3BQH58cpACgiC+d
LQON5Bcac9cjduj7QCgSGTw=
=tlLm
-END PGP SIGNATURE-


Accepted:
gnome-panel-data_2.4.1-2_all.deb
  to pool/main/g/gnome-panel/gnome-panel-data_2.4.1-2_all.deb
gnome-panel_2.4.1-2.diff.gz
  to pool/main/g/gnome-panel/gnome-panel_2.4.1-2.diff.gz
gnome-panel_2.4.1-2.dsc
  to pool/main/g/gnome-panel/gnome-panel_2.4.1-2.dsc
gnome-panel_2.4.1-2_i386.deb
  to pool/main/g/gnome-panel/gnome-panel_2.4.1-2_i386.deb
libpanel-applet2-0_2.4.1-2_i386.deb
  to pool/main/g/gnome-panel/libpanel-applet2-0_2.4.1-2_i386.deb
libpanel-applet2-dev_2.4.1-2_i386.deb
  to pool/main/g/gnome-panel/libpanel-applet2-dev_2.4.1-2_i386.deb
libpanel-applet2-doc_2.4.1-2_all.deb
  to pool/main/g/gnome-panel/libpanel-applet2-doc_2.4.1-2_all.deb


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



Accepted libwnck 2.4.0.1-2 (i386 source all)

2003-10-19 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 10:35:30 +0200
Source: libwnck
Binary: libwnck-dev libwnck-common libwnck4
Architecture: source i386 all
Version: 2.4.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Christian Marillat [EMAIL PROTECTED]
Changed-By: Christian Marillat [EMAIL PROTECTED]
Description: 
 libwnck-common - Window Navigator Construction Kit - common files
 libwnck-dev - Window Navigator Construction Kit - development files
 libwnck4   - Window Navigator Construction Kit - runtime files
Closes: 216470
Changes: 
 libwnck (2.4.0.1-2) unstable; urgency=low
 .
   * Apply patch from bugzilla to fix windows position with sawfish and
 pagers. You need to logout/login from the current session to see
 something (Closes: #216470)
Files: 
 4ceb61e77110e2d8ca24ed1e600b165e 669 libs optional libwnck_2.4.0.1-2.dsc
 8cffee43cd95c2c803e5933e97b38515 4191 libs optional libwnck_2.4.0.1-2.diff.gz
 f5da461aef144b9d568fdff9348dd7db 41452 libs optional libwnck-common_2.4.0.1-2_all.deb
 1f39cadf3b9823ce3bb0ca9f50f7a86f 78926 libs optional libwnck4_2.4.0.1-2_i386.deb
 9fe7058eff3d976f28f2c2c06793f0ce 75092 libdevel optional 
libwnck-dev_2.4.0.1-2_i386.deb

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

iD8DBQE/kk3XB9xWPR9BuQcRAskfAJ9Df/hLP2oerHtChAx1yY0BLQuV5wCggGZj
+3yWUo6sgBOoQAId0I1oOFg=
=xm/7
-END PGP SIGNATURE-


Accepted:
libwnck-common_2.4.0.1-2_all.deb
  to pool/main/libw/libwnck/libwnck-common_2.4.0.1-2_all.deb
libwnck-dev_2.4.0.1-2_i386.deb
  to pool/main/libw/libwnck/libwnck-dev_2.4.0.1-2_i386.deb
libwnck4_2.4.0.1-2_i386.deb
  to pool/main/libw/libwnck/libwnck4_2.4.0.1-2_i386.deb
libwnck_2.4.0.1-2.diff.gz
  to pool/main/libw/libwnck/libwnck_2.4.0.1-2.diff.gz
libwnck_2.4.0.1-2.dsc
  to pool/main/libw/libwnck/libwnck_2.4.0.1-2.dsc


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



Accepted jspwiki 2.1.82-2 (all source)

2003-10-19 Thread Kalle Kivimaa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 11:00:00 +0200
Source: jspwiki
Binary: jspwiki
Architecture: source all
Version: 2.1.82-2
Distribution: experimental
Urgency: low
Maintainer: Kalle Kivimaa [EMAIL PROTECTED]
Changed-By: Kalle Kivimaa [EMAIL PROTECTED]
Description: 
 jspwiki- WikiWikiWeb clone with authentication written in Java
Changes: 
 jspwiki (2.1.82-2) experimental; urgency=low
 .
   * Changed the Standards-Version to the latest (3.6.1.0).
Files: 
 17036d1c5cfe26ceb1a8ab3ed4fa9cbe 635 contrib/web optional jspwiki_2.1.82-2.dsc
 c49a0d0fbd29abb88d699954135ed137 22219 contrib/web optional jspwiki_2.1.82-2.diff.gz
 897d722d1c0f1ab029cbb0335356379c 874588 contrib/web optional jspwiki_2.1.82-2_all.deb

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

iD8DBQE/kks+dXkcpu3YjOoRAtjrAJ4w/0iptn6Fhh7gkDHjV++TFrk0jwCfX+Bl
NJokh6bRrkHCmYX0oPSSWbc=
=Gkir
-END PGP SIGNATURE-


Accepted:
jspwiki_2.1.82-2.diff.gz
  to pool/contrib/j/jspwiki/jspwiki_2.1.82-2.diff.gz
jspwiki_2.1.82-2.dsc
  to pool/contrib/j/jspwiki/jspwiki_2.1.82-2.dsc
jspwiki_2.1.82-2_all.deb
  to pool/contrib/j/jspwiki/jspwiki_2.1.82-2_all.deb


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



Accepted ispell-fi 0.7-6 (i386 source all)

2003-10-19 Thread Kalle Kivimaa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 11:00:00 +0200
Source: ispell-fi
Binary: wfinnish ifinnish-small ifinnish ifinnish-large
Architecture: source i386 all
Version: 0.7-6
Distribution: unstable
Urgency: low
Maintainer: Kalle Kivimaa [EMAIL PROTECTED]
Changed-By: Kalle Kivimaa [EMAIL PROTECTED]
Description: 
 ifinnish   - A medium-size Finnish dictionary for Ispell
 ifinnish-large - A large Finnish dictionary for Ispell
 ifinnish-small - A small Finnish dictionary for Ispell
 wfinnish   - A small Finnish dictionary for /usr/share/dict
Changes: 
 ispell-fi (0.7-6) unstable; urgency=low
 .
   * Changed the Standards-Version to the latest (3.6.1.0).
   * Changed the maintainer email address to [EMAIL PROTECTED]
Files: 
 bb01f93bbc1fb7c240b74b57c3557849 617 text optional ispell-fi_0.7-6.dsc
 bf218c9075455ca99379369ac4ef144e 8644 text optional ispell-fi_0.7-6.diff.gz
 ecc1a34aeb5aa66bf13def5ac0cbadb3 1944252 text optional wfinnish_0.7-6_all.deb
 02b3600487479d23c6d67347d84b082c 873330 text optional ifinnish_0.7-6_i386.deb
 377defad05dd693f2d31927008aaaba7 764984 text optional ifinnish-small_0.7-6_i386.deb
 08302b775b0bba928529e65039159098 1024754 text optional ifinnish-large_0.7-6_i386.deb

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

iD8DBQE/kk1NdXkcpu3YjOoRArVvAJ4klP4hXyj2uAIO8m2ubz6cjvVw8ACcCj9m
onmWMXjPGTuZGOGIGeIAdXA=
=igY1
-END PGP SIGNATURE-


Accepted:
ifinnish-large_0.7-6_i386.deb
  to pool/main/i/ispell-fi/ifinnish-large_0.7-6_i386.deb
ifinnish-small_0.7-6_i386.deb
  to pool/main/i/ispell-fi/ifinnish-small_0.7-6_i386.deb
ifinnish_0.7-6_i386.deb
  to pool/main/i/ispell-fi/ifinnish_0.7-6_i386.deb
ispell-fi_0.7-6.diff.gz
  to pool/main/i/ispell-fi/ispell-fi_0.7-6.diff.gz
ispell-fi_0.7-6.dsc
  to pool/main/i/ispell-fi/ispell-fi_0.7-6.dsc
wfinnish_0.7-6_all.deb
  to pool/main/i/ispell-fi/wfinnish_0.7-6_all.deb


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



Accepted jspwiki 2.0.52-2 (all source)

2003-10-19 Thread Kalle Kivimaa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 11:00:00 +0200
Source: jspwiki
Binary: jspwiki jspwiki-tomcat3
Architecture: source all
Version: 2.0.52-2
Distribution: unstable
Urgency: low
Maintainer: Kalle Kivimaa [EMAIL PROTECTED]
Changed-By: Kalle Kivimaa [EMAIL PROTECTED]
Description: 
 jspwiki- WikiWikiWeb clone written in Java
 jspwiki-tomcat3 - WikiWikiWeb clone written in Java for Tomcat3
Changes: 
 jspwiki (2.0.52-2) unstable; urgency=low
 .
   * Updated the standards field to the latest (3.6.1.0).
   * Package no longer restarts Tomcat on installation.
Files: 
 e8021a161439c54f9bc2efa848dbb0f7 652 contrib/web optional jspwiki_2.0.52-2.dsc
 a4261492c36141681860778f152c7e02 10296 contrib/web optional jspwiki_2.0.52-2.diff.gz
 eb6f85eecad229af376e9be7ffa2fd51 611928 contrib/web optional jspwiki_2.0.52-2_all.deb
 ec72032b18a3b9ebb3dcf4e6516a5863 600110 contrib/web optional 
jspwiki-tomcat3_2.0.52-2_all.deb

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

iD8DBQE/klCZdXkcpu3YjOoRAg/xAKCjbeAdBgWGIA32L5b8stlc4111ZQCfTgyd
szAb7mq9+FqD3AqftD5Q8LM=
=q7ma
-END PGP SIGNATURE-


Accepted:
jspwiki-tomcat3_2.0.52-2_all.deb
  to pool/contrib/j/jspwiki/jspwiki-tomcat3_2.0.52-2_all.deb
jspwiki_2.0.52-2.diff.gz
  to pool/contrib/j/jspwiki/jspwiki_2.0.52-2.diff.gz
jspwiki_2.0.52-2.dsc
  to pool/contrib/j/jspwiki/jspwiki_2.0.52-2.dsc
jspwiki_2.0.52-2_all.deb
  to pool/contrib/j/jspwiki/jspwiki_2.0.52-2_all.deb


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



Accepted libgnu-regexp-java 1.1.4-2 (all source)

2003-10-19 Thread Kalle Kivimaa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 11:00:00 +0200
Source: libgnu-regexp-java
Binary: libgnu-regexp-java
Architecture: source all
Version: 1.1.4-2
Distribution: unstable
Urgency: low
Maintainer: Kalle Kivimaa [EMAIL PROTECTED]
Changed-By: Kalle Kivimaa [EMAIL PROTECTED]
Description: 
 libgnu-regexp-java - Regular Expressions for Java
Changes: 
 libgnu-regexp-java (1.1.4-2) unstable; urgency=low
 .
   * Changed the maintainer email address to [EMAIL PROTECTED]
   * Added the current maintainer address to the copyright file.
   * Updated the standards version to the current (3.6.1.0).
Files: 
 74862aa6b0f1b8a83281b4a7362c 674 devel optional libgnu-regexp-java_1.1.4-2.dsc
 e05fc8cd169c319320d8966c9e0a6bdd 5875 devel optional 
libgnu-regexp-java_1.1.4-2.diff.gz
 2e380eaddbd994c9800a1dc137ac2c01 139800 devel optional 
libgnu-regexp-java_1.1.4-2_all.deb

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

iD8DBQE/kk9edXkcpu3YjOoRApmuAJ9lN53cpGLot/KgxxuJrjWCNyVSTgCfZoYs
YZqy124zO8LhvaaSFmgiejQ=
=JtZ+
-END PGP SIGNATURE-


Accepted:
libgnu-regexp-java_1.1.4-2.diff.gz
  to pool/main/libg/libgnu-regexp-java/libgnu-regexp-java_1.1.4-2.diff.gz
libgnu-regexp-java_1.1.4-2.dsc
  to pool/main/libg/libgnu-regexp-java/libgnu-regexp-java_1.1.4-2.dsc
libgnu-regexp-java_1.1.4-2_all.deb
  to pool/main/libg/libgnu-regexp-java/libgnu-regexp-java_1.1.4-2_all.deb


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



Accepted fontconfig 2.2.1-6 (i386 source)

2003-10-19 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 11:04:35 +0200
Source: fontconfig
Binary: libfontconfig1-dev fontconfig-udeb libfontconfig1 fontconfig
Architecture: source i386
Version: 2.2.1-6
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 fontconfig - generic font configuration library
 fontconfig-udeb - generic font configuration library (shared library) (udeb)
 libfontconfig1 - generic font configuration library (shared library)
 libfontconfig1-dev - generic font configuration library (development headers)
Closes: 186730 189883 204771 206532 215356 216132
Changes: 
 fontconfig (2.2.1-6) unstable; urgency=low
 .
   * Use ucf for local.conf handling (closes: #186730):
 + fontconfig.{config,postinst}: remove debconf handling of
   local.conf overwriting.
 + fontconfig.postrm: new file.
 + templates: remove overwrite_existing_local_conf.
 + control: fontconfig depends on ucf 0.25.
 + local.conf.md5sum: new file, containing all possible md5sums
   for local.conf generated with debconf in the previous versions.
   * Apply defoma patch from Angus Lees (closes: #206532, #204771):
 + fontconfig.defoma: new file.
 + control: build-depend and depend on defoma.
 + rules:
   - Run dh_installdefoma.
   - Remove x-ttcidfont-conf stuff.
 + README.Debian: document that fontconfig can now use defoma fonts.
 + fontconfig.postinst:
   - Remove old cache files in /var/lib/defoma/x-ttcidfont-conf.d
 subdirectories.
   - Include the defoma-generated file in local.conf.
 + fontconfig.postrm: remove /var/lib/defoma/fontconfig.d.
   * fonts-conf-ordering.patch: patches fonts.conf to include local.conf
 before ~/.fonts.conf (closes: #215356).
   * control:
 + Remove po-debconf dependency, all autobuilders have a working
   version now and it never made it to testing.
 + Make libfontconfig1-dev depend on libfontconfig1 instead of
   fontconfig.
 + libfontconfig1-dev depends on libexpat1-dev.
 + Make fontconfig require one of the 4 most widely used font
   packages, as anyway all packages using fontconfig should
   (closes: #189883). Also remove Suggests and Recommends.
   * fontconfig.postrm: remove old fonts.cache-1 files in /usr/share/fonts
 and /usr/X11R6/lib/X11/fonts on purge.
   * No more scripts in fontconfig-udeb (closes: #216132):
 + fontconfig-udeb.postinst: removed.
 + rules: make dh_makeshlibs not run on fontconfig-udeb.
Files: 
 fcda4a551df94cde071c34cfe36fe4d0 753 devel optional fontconfig_2.2.1-6.dsc
 5e430051fcb99a8686a62df7f30b70d7 16705 devel optional fontconfig_2.2.1-6.diff.gz
 a222f55bf02890a2dbf77dd5236951ce 85866 libs optional libfontconfig1_2.2.1-6_i386.deb
 7f2f6a29af086e01b7e84799c88bb385 46510 utils optional fontconfig_2.2.1-6_i386.deb
 82816e69ae14eab13fb8cb6ad27f7fbb 245248 debian-installer optional 
fontconfig-udeb_2.2.1-6_i386.udeb
 edfb613268b0b9ec2daa4e16b2014949 236782 libdevel optional 
libfontconfig1-dev_2.2.1-6_i386.deb

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

iD8DBQE/kmC0rSla4ddfhTMRAogvAKDjaqjAzsZHnMkCEu2GYEInEBfJLwCgxM7J
J5CCBm8BHsO6iPdPG712yEQ=
=roXi
-END PGP SIGNATURE-


Accepted:
fontconfig-udeb_2.2.1-6_i386.udeb
  to pool/main/f/fontconfig/fontconfig-udeb_2.2.1-6_i386.udeb
fontconfig_2.2.1-6.diff.gz
  to pool/main/f/fontconfig/fontconfig_2.2.1-6.diff.gz
fontconfig_2.2.1-6.dsc
  to pool/main/f/fontconfig/fontconfig_2.2.1-6.dsc
fontconfig_2.2.1-6_i386.deb
  to pool/main/f/fontconfig/fontconfig_2.2.1-6_i386.deb
libfontconfig1-dev_2.2.1-6_i386.deb
  to pool/main/f/fontconfig/libfontconfig1-dev_2.2.1-6_i386.deb
libfontconfig1_2.2.1-6_i386.deb
  to pool/main/f/fontconfig/libfontconfig1_2.2.1-6_i386.deb


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



Accepted crystalspace 0.96-20030912-7 (i386 source all)

2003-10-19 Thread Christian Bayle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 18 Oct 2003 23:41:20 +0200
Source: crystalspace
Binary: crystalspace crystalspace-demos crystalspace-dev crystalspace-doc
Architecture: source i386 all
Version: 0.96-20030912-7
Distribution: unstable
Urgency: low
Maintainer: Christian Bayle [EMAIL PROTECTED]
Changed-By: Christian Bayle [EMAIL PROTECTED]
Description: 
 crystalspace - Multiplatform 3D Game Development Kit
 crystalspace-demos - Multiplatform 3D Game Development Kit Demos
 crystalspace-dev - Multiplatform 3D Game Development Kit dev files
 crystalspace-doc - Multiplatform 3D Game Development Kit Documentation
Changes: 
 crystalspace (0.96-20030912-7) unstable; urgency=low
 .
   * Removed support of libode an lib3ds for s390
Files: 
 dd66c90d4d28a0e7e2161c0b24eca3c6 1082 games optional crystalspace_0.96-20030912-7.dsc
 778c6cbc00c125e928bcdf9aefd85b2b 18229 games optional 
crystalspace_0.96-20030912-7.diff.gz
 4a85f361dcb3b66c4f6dcc665ab515e6 8228836 games optional 
crystalspace_0.96-20030912-7_i386.deb
 b29ee72c8d38c632c53d7d08636b153c 2269290 devel optional 
crystalspace-dev_0.96-20030912-7_i386.deb
 5ee55572a1ad97d1172c113fabe72793 1366330 games optional 
crystalspace-demos_0.96-20030912-7_i386.deb
 eeb783f900f21f296d00c0da11e0aae7 6154184 doc optional 
crystalspace-doc_0.96-20030912-7_all.deb

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

iD8DBQE/klSuTx4JB6685x8RAhUxAJ0dknk5Cz3pXg01zYkh8/lPMQTUAgCeOvzC
ZVrkabPdcwiwUbZ1/zSrQyk=
=buU7
-END PGP SIGNATURE-


Accepted:
crystalspace-demos_0.96-20030912-7_i386.deb
  to pool/main/c/crystalspace/crystalspace-demos_0.96-20030912-7_i386.deb
crystalspace-dev_0.96-20030912-7_i386.deb
  to pool/main/c/crystalspace/crystalspace-dev_0.96-20030912-7_i386.deb
crystalspace-doc_0.96-20030912-7_all.deb
  to pool/main/c/crystalspace/crystalspace-doc_0.96-20030912-7_all.deb
crystalspace_0.96-20030912-7.diff.gz
  to pool/main/c/crystalspace/crystalspace_0.96-20030912-7.diff.gz
crystalspace_0.96-20030912-7.dsc
  to pool/main/c/crystalspace/crystalspace_0.96-20030912-7.dsc
crystalspace_0.96-20030912-7_i386.deb
  to pool/main/c/crystalspace/crystalspace_0.96-20030912-7_i386.deb


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



Accepted sash 3.6-2 (i386 source)

2003-10-19 Thread Tollef Fog Heen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 12:16:43 +0200
Source: sash
Binary: sash
Architecture: source i386
Version: 3.6-2
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen [EMAIL PROTECTED]
Changed-By: Tollef Fog Heen [EMAIL PROTECTED]
Description: 
 sash   - Stand-alone shell
Closes: 216499
Changes: 
 sash (3.6-2) unstable; urgency=low
 .
   * Add build-deps for cdbs (closes: #216499)
Files: 
 3e2ecb474fa974445b0622267af56f59 558 shells optional sash_3.6-2.dsc
 335e1cc630d60128df5230cd5651e714 8975 shells optional sash_3.6-2.diff.gz
 4b992a9e7e5f62c4355b03a0b55af9eb 264728 shells optional sash_3.6-2_i386.deb

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

iD8DBQE/kmcrQSseMYF6mWoRAsQoAKDmEDZLHPqGdqUiNaCtJJK6VHo5tgCgvRNY
XhJy/EV5GDN5VgNro3gzTiE=
=at8i
-END PGP SIGNATURE-


Accepted:
sash_3.6-2.diff.gz
  to pool/main/s/sash/sash_3.6-2.diff.gz
sash_3.6-2.dsc
  to pool/main/s/sash/sash_3.6-2.dsc
sash_3.6-2_i386.deb
  to pool/main/s/sash/sash_3.6-2_i386.deb


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



Accepted spellcast 1.0-16 (i386 source)

2003-10-19 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sun, 19 Oct 2003 11:57:37 +0200
Source: spellcast
Binary: spellcast
Architecture: source i386
Version: 1.0-16
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 spellcast  - The classic hand-waving multi-player X game of spellcasting:
Changes: 
 spellcast (1.0-16) unstable; urgency=low
 .
   * Added a rant on why spellcast is not GPL describing the issue
   in the README.Debian file with more detail than the information
   available in the copyright file.
Files: 
 5cc772083c1a8ff770a0434166ad2410 697 non-free/games optional spellcast_1.0-16.dsc
 5c8a80bffa3a4158ce00ccb1e29f3782 79536 non-free/games optional 
spellcast_1.0-16.diff.gz
 cbfa09788385ed9a6a2d32aaac7b3eca 198042 non-free/games optional 
spellcast_1.0-16_i386.deb

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv

iQCVAwUBP5JifPtEPvakNq0lAQFWHwP8DfHJEHsCKwF7okQjh0KSyyBSKGxr3UuY
8k38QLX/J5Xu6m25/1q7d8swFsewfMCNg0X3S3l3mFjwwUmX44iY0QPe4YOzROtN
7Fo0WnEq42gyldxkmJswNdcPgJTm4LtRi64hyNXqauW4zH/JFP0NBeJ4fcLjUFWW
67j/gDDXoMo=
=CiNh
-END PGP SIGNATURE-


Accepted:
spellcast_1.0-16.diff.gz
  to pool/non-free/s/spellcast/spellcast_1.0-16.diff.gz
spellcast_1.0-16.dsc
  to pool/non-free/s/spellcast/spellcast_1.0-16.dsc
spellcast_1.0-16_i386.deb
  to pool/non-free/s/spellcast/spellcast_1.0-16_i386.deb


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



Accepted roxen3 3.3.63-4 (i386 source all)

2003-10-19 Thread Turbo Fredriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 17 Oct 2003 19:20:19 +0200
Source: roxen3
Binary: roxen3 roxen3-doc
Architecture: source all i386
Version: 3.3.63-4
Distribution: unstable
Urgency: low
Maintainer: Turbo Fredriksson [EMAIL PROTECTED]
Changed-By: Turbo Fredriksson [EMAIL PROTECTED]
Description: 
 roxen3 - The Roxen Challenger Webserver
 roxen3-doc - Roxen 3.3 documentation
Closes: 213950 214307
Changes: 
 roxen3 (3.3.63-4) unstable; urgency=low
 .
   * Use 'find|cpio' instead of cp.
 Closes: #213950
   * Call dh_installdebconf in debian/rules to install the config script
 Double check that mysql-server is installed if: MySQL on localhost
 AND ! internal MySQL only.
 Closes: #214307
Files: 
 cfe3ee69c6a6cc47100eedb9446f0ad2 622 web optional roxen3_3.3.63-4.dsc
 a09d3e1579230d9697e3c8f764800a3f 54309 web optional roxen3_3.3.63-4.diff.gz
 01525a6affd20ac71344781bd5b586d5 3529108 doc optional roxen3-doc_3.3.63-4_all.deb
 9b2f034a38ad99fe8b9192b3068ca2b4 6899300 web optional roxen3_3.3.63-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE/knX4mlWzPKccHgARApRRAJ9KTMv4GBThVKwl7wC+N38dcvQhzQCeJXKe
pjTqOZjJELAhdyWqt5lSmPs=
=REM2
-END PGP SIGNATURE-


Accepted:
roxen3-doc_3.3.63-4_all.deb
  to pool/main/r/roxen3/roxen3-doc_3.3.63-4_all.deb
roxen3_3.3.63-4.diff.gz
  to pool/main/r/roxen3/roxen3_3.3.63-4.diff.gz
roxen3_3.3.63-4.dsc
  to pool/main/r/roxen3/roxen3_3.3.63-4.dsc
roxen3_3.3.63-4_i386.deb
  to pool/main/r/roxen3/roxen3_3.3.63-4_i386.deb


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



Accepted gnomemeeting 0.98.5-5 (i386 source)

2003-10-19 Thread Goedson Teixeira Paixao
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 11:32:54 +
Source: gnomemeeting
Binary: gnomemeeting
Architecture: source i386
Version: 0.98.5-5
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo [EMAIL PROTECTED]
Changed-By: Goedson Teixeira Paixao [EMAIL PROTECTED]
Description: 
 gnomemeeting - H323 Compatible Netmeeting clone for the Gnome Desktop and KDE3
Changes: 
 gnomemeeting (0.98.5-5) unstable; urgency=low
 .
   * Fix the test for 64bit architectures.
 - configure.in: test the sizeof(int) instead of sizeof(long).
Files: 
 b0b7eaaee4280ce5321ae145fb9c3f09 828 gnome optional gnomemeeting_0.98.5-5.dsc
 3441e9d3bbdf272cf9730975aaccc05f 370420 gnome optional gnomemeeting_0.98.5-5.diff.gz
 587529fd42dabadbbbf471a200f4d8cb 1440940 gnome optional gnomemeeting_0.98.5-5_i386.deb

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

iD8DBQE/knuR7tjUzB3rjq4RAqFbAJ924zR5RPAXc/xgeScgk3s89F6kaACfbmGO
Mf5uMgoJbsmPl40D5wM0H64=
=1dJX
-END PGP SIGNATURE-


Accepted:
gnomemeeting_0.98.5-5.diff.gz
  to pool/main/g/gnomemeeting/gnomemeeting_0.98.5-5.diff.gz
gnomemeeting_0.98.5-5.dsc
  to pool/main/g/gnomemeeting/gnomemeeting_0.98.5-5.dsc
gnomemeeting_0.98.5-5_i386.deb
  to pool/main/g/gnomemeeting/gnomemeeting_0.98.5-5_i386.deb


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



Accepted grace 5.1.13-1 (i386 source)

2003-10-19 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 13:41:44 +0200
Source: grace
Binary: grace
Architecture: source i386
Version: 5.1.13-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 grace  - An XY plotting tool
Closes: 212844
Changes: 
 grace (5.1.13-1) unstable; urgency=low
 .
   * new upstream
   * added --with-helpviewer=sensible-browser to the configure command line,
 closes: #212844
   * converted to cdbs
   * updated Standards-Version
Files: 
 193f781a16981c56389681fccbb588bc 716 math optional grace_5.1.13-1.dsc
 bc12e2bc373c7ecd6c8d51857a9858dc 2432291 math optional grace_5.1.13.orig.tar.gz
 eb71d906096d1e6287f3148c2f6e4359 29408 math optional grace_5.1.13-1.diff.gz
 c28ab23a84ef7b41f7c2b7e41792a53a 1102070 math optional grace_5.1.13-1_i386.deb

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

iD8DBQE/knkgfY3dicTPjsMRAq01AKCO8LrAoiWsjZNIFuIsCxRKrAlwrgCeN5vm
mSRJpBTl3wmT0OUXP8d2zik=
=TdOL
-END PGP SIGNATURE-


Accepted:
grace_5.1.13-1.diff.gz
  to pool/main/g/grace/grace_5.1.13-1.diff.gz
grace_5.1.13-1.dsc
  to pool/main/g/grace/grace_5.1.13-1.dsc
grace_5.1.13-1_i386.deb
  to pool/main/g/grace/grace_5.1.13-1_i386.deb
grace_5.1.13.orig.tar.gz
  to pool/main/g/grace/grace_5.1.13.orig.tar.gz


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



Accepted nxml-mode 20031018-1 (all source)

2003-10-19 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 06:40:56 -0500
Source: nxml-mode
Binary: nxml-mode
Architecture: source all
Version: 20031018-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence [EMAIL PROTECTED]
Changed-By: Chris Lawrence [EMAIL PROTECTED]
Description: 
 nxml-mode  - Emacs mode for editing XML documents using RELAX NG schemas
Changes: 
 nxml-mode (20031018-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 04162f4a52260558864ad389b834496e 879 editors optional nxml-mode_20031018-1.dsc
 f9faa1a496770a29d0ce1613476d2ce7 384524 editors optional 
nxml-mode_20031018.orig.tar.gz
 9eef97836f0d9ad697ea7faf58839344 3917 editors optional nxml-mode_20031018-1.diff.gz
 fe908f72049bc0141e7553d130d72e12 282426 editors optional nxml-mode_20031018-1_all.deb

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

iQEXAwUBP5J8hVxpg5e5AmZiFALmPAP+JxD1OzbLcwt0wGc5iv/VBqcRLG64c4wz
WpcHTnZI9RNatinko07Q8aXmfJs8dajHGe5ZkF4Xc3zK8YP0TlJO/jSHnYVukwRh
h9j0dxuNVoMt2s9zfe0BWHpRm70tXU7IQkYGM4XrV412ztgsBUYeMWb8cjrY28q4
FbSrgUrcvYgD/1DqOrYqQSEIPLJJBs/YKD6rMbsImM/p9y9L7xJYLzOHcCIWFiV7
8r5af6jsA9KvKoes+K5RA1U9vVQLfRiL1Motn+Zu+nN78vgT4cMUQxcj8/woHIUt
eMefXzF2zTlJHcaz1kTrguOTaS6c1Zu0BCt6gpwtryxghT+0mEq11cfj
=DO75
-END PGP SIGNATURE-


Accepted:
nxml-mode_20031018-1.diff.gz
  to pool/main/n/nxml-mode/nxml-mode_20031018-1.diff.gz
nxml-mode_20031018-1.dsc
  to pool/main/n/nxml-mode/nxml-mode_20031018-1.dsc
nxml-mode_20031018-1_all.deb
  to pool/main/n/nxml-mode/nxml-mode_20031018-1_all.deb
nxml-mode_20031018.orig.tar.gz
  to pool/main/n/nxml-mode/nxml-mode_20031018.orig.tar.gz


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



Accepted searchandrescue 0.8.1-3 (i386 source all)

2003-10-19 Thread Phil Brooke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 10:57:06 +0100
Source: searchandrescue
Binary: searchandrescue-common searchandrescue
Architecture: source all i386
Version: 0.8.1-3
Distribution: unstable
Urgency: low
Maintainer: Phil Brooke [EMAIL PROTECTED]
Changed-By: Phil Brooke [EMAIL PROTECTED]
Description: 
 searchandrescue - Fly aircraft to Search (for) and Rescue people in distress
 searchandrescue-common - Common files and documentation for SearchAndRescue
Closes: 215458
Changes: 
 searchandrescue (0.8.1-3) unstable; urgency=low
 .
   * Patched menu.c (patch provided by upstream) to fix apparent
 double-buffering problem in menus (closes: 215458).
Files: 
 74db29a1a3a1f292ca9834de8ef19144 770 games extra searchandrescue_0.8.1-3.dsc
 b1f4f7b0c74a62972eb57a46f77c0f07 11695 games extra searchandrescue_0.8.1-3.diff.gz
 1f0d9f50ea1b120b329bd2c09e3c0626 60268 games extra 
searchandrescue-common_0.8.1-3_all.deb
 f26591dcb0f776af8c917f39b479d925 366778 games extra searchandrescue_0.8.1-3_i386.deb

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

iD8DBQE/kmXNHb8HEVCXO5ERAjJcAJ9QwTHXQV3lMNOIYOz7s02tT0aA6ACeI8um
C716zBVn4hE4ZlJVe7t/T8w=
=bjyj
-END PGP SIGNATURE-


Accepted:
searchandrescue-common_0.8.1-3_all.deb
  to pool/main/s/searchandrescue/searchandrescue-common_0.8.1-3_all.deb
searchandrescue_0.8.1-3.diff.gz
  to pool/main/s/searchandrescue/searchandrescue_0.8.1-3.diff.gz
searchandrescue_0.8.1-3.dsc
  to pool/main/s/searchandrescue/searchandrescue_0.8.1-3.dsc
searchandrescue_0.8.1-3_i386.deb
  to pool/main/s/searchandrescue/searchandrescue_0.8.1-3_i386.deb


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



Accepted nosql 4.0.7-2 (i386 source)

2003-10-19 Thread David Frey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 18 Oct 2003 22:58:01 +0200
Source: nosql
Binary: nosql
Architecture: source i386
Version: 4.0.7-2
Distribution: unstable
Urgency: medium
Maintainer: David Frey [EMAIL PROTECTED]
Changed-By: David Frey [EMAIL PROTECTED]
Description: 
 nosql  - a Relational Database Management System for Unix
Closes: 216372
Changes: 
 nosql (4.0.7-2) unstable; urgency=medium
 .
   * add procmail to Build-Depends
 (closes: Bug#216372: nosql: FTBFS: Missing Build-Depends)
   * change ash dependency to dash. This has two small consequences:
 1. had to change install-sh
 2. lintian does not know dash and will report an unknown shell.
   * added (rudimentary) man-page.
   * added symlink from /usr/bin/nosql to /usr/lib/nosql/nosql
Files: 
 37066eb4d2bf50dfbba2c27bf1fe 548 utils optional nosql_4.0.7-2.dsc
 16dba4e01817835fe4a2c19997785bd6 7544 utils optional nosql_4.0.7-2.diff.gz
 2b9e9a6009f619bc755b45c35074aace 253180 utils optional nosql_4.0.7-2_i386.deb

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

iD8DBQE/kc+kKVyqlGzl+1QRAm0MAJsGOsuVlMINdUyFpmEwJ03rsVIpygCfcaN8
bTS72Lq1IMa+T7WbquoJiYA=
=uN3a
-END PGP SIGNATURE-


Accepted:
nosql_4.0.7-2.diff.gz
  to pool/main/n/nosql/nosql_4.0.7-2.diff.gz
nosql_4.0.7-2.dsc
  to pool/main/n/nosql/nosql_4.0.7-2.dsc
nosql_4.0.7-2_i386.deb
  to pool/main/n/nosql/nosql_4.0.7-2_i386.deb


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



Accepted iptables 1.2.8-7 (i386 source)

2003-10-19 Thread Laurence J. Lane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 09:03:36 -0400
Source: iptables
Binary: iptables-dev iptables
Architecture: source i386
Version: 1.2.8-7
Distribution: unstable
Urgency: low
Maintainer: Laurence J. Lane [EMAIL PROTECTED]
Changed-By: Laurence J. Lane [EMAIL PROTECTED]
Description: 
 iptables   - IP packet filter administration tools for 2.4.xx kernels
 iptables-dev - development files for iptable's libipq and libiptc
Changes: 
 iptables (1.2.8-7) unstable; urgency=low
 .
   * corrected control file for priority and kernel versions, again
Files: 
 e75fb5f02e1cd960f66fc6a36cf80e1d 548 net important iptables_1.2.8-7.dsc
 c8737858fae62a445629a5d2aa01ff9a 828152 net important iptables_1.2.8-7.tar.gz
 e10e334742535c23b938741f39f20c01 302618 net important iptables_1.2.8-7_i386.deb
 cdd419834cf9bf72f82a12ddd2fe 123944 devel optional iptables-dev_1.2.8-7_i386.deb

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

iD8DBQE/kpPvxJBkNlXToekRAnsCAJ9PNUuhqjL7JVx48pJdjtRIUvlCygCfW+Xd
6Pl4nPmvKLWtYddf3+PrI/s=
=jyuU
-END PGP SIGNATURE-


Accepted:
iptables-dev_1.2.8-7_i386.deb
  to pool/main/i/iptables/iptables-dev_1.2.8-7_i386.deb
iptables_1.2.8-7.dsc
  to pool/main/i/iptables/iptables_1.2.8-7.dsc
iptables_1.2.8-7.tar.gz
  to pool/main/i/iptables/iptables_1.2.8-7.tar.gz
iptables_1.2.8-7_i386.deb
  to pool/main/i/iptables/iptables_1.2.8-7_i386.deb


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



Accepted mozilla-thunderbird 0.2-2 (i386 source)

2003-10-19 Thread Søren Boll Overgaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 18 Oct 2003 10:27:05 +
Source: mozilla-thunderbird
Binary: mozilla-thunderbird mozilla-thunderbird-enigmail
Architecture: source i386
Version: 0.2-2
Distribution: unstable
Urgency: low
Maintainer: Alexander Sack [EMAIL PROTECTED]
Changed-By: Søren Boll Overgaard [EMAIL PROTECTED]
Description: 
 mozilla-thunderbird - Mozilla Thunderbird standalone mail client
 mozilla-thunderbird-enigmail - Enigmail - GPG support for the Thunderbird mail
Changes: 
 mozilla-thunderbird (0.2-2) unstable; urgency=low
 .
   * Don't limit archs to i386.
Files: 
 1a9e87507ba57ebb73f3d5486139940f 730 mail optional mozilla-thunderbird_0.2-2.dsc
 9e27c7a8a17ff4dcc2eae505d0aa047b 39229541 mail optional 
mozilla-thunderbird_0.2-2.tar.gz
 fe1da73c0541faa82946686442dd7436 10769208 mail optional 
mozilla-thunderbird_0.2-2_i386.deb
 01cca9d46342a0ee0c33141a37885bb9 378452 mail optional 
mozilla-thunderbird-enigmail_0.2-2_i386.deb

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

iD8DBQE/kbUsPHuHUx6y3mYRApL/AJ9d/IgZ2+3wpXjKGE3+DX8l3yQgVwCgsg4l
5VOvM1gCKmxpOXHMpEWHZL0=
=Z8tN
-END PGP SIGNATURE-


Accepted:
mozilla-thunderbird-enigmail_0.2-2_i386.deb
  to pool/main/m/mozilla-thunderbird/mozilla-thunderbird-enigmail_0.2-2_i386.deb
mozilla-thunderbird_0.2-2.dsc
  to pool/main/m/mozilla-thunderbird/mozilla-thunderbird_0.2-2.dsc
mozilla-thunderbird_0.2-2.tar.gz
  to pool/main/m/mozilla-thunderbird/mozilla-thunderbird_0.2-2.tar.gz
mozilla-thunderbird_0.2-2_i386.deb
  to pool/main/m/mozilla-thunderbird/mozilla-thunderbird_0.2-2_i386.deb


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



Accepted quota 3.09-5 (i386 source)

2003-10-19 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 15:31:30 +0200
Source: quota
Binary: quota
Architecture: source i386
Version: 3.09-5
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 quota  - An implementation of the disk quota system
Closes: 213396
Changes: 
 quota (3.09-5) unstable; urgency=low
 .
   * Added upstream patch to quota, so it does not print info for NFS filesystems
 without quotas, closes: #213396
Files: 
 0dcb9a02022ceefd0fe5201310614717 905 admin optional quota_3.09-5.dsc
 dafb64bc268704e8b1408f0a02c2f7d6 43884 admin optional quota_3.09-5.diff.gz
 95777093d8bad98e3afd1789c132f03b 406148 admin optional quota_3.09-5_i386.deb

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

iQEXAwUBP5KS2utBmxovbdBzFAKuYQQAi6sppJGtdLKvzhZpW/zaN/rtKIvJEoRY
yH2ZyohnOMwmJwOXPoPXyJ6EhRgY4H1i4N2Loa8F9gnoThlKz2hobuD5Tb2Uk9xK
b5kqzkXLHiTndIJBU90Bb963qjzCrZupYnlglVMFXjT3KBB9v+31J1T3nJJptP/f
NSJUS9gUGZ8D/39kvGLw6A46M7uqXoMI6M/Ayp1/okKYRATVddNqZYGtKkzGezXq
zhCYz4P2WmI79rRXdZ6IoLRGToFtoPRaMzmX9fLU5BIFjCGUUYRrsTThcwLPP9HB
0NPjm7r/kLL3Vm0PXCwpdB3Y3ICjGpOu5yAEVUwYz7NfPKCiJWdm9+uT
=s5hs
-END PGP SIGNATURE-


Accepted:
quota_3.09-5.diff.gz
  to pool/main/q/quota/quota_3.09-5.diff.gz
quota_3.09-5.dsc
  to pool/main/q/quota/quota_3.09-5.dsc
quota_3.09-5_i386.deb
  to pool/main/q/quota/quota_3.09-5_i386.deb


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



Accepted norwegian 2.0-12 (i386 source all)

2003-10-19 Thread Tollef Fog Heen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  6 May 2003 22:00:38 +0200
Source: norwegian
Binary: aspell-no wnorwegian inorwegian
Architecture: source all i386
Version: 2.0-12
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen [EMAIL PROTECTED]
Changed-By: Tollef Fog Heen [EMAIL PROTECTED]
Description: 
 aspell-no  - Norwegian dictionary for aspell
 inorwegian - Norwegian dictionary for ispell
 wnorwegian - Norwegian wordlist
Closes: 192150
Changes: 
 norwegian (2.0-12) unstable; urgency=low
 .
   * Fix aspell file names and add .multi files (closes: #192150)
Files: 
 536d0e2430b06ff6c23b72b27b81849d 670 text optional norwegian_2.0-12.dsc
 bc51608be39ada82dd7366117f520346 10961 text optional norwegian_2.0-12.diff.gz
 77f35f6c2e289672585d6938dc3adb78 2467792 text optional inorwegian_2.0-12_i386.deb
 7210910db915c5ed59f77b52a13a2928 14051088 text optional aspell-no_2.0-12_i386.deb
 4efc72193b8a807f046ba1f31ede4b82 1471518 text optional wnorwegian_2.0-12_all.deb

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

iD8DBQE/kpq3QSseMYF6mWoRAnbSAJ42fdj/ZnxhXjxdkWa4r/ydJNRangCgoA7K
Xpt4qINo3fQvQxrqWzYWHJ8=
=Jyj5
-END PGP SIGNATURE-


Accepted:
aspell-no_2.0-12_i386.deb
  to pool/main/n/norwegian/aspell-no_2.0-12_i386.deb
inorwegian_2.0-12_i386.deb
  to pool/main/n/norwegian/inorwegian_2.0-12_i386.deb
norwegian_2.0-12.diff.gz
  to pool/main/n/norwegian/norwegian_2.0-12.diff.gz
norwegian_2.0-12.dsc
  to pool/main/n/norwegian/norwegian_2.0-12.dsc
wnorwegian_2.0-12_all.deb
  to pool/main/n/norwegian/wnorwegian_2.0-12_all.deb


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



Accepted libdbd-sqlite-perl 0.28-2 (i386 source)

2003-10-19 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 16:38:55 +0200
Source: libdbd-sqlite-perl
Binary: libdbd-sqlite-perl
Architecture: source i386
Version: 0.28-2
Distribution: unstable
Urgency: low
Maintainer: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]
Description: 
 libdbd-sqlite-perl - Perl DBI driver with a self-contained RDBMS
Closes: 216480
Changes: 
 libdbd-sqlite-perl (0.28-2) unstable; urgency=low
 .
   * debian/rules - fixed 'clean' section. Thanks goes to Wolfgang Sourdeau
 [EMAIL PROTECTED] (closes: Bug#216480)
   * debian/rules - polished to avoid warning about nonbinary perl files in
 /usr/lib/perl5/ directory
Files: 
 511d67439080c7cd23d5670228a32b6e 679 perl optional libdbd-sqlite-perl_0.28-2.dsc
 b45471e66d2e09d428689abdd73ab844 2836 perl optional libdbd-sqlite-perl_0.28-2.diff.gz
 d1696822da88e775459e743269a1bc6a 40870 perl optional 
libdbd-sqlite-perl_0.28-2_i386.deb

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

iD4DBQE/kqJp+NMfSd6w7DERAha/AJYln8m9dKC9gy0OpVmD31NUQIcfAKDBHbOH
W4qhRlsAbWCWVWzWX+jWBQ==
=e/PY
-END PGP SIGNATURE-


Accepted:
libdbd-sqlite-perl_0.28-2.diff.gz
  to pool/main/libd/libdbd-sqlite-perl/libdbd-sqlite-perl_0.28-2.diff.gz
libdbd-sqlite-perl_0.28-2.dsc
  to pool/main/libd/libdbd-sqlite-perl/libdbd-sqlite-perl_0.28-2.dsc
libdbd-sqlite-perl_0.28-2_i386.deb
  to pool/main/libd/libdbd-sqlite-perl/libdbd-sqlite-perl_0.28-2_i386.deb


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



Accepted atk1.0 1.4.1-1 (i386 source all)

2003-10-19 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 14:29:45 +0200
Source: atk1.0
Binary: libatk1.0-dbg libatk1.0-dev libatk1.0-data libatk1.0-0 libatk1.0-doc 
libatk1.0-udeb
Architecture: source all i386
Version: 1.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Akira TAGOH [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 libatk1.0-0 - The ATK accessibility toolkit
 libatk1.0-data - Common files for the ATK accessibility toolkit
 libatk1.0-dbg - The ATK libraries and debugging symbols
 libatk1.0-dev - Development files for the ATK accessibility toolkit
 libatk1.0-doc - Documentation files for the ATK toolkit
 libatk1.0-udeb - The ATK accessibility toolkit (udeb)
Closes: 204965
Changes: 
 atk1.0 (1.4.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #204965).
 - added html doc missing upstream in the tarball.
   * debian/control:
 - bumped Standards-Version to 3.6.1.0
   * Gnome Team Upload
Files: 
 70ca166959bbe397e5e297f009035a46 1209 libs optional atk1.0_1.4.1-1.dsc
 c2779ddd2e46854051bd8087c1c624fd 582615 libs optional atk1.0_1.4.1.orig.tar.gz
 64cf49debe0c3b67dca21993ac362852 9977 libs optional atk1.0_1.4.1-1.diff.gz
 bdaa767d478f28a6faeea7b70dba1b7f 52536 misc optional libatk1.0-data_1.4.1-1_all.deb
 aa115cf1741a2fae201884dffda2c933 78320 doc optional libatk1.0-doc_1.4.1-1_all.deb
 1c8e0426c047a96c6defce55b825b88d 62902 libs optional libatk1.0-0_1.4.1-1_i386.deb
 6be388a05652e6725905f4c2d13f4503 64838 libdevel optional 
libatk1.0-dev_1.4.1-1_i386.deb
 a59ae10c224e1630fc71dd23f1734598 178214 libdevel extra libatk1.0-dbg_1.4.1-1_i386.deb
 3b62d0b120818d266a079178f16a2756 228210 debian-installer optional 
libatk1.0-udeb_1.4.1-1_i386.udeb

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

iD8DBQE/kqGUQxo87aLX0pIRAj83AKCsSaPojFuTY1CRCbqNt5Xn8W67IACfZnTG
TQ0zNdhswYa+MZ0oa8d0UhM=
=6SA9
-END PGP SIGNATURE-


Accepted:
atk1.0_1.4.1-1.diff.gz
  to pool/main/a/atk1.0/atk1.0_1.4.1-1.diff.gz
atk1.0_1.4.1-1.dsc
  to pool/main/a/atk1.0/atk1.0_1.4.1-1.dsc
atk1.0_1.4.1.orig.tar.gz
  to pool/main/a/atk1.0/atk1.0_1.4.1.orig.tar.gz
libatk1.0-0_1.4.1-1_i386.deb
  to pool/main/a/atk1.0/libatk1.0-0_1.4.1-1_i386.deb
libatk1.0-data_1.4.1-1_all.deb
  to pool/main/a/atk1.0/libatk1.0-data_1.4.1-1_all.deb
libatk1.0-dbg_1.4.1-1_i386.deb
  to pool/main/a/atk1.0/libatk1.0-dbg_1.4.1-1_i386.deb
libatk1.0-dev_1.4.1-1_i386.deb
  to pool/main/a/atk1.0/libatk1.0-dev_1.4.1-1_i386.deb
libatk1.0-doc_1.4.1-1_all.deb
  to pool/main/a/atk1.0/libatk1.0-doc_1.4.1-1_all.deb
libatk1.0-udeb_1.4.1-1_i386.udeb
  to pool/main/a/atk1.0/libatk1.0-udeb_1.4.1-1_i386.udeb


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



Accepted electricsheep 2.4-3 (i386 source)

2003-10-19 Thread Sander Smeenk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 15:59:02 +0200
Source: electricsheep
Binary: electricsheep
Architecture: source i386
Version: 2.4-3
Distribution: unstable
Urgency: low
Maintainer: Sander Smeenk [EMAIL PROTECTED]
Changed-By: Sander Smeenk [EMAIL PROTECTED]
Description: 
 electricsheep - Screensaver showing collective dream of sleeping computers
Closes: 207342 216014
Changes: 
 electricsheep (2.4-3) unstable; urgency=low
 .
   + Fixed dephelper depends (Closes: #216014)
   + Fixed conflicts with libmpeg2-3-dev (Closes: #207342)
Files: 
 a0e11055160d046902d76d78d90ff02f 635 x11 optional electricsheep_2.4-3.dsc
 9ada2a0828d90955a3b1a784886d323d 34027 x11 optional electricsheep_2.4-3.diff.gz
 3842ea9da1b16b4d1f3ec777a586e104 427082 x11 optional electricsheep_2.4-3_i386.deb

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

iD8DBQE/kqNv1GN+QQjOyU0RAp0dAKCC8vnKlxEthl9Qaid73rcM+ThSYwCeOrEY
fs8d2br7277swamrQ4qenXc=
=RjRO
-END PGP SIGNATURE-


Accepted:
electricsheep_2.4-3.diff.gz
  to pool/main/e/electricsheep/electricsheep_2.4-3.diff.gz
electricsheep_2.4-3.dsc
  to pool/main/e/electricsheep/electricsheep_2.4-3.dsc
electricsheep_2.4-3_i386.deb
  to pool/main/e/electricsheep/electricsheep_2.4-3_i386.deb


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



Accepted hotplug 0.0.20031013-1 (all source)

2003-10-19 Thread Fumitoshi UKAI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 20 Oct 2003 00:19:56 +0900
Source: hotplug
Binary: hotplug
Architecture: source all
Version: 0.0.20031013-1
Distribution: unstable
Urgency: low
Maintainer: Fumitoshi UKAI [EMAIL PROTECTED]
Changed-By: Fumitoshi UKAI [EMAIL PROTECTED]
Description: 
 hotplug- Linux Hotplug Scripts
Closes: 216153 216414
Changes: 
 hotplug (0.0.20031013-1) unstable; urgency=low
 .
   * add etc/hotplug/input.{agent,rc}
   * etc/hotplug/usb.agent: do nothing for HID devices on linux 2.6
   * update README.Debian: closes: Bug#216414
   * fix comment in etc/hotplug/net.agent
   * update debian/po/fr.po. closes: Bug#216153
Files: 
 ca4151a235919c18192b444f8816f36e 590 admin optional hotplug_0.0.20031013-1.dsc
 9e4e251792d5550a69194acdad2b18d8 39206 admin optional hotplug_0.0.20031013.orig.tar.gz
 6ac3f9b485b91fd9212dd883cd02591c 18448 admin optional hotplug_0.0.20031013-1.diff.gz
 1c9cfac10564e361afbca621f85be609 51768 admin optional hotplug_0.0.20031013-1_all.deb

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

iD8DBQE/kqzh9D5yZjzIjAkRApfPAJ4xYikmxU4SnOGapvJmbCrmBad79QCgtqvF
GiIXA0ahKMVZBtOL87f+rn0=
=NdtM
-END PGP SIGNATURE-


Accepted:
hotplug_0.0.20031013-1.diff.gz
  to pool/main/h/hotplug/hotplug_0.0.20031013-1.diff.gz
hotplug_0.0.20031013-1.dsc
  to pool/main/h/hotplug/hotplug_0.0.20031013-1.dsc
hotplug_0.0.20031013-1_all.deb
  to pool/main/h/hotplug/hotplug_0.0.20031013-1_all.deb
hotplug_0.0.20031013.orig.tar.gz
  to pool/main/h/hotplug/hotplug_0.0.20031013.orig.tar.gz


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



Accepted mol-drivers-macos 0.9.69+20031019-1 (powerpc source)

2003-10-19 Thread Jens Schmalzing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 12:23:45 +0200
Source: mol-drivers-macos
Binary: mol-drivers-macos
Architecture: source powerpc
Version: 0.9.69+20031019-1
Distribution: unstable
Urgency: low
Maintainer: Jens Schmalzing [EMAIL PROTECTED]
Changed-By: Jens Schmalzing [EMAIL PROTECTED]
Description: 
 mol-drivers-macos - The Mac-on-Linux emulator - drivers for Mac OS 9 and earlier
Changes: 
 mol-drivers-macos (0.9.69+20031019-1) unstable; urgency=low
 .
   * Took a snapshot of the rsync tree.
Files: 
 d2d2adf7f9271b824e22d34ce82d1fa3 636 contrib/otherosfs optional 
mol-drivers-macos_0.9.69+20031019-1.dsc
 4184b058449286aad1a762139da0ea68 26402 contrib/otherosfs optional 
mol-drivers-macos_0.9.69+20031019.orig.tar.gz
 3cff1ab572b55ceeb1c51093c54bd9a3 1958 contrib/otherosfs optional 
mol-drivers-macos_0.9.69+20031019-1.diff.gz
 70ac88f1ba1a06f058500ca87a1cb5b5 29182 contrib/otherosfs optional 
mol-drivers-macos_0.9.69+20031019-1_powerpc.deb

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

iD8DBQE/ko0+qYZgyBJFIH4RAlVbAKCM6JX0moHNR3lsSSXXlEykVWlr5wCfR3cb
NEJ8kgT8YI7VxmEM66GBWps=
=MI6i
-END PGP SIGNATURE-


Accepted:
mol-drivers-macos_0.9.69+20031019-1.diff.gz
  to pool/contrib/m/mol-drivers-macos/mol-drivers-macos_0.9.69+20031019-1.diff.gz
mol-drivers-macos_0.9.69+20031019-1.dsc
  to pool/contrib/m/mol-drivers-macos/mol-drivers-macos_0.9.69+20031019-1.dsc
mol-drivers-macos_0.9.69+20031019-1_powerpc.deb
  to pool/contrib/m/mol-drivers-macos/mol-drivers-macos_0.9.69+20031019-1_powerpc.deb
mol-drivers-macos_0.9.69+20031019.orig.tar.gz
  to pool/contrib/m/mol-drivers-macos/mol-drivers-macos_0.9.69+20031019.orig.tar.gz


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



Accepted gtkatlantic 0.2.13-2 (i386 source)

2003-10-19 Thread Julien Delange
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 17 Oct 2003 14:46:56 +0200
Source: gtkatlantic
Binary: gtkatlantic
Architecture: source i386
Version: 0.2.13-2
Distribution: unstable
Urgency: low
Maintainer: Julien Delange [EMAIL PROTECTED]
Changed-By: Julien Delange [EMAIL PROTECTED]
Description: 
 gtkatlantic - Game like Monopoly
Changes: 
 gtkatlantic (0.2.13-2) unstable; urgency=low
 .
   * Add a menuitem to the Debian menu
Files: 
 ce583fa4f16c730325098e1f6b8d8f9b 682 x11 optional gtkatlantic_0.2.13-2.dsc
 e718accf0c32d7374a1653eebe89806d 3762 x11 optional gtkatlantic_0.2.13-2.diff.gz
 b2cc34ccf68da71087112bea85e308fa 396282 x11 optional gtkatlantic_0.2.13-2_i386.deb

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

iD8DBQE/kqbJpGK1HsL+5c0RAmhZAJ9olMvufUqoklP0A9c5fUvSqmuOIACcCOMT
XO0AN9I7RKvUabw7gXQ6LS8=
=nfb2
-END PGP SIGNATURE-


Accepted:
gtkatlantic_0.2.13-2.diff.gz
  to pool/main/g/gtkatlantic/gtkatlantic_0.2.13-2.diff.gz
gtkatlantic_0.2.13-2.dsc
  to pool/main/g/gtkatlantic/gtkatlantic_0.2.13-2.dsc
gtkatlantic_0.2.13-2_i386.deb
  to pool/main/g/gtkatlantic/gtkatlantic_0.2.13-2_i386.deb


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



Accepted mol 0.9.69+20031019-1 (powerpc source)

2003-10-19 Thread Jens Schmalzing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 15:08:13 +0200
Source: mol
Binary: mol mol-modules-source
Architecture: source powerpc
Version: 0.9.69+20031019-1
Distribution: unstable
Urgency: low
Maintainer: Jens Schmalzing [EMAIL PROTECTED]
Changed-By: Jens Schmalzing [EMAIL PROTECTED]
Description: 
 mol- The Mac-on-Linux emulator
 mol-modules-source - The Mac-on-Linux emulator - source for kernel modules
Closes: 214087 216343
Changes: 
 mol (0.9.69+20031019-1) unstable; urgency=low
 .
   * Took a snapshot of the rsync tree.
 .
   * mol now supports Linux 2.6 as well as Linux 2.4.
 .
   * Moved the prebuilt mol-modules packages to a separate source package.
 .
   * Rewrote the Debian specific build infrastructure for modules:
 - added only the top-level Makefile.
 - used upstream Makefiles in subdirectories.
 - made debian/control work with new dpkg (closes: Bug#214087, Bug#216343).
Files: 
 eea0b16b5e721579e939a8ae72051738 710 otherosfs optional mol_0.9.69+20031019-1.dsc
 5ca8bec6c65814271cba9cf5e9726d40 1367453 otherosfs optional 
mol_0.9.69+20031019.orig.tar.gz
 1a50af9a36ff941d779d9c50c95eea3c 44994 otherosfs optional 
mol_0.9.69+20031019-1.diff.gz
 14259019728fe96f429f498a52310fbb 1074078 otherosfs optional 
mol_0.9.69+20031019-1_powerpc.deb
 91151a39560a6bb27e0ade41cc9208f9 155940 otherosfs optional 
mol-modules-source_0.9.69+20031019-1_powerpc.deb

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

iD8DBQE/ko12qYZgyBJFIH4RAsV8AJ47dazPNznypPQtwu2t+NBQNW/XVQCfXTL+
VKgIalVmw22jHw2ib7f40Co=
=wS/W
-END PGP SIGNATURE-


Accepted:
mol-modules-source_0.9.69+20031019-1_powerpc.deb
  to pool/main/m/mol/mol-modules-source_0.9.69+20031019-1_powerpc.deb
mol_0.9.69+20031019-1.diff.gz
  to pool/main/m/mol/mol_0.9.69+20031019-1.diff.gz
mol_0.9.69+20031019-1.dsc
  to pool/main/m/mol/mol_0.9.69+20031019-1.dsc
mol_0.9.69+20031019-1_powerpc.deb
  to pool/main/m/mol/mol_0.9.69+20031019-1_powerpc.deb
mol_0.9.69+20031019.orig.tar.gz
  to pool/main/m/mol/mol_0.9.69+20031019.orig.tar.gz


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



Accepted mol-drivers-macosx 0.9.69+20031019-1 (powerpc source)

2003-10-19 Thread Jens Schmalzing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 12:25:08 +0200
Source: mol-drivers-macosx
Binary: mol-drivers-macosx
Architecture: source powerpc
Version: 0.9.69+20031019-1
Distribution: unstable
Urgency: low
Maintainer: Jens Schmalzing [EMAIL PROTECTED]
Changed-By: Jens Schmalzing [EMAIL PROTECTED]
Description: 
 mol-drivers-macosx - The Mac-on-Linux emulator - drivers for Mac OS X
Changes: 
 mol-drivers-macosx (0.9.69+20031019-1) unstable; urgency=low
 .
   * Took a snapshot of the rsync tree.
Files: 
 2b0dc624bb2faf65579f23912610fca7 641 non-free/otherosfs optional 
mol-drivers-macosx_0.9.69+20031019-1.dsc
 c2c04e97db1a6f6bcb89e799ae82486d 202829 non-free/otherosfs optional 
mol-drivers-macosx_0.9.69+20031019.orig.tar.gz
 8046f2c491058de8f840d8bb11725a4d 9549 non-free/otherosfs optional 
mol-drivers-macosx_0.9.69+20031019-1.diff.gz
 abf274daf9be592427a9404dae2bbace 212066 non-free/otherosfs optional 
mol-drivers-macosx_0.9.69+20031019-1_powerpc.deb

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

iD8DBQE/ko1aqYZgyBJFIH4RAgQUAKC0DpeqqW5v3QxpgPqROAChblEXGwCgkCE2
ruhu6tDpoabYG7aXhlHUlD4=
=wPeB
-END PGP SIGNATURE-


Accepted:
mol-drivers-macosx_0.9.69+20031019-1.diff.gz
  to pool/non-free/m/mol-drivers-macosx/mol-drivers-macosx_0.9.69+20031019-1.diff.gz
mol-drivers-macosx_0.9.69+20031019-1.dsc
  to pool/non-free/m/mol-drivers-macosx/mol-drivers-macosx_0.9.69+20031019-1.dsc
mol-drivers-macosx_0.9.69+20031019-1_powerpc.deb
  to 
pool/non-free/m/mol-drivers-macosx/mol-drivers-macosx_0.9.69+20031019-1_powerpc.deb
mol-drivers-macosx_0.9.69+20031019.orig.tar.gz
  to pool/non-free/m/mol-drivers-macosx/mol-drivers-macosx_0.9.69+20031019.orig.tar.gz


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



Accepted selinux-policy-default 1:1.2.real-5 (all source)

2003-10-19 Thread Russell Coker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 20 Oct 2003 01:51:00 +1000
Source: selinux-policy-default
Binary: selinux-policy-default
Architecture: source all
Version: 1:1.2.real-5
Distribution: unstable
Urgency: low
Maintainer: Russell Coker [EMAIL PROTECTED]
Changed-By: Russell Coker [EMAIL PROTECTED]
Description: 
 selinux-policy-default - Policy config files and management for NSA Security Enhanced 
Linu
Changes: 
 selinux-policy-default (1:1.2.real-5) unstable; urgency=low
 .
   * Lots of little changes.
Files: 
 4313a2b30469034c97ba1ed503ac8f03 636 admin optional 
selinux-policy-default_1.2.real-5.dsc
 5658fbe57032b510afab41e668150605 55010 admin optional 
selinux-policy-default_1.2.real-5.diff.gz
 65b3a49c986651d2cfbcebd3391bf96c 144050 admin optional 
selinux-policy-default_1.2.real-5_all.deb

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

iD8DBQE/krMiwrB5/PXHUlYRAleEAJ9dg0lxLn63t1RZ6u4rAcJsRBwIoQCZAQ94
edYrvnN/pZexMkTOHQAv4g0=
=M+8l
-END PGP SIGNATURE-


Accepted:
selinux-policy-default_1.2.real-5.diff.gz
  to pool/main/s/selinux-policy-default/selinux-policy-default_1.2.real-5.diff.gz
selinux-policy-default_1.2.real-5.dsc
  to pool/main/s/selinux-policy-default/selinux-policy-default_1.2.real-5.dsc
selinux-policy-default_1.2.real-5_all.deb
  to pool/main/s/selinux-policy-default/selinux-policy-default_1.2.real-5_all.deb


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



Accepted libtool 1.5-4 (i386 source all)

2003-10-19 Thread Scott James Remnant
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 16:19:22 +0100
Source: libtool
Binary: libltdl3-dev libtool-doc libtool libltdl3
Architecture: source i386 all
Version: 1.5-4
Distribution: unstable
Urgency: low
Maintainer: Scott James Remnant [EMAIL PROTECTED]
Changed-By: Scott James Remnant [EMAIL PROTECTED]
Description: 
 libltdl3   - A system independent dlopen wrapper for GNU libtool
 libltdl3-dev - A system independent dlopen wrapper for GNU libtool
 libtool- Generic library support script
 libtool-doc - Generic library support script
Closes: 216492
Changes: 
 libtool (1.5-4) unstable; urgency=low
 .
   * Remove Build-Depends-Indep placing texi2html and texinfo in
 Build-Depends.  Policy is wrong, the buildds do not ensure these are
 installed for the build target of debian/rules.  Closes: #216492.
   * Built with dpkg 1.10.10, the latest version ignores the
 [!hppa !mips !mipsel] clause in Build-Depends.
Files: 
 8cc1595e77335b6fc43b668e317d478e 680 devel optional libtool_1.5-4.dsc
 de6f0a130c53c97026970122cea2a271 1448075 devel optional libtool_1.5-4.diff.gz
 cb571b4e9f00863f0e20490f18d64038 2237128 doc optional libtool-doc_1.5-4_all.deb
 a72506a7542f6d86336763e911d41cf5 589270 devel optional libtool_1.5-4_i386.deb
 83b7a0676d7eeaf4c6db3092cc676c1d 144128 libs optional libltdl3_1.5-4_i386.deb
 8433990254b96d029fce7e2ff070ba5a 17492 libdevel optional libltdl3-dev_1.5-4_i386.deb

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

iD8DBQE/krAOIexP3IStZ2wRAiWzAKCtTWv+4w9a85MrO9SNpGGmfz72TgCcCeHb
1DvnJyE0CifJKA5wf6aBgus=
=7I3V
-END PGP SIGNATURE-


Accepted:
libltdl3-dev_1.5-4_i386.deb
  to pool/main/libt/libtool/libltdl3-dev_1.5-4_i386.deb
libltdl3_1.5-4_i386.deb
  to pool/main/libt/libtool/libltdl3_1.5-4_i386.deb
libtool-doc_1.5-4_all.deb
  to pool/main/libt/libtool/libtool-doc_1.5-4_all.deb
libtool_1.5-4.diff.gz
  to pool/main/libt/libtool/libtool_1.5-4.diff.gz
libtool_1.5-4.dsc
  to pool/main/libt/libtool/libtool_1.5-4.dsc
libtool_1.5-4_i386.deb
  to pool/main/libt/libtool/libtool_1.5-4_i386.deb


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



Accepted libtool1.4 1.4.3-16 (i386 source all)

2003-10-19 Thread Scott James Remnant
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 16:21:11 +0100
Source: libtool1.4
Binary: libtool1.4 libtool1.4-doc
Architecture: source all i386
Version: 1.4.3-16
Distribution: unstable
Urgency: low
Maintainer: Scott James Remnant [EMAIL PROTECTED]
Changed-By: Scott James Remnant [EMAIL PROTECTED]
Description: 
 libtool1.4 - Generic library support script (obsolete version)
 libtool1.4-doc - Generic library support script (obsolete version)
Closes: 216519
Changes: 
 libtool1.4 (1.4.3-16) unstable; urgency=low
 .
   * Remove Build-Depends-Indep placing texi2html and texinfo in
 Build-Depends.  Policy is wrong, the buildds do not ensure these are
 installed for the build target of debian/rules.  Closes: #216519.
Files: 
 06be98bebcf7cc359ae5de617c4026b1 625 devel optional libtool1.4_1.4.3-16.dsc
 895bf61237d3515b34fbbbc2d7f3ee7e 540916 devel optional libtool1.4_1.4.3-16.diff.gz
 d12b516686d980a5e24b627974fbeca8 863986 doc optional libtool1.4-doc_1.4.3-16_all.deb
 fc4eca5e38a0f7b3a59e6cad4942b2d5 237102 devel optional libtool1.4_1.4.3-16_i386.deb

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

iD8DBQE/kq7CIexP3IStZ2wRAq36AJ44Y5PoNnzYuNl6o/AAZRgd4G/ODgCgrTNc
Qv7rkZEcP+PYisx5nkmAST0=
=lQrt
-END PGP SIGNATURE-


Accepted:
libtool1.4-doc_1.4.3-16_all.deb
  to pool/main/libt/libtool1.4/libtool1.4-doc_1.4.3-16_all.deb
libtool1.4_1.4.3-16.diff.gz
  to pool/main/libt/libtool1.4/libtool1.4_1.4.3-16.diff.gz
libtool1.4_1.4.3-16.dsc
  to pool/main/libt/libtool1.4/libtool1.4_1.4.3-16.dsc
libtool1.4_1.4.3-16_i386.deb
  to pool/main/libt/libtool1.4/libtool1.4_1.4.3-16_i386.deb


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



Accepted udpkg 0.016 (i386 source)

2003-10-19 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 17:47:02 +0200
Source: udpkg
Binary: udpkg
Architecture: source i386
Version: 0.016
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 udpkg  - Tiny dpkg clone (udeb)
Closes: 197922
Changes: 
 udpkg (0.016) unstable; urgency=low
 .
   * Matt Kraai
 - Check the return values of commands (closes: #197922).
 - Use di_exec_shell_log instead of system.
Files: 
 663b8397ba279c138030766ee3b8c3b7 641 debian-installer standard udpkg_0.016.dsc
 1f487895ad63271bc814ca4a9c73382e 1389046 debian-installer standard udpkg_0.016.tar.gz
 b34244fc8d37558b326b0835f48e4df6 7400 debian-installer standard udpkg_0.016_i386.udeb

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

iD8DBQE/krJN20zMSyow1ykRAiNoAJ9ztrYv4zfBqnUOGJ+I8Eg2bVSbgQCeMj6U
Vw9+hLBRrlMUHTE0AzKV7k0=
=ECMl
-END PGP SIGNATURE-


Accepted:
udpkg_0.016.dsc
  to pool/main/u/udpkg/udpkg_0.016.dsc
udpkg_0.016.tar.gz
  to pool/main/u/udpkg/udpkg_0.016.tar.gz
udpkg_0.016_i386.udeb
  to pool/main/u/udpkg/udpkg_0.016_i386.udeb


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



Accepted main-menu 0.045 (i386 source)

2003-10-19 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 18:05:30 +0200
Source: main-menu
Binary: main-menu
Architecture: source i386
Version: 0.045
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 main-menu  - Debian installer main menu (udeb)
Closes: 213725
Changes: 
 main-menu (0.045) unstable; urgency=low
 .
   * Christian Perrier
 - Improve French translation.
   * Matt Kraai
 - Set the title before configuring a package (Closes: #213725).
   * Kęstutis Biliūnas
 - Add Lithuanian (lt.po) translation.
   * Claus Hindsgaul
 - Actually include Danish translation (da.po) to CVS.
   * Petter Reinholdtsen
 - Removed Tollef Fog Heen as uploader.  He haven't touched the package
   for a long time.
 - Added myself as uploader.
Files: 
 713c47d7393482e7d987288dd8d798c8 744 debian-installer standard main-menu_0.045.dsc
 4e857c646f5c14403fdd0795213e3638 22567 debian-installer standard 
main-menu_0.045.tar.gz
 dbc4446ff27a6c3b32549aee4d24b9a9 9870 debian-installer standard 
main-menu_0.045_i386.udeb

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

iD8DBQE/krZm20zMSyow1ykRAkdgAKDrM7ym8hTVzUh1iMRZvVr+iNOQLwCg3kGD
+7HK86BR+ucfgSQLGicDTBE=
=ZyEz
-END PGP SIGNATURE-


Accepted:
main-menu_0.045.dsc
  to pool/main/m/main-menu/main-menu_0.045.dsc
main-menu_0.045.tar.gz
  to pool/main/m/main-menu/main-menu_0.045.tar.gz
main-menu_0.045_i386.udeb
  to pool/main/m/main-menu/main-menu_0.045_i386.udeb


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



Accepted autopartkit 0.62 (i386 source)

2003-10-19 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 18:11:16 +0200
Source: autopartkit
Binary: autopartkit
Architecture: source i386
Version: 0.62
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 autopartkit - Automatically Partition Hard Drives (unsafe) (udeb)
Changes: 
 autopartkit (0.62) unstable; urgency=low
 .
   * Kenshi Muto
 - Update Japanese translation (ja.po)
   * Petter Reinholdtsen
 - Depend on lvm10-udeb, to enable LVM support by default.
 - Make sure failing to mount is a fatal error.
 - Correct bug in LVM filesystem creation and mounting, making it
   impossible to use anything bug 'ext3' filesystem.
   * Christian Perrier
 - Update French translation.
Files: 
 41c43d73aa098671aa505f380d0b0f0c 686 debian-installer standard autopartkit_0.62.dsc
 c172fb8f1cf6ad0260d3d34b4508954b 140148 debian-installer standard 
autopartkit_0.62.tar.gz
 7c71803c467ea3122884d27c4e6e6592 29470 debian-installer standard 
autopartkit_0.62_i386.udeb

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

iD8DBQE/krfI20zMSyow1ykRAhfjAJwK7UezDxAUSs9+7V0P+zUOETJFBgCfQsBJ
/KivMbFmJEyhef2jRHehDwE=
=E14C
-END PGP SIGNATURE-


Accepted:
autopartkit_0.62.dsc
  to pool/main/a/autopartkit/autopartkit_0.62.dsc
autopartkit_0.62.tar.gz
  to pool/main/a/autopartkit/autopartkit_0.62.tar.gz
autopartkit_0.62_i386.udeb
  to pool/main/a/autopartkit/autopartkit_0.62_i386.udeb


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



Accepted anna 0.039 (i386 source)

2003-10-19 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 17:59:25 +0200
Source: anna
Binary: anna
Architecture: source i386
Version: 0.039
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Petter Reinholdtsen [EMAIL PROTECTED]
Description: 
 anna   - Load installer modules (udeb)
Closes: 216433
Changes: 
 anna (0.039) unstable; urgency=low
 .
   * Christian Perrier
 - Update French translation.
   * Kęstutis Biliūnas
 - Add Lithuanian (lt.po) translation.
   * Matt Kraai
 - Use the error template type for errors.
 - Handle kernel module packages that end in -di (Closes: #216433).
   * Petter Reinholdtsen
 - Add myself as uploader.
Files: 
 e364a59e235b0284247b6eee3110cb03 684 debian-installer standard anna_0.039.dsc
 c43e5c6e10a0c7ea742a58fa83cdcf70 68989 debian-installer standard anna_0.039.tar.gz
 08298bbdad7d0142c5f9663d4635b02f 14574 debian-installer standard anna_0.039_i386.udeb

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

iD8DBQE/krWD20zMSyow1ykRAnDbAKC+U4H03NqN2wyAb8lsHXU/PzODNgCePVUB
vgYBgJVzUBH75SwbbDZZP8s=
=5Ii6
-END PGP SIGNATURE-


Accepted:
anna_0.039.dsc
  to pool/main/a/anna/anna_0.039.dsc
anna_0.039.tar.gz
  to pool/main/a/anna/anna_0.039.tar.gz
anna_0.039_i386.udeb
  to pool/main/a/anna/anna_0.039_i386.udeb


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



Accepted wvstreams 3.74+20031017-1 (hppa all source)

2003-10-19 Thread James Morrison
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 17 Oct 2003 12:28:54 -0400
Source: wvstreams
Binary: libwvstreams-doc libwvstreams3 libwvstreams3-speex libwvstreams3-vorbis 
libwvstreams3-fft libwvstreams3-base libwvstreams-dev libwvstreams3-gtk 
libwvstreams3-qt
Architecture: source hppa all
Version: 3.74+20031017-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Patterson [EMAIL PROTECTED]
Changed-By: James Morrison [EMAIL PROTECTED]
Description: 
 libwvstreams-dev - Development libraries and header files for libwvstreams3
 libwvstreams-doc - Documentation for WvStreams
 libwvstreams3 - C++ network libraries for rapid application development
 libwvstreams3-base - C++ network libraries for rapid application development
 libwvstreams3-fft - WvStreams wrapper for libfftw
 libwvstreams3-gtk - WvStreams and GTK+ Event Integration Library
 libwvstreams3-qt - WvStreams and Qt Event Integration Library
 libwvstreams3-speex - WvStreams Speex Encoder/Decoder Library
 libwvstreams3-vorbis - WvStreams OggVorbis Encoder/Decoder Library
Closes: 193046 202030
Changes: 
 wvstreams (3.74+20031017-1) unstable; urgency=low
 .
   * Synchronize with upstream CVS -- compiles with gcc 3.3 (Closes: #202030).
   * Don't run make dist.  Call autoheader and autoconf directly.
   * Add autoconf and gs-common to Build-depends. (Closes: #193046)
   * Remove explicit call to autoconf in debian/rules.
   * Install libuniconf in libwvstreams3-base.
Files: 
 92333ea3bf7c59cddb974f467c3bb5fa 1077 libs optional wvstreams_3.74+20031017-1.dsc
 bf4e7729d055193e09fd4db81410dfbd 492225 libs optional 
wvstreams_3.74+20031017.orig.tar.gz
 661ce6a65cf53dbb22b233ca9180c5ed 1015 libs optional wvstreams_3.74+20031017-1.diff.gz
 f2680ac130970954599c79e8ddcab1e6 3312 libs optional 
libwvstreams3_3.74+20031017-1_all.deb
 5d3ee9f4667a822e6d3b3d5a7de9e03b 3625624 doc optional 
libwvstreams-doc_3.74+20031017-1_all.deb
 ecb1d0ad8fd17437a9c1973c5a7b1c98 352448 libs optional 
libwvstreams3-base_3.74+20031017-1_hppa.deb
 f0fc0656d021f022fef0bc6148fa1d9d 673136 libdevel optional 
libwvstreams-dev_3.74+20031017-1_hppa.deb
 59c31fe3afd766d428e13b276864c481 8884 libs optional 
libwvstreams3-fft_3.74+20031017-1_hppa.deb
 b58691bdcfa99873434f201810ee8f9e 9148 libs optional 
libwvstreams3-gtk_3.74+20031017-1_hppa.deb
 6b50162808e40f79e514122280ad6499 18412 libs optional 
libwvstreams3-speex_3.74+20031017-1_hppa.deb
 dc5ca00b294b7d7e8fd7f929d221ba0b 14062 libs optional 
libwvstreams3-qt_3.74+20031017-1_hppa.deb
 f78bddb7c64cb1d7d185d1e98f995e75 13456 libs optional 
libwvstreams3-vorbis_3.74+20031017-1_hppa.deb

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

iD8DBQE/kr7c72f7x2KLjmkRAu98AJ9flgQ/hyc+fFni68K1xlF6wYl4ZwCdG/4K
3PJEETGogBPEd8RTm02TuUo=
=qu+U
-END PGP SIGNATURE-


Accepted:
libwvstreams-dev_3.74+20031017-1_hppa.deb
  to pool/main/w/wvstreams/libwvstreams-dev_3.74+20031017-1_hppa.deb
libwvstreams-doc_3.74+20031017-1_all.deb
  to pool/main/w/wvstreams/libwvstreams-doc_3.74+20031017-1_all.deb
libwvstreams3-base_3.74+20031017-1_hppa.deb
  to pool/main/w/wvstreams/libwvstreams3-base_3.74+20031017-1_hppa.deb
libwvstreams3-fft_3.74+20031017-1_hppa.deb
  to pool/main/w/wvstreams/libwvstreams3-fft_3.74+20031017-1_hppa.deb
libwvstreams3-gtk_3.74+20031017-1_hppa.deb
  to pool/main/w/wvstreams/libwvstreams3-gtk_3.74+20031017-1_hppa.deb
libwvstreams3-qt_3.74+20031017-1_hppa.deb
  to pool/main/w/wvstreams/libwvstreams3-qt_3.74+20031017-1_hppa.deb
libwvstreams3-speex_3.74+20031017-1_hppa.deb
  to pool/main/w/wvstreams/libwvstreams3-speex_3.74+20031017-1_hppa.deb
libwvstreams3-vorbis_3.74+20031017-1_hppa.deb
  to pool/main/w/wvstreams/libwvstreams3-vorbis_3.74+20031017-1_hppa.deb
libwvstreams3_3.74+20031017-1_all.deb
  to pool/main/w/wvstreams/libwvstreams3_3.74+20031017-1_all.deb
wvstreams_3.74+20031017-1.diff.gz
  to pool/main/w/wvstreams/wvstreams_3.74+20031017-1.diff.gz
wvstreams_3.74+20031017-1.dsc
  to pool/main/w/wvstreams/wvstreams_3.74+20031017-1.dsc
wvstreams_3.74+20031017.orig.tar.gz
  to pool/main/w/wvstreams/wvstreams_3.74+20031017.orig.tar.gz


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



Accepted bonobo-activation 1:2.4.0-2 (i386 source)

2003-10-19 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 18:40:11 +0200
Source: bonobo-activation
Binary: libbonobo-activation4 libbonobo-activation-dev bonobo-activation
Architecture: source i386
Version: 1:2.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 bonobo-activation - Transitional package
 libbonobo-activation-dev - Transitional package
 libbonobo-activation4 - Transitional package
Changes: 
 bonobo-activation (1:2.4.0-2) unstable; urgency=low
 .
   * Conflicts with libbonobo2-0 (1:2.4.0-0.0.1) to force the unofficial package
 removal.
Files: 
 0dddefcdb06bdb57e24cf674b339ae23 1105 devel optional bonobo-activation_2.4.0-2.dsc
 22c62a9b93a086cf816f4b635d551683 3140 devel optional bonobo-activation_2.4.0-2.tar.gz
 c3e420823a659ff2a8499691f81fc6eb 3282 devel optional 
bonobo-activation_2.4.0-2_i386.deb
 a3b272d008c30f61f5f6725763ee6d18 3292 devel optional 
libbonobo-activation4_2.4.0-2_i386.deb
 76778e8a10fa34a2cfd2de9d19f8558e 3298 devel optional 
libbonobo-activation-dev_2.4.0-2_i386.deb

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

iD8DBQE/ksBDQxo87aLX0pIRAoCIAKDBqx+Zcs6CXJHMwcwqUsu+1r1IDQCghatT
UnExEL7t3Ytjl6k1xqnRANE=
=swgh
-END PGP SIGNATURE-


Accepted:
bonobo-activation_2.4.0-2.dsc
  to pool/main/b/bonobo-activation/bonobo-activation_2.4.0-2.dsc
bonobo-activation_2.4.0-2.tar.gz
  to pool/main/b/bonobo-activation/bonobo-activation_2.4.0-2.tar.gz
bonobo-activation_2.4.0-2_i386.deb
  to pool/main/b/bonobo-activation/bonobo-activation_2.4.0-2_i386.deb
libbonobo-activation-dev_2.4.0-2_i386.deb
  to pool/main/b/bonobo-activation/libbonobo-activation-dev_2.4.0-2_i386.deb
libbonobo-activation4_2.4.0-2_i386.deb
  to pool/main/b/bonobo-activation/libbonobo-activation4_2.4.0-2_i386.deb


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



Accepted libpcap 0.7.2-2 (i386 source)

2003-10-19 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 18:17:41 +0200
Source: libpcap
Binary: libpcap0.7 libpcap-dev
Architecture: source i386
Version: 0.7.2-2
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff [EMAIL PROTECTED]
Changed-By: Romain Francoise [EMAIL PROTECTED]
Description: 
 libpcap-dev - Development library for libpcap
 libpcap0.7 - System interface for user-level packet capture
Closes: 196727 209728
Changes: 
 libpcap (0.7.2-2) unstable; urgency=low
 .
   * debian/control:
 + Adding myself as co-maintainer, with Torsten's blessing.
 + Repeat extended description in libpcap-dev description
   (closes: #209728)
 + Remove Emacs-style URL: ... markers from the descriptions.
   (closes: #196727).
 + Remove full stops from synopsis as per Policy.
 + Add versioned build-dependency on debhelper (= 4).
   * debian/copyright: Remove dh-make boilerplates.
   * debian/compat: New file.
   * debian/rules: Remove obsolete DH_COMPAT variable.
Files: 
 d3577e167f85dae18048b917b7801263 644 devel optional libpcap_0.7.2-2.dsc
 12de584f80ebd681519b6cea5da8cd93 6108 devel optional libpcap_0.7.2-2.diff.gz
 519d87daad429e053fb7486ef4f8b511 87078 devel optional libpcap-dev_0.7.2-2_i386.deb
 db3aaf8e0719518a96a752c32a623a19 65768 libs optional libpcap0.7_0.7.2-2_i386.deb

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

iD8DBQE/kr9aogN2vsA8Vt8RAoYKAKDJxnmM1BIy9nPASHwSNPaWVNMW9QCfZrhK
Tf+NPzrWip4/HTBcDL/r9uI=
=4stF
-END PGP SIGNATURE-


Accepted:
libpcap-dev_0.7.2-2_i386.deb
  to pool/main/libp/libpcap/libpcap-dev_0.7.2-2_i386.deb
libpcap0.7_0.7.2-2_i386.deb
  to pool/main/libp/libpcap/libpcap0.7_0.7.2-2_i386.deb
libpcap_0.7.2-2.diff.gz
  to pool/main/libp/libpcap/libpcap_0.7.2-2.diff.gz
libpcap_0.7.2-2.dsc
  to pool/main/libp/libpcap/libpcap_0.7.2-2.dsc


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



Accepted xdu 3.0-10 (i386 source)

2003-10-19 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 18:41:06 +0200
Source: xdu
Binary: xdu
Architecture: source i386
Version: 3.0-10
Distribution: unstable
Urgency: low
Maintainer: remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 xdu- display the output of du in an X window
Closes: 206606
Changes: 
 xdu (3.0-10) unstable; urgency=low
 .
   * Dpatchification
   * Overriding the text widget's translation table (closes: #206606)
Files: 
 7e88fcfaef7a9708b918f85ac2757d6c 579 utils optional xdu_3.0-10.dsc
 dd95e005af2381b33b67c9a820ef112f 3976 utils optional xdu_3.0-10.diff.gz
 44f0f3d3839ca1b07856217f22962cc5 15302 utils optional xdu_3.0-10_i386.deb

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

iD8DBQE/ksR1sOGY15BXtdMRAhHfAKCDMdmzDAoEtStNUFBAJDlt+PgBegCeNvrF
dqS0d6T94EzWiVdkK4PEusw=
=eZyO
-END PGP SIGNATURE-


Accepted:
xdu_3.0-10.diff.gz
  to pool/main/x/xdu/xdu_3.0-10.diff.gz
xdu_3.0-10.dsc
  to pool/main/x/xdu/xdu_3.0-10.dsc
xdu_3.0-10_i386.deb
  to pool/main/x/xdu/xdu_3.0-10_i386.deb


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



Accepted retchmail 1:0.03+20031017-1 (hppa source)

2003-10-19 Thread James Morrison
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 17 Oct 2003 17:48:36 -0400
Source: retchmail
Binary: retchmail
Architecture: source hppa
Version: 1:0.03+20031017-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Patterson [EMAIL PROTECTED]
Changed-By: James Morrison [EMAIL PROTECTED]
Description: 
 retchmail  - REALLY Fast POP3 Retriever
Changes: 
 retchmail (1:0.03+20031017-1) unstable; urgency=low
 .
   * Synchronize with upstream CVS.
Files: 
 b9f515d631e928cc40a97a3539397006 678 mail optional retchmail_0.03+20031017-1.dsc
 155a8880ad35ef5a1036e69e8674ff1e 28010 mail optional 
retchmail_0.03+20031017.orig.tar.gz
 952ea472d959c9356649c86c8b0d41bb 251 mail optional retchmail_0.03+20031017-1.diff.gz
 3d8f90f26f87fb2fa5c5b24c73fa56ba 32158 mail optional 
retchmail_0.03+20031017-1_hppa.deb

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

iD8DBQE/ksJa72f7x2KLjmkRAn1OAKCI9Ye8sbhD0IM8PPd7vBIxsnOCmwCgluu4
7PLYJB2c4AuUwF955T0m49o=
=Ta8I
-END PGP SIGNATURE-


Accepted:
retchmail_0.03+20031017-1.diff.gz
  to pool/main/r/retchmail/retchmail_0.03+20031017-1.diff.gz
retchmail_0.03+20031017-1.dsc
  to pool/main/r/retchmail/retchmail_0.03+20031017-1.dsc
retchmail_0.03+20031017-1_hppa.deb
  to pool/main/r/retchmail/retchmail_0.03+20031017-1_hppa.deb
retchmail_0.03+20031017.orig.tar.gz
  to pool/main/r/retchmail/retchmail_0.03+20031017.orig.tar.gz


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



Accepted libpcap 0.7.2-3 (i386 source)

2003-10-19 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 19:22:12 +0200
Source: libpcap
Binary: libpcap0.7 libpcap-dev
Architecture: source i386
Version: 0.7.2-3
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff [EMAIL PROTECTED]
Changed-By: Romain Francoise [EMAIL PROTECTED]
Description: 
 libpcap-dev - Development library for libpcap
 libpcap0.7 - System interface for user-level packet capture
Changes: 
 libpcap (0.7.2-3) unstable; urgency=low
 .
   * debian/control: libpcap-dev is in section libdevel, not in section
 devel.
Files: 
 6e9f16bb6d14b4fa086540b5e0663878 644 devel optional libpcap_0.7.2-3.dsc
 63e149a2cd4ee067f599f9d4519e4b2d 6143 devel optional libpcap_0.7.2-3.diff.gz
 8c8d6f2b8610f04606f2b609155be50a 87106 libdevel optional libpcap-dev_0.7.2-3_i386.deb
 6085eeb59326a8815d84f6a268f8d0c7 65800 libs optional libpcap0.7_0.7.2-3_i386.deb

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

iD8DBQE/ksjJogN2vsA8Vt8RAvy0AKDTA1qxGrOZTfjFFshM7cVw99yqfACgiDZH
clC9df4DOvE32bt8MuMxA0U=
=Sh6F
-END PGP SIGNATURE-


Accepted:
libpcap-dev_0.7.2-3_i386.deb
  to pool/main/libp/libpcap/libpcap-dev_0.7.2-3_i386.deb
libpcap0.7_0.7.2-3_i386.deb
  to pool/main/libp/libpcap/libpcap0.7_0.7.2-3_i386.deb
libpcap_0.7.2-3.diff.gz
  to pool/main/libp/libpcap/libpcap_0.7.2-3.diff.gz
libpcap_0.7.2-3.dsc
  to pool/main/libp/libpcap/libpcap_0.7.2-3.dsc


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



Accepted eel2 2.4.1-1 (i386 source all)

2003-10-19 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 18 Oct 2003 17:39:12 +0200
Source: eel2
Binary: libeel2-dev libeel2-data libeel2-2
Architecture: source i386 all
Version: 2.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 libeel2-2  - Eazel Extensions Library (for GNOME2)
 libeel2-data - Eazel Extensions Library - data files (for GNOME2)
 libeel2-dev - Eazel Extensions Library - development files (GNOME2)
Changes: 
 eel2 (2.4.1-1) unstable; urgency=low
 .
   * New upstream release
   * Gnome Team Upload
Files: 
 5bc4a122382df49e8c64c40b2eba984d 1337 devel optional eel2_2.4.1-1.dsc
 8194e717430e528cf58e6bf21075b48e 624661 devel optional eel2_2.4.1.orig.tar.gz
 5b9c32e895f316e7ec3f303b519e6f97 4350 devel optional eel2_2.4.1-1.diff.gz
 3fca4d061f5862be1f355afa71c127d4 42746 libs optional libeel2-data_2.4.1-1_all.deb
 188b71160e585b0ea12d60b7772e5e9e 42326 devel optional libeel2-dev_2.4.1-1_i386.deb
 6f2e2a7e1becbbfd81c1def07c2df254 280126 libs optional libeel2-2_2.4.1-1_i386.deb

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

iD8DBQE/ksnuQxo87aLX0pIRAt4uAJ9JCBV6u0LADhkrWMSR9uIKEqRQagCfeAhU
fu2YpXRIR2h+81hClJyUeKI=
=iVAF
-END PGP SIGNATURE-


Accepted:
eel2_2.4.1-1.diff.gz
  to pool/main/e/eel2/eel2_2.4.1-1.diff.gz
eel2_2.4.1-1.dsc
  to pool/main/e/eel2/eel2_2.4.1-1.dsc
eel2_2.4.1.orig.tar.gz
  to pool/main/e/eel2/eel2_2.4.1.orig.tar.gz
libeel2-2_2.4.1-1_i386.deb
  to pool/main/e/eel2/libeel2-2_2.4.1-1_i386.deb
libeel2-data_2.4.1-1_all.deb
  to pool/main/e/eel2/libeel2-data_2.4.1-1_all.deb
libeel2-dev_2.4.1-1_i386.deb
  to pool/main/e/eel2/libeel2-dev_2.4.1-1_i386.deb


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



Accepted imcom 1.31-1 (all source)

2003-10-19 Thread James Morrison
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 26 Sep 2003 17:53:39 -0400
Source: imcom
Binary: imcom
Architecture: source all
Version: 1.31-1
Distribution: unstable
Urgency: low
Maintainer: James Morrison [EMAIL PROTECTED]
Changed-By: James Morrison [EMAIL PROTECTED]
Description: 
 imcom  - A console jabber client
Closes: 200449 213741 216216
Changes: 
 imcom (1.31-1) unstable; urgency=low
 .
   * New Upstream release.
- Fixes profile creation. (Closes: #200449, #216216)
   * Make imcom work with python (= 2.3) or python (2.2). (Closes: #213741)
Files: 
 e8f7f8a034c14c2aa4bf34dd118d 603 net optional imcom_1.31-1.dsc
 39e910c77d696ea3b607ec34f113b93b 280266 net optional imcom_1.31.orig.tar.gz
 ab5ee99363b39dcb448ba0200d80b906 4848 net optional imcom_1.31-1.diff.gz
 0ce55175c79e10d8c4f5b6e7e89371eb 263108 net optional imcom_1.31-1_all.deb

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

iD8DBQE/ksg772f7x2KLjmkRAgKnAJ0dD6oq4qayOQyaYFjLgRCN4/7wxgCfT8AE
C8gOuU3s57TnIGRXY6r1zHY=
=MPLZ
-END PGP SIGNATURE-


Accepted:
imcom_1.31-1.diff.gz
  to pool/main/i/imcom/imcom_1.31-1.diff.gz
imcom_1.31-1.dsc
  to pool/main/i/imcom/imcom_1.31-1.dsc
imcom_1.31-1_all.deb
  to pool/main/i/imcom/imcom_1.31-1_all.deb
imcom_1.31.orig.tar.gz
  to pool/main/i/imcom/imcom_1.31.orig.tar.gz


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



Accepted nautilus 2.4.1-1 (i386 source all)

2003-10-19 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 17:42:49 +0200
Source: nautilus
Binary: libnautilus2-dev nautilus-data nautilus libnautilus2-2
Architecture: source all i386
Version: 2.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 libnautilus2-2 - Shared libraries that part of Nautilus (GNOME2)
 libnautilus2-dev - Development files of Nautilus (GNOME2)
 nautilus   - File manager and graphical shell (GNOME2)
 nautilus-data - Development files of Nautilus (GNOME2)
Changes: 
 nautilus (2.4.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated Build-Depends.
   * Removed Conflicts on libeel2.
   * debian/patches:
 - fix-ld: removed
 - nautilus-2.1.5-cdburn.patch: removed
 - nautilus-2.4.1-gnu_pathmax.patch: updated
 - orbit28.patch: removed
Files: 
 a7db02df1612d883cc9f19e8819c1d01 1465 x11 optional nautilus_2.4.1-1.dsc
 ae6b15725b5fd61aac7a3adc0ad3b0ab 8322330 x11 optional nautilus_2.4.1.orig.tar.gz
 7f5095b8db9cfcee25a41e5fc8669f3f 11166 x11 optional nautilus_2.4.1-1.diff.gz
 99833bfae8004b93329867ca48d4f245 3714852 x11 optional nautilus-data_2.4.1-1_all.deb
 0cef85d24b190697ec4d16d2e6340aed 501504 x11 optional nautilus_2.4.1-1_i386.deb
 6b3930e963e13d874243a7209bdfb913 499830 libs optional libnautilus2-2_2.4.1-1_i386.deb
 4aa437b58641f73e074e750063cb3204 14962 devel optional 
libnautilus2-dev_2.4.1-1_i386.deb

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

iD8DBQE/ksWGQxo87aLX0pIRAkJOAKCHS9u6YqKQcJWdPaBnGad3weg+AQCfZkuk
wg8XkxQbbRhsCZIqyiwu1D4=
=LaC2
-END PGP SIGNATURE-


Accepted:
libnautilus2-2_2.4.1-1_i386.deb
  to pool/main/n/nautilus/libnautilus2-2_2.4.1-1_i386.deb
libnautilus2-dev_2.4.1-1_i386.deb
  to pool/main/n/nautilus/libnautilus2-dev_2.4.1-1_i386.deb
nautilus-data_2.4.1-1_all.deb
  to pool/main/n/nautilus/nautilus-data_2.4.1-1_all.deb
nautilus_2.4.1-1.diff.gz
  to pool/main/n/nautilus/nautilus_2.4.1-1.diff.gz
nautilus_2.4.1-1.dsc
  to pool/main/n/nautilus/nautilus_2.4.1-1.dsc
nautilus_2.4.1-1_i386.deb
  to pool/main/n/nautilus/nautilus_2.4.1-1_i386.deb
nautilus_2.4.1.orig.tar.gz
  to pool/main/n/nautilus/nautilus_2.4.1.orig.tar.gz


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



Accepted libgnomedb 0.91.0-1.1 (i386 source all)

2003-10-19 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 19:19:08 +0200
Source: libgnomedb
Binary: libgnomedb2-doc libgnomedb2-common libgnomedb2-dev libgnomedb2-dbg 
libgnomedb2-3
Architecture: source i386 all
Version: 0.91.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Akira TAGOH [EMAIL PROTECTED]
Changed-By: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Description: 
 libgnomedb2-3 - Database UI widget library for GNOME2
 libgnomedb2-common - Database UI widget library for GNOME2 -- common files
 libgnomedb2-dbg - Database UI widget library for GNOME2 and debugging symbols
 libgnomedb2-dev - Database UI widget library for GNOME2 -- development files
 libgnomedb2-doc - Database UI widget library for GNOME2 -- documentation files
Closes: 216498
Changes: 
 libgnomedb (0.91.0-1.1) unstable; urgency=medium
 .
   * NMU
   * [debian/control.in] libonobo/liblinc transition: (Closes: #216498)
 * Bumped libgnomeui-dev, libgnomevfs2-dev, libbonoboui2-dev build
   dependencies.
 * Dropped libbonobo-activation-dev build dependency.
Files: 
 ac00bad8a7e9d54d8b61ab959a201e0d 1237 libs optional libgnomedb_0.91.0-1.1.dsc
 044c5206f39965dfe9c9bfcb229cfdae 17639 libs optional libgnomedb_0.91.0-1.1.diff.gz
 ed332d8adf64e8069f0b20b5dfce383c 70598 doc optional libgnomedb2-doc_0.91.0-1.1_all.deb
 cf67cbea354dbf2c8d125cfe4879c151 96112 libs optional libgnomedb2-3_0.91.0-1.1_i386.deb
 6a3bf05359fcae0dd6d2f23c7c73d66b 130750 misc optional 
libgnomedb2-common_0.91.0-1.1_i386.deb
 301d777f80c12f13d0767f15d0967b74 93188 libdevel optional 
libgnomedb2-dev_0.91.0-1.1_i386.deb
 937f8fca844533b7ab388c33d484898d 1949514 libdevel extra 
libgnomedb2-dbg_0.91.0-1.1_i386.deb

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

iQEXAwUBP5LNXQxJU8feGmjHFAIABgP/dk47cTFd5gERIUM2yVtXi8nLA+L7/u0d
tqQP/fGGYYV43CrtC3BhB9M52m6MT7gfAr6WudAVUbYs4PdeNfE+ZoARfHUrKshT
yOa5ZjEb9ZVKU5BJBrF+6/tjnuHNVDRxnty7mlT0R1XZIYi/eYhbjq/BCWeZTlGS
k2J3f6bsSjwD/1pOQpes0DQFaguf8WnxMEJ/hAy1xgKXKzqoJzPNPEti/CLGa64m
n8pRG+HlQrN7mwVf+3IZcNUbH9Lgnw43WYcvmqCGjwfBnrrCFYHYLNfXZiYg1rf0
QbEPRU8ro0D+nLqjtJmpvffq/Dv5bqUtN7PCabefT5xIHfhyWjNLR4Bs
=6hhY
-END PGP SIGNATURE-


Accepted:
libgnomedb2-3_0.91.0-1.1_i386.deb
  to pool/main/libg/libgnomedb/libgnomedb2-3_0.91.0-1.1_i386.deb
libgnomedb2-common_0.91.0-1.1_i386.deb
  to pool/main/libg/libgnomedb/libgnomedb2-common_0.91.0-1.1_i386.deb
libgnomedb2-dbg_0.91.0-1.1_i386.deb
  to pool/main/libg/libgnomedb/libgnomedb2-dbg_0.91.0-1.1_i386.deb
libgnomedb2-dev_0.91.0-1.1_i386.deb
  to pool/main/libg/libgnomedb/libgnomedb2-dev_0.91.0-1.1_i386.deb
libgnomedb2-doc_0.91.0-1.1_all.deb
  to pool/main/libg/libgnomedb/libgnomedb2-doc_0.91.0-1.1_all.deb
libgnomedb_0.91.0-1.1.diff.gz
  to pool/main/libg/libgnomedb/libgnomedb_0.91.0-1.1.diff.gz
libgnomedb_0.91.0-1.1.dsc
  to pool/main/libg/libgnomedb/libgnomedb_0.91.0-1.1.dsc


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



  1   2   >