Codebase list libmicroba-java / 726a6d3
* Set Standards-Version to 3.7.3 (no changes required). * debian/rules: explicitly set JAVA_HOME; re-arrange targets. gregor herrmann 16 years ago
4 changed file(s) with 14 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
66 * Move upstream URL from the description to the new Homepage field.
77 * Use quilt for patching instead of calling patch manually.
88 * Change XS-Vcs-* fields to Vcs-*.
9 * Set Standards-Version to 3.7.3 (no changes required).
10 * debian/rules: explicitly set JAVA_HOME; re-arrange targets.
911
10 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 15 Oct 2007 19:55:39 +0200
12 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 25 Dec 2007 00:20:21 +0100
1113
1214 libmicroba-java (1:0.4.4.1-1) unstable; urgency=low
1315
44 Uploaders: tony mancill <tmancill@debian.org>
55 Build-Depends: debhelper (>= 5), quilt
66 Build-Depends-Indep: ant, unzip, java-gcj-compat-dev, libjgraph-java
7 Standards-Version: 3.7.2
7 Standards-Version: 3.7.3
88 Homepage: http://microba.sourceforge.net/
99 Vcs-Svn: http://svn.toastfreeware.priv.at/debian/libmicroba-java/trunk/
1010 Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/libmicroba-java/trunk/
00 Index: libmicroba-java-NM/build.xml
11 ===================================================================
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
2 --- libmicroba-java.orig/build.xml 2007-10-02 20:50:17.000000000 +0200
3 +++ libmicroba-java/build.xml 2007-10-02 20:50:27.000000000 +0200
44 @@ -9,7 +9,7 @@
55 <property name="maven-pack" value="microba-${version}-maven.jar" />
66
2121 rm -rf $(TMPDIR)
2222
2323 configure: configure-stamp
24
25 configure-stamp:
24 configure-stamp:
2625 dh_testdir
2726 unzip $(CURDIR)/microba-*-sources.jar -d src
2827 unzip $(CURDIR)/microba-*-javadoc.jar -d doc
2928 mv $(CURDIR)/src/build.xml $(CURDIR)/
30 touch configure-stamp
31
29 touch $@
3230
3331 build: build-stamp
34
35 build-stamp: configure-stamp patch
32 build-stamp: configure-stamp $(QUILT_STAMPFN)
3633 dh_testdir
37 ant bin_release
34 JAVA_HOME=/usr/lib/jvm/java-gcj ant bin_release
3835 touch $@
3936
4037 clean: unpatch
4138 dh_testdir
4239 dh_testroot
43 rm -f build-stamp configure-stamp
40 rm -f build-stamp configure-stamp install-stamp
4441 rm -rf src doc redist build.xml
45
4642 dh_clean
4743
48 install: build
44 install: install-stamp
45 install-stamp: build-stamp
4946 dh_testdir
5047 dh_testroot
5148 dh_clean -k
5249 dh_installdirs
50 touch $@
5351
5452 # Build architecture-independent files here.
5553 binary-indep: build install