[bcel] 04/08: Removed the patches
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Oct 24 15:24:11 BST 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository bcel.
commit 30edd703739b083d3b0f14a91221a6c57b51c903
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Oct 24 15:53:27 2014 +0200
Removed the patches
---
debian/patches/build.xml.patch | 18 ------------------
debian/patches/encoding.patch | 33 ---------------------------------
debian/patches/linkjavadoc.patch | 13 -------------
debian/patches/manifest.patch | 16 ----------------
debian/patches/series | 4 ----
5 files changed, 84 deletions(-)
diff --git a/debian/patches/build.xml.patch b/debian/patches/build.xml.patch
deleted file mode 100644
index 083328e..0000000
--- a/debian/patches/build.xml.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Disable proxy/fetching files from the net-
-Author: Paul Cager <paul-debian at home.paulcager.org>
-
---- a/build.xml 2010-12-03 13:42:28.000000000 +0000
-+++ b/build.xml 2010-12-03 13:42:50.296517505 +0000
-@@ -109,12 +109,6 @@
- </javadoc>
- </target>
- <target name="get-deps" unless="noget" depends="init">
-- <!--Proxy settings works only with a JDK 1.2 and higher.-->
--
-- <setproxy>
-- </setproxy>
-- <get dest="${libdir}/regexp-1.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/regexp/jars/regexp-1.2.jar">
-- </get>
- </target>
- <target name="install-maven">
- <get dest="${user.home}/maven-install-latest.jar" usetimestamp="true" src="${repo}/maven/maven-install-latest.jar">
diff --git a/debian/patches/encoding.patch b/debian/patches/encoding.patch
deleted file mode 100644
index 9c9b4d7..0000000
--- a/debian/patches/encoding.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Fix encoding of source files for Java 7 compatibility
-Author: James Page <james.page at ubuntu.com>
-Forwarded: not-needed
-
-Index: bcel/build.xml
-===================================================================
---- bcel.orig/build.xml 2011-12-05 14:50:45.203906796 +0000
-+++ bcel/build.xml 2011-12-05 14:51:00.535956116 +0000
-@@ -39,7 +39,7 @@
- <target name="compile" description="o Compile the code" depends="get-deps">
- <mkdir dir="${classesdir}">
- </mkdir>
-- <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">
-+ <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html" encoding="ISO-8859-1">
- <src>
- <pathelement location="src/java">
- </pathelement>
-@@ -100,7 +100,7 @@
- </property>
- <property name="title" value="jakarta-bcel 5.2 API">
- </property>
-- <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.bcel.*">
-+ <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.bcel.*" encoding="ISO-8859-1">
- <classpath>
- <path refid="build.classpath">
- </path>
-@@ -116,4 +116,4 @@
- <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
- </unjar>
- </target>
--</project>
-\ No newline at end of file
-+</project>
diff --git a/debian/patches/linkjavadoc.patch b/debian/patches/linkjavadoc.patch
deleted file mode 100644
index 2758fdd..0000000
--- a/debian/patches/linkjavadoc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Description: Link javadoc against system javadoc.
-Author: Paul Cager <paul-debian at home.paulcager.org>
-
---- a/build.xml 2007-01-14 22:11:59.000000000 +0000
-+++ b/build.xml 2007-01-14 22:21:35.000000000 +00x00
-@@ -105,6 +105,7 @@
- <path refid="build.classpath">
- </path>
- </classpath>
-+ <link href="/usr/share/doc/default-jdk-doc/api/" />
- </javadoc>
- </target>
- <target name="get-deps" unless="noget" depends="init">
diff --git a/debian/patches/manifest.patch b/debian/patches/manifest.patch
deleted file mode 100644
index 1f4ddac..0000000
--- a/debian/patches/manifest.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Add manifest.
-
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ b/manifest.txt 2005-03-09 17:14:22.000000000 +0000
-@@ -0,0 +1,11 @@
-+Manifest-Version: 1.0
-+Package: org.apache.bcel
-+
-+Name: org.apache.bcel
-+Specification-Title: bcel
-+Specification-Version: 5.2
-+Specification-Vendor: Apache Software Foundation
-+Implementation-Title: org.apache.bcel
-+Implementation-Version: 5.2
-+Implementation-Vendor: Apache Software Foundation
-+
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 930e246..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,4 +0,0 @@
-linkjavadoc.patch
-build.xml.patch
-manifest.patch
-encoding.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bcel.git
More information about the pkg-java-commits
mailing list