build.xml after removing lib/.
* debian/clean: remove build.number and src/resource/build.properties, they
get re-generated on each build.
+++ /dev/null
-#Build Number for ANT. Do not edit!
-#Sun Nov 01 16:45:05 CET 2009
-build.number=40
jabref (2.6~beta2+ds-1) UNRELEASED; urgency=low
TODO:
jabref (2.6~beta2+ds-1) UNRELEASED; urgency=low
TODO:
- - clean fails after the removal of lib/ when no patches are applied;
- if we check in trunk with applied patches the next svn-upgrade probably
- breaks; or we come up with a hack to apply this change; or we revert to
- source v1 and play with target deps/overrides
- debian/copyright: the new format would be nice, and a grep over the source
shows some copyright holders ... needs to be checked
- debian/copyright: the new format would be nice, and a grep over the source
shows some copyright holders ... needs to be checked
[ gregor herrmann ]
* Move from contrib to main since all build and runtime dependencies are in
[ gregor herrmann ]
* Move from contrib to main since all build and runtime dependencies are in
- main now (closes: #548180). Repack upstream tarball to remove the
- sourceless pre-compiled libraries.
+ main now (closes: #548180).
+ * Repack upstream tarball to remove the sourceless pre-compiled libraries.
+ * debian/rules: override dh_auto_clean, `ant clean' fails with an unpatched
+ build.xml after removing lib/.
+ * debian/clean: remove build.number and src/resource/build.properties, they
+ get re-generated on each build.
-- gregor herrmann <gregoa@debian.org> Wed, 30 Dec 2009 20:56:57 +0100
-- gregor herrmann <gregoa@debian.org> Wed, 30 Dec 2009 20:56:57 +0100
--- /dev/null
+build.number
+src/resource/build.properties
+override_dh_auto_clean:
+ # ant clean fails if build.xml is not patched
+ $(RM) -r $(CURDIR)/build
+
+override_dh_clean:
+ dh_clean --verbose
+
override_dh_auto_build:
JAVA_HOME=/usr/lib/jvm/default-java ANT_OPTS=-D"file.encoding=UTF-8" \
dh_auto_build
override_dh_auto_build:
JAVA_HOME=/usr/lib/jvm/default-java ANT_OPTS=-D"file.encoding=UTF-8" \
dh_auto_build
+++ /dev/null
-builddate=November 1 2009
-build=39
-version=2.6b2
\ No newline at end of file