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

./packages/openofficeorg/3.2.1/experimental r1967: the oxt filename changed again to only report-builder.oxt



------------------------------------------------------------
revno: 1967
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Sat 2010-05-08 16:45:46 +0200
message:
  the oxt filename changed again to only report-builder.oxt
modified:
  changelog
  openoffice.org-report-builder.postinst.in
  rules
=== modified file 'changelog'
--- a/changelog	2010-05-08 14:31:43 +0000
+++ b/changelog	2010-05-08 14:45:46 +0000
@@ -22,7 +22,7 @@
     - use "non-split" tarballs from Oracle
   * debian/broffice.org.*: update diversions for new about.png 
 
- -- Rene Engelhard <rene@debian.org>  Sat, 08 May 2010 16:31:32 +0200
+ -- Rene Engelhard <rene@debian.org>  Sat, 08 May 2010 16:44:53 +0200
 
 openoffice.org (1:3.2.0-9) unstable; urgency=low
 

=== modified file 'openoffice.org-report-builder.postinst.in'
--- a/openoffice.org-report-builder.postinst.in	2010-03-23 19:04:22 +0000
+++ b/openoffice.org-report-builder.postinst.in	2010-05-08 14:45:46 +0000
@@ -8,7 +8,7 @@
 #INCLUDE_SHELL_LIB#
 
 if [ "$1" = "configure" -o "$1" = "upgrade" ]; then
-	add_extension /usr/lib/openoffice/share/extension/install/oracle-report-builder.oxt
+	add_extension /usr/lib/openoffice/share/extension/install/report-builder.oxt
 fi
 
 #DEBHELPER#

=== modified file 'rules'
--- a/rules	2010-05-08 14:31:43 +0000
+++ b/rules	2010-05-08 14:45:46 +0000
@@ -2878,11 +2878,11 @@
 	# the maintainer scripts. This is intended upstream (*rpt* stuff
 	# in OOo and the actual report builder as an extension, without which
 	# the *rpt* stuff is a no-op.
-	install -D -m644 $(SOURCE_TREE)/reportbuilder/$(shell . $(SOURCE_TREE)/*.sh; echo $$OUTPATH$$PROEXT)/bin/oracle-report-builder.oxt \
-		$(PKGDIR)-report-builder/$(OOBRANDDIR)/share/extension/install/oracle-report-builder.oxt
+	install -D -m644 $(SOURCE_TREE)/reportbuilder/$(shell . $(SOURCE_TREE)/*.sh; echo $$OUTPATH$$PROEXT)/bin/report-builder.oxt \
+		$(PKGDIR)-report-builder/$(OOBRANDDIR)/share/extension/install/report-builder.oxt
 	# unneeded license files
 	for i in THIRDPARTYREADMELICENSE.html readme_en-US.html readme_en-US.txt; do \
-		zip -d $(CURDIR)/$(PKGDIR)-report-builder/$(OOBRANDDIR)/share/extension/install/oracle-report-builder.oxt $$i; \
+		zip -d $(CURDIR)/$(PKGDIR)-report-builder/$(OOBRANDDIR)/share/extension/install/report-builder.oxt $$i; \
 	done
   endif
 endif


Reply to: