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

./packages/openofficeorg/3.1.1/unstable r1816: add -Xjavasettingsunopkginstall.xml so that it doesn't end up in .md5sums



------------------------------------------------------------
revno: 1816
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Fri 2010-01-15 13:04:34 +0100
message:
  add -Xjavasettingsunopkginstall.xml so that it doesn't end up in .md5sums
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2010-01-15 12:03:13 +0000
+++ b/changelog	2010-01-15 12:04:34 +0000
@@ -6,6 +6,8 @@
   * debian/rules
     - fix conditionals to also add gcj-jdk builddep in non--gcj-build cases
       as we have archs needing it also for "normal" builds
+    - add -Xjavasettingsunopkginstall.xml so that it doesn't end up in
+      .md5sums, thanks Loic Minier
 
  -- Rene Engelhard <rene@debian.org>  Wed, 13 Jan 2010 21:57:32 +0100
 

=== modified file 'rules'
--- a/rules	2010-01-15 12:03:13 +0000
+++ b/rules	2010-01-15 12:04:34 +0000
@@ -3496,7 +3496,7 @@
 		-V'java-runtime-depends=$(JAVA_RUNTIME_DEPENDS)' \
 		-v`echo $(BINARY_VERSION) | cut -d: -f1`:$(shell grep "<version" $(SOURCE_TREE)/reportbuilder/$(shell . $(SOURCE_TREE)/*.sh; echo $$OUTPATH$$PROEXT)/misc/description.xml | perl -pi -e 's,<version value=\"(.*)\"/>,\1,; s/^\s+//')+OOo`echo $(BINARY_VERSION) | cut -d: -f2`
 endif
-	dh_md5sums -i
+	dh_md5sums -i -Xjavasettingsunopkginstall.xml
 	dh_builddeb -i $(DEBHELPER_OPTIONS) $(BUILDDEB_OPTIONS)
 
 	touch $@


Reply to: