[closure-compiler] 04/10: try without javahelper; use wrapper script instead of jarwrapper

Tony Mancill tmancill at moszumanska.debian.org
Tue Apr 22 06:11:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository closure-compiler.

commit 6a7bdfe7f0ecad5c2ae462eefde4909c83682f73
Author: tony mancill <tmancill at debian.org>
Date:   Mon Apr 21 22:11:45 2014 -0700

    try without javahelper; use wrapper script instead of jarwrapper
---
 debian/closure-compiler.install | 2 ++
 debian/closure-compiler.links   | 1 -
 debian/control                  | 3 +--
 debian/rules                    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/closure-compiler.install b/debian/closure-compiler.install
new file mode 100644
index 0000000..bf6c5b8
--- /dev/null
+++ b/debian/closure-compiler.install
@@ -0,0 +1,2 @@
+debian/closure-compiler_wrapper usr/bin/closure-compiler
+
diff --git a/debian/closure-compiler.links b/debian/closure-compiler.links
deleted file mode 100644
index c8edc77..0000000
--- a/debian/closure-compiler.links
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/java/closure-compiler.jar /usr/bin/closure-compiler
diff --git a/debian/control b/debian/control
index 1e65e70..a24ca78 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,6 @@ Build-Depends:
     libjarjar-java,
     protobuf-compiler,
     libmaven-ant-tasks-java,
-    javahelper (>=0.25),
     python-docutils
 Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java
 Standards-Version: 3.9.5
@@ -38,7 +37,7 @@ Description: JavaScript optimizing compiler
  JavaScript apps, including Gmail, Google Web Search, Google Maps, and
  Google Docs.
  .
- This package contains the /usr/bin symlink and manpage.
+ This package contains the /usr/bin wrapper script and manpage.
 
 Package: libclosure-compiler-java
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 3e78bd8..3597754 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ RST2MAN = rst2man
 
 
 %:
-	dh $@ --with maven_repo_helper,javahelper
+	dh $@ --with maven_repo_helper #,javahelper
 
 
 #.PHONY: clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/closure-compiler.git



More information about the pkg-java-commits mailing list