From 03c325c9835bbb97440398ab0dc20373f48db33d Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Sat, 15 Oct 2011 18:34:01 -0400 Subject: [PATCH] Properly invoke SbuildHack --- debian/changelog | 6 ++++++ invirtibuilder | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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] -- 1.7.9.5