]> git.sven.stormbind.net Git - sven/java-package.git/commitdiff
Disabled dh_strip_nondeterminism to speed up the build
authorEmmanuel Bourg <ebourg@apache.org>
Mon, 30 Nov 2015 13:22:35 +0000 (14:22 +0100)
committerEmmanuel Bourg <ebourg@apache.org>
Mon, 30 Nov 2015 13:22:35 +0000 (14:22 +0100)
debian/changelog
lib/javase.sh

index 7d4a4e683ab8b147bfea3176970b080a89344066..1fd0d55cd0f38ce41108cb967718817cd9b36620 100644 (file)
@@ -9,6 +9,8 @@ java-package (0.60) UNRELEASED; urgency=medium
     (Closes: #753071)
   * Changed the architecture of the documentation packages from any to all.
   * Changed the section of the documentation packages to non-free/doc
     (Closes: #753071)
   * Changed the architecture of the documentation packages from any to all.
   * Changed the section of the documentation packages to non-free/doc
+  * Disabled dh_strip_nondeterminism when generating the Java packages
+    to speed up the build
 
   [ tony mancill ]
   * Update the package long description.
 
   [ tony mancill ]
   * Update the package long description.
index a0e27e4caf88fdad2dae2d7f6c8d2da6f2daa491..7c328999021d2c7720cbd143cf0a55c2fc89b8ba 100644 (file)
@@ -78,6 +78,9 @@ override_dh_compress:
 
 override_dh_shlibdeps:
        dh_shlibdeps --exclude=fxavcodecplugin --exclude=avplugin -l\$(shell find $j2se_name -type f -name '*.so*' -printf '${jvm_base##/}/%h\n' | sort -u | tr '\n' ':' | sed 's/:\$\$//')
 
 override_dh_shlibdeps:
        dh_shlibdeps --exclude=fxavcodecplugin --exclude=avplugin -l\$(shell find $j2se_name -type f -name '*.so*' -printf '${jvm_base##/}/%h\n' | sort -u | tr '\n' ':' | sed 's/:\$\$//')
+
+override_dh_strip_nondeterminism:
+       # Disable dh_strip_nondeterminism to speed up the build
 EOF
 }
 
 EOF
 }
 
@@ -88,6 +91,8 @@ j2se_doc_rules() {
 %:
        dh \$@
 
 %:
        dh \$@
 
+override_dh_strip_nondeterminism:
+       # Disable dh_strip_nondeterminism to speed up the build
 EOF
 }
 
 EOF
 }