r1697 - trunk/xml-crimson/debian

Arnaud Vandyck avdyk at costa.debian.org
Mon Jan 16 10:46:32 UTC 2006


Author: avdyk
Date: 2006-01-16 10:46:31 +0000 (Mon, 16 Jan 2006)
New Revision: 1697

Modified:
   trunk/xml-crimson/debian/changelog
   trunk/xml-crimson/debian/control
   trunk/xml-crimson/debian/rules
Log:
xml-crimson (1:1.1.3-7) unstable; urgency=low

  * debian/rules: change  the VERSION miniscript to skip  the epoch number
    (closes: #348094)
  * debian/rules: removed the compiler reference to jikes
  * removed Takashi Okamoto <tora at debian.org> from the uploaders

 -- Arnaud Vandyck <avdyk at debian.org>  Mon, 16 Jan 2006 11:32:22 +0100


Modified: trunk/xml-crimson/debian/changelog
===================================================================
--- trunk/xml-crimson/debian/changelog	2006-01-15 12:25:04 UTC (rev 1696)
+++ trunk/xml-crimson/debian/changelog	2006-01-16 10:46:31 UTC (rev 1697)
@@ -1,3 +1,12 @@
+xml-crimson (1:1.1.3-7) unstable; urgency=low
+
+  * debian/rules: change  the VERSION miniscript to skip  the epoch number
+    (closes: #348094)
+  * debian/rules: removed the compiler reference to jikes
+  * removed Takashi Okamoto <tora at debian.org> from the uploaders
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Mon, 16 Jan 2006 11:32:22 +0100
+
 xml-crimson (1:1.1.3-6) unstable; urgency=low
 
   * debian/control: added a Section (doc) entry to the -doc package fields

Modified: trunk/xml-crimson/debian/control
===================================================================
--- trunk/xml-crimson/debian/control	2006-01-15 12:25:04 UTC (rev 1696)
+++ trunk/xml-crimson/debian/control	2006-01-16 10:46:31 UTC (rev 1697)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Takashi Okamoto <tora at debian.org>, Wolfgang Baer <WBaer at gmx.de>, Arnaud Vandyck <avdyk at debian.org>
+Uploaders: Wolfgang Baer <WBaer at gmx.de>, Arnaud Vandyck <avdyk at debian.org>
 Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, kaffe(>= 2:1.1.5-3), ant
 Standards-Version: 3.6.2
 

Modified: trunk/xml-crimson/debian/rules
===================================================================
--- trunk/xml-crimson/debian/rules	2006-01-15 12:25:04 UTC (rev 1696)
+++ trunk/xml-crimson/debian/rules	2006-01-16 10:46:31 UTC (rev 1697)
@@ -1,17 +1,14 @@
 #!/usr/bin/make -f
 # debian/rules file for crimson (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/kaffe
 ANT_HOME := /usr/share/ant
-
+VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\- | cut -f2 -d\:)
 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar
-DEB_ANT_COMPILER := jikes
 DEB_ANT_BUILD_TARGET := jar
 
 install/libcrimson-java::




More information about the pkg-java-commits mailing list