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

./packages/openofficeorg/3.0.1/unstable r1437: remove openoffice.org-qa-tools.*



------------------------------------------------------------
revno: 1437
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Sun 2009-03-22 17:42:56 +0100
message:
  remove openoffice.org-qa-tools.*
removed:
  openoffice.org-qa-tools.docs
  openoffice.org-qa-tools.lintian-overrides
  openoffice.org-qa-tools.postrm.in
  openoffice.org-qa-tools.preinst.in
modified:
  changelog
  control
=== modified file 'changelog'
--- a/changelog	2009-03-22 16:23:08 +0000
+++ b/changelog	2009-03-22 16:42:56 +0000
@@ -6,7 +6,7 @@
   * debian/rules:
     - fix saxon conditional. use internal saxon because system-saxon
       breaks various filters....
-  * debian/rules, debian/control.qa.in:
+  * debian/rules, debian/control.qa.in, debian/openoffice.org-qa-tools-*:
     - remove -qa-*, broken and unused anyway
 
   [ Ben Finney ]

=== modified file 'control'
--- a/control	2009-03-21 20:22:27 +0000
+++ b/control	2009-03-22 16:42:56 +0000
@@ -3168,38 +3168,6 @@
  This package contains cli_ure.dll, a CLI library which contains helper
  classes for implementing UNO interfaces.
 
-Package: openoffice.org-qa-tools
-Section: devel
-Priority: extra
-Depends: ${shlibs:Depends}, openoffice.org (>> ${base-version}), ${ooo-binfilter-dep}, ${java-common-depends}, ${misc:Depends}
-Recommends: openoffice.org-qa-api-tests, openoffice.org-qa-ui-tests,
-Suggests: ${java-runtime-depends}
-Conflicts: openoffice.org-core (<< 1:2.3.0~oog680m2)
-Replaces: openoffice.org-common (<< 2.0.4~ood680m2)
-Architecture: i386 powerpc sparc mips mipsel armel s390 m68k amd64 ppc64
-Description: OpenOffice.org Automatic Test Programs
- OpenOffice.org is a full-featured office productivity suite that provides
- a near drop-in replacement for Microsoft(R) Office.
- .
- This package contains the test tools to automatically test the
- OpenOffice.org programs.
- .
- Install the openoffice.org-qa-ui-tests and
- openoffice.org-qa-api-tests packages to get the official
- testscripts, or write your own scripts.
-
-Package: openoffice.org-qa-api-tests
-Section: devel
-Priority: extra
-Depends: openoffice.org-qa-tools, ${java-runtime-depends}
-Architecture: all
-Description: OpenOffice.org API Test Data
- OpenOffice.org is a full-featured office productivity suite that provides
- a near drop-in replacement for Microsoft(R) Office.
- .
- This package contains the test data for the OpenOffice.org Java and
- Basic APIs.
-
 Package: mozilla-openoffice.org
 Section: net
 Architecture: i386 powerpc sparc mips mipsel s390 armel amd64 ia64 ppc64

=== removed file 'openoffice.org-qa-tools.docs'
--- a/openoffice.org-qa-tools.docs	2006-08-23 17:59:51 +0000
+++ b/openoffice.org-qa-tools.docs	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-debian/README.qa

=== removed file 'openoffice.org-qa-tools.lintian-overrides'
--- a/openoffice.org-qa-tools.lintian-overrides	2008-06-18 12:58:14 +0000
+++ b/openoffice.org-qa-tools.lintian-overrides	1970-01-01 00:00:00 +0000
@@ -1,5 +0,0 @@
-openoffice.org-qa-tools: binary-or-shlib-defines-rpath
-openoffice.org-qa-tools: executable-not-elf-or-script ./usr/lib/openoffice/basis3.0/smoketest/testlog.pl
-openoffice.org-qa-tools: executable-not-elf-or-script ./usr/lib/openoffice/basis3.0/smoketest/smoketest.pl
-openoffice.org-qa-tools: executable-not-elf-or-script ./usr/lib/openoffice/basis3.0/smoketest/testlog.pl
-

=== removed file 'openoffice.org-qa-tools.postrm.in'
--- a/openoffice.org-qa-tools.postrm.in	2009-03-11 18:38:25 +0000
+++ b/openoffice.org-qa-tools.postrm.in	1970-01-01 00:00:00 +0000
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-# postrm script for openoffice.org-qa-tools
-
-THIS_PACKAGE=openoffice.org-qa-tools
-THIS_SCRIPT=postrm
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-case "$1" in remove)
-	dpkg-divert --package $THIS_PACKAGE --remove --rename --divert \
-	    /@OOBASISDIR@/presets/basic/Standard/script.xlb.no-smoketest \
-	    /@OOBASISDIR@/presets/basic/Standard/script.xlb
-	;;
-esac
-
-#DEBHELPER#
-
-exit 0

=== removed file 'openoffice.org-qa-tools.preinst.in'
--- a/openoffice.org-qa-tools.preinst.in	2009-03-11 18:38:25 +0000
+++ b/openoffice.org-qa-tools.preinst.in	1970-01-01 00:00:00 +0000
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-# preinst script for openoffice.org-qa-tools
-
-THIS_PACKAGE=openoffice.org-qa-tools
-THIS_SCRIPT=preinst
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-case "$1" in install|upgrade)
-	dpkg-divert --package $THIS_PACKAGE --add --rename --divert \
-	    /@OOBASISDIR@/presets/basic/Standard/script.xlb.no-smoketest \
-	    /@OOBASISDIR@/presets/basic/Standard/script.xlb
-	;;
-esac
-
-#DEBHELPER#
-
-exit 0


Reply to: