summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2019-09-02 12:06:46 -0300
committerDavid Bremner <bremner@debian.org>2019-09-02 12:06:46 -0300
commitf37b03503507f3b0c57247c61d2c4c803be09c66 (patch)
treebf7721979749a82d8b4c934113dc54492610ec92 /debian/control
parent5cf31bfea2c7567939ddc65db23188942e7521e6 (diff)
initial attempt at moving maint scripts into helper package
This commit is a bit bug, but at least it is atomic.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index b7d1a46..e6517f9 100644
--- a/debian/control
+++ b/debian/control
@@ -28,3 +28,11 @@ Depends:
Description: Debian helper tools for packaging emacs lisp extensions
This package provides a helper for packaging emacs lisp extensions
in a way compatible with the GNU Emacs 'elpa' package repository.
+
+Package: dh-elpa-helper
+Architecture: all
+Depends: ${misc:Depends}
+Description:
+ 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.