summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules3
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 091d271..2320c63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-git-evtag (2016.1-1) UNRELEASED; urgency=medium
+git-evtag (2016.1-1) experimental; urgency=medium
* Initial package (Closes: #959068)
+ * Add some patches from upstream, including a man page
+ * Add patches to run tests at build-time, and fix the tests
- -- Simon McVittie <smcv@debian.org> Mon, 26 Apr 2021 16:54:38 +0100
+ -- Simon McVittie <smcv@debian.org> Wed, 05 May 2021 16:37:41 +0100
diff --git a/debian/rules b/debian/rules
index 244b3e1..d516970 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,4 +14,7 @@ override_dh_auto_configure:
dh_auto_configure -- $(configure_options)
override_dh_python3:
+ # Note that this should generate a python3 dependency, but
+ # doesn't: <https://bugs.debian.org/980310>. The explicit
+ # python3:any dependency in d/control is a workaround.
dh_python3 --verbose /usr/libexec/git-evtag/installed-tests