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

./packages/openofficeorg/3.1/experimental r1507: remove postinst/postrm of -gcj, let dh_nativejava -o do the job



------------------------------------------------------------
revno: 1507
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Sun 2009-04-19 22:22:16 +0200
message:
  remove postinst/postrm of -gcj, let dh_nativejava -o do the job
removed:
  openoffice.org-gcj.postinst.in
  openoffice.org-gcj.postrm.in
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2009-04-17 18:40:12 +0000
+++ b/changelog	2009-04-19 20:22:16 +0000
@@ -19,12 +19,14 @@
     - remove writer2latex remains as it a) is not a "bundled extension"
       anymore and b) is not in the code anymore either. Still available
       externally.
+  * debian/rules debian/openoffice.org-gcj.*post*:
+    - remove postinst/postrm of -gcj, let dh_nativejava -o do the job 
   * debian/rules:
     - remove Python26 special-casing, we now have a generic patch for 2.4 and
       2.6
     - remove scsolver stuff, scsolver is gone from ooo-build
 
- -- Rene Engelhard <rene@debian.org>  Fri, 17 Apr 2009 20:39:57 +0200
+ -- Rene Engelhard <rene@debian.org>  Sun, 19 Apr 2009 21:38:52 +0200
 
 openoffice.org (1:3.1.0~rc1-2) experimental; urgency=low
 

=== removed file 'openoffice.org-gcj.postinst.in'
--- a/openoffice.org-gcj.postinst.in	2009-03-10 17:23:43 +0000
+++ b/openoffice.org-gcj.postinst.in	1970-01-01 00:00:00 +0000
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# postinst script for openoffice.org-gcj
-
-THIS_PACKAGE=openoffice.org-gcj
-THIS_SCRIPT=postinst
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ -x /usr/bin/rebuild-gcj-db ]; then
-     /usr/bin/rebuild-gcj-db || true
-fi
-
-#DEBHELPER#
-
-exit 0

=== removed file 'openoffice.org-gcj.postrm.in'
--- a/openoffice.org-gcj.postrm.in	2009-03-10 17:23:43 +0000
+++ b/openoffice.org-gcj.postrm.in	1970-01-01 00:00:00 +0000
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# postrm script for openoffice.org-gcj
-
-THIS_PACKAGE=openoffice.org-gcj
-THIS_SCRIPT=postrm
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ -x /usr/bin/rebuild-gcj-db ]; then
-     /usr/bin/rebuild-gcj-db || true
-fi
-
-#DEBHELPER#
-
-exit 0

=== modified file 'rules'
--- a/rules	2009-04-19 18:59:11 +0000
+++ b/rules	2009-04-19 20:22:16 +0000
@@ -2889,6 +2889,9 @@
 endif
 	dh_installmime -s
 	dh_installmenu -s
+ifeq "$(BUILD_JARS_NATIVE)" "y"
+	dh_nativejava -popenoffice.org$(VER)-gcj -o
+endif
 ifeq "$(USE_PYCENTRAL)" "y"
 	dh_pycentral -ppython-uno
 else


Reply to: