From: Quentin Smith Date: Sat, 15 Oct 2011 22:34:01 +0000 (-0400) Subject: Properly invoke SbuildHack X-Git-Tag: 0.1.14~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/commitdiff_plain/03c325c9835bbb97440398ab0dc20373f48db33d Properly invoke SbuildHack --- diff --git a/debian/changelog b/debian/changelog index 9cca0a8..22acb3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-dev (0.1.13) unstable; urgency=low + + * Properly invoke SbuildHack + + -- Quentin Smith Sat, 15 Oct 2011 18:33:53 -0400 + invirt-dev (0.1.12) unstable; urgency=low * Add submodules to the superrepo if a package has never been built diff --git a/invirtibuilder b/invirtibuilder index 3df3539..527695a 100755 --- a/invirtibuilder +++ b/invirtibuilder @@ -132,7 +132,7 @@ def sbuild(package, ref, distro, arch, workdir, arch_all=False): env['NMUTAG'] = nmutag # Run sbuild with a hack in place to append arbitrary versions - args = ['perl', '-I/usr/share/invirt-dev', + args = ['perl', '-I/usr/share/invirt-dev', '-MSbuildHack', '/usr/bin/sbuild', '--binNMU=171717', '--make-binNMU=Build with sbuild', '-v', '-d', distro, '--arch', arch]