[Python-modules-commits] [flufl.enum] 04/05: Update version compatibility
Barry Warsaw
barry at moszumanska.debian.org
Tue Jan 24 15:39:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository flufl.enum.
commit 5ee42c4e371ad716e07c340beb2a46d693c4b5c1
Author: Barry Warsaw <barry at ubuntu.com>
Date: Tue Jan 24 10:26:47 2017 -0500
Update version compatibility
---
debian/changelog | 4 ++++
debian/compat | 2 +-
debian/control | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e26ac57..627b4e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,10 @@ flufl.enum (4.1.1-1) UNRELEASED; urgency=medium
[ Barry Warsaw ]
* New upstream release.
+ * d/control:
+ - Bump debhelper version to >= 9
+ - Bump Standards-Version to 3.9.8 with no other changes needed.
+ * d/compat: Bump to version 9.
-- Barry Warsaw <barry at debian.org> Tue, 24 Jan 2017 10:23:38 -0500
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index e9606a0..96f142a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python-pkg-resources,
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 8),
python3-all,
python3-pkg-resources,
python3-setuptools
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flufl.enum.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flufl.enum.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flufl.enum.git
More information about the Python-modules-commits
mailing list