[Python-apps-commits] r12343 - in packages/vulture/trunk/debian (changelog control rules)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Wed Sep 9 09:39:09 UTC 2015
Date: Wednesday, September 9, 2015 @ 09:39:08
Author: danstender-guest
Revision: 12343
build on py2 for now, reportable problems with py3 detected
Modified:
packages/vulture/trunk/debian/changelog
packages/vulture/trunk/debian/control
packages/vulture/trunk/debian/rules
Modified: packages/vulture/trunk/debian/changelog
===================================================================
--- packages/vulture/trunk/debian/changelog 2015-09-09 08:09:31 UTC (rev 12342)
+++ packages/vulture/trunk/debian/changelog 2015-09-09 09:39:08 UTC (rev 12343)
@@ -2,4 +2,4 @@
* Initial release (Closes: #788222).
- -- Daniel Stender <debian at danielstender.com> Wed, 09 Sep 2015 10:08:56 +0200
+ -- Daniel Stender <debian at danielstender.com> Wed, 09 Sep 2015 11:24:13 +0200
Modified: packages/vulture/trunk/debian/control
===================================================================
--- packages/vulture/trunk/debian/control 2015-09-09 08:09:31 UTC (rev 12342)
+++ packages/vulture/trunk/debian/control 2015-09-09 09:39:08 UTC (rev 12343)
@@ -7,8 +7,8 @@
Build-Depends:
debhelper (>= 9),
dh-python,
- python3,
- python3-setuptools,
+ python,
+ python-setuptools,
txt2man
Standards-Version: 3.9.6
Homepage: https://bitbucket.org/jendrikseipp/vulture
@@ -19,7 +19,7 @@
Architecture: all
Depends:
${misc:Depends},
- ${python3:Depends}
+ ${python:Depends}
Description: scans for unused ("dead") code in a Python program
Vulture uses static code analysis to find unused classes, functions and
variables in Python code. This helps to cleanup and find errors in
Modified: packages/vulture/trunk/debian/rules
===================================================================
--- packages/vulture/trunk/debian/rules 2015-09-09 08:09:31 UTC (rev 12342)
+++ packages/vulture/trunk/debian/rules 2015-09-09 09:39:08 UTC (rev 12343)
@@ -7,7 +7,7 @@
DEBDATE := $(shell dpkg-parsechangelog -Sdate | date -u +"%F" -f -)
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --with python2 --buildsystem=pybuild
override_dh_installdocs:
dh_installdocs README.txt
More information about the Python-apps-commits
mailing list