[SCM] Paraview packaging branch, master, updated. upstream/3.10.1-70-gb8874d3

Mathieu Malaterre mathieu.malaterre at gmail.com
Wed Sep 7 08:37:24 UTC 2011


The following commit has been merged in the master branch:
commit ddb7bf9d9fbcb040fa530d570ea0648a8df5def3
Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Date:   Wed Sep 7 10:32:08 2011 +0200

    d/rules changes:
     - remove BUILDDIR for simplification
     - do not compress .qch files

diff --git a/debian/rules b/debian/rules
index ff98785..b7d122d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,8 @@
 #! /usr/bin/make -f
-BUILDDIR = $(CURDIR)/debian/build
 DESTDIR = $(CURDIR)/debian/tmp
 
 %:
-	dh $@ --parallel --buildsystem=cmake --builddirectory=$(BUILDDIR) --with=python2
+	dh $@ --parallel --buildsystem=cmake --with python2
 
 export LD_LIBRARY_PATH+=:$(CURDIR)/debian/paraview/usr/lib/paraview
 
@@ -65,21 +64,12 @@ extra_flags += 	-DPARAVIEW_GENERATE_PROXY_DOCUMENTATION=ON \
 override_dh_auto_configure:
 	dh_auto_configure -- $(extra_flags)
 
-override_dh_auto_clean:
-	rm -rf $(BUILDDIR)
-	rm -rf $(DESTDIR)
-	dh_clean
-
-override_dh_auto_build:
-	dh_auto_build
-	cd $(BUILDDIR); make HTMLDocumentation
+override_dh_compress:
+	dh_compress -X.qch
 
 override_dh_auto_install:
-	dh_auto_install -- DESTDIR=$(DESTDIR)
+	dh_auto_install
 	chmod a+x $(DESTDIR)/usr/lib/paraview/testing/FindString.tcl
 
 override_dh_install:
 	dh_install --list-missing
-
-override_dh_makeshlibs:
-

-- 
Paraview packaging



More information about the debian-science-commits mailing list