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

./packages/openofficeorg/2.4.1/unstable r1200: ake -qa-api-tests depend on Java



------------------------------------------------------------
revno: 1200
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Mon 2008-10-13 13:30:23 +0200
message:
  ake -qa-api-tests depend on Java
modified:
  changelog
  control
  control.qa.in
=== modified file 'changelog'
--- a/changelog	2008-10-13 08:21:01 +0000
+++ b/changelog	2008-10-13 11:30:23 +0000
@@ -8,8 +8,11 @@
       Put it into a mktemp -q -d generated dir instead of in the build tree
       so that it doesn't break the install after it....
     - make ootestapi find OOoRunnerLight.jar by setting the necessary symlink
+  * debian/control.qa.in:
+    - make -qa-api-tests depend on Java as it needs OOoRunnerLight.jar to be
+      run to be used
 
- -- Rene Engelhard <rene@debian.org>  Mon, 13 Oct 2008 10:20:21 +0200
+ -- Rene Engelhard <rene@debian.org>  Mon, 13 Oct 2008 11:58:25 +0200
 
 openoffice.org (1:2.4.1-11) unstable; urgency=high
 

=== modified file 'control'
--- a/control	2008-10-11 19:59:40 +0000
+++ b/control	2008-10-13 11:30:23 +0000
@@ -3115,7 +3115,7 @@
 Package: openoffice.org-qa-api-tests
 Section: devel
 Priority: extra
-Depends: openoffice.org-qa-tools
+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

=== modified file 'control.qa.in'
--- a/control.qa.in	2008-05-11 13:52:00 +0000
+++ b/control.qa.in	2008-10-13 11:30:23 +0000
@@ -24,7 +24,7 @@
 Package: openoffice.orgVER-qa-api-tests
 Section: devel
 Priority: extra
-Depends: openoffice.orgVER-qa-tools
+Depends: openoffice.orgVER-qa-tools, ${java-runtime-depends}
 Architecture: all
 Description: OpenOffice.org API Test Data
  OpenOffice.org is a full-featured office productivity suite that provides


Reply to: