[closure-compiler] 02/10: closure-compiler is now a separate package
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 03a12896cb9523f8b4fad0f8464d944b0e12232d
Author: tony mancill <tmancill at debian.org>
Date: Tue Jan 7 22:05:20 2014 -0800
closure-compiler is now a separate package
---
debian/changelog | 10 ++++++++--
...-compiler-java.links => closure-compiler.links} | 0
.../{closure-compiler => closure-compiler_wrapper} | 0
debian/control | 22 ++++++++++++++++++----
debian/libclosure-compiler-java.lintian-overrides | 2 --
5 files changed, 26 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a50bd68..5d448fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,18 @@
-closure-compiler (20130227+dfsg1-5) UNRELEASED; urgency=low
+closure-compiler (20130227+dfsg1-5) UNRELEASED; urgency=medium
+
+ * Team upload.
[ Ben Finney ]
* debian/control, debian/rules, debian/manpage_encoding_declaration.UTF-8:
+ Build manpage from reStructuredText source document.
* debian/closure-compiler.1.txt, debian/closure-compiler.manpages:
+ Add a manpage for ‘closure-compiler(1)’.
+ (Closes: #734243)
+
+ [ tony mancill ]
+ * closure-compiler is now a separate pacakge and provides a manpage.
- --
+ -- tony mancill <tmancill at debian.org> Tue, 07 Jan 2014 21:58:01 -0800
closure-compiler (20130227+dfsg1-4) unstable; urgency=medium
diff --git a/debian/libclosure-compiler-java.links b/debian/closure-compiler.links
similarity index 100%
rename from debian/libclosure-compiler-java.links
rename to debian/closure-compiler.links
diff --git a/debian/closure-compiler b/debian/closure-compiler_wrapper
similarity index 100%
rename from debian/closure-compiler
rename to debian/closure-compiler_wrapper
diff --git a/debian/control b/debian/control
index f8c3e6e..1e65e70 100644
--- a/debian/control
+++ b/debian/control
@@ -26,21 +26,35 @@ Vcs-Git: git://anonscm.debian.org/pkg-java/closure-compiler.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/closure-compiler.git
Homepage: http://code.google.com/p/closure-compiler
+Package: closure-compiler
+Architecture: all
+Depends: ${misc:Depends}, libclosure-compiler-java (>= ${source:Version}),
+ default-jre-headless, jarwrapper
+Description: JavaScript optimizing compiler
+ Closure Compiler is a JavaScript optimizing compiler. It parses your
+ JavaScript, analyzes it, removes dead code and rewrites and minimizes
+ what's left. It also checks syntax, variable references, and types, and
+ warns about common JavaScript pitfalls. It is used in many of Google's
+ JavaScript apps, including Gmail, Google Web Search, Google Maps, and
+ Google Docs.
+ .
+ This package contains the /usr/bin symlink and manpage.
+
Package: libclosure-compiler-java
Architecture: all
-Provides: closure-compiler
Depends: ${misc:Depends}, ${maven:Depends},
- libargs4j-java, libguava-java, libandroid-json-org-java,
- default-jre-headless, jarwrapper
+ libargs4j-java, libguava-java, libandroid-json-org-java
Recommends: ${maven:OptionalDepends}
Suggests: libclosure-compiler-java-doc
-Description: JavaScript optimizing compiler
+Description: JavaScript optimizing compiler - library package
Closure Compiler is a JavaScript optimizing compiler. It parses your
JavaScript, analyzes it, removes dead code and rewrites and minimizes
what's left. It also checks syntax, variable references, and types, and
warns about common JavaScript pitfalls. It is used in many of Google's
JavaScript apps, including Gmail, Google Web Search, Google Maps, and
Google Docs.
+ .
+ This package contains the jar library.
Package: libclosure-compiler-java-doc
Architecture: all
diff --git a/debian/libclosure-compiler-java.lintian-overrides b/debian/libclosure-compiler-java.lintian-overrides
deleted file mode 100644
index 52efc15..0000000
--- a/debian/libclosure-compiler-java.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# closure-compiler is not just a library and does in fact require a JRE
-libclosure-compiler-java: needless-dependency-on-jre
--
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