This is an automated email from the git hooks/post-receive script. picca pushed a commit to branch master in repository remotetea.
commit b67a8513447b86ac3305f26b40673b5747a00d84 Author: Picca Frédéric-Emmanuel <[email protected]> Date: Wed May 15 09:38:29 2013 +0200 cme fix dpkg-control --- debian/changelog | 8 ++++---- debian/control | 13 +++++++++---- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4ea4552..619261d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -remotetea (1.0.7-2.1) UNRELEASED; urgency=low +remotetea (1.0.7-3) unstable; urgency=low - * Non-maintainer upload. + * Bump Standards-Version to 3.9.4 (nothing to do) * Compile with source and target 1.5 version to ensure byte code compatability with older JVMs and to fix - FTBFS with Java7. + FTBFS with Java7. (Thanks to Niels Thykier) - -- Niels Thykier <[email protected]> Thu, 21 Jun 2012 12:15:36 +0200 + -- Picca Frédéric-Emmanuel <[email protected]> Tue, 14 May 2013 14:53:36 +0100 remotetea (1.0.7-2) unstable; urgency=low diff --git a/debian/control b/debian/control index ba2dae3..ebdf901 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,18 @@ Source: remotetea +Maintainer: Picca Frédéric-Emmanuel <[email protected]> Section: java Priority: extra -Maintainer: Picca Frédéric-Emmanuel <[email protected]> -Build-Depends: debhelper (>= 7.0.50), javahelper, default-jdk, ant -Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 7.0.50), + javahelper, + default-jdk, + ant +Standards-Version: 3.9.4 Homepage: http://remotetea.sourceforge.net Package: remotetea Architecture: all -Depends: ${java:Depends}, ${misc:Depends} +Depends: ${java:Depends}, + ${misc:Depends} Description: Sun ONC/RPC support for Java This package implements Sun's Open Network Computing Remote Procedure Call specification (see RFC 1831, RFC 1832, RFC 1833) in pure Java. @@ -21,3 +25,4 @@ Description: Sun ONC/RPC support for Java (on both client and server sides). . The utility jrpcgen is provided to compile .x files into Java classes. + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/remotetea.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

