debianize for dh_python2 support
svn: r21822
This commit is contained in:
19
debian/rules
vendored
19
debian/rules
vendored
@@ -1,22 +1,9 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
# This file was automatically generated by stdeb 0.6.0 at
|
||||
# Wed, 27 Mar 2013 14:11:45 +0100
|
||||
|
||||
# Unset the environment variables set by dpkg-buildpackage. (This is
|
||||
# necessary because distutils is brittle with compiler/linker flags
|
||||
# set. Specifically, packages using f2py will break without this.)
|
||||
unexport CPPFLAGS
|
||||
unexport CFLAGS
|
||||
unexport CXXFLAGS
|
||||
unexport FFLAGS
|
||||
unexport LDFLAGS
|
||||
|
||||
#exports specified using stdeb Setup-Env-Vars:
|
||||
export DH_OPTIONS=--buildsystem=python_distutils
|
||||
|
||||
# This file was automatically generated by stdeb 0.6.0+git at
|
||||
# Sun, 31 Mar 2013 16:54:38 +0200
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --with python2 --buildsystem=python_distutils
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user