[Python-modules-commits] [python-mnemonic] 07/09: Switch to pybuild.

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 4065acdd99851c7011b5bb48803ba2c88e52641f
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Mon Dec 11 11:51:10 2017 +0200

    Switch to pybuild.
---
 debian/changelog | 1 +
 debian/rules     | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a12f636..ad7b07d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-mnemonic (0.18-1) unstable; urgency=medium
 
   * New upstream release.
   * Build Python 3 and PyPy packages.
+  * Switch to pybuild.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Mon, 11 Dec 2017 11:05:07 +0200
 
diff --git a/debian/rules b/debian/rules
index bad500a..58ceb03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,8 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.6.0+git at
-# Wed, 24 Sep 2014 23:27:39 +0200
+export PYBUILD_NAME=mnemonic
 
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
+	dh $@ --with python2,python3,pypy --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