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

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Apr 25 17:19:50 UTC 2014


Author: ebourg-guest
Date: 2014-04-25 17:19:50 +0000 (Fri, 25 Apr 2014)
New Revision: 18076

Modified:
   trunk/aspectj/debian/changelog
   trunk/aspectj/debian/control
   trunk/aspectj/debian/rules
Log:
Use libasm4-java instead of libasm3-java



Modified: trunk/aspectj/debian/changelog
===================================================================
--- trunk/aspectj/debian/changelog	2014-04-25 16:14:23 UTC (rev 18075)
+++ trunk/aspectj/debian/changelog	2014-04-25 17:19:50 UTC (rev 18076)
@@ -4,6 +4,7 @@
   * New upstream release
     - Refreshed the patches
   * debian/control:
+    - Use libasm4-java instead of libasm3-java
     - Standards-Version updated to 3.9.5 (no changes)
     - Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9

Modified: trunk/aspectj/debian/control
===================================================================
--- trunk/aspectj/debian/control	2014-04-25 16:14:23 UTC (rev 18075)
+++ trunk/aspectj/debian/control	2014-04-25 17:19:50 UTC (rev 18076)
@@ -11,8 +11,8 @@
                      eclipse-platform (>= 3.4.1),
                      html2text,
                      junit (>= 3.8.1),
-                     libasm3-java,
-                     libasm3-java-doc,
+                     libasm4-java,
+                     libasm4-java-doc,
                      libaspectj-java,
                      libcommons-logging-java,
                      libregexp-java,
@@ -69,7 +69,7 @@
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Recommends: default-jdk-doc, libasm3-java-doc
+Recommends: default-jdk-doc, libasm4-java-doc
 Replaces: aspectj-doc (<< 1.6.10+dfsg-1)
 Conflicts: aspectj-doc (<< 1.6.10+dfsg-1)
 Suggests: aspectj-doc

Modified: trunk/aspectj/debian/rules
===================================================================
--- trunk/aspectj/debian/rules	2014-04-25 16:14:23 UTC (rev 18075)
+++ trunk/aspectj/debian/rules	2014-04-25 17:19:50 UTC (rev 18076)
@@ -73,10 +73,10 @@
 	# Setup our local.properties
 	cp debian/local.properties $(MODULES)/build
 
-	# asm3
+	# asm4
 	$(MKDIR) $(AJ_ASM_HOME)
-	$(LN_S) /usr/share/java/asm3.jar $(AJ_ASM_HOME)/asm-3.1.jar
-	$(LN_S) /usr/share/java/asm3.jar $(AJ_ASM_HOME)/asm-3.3.1.renamed.jar
+	$(LN_S) /usr/share/java/asm4.jar $(AJ_ASM_HOME)/asm-4.0.jar
+	$(LN_S) /usr/share/java/asm4.jar $(AJ_ASM_HOME)/asm-4.0.renamed.jar
 	
 	# eclipse (JDT)
 	$(MKDIR) $(AJ_ECLIPSE_HOME)




More information about the pkg-java-commits mailing list