[pkg-java] r15074 - in trunk/jta/debian: . patches
Miguel Landaeta
nomadium-guest at alioth.debian.org
Tue Sep 27 19:57:38 UTC 2011
Author: nomadium-guest
Date: 2011-09-27 19:57:38 +0000 (Tue, 27 Sep 2011)
New Revision: 15074
Modified:
trunk/jta/debian/changelog
trunk/jta/debian/control
trunk/jta/debian/patches/help-file.patch
Log:
Fix several lintian warnings
Modified: trunk/jta/debian/changelog
===================================================================
--- trunk/jta/debian/changelog 2011-09-27 19:36:23 UTC (rev 15073)
+++ trunk/jta/debian/changelog 2011-09-27 19:57:38 UTC (rev 15074)
@@ -4,6 +4,7 @@
* Put changes to upstream code in a patch as is required since dpkg 1.16.1.
(Closes: 643172).
* Bump Standards-Version to 3.9.2. No changes were required.
+ * Fix several lintian warnings.
-- Miguel Landaeta <miguel at miguel.cc> Tue, 27 Sep 2011 19:32:24 -0430
Modified: trunk/jta/debian/control
===================================================================
--- trunk/jta/debian/control 2011-09-27 19:36:23 UTC (rev 15073)
+++ trunk/jta/debian/control 2011-09-27 19:57:38 UTC (rev 15074)
@@ -9,12 +9,12 @@
Standards-Version: 3.9.2
Homepage: http://www.javassh.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jta
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/jta
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/jta/
Package: jta
Architecture: all
-Depends: libgnu-regexp-java, libcrimson-java, libjdom1-java, ${misc:Depends}
+Depends: libgnu-regexp-java, libcrimson-java, libjdom1-java, ${misc:Depends}
Suggests: jta-doc
Description: Java telnet/ssh applet - documentation
JTA is a Java implementation of Telnet and ssh.
@@ -22,7 +22,7 @@
JTA may be run as a standalone application (using class
de.mud.jta.Main), or as a Java Applet (class de.mud.jta.Applet).
.
- It's modular structure allows to configure the software to act either
+ It's modular structure allows one to configure the software to act either
as a sophisticated terminal emulation and/or, adding the network
backend, as telnet implementation. Additional modules provide features
like scripting or an improved graphical user interface.
@@ -30,17 +30,17 @@
Package: jta-doc
Architecture: all
Section: doc
-Depends: classpath-doc, ${misc:Depends}
-Suggests: jta
+Depends: ${misc:Depends}
+Suggests: jta, default-jdk-doc
Description: Java telnet/ssh applet
JTA is a Java implementation of Telnet and ssh.
.
JTA may be run as a standalone application (using class
de.mud.jta.Main), or as a Java Applet (class de.mud.jta.Applet).
.
- It's modular structure allows to configure the software to act either
+ It's modular structure allows one to configure the software to act either
as a sophisticated terminal emulation and/or, adding the network
backend, as telnet implementation. Additional modules provide features
like scripting or an improved graphical user interface.
.
- This package provides the API documentation for JTA
+ This package provides the API documentation for JTA.
Modified: trunk/jta/debian/patches/help-file.patch
===================================================================
--- trunk/jta/debian/patches/help-file.patch 2011-09-27 19:36:23 UTC (rev 15073)
+++ trunk/jta/debian/patches/help-file.patch 2011-09-27 19:57:38 UTC (rev 15074)
@@ -1,3 +1,8 @@
+Description: Include useful documentation file in jar library
+Author: Paul Cage <paul-debian at home.paulcager.org>
+Forwarded: no
+Last-Update: 2011-09-27
+
diff -Nur jta_2.6+dfsg.orig/build.xml jta_2.6+dfsg.orig.new/build.xml
--- jta_2.6+dfsg.orig/build.xml 2007-04-16 23:15:29.000000000 +0100
+++ jta_2.6+dfsg.orig.new/build.xml 2007-04-21 23:17:05.000000000 +0100
More information about the pkg-java-commits
mailing list