summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2019-09-02 14:15:12 -0300
committerDavid Bremner <bremner@debian.org>2019-09-02 14:15:12 -0300
commita5ebbbc4a7fd9999055dc3a9c761183fa9b2ba84 (patch)
treec6a6301d13bdfc16a9a9c631da41ced79b3a2475 /debian
parentdf5ebea83106bb6133b3d3bba068c4e645b0a04b (diff)
fix errors discovered by lintian
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index c25da5a..fe16fd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
dh-elpa (2.0) experimental; urgency=medium
- * move bulk of maintainer scripts to a helper package that can be updated (Closes: #935766).
+ * move bulk of maintainer scripts to a helper package that
+ can be updated (Closes: #935766).
* add binary package dh-elpa-helper
* add dependency on dh-elpa-helper packages built with dh_elpa
* stop embedding version in dh_elpa, elpa.pm
diff --git a/debian/control b/debian/control
index e6517f9..ab6d978 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Description: Debian helper tools for packaging emacs lisp extensions
Package: dh-elpa-helper
Architecture: all
Depends: ${misc:Depends}
-Description:
+Description: helper package for emacs lisp extensions
This package provides the helper scripts needed by packages built
with dh-elpa (>= 2.0). This allows dh-elpa using binary packages to
receive bug fixes without rebuilding.