[pkg-java] r3515 - trunk/aspectj/debian

tgg at alioth.debian.org tgg at alioth.debian.org
Fri May 18 15:53:07 UTC 2007


Author: tgg
Date: 2007-05-18 15:53:07 +0000 (Fri, 18 May 2007)
New Revision: 3515

Removed:
   trunk/aspectj/debian/patches/
Modified:
   trunk/aspectj/debian/rules
Log:
remove patches; we don't need them as we use symlinks


Modified: trunk/aspectj/debian/rules
===================================================================
--- trunk/aspectj/debian/rules	2007-05-18 15:43:12 UTC (rev 3514)
+++ trunk/aspectj/debian/rules	2007-05-18 15:53:07 UTC (rev 3515)
@@ -1,17 +1,14 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME := /usr/lib/jvm/java-gcj
-DEB_BUILDDIR := $(CURDIR)/modules/build
+DEB_BUILDDIR := modules/build
 
 MKDIR := mkdir -p
 LN_S  := ln -sf
 
-VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-)
-
 AJ_ANT_HOME := modules/lib/ant
 AJ_ANT_JARS := ant.jar ant-junit.jar
 AJ_XML_JARS := xercesImpl.jar xml-apis.jar
@@ -43,3 +40,7 @@
 	rm -Rf modules/lib/jython
 
 	rm -f $(DEB_BUILDDIR)/local.properties
+
+.PHONY: get-orig-source
+get-orig-source:
+	sh debian/cvs-get.sh




More information about the pkg-java-commits mailing list