summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-11 08:31:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-01-11 08:31:17 -0700
commiteb47d51aa8ac81a5721b064104b51c6a38b585a6 (patch)
tree36fa0ba31b303a3cc90227b49840928c57b63cc0
parent8f3f2c90b5a524bd3deb09119fbce580f78755f1 (diff)
recommend devscripts for git-deborig
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 22ebfb5..bba0bc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ dh-make-elpa (0.7.0) UNRELEASED; urgency=medium
* Generate "Testsuite:" only if we detect ERT or Buttercup tests.
Previously it was unconditionally generated.
* In the quick start guide, replace gbp with a call to git-deborig(1).
+ - dh-make-elpa now Recommends: devscripts
* Slightly improve the filtering of long description lines.
* Generate "Enhances: emacs25".
diff --git a/debian/control b/debian/control
index e506545..d3eed51 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,8 @@ Depends:
libtrycatch-perl,
${misc:Depends},
${perl:Depends},
+Recommends:
+ devscripts
Description: helper for creating Debian packages from ELPA packages
dh-make-elpa will try to create the files required to build a Debian
source package from an unpacked GNU Emacs ELPA package. The source