[med-svn] r19761 - trunk/packages/python-skbio/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Jul 29 15:26:05 UTC 2015
Author: tille
Date: 2015-07-29 15:26:04 +0000 (Wed, 29 Jul 2015)
New Revision: 19761
Modified:
trunk/packages/python-skbio/trunk/debian/rules
Log:
Fix some glitches
Modified: trunk/packages/python-skbio/trunk/debian/rules
===================================================================
--- trunk/packages/python-skbio/trunk/debian/rules 2015-07-29 15:06:40 UTC (rev 19760)
+++ trunk/packages/python-skbio/trunk/debian/rules 2015-07-29 15:26:04 UTC (rev 19761)
@@ -4,7 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-PKG := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
+export PYBUILD_NAME=skbio
%:
dh $@ --with python2,python3 --buildsystem=pybuild
@@ -13,12 +13,8 @@
#Loads of failures at this point.
dh_auto_test || true
-override_dh_install:
- # Do this after running the tests
- find debian/tmp/usr -name tests -prune -exec rm -rf '{}' ';'
- dh_install
-
override_dh_clean:
dh_clean
rm -f .t* .c*
find ./skbio -name '*.so' -delete
+ rm -rf .eggs
\ No newline at end of file
More information about the debian-med-commit
mailing list