chiark / gitweb /
Run debian/rules debian/tests/control
[dgit.git] / debian / changelog
index bb95fec33622dc5a558685506a6357dea1ffe6fd..bd5ab63e2cfe8b4fcb3167ffe26a9ce25e905e5d 100644 (file)
@@ -55,6 +55,18 @@ dgit (1.1~~) unstable; urgency=low
   * Test suite: More automatic enumeration of tests.
   * Rename `git-build' operation to `gbp-build' to make it clearer what
     it's for.  Keep the old name as an alias.
+  * Show `dgit sbuild' in usage message.
+  * When we are using dpkg-buildpackage to clean before using it to also
+    do the build, let it do its cleaning thing as part of its run, rather
+    than running it twice.  When we are _not_ supposed to be using
+    dpkg-buildpackage to clean, but we are running it to do the build,
+    pass -nc.
+  * Also suppress spurious runs of the clean target when building using
+    git-buildpackage.
+  * Test suite: Provide tests which check that all our various build
+    operations run the right targets as expected (ie, that we are massaging
+    the arguments to dpkg-buildpackage, and suppressing our clean target,
+    etc., correctly).
 
  --