[pkg-java] r10017 - trunk/jaranalyzer/debian
Florian Grandel
jerico-guest at alioth.debian.org
Fri Aug 14 13:38:20 UTC 2009
Author: jerico-guest
Date: 2009-08-14 13:38:20 +0000 (Fri, 14 Aug 2009)
New Revision: 10017
Modified:
trunk/jaranalyzer/debian/changelog
trunk/jaranalyzer/debian/control
trunk/jaranalyzer/debian/rules
Log:
- fix #540175
- make package lintian clean
Modified: trunk/jaranalyzer/debian/changelog
===================================================================
--- trunk/jaranalyzer/debian/changelog 2009-08-14 13:37:35 UTC (rev 10016)
+++ trunk/jaranalyzer/debian/changelog 2009-08-14 13:38:20 UTC (rev 10017)
@@ -1,3 +1,15 @@
+jaranalyzer (1.2-4) unstable; urgency=low
+
+ * closes #540175:
+ + debian/control: add default-jdk to Build-Depends
+ + debian/rules: set JAVA_HOME to /usr/lib/jvm/default-java
+ + thanks to Michael Bienia <geser at ubuntu.com> and Marcus Better
+ <marcus at better.se> for reporting/patching
+ * updated standards version
+ * added ${misc:Depends}
+
+ -- Florian Grandel <jerico.dev at gmail.com> Fri, 14 Aug 2009 09:18:41 -0300
+
jaranalyzer (1.2-3) unstable; urgency=low
* Added missing copyright note for jaranalyzer.xls
Modified: trunk/jaranalyzer/debian/control
===================================================================
--- trunk/jaranalyzer/debian/control 2009-08-14 13:37:35 UTC (rev 10016)
+++ trunk/jaranalyzer/debian/control 2009-08-14 13:38:20 UTC (rev 10017)
@@ -1,16 +1,16 @@
Source: jaranalyzer
-Section: devel
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Florian Grandel <jerico.dev at gmail.com>
-Build-Depends: cdbs, debhelper (>> 5), javahelper (>= 0.13), tofrodos, ant-optional, quilt
+Build-Depends: cdbs, debhelper (>> 5), javahelper (>= 0.13), tofrodos, ant-optional, quilt, default-jdk
Build-Depends-Indep: junit, libbcel-java, libregexp-java, help2man
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
Homepage: http://www.kirkk.com/main/Main/JarAnalyzer
Package: jaranalyzer
Architecture: all
-Depends: ${java:Depends}
+Depends: ${java:Depends}, ${misc:Depends}
Suggests: graphviz, xsltproc
Description: Dependency management utility for jar files
JarAnalyzer's primary purpose is to traverse through a directory,
Modified: trunk/jaranalyzer/debian/rules
===================================================================
--- trunk/jaranalyzer/debian/rules 2009-08-14 13:37:35 UTC (rev 10016)
+++ trunk/jaranalyzer/debian/rules 2009-08-14 13:38:20 UTC (rev 10017)
@@ -4,7 +4,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := bcel regexp junit ant-junit
clean::
More information about the pkg-java-commits
mailing list