summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-10 09:51:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-01-10 09:51:56 -0700
commitb60e355cfc0dcce54d9434985d38ba61ee84462e (patch)
treee770c9be2ec423ecfbc06b61abca451604e7d38f
parentb50ca3fffded9b1c8dc888d1fc08625aa6a3c665 (diff)
use git-deborig(1)
Will be present in upcoming devscripts release.
-rw-r--r--debian/changelog1
-rwxr-xr-xdh-make-elpa4
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f173f4d..cec3751 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ dh-make-elpa (0.7.0) UNRELEASED; urgency=medium
* Always inform the user when we fall back to using a single binary package.
* Inform the user if we fail to determine the short or long description.
* Replace "." in source package names with "-".
+ * In the quick start guide, replace gbp with a call to git-deborig(1).
-- Sean Whitton <spwhitton@spwhitton.name> Sat, 29 Oct 2016 15:51:02 -0700
diff --git a/dh-make-elpa b/dh-make-elpa
index f9aeb91..c0a9af4 100755
--- a/dh-make-elpa
+++ b/dh-make-elpa
@@ -46,7 +46,9 @@ directory before uploading
% git add debian && git commit -m "initial Debianisation"
-% gbp buildpackage -us -uc # generates an orig tarball
+% git deborig
+
+% dpkg-buildpackage -us -uc
=back