[Python-modules-commits] r29462 - in packages/python-clint/trunk/debian (3 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Mon Jun 23 15:07:27 UTC 2014


    Date: Monday, June 23, 2014 @ 15:07:26
  Author: takaki
Revision: 29462

add python3 support

Modified:
  packages/python-clint/trunk/debian/changelog
  packages/python-clint/trunk/debian/control
  packages/python-clint/trunk/debian/rules

Modified: packages/python-clint/trunk/debian/changelog
===================================================================
--- packages/python-clint/trunk/debian/changelog	2014-06-23 14:58:49 UTC (rev 29461)
+++ packages/python-clint/trunk/debian/changelog	2014-06-23 15:07:26 UTC (rev 29462)
@@ -1,6 +1,7 @@
 python-clint (0.3.7-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Add Python3 support.
 
  -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 23 Jun 2014 23:58:27 +0900
 

Modified: packages/python-clint/trunk/debian/control
===================================================================
--- packages/python-clint/trunk/debian/control	2014-06-23 14:58:49 UTC (rev 29461)
+++ packages/python-clint/trunk/debian/control	2014-06-23 15:07:26 UTC (rev 29462)
@@ -6,7 +6,8 @@
 Build-Depends: debhelper (>= 8.0.0)
 	, python-all
 	, python-setuptools
-#	, python3-all
+	, python3-all
+	, python3-setuptools
 Standards-Version: 3.9.5
 Homepage: https://github.com/kennethreitz/clint
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-clint/trunk/
@@ -20,10 +21,10 @@
  Clint is a Python module filled with a set of awesome tools for developing
  commandline applications.
 
-#Package: python3-clint
-#Architecture: all
-#Depends: ${python3:Depends}, ${misc:Depends}
-#Provides: ${python3:Provides}
-#Description: Python Command-line Application Tools
-# Clint is a Python module filled with a set of awesome tools for developing
-# commandline applications.
+Package: python3-clint
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Provides: ${python3:Provides}
+Description: Python Command-line Application Tools
+ Clint is a Python module filled with a set of awesome tools for developing
+ commandline applications.

Modified: packages/python-clint/trunk/debian/rules
===================================================================
--- packages/python-clint/trunk/debian/rules	2014-06-23 14:58:49 UTC (rev 29461)
+++ packages/python-clint/trunk/debian/rules	2014-06-23 15:07:26 UTC (rev 29462)
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=clint
+
 %:
-	dh $@  --with python2
-#	dh $@  --with python2,python3
+	dh $@  --with python2,python3 --buildsystem=pybuild
 
-override_dh_install:
-	dh_install
-	rm debian/python-clint/usr/README.rst
-	rm debian/python-clint/usr/HISTORY.rst




More information about the Python-modules-commits mailing list