Commit d8a92ef2 authored by Saul Ibarra's avatar Saul Ibarra

Use debhelper and dh_python2 instead of pysupport

parent 69e62586
...@@ -3,7 +3,7 @@ Section: python ...@@ -3,7 +3,7 @@ Section: python
Priority: optional Priority: optional
Maintainer: Dan Pascu <dan@ag-projects.com> Maintainer: Dan Pascu <dan@ag-projects.com>
Uploaders: Adrian Georgescu <ag@ag-projects.com>, Lucian Stanescu <luci@ag-projects.com>, Saul Ibarra <saul@ag-projects.com> Uploaders: Adrian Georgescu <ag@ag-projects.com>, Lucian Stanescu <luci@ag-projects.com>, Saul Ibarra <saul@ag-projects.com>
Build-Depends: debhelper (>= 7.3.5), python-all (>= 2.5), python-support Build-Depends: debhelper (>= 7.3.5), python-all (>= 2.5)
Standards-Version: 3.9.2 Standards-Version: 3.9.2
Homepage: http://icanblink.com Homepage: http://icanblink.com
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#export DH_VERBOSE=1 #export DH_VERBOSE=1
%: %:
dh $@ dh $@ --with python2
override_dh_clean: override_dh_clean:
dh_clean dh_clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment