Skip to content

Instantly share code, notes, and snippets.

Created April 15, 2015 01:29
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 anonymous/43f3f966d4f4bba89391 to your computer and use it in GitHub Desktop.
Save anonymous/43f3f966d4f4bba89391 to your computer and use it in GitHub Desktop.
root@debian:/pkg-pcapfix# ls -l
total 68
drwxr-xr-x 5 root root 4096 Apr 15 01:14 debian
-rw-r--r-- 1 root root 14776 Aug 31 2014 pcapfix_1.1.0-1.debian.tar.xz
-rw-r--r-- 1 root root 1809 Aug 31 2014 pcapfix_1.1.0-1.dsc
-rw-r--r-- 1 root root 41557 Aug 31 2014 pcapfix_1.1.0.orig.tar.gz
root@debian:/pkg-pcapfix# debuild
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 pcapfix_1.1.0.orig.tar.gz, pcapfix_1.1.0.orig.tar.bz2,
pcapfix_1.1.0.orig.tar.lzma, pcapfix_1.1.0.orig.tar.xz or pkg-pcapfix.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 pcapfix
dpkg-buildpackage: source version 1.1.0-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Joao Eriberto Mota Filho <eriberto@debian.org>
dpkg-source --before-build pkg-pcapfix
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh clean --parallel
dh_testdir -O--parallel
dh_auto_clean -O--parallel
dh_clean -O--parallel
dpkg-source -b pkg-pcapfix
dpkg-source: error: can't build with source format '3.0 (quilt)': no upstream tarball found at ../pcapfix_1.1.0.orig.tar.{bz2,gz,lzma,xz}
dpkg-buildpackage: error: dpkg-source -b pkg-pcapfix gave error exit status 255
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc failed
root@debian:/pkg-pcapfix#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment