Codebase list libmicroba-java / 787ba0b
* New upstream release. * Initial release. gregor herrmann 17 years ago
5 changed file(s) with 21 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
0 --- build.xml.orig 2006-10-08 15:59:52.000000000 +0200
1 +++ build.xml 2006-10-15 18:02:45.000000000 +0200
2 @@ -30,4 +30,5 @@
3
4 - <javac srcdir="src" debug="true" destdir="compile" target="1.4" source="1.4" classpathref="compile-classpath">
5 + <javac srcdir="src" debug="true" destdir="compile" target="1.4" source="1.4">
6 <exclude name="**/demo/**/*.*" />
7 + <exclude name="**/jgrpah/**/*.*" />
8 </javac>
0 libmicroba-java (0.4.3-1) UNRELEASED; urgency=low
0 libmicroba-java (0.4.3-1) unstable; urgency=low
11
2 * (NOT RELEASED YET) New upstream release
2 * New upstream release.
33
4 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 15 Oct 2006 17:23:36 +0200
4 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 15 Oct 2006 17:35:24 +0200
55
66 libmicroba-java (0.4.2-1) unstable; urgency=low
77
8 * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
8 * Initial release.
99
1010 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 29 Sep 2006 17:43:44 +0200
1111
0 redist/microba-0.4.2-bin.jar usr/share/java
0 redist/microba-0.4.3-bin.jar usr/share/java
0 usr/share/java/microba-0.4.2-bin.jar usr/share/java/microba.jar
0 usr/share/java/microba-0.4.3-bin.jar usr/share/java/microba.jar
66 # This special exception was added by Craig Small in version 0.37 of dh-make.
77
88 # Uncomment this to turn on verbose mode.
9 export DH_VERBOSE=1
9 #export DH_VERBOSE=1
1010
1111 configure: configure-stamp
1212
1313 configure-stamp:
1414 dh_testdir
15 unzip $(CURDIR)/microba-0.4.2-src.zip -d src
16 unzip $(CURDIR)/microba-0.4.2-doc.zip -d doc
15 unzip $(CURDIR)/microba-0.4.3-src.zip -d src
16 unzip $(CURDIR)/microba-0.4.3-doc.zip -d doc
1717 mv $(CURDIR)/src/build.xml $(CURDIR)/
18 patch < $(CURDIR)/debian/birdview.patch
1819 touch configure-stamp
1920
2021
2627 ant bin_release
2728 touch $@
2829
29 clean:
30 clean:
3031 dh_testdir
3132 dh_testroot
3233 rm -f build-stamp configure-stamp
4849 dh_testdir
4950 dh_testroot
5051 dh_installchangelogs src/change.log.txt
51 dh_installdocs
52 dh_installdocs -Xjgrpah
5253 # dh_installexamples
5354 dh_install
5455 # dh_installmenu