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

r813 ./packages/openofficeorg/2.3/experimental: move Common-math.xcu to where it was in 2.2.1



------------------------------------------------------------
revno: 813
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Wed 2007-08-01 10:56:31 +0200
message:
  move Common-math.xcu to where it was in 2.2.1
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2007-07-31 11:16:09 +0000
+++ b/changelog	2007-08-01 08:56:31 +0000
@@ -9,7 +9,7 @@
       (closes: #386250)
   * ooo-build:
     - use trunk again
-    - update (r9964)
+    - update (r9971)
       + apply Split section. Fixes the binfilter split so that StarWriter
         3.0-5.0 etc. do not appear anymore when -filter-binfilter is not
         installed (indirectly closes: #421274)
@@ -46,7 +46,7 @@
     - uuencode all ooo-build/desktop icons [CC]
     - add USE_SYSTEM_VIGRA conditional, enable it [RE]
     - install *updchk* again, as the extension manager UI now apparently
-      needs this one, too...
+      needs this one, too... [RE]
     - wrap various java code with ENABLE_JAVA [CC]
     - wrap ooo-build pruning with PRUNE_OOOBUILD [CC]
     - simplify uuencode/uudecode code [CC]
@@ -70,11 +70,11 @@
   * debian/rules, debian/openoffice.org-reportdesigner*: properly
     install/package the reportdesigner extension [RE]
   * debian/rules, debian/*.menu.in, debian/*.overrides.lintian.in:
-    add version number to the icon= entry dynamically
+    add version number to the icon= entry dynamically [RE]
 
    (CC = Chris Cheney)
 
- -- Rene Engelhard <rene@debian.org>  Tue, 31 Jul 2007 09:14:24 +0200
+ -- Rene Engelhard <rene@debian.org>  Wed,  1 Aug 2007 10:55:30 +0200
 
 openoffice.org (2.2.1-7) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules	2007-07-31 11:16:09 +0000
+++ b/rules	2007-08-01 08:56:31 +0000
@@ -1479,6 +1479,11 @@
 		debian/tmp/pkg/openoffice.org-dev-doc/$(OODIR)/sdk
 endif
 
+	# FIXME: Is there a reason this moved from -math to -common?
+	mkdir -p debian/tmp/pkg/openoffice.org-math/$(OODIR)/share/registry/modules/org/openoffice/Office/Common/
+	mv  debian/tmp/pkg/openoffice.org-common/$(OODIR)/share/registry/modules/org/openoffice/Office/Common/Common-math.xcu \
+		debian/tmp/pkg/openoffice.org-math/$(OODIR)/share/registry/modules/org/openoffice/Office/Common/Common-math.xcu
+
 	find debian/tmp ! -perm -200 | xargs -r chmod u+w
 
 	touch $@


Reply to: