Re: Problem with dpkg-buildpackage

2008-10-03 Thread Jann Horn
Am Freitag, den 03.10.2008, 23:45 +1000 schrieb Ben Finney: > Jann Horn <[EMAIL PROTECTED]> writes: > > > I changed the rules, you're right. I did so because of this report: > > Your package does not seem to be lintian clean. > > 'lintian' is a tool to verify if source package cont

Re: Problem with dpkg-buildpackage

2008-10-03 Thread Ben Finney
Jann Horn <[EMAIL PROTECTED]> writes: > I changed the rules, you're right. I did so because of this report: > Your package does not seem to be lintian clean. > 'lintian' is a tool to verify if source package contain obvious > packaging errors. These warnings/errors were fou

Re: Problem with dpkg-buildpackage

2008-10-03 Thread Jann Horn
Am Freitag, den 03.10.2008, 20:02 +0800 schrieb Paul Wise: > On Sat, Oct 4, 2008 at 1:35 AM, Jann Horn <[EMAIL PROTECTED]> wrote: > > >dpkg-genchanges: failure: cannot read files list file: No such > >file or directory > > H. > > Can you paste the binary-indep/binary-arch tar

Re: Problem with dpkg-buildpackage

2008-10-03 Thread Paul Wise
On Fri, Oct 3, 2008 at 8:02 PM, Paul Wise <[EMAIL PROTECTED]> wrote: > Can you paste the binary-indep/binary-arch targets of your debian/rules file? Perhaps you are missing a call to dpkg-gencontrol/dh_gencontrol? -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to [EMA

Re: Problem with dpkg-buildpackage

2008-10-03 Thread Paul Wise
On Sat, Oct 4, 2008 at 1:35 AM, Jann Horn <[EMAIL PROTECTED]> wrote: >dpkg-genchanges: failure: cannot read files list file: No such >file or directory H. Can you paste the binary-indep/binary-arch targets of your debian/rules file? -- bye, pabs http://wiki.debian.org/Paul

Re: Problem with dpkg-buildpackage

2008-10-03 Thread Jann Horn
Am Freitag, den 03.10.2008, 19:35 +0800 schrieb Paul Wise: > On Sat, Oct 4, 2008 at 1:16 AM, Jann Horn <[EMAIL PROTECTED]> wrote: > > > i've got a problem with dpkg-buildpackage and get the following error > > when I start it (sorry, it's German): > > Please run this: > > export LANG=C > > Then

Re: Problem with dpkg-buildpackage

2008-10-03 Thread Paul Wise
On Sat, Oct 4, 2008 at 1:16 AM, Jann Horn <[EMAIL PROTECTED]> wrote: > i've got a problem with dpkg-buildpackage and get the following error > when I start it (sorry, it's German): Please run this: export LANG=C Then rerun the command and paste the english output. -- bye, pabs http://wiki.de

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

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 wan

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

2001-05-25 Thread Daniel Stone
On Fri, May 25, 2001 at 02:41:34PM +0200, Noel Koethe wrote: > 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 insta

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 of "unsu

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 deb

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 u

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

2001-05-25 Thread Alwyn Schoeman
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 On Friday 25 May 2001 14:24, Noel Koethe wrote: > Hello, > > this is my first package from scratch and I have a problem.:( >

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

2001-05-25 Thread Daniel Stone
On Fri, May 25, 2001 at 02:41:34PM +0200, Noel Koethe wrote: > 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 f

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

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

2001-05-25 Thread Alwyn Schoeman
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 On Friday 25 May 2001 14:24, Noel Koethe wrote: > Hello, > > this is my first package from scratch and I have a problem.:(