summaryrefslogtreecommitdiff
diff options
authorMiguel Landaeta <miguel@miguel.cc>2012-03-02 20:47:22 -0430
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2012-03-16 09:23:33 +0000
commitd78653d1f77637d21451ea18da2e74d0834e0020 (patch)
tree50798301ee9a088cd68f2bdbc93526e906a1c10d
parent7408fbe7149e84903bb392ab51660b7b735ce9bc (diff)
Imported using git-ubuntu import.
Notes
Notes: * Team upload. * d/rules: Use version-less ehcache-core jar file. (Closes: #661970).
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8d90794..342d149 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libloader (1.1.6.dfsg-4) unstable; urgency=low
+
+ * Team upload.
+ * d/rules: Use version-less ehcache-core jar file. (Closes: #661970).
+
+ -- Miguel Landaeta <miguel@miguel.cc> Fri, 02 Mar 2012 20:47:22 -0430
+
libloader (1.1.6.dfsg-3) unstable; urgency=low
* add build-depends on ant-optional (closes: #648916)
diff --git a/debian/rules b/debian/rules
index 65d278f..7c1f59d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libpixie libbase commons-logging ehcache-core-2.1.0 batik batik-svg-dom xml-apis-ext junit ant-contrib ant-junit
+DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libpixie libbase commons-logging ehcache-core batik batik-svg-dom xml-apis-ext junit ant-contrib ant-junit
DEB_ANT_BUILDFILE := build.xml
DEB_ANT_BUILD_TARGET := compile jar javadoc
DEB_ANT_CHECK_TARGET := test