[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pkg-kde: commit - rev 197 - people/dato/kde-common



Author: dato-guest
Date: 2004-11-06 22:21:14 -0700 (Sat, 06 Nov 2004)
New Revision: 197

Modified:
   people/dato/kde-common/rules.mk
   people/dato/kde-common/substvars.sh
Log:
Generate substvars before dh_shlibdeps. Overwrite the generated files each time.

Modified: people/dato/kde-common/rules.mk
===================================================================
--- people/dato/kde-common/rules.mk	2004-11-07 05:15:48 UTC (rev 196)
+++ people/dato/kde-common/rules.mk	2004-11-07 05:21:14 UTC (rev 197)
@@ -100,6 +100,7 @@
 # binary-common must not depend on anything. it is to be called by
 # binary-whatever in another 'make' thread.
 binary-common:
+	sh debian/common/substvars.sh
 	dh_link
 	dh_strip
 	dh_compress $(DH_COMPRESS_ARGS)
@@ -109,9 +110,6 @@
 	dh_makeshlibs $(DH_MAKESHLIBS_ARGS)
 	dh_installdeb
 	dh_shlibdeps $(DH_SHLIBDEPS_ARGS)
-	
-	sh debian/common/substvars.sh
-	
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb

Modified: people/dato/kde-common/substvars.sh
===================================================================
--- people/dato/kde-common/substvars.sh	2004-11-07 05:15:48 UTC (rev 196)
+++ people/dato/kde-common/substvars.sh	2004-11-07 05:21:14 UTC (rev 197)
@@ -48,5 +48,5 @@
 
 # I'd like to know if this can be done less uglyly
 for p in `$listpackages`; do
-  cat $OUT >>debian/$p.substvars
+  cat $OUT >debian/$p.substvars
 done



Reply to: