Next try to install python-pysam
authorAndreas Tille <tille@debian.org>
Tue, 11 Feb 2014 10:19:38 +0000 (11:19 +0100)
committerAndreas Tille <tille@debian.org>
Tue, 11 Feb 2014 10:19:38 +0000 (11:19 +0100)
debian/rules

index a176f722c00a1d3b2527d2a4e1975cf8b2465609..a1bc8758da0cbfccab73e70b0f4fa5a319ff296a 100755 (executable)
@@ -15,12 +15,9 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        done
 endif
 
-#override_dh_auto_install:
-#      set -e; \
-#      for py in $(PYVERS); do \
-#              $$py -B setup.py install --skip-build --root debian/python-pysam \
-#                              --install-layout deb; \
-#      done
+override_dh_install:
+       echo '/usr/lib/python2.*/*' >> debian/python-pysam.install
+       dh_install
 
 override_dh_auto_clean:
        dh_auto_clean