summaryrefslogtreecommitdiff
path: root/debian/README.source
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-05 16:58:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-05 16:58:44 -0700
commitea3ca98f4b1b174f67e69eeb67acb1861d7206db (patch)
tree9a0921c000e1535f1473fcb0d3abc6046b64fa52 /debian/README.source
parent1b987d3544612da144ecfc5e246fc1a986dc1426 (diff)
update README.source
Diffstat (limited to 'debian/README.source')
-rw-r--r--debian/README.source7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/README.source b/debian/README.source
index 4e49e9c3..ecea5c2a 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -7,9 +7,12 @@ upstream's X changelog entry, dpkg-genchanges thinks that this is a
revision and we don't need to include the upstream tarball in the
upload.
+This also confuses dgit: it will pass -v to dpkg-buildpackage such
+that upstream's changelog entry is included in the .changes file.
+
To deal with this, pass -sa to dpkg-buildpackage. If using dgit, the
magic incantation is:
- dgit --ch:-sa [s]build
+ dgit --ch:-sa -v_ [s]build
- -- Sean Whitton <spwhitton@spwhitton.name>, Thu, 23 Jun 2016 17:23:30 +0900
+ -- Sean Whitton <spwhitton@spwhitton.name>, Mon, 5 Sep 2016 16:58:09 -0700