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 <[EMAIL PROTECTED]> from the uploaders

 -- Arnaud Vandyck <[EMAIL PROTECTED]>  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 <[EMAIL PROTECTED]> from the uploaders
+
+ -- Arnaud Vandyck <[EMAIL PROTECTED]>  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 
<[email protected]>
-Uploaders: Takashi Okamoto <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL 
PROTECTED]>, Arnaud Vandyck <[EMAIL PROTECTED]>
+Uploaders: Wolfgang Baer <[EMAIL PROTECTED]>, Arnaud Vandyck <[EMAIL 
PROTECTED]>
 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::


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to