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

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Apr 25 20:25:37 UTC 2014


Author: ebourg-guest
Date: 2014-04-25 20:25:37 +0000 (Fri, 25 Apr 2014)
New Revision: 18079

Modified:
   trunk/aspectj/debian/rules
Log:
Update the get-orig-source target in debian/rules



Modified: trunk/aspectj/debian/rules
===================================================================
--- trunk/aspectj/debian/rules	2014-04-25 19:47:05 UTC (rev 18078)
+++ trunk/aspectj/debian/rules	2014-04-25 20:25:37 UTC (rev 18079)
@@ -122,7 +122,7 @@
 clean::
 	rm -Rf $(AJ_ECLIPSE_HOME)
 	rm -Rf $(AJ_BOOT_HOME)/lib/aspectj*.jar
-	rm -Rf $(AJ_ASM_HOME)/asm-3.1.jar
+	rm -Rf $(AJ_ASM_HOME)/asm-4.0.jar
 	rm -f $(DEB_BUILDDIR)/local.properties $(AJ_MANPAGES)
 	rm -Rf $(AJ_COMMONS_HOME)
 	rm -Rf $(AJ_JUNIT_HOME)
@@ -132,4 +132,4 @@
 
 .PHONY: get-orig-source
 get-orig-source:
-	sh debian/cvs-get.sh
+	uscan --download-current-version --rename




More information about the pkg-java-commits mailing list