summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-02-13 23:27:01 +0000
committerColin Watson <cjwatson@debian.org>2022-02-13 23:27:01 +0000
commitc053f99cd93cee4159936273e64663378e61f72c (patch)
treeddd513d86e6e4b38bc27c7da35795415486147a4
parent740d48493f3add42a4218d86b85200a4d4185183 (diff)
Simplify debian/rules using dh-sequence-{elpa,vim-addon}
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 3b9434b..a382155 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+password-store (1.7.4-5) UNRELEASED; urgency=medium
+
+ * Simplify debian/rules using dh-sequence-{elpa,vim-addon}.
+
+ -- Colin Watson <cjwatson@debian.org> Wed, 29 Dec 2021 02:34:59 +0000
+
password-store (1.7.4-4) unstable; urgency=medium
* Upgrade to debhelper v13.
diff --git a/debian/control b/debian/control
index 9d56462..fee9f30 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Section: admin
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper-compat (= 13),
- dh-elpa,
- dh-vim-addon,
+ dh-sequence-elpa,
+ dh-sequence-vim-addon,
git,
gnupg,
tree,
diff --git a/debian/rules b/debian/rules
index 78cc2d6..6920439 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh $@ --with elpa,vim_addon
+ dh $@
override_dh_auto_test:
set -e; \