chiark / gitweb /
Run debian/rules debian/tests/control
[dgit.git] / debian / changelog
index 5c9b4f90ccc181665b0b507e348665477709ef44..bd5ab63e2cfe8b4fcb3167ffe26a9ce25e905e5d 100644 (file)
@@ -45,6 +45,28 @@ dgit (1.1~~) unstable; urgency=low
   * Make configuration able to prevent dpkg-mergechangelogs setup.
   * Provide dgit setup-new-tree (like dpkg-setup-mergechangelogs
     but only does it if not disabled in config).
+  * Set up git user.email and user.name from distro access config
+    or DEBEMAIL/DEBFULLNAME.  Closes:#793410.
+  * Work around curl -sS -I printing `HTTP/1.0 200 Connection established'
+    before the actual header, so dgit works with https_proxy set (!)
+  * When key to use not specified any other way, use the debian/changelog
+    trailer line.  Closes:#793423.
+  * Honour --git= (mostly).
+  * 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).
 
  --