This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libj2ssh-java.
commit ba1363d2c5425fb57204b1298ee01ec843089167 Author: Torsten Werner <[email protected]> Date: Sat Apr 10 21:04:18 2010 +0000 * Team Upload * Let 'maintainers' start with an uppercase M. * Switch to default-jdk. * Add missing Depends: ${misc:Depends}. * Change Section: java. * Update Standards-Version: 3.8.4. * Switch to source format 3.0. * Improve get-orig-source target. --- debian/changelog | 17 ++++++++++++++--- debian/control | 11 ++++++----- debian/rules | 4 ++-- debian/source/format | 1 + 4 files changed, 23 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4d89eff..a77b5c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,22 @@ -libj2ssh-java (0.2.9-2) UNRELEASED; urgency=low +libj2ssh-java (0.2.9-2) unstable; urgency=low - * NOT RELEASED YET + * Team Upload + + [ Kumar Appaiah ] * debian/control: + Change XS-Vcs-* to Vcs-*. + Add Homepage field, shift homepage from description. - -- Kumar Appaiah <[email protected]> Mon, 17 Sep 2007 21:38:14 +0530 + [ Torsten Werner ] + * Let 'maintainers' start with an uppercase M. + * Switch to default-jdk. + * Add missing Depends: ${misc:Depends}. + * Change Section: java. + * Update Standards-Version: 3.8.4. + * Switch to source format 3.0. + * Improve get-orig-source target. + + -- Torsten Werner <[email protected]> Sat, 10 Apr 2010 23:03:44 +0200 libj2ssh-java (0.2.9-1) unstable; urgency=low diff --git a/debian/control b/debian/control index a481f0b..3944a20 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,18 @@ Source: libj2ssh-java -Section: libs +Section: java Priority: optional -Maintainer: Debian Java maintainers <[email protected]> +Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Kumar Appaiah <[email protected]> Build-Depends: cdbs, debhelper (>= 5) -Build-Depends-Indep: java-gcj-compat-dev, ant, libcommons-logging-java, libxerces2-java, libbcprov-java -Standards-Version: 3.7.2 +Build-Depends-Indep: default-jdk, ant, libcommons-logging-java, libxerces2-java, libbcprov-java +Standards-Version: 3.8.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libj2ssh-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libj2ssh-java Homepage: http://sshtools.sourceforge.net Package: libj2ssh-java Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java2-runtime +Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime Description: a Java library for the SSH protocol J2SSH is an object-orientated Java library implementation of the SSH version 2 protocol. It provides a rich, powerful, and extensible SSH @@ -29,6 +29,7 @@ Description: a Java library for the SSH protocol Package: libj2ssh-java-doc Section: doc Architecture: all +Depends: ${misc:Depends} Description: a Java library for the SSH protocol - documentation and examples J2SSH is an object-orientated Java library implementation of the SSH version 2 protocol. It provides a rich, powerful, and extensible SSH diff --git a/debian/rules b/debian/rules index 687597c..7d98548 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk -JAVA_HOME := /usr/lib/jvm/java-gcj +JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := javadoc DEB_JARS := commons-logging xercesImpl xmlParserAPIs bcprov @@ -21,4 +21,4 @@ install/libj2ssh-java:: /usr/share/java/j2ssh-common.jar get-orig-source: - -uscan --upstream-version 0 + uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libj2ssh-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

