Codebase list libmicroba-java / c5c6bb0
Use quilt for patching instead of calling patch manually. gregor herrmann 16 years ago
5 changed file(s) with 20 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
44 from the upstream version.
55 * Further improve get-orig-source target in debian/rules.
66 * Move upstream URL from the description to the new Homepage field.
7 * Use quilt for patching instead of calling patch manually.
78
8 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 21 Sep 2007 13:54:36 +0200
9 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 02 Oct 2007 20:47:35 +0200
910
1011 libmicroba-java (1:0.4.4.1-1) unstable; urgency=low
1112
22 Priority: optional
33 Maintainer: gregor herrmann <gregor+debian@comodo.priv.at>
44 Uploaders: tony mancill <tmancill@debian.org>
5 Build-Depends: debhelper (>= 5)
5 Build-Depends: debhelper (>= 5), quilt
66 Build-Depends-Indep: ant, unzip, java-gcj-compat-dev, libjgraph-java
77 Standards-Version: 3.7.2
88 Homepage: http://microba.sourceforge.net/
0 --- build.xml.org 2006-12-25 21:00:40.000000000 +0100
1 +++ build.xml 2006-12-25 21:00:45.000000000 +0100
2 @@ -11,3 +11,3 @@
0 Index: libmicroba-java-NM/build.xml
1 ===================================================================
2 --- libmicroba-java-NM.orig/build.xml 2007-10-02 20:50:17.000000000 +0200
3 +++ libmicroba-java-NM/build.xml 2007-10-02 20:50:27.000000000 +0200
4 @@ -9,7 +9,7 @@
5 <property name="maven-pack" value="microba-${version}-maven.jar" />
6
37 <path id="compile-classpath">
48 - <pathelement location="lib-compiletime/jgraph.jar" />
59 + <pathelement location="/usr/share/java/jgraph.jar" />
610 </path>
7 @@ -122,2 +122,2 @@
11
12 <target name="src_release">
13 @@ -129,4 +129,4 @@
14
15
816
917 -</project>
1018 \ No newline at end of file
0 jgraph.patch
77
88 # Uncomment this to turn on verbose mode.
99 #export DH_VERBOSE=1
10
11 include /usr/share/quilt/quilt.make
1012
1113 TARBALL ?= $(shell uscan --force-download --verbose | tail -n 2 | perl -ne 'print $$_ if s;.*(microba-[\d\.]+-full.zip).*;../$$1;')
1214 VERSION ?= $(shell echo $(TARBALL) | perl -pe 's;../microba-(.+)-full.zip;$$1;')
2527 unzip $(CURDIR)/microba-*-sources.jar -d src
2628 unzip $(CURDIR)/microba-*-javadoc.jar -d doc
2729 mv $(CURDIR)/src/build.xml $(CURDIR)/
28 patch < $(CURDIR)/debian/patches/jgraph.patch
2930 touch configure-stamp
3031
3132
3233 build: build-stamp
3334
34 build-stamp: configure-stamp
35 build-stamp: configure-stamp patch
3536 dh_testdir
3637 ant bin_release
3738 touch $@
3839
39 clean:
40 clean: unpatch
4041 dh_testdir
4142 dh_testroot
4243 rm -f build-stamp configure-stamp