[remotetea] 04/06: cme fix dpkg-control

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Nov 22 11:46:16 GMT 2014


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 <picca at debian.org>
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 <niels at thykier.net>  Thu, 21 Jun 2012 12:15:36 +0200
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  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 <picca at synchrotron-soleil.fr>
 Section: java
 Priority: extra
-Maintainer: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
-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



More information about the pkg-java-commits mailing list