[Python-apps-commits] r10476 - in packages/gespeaker/trunk/debian (4 files)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Wed Feb 5 10:04:38 UTC 2014


    Date: Wednesday, February 5, 2014 @ 10:04:37
  Author: vcheng
Revision: 10476

cdbs + dh_pysupport -> dh + dh_python2

Modified:
  packages/gespeaker/trunk/debian/control
  packages/gespeaker/trunk/debian/rules
Deleted:
  packages/gespeaker/trunk/debian/pycompat
  packages/gespeaker/trunk/debian/pyversions

Modified: packages/gespeaker/trunk/debian/control
===================================================================
--- packages/gespeaker/trunk/debian/control	2014-02-05 09:59:45 UTC (rev 10475)
+++ packages/gespeaker/trunk/debian/control	2014-02-05 10:04:37 UTC (rev 10476)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Fabio Castelli <muflone at vbsimple.net>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
+X-Python-Version: >= 2.6
 Standards-Version: 3.9.1
-Build-Depends: cdbs (>= 0.4.49), python (>= 2.5), debhelper (>= 7)
-Build-Depends-Indep: python-support (>=0.6)
 Homepage: http://code.google.com/p/gespeaker/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/gespeaker/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/gespeaker/trunk/

Deleted: packages/gespeaker/trunk/debian/pycompat
===================================================================
--- packages/gespeaker/trunk/debian/pycompat	2014-02-05 09:59:45 UTC (rev 10475)
+++ packages/gespeaker/trunk/debian/pycompat	2014-02-05 10:04:37 UTC (rev 10476)
@@ -1 +0,0 @@
-2

Deleted: packages/gespeaker/trunk/debian/pyversions
===================================================================
--- packages/gespeaker/trunk/debian/pyversions	2014-02-05 09:59:45 UTC (rev 10475)
+++ packages/gespeaker/trunk/debian/pyversions	2014-02-05 10:04:37 UTC (rev 10476)
@@ -1 +0,0 @@
-2.4-

Modified: packages/gespeaker/trunk/debian/rules
===================================================================
--- packages/gespeaker/trunk/debian/rules	2014-02-05 09:59:45 UTC (rev 10475)
+++ packages/gespeaker/trunk/debian/rules	2014-02-05 10:04:37 UTC (rev 10476)
@@ -1,12 +1,14 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
+%:
+	dh $@ --with python2
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+override_dh_clean:
+	rm -rf build/
+	dh_clean
 
-DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib=/usr/share/gespeaker
+override_dh_auto_build:
 
-clean::
-	rm -rf build/
-
+override_dh_auto_install:
+	python setup.py install --root=debian/gespeaker --install-layout=deb \
+	--install-lib=/usr/share/gespeaker




More information about the Python-apps-commits mailing list