[SCM] Java datatype interface for RELAX NG branch, master, updated. debian/1.0+ds1-2-2-g3112404
Emmanuel Bourg
ebourg at apache.org
Tue Apr 16 10:20:19 UTC 2013
The following commit has been merged in the master branch:
commit 51352dc646300eefce51557b67fe24e8376c1c80
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Apr 16 12:11:23 2013 +0200
Removed the dependency on ${shlibs:Depends}
Removed the dependency on the JRE (not required for libraries)
Updated Standards-Version to 3.9.4 (no changes)
Updated the Format URI in debian/copyright
diff --git a/debian/changelog b/debian/changelog
index 4ce33b3..c486b15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+librelaxng-datatype-java (1.0+ds1-3) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Removed the dependency on ${shlibs:Depends}
+ * Removed the dependency on the JRE (not required for libraries)
+ * Updated Standards-Version to 3.9.4 (no changes)
+ * Updated the Format URI in debian/copyright
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 16 Apr 2013 12:03:21 +0200
+
librelaxng-datatype-java (1.0+ds1-2) experimental; urgency=low
* Force generation of 1.5-compatible Java classes (LP: #1049731).
diff --git a/debian/control b/debian/control
index 1a35f1f..11f1809 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,16 @@ Source: librelaxng-datatype-java
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>
+Uploaders: Giovanni Mascellani <gio at debian.org>, Emmanuel Bourg <ebourg at apache.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: ${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.
diff --git a/debian/copyright b/debian/copyright
index 1f13f99..c6433f7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: librelaxng-datatype-java
Source: http://sourceforge.net/projects/relaxng/
@@ -37,18 +37,5 @@ License: BSD
Files: debian/*
Copyright: 2011, Giovanni Mascellani <gio at debian.org>
License: GPL-2+
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>
- .
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
--
Java datatype interface for RELAX NG
More information about the pkg-java-commits
mailing list