diff options
| author | Miguel Landaeta <miguel@miguel.cc> | 2012-03-02 20:47:22 -0430 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2012-03-16 09:23:33 +0000 |
| commit | d78653d1f77637d21451ea18da2e74d0834e0020 (patch) | |
| tree | 50798301ee9a088cd68f2bdbc93526e906a1c10d | |
| parent | 7408fbe7149e84903bb392ab51660b7b735ce9bc (diff) | |
1.1.6.dfsg-4 (patches unapplied)import/1.1.6.dfsg-4ubuntu/zesty-develubuntu/zestyubuntu/yakkety-develubuntu/yakketyubuntu/xenial-develubuntu/xenialubuntu/wily-develubuntu/wilyubuntu/vivid-develubuntu/vividubuntu/utopic-develubuntu/utopicubuntu/trusty-develubuntu/trustyubuntu/saucy-develubuntu/saucyubuntu/raring-develubuntu/raringubuntu/quantal-develubuntu/quantalubuntu/groovy-develubuntu/groovyubuntu/focal-develubuntu/focalubuntu/eoan-develubuntu/eoanubuntu/disco-develubuntu/discoubuntu/cosmic-develubuntu/cosmicubuntu/bionic-develubuntu/bionicubuntu/artful-develubuntu/artfuldebian/wheezydebian/stretchdebian/jessiedebian/buster
Imported using git-ubuntu import.
Notes
Notes:
* Team upload.
* d/rules: Use version-less ehcache-core jar file. (Closes: #661970).
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | debian/rules | 2 |
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 |
