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

./packages/openofficeorg/3.2/experimental r1785: actually, ignore-blacklist is 100% the other way round we want, go back to the grep hack



------------------------------------------------------------
revno: 1785
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Wed 2010-01-27 09:08:35 +0100
message:
  actually, ignore-blacklist is 100% the other way round we want, go back to the grep hack
modified:
  changelog
  rules
  uno-libs3.symbols
=== modified file 'changelog'
--- a/changelog	2010-01-27 01:51:25 +0000
+++ b/changelog	2010-01-27 08:08:35 +0000
@@ -21,11 +21,9 @@
   * debian/openoffice.org-common.tenplates,in, debian/rules, debian/po*: Move
     debconf template to shared/openofficeorg-running (see #566644); Unfuzzy.
   * debian/control.presenter.in: depend on (our) OOo 3.2
-  * debian/control.in: Breaks: openoffice.org-presenter-console (<< 1.0.3~)
-  * debian/uno-libs3.symbols: (ignore-blacklist) *@PRIVATE_1_0 and
-    *@PRIVATE_1_1
+  * debian/control.in: Breaks: openoffice.org-presenter-console (<< 1.0.3~) 
 
- -- Rene Engelhard <rene@debian.org>  Wed, 27 Jan 2010 02:40:27 +0100
+ -- Rene Engelhard <rene@debian.org>  Wed, 27 Jan 2010 09:07:49 +0100
 
 openoffice.org (1:3.2.0~rc3-1) experimental; urgency=low
 

=== modified file 'rules'
--- a/rules	2010-01-27 01:51:25 +0000
+++ b/rules	2010-01-27 08:08:35 +0000
@@ -3321,6 +3321,10 @@
 	dh_compress -s -X.py -X.mk -X.sxd
 	dh_makeshlibs -puno-libs3 -V"ure (>= $(shell grep UREPACKAGEVERSION $(SOURCE_TREE)/instsetoo_native/util/openoffice.lst | awk '{ print $$2 }'))" -- -c0 
 	dh_makeshlibs -n -pure -V"ure (>= $(shell grep UREPACKAGEVERSION $(SOURCE_TREE)/instsetoo_native/util/openoffice.lst | awk '{ print $$2 }'))"
+	# 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
 	dh_installdeb -s
 	cp debian/shlibs.local.in debian/shlibs.local
 ifeq "$(USE_SYSTEM_ICU)" "n"

=== modified file 'uno-libs3.symbols'
--- a/uno-libs3.symbols	2010-01-27 01:51:25 +0000
+++ b/uno-libs3.symbols	2010-01-27 08:08:35 +0000
@@ -11,8 +11,6 @@
  *@UDK_3.4 1.4.0
  *@UDK_3.5 1.4.0
 libuno_sal.so.3 ure #MINVER#
- (include-blacklist)*@PRIVATE_1_0
- (include-blacklist)*@PRIVATE_1_1
  *@UDK_3_0_0 1.4.0
  *@UDK_3.1 1.4.0
  *@UDK_3.2 1.4.0


Reply to: