[Pkg-crosswire-devel] [Branch ~pkgcrosswire/libsword/main] Rev 51: Both of these targets depend on the build target which actually does the building so it doesn't m...

noreply at launchpad.net noreply at launchpad.net
Mon May 25 04:10:15 BST 2009


------------------------------------------------------------
revno: 51
committer: Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>
branch nick: main
timestamp: Mon 2009-05-25 04:08:40 +0100
message:
  Both of these targets depend on the build target which actually does the building so it doesn't matter which 'package' we associate the chrpath with. This only maters if we are actually rebuild the whole project multiple times, i.e. various kernel flavours
modified:
  debian/rules

=== modified file 'debian/rules'
--- debian/rules	2009-05-25 01:33:54 +0000
+++ debian/rules	2009-05-25 03:08:40 +0000
@@ -14,14 +14,14 @@
 #DEB_MAKE_CHECK_TARGET := check
 #DEB_OPT_FLAG=-g -O0 -Werror
 
-# The next two rules use chrpath to remove unwanted rpath info 
-# from the compiled binaries when they are built on amd64.
-
 build/libsword8::
 	#Running Shell based Testsuite
 	$(shell cd tests/testsuite && ./runall.sh 1>&2)
+	# The next three rules use chrpath to remove unwanted rpath info 
+	# from the compiled binaries when they are built on amd64.
 	chrpath -d $(CURDIR)/lib/.libs/libsword.so*
 	chrpath -d $(CURDIR)/utilities/.libs/*
+	chrpath -d $(CURDIR)/utilities/diatheke/.libs/diatheke
 
 	for file in `ls debian/*.pod`;\
 	do\
@@ -30,9 +30,6 @@
 		pod2man --release=$$VERSION --center "" -n $$name $$file > $$base;\
 	done
 
-build/diatheke::
-	chrpath -d $(CURDIR)/utilities/diatheke/.libs/diatheke
-
 binary: list-missing
 	#checking for missing files
 clean/::



--
Main packaging branch
https://code.launchpad.net/~pkgcrosswire/libsword/main

Your team Crosswire Packaging Team is subscribed to branch lp:libsword.
To unsubscribe from this branch go to https://code.launchpad.net/~pkgcrosswire/libsword/main/+edit-subscription.




More information about the Pkg-crosswire-devel mailing list