summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ec46ffc..93f1ff8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
mailscripts (0.16-1~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports.
+ * Drop python3-pgpy build-dep and override_dh_auto_test to do nothing.
- -- Sean Whitton <spwhitton@spwhitton.name> Wed, 04 Dec 2019 07:38:17 -0700
+ -- Sean Whitton <spwhitton@spwhitton.name> Wed, 04 Dec 2019 07:43:21 -0700
mailscripts (0.16-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 3de5b11..d4ed7d3 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,6 @@ Build-Depends:
perl,
python3 <!nocheck>,
python3-argcomplete,
- python3-pgpy <!nocheck>,
Vcs-Git: https://git.spwhitton.name/mailscripts
Vcs-Browser: https://git.spwhitton.name/mailscripts
diff --git a/debian/rules b/debian/rules
index 6d50bf4..d4a0329 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,5 @@
%:
dh $@ --with elpa --with bash-completion
+
+override_dh_auto_test: