summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-12-07 11:04:04 -0700
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-01-07 19:34:47 +0000
commit5d1a2cbf998e2c03d0a074e3700fc560b600d1c4 (patch)
tree10c7804964fd906cc401c964ec19cb337b7e7af9 /debian
parent4fd797fa40bcd85060673cd07bd2249fdcf4fecc (diff)
changelog: Document using dpkg-source to build source packages
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> Acked-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bc7ab02..21c9adc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
dgit (4.2~) experimental; urgency=medium
- New feature [Sean Whitton]:
+ 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.