[paraview] 07/07: Tiny changes in d/rules.
Anton Gladky
gladk at moszumanska.debian.org
Wed Feb 3 13:48:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch 5.0v2
in repository paraview.
commit a968f74866276d509f8426fdb8af619fa26a0b07
Author: Anton Gladky <gladk at debian.org>
Date: Wed Feb 3 14:47:52 2016 +0100
Tiny changes in d/rules.
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 01d7fcb..dbde855 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ extra_flags += -Wno-dev \
-DVTK_INSTALL_DATA_DIR="share/paraview" \
-DVTK_INSTALL_DOC_DIR="share/doc/paraview" \
-DVTK_INSTALL_PACKAGE_DIR="lib/cmake/paraview" \
- -DVTK_CUSTOM_LIBRARY_SUFFIX="-pv" \
+ -DVTK_CUSTOM_LIBRARY_SUFFIX="" \
-DVTK_USE_SYSTEM_TIFF=ON \
-DVTK_USE_SYSTEM_ZLIB=ON \
-DBUILD_EXAMPLES=OFF \
@@ -65,6 +65,8 @@ override_dh_compress:
override_dh_install:
dh_install --list-missing
+ #Delete all pyc files
+ find . -name '*.pyc' -print0 | xargs -0 rm -f
override_dh_makeshlibs:
dh_makeshlibs -V'paraview (>= $(UPSTREAM_VERSION)), paraview (<< $(UPSTREAM_VERSION).)'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/paraview.git
More information about the debian-science-commits
mailing list