Re: dh_movefiles : SOLVED

2002-01-19 Thread Torsten Landschoff
On Thu, Jan 17, 2002 at 08:35:14AM -0500, christophe barbé wrote: Shame on me. I was trying to do each setep manually from a fresh fakerooted shell. Then my DH_COMPAT was not set. Please explain why DH_COMPAT was not set? It should be set by the debian/rules Makefile not before you run

Re: dh_movefiles : SOLVED

2002-01-19 Thread Torsten Landschoff
On Thu, Jan 17, 2002 at 08:35:14AM -0500, christophe barbé wrote: Shame on me. I was trying to do each setep manually from a fresh fakerooted shell. Then my DH_COMPAT was not set. Please explain why DH_COMPAT was not set? It should be set by the debian/rules Makefile not before you run debuild

Re: dh_movefiles : SOLVED

2002-01-19 Thread christophe barbé
? It should be set by the Because I was calling dh_movefiles from a shell (each step manually). debian/rules Makefile not before you run debuild or whatever. Otherwise it will default to DH_COMPAT=1 (as happened to you obviously) and building your package will fail on all autobuilders

Re: dh_movefiles

2002-01-17 Thread Julian Gilbey
On Wed, Jan 16, 2002 at 11:19:27PM -0500, christophe barb? wrote: I'm trying to use dh_movefiles to fill a package-dev directory but something change and I don't understand what is expected from me. # dh_movefiles dh_movefiles: I was asked to move files from debian/tmp to debian/tmp

Re: dh_movefiles

2002-01-17 Thread christophe barb
On Thu, Jan 17, 2002 at 10:59:12AM +, Julian Gilbey wrote: On Wed, Jan 16, 2002 at 11:19:27PM -0500, christophe barb? wrote: I'm trying to use dh_movefiles to fill a package-dev directory but something change and I don't understand what is expected from me. # dh_movefiles

Re: dh_movefiles : SOLVED

2002-01-17 Thread christophe barb
trying to use dh_movefiles to fill a package-dev directory but something change and I don't understand what is expected from me. # dh_movefiles dh_movefiles: I was asked to move files from debian/tmp to debian/tmp. Perhaps you should set DH_COMPAT=2? I've tried several thing like

Re: dh_movefiles

2002-01-17 Thread Julian Gilbey
On Wed, Jan 16, 2002 at 11:19:27PM -0500, christophe barb? wrote: I'm trying to use dh_movefiles to fill a package-dev directory but something change and I don't understand what is expected from me. # dh_movefiles dh_movefiles: I was asked to move files from debian/tmp to debian/tmp

Re: dh_movefiles

2002-01-17 Thread christophe barbé
On Thu, Jan 17, 2002 at 10:59:12AM +, Julian Gilbey wrote: On Wed, Jan 16, 2002 at 11:19:27PM -0500, christophe barb? wrote: I'm trying to use dh_movefiles to fill a package-dev directory but something change and I don't understand what is expected from me. # dh_movefiles

Re: dh_movefiles : SOLVED

2002-01-17 Thread christophe barbé
to use dh_movefiles to fill a package-dev directory but something change and I don't understand what is expected from me. # dh_movefiles dh_movefiles: I was asked to move files from debian/tmp to debian/tmp. Perhaps you should set DH_COMPAT=2? I've tried several thing like

dh_movefiles

2002-01-16 Thread christophe barb
I'm trying to use dh_movefiles to fill a package-dev directory but something change and I don't understand what is expected from me. # dh_movefiles dh_movefiles: I was asked to move files from debian/tmp to debian/tmp. Perhaps you should set DH_COMPAT=2? I've tried several thing like

dh_movefiles

2002-01-16 Thread christophe barbé
I'm trying to use dh_movefiles to fill a package-dev directory but something change and I don't understand what is expected from me. # dh_movefiles dh_movefiles: I was asked to move files from debian/tmp to debian/tmp. Perhaps you should set DH_COMPAT=2? I've tried several thing like

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Alwyn Schoeman
`/home/noel/deb/drac-1.11' install -c -o bin -g bin -m 0755 rpc.dracd /home/noel/deb/drac-1.11/debian/drac/usr/sbin make[1]: Leaving directory `/home/noel/deb/drac-1.11' dh_movefiles dh_movefiles: debian/tmp does not exist. make: *** [install] Error 1 some lines from debian/rules: export

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Joey Hess
Noel Koethe wrote: Ahh, ok. So its a little problem with dh_movefiles which wants to move from debian/tmp by default and/or ignores my export DH_COMPAT=3 in debian/rules. man dh_movefiles (see NOTES) -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Noel Koethe
DESTDIR=`pwd`/debian/drac make[1]: Entering directory `/home/noel/deb/drac-1.11' install -c -o bin -g bin -m 0755 rpc.dracd /home/noel/deb/drac-1.11/debian/drac/usr/sbin make[1]: Leaving directory `/home/noel/deb/drac-1.11' dh_movefiles dh_movefiles: debian/tmp does not exist. make: *** [install] Error

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Alwyn Schoeman
`/home/noel/deb/drac-1.11' install -c -o bin -g bin -m 0755 rpc.dracd /home/noel/deb/drac-1.11/debian/drac/usr/sbin make[1]: Leaving directory `/home/noel/deb/drac-1.11' dh_movefiles dh_movefiles: debian/tmp does not exist. make: *** [install] Error 1 some lines from debian/rules: export

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Noel Koethe
On Fri, 25 May 2001, Alwyn Schoeman wrote: Hello, This is actually similar to what I was experiencing. If you want to use debian/tmp you'll have to add -Pdebian/tmp to all dh_* functions that creates or install files Hmm, I don't want it but dh_movefiles wants debian/tmp I want to use

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Daniel Stone
Hmm, I don't want it but dh_movefiles wants debian/tmp I want to use the standard. So this is a general problem or just my? The new standard (with debhelper v3) is debian/package name, not debian/tmp. So, in this case, you'd use debian/drac everywhere, instead of debian/tmp. Hope this helps

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Noel Koethe
On Sat, 26 May 2001, Daniel Stone wrote: Hello, This is actually similar to what I was experiencing. If you want to use debian/tmp you'll have to add -Pdebian/tmp to all dh_* functions that creates or install files Hmm, I don't want it but dh_movefiles wants debian/tmp

Re: problem with dpkg-buildpackage -rfakeroot / dh_movefiles: debian/tmp does not exist.

2001-05-25 Thread Joey Hess
Noel Koethe wrote: Ahh, ok. So its a little problem with dh_movefiles which wants to move from debian/tmp by default and/or ignores my export DH_COMPAT=3 in debian/rules. man dh_movefiles (see NOTES) -- see shy jo

dh_movefiles

2000-05-09 Thread Peter S Galbraith
Trying my first multi-package using slink's debhelper (it's an unofficial package, and I'm still using slink on production so...) and I have an easy question regarding dh_movefiles. In order to move an HTML tree into the gre-doc package, the file debian/gre-doc.files has: usr/doc/gre/html

Re: dh_movefiles

2000-05-09 Thread Josip Rodin
On Tue, May 09, 2000 at 03:16:04PM -0400, Peter S Galbraith wrote: Files get moved from: ./debian/tmp/usr/doc/gre/html [1] to ./debian/gre-doc/usr/doc/gre/html But how do I tell dh_movefiles to move them instead to: ./debian/gre-doc/usr/doc/gre-doc/html I think there's no way to do

Re: dh_movefiles

2000-05-09 Thread Brian May
Peter == Peter S Galbraith [EMAIL PROTECTED] writes: Peter Currently, I'm doing: dh_movefiles (cd Peter ./debian/gre-doc/usr/doc/ ; mv gre gre-doc) But that Peter defeats the purpose of using dh_movefiles. I would use dh_installdocs to install it directly from the source directory

Re: dh_movefiles fails

2000-02-03 Thread Simon Richter
On Wed, 2 Feb 2000, Simon Richter wrote: I'm currently trying to debianize a small server/library/client tool suite I'm developing for the ACPI4Linux project. I followed the steps in [...] Stupid me, I've found it. I deleted the acpitools-doc.docs file that dh-make installed and got it