Re: Request for a sponsor (clisp)

2002-03-17 Thread mdanish
On Sun, Mar 17, 2002 at 10:13:32PM +0900, Oohara Yuuma wrote: > On Fri, 15 Mar 2002 23:17:20 +, > Will Newton <[EMAIL PROTECTED]> wrote: > > A program I use (GNU Common Lisp) is currently orphaned (#123279) and has a > > couple of RC bugs to it's name. I would like to adopt this package and al

Re: Request for a sponsor (clisp)

2002-03-17 Thread mdanish
On Sun, Mar 17, 2002 at 10:13:32PM +0900, Oohara Yuuma wrote: > On Fri, 15 Mar 2002 23:17:20 +, > Will Newton <[EMAIL PROTECTED]> wrote: > > A program I use (GNU Common Lisp) is currently orphaned (#123279) and has a > > couple of RC bugs to it's name. I would like to adopt this package and a

Re: overwriting files

2001-10-11 Thread mdanish
On Thu, Oct 11, 2001 at 07:56:04PM -0300, Gustavo Noronha Silva wrote: > > > > > Unpacking cursorsmall (from cursorsmall_1-1_i386.deb) ... > > dpkg: error processing cursorsmall_1-1_i386.deb (--install): > > trying to overwrite `/usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz', w

Re: overwriting files

2001-10-11 Thread mdanish
On Thu, Oct 11, 2001 at 07:56:04PM -0300, Gustavo Noronha Silva wrote: > > > > > Unpacking cursorsmall (from cursorsmall_1-1_i386.deb) ... > > dpkg: error processing cursorsmall_1-1_i386.deb (--install): > > trying to overwrite `/usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz',

Re: unofficial apt source setup

2001-10-07 Thread mdanish
On Sun, Oct 07, 2001 at 03:26:17PM -0500, Warren Turkal wrote: > Where do I find some info on setting up an unofficial apt source? > Warren Read about the 'apt-ftparchive' program, specifically the 'packages' and 'sources' options to it. -- ;

Re: unofficial apt source setup

2001-10-07 Thread mdanish
On Sun, Oct 07, 2001 at 03:26:17PM -0500, Warren Turkal wrote: > Where do I find some info on setting up an unofficial apt source? > Warren Read about the 'apt-ftparchive' program, specifically the 'packages' and 'sources' options to it. --

Re: Lost sources.list - can it be recovered?

2001-09-10 Thread mdanish
On Mon, Sep 10, 2001 at 09:24:42PM -0600, Neil Glenn wrote: > I thought I had built up a nice sources.list over the months. I went for > the draw, but too quickly shot myself in the foot. Ouch! Now I have no > sources.list file. (And I was not practising safe computing - no > backup!) > > Is there

Re: Lost sources.list - can it be recovered?

2001-09-10 Thread mdanish
On Mon, Sep 10, 2001 at 09:24:42PM -0600, Neil Glenn wrote: > I thought I had built up a nice sources.list over the months. I went for > the draw, but too quickly shot myself in the foot. Ouch! Now I have no > sources.list file. (And I was not practising safe computing - no > backup!) > > Is ther

Re: dpkg-scanpackages problem

2001-08-27 Thread mdanish
You should delete the old .debs and only leave the most current versions in the archive, if I recall correctly. On Mon, Aug 27, 2001 at 07:26:51PM +, Hereward Cooper wrote: > Hi, > > I'm managed to generate a Packages.gz file for my two packages, > but recentlly (last couple of hours) when I

Re: dpkg-scanpackages problem

2001-08-27 Thread mdanish
You should delete the old .debs and only leave the most current versions in the archive, if I recall correctly. On Mon, Aug 27, 2001 at 07:26:51PM +, Hereward Cooper wrote: > Hi, > > I'm managed to generate a Packages.gz file for my two packages, > but recentlly (last couple of hours) when I

splitting upstream source (was Re: multiple source files)

2001-08-07 Thread mdanish
This thread reminded me of a question I've been wondering about: What if you have some upstream source that would be better built if it was split into two source packages one of which build-depended on the other one's binary package? How should one put the location of the upstream tarball in the c

splitting upstream source (was Re: multiple source files)

2001-08-07 Thread mdanish
This thread reminded me of a question I've been wondering about: What if you have some upstream source that would be better built if it was split into two source packages one of which build-depended on the other one's binary package? How should one put the location of the upstream tarball in the

Re: Makefile.in

2001-07-08 Thread mdanish
Use the --prefix=/usr option to ./configure Then when running 'make install' do this instead: 'make install prefix=/path/to/temporary/directory' On Sun, Jul 08, 2001 at 06:39:22PM +0200, Robert Millan wrote: > Hello, > > I'm modifiing a Makefile.in to got rid of the "/usr/local" but i have some

Re: missing file in my package

2001-07-08 Thread mdanish
I just wanted to contribute a note: instead of alien'ing your package to get a listing of it's contents, use the 'dpkg -c' command on your deb. On Sun, Jul 08, 2001 at 02:13:31PM +0200, Robert Millan wrote: > Hello, > > I'm having some trouble in packaging a program called "esms". It only > cons

Re: Makefile.in

2001-07-08 Thread mdanish
Use the --prefix=/usr option to ./configure Then when running 'make install' do this instead: 'make install prefix=/path/to/temporary/directory' On Sun, Jul 08, 2001 at 06:39:22PM +0200, Robert Millan wrote: > Hello, > > I'm modifiing a Makefile.in to got rid of the "/usr/local" but i have some

Re: missing file in my package

2001-07-08 Thread mdanish
I just wanted to contribute a note: instead of alien'ing your package to get a listing of it's contents, use the 'dpkg -c' command on your deb. On Sun, Jul 08, 2001 at 02:13:31PM +0200, Robert Millan wrote: > Hello, > > I'm having some trouble in packaging a program called "esms". It only consis

Re: library soversion

2001-06-13 Thread mdanish
Please read the libtool info files. Library versions != Source versions. Library versions are dependent on binary-compatibility, or should be, and this is fully documented in the package 'libtool-doc' in the section on Versioning. And then forward the information to upstream so that they know, as

Re: library soversion

2001-06-13 Thread mdanish
Please read the libtool info files. Library versions != Source versions. Library versions are dependent on binary-compatibility, or should be, and this is fully documented in the package 'libtool-doc' in the section on Versioning. And then forward the information to upstream so that they know, a

Re: I made xpringies as debian package

2001-05-29 Thread mdanish
Just as a small correction, if he wants to prepare the package himself, then he should file an ITP (Intent to Package) rather than an RFP (Request for Package). On Wed, May 30, 2001 at 04:41:56AM +0200, [EMAIL PROTECTED] wrote: > Thanks for your interest in Debian. > > I downloaded your files but

Re: I made xpringies as debian package

2001-05-29 Thread mdanish
Just as a small correction, if he wants to prepare the package himself, then he should file an ITP (Intent to Package) rather than an RFP (Request for Package). On Wed, May 30, 2001 at 04:41:56AM +0200, [EMAIL PROTECTED] wrote: > Thanks for your interest in Debian. > > I downloaded your files bu

a few more questions

2001-05-27 Thread mdanish
This time about syslog-facility: How am I supposed to know what facility my program is using, during the purge? The conffiles have been removed, so what's left? A debconf variable? Secondly, what is the proper mechanism to ensure that sysklogd has loaded the new configuration? Just /etc/init.d

syslog-facility and logrotate

2001-05-27 Thread mdanish
I was looking through logrotate configuration files /etc/logrotate.conf and /etc/logrotate.d/ and noticed that there is no entry for rotating arbitrary files in /var/log... yet they appear to be rotated regardless. Why is this, and do I need to throw a file in to /etc/logrotate.d/ if my program wri

a few more questions

2001-05-27 Thread mdanish
This time about syslog-facility: How am I supposed to know what facility my program is using, during the purge? The conffiles have been removed, so what's left? A debconf variable? Secondly, what is the proper mechanism to ensure that sysklogd has loaded the new configuration? Just /etc/init.

syslog-facility and logrotate

2001-05-27 Thread mdanish
I was looking through logrotate configuration files /etc/logrotate.conf and /etc/logrotate.d/ and noticed that there is no entry for rotating arbitrary files in /var/log... yet they appear to be rotated regardless. Why is this, and do I need to throw a file in to /etc/logrotate.d/ if my program wr

Re: Questions about library names

2001-04-30 Thread mdanish
You might want to refer to the libtool-doc package: 'info libtool' and go to the Menu node on Versioning. That is the source of the message you quoted and it contains more information as well. On Mon, Apr 30, 2001 at 10:35:12AM -0400, [EMAIL PROTECTED] wrote: > > Yes, but now I have another ques

Re: Questions about library names

2001-04-30 Thread mdanish
You might want to refer to the libtool-doc package: 'info libtool' and go to the Menu node on Versioning. That is the source of the message you quoted and it contains more information as well. On Mon, Apr 30, 2001 at 10:35:12AM -0400, [EMAIL PROTECTED] wrote: > > Yes, but now I have another que

Re: libtool headaches

2001-04-28 Thread mdanish
Libtool does things a bit differently. I'm going to quote some from the 'libtool-doc' info file in Node: Versioning. ('info libtool' and either pick it from the menu or type 'g Versioning'). "*_Never_* try to set the interface numbers so that they correspond to the release number of your package

Re: libtool headaches

2001-04-28 Thread mdanish
Libtool does things a bit differently. I'm going to quote some from the 'libtool-doc' info file in Node: Versioning. ('info libtool' and either pick it from the menu or type 'g Versioning'). "*_Never_* try to set the interface numbers so that they correspond to the release number of your packag

Bigloo and libgc5

2001-02-24 Thread mdanish
I am creating a new package for bigloo, a Scheme compiler, version 2.2b. It depends on a version of libgc, previously (in version 2.0e) this was libgc4. I have recently adopted this package, and in looking over the previous maintainer's work, I noticed that bigloo includes the source code to libgc

Bigloo and libgc5

2001-02-24 Thread mdanish
I am creating a new package for bigloo, a Scheme compiler, version 2.2b. It depends on a version of libgc, previously (in version 2.0e) this was libgc4. I have recently adopted this package, and in looking over the previous maintainer's work, I noticed that bigloo includes the source code to libg