[SCM] SVNKIT: pure Java Subversion client/library branch, master, updated. debian/1.3.5+dfsg-1-2-gd7546b7
Niels Thykier
niels at thykier.net
Thu Jun 21 19:20:42 UTC 2012
The following commit has been merged in the master branch:
commit d7546b7be6bf1a626ae3a1272cad9297aaa9f828
Author: Niels Thykier <niels at thykier.net>
Date: Thu Jun 21 21:19:43 2012 +0200
Ensure backward compatible byte code
Signed-off-by: Niels Thykier <niels at thykier.net>
diff --git a/debian/ant.properties b/debian/ant.properties
new file mode 100644
index 0000000..c1d99c1
--- /dev/null
+++ b/debian/ant.properties
@@ -0,0 +1,4 @@
+# Ensure that source and target are 1.5
+# For backwards compat on Java 7
+ant.build.javac.source=1.5
+ant.build.javac.target=1.5
diff --git a/debian/changelog b/debian/changelog
index 98ae47d..a1c01c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
svnkit (1.3.5+dfsg-2) UNRELEASED; urgency=low
+ [ Miguel Landaeta ]
* Fix FTBFS due to changes introduced in subversion 1.7.5. (Closes: #678308).
* Bump Standards-Version to 3.9.3. No changes were required.
* Update copyright file.
+ [ Niels Thykier ]
+ * Ensure backward compatible byte code.
+
-- Miguel Landaeta <miguel at miguel.cc> Thu, 21 Jun 2012 07:54:44 -0430
svnkit (1.3.5+dfsg-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 7fac3f6..3d4bbb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
dh $@ --with javahelper
override_dh_auto_build:
- ant
+ ant -propertyfile debian/ant.properties
for script in jsvn jsvnadmin jsvndumpfilter jsvnlook jsvnsync jsvnversion; do \
pod2man -c '' -r '' debian/$${script}.pod > build/doc/$${script}.1 ; \
done ;
--
SVNKIT: pure Java Subversion client/library
More information about the pkg-java-commits
mailing list