Skip to content

Instantly share code, notes, and snippets.

@kohsuke
Created October 29, 2013 03:50
Show Gist options
  • Save kohsuke/7208938 to your computer and use it in GitHub Desktop.
Save kohsuke/7208938 to your computer and use it in GitHub Desktop.
% debuild -us -uc -B
dpkg-buildpackage -rfakeroot -D -us -uc -B
dpkg-buildpackage: source package jenkins
dpkg-buildpackage: source version 1.536
dpkg-buildpackage: source changed by Kohsuke Kawaguchi <kk@kohsuke.org>
dpkg-source --before-build debian
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_testdir
dh_auto_clean
dh_clean
debian/rules build
dh build
dh_testdir
dh_auto_configure
dh_auto_build
dh_auto_test
fakeroot debian/rules binary-arch
dh binary-arch
dpkg-genchanges -B >../jenkins_1.536_amd64.changes
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: error: cannot read files list file: No such file or directory
dpkg-buildpackage: error: dpkg-genchanges gave error exit status 2
debuild: fatal error at line 1350:
dpkg-buildpackage -rfakeroot -D -us -uc -B failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment