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

./packages/openofficeorg/2.4.1/unstable r1165: split librpt* out into a -report-builder-bin package



------------------------------------------------------------
revno: 1165
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Sat 2008-08-16 02:23:17 -0300
message:
  split librpt* out into a -report-builder-bin package
modified:
  changelog
  control.reportdesign.in
  rules
=== modified file 'changelog'
--- a/changelog	2008-07-20 23:38:14 +0000
+++ b/changelog	2008-08-16 05:23:17 +0000
@@ -13,6 +13,10 @@
   * debian/rules:
     - remove obsolete [$(OOO_ARCHS)] qualifier from python-dev builddep
       (closes: #491623)
+  * debian/rules, debian/control.reportdesign.in:
+    - split librpt* out into a -report-builder-bin package. Version 1.0.5
+      of the Report Builder theoretically is working with OOo 2.4.x but the
+      binaries in -report-builder would prevent installation on lenny.
 
  -- Rene Engelhard <rene@debian.org>  Mon, 21 Jul 2008 01:32:08 +0200
 

=== modified file 'control.reportdesign.in'
--- a/control.reportdesign.in	2008-04-14 10:30:53 +0000
+++ b/control.reportdesign.in	2008-08-16 05:23:17 +0000
@@ -2,7 +2,7 @@
 Section: misc
 Priority: optional
 Architecture: %OOO_JAVA_ARCHS%
-Depends: ${shlibs:Depends}, ${report-builder-jar-depends}, openoffice.orgVER-base (>= 2.3.0~src680m225), openoffice.orgVER-core (>> 1:2.3.0~oog680m1), openoffice.org-java-common (>= 1:2.3.0~oog680m1)
+Depends: ${shlibs:Depends}, ${report-builder-jar-depends}, openoffice.orgVER-base (>= 2.3.0~src680m225), openoffice.orgVER-report-builder-bin, openoffice.org-java-common (>= 1:2.3.0~oog680m1)
 Conflicts: openoffice.org-reportdesigner
 Replaces: openoffice.org-reportdesigner
 Provides: openoffice.org-reportdesigner
@@ -18,3 +18,15 @@
   accomplish complex database reports."
 Homepage: http://extensions.services.openoffice.org/project/reportdesign
 
+Package: openoffice.orgVER-report-builder-bin
+Section: misc
+Architecture: %OOO_JAVA_ARCHS%
+Depends: ${shlibs:Depends}, openoffice.org-core (>> 1:2.3.0~oog680m1)
+Replaces: openoffice.orgVER-report-builder
+Description: OpenOffice.org Report Builder extension - support libraries
+ OpenOffice.org is a full-featured office productivity suite that provides
+ a near drop-in replacement for Microsoft(R) Office.
+ .
+ This package contains some architecture-dependent support libraries
+ (librpt*.so) for the report builder extension.
+

=== modified file 'rules'
--- a/rules	2008-07-20 23:38:14 +0000
+++ b/rules	2008-08-16 05:23:17 +0000
@@ -2246,9 +2246,10 @@
 ifeq "$(ENABLE_REPORTDESIGN)" "y"
 	# move rpt stuff into -report-builder
 	rm -rf $(PKGDIR)-report-builder
-	mkdir -p $(PKGDIR)-report-builder/$(OODIR)/program
+	rm -rf $(PKGDIR)-report-builder-bin
+	mkdir -p $(PKGDIR)-report-builder-bin/$(OODIR)/program
 	mv $(PKGDIR)-base/$(OODIR)/program/librpt* \
-		$(PKGDIR)-report-builder/$(OODIR)/program
+		$(PKGDIR)-report-builder-bin/$(OODIR)/program
   ifeq "$(ENABLE_JAVA)" "y"
 	# install this; we need to register this ourselved later in
 	# the maintainer scripts. This is intended upstream (**rpt* stuff


Reply to: