[interchange-cvs] interchange - racke modified debian/rules

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Jun 17 15:40:11 EDT 2007


User:      racke
Date:      2007-06-17 19:40:11 GMT
Modified:  debian   rules
Log:
merged changes 2.29.2.2 vs 2.29.2.4
+++ 2.29.2.4 +++
removed libapache-mod-interchange package as Apache 1.3 has been
removed from unstable (Closes: #428849, thanks to Bastian Blank
<waldi at debian.org>)
+++ 2.29.2.3 +++
New Free Software Foundation Address in headers of various files

Revision  Changes    Path
2.34      +2 -11     interchange/debian/rules


rev 2.34, prev_rev 2.33
Index: rules
===================================================================
RCS file: /var/cvs/interchange/debian/rules,v
retrieving revision 2.33
retrieving revision 2.34
diff -u -r2.33 -r2.34
--- rules	30 Mar 2007 11:39:41 -0000	2.33
+++ rules	17 Jun 2007 19:40:11 -0000	2.34
@@ -28,11 +28,6 @@
 endif
 TMP = $(shell pwd)/debian/tmp
 
-APXS=/usr/bin/apxs
-
-# (From mod-perl packaging)
-DEV_DPKG_VERSION := $(shell dpkg -s apache-dev | awk '/Version:/ {print $2}')
-DEV_VERSION := $(shell echo $(DEV_DPKG_VERSION) | sed "s/^Version: \(.*\)-.*$$/\1/")
 IC_VERSION := $(shell dpkg-parsechangelog | perl -ne 'print $$1 if /^Version: (.*?)-(.*)$$/')
 IC_MAJOR_VERSION := $(shell dpkg-parsechangelog | perl -ne 'print $$1 if /^Version: (\d+\.\d+)(.*?)-(.*)$$/')
 
@@ -115,10 +110,6 @@
 	for dir in $(TMP)/usr/lib/interchange/share/interchange-5/*; do mv $$dir $(TMP)/var/www/interchange-5; done
 	chmod -x -R $(TMP)/var/www/interchange-5
 	rm -r $(TMP)/usr/lib/interchange/share/interchange-5
-# mod_interchange
-	mkdir -p $(TMP)/usr/lib/apache/1.3
-	(cd dist/src/mod_interchange; $(APXS) -i -S LIBEXECDIR=$(TMP)/usr/lib/apache/1.3 -n interchange mod_interchange.so)
-	cp debian/400mod_interchange.info $(TMP)/usr/lib/apache/1.3
 # remove unneeded stuff
 	rm $(TMP)/usr/lib/interchange/error.log
 	rm $(TMP)/usr/lib/interchange/*.pl
@@ -154,7 +145,7 @@
 	dh_installdeb -i
 	dh_shlibdeps -i
 	dh_perl -i usr/lib/interchange
-	dh_gencontrol -i -- -VTHISDEV="$(DEV_VERSION)"
+	dh_gencontrol -i 
 	dh_md5sums -i
 	dh_builddeb -i
 
@@ -176,7 +167,7 @@
 	dh_installdeb -a
 	dh_shlibdeps -a
 	dh_perl -a usr/lib/interchange
-	dh_gencontrol -a -- -VTHISDEV="$(DEV_VERSION)"
+	dh_gencontrol -a 
 	dh_md5sums -a
 	dh_builddeb -a
 








More information about the interchange-cvs mailing list