[netcdf] 01/01: clean up debian/rules

Nico Schlömer nschloe-guest at moszumanska.debian.org
Tue Jun 17 07:35:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

nschloe-guest pushed a commit to branch split-c-f-cxx
in repository netcdf.

commit 789cd968eaf874ff9e263380763be7eee8efc301
Author: Nico Schlömer <nico.schloemer at gmail.com>
Date:   Tue Jun 17 09:35:03 2014 +0200

    clean up debian/rules
---
 debian/rules | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/debian/rules b/debian/rules
index b5b2f9d..c53aa13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 %:
 	dh $@ --buildsystem=cmake
@@ -8,30 +8,6 @@ export DH_VERBOSE=1
 override_dh_auto_configure:
 	dh_auto_configure -- \
 	-DCMAKE_SKIP_RPATH:BOOL=ON \
-	-DENABLE_DAP_REMOTE_TESTS:BOOL=OFF \
-	-DENABLE_PARALLEL_TESTS:BOOL=OFF \
 	-DENABLE_TESTS:BOOL=OFF \
 	-DENABLE_DOXYGEN:BOOL=ON
-
 #	-DCMAKE_C_COMPILER=mpicc \
-
-#install/libnetcdf7::
-#	find debian/tmp/usr/lib/ -name 'libnetcdf.*' -a ! -type d \
-#			-a ! -name '*.so' -a ! -name '*.a' \
-#			-a ! -name '*.la' -a ! -name '*.pc' \
-#			-exec cp -d {} debian/libnetcdf7/usr/lib/ \;
-#
-#install/libnetcdf-dev::
-#	cp debian/tmp/usr/include/* debian/libnetcdf-dev/usr/include/.
-#	install -m 644 -o root -g root  $(CURDIR)/netcdf.pc debian/libnetcdf-dev/usr/lib/pkgconfig/.
-#	# removes an erroneous libpath due to an upstream oversight in configure.ac
-#	sed -i -e 's,-L/usr ,,' -e 's, at FLIBS@,,' debian/libnetcdf-dev/usr/lib/pkgconfig/netcdf.pc
-#	# move links and files
-#	find debian/tmp/usr/lib/ -type l -a -name "libnetcdf*" -a -name '*.so' -exec cp -d {} debian/libnetcdf-dev/usr/lib/. \;
-#	find debian/tmp/usr/lib/ -type f -a -name "libnetcdf*" -a -name '*.a' -exec cp -d {} debian/libnetcdf-dev/usr/lib/. \;
-
-#install/netcdf-doc::
-#	install -d debian/tmp/doc
-#	install -d debian/tmp/usr/share/doc/netcdf
-#	install -d debian/tmp/usr/share/info
-#	install -m 644 -o root -g root $(CURDIR)/man4/*.html debian/tmp/doc/.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git



More information about the Pkg-grass-devel mailing list