[debian-edu-commits] debian-edu/upstream/ 03/04: Switch from python-support to dh-python.

Petter Reinholdtsen pere at moszumanska.debian.org
Thu Aug 14 12:41:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository libpam-mklocaluser.

commit a49418f93f6b6eb69cbafd1f88d7b7fa09da6b7b
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Thu Aug 14 14:40:20 2014 +0200

    Switch from python-support to dh-python.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bc6a614..a9657ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libpam-mklocaluser (0.10) UNRELEASED; urgency=low
     /etc/shadow.
   * Change priority from extra to optional to match the archive override
     file.
+  * Switch from python-support to dh-python.
 
  -- Petter Reinholdtsen <pere at debian.org>  Thu, 14 Aug 2014 14:32:54 +0200
 
diff --git a/debian/control b/debian/control
index faf3ad9..a6132c4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
 Priority: optional
 Maintainer: Debian Edu Developers <debian-edu at lists.debian.org>
 Uploaders: Petter Reinholdtsen <pere at debian.org>, Morten Werner Forsbring <werner at debian.org>
-Build-Depends: debhelper (>= 7), python-support
+Build-Depends: debhelper (>= 7), python, dh-python
 Standards-Version: 3.9.5
 Homepage: http://www.skolelinux.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-edu/upstream/libpam-mklocaluser.git;a=summary
diff --git a/debian/rules b/debian/rules
index 63c9ac0..bbb4bfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh --with python_support $@
+	dh --with python2 $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/libpam-mklocaluser.git



More information about the debian-edu-commits mailing list