PGI (piggy)

2003-01-15 Thread Dan Peterson
Has anyone on the list used PGI before? I'm running into some issues and was wondering if anyone here might be able to help. Thanks in advance, Dan __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

pgi help needed

2003-01-14 Thread Dan Peterson
Hi there, I'm using pgi (piggy) to attempt to build my own Debian iso, but I'm running into some problems. Initially, I thought this was related to the build being run on a 'stable' box seeing as how pgi's only available in unstable. So I went through the whole process on a machine running 'unst

Re: Help building debs

2003-01-03 Thread Dan Peterson
On Fri, 2003-01-03 at 16:01, Colin Watson wrote: > > 'make clean' deletes Makefile, not really debuild. > You need to arrange that the 'build' target in > debian/rules runs 'perl Makefile.PL' before running > 'make'. I put 'perl Makefile.PL' at the top of debian/rules (e.g. before '#!/usr/bin/make

Help building debs

2003-01-03 Thread Dan Peterson
Hi, I'm having some trouble building debs of DBI-1.21. I untar the tarball, do a 'perl Makefile.PL' to get the Makefile ready, but when I run 'debuild', it seems to blow away the Makefile and then complains that it can't continue as that file doesn't exist! # ls -l Makefile -rw-r--r--1 root