[pkg-java] r5783 - trunk/jarjar/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Wed Feb 20 19:56:25 UTC 2008


Author: mkoch
Date: 2008-02-20 19:56:24 +0000 (Wed, 20 Feb 2008)
New Revision: 5783

Modified:
   trunk/jarjar/debian/changelog
   trunk/jarjar/debian/rules
Log:
* Removed some cruft from debian/rules.

Modified: trunk/jarjar/debian/changelog
===================================================================
--- trunk/jarjar/debian/changelog	2008-02-20 19:54:40 UTC (rev 5782)
+++ trunk/jarjar/debian/changelog	2008-02-20 19:56:24 UTC (rev 5783)
@@ -6,6 +6,7 @@
   * Updated debhelper level to 5.
   * Added debian/patches/05_gnu_regexp.patch to work around limitation in
     gnu.regexp.
+  * Removed some cruft from debian/rules.
   * Added Homepage, Vcs-Svn and Vcs-Browser fields.
 
   [ Arnaud Vandyck ]

Modified: trunk/jarjar/debian/rules
===================================================================
--- trunk/jarjar/debian/rules	2008-02-20 19:54:40 UTC (rev 5782)
+++ trunk/jarjar/debian/rules	2008-02-20 19:56:24 UTC (rev 5783)
@@ -1,14 +1,10 @@
 #!/usr/bin/make -f
-# debian/rules file for jarjar (uses cdbs)
 
-export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-JAVA_HOME := /usr/lib/jvm/java-gcj/
-ANT_HOME := /usr/share/ant
+JAVA_HOME := /usr/lib/jvm/java-gcj
 
 DEB_JARS := asm3 asm3-commons
 DEB_ANT_BUILD_TARGET := jar javadoc




More information about the pkg-java-commits mailing list