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

r781 ./packages/openofficeorg/2.3/experimental: install headless vcl plugin into -headless, ooo-build update



------------------------------------------------------------
revno: 781
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Tue 2007-07-17 23:12:52 +0200
message:
  install headless vcl plugin into -headless, ooo-build update
modified:
  changelog
  control
  control.in
  rules
=== modified file 'changelog'
--- a/changelog	2007-07-13 15:07:50 +0000
+++ b/changelog	2007-07-17 21:12:52 +0000
@@ -14,7 +14,8 @@
     - reenable mr-IN since now reported to be fixed
     - build-depend on libneon26 again, got fixed and is the only supported
       version since m219 anyway
-    - add conditional for system-libsvg
+    - add conditional for system-libsvg, enable it for sid/experimental
+    - install headless vcl plugin into -headless
   * debian/control.in:
     - build-depend on libxml-parser-perl
     - Add X-Vcs-{Bzr,Svn} fields, no idea how whatever uses this will behave
@@ -25,9 +26,9 @@
     - fix icon=
   * ooo-build:
     - use trunk again
-    - update (r9812)
+    - update (r9855)
 
- -- Rene Engelhard <rene@debian.org>  Fri, 13 Jul 2007 17:06:53 +0200
+ -- Rene Engelhard <rene@debian.org>  Tue, 17 Jul 2007 23:08:25 +0200
 
 openoffice.org (2.2.1-5) unstable; urgency=low
 

=== modified file 'control'
--- a/control	2007-07-12 13:46:32 +0000
+++ b/control	2007-07-17 21:12:52 +0000
@@ -43,6 +43,7 @@
     QuickStarter for GNOMEs notification are
   * openoffice.org-gnome: GNOME VFS, GConf backend
   * openoffice.org-kde: KDE UI Plugin and KDE File Picker support
+  * openoffice.org-headless: Headless (svp) UI Plugin
   * menu: Will add openoffice.org menu entries for every Debian window manager.
   * unixodbc: ODBC database support
   * cupsys-bsd: Allows OpenOffice.org to detect your CUPS printer queues
@@ -327,6 +328,18 @@
  Gtk+ and a Gtk/GNOMEish File Picker when running under GNOME. It also
  contains a QuickStarter for the "notification area".
 
+Package: openoffice.org-headless
+Architecture: i386 powerpc sparc amd64 ppc64
+Depends: openoffice.org-core (= ${Source-Version}), ${shlibs:Depends}
+Section: misc
+Enhances: openoffice.org
+Description: Headless VCL plugin for OpenOffice.org
+ OpenOffice.org is a full-featured office productivity suite that provides
+ a near drop-in replacement for Microsoft(R) Office.
+ .
+ This package contains the Headless (svp) VCL plugin allowing to use some OOo
+ features which needs $DISPLAY without it.
+
 Package: openoffice.org-gnome
 Architecture: i386 powerpc sparc amd64 ppc64
 Depends: openoffice.org-core (= ${Source-Version}), openoffice.org-gtk, ${shlibs:Depends}, gconf2

=== modified file 'control.in'
--- a/control.in	2007-07-12 13:46:32 +0000
+++ b/control.in	2007-07-17 21:12:52 +0000
@@ -120,6 +120,7 @@
     QuickStarter for GNOMEs notification are
   * openoffice.orgVER-gnome: GNOME VFS, GConf backend
   * openoffice.orgVER-kde: KDE UI Plugin and KDE File Picker support
+  * openoffice.org-headless: Headless (svp) UI Plugin
   * menu: Will add openoffice.org menu entries for every Debian window manager.
   * unixodbc: ODBC database support
   * cupsys-bsd: Allows OpenOffice.org to detect your CUPS printer queues
@@ -549,6 +550,19 @@
  This package contains the Gtk plugin for drawing OOo's widgets with
  Gtk+ and a Gtk/GNOMEish File Picker when running under GNOME.
 
+Package: openoffice.orgVER-headless
+Architecture: %OOO_ARCHS%
+Depends: openoffice.orgVER-core (= ${Source-Version}),
+ ${shlibs:Depends}
+Section: misc
+Enhances: openoffice.orgVER
+Description: Headless VCL plugin for OpenOffice.org
+ OpenOffice.org is a full-featured office productivity suite that provides
+ a near drop-in replacement for Microsoft(R) Office.
+ .
+ This package contains the Headless (svp) VCL plugin allowing to use some OOo
+ features which needs $DISPLAY without it.
+
 Package: openoffice.orgVER-gnome
 Architecture: %OOO_ARCHS%
 Depends: openoffice.orgVER-core (= ${Source-Version}),

=== modified file 'rules'
--- a/rules	2007-07-13 15:07:50 +0000
+++ b/rules	2007-07-17 21:12:52 +0000
@@ -1468,7 +1468,7 @@
 	umask 022
 
 	# Copy files placed by ooo-build/bin/package-ooo	
-	for i in base calc core draw impress math writer gnome dev; do \
+	for i in base calc core draw impress math writer gnome dev headless; do \
 	  rm -rf $(PKGDIR)-$$i $(PKGDIR)-$$i.*.debhelper ;\
 	  cp -r --preserve=mode debian/tmp/pkg/openoffice.org-$$i $(PKGDIR)-$$i || exit 1;\
 	done


Reply to: