This does not work ...
authorAndreas Tille <tille@debian.org>
Mon, 10 Feb 2014 18:10:31 +0000 (19:10 +0100)
committerAndreas Tille <tille@debian.org>
Mon, 10 Feb 2014 18:10:31 +0000 (19:10 +0100)
debian/rules

index 648e82ad2445f0251fccb14e255d256799afd312..a176f722c00a1d3b2527d2a4e1975cf8b2465609 100755 (executable)
@@ -15,6 +15,13 @@ 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_auto_clean:
        dh_auto_clean
        cd tests; make clean