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

CVS:oo-deb/debian rules,1.193,1.194



Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv15211

Modified Files:
	rules 
Log Message:
Install libcurl.so when making Woody backport


Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- rules	6 Apr 2004 11:02:42 -0000	1.193
+++ rules	6 Apr 2004 20:06:51 -0000	1.194
@@ -859,6 +859,12 @@
 		  $(MAINPKGDIR)-bin/$(OPENOFFICEDIR)/program; \
 	done
 endif
+
+ifeq "$(PATCHSET)" "DebianWoody"
+	# Internal libcurl
+	cp -f $(PKGOPENOFFICEDIR)/program/libcurl.so \
+	  $(MAINPKGDIR)-bin/$(OPENOFFICEDIR)/program
+endif
 	
 # If building with a JDK, install the additional files
 ifeq "$(USE_JAVA)" "y"



Reply to: