Codebase list libcommons-lang3-java / debian/RELEASE_1_0_2-6@1689
This commit was manufactured by cvs2svn to create tag 'RELEASE_1_0_2-6'. (no author) 20 years ago
2 changed file(s) with 0 addition(s) and 38 deletion(s). Raw diff Collapse all Expand all
+0
-1
debian/patches/00list less more
0 01_build_entities_fix
+0
-37
debian/patches/01_build_entities_fix.dpatch less more
0 #!/bin/sh -e
1 ## 01_build_entities_fix.dpatch by Arnaud Vandyck <avdyk@debian.org>
2 ##
3 ## All lines beginning with `## DP:' are a description of the patch.
4 ## DP: No description.
5
6 if [ $# -ne 1 ]; then
7 echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
8 exit 1
9 fi
10
11 [ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
12 patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
13
14 case "$1" in
15 -patch) patch $patch_opts -p1 < $0;;
16 -unpatch) patch $patch_opts -p1 -R < $0;;
17 *)
18 echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
19 exit 1;;
20 esac
21
22 exit 0
23
24 @DPATCH@
25 diff -urNad /home/arnaud/debian/avdyk/libcommons-validator-java/libcommons-validator-java-1.0.2/build.xml libcommons-validator-java-1.0.2/build.xml
26 --- /home/arnaud/debian/avdyk/libcommons-validator-java/libcommons-validator-java-1.0.2/build.xml 2003-04-17 17:57:20.000000000 +0200
27 +++ libcommons-validator-java-1.0.2/build.xml 2003-11-16 00:15:43.000000000 +0100
28 @@ -216,7 +216,7 @@
29 author="true"
30 private="true"
31 version="true"
32 - doctitle="&lt;h1&gt;${component.title} (Version ${component.version})&lt;/h1&gt;"
33 + doctitle="${component.title} (Version ${component.version})"
34 windowtitle="${component.title} (Version ${component.version})"
35 bottom="Copyright (c) 2001-2002 - Apache Software Foundation"
36 classpathref="compile.classpath" />