Re: How to mantain a package... easily

2003-03-15 Thread Matt Zimmerman
On Wed, Mar 12, 2003 at 09:53:37AM +0100, Jaime Robles wrote: ?Is there any way to avoid checking all the files in /debian and editing the Makefiles and so on every time the sources are updated? apt-get install cvs-buildpackage -- - mdz -- To UNSUBSCRIBE, email to [EMAIL

Re: Really strange : my package doesn't compile from source.

2003-03-15 Thread Matt Zimmerman
On Wed, Mar 12, 2003 at 10:15:17PM -0500, Jean-Michel Kelbert wrote: /bin/sh /tmp/k3b-0.8.1/admin/missing --run automake-1.6 --foreign ./Makefile Don't let configure run autoconf, automake, etc. Use AM_MAINTAINER_MODE. cd . perl admin/am_edit Makefile.in cd . /bin/sh

RFS: PySol packages

2003-03-15 Thread Alexander Nofftz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Folks! I just finished my first Debian packages: pysol_4.81-1_all.deb pysol-sounds_4.81-1_all.deb pysol-cardsets_4.40-2_all.deb http://server.alexnofftz.de/~alex/pysol/ Now I need a sponsor to check and (hopefully) upload them. Note:

Re: RFS: PySol packages

2003-03-15 Thread Alexander Nofftz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Am Samstag, 15. März 2003 16:26 schrieb Alexander Nofftz: I just finished my first Debian packages: pysol_4.81-1_all.deb pysol-sounds_4.81-1_all.deb pysol-cardsets_4.40-2_all.deb The PySol sound server 3.00 is also ready:

Closing bugs in unreleased packages?

2003-03-15 Thread Bob Proulx
The released version of Debian is 'stable. Why are bug reports closed against 'sid'? Shouldn't bug reports be closed only in released versions of Debian? What am I missing? Requesting education. http://www.debian.org/doc/developers-reference/ch-pkgs.en.html#s-bug-handling 5.8.4 When

Re: Closing bugs in unreleased packages?

2003-03-15 Thread Kalle Kivimaa
[EMAIL PROTECTED] (Bob Proulx) writes: The released version of Debian is 'stable. Why are bug reports closed against 'sid'? Shouldn't bug reports be closed only in released versions of Debian? What am I missing? Requesting education. Actually I've marked two bugs in one of my packages as

Installing writable configuration files for an Apache module.

2003-03-15 Thread Steve Kemp
Hi, I've just finished creating and testing a new package, libapache-mod-virgule, this is the module which is behind the Advogato.org website. The module uses a set of .xml files for it's configuration, and for storing user login details - and I'm a little unsure as to where they should

Help with RC bugs

2003-03-15 Thread Leo \Costela\ Antunes
Hi I'm having some problems with two RC bugs in my packages, I'd like to see if any mentor can help me out... FIRST (#184121): is it OK to declare an explicit dependency on libsigc++-dev if my dev package includes files from it? (I'm guessing it is, by documentation, but something doesn't look

Re: Closing bugs in unreleased packages?

2003-03-15 Thread Simon Richter
Bob, I am assuming here that accepted into the Debian archive refers to 'sid' in this case. Therefore all bugs are closed when the package is in 'sid' even though this fix may never reach 'stable'. A user of the released Debian may never see the fix. No. For each bug, you will have to

Re: Installing writable configuration files for an Apache module.

2003-03-15 Thread Kalle Kivimaa
Steve Kemp [EMAIL PROTECTED] writes: Currently I create a directory '/var/lib/mod-virgule' and place them there. However I do there could be a better location to use and I'm open to suggestions. Are the files purely written by Apache or are they configuration files? If the latter, then I

Re: Installing writable configuration files for an Apache module.

2003-03-15 Thread Steve Kemp
On Sun, Mar 16, 2003 at 12:07:12AM +0200, Kalle Kivimaa wrote: Are the files purely written by Apache or are they configuration files? If the latter, then I think they should reside in /etc. Otherwise I think /var/lib is the correct place for them. Both unfortunately. There's a couple of

Re: Help with RC bugs

2003-03-15 Thread Graham Wilson
On Sat, Mar 15, 2003 at 06:48:55PM -0300, Leo Costela Antunes wrote: SECOND (#184431): what's the best practice with packages that have a *-gnome (1.2) version that requires applet support? Now that gnome 1.2 support is gone for the panel and applets in unstable, should I just stop uploading

Re: Installing writable configuration files for an Apache module.

2003-03-15 Thread Graham Wilson
On Sat, Mar 15, 2003 at 11:04:15PM +, Steve Kemp wrote: On Sun, Mar 16, 2003 at 12:07:12AM +0200, Kalle Kivimaa wrote: Are the files purely written by Apache or are they configuration files? If the latter, then I think they should reside in /etc. Otherwise I think /var/lib is the

Re: Closing bugs in unreleased packages?

2003-03-15 Thread Colin Watson
On Sat, Mar 15, 2003 at 11:06:03AM -0700, Bob Proulx wrote: The released version of Debian is 'stable. Why are bug reports closed against 'sid'? Shouldn't bug reports be closed only in released versions of Debian? What am I missing? Requesting education. Because we don't yet have proper

Tracing forked processes with Anjuta/KDevelop

2003-03-15 Thread S Yuval
I've been trying to trace through a simple TCP wrote I wrote based on explanations in Richard Stevens' Unix Network Programming. The program behaves normally, but I can't trace into the forked process. Anjuta simply ignores its existance and KDevelop crashes. Any suggestions? main.c Description:

Re: How to mantain a package... easily

2003-03-15 Thread Matt Zimmerman
On Wed, Mar 12, 2003 at 09:53:37AM +0100, Jaime Robles wrote: ?Is there any way to avoid checking all the files in /debian and editing the Makefiles and so on every time the sources are updated? apt-get install cvs-buildpackage -- - mdz

Re: Really strange : my package doesn't compile from source.

2003-03-15 Thread Matt Zimmerman
On Wed, Mar 12, 2003 at 10:15:17PM -0500, Jean-Michel Kelbert wrote: /bin/sh /tmp/k3b-0.8.1/admin/missing --run automake-1.6 --foreign ./Makefile Don't let configure run autoconf, automake, etc. Use AM_MAINTAINER_MODE. cd . perl admin/am_edit Makefile.in cd . /bin/sh

RFS: PySol packages

2003-03-15 Thread Alexander Nofftz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Folks! I just finished my first Debian packages: pysol_4.81-1_all.deb pysol-sounds_4.81-1_all.deb pysol-cardsets_4.40-2_all.deb http://server.alexnofftz.de/~alex/pysol/ Now I need a sponsor to check and (hopefully) upload them. Note:

Re: RFS: PySol packages

2003-03-15 Thread Alexander Nofftz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Am Samstag, 15. März 2003 16:26 schrieb Alexander Nofftz: I just finished my first Debian packages: pysol_4.81-1_all.deb pysol-sounds_4.81-1_all.deb pysol-cardsets_4.40-2_all.deb The PySol sound server 3.00 is also ready:

Closing bugs in unreleased packages?

2003-03-15 Thread Bob Proulx
The released version of Debian is 'stable. Why are bug reports closed against 'sid'? Shouldn't bug reports be closed only in released versions of Debian? What am I missing? Requesting education. http://www.debian.org/doc/developers-reference/ch-pkgs.en.html#s-bug-handling 5.8.4 When

Re: Closing bugs in unreleased packages?

2003-03-15 Thread Kalle Kivimaa
[EMAIL PROTECTED] (Bob Proulx) writes: The released version of Debian is 'stable. Why are bug reports closed against 'sid'? Shouldn't bug reports be closed only in released versions of Debian? What am I missing? Requesting education. Actually I've marked two bugs in one of my packages as

Installing writable configuration files for an Apache module.

2003-03-15 Thread Steve Kemp
Hi, I've just finished creating and testing a new package, libapache-mod-virgule, this is the module which is behind the Advogato.org website. The module uses a set of .xml files for it's configuration, and for storing user login details - and I'm a little unsure as to where they should

Help with RC bugs

2003-03-15 Thread Leo \Costela\ Antunes
Hi I'm having some problems with two RC bugs in my packages, I'd like to see if any mentor can help me out... FIRST (#184121): is it OK to declare an explicit dependency on libsigc++-dev if my dev package includes files from it? (I'm guessing it is, by documentation, but something doesn't look

Re: Closing bugs in unreleased packages?

2003-03-15 Thread Simon Richter
Bob, I am assuming here that accepted into the Debian archive refers to 'sid' in this case. Therefore all bugs are closed when the package is in 'sid' even though this fix may never reach 'stable'. A user of the released Debian may never see the fix. No. For each bug, you will have to

Re: Installing writable configuration files for an Apache module.

2003-03-15 Thread Kalle Kivimaa
Steve Kemp [EMAIL PROTECTED] writes: Currently I create a directory '/var/lib/mod-virgule' and place them there. However I do there could be a better location to use and I'm open to suggestions. Are the files purely written by Apache or are they configuration files? If the latter, then I

Re: Installing writable configuration files for an Apache module.

2003-03-15 Thread Steve Kemp
On Sun, Mar 16, 2003 at 12:07:12AM +0200, Kalle Kivimaa wrote: Are the files purely written by Apache or are they configuration files? If the latter, then I think they should reside in /etc. Otherwise I think /var/lib is the correct place for them. Both unfortunately. There's a couple of

Re: Help with RC bugs

2003-03-15 Thread Graham Wilson
On Sat, Mar 15, 2003 at 06:48:55PM -0300, Leo Costela Antunes wrote: SECOND (#184431): what's the best practice with packages that have a *-gnome (1.2) version that requires applet support? Now that gnome 1.2 support is gone for the panel and applets in unstable, should I just stop uploading

Re: Installing writable configuration files for an Apache module.

2003-03-15 Thread Graham Wilson
On Sat, Mar 15, 2003 at 11:04:15PM +, Steve Kemp wrote: On Sun, Mar 16, 2003 at 12:07:12AM +0200, Kalle Kivimaa wrote: Are the files purely written by Apache or are they configuration files? If the latter, then I think they should reside in /etc. Otherwise I think /var/lib is the

Re: Closing bugs in unreleased packages?

2003-03-15 Thread Colin Watson
On Sat, Mar 15, 2003 at 11:06:03AM -0700, Bob Proulx wrote: The released version of Debian is 'stable. Why are bug reports closed against 'sid'? Shouldn't bug reports be closed only in released versions of Debian? What am I missing? Requesting education. Because we don't yet have proper

Tracing forked processes with Anjuta/KDevelop

2003-03-15 Thread S Yuval
I've been trying to trace through a simple TCP wrote I wrote based on explanations in Richard Stevens' Unix Network Programming. The program behaves normally, but I can't trace into the forked process. Anjuta simply ignores its existance and KDevelop crashes. Any suggestions? main.c Description: