Author: ebourg-guest
Date: 2013-04-30 11:23:02 +0000 (Tue, 30 Apr 2013)
New Revision: 16594

Added:
   trunk/libj2ssh-java/debian/libj2ssh-java.classpath
Modified:
   trunk/libj2ssh-java/debian/changelog
   trunk/libj2ssh-java/debian/control
   trunk/libj2ssh-java/debian/copyright
   trunk/libj2ssh-java/debian/rules
Log:
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)


Modified: trunk/libj2ssh-java/debian/changelog
===================================================================
--- trunk/libj2ssh-java/debian/changelog        2013-04-30 10:02:06 UTC (rev 
16593)
+++ trunk/libj2ssh-java/debian/changelog        2013-04-30 11:23:02 UTC (rev 
16594)
@@ -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 <ebo...@apache.org>  Tue, 30 Apr 2013 13:19:35 +0200
+
 libj2ssh-java (0.2.9-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libj2ssh-java/debian/control
===================================================================
--- trunk/libj2ssh-java/debian/control  2013-04-30 10:02:06 UTC (rev 16593)
+++ trunk/libj2ssh-java/debian/control  2013-04-30 11:23:02 UTC (rev 16594)
@@ -2,17 +2,18 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varunhirem...@gmail.com>, Kumar Appaiah 
<aku...@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 <varunhirem...@gmail.com>, Kumar Appaiah 
<aku...@ee.iitm.ac.in>,
+ Emmanuel Bourg <ebo...@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

Modified: trunk/libj2ssh-java/debian/copyright
===================================================================
--- trunk/libj2ssh-java/debian/copyright        2013-04-30 10:02:06 UTC (rev 
16593)
+++ trunk/libj2ssh-java/debian/copyright        2013-04-30 11:23:02 UTC (rev 
16594)
@@ -1,40 +1,24 @@
-This package was debianized by Varun Hiremath <varunhirem...@gmail.com> on
-Fri, 24 Aug 2007 21:21:31 +0530.
+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 <hunoldi...@users.sourceforge.net>
 
-It was downloaded from http://sshtools.sourceforge.net/
+Files: *
+Copyright: 2002-2003, Lee David Painter and Contributors.
+          2000, Dieter Wimberger
+          2002, by Manfred Duchrow. All rights reserved.
+License: GPL-2
 
-Upstream Authors:
-       Original author: Lee David Painter
+Files: debian/*
+Copyright: 2007, Varun Hiremath <varunhirem...@gmail.com> and Kumar Appaiah 
<aku...@ee.iitm.ac.in>
+License: GPL-2
 
-       Contributors:
-               Brett Smith
-               Richard Pernavas
-               Erwin Bolwidt
-               Sascha Hunold <hunoldi...@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 <varunhirem...@gmail.com>
-and Kumar Appaiah <aku...@ee.iitm.ac.in> and is licensed under the GPL,
-see above.
+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'.

Added: trunk/libj2ssh-java/debian/libj2ssh-java.classpath
===================================================================
--- trunk/libj2ssh-java/debian/libj2ssh-java.classpath                          
(rev 0)
+++ trunk/libj2ssh-java/debian/libj2ssh-java.classpath  2013-04-30 11:23:02 UTC 
(rev 16594)
@@ -0,0 +1 @@
+usr/share/java/j2ssh-core.jar commons-logging.jar

Modified: trunk/libj2ssh-java/debian/rules
===================================================================
--- trunk/libj2ssh-java/debian/rules    2013-04-30 10:02:06 UTC (rev 16593)
+++ trunk/libj2ssh-java/debian/rules    2013-04-30 11:23:02 UTC (rev 16594)
@@ -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


_______________________________________________
pkg-java-commits mailing list
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to