Skip to content
Snippets Groups Projects
Commit d27544ec2fb5 authored by sylvain thenault's avatar sylvain thenault
Browse files

cleanup

parent e24c654e1c7d
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
build: build-stamp
build-stamp:
build-stamp:
dh_testdir
python setup.py -q build
touch build-stamp
......@@ -9,8 +9,8 @@
dh_testdir
python setup.py -q build
touch build-stamp
clean:
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
......@@ -34,9 +34,6 @@
dh_testdir
dh_testroot
dh_install -i
# dh_pycentral -i
# dh_python -i
# gzip -9 -c ChangeLog > changelog.gz
dh_installchangelogs -i
dh_installexamples -i
dh_installdocs -i
......@@ -45,9 +42,9 @@
dh_compress -i -X.py -X.ini -X.xml -Xtest
dh_fixperms -i
dh_installdeb -i
dh_gencontrol -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
# Build architecture-dependent files here.
......@@ -49,7 +46,7 @@
dh_md5sums -i
dh_builddeb -i
# Build architecture-dependent files here.
binary-arch:
binary-arch:
......@@ -55,3 +52,3 @@
binary: binary-indep
binary: binary-indep
.PHONY: build clean binary-arch binary-indep binary
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment