CVS ow-util-ant-tasks/debian/patches

Barry Hawkins barryh-guest at haydn.debian.org
Tue Sep 13 03:14:07 UTC 2005


Update of /cvsroot/pkg-java/ow-util-ant-tasks/debian/patches
In directory haydn:/tmp/cvs-serv14311/debian/patches

Modified Files:
	01_upstream_enhance_compile_target.dpatch 
	02_upstream_correct_manifest_description.dpatch 
	03_upstream_add_javadoc_target.dpatch 
Log Message:
Additional cleanup for 1.3-2 release candidate

--- /cvsroot/pkg-java/ow-util-ant-tasks/debian/patches/01_upstream_enhance_compile_target.dpatch	2005/09/06 04:51:59	1.1.1.1
+++ /cvsroot/pkg-java/ow-util-ant-tasks/debian/patches/01_upstream_enhance_compile_target.dpatch	2005/09/13 03:14:07	1.2
@@ -5,23 +5,6 @@
 ## DP: Add directives to enhance the degree of control over javac
 ## DP: behavior; helpful when building with free runtimes.
 
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch ${2:+-d $2}}"
-
-if [ $# -lt 1 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-case "$1" in
-       -patch) patch $patch_opts -p1 < $0;;
-       -unpatch) patch $patch_opts -p1 -R < $0;;
-        *)
-                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-                exit 1;;
-esac
-
-exit 0
-
 @DPATCH@
 
 diff -uNr ow-util-ant-tasks-1.3/build.xml build-01.xml
--- /cvsroot/pkg-java/ow-util-ant-tasks/debian/patches/02_upstream_correct_manifest_description.dpatch	2005/09/06 04:51:59	1.1.1.1
+++ /cvsroot/pkg-java/ow-util-ant-tasks/debian/patches/02_upstream_correct_manifest_description.dpatch	2005/09/13 03:14:07	1.2
@@ -5,23 +5,6 @@
 ## DP: The description of the manifest is grammatically quite off;
 ## DP: this patch corrects it.
 
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch ${2:+-d $2}}"
-
-if [ $# -lt 1 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-case "$1" in
-       -patch) patch $patch_opts -p1 < $0;;
-       -unpatch) patch $patch_opts -p1 -R < $0;;
-        *)
-                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-                exit 1;;
-esac
-
-exit 0
-
 @DPATCH@
 
 diff -uNr ow-util-ant-tasks-1.3/build.xml build-02.xml
--- /cvsroot/pkg-java/ow-util-ant-tasks/debian/patches/03_upstream_add_javadoc_target.dpatch	2005/09/06 04:51:59	1.1.1.1
+++ /cvsroot/pkg-java/ow-util-ant-tasks/debian/patches/03_upstream_add_javadoc_target.dpatch	2005/09/13 03:14:07	1.2
@@ -5,23 +5,6 @@
 ## DP: The API Javadoc for this library is not being built by default;
 ## DP: this patch adds it to the build.
 
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch ${2:+-d $2}}"
-
-if [ $# -lt 1 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-case "$1" in
-       -patch) patch $patch_opts -p1 < $0;;
-       -unpatch) patch $patch_opts -p1 -R < $0;;
-        *)
-                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-                exit 1;;
-esac
-
-exit 0
-
 @DPATCH@
 
 diff -uNr ow-util-ant-tasks-1.3/build.xml build-03.xml
@@ -64,4 +47,3 @@
 +		<delete dir="${javadoc.dir}"/>
  	</target>
  </project>
- 



More information about the pkg-java-commits mailing list