Properly invoke SbuildHack
authorQuentin Smith <quentin@mit.edu>
Sat, 15 Oct 2011 22:34:01 +0000 (18:34 -0400)
committerQuentin Smith <quentin@mit.edu>
Sat, 15 Oct 2011 22:34:01 +0000 (18:34 -0400)
debian/changelog
invirtibuilder

index 9cca0a8..22acb3f 100644 (file)
@@ -1,3 +1,9 @@
+invirt-dev (0.1.13) unstable; urgency=low
+
+  * Properly invoke SbuildHack
+
+ -- Quentin Smith <quentin@mit.edu>  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
index 3df3539..527695a 100755 (executable)
@@ -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]