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


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to