summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-10-19 11:42:50 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2019-10-19 11:42:50 +0200
commita3bee3297d0bf14605323c7e7ceb22f304f6a4f0 (patch)
tree1851762ced74f1a3046ad7bb0cba4efcb42fa974
parentff0825d4eb2eea1bf4b55651f0975279ff474fb0 (diff)
Changelog entry etcdebian/2.3.0-1
-rw-r--r--debian/changelog10
-rw-r--r--debian/compat1
-rw-r--r--debian/control4
3 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 6038c9f..23e0325 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+voluptuous-serialize (2.3.0-1) unstable; urgency=medium
+
+ * New upstream release
+ * debian/control:
+ - New standards version 4.4.1 - no changes
+ - DH level 12
+ - Use debhelper-compat
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Sat, 19 Oct 2019 11:42:43 +0200
+
voluptuous-serialize (2.1.0-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 27b04f7..6f47325 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 12),
dh-python,
python3-voluptuous,
python3-all,
python3-setuptools
-Standards-Version: 4.2.1
+Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/voluptuous-serialize
Vcs-Git: https://salsa.debian.org/python-team/modules/voluptuous-serialize.git
Homepage: https://github.com/balloob/voluptuous-serialize