[SCM] Java datatype interface for RELAX NG branch, master, updated. debian/1.0+ds1-2-8-g588c259

Giovanni Mascellani mascellani at poisson.phc.unipi.it
Wed May 22 09:19:16 UTC 2013


The following commit has been merged in the master branch:
commit 8bf32ecfaa8082c5172b5472cb4cc01d2ea125cc
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Wed May 22 10:40:30 2013 +0200

    Fix a few lintian issues.

diff --git a/debian/changelog b/debian/changelog
index 4c92379..023ac7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 librelaxng-datatype-java (1.0+ds1-3) UNRELEASED; urgency=low
 
   * Upload to unstable.
+  * Fix a few lintian issues.
+    + Bump Standards-Version to 3.9.4 (no changes required).
+    + Remove useless dependency on JRE.
 
  -- Giovanni Mascellani <gio at debian.org>  Wed, 22 May 2013 10:35:20 +0200
 
diff --git a/debian/control b/debian/control
index 1a35f1f..06ef8a7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: extra
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), ant, maven-repo-helper (>= 1.5), default-jdk
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
 Homepage: http://sourceforge.net/projects/relaxng/
 Vcs-Git: git://git.debian.org/pkg-java/librelaxng-datatype-java.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/librelaxng-datatype-java.git;a=summary
 
 Package: librelaxng-datatype-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java-runtime-headless
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Java datatype interface for RELAX NG
  RELAX NG is a schema language for XML. This library is a Java interface
  for describing datatypes within RELAX NG.

-- 
Java datatype interface for RELAX NG



More information about the pkg-java-commits mailing list