[Python-modules-commits] r32910 - in packages/python-idna/trunk/debian (control rules)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Mon Jun 8 08:08:20 UTC 2015


    Date: Monday, June 8, 2015 @ 08:08:19
  Author: mithrandi
Revision: 32910

Some cruft that got through in the import.

Modified:
  packages/python-idna/trunk/debian/control
  packages/python-idna/trunk/debian/rules

Modified: packages/python-idna/trunk/debian/control
===================================================================
--- packages/python-idna/trunk/debian/control	2015-06-08 07:46:31 UTC (rev 32909)
+++ packages/python-idna/trunk/debian/control	2015-06-08 08:08:19 UTC (rev 32910)
@@ -8,6 +8,8 @@
  dh-python,
  python-all,
  python3-all,
+ python-setuptools,
+ python3-setuptools,
 Homepage: https://github.com/kjd/idna
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-idna/trunk/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-idna/trunk/

Modified: packages/python-idna/trunk/debian/rules
===================================================================
--- packages/python-idna/trunk/debian/rules	2015-06-08 07:46:31 UTC (rev 32909)
+++ packages/python-idna/trunk/debian/rules	2015-06-08 08:08:19 UTC (rev 32910)
@@ -1,11 +1,6 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=idna
+
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_installchangelogs:
-	dh_installchangelogs NEWS
-
-override_dh_auto_install:
-	dh_auto_install
-	find debian/tmp -name "six.py" -delete




More information about the Python-modules-commits mailing list