[Python-modules-commits] r33623 - in packages/python-django-rosetta/trunk/debian (2 files)

fladi at users.alioth.debian.org fladi at users.alioth.debian.org
Tue Aug 4 07:47:11 UTC 2015


    Date: Tuesday, August 4, 2015 @ 07:47:10
  Author: fladi
Revision: 33623

Switch buildsystem to pybuild.

Modified:
  packages/python-django-rosetta/trunk/debian/changelog
  packages/python-django-rosetta/trunk/debian/rules

Modified: packages/python-django-rosetta/trunk/debian/changelog
===================================================================
--- packages/python-django-rosetta/trunk/debian/changelog	2015-08-04 07:44:50 UTC (rev 33622)
+++ packages/python-django-rosetta/trunk/debian/changelog	2015-08-04 07:47:10 UTC (rev 33623)
@@ -12,6 +12,7 @@
     text.
   * Drop python-support from Build-Depends-Indep and add dh-python to
     Build-Depends.
+  * Switch buildsystem to pybuild.
 
  -- Michael Fladischer <fladi at debian.org>  Tue, 04 Aug 2015 08:54:30 +0200
 

Modified: packages/python-django-rosetta/trunk/debian/rules
===================================================================
--- packages/python-django-rosetta/trunk/debian/rules	2015-08-04 07:44:50 UTC (rev 33622)
+++ packages/python-django-rosetta/trunk/debian/rules	2015-08-04 07:47:10 UTC (rev 33623)
@@ -3,14 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-override_dh_auto_install:
-	dh_auto_install
-	rm debian/python-django-rosetta/usr/lib/python*/*-packages/rosetta/polib.py
 
-clean:
-	dh clean
-	rm -rf *.egg-info
-	find -name '._*' -delete
+export PYBUILD_NAME=django-rosetta
 
 %:
-	dh  $@
+		dh $@ --with python2 --buildsystem=pybuild




More information about the Python-modules-commits mailing list