From 46cedb673ae6e63724d010d3fb6a47cc209502f5 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 4 Dec 2019 07:43:31 -0700 Subject: Drop python3-pgpy build-dep and override_dh_auto_test to do nothing python3-pgpy not available in buster. Signed-off-by: Sean Whitton --- debian/changelog | 3 ++- debian/control | 1 - debian/rules | 2 ++ 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 Wed, 04 Dec 2019 07:38:17 -0700 + -- Sean Whitton 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 , python3-argcomplete, - python3-pgpy , 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: -- cgit v1.2.3