[asm] 05/11: Removed rm-sigtest.patch
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Mar 21 22:47:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository asm.
commit abcabd7bff63a539b837a6ebf8f69eadba51b02f
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Mar 21 16:47:06 2016 +0100
Removed rm-sigtest.patch
---
debian/changelog | 1 +
debian/patches/rm-sigtest.patch | 58 -----------------------------------------
debian/patches/series | 1 -
debian/rules | 2 +-
4 files changed, 2 insertions(+), 60 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 88cb70c..0667cb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ asm (5.1-1) UNRELEASED; urgency=medium
* Renamed the package back to libasm-java
* Removed the unused build dependency on libow-util-ant-tasks-java
* Standards-Version updated to 3.9.7 (no changes)
+ * Removed rm-sigtest.patch
-- Emmanuel Bourg <ebourg at apache.org> Tue, 27 Oct 2015 20:54:01 +0100
diff --git a/debian/patches/rm-sigtest.patch b/debian/patches/rm-sigtest.patch
deleted file mode 100644
index 5e32e52..0000000
--- a/debian/patches/rm-sigtest.patch
+++ /dev/null
@@ -1,58 +0,0 @@
---- a/build.xml
-+++ b/build.xml
-@@ -490,7 +490,7 @@
- </target>
- -->
-
-- <target name="dist" depends="jar,sigtest,jdoc,examples">
-+ <target name="dist" depends="jar,jdoc,examples">
- <zip zipFile="${out.dist}/src.zip" basedir="${src}" excludes="**/optimizer/**/*" />
- </target>
-
-@@ -544,13 +544,13 @@
- <!-- ===== BINARY COMPATIBILITY ==== -->
- <!-- ================================== -->
-
-- <target name="sigtest-setup" depends="jar">
-+ <!--<target name="sigtest-setup" depends="jar">
- <ant antfile="${test}/build.xml" target="sigtest-setup" inheritRefs="true" />
- </target>
-
- <target name="sigtest" depends="jar">
- <ant antfile="${test}/build.xml" target="sigtest" inheritRefs="true" />
-- </target>
-+ </target>-->
-
- <!-- =================================== -->
- <!-- ========== CLEAN ========== -->
---- a/test/build.xml
-+++ b/test/build.xml
-@@ -213,7 +213,7 @@
- <!-- ===== BINARY COMPATIBILITY ==== -->
- <!-- ================================== -->
-
-- <target name="sigtest-setup">
-+ <!--<target name="sigtest-setup">
- <java classname="com.sun.tdk.signaturetest.Setup">
- <classpath>
- <pathelement location="${test}/lib/sigtestdev.jar"/>
-@@ -228,9 +228,9 @@
- <arg value="-filename"/>
- <arg value="${test}/ASM.sig"/>
- </java>
-- </target>
-+ </target>-->
-
-- <target name="sigtest">
-+ <!--<target name="sigtest">
- <taskdef name="atest" classname="com.sun.tdk.signaturetest.ant.ATest"
- classpath="${test}/lib/sigtestdev.jar"/>
- <atest filename="${test}/ASM.sig"
-@@ -244,6 +244,6 @@
- <pathelement location="${out.dist}/lib/all/asm-all-${product.artifact}.jar"/>
- </classpath>
- </atest>
-- </target>
-+ </target>-->
-
- </project>
diff --git a/debian/patches/series b/debian/patches/series
index 9512114..4f8b27d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
encoding.patch
remove_bnd.diff
-rm-sigtest.patch
diff --git a/debian/rules b/debian/rules
index e252266..30449c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ PACKAGE := libasm-java
VERSION := $(DEB_UPSTREAM_VERSION)
JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := ant ant-junit junit xalan2 $(JAVA_HOME)/lib/tools.jar
-DEB_ANT_BUILD_TARGET := dist
+DEB_ANT_BUILD_TARGET := jar jdoc examples
DEB_ANT_BUILDFILE := build.xml
DEB_ANT_ARGS := -propertyfile debian/ant.properties -Dproduct.version=$(VERSION)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/asm.git
More information about the pkg-java-commits
mailing list