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

r841 ./packages/openofficeorg/2.3/experimental: fix control target dependencies, fix -dev description



------------------------------------------------------------
revno: 841
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Mon 2007-08-13 22:50:48 +0200
message:
  fix control target dependencies, fix -dev description
modified:
  changelog
  control
  control.sdk.in
  rules
=== modified file 'changelog'
--- a/changelog	2007-08-13 20:36:39 +0000
+++ b/changelog	2007-08-13 20:50:48 +0000
@@ -8,8 +8,13 @@
     and we should be able to recover)
   * debian/control.in:
     - make -report-builder depend on a version having jl68 included
+  * debian/control.in:
+    - fix -devs description; Xmerge Javadoc is not there for now, mention
+      gsicheck instead
+  * debian/rules:
+    - fix control target dependencies
 
- -- Rene Engelhard <rene@debian.org>  Mon, 13 Aug 2007 22:35:26 +0200
+ -- Rene Engelhard <rene@debian.org>  Mon, 13 Aug 2007 22:49:47 +0200
 
 openoffice.org (2.3.0~src680m225-1) experimental; urgency=low
 

=== modified file 'control'
--- a/control	2007-08-13 20:36:39 +0000
+++ b/control	2007-08-13 20:50:48 +0000
@@ -2990,5 +2990,5 @@
   * IDL reference
   * C++/Java/Basic examples
  .
- It also contains the Javadoc of the XMerge API.
-
+ It also contains the gsicheck utility.
+ 

=== modified file 'control.sdk.in'
--- a/control.sdk.in	2007-08-01 18:14:46 +0000
+++ b/control.sdk.in	2007-08-13 20:50:48 +0000
@@ -47,5 +47,5 @@
   * IDL reference
   * C++/Java/Basic examples
  .
- It also contains the Javadoc of the XMerge API.
-
+ It also contains the gsicheck utility.
+ 

=== modified file 'rules'
--- a/rules	2007-08-09 12:10:58 +0000
+++ b/rules	2007-08-13 20:50:48 +0000
@@ -992,7 +992,7 @@
 # Generate control file, because we have so many different languages
 # Based on script by Martin Quinson <Martin.Quinson@tuxfamily.org>
 control: debian/control
-debian/control: debian/control.in debian/control.lang.in debian/control.help.in ooo-build/bin/openoffice-xlate-lang debian/rules
+debian/control: debian/control.in debian/control.lang.in debian/control.help.in debian/control.fonts.in debian/control.sdk.in debian/control.mozilla.in debian/control.gcj.in debian/control.gcj.in debian/control.mono.in debian/control.qa.in ooo-build/bin/openoffice-xlate-lang debian/rules
 	chmod 755 ooo-build/bin/openoffice-xlate-lang
 	sed -e "s#openoffice.orgVER#openoffice.org$(VER)#g" \
 	    -e "s#broffice.orgVER#broffice.org$(VER)#g" \


Reply to: