Re: [OT] Re: Bug#213897: ITP: libclass-dbi-abstractsearch-perl -- Abstract Class::DBI's SQL with SQL::Abstract

2003-10-07 Thread Graham Wilson
On Mon, Oct 06, 2003 at 08:49:25PM -0400, Joe Drew wrote: On Mon, 2003-10-06 at 18:06, Richard Braakman wrote: It's::not::like::this::sort::of::jargon::is::difficult::to::understand,::or ::that::writing::package::descriptions::which::rely::entirely::on::one's ::understanding

Re: Debian should not modify the kernels!

2003-10-07 Thread Scott James Remnant
On Mon, 2003-10-06 at 21:19, martin f krafft wrote: I'd appreciate if you kept your opinions to yourself, Can you do the same? Scott (Unsigned as I've already packed my keyring for Linux Expo today) -- Have you ever, ever felt like this? Had strange things happen? Are you going round the

Hardcoding of .la file paths in .la files

2003-10-07 Thread Chris Cheney
Does anyone happen to know why .la files hardcode the paths to .la files that they depend on? For example: dependency_libs=' -lm -L/usr/lib /usr/lib/libogg.la' This is about to bite Debian hard with some of the XFree86 libraries moving to /usr/lib. Chris Cheney --- # libvorbis.la - a libtool

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Marcelo E. Magallon
On Mon, Oct 06, 2003 at 08:26:44PM -0400, Marco Paganini wrote: I'm packaging a Python program called ask for distribution. Currently, the main executable is called ask.py. a. Whack upstream with a cluebat. b. Repeat a. c. What happens when the program gets reimplemented in another

Re: Hardcoding of .la file paths in .la files

2003-10-07 Thread Marcelo E. Magallon
On Tue, Oct 07, 2003 at 01:33:01AM -0500, Chris Cheney wrote: Does anyone happen to know why .la files hardcode the paths to .la files that they depend on? Anal-retentiveness wrt using the exact same library originaly used. This is about to bite Debian hard with some of the XFree86

Re: Debian should not modify the kernels!

2003-10-07 Thread martin f krafft
also sprach Steve Langasek [EMAIL PROTECTED] [2003.10.07.0104 +0200]: As stated above, this is not a reasonable restriction. An arbitrary kernel patch package might conflict with *any* changes made to the kernel-source package, including simple security fixes. A simple fix is easier to work

Re: Kernel source 2.4.22 and ipvs problems

2003-10-07 Thread Herbert Xu
Bao C. Ha [EMAIL PROTECTED] wrote: If I want both the freeswan module capability and IPVS, how should I proceed. If all you need is to run freeswan, then you can unapply the IPSEC patch, and simply use KLIPS. If you need the new stack, then you will need to fix the conflicts. It shouldn't

Re: Hardcoding of .la file paths in .la files

2003-10-07 Thread Scott James Remnant
On Tue, 2003-10-07 at 07:33, Chris Cheney wrote: Does anyone happen to know why .la files hardcode the paths to .la files that they depend on? To guarantee that you don't end up linking with something totally different if the app being compiled happens to have a different search path. What's

Re: Hardcoding of .la file paths in .la files

2003-10-07 Thread Chris Cheney
On Tue, Oct 07, 2003 at 10:26:45AM +0200, Marcelo E. Magallon wrote: On Tue, Oct 07, 2003 at 01:33:01AM -0500, Chris Cheney wrote: Does anyone happen to know why .la files hardcode the paths to .la files that they depend on? Anal-retentiveness wrt using the exact same library

Re: Hardcoding of .la file paths in .la files

2003-10-07 Thread Marcelo E. Magallon
What's more of a problem here is that libtool actually links dependency libraries of dependencies ... it's something I've been working on for a while. That's a bug, not a feature. From libtool's perspective at least. You have to keep in mind that libtool is designed to work around

Re: Hardcoding of .la file paths in .la files

2003-10-07 Thread Chris Cheney
On Tue, Oct 07, 2003 at 09:30:56AM +0100, Scott James Remnant wrote: On Tue, 2003-10-07 at 07:33, Chris Cheney wrote: Does anyone happen to know why .la files hardcode the paths to .la files that they depend on? To guarantee that you don't end up linking with something totally

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Chris Halls
On Mon, Oct 06, 2003 at 07:50:07PM -0500, John Hasler wrote: Besides, if dumb names were a problem we'd do something about openoffice.org. $ ls /usr/bin/*openoffice* /usr/bin/openoffice What is dumb about that? The thread is about naming of files within /usr/bin. Chris pgpsBIj7fhkCn.pgp

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Robert Millan
I'm packaging a Python program called ask for distribution. Currently, the main executable is called ask.py. a. Whack upstream with a cluebat. Euh, I think you messed up. Marco *is* upstream. On the other hand, Marco being upstream defeats John's argument: Leave it. The program will

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Matthew Palmer
On Tue, Oct 07, 2003 at 01:24:37PM +, Robert Millan wrote: I'm packaging a Python program called ask for distribution. Currently, the main executable is called ask.py. a. Whack upstream with a cluebat. Euh, I think you messed up. Marco *is* upstream. So perhaps the

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread John Hasler
Chris writes: $ ls /usr/bin/*openoffice* /usr/bin/openoffice What is dumb about that? The thread is about naming of files within /usr/bin. Since the package is named openoffice.org supposedly for trademark reasons I assumed that the binary was as well. -- John Hasler [EMAIL PROTECTED]

Re: Debian should not modify the kernels!

2003-10-07 Thread Greg Folkert
On Mon, 2003-10-06 at 15:39, martin f krafft wrote: also sprach Eduard Bloch [EMAIL PROTECTED] [2003.09.22.1207 +0200]: Let's create a package called linux-2.4.22 or linux-2.4.22-pure-vanilla-source-for-you-to-patch with a script which does exactly this. I oppose. Let's get rid of

Re: A new way to specify versionned dependencies may be needed

2003-10-07 Thread Anthony Towns
On Sat, Oct 04, 2003 at 01:46:08AM +0200, Nicolas Boullis wrote: Moreover, that does not answer to my real question: is there a good reason not to implement such an extended syntax for versionned relationships. Probably not; but there needs to be a good reason to do it. It has to be

Re: Hardcoding of .la file paths in .la files

2003-10-07 Thread Steve Langasek
On Tue, Oct 07, 2003 at 11:11:35AM +0200, Marcelo E. Magallon wrote: What's more of a problem here is that libtool actually links dependency libraries of dependencies ... it's something I've been working on for a while. That's a bug, not a feature. From libtool's perspective at least.

Re: Debian should not modify the kernels!

2003-10-07 Thread Colin Watson
On Tue, Oct 07, 2003 at 09:48:32AM -0400, Greg Folkert wrote: But, this would alleviate SOME of the problems. This would be NO DOUBT very helpful. The Binary Kernel (as in the archives could have any an all patches you see fit Herbert) Would it NO doubt make entirely MUCH more sense, to only

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Marcelo E. Magallon
a. Whack upstream with a cluebat. Euh, I think you messed up. Marco *is* upstream. That doesn't preclude whackig upstream with a cluebat :-) Here, he can use mine. -- Marcelo

RE: Package verification

2003-10-07 Thread Kim Lester
The comments about debsums are useful and contribute to the whole issue butthey still miss one of my key points/queries. There is no way to verify/correct the MODE, USER, GROUP, TYPE of any files installed in a pkg. If I am wrong please point out where, with an installed pkg (and preferably

Re: Hardcoding of .la file paths in .la files

2003-10-07 Thread Richard Braakman
On Tue, Oct 07, 2003 at 09:30:56AM +0100, Scott James Remnant wrote: On Tue, 2003-10-07 at 07:33, Chris Cheney wrote: Does anyone happen to know why .la files hardcode the paths to .la files that they depend on? To guarantee that you don't end up linking with something totally

Re: Package verification

2003-10-07 Thread Steve Kemp
On Wed, Oct 08, 2003 at 12:24:37AM +1000, Kim Lester wrote: There is no way to verify/correct the MODE, USER, GROUP, TYPE of any files installed in a pkg. That appears to be the case, partly because permissions may be changed from those files which are contained withing the .deb file via

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Daniel Burrows
On Mon, Oct 06, 2003 at 08:26:44PM -0400, Marco Paganini [EMAIL PROTECTED] was heard to say: I'm packaging a Python program called ask for distribution. Currently, the main executable is called ask.py. It seems unusual (and why not say, *ugly*) to have the language extension added to the

Re: Which packages will hold up the release?

2003-10-07 Thread Björn Stenberg
Steve Langasek wrote: Hypothetical example: 29 packages wait on (151 packages are stalled by) libxml2. This package is too young, and should be a valid candidate in 8 days. Suppose that the libxml2 source package provided not only the libxml2-python2.3 binary package, but also a

Bug#214601: ITP: r-cran-qtl -- [Biology] GNU R package for genetic marker linkage analysis

2003-10-07 Thread Steffen Moeller
Package: wnpp Version: unavailable; reported 2003-10-07 Severity: wishlist * Package name: r-cran-qtl Version : 0.9.7-21 Upstream Author : Karl W. Broman [EMAIL PROTECTED], Hao Wu [EMAIL PROTECTED] * URL : http://www.biostat.jhsph.edu/~kbroman/qtl/index.html *

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Bill Allombert
Marco Paganini wrote: I'm packaging a Python program called ask for distribution. Currently, the main executable is called ask.py. It seems unusual (and why not say, *ugly*) to have the language extension added to the program, but in this case, it was a deliberate decision to avoid clash

Re: Which packages will hold up the release?

2003-10-07 Thread Steve Langasek
On Tue, Oct 07, 2003 at 05:23:32PM +0200, Björn Stenberg wrote: Steve Langasek wrote: Hypothetical example: 29 packages wait on (151 packages are stalled by) libxml2. This package is too young, and should be a valid candidate in 8 days. Suppose that the libxml2 source package

gnucash-sql?

2003-10-07 Thread Carl B. Constantine
I think there used to be a packaged called gnucash-sql which allowed gnucash to save data to a postgres database. That package doesn't seem to exist any longer. Has the functionality of gnucash-sql been merged into gnucash proper? -- .''`. Carl B. Constantine : :' : [EMAIL PROTECTED]

Re: Debian should not modify the kernels!

2003-10-07 Thread Anthony DeRobertis
On Monday, Oct 6, 2003, at 16:20 US/Eastern, martin f krafft wrote: It has existed in the freeswan patch for a while! Let's be serious, FreeS/WAN has serious issues! Being at war with the kernel routing machinery, for example.

Re: Which packages will hold up the release?

2003-10-07 Thread Matthias Klose
Björn Stenberg writes: 2) How is meta package versioning handled? The gcc-defaults package, version 1.9, is the only package providing the gcc binary (without -version suffix) of which many packages require version = 2.95. gcc-defaults implements it's own version handling. see the source.

Re: Debian should not modify the kernels!

2003-10-07 Thread Anthony DeRobertis
On Monday, Oct 6, 2003, at 18:58 US/Eastern, Adam McKenna wrote: I don't see how the package being in unstable affects any part of this argument. Will the feature backport be less desirable when the kernel-source package is released in a stable revision of Debian? The whole point of not doing

Re: Debian should not modify the kernels!

2003-10-07 Thread Greg Folkert
On Tue, 2003-10-07 at 09:51, Colin Watson wrote: On Tue, Oct 07, 2003 at 09:48:32AM -0400, Greg Folkert wrote: Would it NO doubt make entirely MUCH more sense, to only have to D/L the Source Code once. Would it be POSSIBLE to LOSE the Zippy-style CAPITALIZATION, please? Would it be

Re: Debian should not modify the kernels!

2003-10-07 Thread martin f krafft
also sprach Anthony DeRobertis [EMAIL PROTECTED] [2003.10.07.1935 +0200]: It has existed in the freeswan patch for a while! Let's be serious, FreeS/WAN has serious issues! Being at war with the kernel routing machinery, for example. Alright, I give you that. But it works. -- Please do

Re: Hardcoding of .la file paths in .la files

2003-10-07 Thread Branden Robinson
On Tue, Oct 07, 2003 at 03:40:18AM -0500, Chris Cheney wrote: On Tue, Oct 07, 2003 at 10:26:45AM +0200, Marcelo E. Magallon wrote: On Tue, Oct 07, 2003 at 01:33:01AM -0500, Chris Cheney wrote: Does anyone happen to know why .la files hardcode the paths to .la files that they depend

Bug#213822: keymap be-latin1

2003-10-07 Thread Philippe Faes
tag 213822 moreinfo thanks Jan, If I understand correctly, your keyboard doesn't work right, but the rest of the system is OK. Are there other keys with AltGr that work? For example, can you type a curly brace '{' (AltGr-9)? If you try to upgrade your system (with apt-get) it doesnt't

Re: gnucash-sql?

2003-10-07 Thread James A. Treacy
On Tue, Oct 07, 2003 at 10:35:40AM -0700, Carl B. Constantine wrote: I think there used to be a packaged called gnucash-sql which allowed gnucash to save data to a postgres database. That package doesn't seem to exist any longer. Has the functionality of gnucash-sql been merged into gnucash

Re: Hardcoding of .la file paths in .la files

2003-10-07 Thread Chris Cheney
On Tue, Oct 07, 2003 at 02:58:25PM -0500, Branden Robinson wrote: I think the problem with .la files may be solvable by updating Build-Depends and -dev packages' dependencies to refer to libxrender-dev (= 0.8.3-1), and/or libraries that are rebuilt against that version of libxrender-dev. I'm

Processed: Re: Bug#213822: keymap be-latin1

2003-10-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: tag 213822 moreinfo Bug#213822: =?iso-8859-15?q?general=3A_keymap_be-latin1_doesn=27t_allow_typing_=5C_or?= =?iso-8859-15?q?_=40_by_using_AltGr=0D=0AThis_week_I_installed_knoppix_=28v3?=

Bug#214654: ITP: ps2eps -- Convert PostScript to EPS (Encapsulated PostScript) files

2003-10-07 Thread Rafael Laboissiere
Package: wnpp Version: unavailable; reported 2003-10-07 Severity: wishlist * Package name: ps2eps Version : 1.47 Upstream Author : Roland Bless [EMAIL PROTECTED] * URL : http://www.telematik.informatik.uni-karlsruhe.de/~bless/ps2eps.html * License : GPL

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Marco Paganini
Hi Marcello, Euh, I think you messed up. Marco *is* upstream. That doesn't preclude whackig upstream with a cluebat :-) Here, he can use mine. I tried whacking myself repeatedly with the cluebat. Unfortunately, it was not as effective as whacking someone else. But I think I got the

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Marco Paganini
Hi Daniel, I think it's worth pointing out that if a file called ask.py is in /usr/bin, the statement: import ask from a Python program in /usr/bin which hasn't modified its sys.path will, unless I am terribly confused, pick up ask.py instead of whatever module it was looking for.

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Marco Paganini
On Tue, Oct 07, 2003 at 05:57:42PM -0400, Daniel Burrows wrote: That would not be a problem, as no other program imports ask.py... Are you confident that no other program will ever want to import ask? Yes. ask.py is just the main executable. It imports all the other modules (which have

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Daniel Burrows
On Tue, Oct 07, 2003 at 05:48:17PM -0400, Marco Paganini [EMAIL PROTECTED] was heard to say: Hi Daniel, I think it's worth pointing out that if a file called ask.py is in /usr/bin, the statement: import ask from a Python program in /usr/bin which hasn't modified its sys.path

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Marco Paganini
Hi, Yes. ask.py is just the main executable. It imports all the other modules (which have the .py extension and should be in /usr/lib/ask or something). That'd be /usr/share (lib is for arch-dependant data, see FHS) Oops, sorry! Slippery fingers. I meant /usr/share... Regards, Paga

Re: Done

2003-10-07 Thread Andreas Rottmann
Steve Langasek [EMAIL PROTECTED] writes: On Mon, Sep 15, 2003 at 01:24:11PM -0500, Manoj Srivastava wrote: On Mon, 15 Sep 2003 10:37:48 -0500, Steve Langasek [EMAIL PROTECTED] said: There is a distinct difference between recognizing what is missing from a description, and being able to

Re: Language extensions in programs under /usr/bin

2003-10-07 Thread Daniel Burrows
On Tue, Oct 07, 2003 at 06:07:58PM -0400, Marco Paganini [EMAIL PROTECTED] was heard to say: On Tue, Oct 07, 2003 at 05:57:42PM -0400, Daniel Burrows wrote: That would not be a problem, as no other program imports ask.py... Are you confident that no other program will ever want to

Re: Package verification

2003-10-07 Thread Matthew Palmer
On Wed, Oct 08, 2003 at 12:24:37AM +1000, Kim Lester wrote: There is no way to verify/correct the MODE, USER, GROUP, TYPE of any files installed in a pkg. If I am wrong please point out where, with an installed pkg (and preferably without having a copy of the .dpkg around) once can tell if a

Re: Re: Where are we now? (Was: Bits from the RM)

2003-10-07 Thread Joey Hess
Gunnar Wolf wrote: Maybe we should ask the user at first boot if he wishes to use tasksel, dselect, aptitude or none-of-the-above, instead of going just tasksel and dselect... Maybe we should look at a current install of debian before posting to -devel. -- see shy jo signature.asc

Accepted reportbug 2.34 (all source)

2003-10-07 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 00:35:44 -0500 Source: reportbug Binary: reportbug Architecture: source all Version: 2.34 Distribution: unstable Urgency: low Maintainer: Chris Lawrence [EMAIL PROTECTED] Changed-By: Chris Lawrence [EMAIL PROTECTED]

Accepted forg 0.5.1-5.2 (all source)

2003-10-07 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 08:17:22 +0200 Source: forg Binary: forg Architecture: source all Version: 0.5.1-5.2 Distribution: unstable Urgency: medium Maintainer: John Goerzen [EMAIL PROTECTED] Changed-By: Matthias Klose [EMAIL PROTECTED]

Accepted gorm 0.3.1-0.1 (i386 source)

2003-10-07 Thread doko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 25 Sep 2003 21:32:20 +0200 Source: gorm Binary: gorm Architecture: source i386 Version: 0.3.1-0.1 Distribution: unstable Urgency: low Maintainer: Evan Prodromou [EMAIL PROTECTED] Changed-By: [EMAIL PROTECTED] Description: gorm

Accepted intlfonts 1.2.1-1 (all source)

2003-10-07 Thread Milan Zamazal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 08:52:24 +0200 Source: intlfonts Binary: emacs-intl-fonts xfonts-intl-chinese-big xfonts-intl-japanese-big xfonts-intl-asian xfonts-intl-arabic xfonts-intl-european xfonts-intl-chinese xfonts-intl-japanese

Accepted kbarcode 1.2.1-2 (i386 source)

2003-10-07 Thread Theodore Karkoulis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 24 Sep 2003 20:55:35 +0300 Source: kbarcode Binary: kbarcode Architecture: source i386 Version: 1.2.1-2 Distribution: unstable Urgency: low Maintainer: Theodore Karkoulis [EMAIL PROTECTED] Changed-By: Theodore Karkoulis [EMAIL

Accepted pidentd 3.0.16-4 (i386 source all)

2003-10-07 Thread Herbert Xu
-BEGIN PGP SIGNED MESSAGE- Format: 1.7 Date: Tue, 7 Oct 2003 19:38:37 +1000 Source: pidentd Binary: idecrypt pidentd-des pidentd Architecture: source i386 all Version: 3.0.16-4 Distribution: unstable Urgency: low Maintainer: Herbert Xu [EMAIL PROTECTED] Changed-By: Herbert Xu [EMAIL

Accepted linuxtrade 3.62-1 (i386 source)

2003-10-07 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 06:47:48 -0500 Source: linuxtrade Binary: linuxtrade Architecture: source i386 Version: 3.62-1 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED] Changed-By: Dirk Eddelbuettel [EMAIL

Accepted pdftohtml 0.36-4 (i386 source)

2003-10-07 Thread Søren Boll Overgaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 11:42:35 + Source: pdftohtml Binary: pdftohtml Architecture: source i386 Version: 0.36-4 Distribution: unstable Urgency: low Maintainer: Søren Boll Overgaard [EMAIL PROTECTED] Changed-By: Søren Boll Overgaard

Accepted quagga 0.96.2-9 (i386 source all)

2003-10-07 Thread Christian Hammers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 13:26:58 +0200 Source: quagga Binary: quagga quagga-doc Architecture: source all i386 Version: 0.96.2-9 Distribution: unstable Urgency: medium Maintainer: Christian Hammers [EMAIL PROTECTED] Changed-By: Christian

Accepted autotools-dev 20031007.1 (all source)

2003-10-07 Thread Henrique de Moraes Holschuh
-By: Henrique de Moraes Holschuh [EMAIL PROTECTED] Description: autotools-dev - Update infrastructure for config.{guess,sub} files Changes: autotools-dev (20031007.1) unstable; urgency=high . * Sync to CVS 20031007 (config.sub 20031007; config.guess 20031007) * Changes needed by the *BSD group

Accepted gthumb 3:2.1.5-1 (i386 source)

2003-10-07 Thread Remco van de Meent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 14:16:34 +0200 Source: gthumb Binary: gthumb Architecture: source i386 Version: 3:2.1.5-1 Distribution: unstable Urgency: low Maintainer: Remco van de Meent [EMAIL PROTECTED] Changed-By: Remco van de Meent [EMAIL

Accepted webalizer 2.01.10-20 (i386 source)

2003-10-07 Thread Remco van de Meent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 14:30:38 +0200 Source: webalizer Binary: webalizer Architecture: source i386 Version: 2.01.10-20 Distribution: unstable Urgency: low Maintainer: Remco van de Meent [EMAIL PROTECTED] Changed-By: Remco van de Meent

Accepted pciutils 1:2.1.11-3 (i386 source)

2003-10-07 Thread Remco van de Meent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 13:29:12 +0200 Source: pciutils Binary: pciutils pciutils-dev Architecture: source i386 Version: 1:2.1.11-3 Distribution: unstable Urgency: low Maintainer: Remco van de Meent [EMAIL PROTECTED] Changed-By: Remco van

Accepted mysql-dfsg 4.0.15a-1 (i386 source all)

2003-10-07 Thread Christian Hammers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 15:10:26 +0200 Source: mysql-dfsg Binary: mysql-server mysql-common libmysqlclient-dev libmysqlclient12 mysql-client Architecture: source i386 all Version: 4.0.15a-1 Distribution: unstable Urgency: low Maintainer:

Accepted wlex 20030929-4 (powerpc source)

2003-10-07 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 16:49:26 +0200 Source: wlex Binary: ocaml-wlex libwlexing-ocaml-dev libwlexing-ocaml Architecture: source powerpc Version: 20030929-4 Distribution: unstable Urgency: low Maintainer: Stefano Zacchiroli [EMAIL

Accepted pxp 1.1.94-5 (powerpc source)

2003-10-07 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 16:53:20 +0200 Source: pxp Binary: libpxp-ocaml-dev Architecture: source powerpc Version: 1.1.94-5 Distribution: unstable Urgency: low Maintainer: Stefano Zacchiroli [EMAIL PROTECTED] Changed-By: Stefano Zacchiroli

Accepted lablgtk2 0.beta.20030828-2 (i386 source)

2003-10-07 Thread Sven Luther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 17:06:23 +0200 Source: lablgtk2 Binary: liblablgtk2-ocaml-dev liblablgtk2-ocaml Architecture: source i386 Version: 0.beta.20030828-2 Distribution: unstable Urgency: low Maintainer: Sven Luther [EMAIL PROTECTED]

Accepted squirrelmail 1:1.4.2-1 (all source)

2003-10-07 Thread Sam Johnston
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 6 Oct 2003 07:44:12 +1000 Source: squirrelmail Binary: squirrelmail Architecture: source all Version: 1:1.4.2-1 Distribution: unstable Urgency: medium Maintainer: Sam Johnston [EMAIL PROTECTED] Changed-By: Sam Johnston [EMAIL

Accepted cl-ppcre 0.6.0-1 (all source)

2003-10-07 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 09:26:14 -0600 Source: cl-ppcre Binary: cl-ppcre Architecture: source all Version: 0.6.0-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg [EMAIL PROTECTED] Changed-By: Kevin M. Rosenberg [EMAIL

Accepted fortunes-debian-hints 1.5 (all source)

2003-10-07 Thread Joel Baker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 6 Oct 2003 22:16:26 -0600 Source: fortunes-debian-hints Binary: fortunes-debian-hints Architecture: source all Version: 1.5 Distribution: unstable Urgency: low Maintainer: Joel Baker [EMAIL PROTECTED] Changed-By: Joel Baker

Accepted dvd+rw-tools 5.13.4.7.4-1 (i386 source)

2003-10-07 Thread Keita Maehara
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 8 Oct 2003 00:48:44 +0900 Source: dvd+rw-tools Binary: dvd+rw-tools Architecture: source i386 Version: 5.13.4.7.4-1 Distribution: unstable Urgency: low Maintainer: Keita Maehara [EMAIL PROTECTED] Changed-By: Keita Maehara

Accepted libnet-scp-expect-perl 0.10-2 (all source)

2003-10-07 Thread Jay Bonci
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 6 Oct 2003 13:29:56 -0400 Source: libnet-scp-expect-perl Binary: libnet-scp-expect-perl Architecture: source all Version: 0.10-2 Distribution: unstable Urgency: low Maintainer: Jay Bonci [EMAIL PROTECTED] Changed-By: Jay Bonci

Accepted cpudyn 0.4.5-1 (i386 source)

2003-10-07 Thread Celso González
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 13:30:48 +0200 Source: cpudyn Binary: cpudyn Architecture: source i386 Version: 0.4.5-1 Distribution: unstable Urgency: low Maintainer: Celso González [EMAIL PROTECTED] Changed-By: Celso González [EMAIL PROTECTED]

Accepted fuse 1.0-1 (i386 source all)

2003-10-07 Thread Roland Bauerschmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 18:00:23 +0200 Source: fuse Binary: fuse-source fuse-utils libfuse-dev Architecture: source all i386 Version: 1.0-1 Distribution: unstable Urgency: low Maintainer: Roland Bauerschmidt [EMAIL PROTECTED] Changed-By:

Accepted xawtv 3.88.1 (powerpc source)

2003-10-07 Thread Gerd Knorr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 17:26:57 +0200 Source: xawtv Binary: xawtv-plugins fbtv radio ttv webcam xawtv-plugin-qt pia xawtv-tools xawtv scantv streamer alevtd v4l-conf Architecture: source powerpc Version: 3.88.1 Distribution: unstable

Accepted wdiff 0.5-14 (i386 source all)

2003-10-07 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 18:42:10 +0200 Source: wdiff Binary: wdiff-doc wdiff Architecture: source all i386 Version: 0.5-14 Distribution: unstable Urgency: low Maintainer: Santiago Vila [EMAIL PROTECTED] Changed-By: Santiago Vila [EMAIL

Accepted kernel-package 8.066 (all source)

2003-10-07 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 11:23:43 -0500 Source: kernel-package Binary: kernel-package Architecture: source all Version: 8.066 Distribution: unstable Urgency: low Maintainer: Manoj Srivastava [EMAIL PROTECTED] Changed-By: Manoj Srivastava

Accepted fiaif 1.17.2-1 (all source)

2003-10-07 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 18:55:36 +0200 Source: fiaif Binary: fiaif Architecture: source all Version: 1.17.2-1 Distribution: unstable Urgency: low Maintainer: Bastian Kleineidam [EMAIL PROTECTED] Changed-By: Bastian Kleineidam [EMAIL

Accepted libdebug 0.3.1 (i386 source)

2003-10-07 Thread Abraham vd Merwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 18:18:30 +0200 Source: libdebug Binary: libdebug0-dev libdebug0 Architecture: source i386 Version: 0.3.1 Distribution: unstable Urgency: high Maintainer: Abraham vd Merwe [EMAIL PROTECTED] Changed-By: Abraham vd

Accepted libabz 0.2.2 (i386 source)

2003-10-07 Thread Abraham vd Merwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 18:56:07 +0200 Source: libabz Binary: libabz0-dev libabz0 Architecture: source i386 Version: 0.2.2 Distribution: unstable Urgency: low Maintainer: Abraham vd Merwe [EMAIL PROTECTED] Changed-By: Abraham vd Merwe

Accepted libber 0.2.5 (i386 source)

2003-10-07 Thread Abraham vd Merwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 19:03:40 +0200 Source: libber Binary: libber0-dev libber0 Architecture: source i386 Version: 0.2.5 Distribution: unstable Urgency: low Maintainer: Abraham vd Merwe [EMAIL PROTECTED] Changed-By: Abraham vd Merwe

Accepted libconfig 0.1.4 (i386 source)

2003-10-07 Thread Abraham vd Merwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 18:36:30 +0200 Source: libconfig Binary: libconfig0-dev libconfig0 Architecture: source i386 Version: 0.1.4 Distribution: unstable Urgency: low Maintainer: Abraham vd Merwe [EMAIL PROTECTED] Changed-By: Abraham vd

Accepted rafkill 1.1.0-5 (source)

2003-10-07 Thread Debian packages
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 19:30:09 +0200 Source: rafkill Binary: rafkill-data rafkill Architecture: source Version: 1.1.0-5 Distribution: unstable Urgency: low Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED] Changed-By: Sam

Accepted tinysnmp 0.5.6 (i386 source all)

2003-10-07 Thread Abraham vd Merwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 7 Oct 2003 19:28:21 +0200 Source: tinysnmp Binary: tinysnmp-module-traffic tinysnmp-tools tinysnmp-module-resources tinysnmp-module-mib2 tinysnmp-agent-dev tinysnmp-manager-dev trafficd tinysnmp-dev tinysnmp-agent

Accepted muttprint 0.71-6 (all source)

2003-10-07 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 20:09:50 +0200 Source: muttprint Binary: muttprint-manual ospics muttprint Architecture: source all Version: 0.71-6 Distribution: unstable Urgency: low Maintainer: Rene Engelhard [EMAIL PROTECTED] Changed-By: Rene

Accepted cfengine 1.6.5-1 (i386 source all)

2003-10-07 Thread Tollef Fog Heen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 7 Oct 2002 12:40:47 +0200 Source: cfengine Binary: cfengine-doc cfengine Architecture: source all i386 Version: 1.6.5-1 Distribution: unstable Urgency: low Maintainer: Tollef Fog Heen [EMAIL PROTECTED] Changed-By: Tollef Fog

Accepted glibc 2.3.2.ds1-3 (i386 source all)

2003-10-07 Thread Daniel Jacobowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 6 Oct 2003 21:18:28 -0400 Source: glibc Binary: libc6-dev-s390x libc0.3-prof libc6.1-prof libc6-dev libc6-dev-sparc64 libc0.3-dev libc0.3-pic libc6.1 libc6-prof libc0.3 glibc-doc libc6-dbg libc-udeb libc6-sparcv9 libc6-pic

Accepted prebaseconfig 0.038 (all source)

2003-10-07 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 20:20:51 +0200 Source: prebaseconfig Binary: prebaseconfig Architecture: source all Version: 0.038 Distribution: unstable Urgency: low Maintainer: Debian Install System Team [EMAIL PROTECTED] Changed-By: Petter

Accepted lilo-installer 0.20 (i386 source)

2003-10-07 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 20:24:49 +0200 Source: lilo-installer Binary: lilo-installer Architecture: source i386 Version: 0.20 Distribution: unstable Urgency: low Maintainer: Debian Install System Team [EMAIL PROTECTED] Changed-By: Petter

Accepted grub-installer 0.20 (i386 source)

2003-10-07 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 20:26:30 +0200 Source: grub-installer Binary: grub-installer Architecture: source i386 Version: 0.20 Distribution: unstable Urgency: low Maintainer: Debian Install System Team [EMAIL PROTECTED] Changed-By: Petter

Accepted ddetect 0.44 (i386 source all)

2003-10-07 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 20:29:41 +0200 Source: ddetect Binary: ethdetect archdetect hw-detect hw-detect-full Architecture: source all i386 Version: 0.44 Distribution: unstable Urgency: low Maintainer: Debian Install System Team [EMAIL

Accepted dict-bouvier 6.revised-2 (all source)

2003-10-07 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 13:21:34 -0500 Source: dict-bouvier Binary: dict-bouvier Architecture: source all Version: 6.revised-2 Distribution: unstable Urgency: low Maintainer: John Goerzen [EMAIL PROTECTED] Changed-By: John Goerzen [EMAIL

Accepted dict-gazetteer2k 1.0.0-3 (all source)

2003-10-07 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 13:33:41 -0500 Source: dict-gazetteer2k Binary: dict-gazetteer2k-places dict-gazetteer2k-counties dict-gazetteer2k dict-gazetteer2k-zips Architecture: source all Version: 1.0.0-3 Distribution: unstable Urgency: low

Accepted libabz 0.2.3 (i386 source)

2003-10-07 Thread Abraham vd Merwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 20:35:49 +0200 Source: libabz Binary: libabz0-dev libabz0 Architecture: source i386 Version: 0.2.3 Distribution: unstable Urgency: low Maintainer: Abraham vd Merwe [EMAIL PROTECTED] Changed-By: Abraham vd Merwe

Accepted libproc-daemon-perl 0.03-2 (all source)

2003-10-07 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 20:13:38 + Source: libproc-daemon-perl Binary: libproc-daemon-perl Architecture: source all Version: 0.03-2 Distribution: unstable Urgency: low Maintainer: Marc Haber [EMAIL PROTECTED] Changed-By: Marc Haber

Accepted dict-moby-thesaurus 1.0-5 (all source)

2003-10-07 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 13:43:43 -0500 Source: dict-moby-thesaurus Binary: dict-moby-thesaurus Architecture: source all Version: 1.0-5 Distribution: unstable Urgency: low Maintainer: John Goerzen [EMAIL PROTECTED] Changed-By: John Goerzen

Accepted gnustep-gui 0.9.0-1 (i386 source all)

2003-10-07 Thread doko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 2 Oct 2003 08:49:17 +0200 Source: gnustep-gui Binary: gnustep-ppd gnustep-gui0-dbg gnustep-gui-doc gnustep-gui0-dev gnustep-gui0 Architecture: source i386 all Version: 0.9.0-1 Distribution: unstable Urgency: low Maintainer:

Accepted dbf2mysql 1.14a-3 (i386 source)

2003-10-07 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 20:50:07 +0200 Source: dbf2mysql Binary: dbf2mysql Architecture: source i386 Version: 1.14a-3 Distribution: unstable Urgency: low Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED] Changed-By: Francesco Paolo

Accepted mysql-ruby 2.4.5-4 (i386 source all)

2003-10-07 Thread Dmitry Borodaenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 21:25:53 +0300 Source: mysql-ruby Binary: libmysql-ruby libmysql-ruby1.6 libmysql-ruby1.8 Architecture: source all i386 Version: 2.4.5-4 Distribution: unstable Urgency: low Maintainer: Dmitry Borodaenko [EMAIL

Accepted libconfig 0.1.5 (i386 source)

2003-10-07 Thread Abraham vd Merwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 20:40:05 +0200 Source: libconfig Binary: libconfig0-dev libconfig0 Architecture: source i386 Version: 0.1.5 Distribution: unstable Urgency: low Maintainer: Abraham vd Merwe [EMAIL PROTECTED] Changed-By: Abraham vd

Accepted smake 1.2a19pre-2-1 (i386 source)

2003-10-07 Thread Joerg Jaspert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 7 Oct 2003 21:02:33 +0200 Source: smake Binary: smake Architecture: source i386 Version: 1.2a19pre-2-1 Distribution: unstable Urgency: low Maintainer: Joerg Jaspert [EMAIL PROTECTED] Changed-By: Joerg Jaspert [EMAIL PROTECTED]

  1   2   >