chiark / gitweb /
changelog: Set distribution to unstable
[dgit.git] / debian / changelog
index bc7ab020a835847f2757c14fe67d0ed316812f72..a3347a0279e47e1a0ab5d345a5d88eceabc3b0dc 100644 (file)
@@ -1,7 +1,14 @@
-dgit (4.2~) experimental; urgency=medium
+dgit (4.2~) unstable; urgency=medium
 
-  New feature [Sean Whitton]:
+  * Upload dgit 4.x series to unstable.
+
+  New features [Sean Whitton]:
   * New 'push-source' subcommand for source-only uploads.  Closes:#848931
+  * When dgit builds a source package, such as in the 'build-source'
+    subcommand, it now bypasses dpkg-buildpackage and invokes dpkg-source
+    directly.  This avoids a _source.buildinfo file in the .changes, which
+    doesn't make sense when using dgit.  See
+    <https://lists.debian.org/debian-dpkg/2017/06/msg00005.html>.
 
   Documentation improvements:
   * dgit(1): Add a bit more rationale (polemic, even).  Closes:#874221.