summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2021-05-05 16:37:35 +0100
committerSimon McVittie <smcv@debian.org>2021-05-05 16:37:49 +0100
commite82998ab6d72a754ec394594a892683c6eba226c (patch)
tree331ac8b4f37b69126592e01d97129fcd8f9d7fc3
parente071d98375b891023a733c6e3e0ed43bb657c897 (diff)
Release to experimentaldebian/2016.1-1
-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