[libj2ssh-java] 14/23: Removed the old dependencies used with Java 1.3 (Bouncy Castle and Xerces) Removed the unused dependency on ${shlibs:Depends} Added the missing runtime dependency on libcommons-logging-java Added commons-logging.jar in the Class-Path field of the manifest Changed debian/copyright to comply with the DEP5 format Updated Standards-Version to 3.9.4 (no changes)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jan 3 23:52:53 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libj2ssh-java.
commit 5c55ece9478c7fa3d8420804404e7ea615f8c056
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Apr 30 11:23:02 2013 +0000
Removed the old dependencies used with Java 1.3 (Bouncy Castle and Xerces)
Removed the unused dependency on ${shlibs:Depends}
Added the missing runtime dependency on libcommons-logging-java
Added commons-logging.jar in the Class-Path field of the manifest
Changed debian/copyright to comply with the DEP5 format
Updated Standards-Version to 3.9.4 (no changes)
---
debian/changelog | 12 ++++++++
debian/control | 11 ++++----
debian/copyright | 64 ++++++++++++++++--------------------------
debian/libj2ssh-java.classpath | 1 +
debian/rules | 3 +-
5 files changed, 45 insertions(+), 46 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9bcc491..9842935 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libj2ssh-java (0.2.9-4) unstable; urgency=low
+
+ * Team upload.
+ * Removed the old dependencies used with Java 1.3 (Bouncy Castle and Xerces)
+ * Removed the unused dependency on ${shlibs:Depends}
+ * Added the missing runtime dependency on libcommons-logging-java
+ * Added commons-logging.jar in the Class-Path field of the manifest
+ * Changed debian/copyright to comply with the DEP5 format
+ * Updated Standards-Version to 3.9.4 (no changes)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 30 Apr 2013 13:19:35 +0200
+
libj2ssh-java (0.2.9-3) unstable; urgency=low
* Team upload.
diff --git a/debian/control b/debian/control
index 2fba1be..61aefba 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,18 @@ Source: libj2ssh-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varunhiremath at gmail.com>, Kumar Appaiah <akumar at ee.iitm.ac.in>
-Build-Depends: cdbs, debhelper (>= 7)
-Build-Depends-Indep: default-jdk, ant, libcommons-logging-java, libxerces2-java, libbcprov-java
-Standards-Version: 3.9.2
+Uploaders: Varun Hiremath <varunhiremath at gmail.com>, Kumar Appaiah <akumar at ee.iitm.ac.in>,
+ Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: cdbs, debhelper (>= 7), javahelper
+Build-Depends-Indep: default-jdk, ant, libcommons-logging-java
+Standards-Version: 3.9.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libj2ssh-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libj2ssh-java
Homepage: http://sshtools.sourceforge.net
Package: libj2ssh-java
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, libcommons-logging-java
Description: Java library for the SSH protocol
J2SSH is an object-orientated Java library implementation of the SSH
version 2 protocol. It provides a rich, powerful, and extensible SSH
diff --git a/debian/copyright b/debian/copyright
index 13a23ee..658b1a2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,40 +1,24 @@
-This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
-Fri, 24 Aug 2007 21:21:31 +0530.
-
-It was downloaded from http://sshtools.sourceforge.net/
-
-Upstream Authors:
- Original author: Lee David Painter
-
- Contributors:
- Brett Smith
- Richard Pernavas
- Erwin Bolwidt
- Sascha Hunold <hunoldinho at users.sourceforge.net>
-
-Copyright: (C) 2002-2003 Lee David Painter and Contributors.
- (C) 2000 Dieter Wimberger
- (C) 2002, by Manfred Duchrow. All rights reserved.
-
-License:
-
- 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 package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-The Debian packaging is (C) 2007, Varun Hiremath <varunhiremath at gmail.com>
-and Kumar Appaiah <akumar at ee.iitm.ac.in> and is licensed under the GPL,
-see above.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: SSHTools
+Upstream-Contact: Lee David Painter
+Source: http://sshtools.sourceforge.net
+Comment:
+ Contributors:
+ Brett Smith
+ Richard Pernavas
+ Erwin Bolwidt
+ Sascha Hunold <hunoldinho at users.sourceforge.net>
+
+Files: *
+Copyright: 2002-2003, Lee David Painter and Contributors.
+ 2000, Dieter Wimberger
+ 2002, by Manfred Duchrow. All rights reserved.
+License: GPL-2
+
+Files: debian/*
+Copyright: 2007, Varun Hiremath <varunhiremath at gmail.com> and Kumar Appaiah <akumar at ee.iitm.ac.in>
+License: GPL-2
+
+License: GPL-2
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/libj2ssh-java.classpath b/debian/libj2ssh-java.classpath
new file mode 100644
index 0000000..ae34419
--- /dev/null
+++ b/debian/libj2ssh-java.classpath
@@ -0,0 +1 @@
+usr/share/java/j2ssh-core.jar commons-logging.jar
diff --git a/debian/rules b/debian/rules
index 7d98548..32730a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,12 @@
#!/usr/bin/make -f
+include /usr/share/cdbs/1/class/javahelper.mk
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/debhelper.mk
JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILD_TARGET := javadoc
-DEB_JARS := commons-logging xercesImpl xmlParserAPIs bcprov
+DEB_JARS := commons-logging
clean::
rm -rf docs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libj2ssh-java.git
More information about the pkg-java-commits
mailing list