[libnetx-java] 02/13: * Update my email address * Bump Standards-Version to 3.8.4 * Change Section to java * Switch to default-jdk * Switch to source format 3.0 * Set source version to 1.4 in debian/rules
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 28 11:58:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libnetx-java.
commit c906a17e1194a05c912dd04d4bfcae1607d868b7
Author: Varun Hiremath <varun at debian.org>
Date: Sun Apr 11 05:48:56 2010 +0000
* Update my email address
* Bump Standards-Version to 3.8.4
* Change Section to java
* Switch to default-jdk
* Switch to source format 3.0
* Set source version to 1.4 in debian/rules
---
debian/changelog | 11 +++++++++++
debian/compat | 2 +-
debian/control | 14 ++++++--------
debian/doc-base | 2 +-
debian/rules | 4 ++--
debian/source/format | 1 +
6 files changed, 22 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b8c980f..d3cc659 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libnetx-java (0.5-2) unstable; urgency=low
+
+ * Update my email address
+ * Bump Standards-Version to 3.8.4
+ * Change Section to java
+ * Switch to default-jdk
+ * Switch to source format 3.0
+ * Set source version to 1.4 in debian/rules
+
+ -- Varun Hiremath <varun at debian.org> Sat, 10 Apr 2010 18:45:20 -0400
+
libnetx-java (0.5-1) unstable; urgency=low
* Initial release (Closes: #451555)
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index e789b01..a3f6c16 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,18 @@
Source: libnetx-java
-Section: libs
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varunhiremath at gmail.com>,
- Torsten Werner <twerner at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), quilt
-Build-Depends-Indep: ant, java-gcj-compat-dev
-Standards-Version: 3.7.2
+Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
+Build-Depends: cdbs, debhelper (>= 7)
+Build-Depends-Indep: ant, default-jdk
+Standards-Version: 3.8.4
Homepage: http://jnlp.sourceforge.net/netx/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libnetx-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libnetx-java
Package: libnetx-java
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends},
- java-gcj-compat | java1-runtime | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime
Description: An open-source JNLP client
Netx is a high-quality implementation of the Java Network Launching
Protocol (JNLP). It downloads code over the network for applications
diff --git a/debian/doc-base b/debian/doc-base
index bfb59fe..9005ab4 100644
--- a/debian/doc-base
+++ b/debian/doc-base
@@ -1,6 +1,6 @@
Document: libnetx-java
Title: API for netx
-Authors: Jon A. Maxwell (JAM)
+Author: Jon A. Maxwell (JAM)
Abstract: An open-source JNLP client
Section: Programming
diff --git a/debian/rules b/debian/rules
index aeee038..b6e2f57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,10 @@
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILD_TARGET := jar javadoc
+ANT_OPTS := -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4
install/libnetx-java::
install -m 644 -D netx.jar $(DEB_DESTDIR)/usr/share/java/netx-$(DEB_UPSTREAM_VERSION).jar
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/libnetx-java.git
More information about the pkg-java-commits
mailing list