[Python-modules-commits] [python-mnemonic] 09/09: * Raise debhelper compat level to 9. * Bump Standards-Version to 4.1.2 (no changes).
Tristan Seligmann
mithrandi at moszumanska.debian.org
Mon Dec 11 10:44:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-mnemonic.
commit 4ab19a4bff9168745023668524cbb6f9d1cdeed6
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Mon Dec 11 12:07:56 2017 +0200
* Raise debhelper compat level to 9.
* Bump Standards-Version to 4.1.2 (no changes).
---
debian/changelog | 2 ++
debian/compat | 2 +-
debian/control | 4 ++--
debian/rules | 4 +---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index beaf008..2f5b422 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ python-mnemonic (0.18-1) unstable; urgency=medium
* New upstream release.
* Build Python package.
* Switch to pybuild.
+ * Raise debhelper compat level to 9.
+ * Bump Standards-Version to 4.1.2 (no changes).
-- Tristan Seligmann <mithrandi at debian.org> Mon, 11 Dec 2017 11:05:07 +0200
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 3920fc4..466e335 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: python
Homepage: https://github.com/trezor/python-mnemonic
Priority: optional
Build-Depends:
- debhelper (>=7),
+ debhelper (>= 9),
dh-python,
python-all,
python-pbkdf2,
@@ -13,7 +13,7 @@ Build-Depends:
python3-all,
python3-pbkdf2,
python3-setuptools,
-Standards-Version: 3.9.8
+Standards-Version: 4.1.2
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-mnemonic.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-mnemonic.git
diff --git a/debian/rules b/debian/rules
index 58ceb03..4195113 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,4 @@
export PYBUILD_NAME=mnemonic
%:
- dh $@ --with python2,python3,pypy --buildsystem=pybuild
-
-
+ dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mnemonic.git
More information about the Python-modules-commits
mailing list