waimea: new sponsor / upload needed
Hello I am currently the maintainer of the Debian waimea package. There are currently 3 bugs filed against waimea at the moment. I have a new package available that resolves all 3 bugs. The problem is I have lost my sponsor some time ago. I am looking for a) a new sponsor, b) someone to look over this package and upload it for me. My new package can be found at http://jay.skabber.com/debian/ Thank you -- Jay Graves [EMAIL PROTECTED] http://jay.skabber.com/
waimea: new sponsor / upload needed
Hello I am currently the maintainer of the Debian waimea package. There are currently 3 bugs filed against waimea at the moment. I have a new package available that resolves all 3 bugs. The problem is I have lost my sponsor some time ago. I am looking for a) a new sponsor, b) someone to look over this package and upload it for me. My new package can be found at http://jay.skabber.com/debian/ Thank you -- Jay Graves [EMAIL PROTECTED] http://jay.skabber.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Sponsor request for waimea and wampager
Hello I have packaged two programs waimea http://130.239.134.83/waimea/index.html and wampager (available from the same site. I was hoping to find a Sponsor/Mentor for these packages and to start me on my Debian Developer Application. I have read the Social Contract and the New Maintainers Guide. I am in the process of reading the Developers Reference and the Debian Package Manual. I have yet to have my key signed, anyone in the Boulder, CO. area that can help me with that please contact me Both packages are available at http://jay.skabber.com/debian/ -- Jay Graves [EMAIL PROTECTED] jay.skabber.com O__ _/`.\ `=( ' my gpg key is available at http://jay.skabber.com/JayGraves.key signature.asc Description: This is a digitally signed message part
lintian errors in my waimea package
Hello I have actively been trying to package the waimea window manager to be sponsored. There was an error in the 0.3.3 upstream code that has been fixed in the cvs branch. I have made a new package against the cvs branch and put it at http://jay.skabber.com/debian/. However I get these two lintian erros. W: waimea: prerm-does-not-remove-usr-doc-link W: waimea: postinst-does-not-set-usr-doc-link with lintian -i I get a bit more info W: waimea: prerm-does-not-remove-usr-doc-link N: N: The technical committee chose the symlink transition method to move N: from FSSTND to FHS. This transition involves setting the link in the N: postinst script and removing it in the prerm script. Here is an N: example (/bin/sh): N:if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/pkg ]; then N: rm -f /usr/doc/pkg N:fi N: The test for this is not perfect. If you are setting the link, please N: send the line of code to us so we can improve the test. N: W: waimea: postinst-does-not-set-usr-doc-link N: N: The technical committee chose the symlink transition method to move N: from FSSTND to FHS. This transition involves setting the link in the N: postinst script and removing it in the prerm script. Here is an N: example (/bin/sh): N:if [ "$1" = "configure" ]; then N: if [ -d /usr/doc -a ! -e /usr/doc/pkg -a -d /usr/share/doc/pkg ]; then N: ln -sf ../share/doc/pkg /usr/doc/pkg N: fi N:fi N: The test for this is not perfect. If you are setting the link, please N: send the line of code to us so we can improve the test. N: I am really not quite sure what to do here and I would really appreciate some guidance. Thanks -- Jay Graves [EMAIL PROTECTED] jay.skabber.com O__ _/`.\ `=( ' my gpg key is available at http://jay.skabber.com/JayGraves.key msg07000/pgp0.pgp Description: PGP signature
dpkg-buildpackage problem
Hello I am trying to package a program that installs some data files in to /etc/X11/packageName However when I run the dpkg-buildpackage -rfakeroot the process fails when it actually tries to install the files to /etc/X11/packageName Shouldn't install the files to debian/packageName/etc/X11/packageName ? I am not sure what other info may help. The Makefile specifies datadir = /etc/X11 TIA -- Jay Graves [EMAIL PROTECTED] jay.skabber.com O__ _/`.\ `=( ' msg07463/pgp0.pgp Description: PGP signature
Re: dpkg-buildpackage problem
> It's possible that the Makefile doesn't support DESTDIR, or that you're > not using it right. > debian/rules should have something like this: > make install DESTDIR=$(CURDIR)/debian/tmp well my debian rules looks like this ./configure (lots of stuff here) --datadir=/etc/X11 and the install block has this line $(MAKE) install prefix=$(CURDIR)/deban/packageName/usr everything installs into debian/packageName fine if I don't specify the --datadir in the configure, but once I do it tries to install files to /etc/X11 I tried also adding the your DESTDIR, but that didn't seem to produce any results. Thanks -- Jay Graves [EMAIL PROTECTED] jay.skabber.com O__ _/`.\ `=( ' msg07466/pgp0.pgp Description: PGP signature
Re: dpkg-buildpackage problem
I after some thinking and tweaking I finally came up with this ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/ --mandir=\$${prefix}usr/share/man --i nfodir=\$${prefix}usr/share/info --datadir=\$${prefix}etc/X11 --exec-prefix=\$${prefix}/usr My problem was that I needed to install the binary to /usr/bin and the data to /etc/X11. I couldn't do this with prefix set to /usr. So I set the prefix to / and set the --datadir and --exec-prefix to what I needed. Everything worked great after that. Thanks for all your help. I now have a much better understanding of how this all works, that I wouldn't have if everything just worked out of the box. -- Jay Graves [EMAIL PROTECTED] jay.skabber.com O__ _/`.\ `=( ' msg07570/pgp0.pgp Description: PGP signature
Sponsor request for waimea and wampager
Hello I have packaged two programs waimea http://130.239.134.83/waimea/index.html and wampager (available from the same site. I was hoping to find a Sponsor/Mentor for these packages and to start me on my Debian Developer Application. I have read the Social Contract and the New Maintainers Guide. I am in the process of reading the Developers Reference and the Debian Package Manual. I have yet to have my key signed, anyone in the Boulder, CO. area that can help me with that please contact me Both packages are available at http://jay.skabber.com/debian/ -- Jay Graves [EMAIL PROTECTED] jay.skabber.com O__ _/`.\ `=( ' my gpg key is available at http://jay.skabber.com/JayGraves.key signature.asc Description: This is a digitally signed message part
lintian errors in my waimea package
Hello I have actively been trying to package the waimea window manager to be sponsored. There was an error in the 0.3.3 upstream code that has been fixed in the cvs branch. I have made a new package against the cvs branch and put it at http://jay.skabber.com/debian/. However I get these two lintian erros. W: waimea: prerm-does-not-remove-usr-doc-link W: waimea: postinst-does-not-set-usr-doc-link with lintian -i I get a bit more info W: waimea: prerm-does-not-remove-usr-doc-link N: N: The technical committee chose the symlink transition method to move N: from FSSTND to FHS. This transition involves setting the link in the N: postinst script and removing it in the prerm script. Here is an N: example (/bin/sh): N:if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/pkg ]; then N: rm -f /usr/doc/pkg N:fi N: The test for this is not perfect. If you are setting the link, please N: send the line of code to us so we can improve the test. N: W: waimea: postinst-does-not-set-usr-doc-link N: N: The technical committee chose the symlink transition method to move N: from FSSTND to FHS. This transition involves setting the link in the N: postinst script and removing it in the prerm script. Here is an N: example (/bin/sh): N:if [ "$1" = "configure" ]; then N: if [ -d /usr/doc -a ! -e /usr/doc/pkg -a -d /usr/share/doc/pkg ]; then N: ln -sf ../share/doc/pkg /usr/doc/pkg N: fi N:fi N: The test for this is not perfect. If you are setting the link, please N: send the line of code to us so we can improve the test. N: I am really not quite sure what to do here and I would really appreciate some guidance. Thanks -- Jay Graves [EMAIL PROTECTED] jay.skabber.com O__ _/`.\ `=( ' my gpg key is available at http://jay.skabber.com/JayGraves.key pgpwH2Qv3nPu4.pgp Description: PGP signature
dpkg-buildpackage problem
Hello I am trying to package a program that installs some data files in to /etc/X11/packageName However when I run the dpkg-buildpackage -rfakeroot the process fails when it actually tries to install the files to /etc/X11/packageName Shouldn't install the files to debian/packageName/etc/X11/packageName ? I am not sure what other info may help. The Makefile specifies datadir = /etc/X11 TIA -- Jay Graves [EMAIL PROTECTED] jay.skabber.com O__ _/`.\ `=( ' pgpg9RLYWgrpn.pgp Description: PGP signature
Re: dpkg-buildpackage problem
> It's possible that the Makefile doesn't support DESTDIR, or that you're > not using it right. > debian/rules should have something like this: > make install DESTDIR=$(CURDIR)/debian/tmp well my debian rules looks like this ./configure (lots of stuff here) --datadir=/etc/X11 and the install block has this line $(MAKE) install prefix=$(CURDIR)/deban/packageName/usr everything installs into debian/packageName fine if I don't specify the --datadir in the configure, but once I do it tries to install files to /etc/X11 I tried also adding the your DESTDIR, but that didn't seem to produce any results. Thanks -- Jay Graves [EMAIL PROTECTED] jay.skabber.com O__ _/`.\ `=( ' pgpmUWv5eDVKE.pgp Description: PGP signature
Re: dpkg-buildpackage problem
I after some thinking and tweaking I finally came up with this ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/ --mandir=\$${prefix}usr/share/man --i nfodir=\$${prefix}usr/share/info --datadir=\$${prefix}etc/X11 --exec-prefix=\$${prefix}/usr My problem was that I needed to install the binary to /usr/bin and the data to /etc/X11. I couldn't do this with prefix set to /usr. So I set the prefix to / and set the --datadir and --exec-prefix to what I needed. Everything worked great after that. Thanks for all your help. I now have a much better understanding of how this all works, that I wouldn't have if everything just worked out of the box. -- Jay Graves [EMAIL PROTECTED] jay.skabber.com O__ _/`.\ `=( ' pgpF3esurdwUK.pgp Description: PGP signature
waimea NMU request
Hello I am the package maintainer for the waimea window manager. I am in the NM cue but my sponsor for waimea has been having some personal issues and has not had the time to upload the latest waimea package. There is a grave bug filed against waimea that is now 102 days old http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=waimea&archive=no that my latest package fixes. Does anyone have the time to give my package a quick look and upload it to main? The package is available at http://jay.skabber.com/debian/ Thank you. -- Jay Graves [EMAIL PROTECTED] jay.skabber.com O__ _/`.\ `=( ' pgpzYpTUJ9ywu.pgp Description: PGP signature
Re: waimea NMU request
Thanks a ton for doing this. I now see the waimea_0.4.0-3 package in unstable. On Tue, Apr 15, 2003 at 03:05:45PM +1000, Matthew Palmer wrote: > On Mon, 14 Apr 2003, Jay Graves wrote: > > > Does anyone have the time to give my package a quick look and upload it > > to main? > > > > The package is available at http://jay.skabber.com/debian/ > > I'm going to have a look at it, on the basis that this is a bugfix special > only. > > > -- > Matthew Palmer, Debian Developer > [EMAIL PROTECTED] http://www.debian.org > -- Jay Graves [EMAIL PROTECTED] jay.skabber.com O__ _/`.\ `=( ' pgp0mjKdvCPkV.pgp Description: PGP signature