summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-07-08 15:57:17 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-07-08 15:57:17 +0100
commitbc64af281146e080f3d7f4095ac39daf7f368321 (patch)
tree61c8814ab4a431ce5dcc3fc8437a317ead322939
parentbb0737d6ee84f5dc15c04895f5a2dfdcf2f36537 (diff)
Revert "Drop Built-Using because §7.8 of Policy says that it is not needed"
This reverts commit 45616a193d146d59a81aa90dfd988c215ef19706. It is fine to keep ${misc:Depends} in Built-Using, as debhelper will populate it only when needed.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 1180f7a..a13d49b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,6 @@ dash-el (2.14.1+dfsg-2) UNRELEASED; urgency=medium
* Update Maintainer team name and email address.
* Lowercase short Description.
* Declare Standards-Version: 4.1.4.
- - Drop Built-Using because §7.8 of Policy says that it is not needed
- for this package, and because dh-elpa no longer populates it.
- debian/copyright: Use secure URL.
* Drop trailing slash from Vcs link.
diff --git a/debian/control b/debian/control
index 33039da..d8e372c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Package: dash-el
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, elpa-dash, elpa-dash-functional
+Built-Using: ${misc:Built-Using}
Description: transitional dummy package for elpa-dash
This transitional package is safe to remove.
@@ -22,6 +23,7 @@ Depends: ${misc:Depends}, ${elpa:Depends}, emacsen-common (>= 2.0.8)
Replaces: dash-el (<< 2.13.0+dfsg-1)
Breaks: dash-el (<< 2.13.0+dfsg-1)
Provides: dash-el
+Built-Using: ${misc:Built-Using}
Description: modern list manipulation library for Emacs
dash.el is API library to manipulate a list by Emacs Lisp.
This library offers very common feature in other programming languages