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

./packages/openofficeorg/3.1/experimental r1347: regcomp is gone from the SDK in m38



------------------------------------------------------------
revno: 1347
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Thu 2008-12-11 16:16:44 +0100
message:
  regcomp is gone from the SDK in m38
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2008-12-08 22:27:35 +0000
+++ b/changelog	2008-12-11 15:16:44 +0000
@@ -12,6 +12,7 @@
     - bump minimal ICU version for sid to >= 4.0.0 to make sure
       we have OOos patches included
     - update xulrunner build-dep in MOZILLA=libxul case for current reality
+    - various 3.1-related updates
 
  -- Rene Engelhard <rene@debian.org>  Sun, 07 Dec 2008 19:40:24 +0100
 

=== modified file 'rules'
--- a/rules	2008-12-09 10:32:50 +0000
+++ b/rules	2008-12-11 15:16:44 +0000
@@ -2295,9 +2295,6 @@
 	# create wrapper scripts
 	cd $(PKGDIR)-dev/$(OODIR)/sdk/bin && \
 	for i in *; do \
-		if [ "$$i" = "regcomp" -o "$$i" = "regcomp.bin" ]; then \
-			continue; \
-		fi; \
 		mv $$i $$i.bin && \
 		( \
 		  echo "#!/bin/sh"; \
@@ -2306,14 +2303,7 @@
 		  echo 'LD_LIBRARY_PATH=/$(OOUREDIR)/lib /$(OODIR)/sdk/bin/`basename $$0`.bin "$$@"'; \
 		) > $$i; \
 		chmod 755 $$i; \
-	done && \
-	( \
-	  echo "#!/bin/sh"; \
-	  echo "# wrapper script for OOos SDK programs"; \
-	  echo ""; \
-	  echo 'LD_LIBRARY_PATH=/$(OOUREDIR) /$(OODIR)/sdk/bin/`basename $$0`.bin "$$@"'; \
-	) > regcomp; \
-	chmod 755 regcomp
+	done
         # remove symlink, it should be in -dev-doc
 	cd $(PKGDIR)-dev/$(OODIR)/sdk && \
 		rm docs


Reply to: