This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xmlgraphics-commons.
commit 12f4e9a81e3639fd0c2b60f15cc31933576c237b Author: Vincent Fourmond <[email protected]> Date: Mon Oct 13 20:13:45 2008 +0000 [xmlgraphics-common] Fix missing build-dep --- debian/changelog | 3 ++- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 26f51e9..521c113 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ xmlgraphics-commons (1.3.1.dfsg-1) UNRELEASED experimental; urgency=low * Created a debian/new-upstream script to repackage upstream tarball * Updated debian/watch + * Adding libcommons-logging as Build-Dep and in debian/rules - -- Vincent Fourmond <[email protected]> Mon, 13 Oct 2008 21:36:29 +0200 + -- Vincent Fourmond <[email protected]> Mon, 13 Oct 2008 21:47:24 +0200 xmlgraphics-commons (1.2.dfsg+dak-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 1c981bf..de65611 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]>, Vincent Fourmond <[email protected]> Build-Depends: debhelper (>5), cdbs Build-Depends-Indep: openjdk-6-jdk | sun-java6-jdk, ant-optional, - libcommons-io-java (>= 1.3.1), junit + libcommons-io-java (>= 1.3.1), junit, libcommons-logging-java Standards-Version: 3.8.0 Package: libxmlgraphics-commons-java diff --git a/debian/rules b/debian/rules index 0a9b95b..d909b3e 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun # no junit test at the moment -DEB_JARS := commons-io #junit ant-junit +DEB_JARS := commons-io commons-logging #junit ant-junit DEB_ANT_BUILD_TARGET := all install/libxmlgraphics-commons-java:: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xmlgraphics-commons.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

