Re: Debhelper files w/ meta values

2002-10-19 Thread Junichi Uekawa
On Fri, 18 Oct 2002 12:29:34 -0600 Joel Baker [EMAIL PROTECTED] wrote: You can use variables in debian/rules all right. Er. Because it's helpful? Being able to do dh_installdirs, dh_installlinks, dh_install (etc) and have the lists in sane files of only that is far easier to manage than

detecting an iso C99 environment

2002-10-19 Thread Warren Turkal
How do I detect an ISO C99 environment via C preproccessor directives? Warren -- Treasurer, GOLUM, Inc. http://www.golum.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: detecting an iso C99 environment

2002-10-19 Thread Aaron Isotton
Warren Turkal [EMAIL PROTECTED] writes: How do I detect an ISO C99 environment via C preproccessor directives? Warren In C99 __STDC_VERSION__ is defined as 199901L. Thus, something like this should work: #ifdef __STDC_VERSION__ #if (__STDC_VERSION__ == 199901L) /* okay */

build-deps non non-US does not implies archiving in non-US?

2002-10-19 Thread Francesco Paolo Lovergine
As I can read from policy 2.1.5: A package depends on another package which is distributed via the non-us server has to be stored on the non-us server as well. How this rule should be interpreted for Build-deps and Suggests? Can a non non-US pkg Build-dep on or Suggest a non-US pkg? My guess

gnometab debianized/looking for a sponsor

2002-10-19 Thread Joachim Breitner
Hi, I just finished my first debian package: gnometag (a Gnome2 editor for guitar tabs). You can find it here: http://joachimbreitner.dyndns.org/debian (I can put it on a real server it that would be of any use). I'd like to become a debian member since I run debian only by now, and I support

Sponsorship request: cupsys-pt

2002-10-19 Thread Andrew Lau
Hey everyone, Package: cupsys-pt Version: 1.0.2-1 Build-Depends: debhelper ( 3.0.0), libcupsys2-dev (= 1.1.4), libgtk1.2-dev (= 1.2.10) Description: GTK+ tool for viewing/managing print jobs in CUPS pt is a configurable printing tool written in C/GTK+ for viewing and managing print jobs of

Looking for a sponsor: ahtty

2002-10-19 Thread Roberto
Hello, I've made a package out of ah-tty, or _A Helpful Tty_, by Randall Maas. It's a small, very simple program that runs on top of a shell watching for input from the user. When the user writes something, it tries to guess the command and suggests the most useful options associated to that

Re: Sponsorship request: cupsys-pt

2002-10-19 Thread Sven Luther
On Sun, Oct 20, 2002 at 02:49:37AM +1000, Andrew Lau wrote: Hey everyone, Package: cupsys-pt Version: 1.0.2-1 Ok, i will look at the package and upload it. Friendly, Sven Luther -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: gnometab debianized/looking for a sponsor

2002-10-19 Thread Stefan Schwandter
Hello! Joachim Breitner wrote: I just finished my first debian package: gnometag (a Gnome2 editor for guitar tabs). You can find it here: http://joachimbreitner.dyndns.org/debian (I can put it on a real server it that would be of any use). The orig.tar.gz and the diff.gz seem to be

Re: Sponsorship request: cupsys-pt

2002-10-19 Thread Sven Luther
On Sat, Oct 19, 2002 at 07:09:04PM +0200, Sven Luther wrote: On Sun, Oct 20, 2002 at 02:49:37AM +1000, Andrew Lau wrote: Hey everyone, Package: cupsys-pt Version: 1.0.2-1 Ok, i will look at the package and upload it. Ok, package uploaded. Friendly, Sven Luther -- To UNSUBSCRIBE,

Request for Sponsor for Xeukleides/Xeuklides

2002-10-19 Thread sbt
Hi all, I am not yet a debian developer, although I would like to be. I have changed the title of the ITO bug against wnpp indicating my intention to package xeuklides, a program to draw Euclidean geometry figures. I have also repackaged xeukleides which provides, replaces and conflicts

Re: Request for Sponsor for Xeukleides/Xeuklides

2002-10-19 Thread Lukas Geyer
sbt [EMAIL PROTECTED] writes: I am not yet a debian developer, although I would like to be. Have you checked http://www.debian.org/devel/join/newmaint? It contains pointers on how to become a Debian developer. I have changed the title of the ITO bug against wnpp indicating my intention to

[debhelper style] install target

2002-10-19 Thread Bill Allombert
Hello Developers, dh_make produce a debian/rules that look like this (for a single binary package). build: dh_testdir clean: dh_testdir dh_testroot dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs binary:

Re: [debhelper style] install target

2002-10-19 Thread Lukas Geyer
Bill Allombert [EMAIL PROTECTED] writes: [ dh_make sample debian/rules file ] As you see, all the dh_install commands are in the binary target, so in fact 'install' do not fully install the package. I think it is better for 'install' to really install, so that we can make debian/rules

Re: [debhelper style] install target

2002-10-19 Thread Matt Zimmerman
On Sat, Oct 19, 2002 at 09:17:25PM +0200, Bill Allombert wrote: As you see, all the dh_install commands are in the binary target, so in fact 'install' do not fully install the package. I think it is better for 'install' to really install, so that we can make debian/rules install and look at

Re: Request for Sponsor for Xeukleides/Xeuklides

2002-10-19 Thread Lukas Geyer
sbt [EMAIL PROTECTED] writes: My packages are available in: http://www.ginkwunk.net/~sbt/dists/unstable/main/binary-i386/ I would greatly appreciate any help from a developer/potential sponsor who would look at may packages and provide constructive criticism. Please be gentle, I'm new at

Re: build-deps non non-US does not implies archiving in non-US?

2002-10-19 Thread Robert Bihlmeyer
Sven Luther [EMAIL PROTECTED] writes: All packages have to be buildable with the current release. And this does not include non-us if you happen to be in the us. Nope, you may freely download from non-us.debian.org, even if you're currently in the USofA. -- Robbe signature.ng Description:

Re: gnometab debianized/looking for a sponsor

2002-10-19 Thread Joachim Breitner
Hi, I probably moved the .diff.gz and the orig.tar.gz when I moved out my first version. Fixed it. (apt-get upgrade does not seem to work correctly with two versions of the same package in the same Packages.gz) I just got a reply from the upstream author. He seems to be happy about the package

Re: build-deps non non-US does not implies archiving in non-US?

2002-10-19 Thread Brian M. Carlson
On Sun, Oct 20, 2002 at 12:20:29AM +0200, Robert Bihlmeyer wrote: Sven Luther [EMAIL PROTECTED] writes: All packages have to be buildable with the current release. And this does not include non-us if you happen to be in the us. Nope, you may freely download from non-us.debian.org, even

detecting an iso C99 environment

2002-10-19 Thread Warren Turkal
How do I detect an ISO C99 environment via C preproccessor directives? Warren -- Treasurer, GOLUM, Inc. http://www.golum.org

Re: detecting an iso C99 environment

2002-10-19 Thread Aaron Isotton
Warren Turkal [EMAIL PROTECTED] writes: How do I detect an ISO C99 environment via C preproccessor directives? Warren In C99 __STDC_VERSION__ is defined as 199901L. Thus, something like this should work: #ifdef __STDC_VERSION__ #if (__STDC_VERSION__ == 199901L) /* okay */

build-deps non non-US does not implies archiving in non-US?

2002-10-19 Thread Francesco Paolo Lovergine
As I can read from policy 2.1.5: A package depends on another package which is distributed via the non-us server has to be stored on the non-us server as well. How this rule should be interpreted for Build-deps and Suggests? Can a non non-US pkg Build-dep on or Suggest a non-US pkg? My guess

gnometab debianized/looking for a sponsor

2002-10-19 Thread Joachim Breitner
Hi, I just finished my first debian package: gnometag (a Gnome2 editor for guitar tabs). You can find it here: http://joachimbreitner.dyndns.org/debian (I can put it on a real server it that would be of any use). I'd like to become a debian member since I run debian only by now, and I support

Re: build-deps non non-US does not implies archiving in non-US?

2002-10-19 Thread Sven Luther
On Sat, Oct 19, 2002 at 04:08:17PM +0200, Francesco Paolo Lovergine wrote: As I can read from policy 2.1.5: A package depends on another package which is distributed via the non-us server has to be stored on the non-us server as well. How this rule should be interpreted for Build-deps

Sponsorship request: cupsys-pt

2002-10-19 Thread Andrew Lau
Hey everyone, Package: cupsys-pt Version: 1.0.2-1 Build-Depends: debhelper ( 3.0.0), libcupsys2-dev (= 1.1.4), libgtk1.2-dev (= 1.2.10) Description: GTK+ tool for viewing/managing print jobs in CUPS pt is a configurable printing tool written in C/GTK+ for viewing and managing print jobs of

Looking for a sponsor: ahtty

2002-10-19 Thread Roberto
Hello, I've made a package out of ah-tty, or _A Helpful Tty_, by Randall Maas. It's a small, very simple program that runs on top of a shell watching for input from the user. When the user writes something, it tries to guess the command and suggests the most useful options associated to that

Re: Sponsorship request: cupsys-pt

2002-10-19 Thread Sven Luther
On Sun, Oct 20, 2002 at 02:49:37AM +1000, Andrew Lau wrote: Hey everyone, Package: cupsys-pt Version: 1.0.2-1 Ok, i will look at the package and upload it. Friendly, Sven Luther

Re: gnometab debianized/looking for a sponsor

2002-10-19 Thread Stefan Schwandter
Hello! Joachim Breitner wrote: I just finished my first debian package: gnometag (a Gnome2 editor for guitar tabs). You can find it here: http://joachimbreitner.dyndns.org/debian (I can put it on a real server it that would be of any use). The orig.tar.gz and the diff.gz seem to be

Re: Sponsorship request: cupsys-pt

2002-10-19 Thread Sven Luther
On Sat, Oct 19, 2002 at 07:09:04PM +0200, Sven Luther wrote: On Sun, Oct 20, 2002 at 02:49:37AM +1000, Andrew Lau wrote: Hey everyone, Package: cupsys-pt Version: 1.0.2-1 Ok, i will look at the package and upload it. Ok, package uploaded. Friendly, Sven Luther

Request for Sponsor for Xeukleides/Xeuklides

2002-10-19 Thread sbt
Hi all, I am not yet a debian developer, although I would like to be. I have changed the title of the ITO bug against wnpp indicating my intention to package xeuklides, a program to draw Euclidean geometry figures. I have also repackaged xeukleides which provides, replaces and conflicts

Re: Request for Sponsor for Xeukleides/Xeuklides

2002-10-19 Thread Lukas Geyer
sbt [EMAIL PROTECTED] writes: I am not yet a debian developer, although I would like to be. Have you checked http://www.debian.org/devel/join/newmaint? It contains pointers on how to become a Debian developer. I have changed the title of the ITO bug against wnpp indicating my intention to

[debhelper style] install target

2002-10-19 Thread Bill Allombert
Hello Developers, dh_make produce a debian/rules that look like this (for a single binary package). build: dh_testdir clean: dh_testdir dh_testroot dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs binary:

Re: [debhelper style] install target

2002-10-19 Thread Lukas Geyer
Bill Allombert [EMAIL PROTECTED] writes: [ dh_make sample debian/rules file ] As you see, all the dh_install commands are in the binary target, so in fact 'install' do not fully install the package. I think it is better for 'install' to really install, so that we can make debian/rules

Re: [debhelper style] install target

2002-10-19 Thread Matt Zimmerman
On Sat, Oct 19, 2002 at 09:17:25PM +0200, Bill Allombert wrote: As you see, all the dh_install commands are in the binary target, so in fact 'install' do not fully install the package. I think it is better for 'install' to really install, so that we can make debian/rules install and look at

Re: Request for Sponsor for Xeukleides/Xeuklides

2002-10-19 Thread Lukas Geyer
sbt [EMAIL PROTECTED] writes: My packages are available in: http://www.ginkwunk.net/~sbt/dists/unstable/main/binary-i386/ I would greatly appreciate any help from a developer/potential sponsor who would look at may packages and provide constructive criticism. Please be gentle, I'm new at

Re: build-deps non non-US does not implies archiving in non-US?

2002-10-19 Thread Robert Bihlmeyer
Sven Luther [EMAIL PROTECTED] writes: All packages have to be buildable with the current release. And this does not include non-us if you happen to be in the us. Nope, you may freely download from non-us.debian.org, even if you're currently in the USofA. -- Robbe signature.ng Description:

Re: gnometab debianized/looking for a sponsor

2002-10-19 Thread Joachim Breitner
Hi, I probably moved the .diff.gz and the orig.tar.gz when I moved out my first version. Fixed it. (apt-get upgrade does not seem to work correctly with two versions of the same package in the same Packages.gz) I just got a reply from the upstream author. He seems to be happy about the package

Re: build-deps non non-US does not implies archiving in non-US?

2002-10-19 Thread Brian M. Carlson
On Sun, Oct 20, 2002 at 12:20:29AM +0200, Robert Bihlmeyer wrote: Sven Luther [EMAIL PROTECTED] writes: All packages have to be buildable with the current release. And this does not include non-us if you happen to be in the us. Nope, you may freely download from non-us.debian.org, even

Re: Sponsorship request: cupsys-pt

2002-10-19 Thread Andrew Lau
On Sat, Oct 19, 2002 at 07:26:44PM +0200, Sven Luther wrote: On Sun, Oct 20, 2002 at 02:49:37AM +1000, Andrew Lau wrote: Hey everyone, Hello, please tell me why you needed to patch the config.guess and config.sub thingy ? Could the plain upstream provided ones not do the job ?