[python-pyproj] 14/34: Set pybuild name to pyproj, remove pyversion file and add X-Python*-Version to control file.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Mar 1 03:37:00 UTC 2015


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

sebastic pushed a commit to branch master
in repository python-pyproj.

commit 85fcc5ede8a714699d52378049ddb2a576e9d011
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Apr 6 15:42:41 2014 +0200

    Set pybuild name to pyproj, remove pyversion file and add X-Python*-Version to control file.
---
 debian/changelog  | 2 ++
 debian/control    | 6 +++++-
 debian/pyversions | 1 -
 debian/rules      | 2 ++
 4 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e4eb757..e831bf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ python-pyproj (1.9.3-1) UNRELEASED; urgency=medium
   * Use canonical Vcs-* URLs.
   * Enable parallel builds.
   * Additional cleanup of generated files.
+  * Set pybuild name to pyproj.
+  * Remove pyversion file and add X-Python*-Version to control file.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 06 Apr 2014 14:23:45 +0200
 
diff --git a/debian/control b/debian/control
index aa27278..9278e73 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,15 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all-dev,
-               python3-all-dev
+               python-setuptools,
+               python3-all-dev,
+               python3-setuptools
 Standards-Version: 3.9.1
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/python-pyproj.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/python-pyproj.git
 Homepage: http://code.google.com/p/pyproj/
+X-Python-Version: >= 2.5
+X-Python3-Version: >= 3.2
 
 Package: python-pyproj
 Architecture: any
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 042c2ec..fae4413 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export PYBUILD_NAME=pyproj
+
 override_dh_clean:
 	dh_clean lib/pyproj/data/FL lib/pyproj/data/MD \
 	         lib/pyproj/data/TN lib/pyproj/data/WI \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-pyproj.git



More information about the Pkg-grass-devel mailing list