summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2020-02-15 17:52:27 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2020-02-15 17:54:15 +0100
commit792c9ec07b2de854f51c84773f85fd9e92fb33ba (patch)
treee33dedcd305ea5820ad1fd969e8137118f738955
parent9b9bdded183ac51d1e81a867873a94d0bd44e7f7 (diff)
parentbb3cd815603d21a8fc210a01e83636d63d002803 (diff)
Merge tag 'debian/1.0.0+git20151019-3'debian/1.1.0-1archive/debian/1.1.0-1
python-signedjson release 1.0.0+git20151019-3 for unstable (sid) (maintainer view tag generated by dgit --quilt=gbp)
-rw-r--r--debian/changelog15
-rw-r--r--debian/control2
-rw-r--r--debian/python-signedjson.docs1
-rwxr-xr-xdebian/rules2
4 files changed, 13 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 731ad13..322bf3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,16 +2,23 @@ python-signedjson (1.1.0-1) unstable; urgency=medium
* New upstream release.
* Build-depend on python3-typing-extensions.
- * Drop Python 2 support.
- * d/control: Remove ancient X-Python-Version field.
* d/copyright: Use https protocol in Format field.
- * Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.5.0.
* d/control: Add Vcs-Browser field.
- * Bump debhelper from old 9 to 12.
-- Andrej Shadura <andrewsh@debian.org> Sat, 15 Feb 2020 17:49:06 +0100
+python-signedjson (1.0.0+git20151019-3) unstable; urgency=medium
+
+ [ Thomas Goirand ]
+ * Removed now obsolete and useless Python 2 support (Closes: #931789).
+ * Remove debian/python-signedjson.docs.
+
+ [ Andrej Shadura ]
+ * Use debhelper-compat 12.
+
+ -- Andrej Shadura <andrewsh@debian.org> Sat, 13 Jul 2019 01:36:59 +0200
+
python-signedjson (1.0.0+git20151019-2) unstable; urgency=medium
* Bump Standards-Version.
diff --git a/debian/control b/debian/control
index 0f1a2fc..43dc47d 100644
--- a/debian/control
+++ b/debian/control
@@ -32,4 +32,4 @@ Description: sign JSON with Ed25519 signatures in Python 3
* ED25519 can be replaced with a different algorithm.
* Unprotected data can be added to the object under the "unsigned" key.
.
- This package is for Python 3.
+ This package is for Python 3 only.
diff --git a/debian/python-signedjson.docs b/debian/python-signedjson.docs
deleted file mode 100644
index a1320b1..0000000
--- a/debian/python-signedjson.docs
+++ /dev/null
@@ -1 +0,0 @@
-README.rst
diff --git a/debian/rules b/debian/rules
index b1a2aba..36d4972 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
export PYBUILD_NAME=signedjson
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild