Package: dpkg-dev
Version: 1.14.7
Severity: normal
Tags: dpkg-buildpackage

As the subject says:

[EMAIL PROTECTED]:~/test/foo-deb$ cat debian/rules
#!/usr/bin/make -f

build:
        echo $$DEB_BUILD_OPTIONS
        echo $(DEB_BUILD_OPTIONS)

binary binary-arch binary-indep clean:
[EMAIL PROTECTED]:~/test/foo-deb$ dpkg-buildpackage -b -uc -j3
dpkg-buildpackage: source package foo
dpkg-buildpackage: source version 0.1
dpkg-buildpackage: source changed by Daniel Schepler <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
make: Nothing to be done for `clean'.
 debian/rules build
echo $DEB_BUILD_OPTIONS

echo

 fakeroot debian/rules binary
make: Nothing to be done for `binary'.
 dpkg-genchanges -b >../foo_0.1_amd64.changes
dpkg-genchanges: failure: cannot read files list file: No such file or directory
dpkg-buildpackage: failure: dpkg-genchanges gave error exit status 2
-- 
Daniel Schepler



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to