Skip to content

Instantly share code, notes, and snippets.

@roflmao
Created March 13, 2013 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roflmao/5150510 to your computer and use it in GitHub Desktop.
Save roflmao/5150510 to your computer and use it in GitHub Desktop.
Trying to build awesant from last master with debuild.
root@wheezybuild64:~/hest/awesant# debuild -us -uc
This package has a Debian revision number but there does not seem to be
an appropriate original tar file or .orig directory in the parent directory;
(expected one of awesant_0.7.orig.tar.gz, awesant_0.7.orig.tar.bz2,
awesant_0.7.orig.tar.lzma, awesant_0.7.orig.tar.xz or awesant.orig)
continue anyway? (y/n) y
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: source package awesant
dpkg-buildpackage: source version 0.7-1
dpkg-buildpackage: source changed by Jonny Schulz <js@bloonix.de>
dpkg-source --before-build awesant
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
make[1]: Entering directory `/root/hest/awesant'
Makefile:3: Makefile.config: No such file or directory
make[1]: *** No rule to make target `Makefile.config'. Stop.
make[1]: Leaving directory `/root/hest/awesant'
make: *** [clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
debuild: fatal error at line 1357:
dpkg-buildpackage -rfakeroot -D -us -uc failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment