Bug#291791: ITP: scmail -- a mail filter written in Scheme

2005-01-22 Thread NIIBE Yutaka
Package: wnpp Severity: wishlist * Package name: scmail Version : 1.3 Upstream Author : Satoru Takabayashi <[EMAIL PROTECTED]> * URL : http://www.namazu.org/~satoru/scmail/index.html.en * License : BSD Description : a mail filter written in Scheme Scmai

Bug#291792: ITP: gonzui -- a source code search engine

2005-01-22 Thread NIIBE Yutaka
Package: wnpp Severity: wishlist * Package name: gonzui Version : 0.2 Upstream Author : Satoru Takabayashi <[EMAIL PROTECTED]> * URL : http://namazu.org/~satoru/gonzui/ * License : GPL v2 Description : a source code search engine Gonzui is a source code

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Chris Cheney
On Sat, Jan 22, 2005 at 07:53:19PM +0200, Fabian Fagerholm wrote: > For another perspective, think about the ongoing work to support other > kernels than Linux. Presently, promising work is apparently being done > on both Debian GNU/Hurd and Debian GNU/FreeBSD kernels. There are > already packages

Re: geda library packaging

2005-01-22 Thread Petri Latvala
On Sun, 2005-01-23 at 12:24 +1100, Hamish Moffatt wrote: > True. But that's OK because all of the geda-* program packages that use > the library are updated at the same time as the library, and I maintain > all of those packages. > > Upstream releases them all as a set. They could be one tarball;

Re: Dependencies on kernel-image-x.y [was: NPTL support in kernel 2.4 series]

2005-01-22 Thread Matthew Garrett
Martin Kittel <[EMAIL PROTECTED]> wrote: > I would like to have some clarification on whether it is sensible to > declare a package dependency on kernel-image-x.y (e.g. kernel-image-2.6, > _not_ a full kernel version kernel-image-x.y.z) Your package doesn't depend on Linux 2.6. Your package dep

Re: not starting packages at boot

2005-01-22 Thread Steve Langasek
On Fri, Jan 21, 2005 at 12:09:42PM +0800, Dan Jacobson wrote: > Sure, one can go behind the backs of maintainers with > > http://www.debian.org/doc/manuals/securing-debian-howto/ch3.en.html#s3.6 > > ("Disabling daemon services") > and hope you remember what you did. But it's not as friendly as > th

Re: not starting packages at boot

2005-01-22 Thread William Ballard
On Fri, Jan 21, 2005 at 12:09:42PM +0800, Dan Jacobson wrote: > Now that maintainers realized that one might like a package installed, > but perhaps only plans to use it unoften, it only makes sense for not > starting at boot to be offered as a friendly configuration option, > instead of needing so

not starting packages at boot

2005-01-22 Thread Dan Jacobson
Sure, one can go behind the backs of maintainers with > http://www.debian.org/doc/manuals/securing-debian-howto/ch3.en.html#s3.6 > ("Disabling daemon services") and hope you remember what you did. But it's not as friendly as the approaches more and more packages are taking, as seen in my /var/log/b

Re: geda library packaging

2005-01-22 Thread Petri Latvala
On Sun, 2005-01-23 at 12:02 +1100, Hamish Moffatt wrote: > Upstream increments the soname for incompatible changes to the library. > I've been reflecting that in the package name (libgedaXX) which means > we've had libgeda2, 3, 5, ... 18, 19, 20. Almost every new version > requires a new package, w

Re: geda library packaging

2005-01-22 Thread Hamish Moffatt
On Sun, Jan 23, 2005 at 03:12:45AM +0200, Petri Latvala wrote: > On Sun, 2005-01-23 at 12:02 +1100, Hamish Moffatt wrote: > > Upstream increments the soname for incompatible changes to the library. > > I've been reflecting that in the package name (libgedaXX) which means > > we've had libgeda2, 3,

geda library packaging

2005-01-22 Thread Hamish Moffatt
Following on from the recent discussions about library packaging, I could use some advice from the experts on the best way to handle packaging of libgeda. The situation is as follows. gEDA consists of a library package and a bunch of program packages. They come from upstream in different tarballs,

Re: Debian MIA structure

2005-01-22 Thread Martin Michlmayr
* Jeroen van Wolffelaar <[EMAIL PROTECTED]> [2005-01-23 01:31]: > > And finally, are there plans to update the Developer's Reference to > > reflect this change in standard procedure? > > Yes, while this procedure hasn't really been discussed much, it's now > just de-facto how it happens. There's

Debian MIA structure

2005-01-22 Thread Jeroen van Wolffelaar
On Sat, Jan 22, 2005 at 10:22:24AM -0800, Chuan-kai Lin wrote: > On Sat, Jan 22, 2005 at 02:26:48PM +0100, Jeroen van Wolffelaar wrote: > > Secondly, yes, I've been informed that there was not many acitivity > > lately, but didn't yet follow up. I'll do so soon. > > If you want to privately notify

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Martin Kittel
Maybe I am still not making myself clear: I _know_ that having that dependency will not fix my problem. I _know_ that even with the dependency I will have to check during installation and if possible every time a binary is executed whether the kernel version is right. Yet I still think a dependen

Re: ${lib}-dev, .pc and pkg-config

2005-01-22 Thread Junichi Uekawa
Hi, > I would like to ask about common practice in packaging libraries, especially > their development files. There is a rather old tool like pkg-config. > It gives standarized interface[1] for getting compiler and linker flags. > What is your recomendation for adding a .pc files in -dev package?

Bug#291732: ITP: rake -- a simple ruby build program with capabilities similar to make

2005-01-22 Thread Adam Majer
Package: wnpp Severity: wishlist Owner: Adam Majer <[EMAIL PROTECTED]> * Package name: rake Version : 0.4.14 Upstream Author : Name <[EMAIL PROTECTED]> * URL : http://rake.rubyforge.org/ * License : MIT Description : a simple ruby build program with capabi

Re: Dependencies on kernel-image-x.y [was: NPTL support in kernel 2.4 series]

2005-01-22 Thread sean finney
to throw in my $0.02: as folks have pointed out, even declaring a dependency against the package won't guarantee your package will work anyway, why not just make it a suggests, and in your config script do something like rev=`uname -r | grep '^2.6'` if [ ! "$rev" ]; then # show debconf no

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread David Nusinow
On Sat, Jan 22, 2005 at 12:38:05AM -0800, Steve Langasek wrote: > Using runtime checks is the most appropriate solution here. Shouldn't the software be doing this anyway, as part of its normal error checking? I'm astounded that a maintainer is willing to break Debian's traditionally weak coupling

d/\ting s3rvice

2005-01-22 Thread quartRobertson
Make l0ve to a gal this weekend http://aesculusunrefinement.com/sse/ offa-dis : aesculusunrefinement.com/xyp/ The instrument bark aren't . She hathaway doneck courtyard arlene expulsion . aristotle marietta cupric into . mackinaw purposeful pasty fallacy . The barberry fluent dr

Re: Reboot in postinst

2005-01-22 Thread Anurag
Henrique de Moraes Holschuh wrote: Never mind the very idea of using anything Microsoft in such a scenario. ^ You meant Micros~1 ? :-) Anurag -- --- __ __ gnu /n

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Steve Greenland
On 22-Jan-05, 05:31 (CST), Martin Kittel <[EMAIL PROTECTED]> wrote: > Andreas Metzler downhill.at.eu.org> writes: > > No. They'll see the debconf question, select "abort installation", the > > package will not be upgraded, the package will not be broken. > > > > They still had to download a usel

Re: Is Daniel Lutz MIA?

2005-01-22 Thread Chuan-kai Lin
On Sat, Jan 22, 2005 at 02:26:48PM +0100, Jeroen van Wolffelaar wrote: > Firstly, if you mail about someone on a public list, it is polite to > cc the person in question. Especially since google might start to show > your very message soonishly in its results. Now you mentioned it, indeed I should

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Fabian Fagerholm
On Sat, 2005-01-22 at 12:33 +, Thaddeus H. Black wrote: > For what it might be worth (IANADD), I would support Martin's point of > view. I concur. > > What's the use of package management if you don't go all the way? > > The question seems sensible. I would respectfully ask the same > quest

Re: Release update: kde3.3, upload targets, kernels, infrastructure

2005-01-22 Thread Geoff Bagley
Hello Steve, Firstly I am an enthusiastic user of Debian GNU/Woody. When the change-over to the new Sarge release occurs, there is a danger of server overload as the entire Debian community attempts to do a broadband up-grade from Woody to Sarge. Is it possible to transfer some of the package

Re: RFP: gtybalt -- computer algebra system (CAS) based on GiNaC with optional TeXmacs GUI

2005-01-22 Thread Helen Faulkner
Frank Küster wrote: "Kevin B. McCarty" <[EMAIL PROTECTED]> wrote: [...] Do you have any suggestions for other function graphing programs / libraries I could suggest to upstream? grace is a GPL'ed program that I use sometimes for interactive graph creation, but it can also be scripted.e Ideally t

Question about packages held from Sarge

2005-01-22 Thread Roberto Sanchez
I tracked Sid for a while on my workstations and recently (about 3 months ago) decided to go to Sarge since I would like my stations to track Sarge when it goes stable. There are some packages that have been held back from Sarge, like mozilla-mplayer[0] and java-package[1] because of dependency is

Re: Dependencies on kernel-image-x.y [was: NPTL support in kernel 2.4 series]

2005-01-22 Thread Thiemo Seufer
Martin Kittel wrote: [snip] > B) most people compile their own kernels and don't bother registering > those with dpkg, e.g. via kernel-package, and therefore their systems, > -while actually running a suitable kernel- do not provide the required > virtual package. > > With A) I absolutely agree

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Thiemo Seufer
Martin Kittel wrote: [snip] > > On a freshly installed Debian system you can happily uninstall any > > kernel-image package because there are no[1] dependencies on it, > > *because* installing kernels with make install is supported practice. > > [1] Except for acouple of kernel-modules packages, wh

Re: RFS: dosage -- powerful webcomic downloader / archiver

2005-01-22 Thread Steve Greenland
> On Sat, Jan 22, 2005 at 16:10:10 +1100, Sam Watkins wrote: > > There is one pornographic comic among them (Sexy Losers), which a lot of > > people would find offensive, perhaps we should not include the module > > for that one in Debian. > Ya know, many of the web browsers in Debian can access

Re: [Pre-RFA] Intending to drop twenty-some packages

2005-01-22 Thread Gunnar Wolf
Dirk Eddelbuettel dijo [Sat, Jan 15, 2005 at 11:51:20AM -0600]: > (...) > * the Perl "spreadsheet" complex: > - spreadsheet-writeexcel > - spreadsheet-parseexcel (2 old open bugs, forwarded ages ago) > - ole-storage-lite > - dbd-excel (1 old open bug, forwarded) I can take this three, as

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Martin Orr
On Sat, Jan 22, 2005 at 11:31:54AM +, Martin Kittel wrote: > > > I still don't like this as the only solution, because by default it > > > will break the running setup of people still using 2.4 > > > kernels. They'll get the update installed and the package is > > > broken. > > > > No. They'll

Dependencies on kernel-image-x.y [was: NPTL support in kernel 2.4 series]

2005-01-22 Thread Martin Kittel
Hi, I would like to have some clarification on whether it is sensible to declare a package dependency on kernel-image-x.y (e.g. kernel-image-2.6, _not_ a full kernel version kernel-image-x.y.z) In the thread mentioned in the subject I was told by several developers that it does not make sense t

Re: RFS: dosage -- powerful webcomic downloader / archiver

2005-01-22 Thread Tristan Seligmann
On Sat, Jan 22, 2005 at 16:10:10 +1100, Sam Watkins wrote: > There is one pornographic comic among them (Sexy Losers), which a lot of > people would find offensive, perhaps we should not include the module > for that one in Debian. (moving this to debian-devel, M-F-T set appropriately) Quite a la

Re: Is Daniel Lutz MIA?

2005-01-22 Thread Jeroen van Wolffelaar
On Fri, Jan 21, 2005 at 08:52:29PM +, Chuan-kai Lin wrote: > Hi all, > > Does anyone know the status of Daniel Lutz? I had mailed him a while > ago asking if he needs any help with the synergy package; the last > upload of the package was 14 months ago, with quite a few bugs open > that had n

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Thaddeus H. Black
Martin Kittel writes, > Still, judging from everything I read so far, it seems that I am the only one > with such a strict view of dependency handling, so if nobody comes up with > support for my point of view, I will not add the dependency but go for the > debconf solution instead. For what it m

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Josselin Mouette
Le samedi 22 janvier 2005 à 00:38 -0800, Steve Langasek a écrit : > Depends enforce that the depended-upon package is installed on the system -- > meaning that it's unpacked and configured. It can *not* ensure that a > particular kernel is running on the system. > > Furthermore, it is *not* requi

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Martin Kittel
Andreas Metzler downhill.at.eu.org> writes: > > Then one might wonder what is the use of a general "Provides: > > kernel-image-xy" if one is not to use it. > > No idea. > Then why not remove them since they are prone to generate confusion (as it seems they did in my case)? > > > OTOH anybody i

Re: Is Daniel Lutz MIA?

2005-01-22 Thread Kevin Mark
On Sat, Jan 22, 2005 at 12:56:23AM -0800, Don Armstrong wrote: > On Sat, 22 Jan 2005, Kevin Mark wrote: > > It seems some developers dont know the status of other developers, > > at least some of the time, as this and other messages I have read > > from time to time. Is there some status page for D

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Andreas Metzler
On 2005-01-22 Martin Kittel <[EMAIL PROTECTED]> wrote: > Andreas Metzler downhill.at.eu.org> writes: > > For the whole time I have been using Debian it has been accepted and > > supported practice to _not_ use kernel-package but "make install" for > > the kernel. Installing kernel's as .deb has al

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Martin Kittel
Andreas Metzler downhill.at.eu.org> writes: > > For the whole time I have been using Debian it has been accepted and > supported practice to _not_ use kernel-package but "make install" for > the kernel. Installing kernel's as .deb has always been optional. > > On a freshly installed Debian syste

Re: Release update: kde3.3, upload targets, kernels, infrastructure

2005-01-22 Thread Steve Langasek
On Sat, Jan 22, 2005 at 01:27:59PM +0900, Kenshi Muto wrote: > Release-update of this month sounds really nice for me :-) > At Fri, 21 Jan 2005 20:11:03 -0800, > Steve Langasek wrote: > > Many of these security bugs have been fixed in unstable, and are just > > waiting to propagate to testing -- l

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Florian Weimer
* Kurt Roeckx: > What is the problem with linuxthread? Are there some problems > linuxthreads cause that go away when using NPTL? LinuxThreads is pretty far away from POSIX compliance, and its mutexes cannot be shared across address spaces (which is a major problem for Berkeley DB, which therefo

Re: Is Daniel Lutz MIA?

2005-01-22 Thread Don Armstrong
On Sat, 22 Jan 2005, Kevin Mark wrote: > It seems some developers dont know the status of other developers, > at least some of the time, as this and other messages I have read > from time to time. Is there some status page for DD? This information is already tracked, actually. See: http://www.de

Re: LVM packages up for adoption

2005-01-22 Thread Bastian Blank
On Tue, Jan 18, 2005 at 03:46:18PM +, Tim Cutts wrote: > >I'm interrested onm co-maintaining lvm2 and device-mapper. > As am I - we use these heavily on some fairly serious kit at work, so I > can justify the time... co-maintaining sounds like a sensible thing to > do. Okay, I requested a pr

Re: Is Daniel Lutz MIA?

2005-01-22 Thread Andreas Metzler
On 2005-01-22 Kevin Mark <[EMAIL PROTECTED]> wrote: [...] > It seems some developers dont know the status of other developers, at > least some of the time, as this and other messages I have read from time > to time. Is there some status page for DD? Yes. http://db.debian.org/. > Maybe something t

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Bastian Blank
On Sat, Jan 22, 2005 at 09:45:50AM +0100, Andreas Metzler wrote: > [1] Except for acouple of kernel-modules packages, which depend on a > specific kernel compiled with specific options selected. And mol which depends against the kernel modules which depends against the kernel. Bastian --

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Andreas Metzler
On 2005-01-22 Martin Kittel <[EMAIL PROTECTED]> wrote: > I am still favouring the solution using "Depends" and scripts to > detect whether you are running the right kernel. > First, I think "Depends" is what should be done because that's what > package management systems are about in the first pla

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Steve Langasek
On Sat, Jan 22, 2005 at 08:19:33AM +, Martin Kittel wrote: > I am still favouring the solution using "Depends" and scripts to detect > whether > you are running the right kernel. Depends enforce that the depended-upon package is installed on the system -- meaning that it's unpacked and config

Re: Is Daniel Lutz MIA?

2005-01-22 Thread Kevin Mark
On Fri, Jan 21, 2005 at 08:52:29PM +, Chuan-kai Lin wrote: > Hi all, > > Does anyone know the status of Daniel Lutz? I had mailed him a while > ago asking if he needs any help with the synergy package; the last > upload of the package was 14 months ago, with quite a few bugs open > that had n

Re: NPTL support in 2.4 kernel series?

2005-01-22 Thread Martin Kittel
Hi, I am still favouring the solution using "Depends" and scripts to detect whether you are running the right kernel. First, I think "Depends" is what should be done because that's what package management systems are about in the first place: declaring what you need to have to be able to run some