This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-compress-java.
commit 0a20b54cd1d02618f3add515fb1577dcc2efff46 Author: Torsten Werner <[email protected]> Date: Sun Sep 20 09:13:10 2009 +0000 * Update get-orig-source target in debian/rules. * Switch to default-jdk. * Change Section: java. * Update Standards-Version: 3.8.3. --- debian/changelog | 6 +++++- debian/control | 10 +++++----- debian/rules | 4 ++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index bb649af..80ecff4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,12 @@ libcommons-compress-java (1.0-1) unstable; urgency=low * Update old sandbox URLs. * Convert debian/copyright to dep5 format and change license of debian/* to Apache-2.0. + * Update get-orig-source target in debian/rules. + * Switch to default-jdk. + * Change Section: java. + * Update Standards-Version: 3.8.3. - -- Torsten Werner <[email protected]> Sun, 20 Sep 2009 11:07:01 +0200 + -- Torsten Werner <[email protected]> Sun, 20 Sep 2009 11:12:13 +0200 libcommons-compress-java (0~svn604876-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 692b250..e32a184 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,18 @@ Source: libcommons-compress-java -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> -Build-Depends: ant, cdbs, debhelper (>= 5), java-gcj-compat-dev -Standards-Version: 3.7.3 +Build-Depends: ant, cdbs, debhelper (>= 5), default-jdk +Standards-Version: 3.8.3 Homepage: http://commons.apache.org/compress/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-compress-java/ Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libcommons-compress-java Package: libcommons-compress-java Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, - java-gcj-compat | java1-runtime | java2-runtime +Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | + java2-runtime-headless Suggests: java-virtual-machine Description: Java API for working with tar, zip and bzip2 files Commons Compress defines an API for working with tar, zip and bzip2 files. diff --git a/debian/rules b/debian/rules index d736699..47e97ca 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -JAVA_HOME := /usr/lib/jvm/java-gcj +JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILDFILE := debian/build.xml install/libcommons-compress-java:: @@ -11,4 +11,4 @@ install/libcommons-compress-java:: dh_link -plibcommons-compress-java /usr/share/java/commons-compress-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/commons-compress.jar get-orig-source: - sh debian/orig-tar.sh + uscan --force-download --download-version $(DEB_UPSTREAM_VERSION) --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-compress-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

