chiark / gitweb /
changelog: start 7.1~
[dgit.git] / tests / lib-build-modes
index 3bb1bf3f8d5f7e3fd4682c07704ec38d922bff86..dbceb42e8089eb28e2cb0810f39565d8d27e3c20 100644 (file)
@@ -14,6 +14,7 @@ END
 
 bm-prep () {
        t-tstunt-parsechangelog
+       t-tstunt dpkg-deb
 
        t-prep-newpackage example 1.0
 
@@ -250,3 +251,7 @@ bm-act-iterate () {
        done
        : bm-act-iterate done.
 }
+
+bm-buildproductsdir-nonworking () {
+       t-git-config dgit.default.build-products-dir ../bpd-dummy
+}