[googlecl] 03/05: Convert to dh_python2.

Luke Faraone lfaraone at moszumanska.debian.org
Sat Feb 7 20:02:30 UTC 2015


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

lfaraone pushed a commit to branch master
in repository googlecl.

commit 72b26b141d2d1541e507e282cfda258ac17c8c3b
Author: Luke Faraone <luke at faraone.cc>
Date:   Sat Dec 7 17:57:45 2013 -0500

    Convert to dh_python2.
    
    Thanks to Logan Rosen of Ubuntu.
---
 debian/control    | 3 ++-
 debian/pyversions | 1 -
 debian/rules      | 5 +----
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index ed11d38..6511246 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,10 @@ Priority: optional
 Maintainer: Luke Faraone <lfaraone at debian.org>
 Vcs-Browser: https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pkg-google/googlecl.git
 Vcs-Git: git://scm.alioth.debian.org/git/pkg-google/googlecl.git
-Build-Depends: debhelper (>= 7), python-support, python (>=2.5)
+Build-Depends: debhelper (>= 7), python (>= 2.6.6-3~), dh-python
 Standards-Version: 3.9.5
 Homepage: http://code.google.com/p/googlecl/
+X-Python-Version: >= 2.5
 
 Package: googlecl
 Architecture: all
diff --git a/debian/pyversions b/debian/pyversions
deleted file mode 100644
index b3dc41e..0000000
--- a/debian/pyversions
+++ /dev/null
@@ -1 +0,0 @@
-2.5-
diff --git a/debian/rules b/debian/rules
index 6206d8f..18bcae9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@
-
-binary-*: build
-	dh_pysupport
+	dh $@ --with python2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-google/googlecl.git



More information about the Pkg-google-commits mailing list