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

./packages/openofficeorg/3.2/experimental r1786: somehow symbols ends up as 600, work around



------------------------------------------------------------
revno: 1786
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Wed 2010-01-27 18:27:14 +0100
message:
  somehow symbols ends up as 600, work around
modified:
  rules
=== modified file 'rules'
--- a/rules	2010-01-27 08:08:35 +0000
+++ b/rules	2010-01-27 17:27:14 +0000
@@ -3324,7 +3324,8 @@
 	# ugly hack, but why does that happen? It's not in .symbols...
 	TMP=`mktemp -q`; \
 	grep -v PRIVATE debian/uno-libs3/DEBIAN/symbols > $$TMP && \
-	mv $$TMP debian/uno-libs3/DEBIAN/symbols
+	mv $$TMP debian/uno-libs3/DEBIAN/symbols && \
+	chmod 644 debian/uno-libs3/DEBIAN/symbols
 	dh_installdeb -s
 	cp debian/shlibs.local.in debian/shlibs.local
 ifeq "$(USE_SYSTEM_ICU)" "n"


Reply to: