[Git][java-team/libreadline-java][master] 4 commits: Removed the -java-doc package (Closes: #981954)
Emmanuel Bourg
gitlab at salsa.debian.org
Sun Feb 7 21:13:20 GMT 2021
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libreadline-java
Commits:
877e572f by Emmanuel Bourg at 2021-02-07T22:00:18+01:00
Removed the -java-doc package (Closes: #981954)
- - - - -
f488df08 by Emmanuel Bourg at 2021-02-07T22:00:23+01:00
Standards-Version updated to 4.5.1
- - - - -
4c554b84 by Emmanuel Bourg at 2021-02-07T22:01:03+01:00
Switch to debhelper level 13
- - - - -
e771b5d9 by Emmanuel Bourg at 2021-02-07T22:13:05+01:00
Upload to unstable
- - - - -
8 changed files:
- debian/changelog
- â debian/compat
- debian/control
- â debian/libreadline-java-doc.README.test
- â debian/libreadline-java-doc.doc-base
- â debian/libreadline-java-doc.docs
- â debian/libreadline-java-doc.examples
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libreadline-java (0.8.0.1+dfsg-10) unstable; urgency=medium
+
+ * Team upload.
+ * Removed the -java-doc package (Closes: #981954)
+ * Standards-Version updated to 4.5.1
+ * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 07 Feb 2021 22:13:00 +0100
+
libreadline-java (0.8.0.1+dfsg-9) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -3,13 +3,13 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: tony mancill <tmancill at debian.org>
-Build-Depends: debhelper (>= 11),
+Build-Depends:
+ debhelper-compat (= 13),
default-jdk,
- default-jdk-doc,
libedit-dev (>= 3.1-20160903~),
libreadline-dev,
javahelper
-Standards-Version: 4.2.1
+Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/libreadline-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libreadline-java
Homepage: https://github.com/aclemons/java-readline
@@ -17,7 +17,6 @@ Homepage: https://github.com/aclemons/java-readline
Package: libreadline-java
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: libreadline-java-doc
Description: GNU readline and BSD editline wrappers for Java
Included is the Java package org.gnu.readline which provides the GNU
readline and BSD editline libraries for Java. Note that this is NOT a
@@ -27,20 +26,3 @@ Description: GNU readline and BSD editline wrappers for Java
BSD editline resembles GNU readline but is under a more relaxed license..
In some cases it can be used as a drop-in replacement for GNU readline
when licensing issues prevent GNU readline from being used.
- .
- The API documentation and examples can be found in libreadline-java-doc..
-
-Package: libreadline-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: w3m | www-browser, default-jdk-doc
-Suggests: libreadline-java
-Breaks:
- libreadline-java (<< 0.8.0.1+dfsg-7)
-Replaces:
- libreadline-java (<< 0.8.0.1+dfsg-7)
-Description: API docs for readline/editline wrappers for Java
- This package provides the API documentation and examples for the
- GNU readline and BSD editline wrappers for Java. The wrappers themselves
- can be found in package libreadline-java.
=====================================
debian/libreadline-java-doc.README.test deleted
=====================================
@@ -1,26 +0,0 @@
-libreadline-java Examples
--------------------------
-
-The class test.ReadlineTest illustrates the usage of the Java readline
-wrappers. See the API documentation for further details.
-
-To run this test, simply execute the class test.ReadlineTest (found
-beneath this directory), making sure you have the readline wrappers
-(/usr/share/java/libreadline-java-<version>.jar) in your classpath.
-
-To explicitly force ReadlineTest to link with your choice of GNU readline,
-BSD editline or pure Java (no readline/editline support), pass one of
-the following three sets of command-line arguments respectively:
-
- /etc/inputrc GnuReadline
- /etc/inputrc Editline
- /etc/inputrc PureJava
-
-For example, running
-
- java -classpath .:/usr/share/java/libreadline-java.jar test.ReadlineTest \
- /etc/inputrc Editline
-
-from this directory will run ReadlineTest linked with BSD editline.
-
- -- Ben Burton <bab at debian.org>, Wed, 29 Jan 2003 12:31:02 +1100
=====================================
debian/libreadline-java-doc.doc-base deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libreadline-java-doc
-Title: Java-Readline Library Documentation
-Author: Bernhard Bablok <mail at bablokb.de>
-Abstract: This manual contains the API documentation for libreadline-java
- which provides Java wrappers for GNU readline and BSD editline.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libreadline-java/api/index.html
-Files: /usr/share/doc/libreadline-java/api/*.html
=====================================
debian/libreadline-java-doc.docs deleted
=====================================
@@ -1,4 +0,0 @@
-api
-README
-README.1st
-TODO
=====================================
debian/libreadline-java-doc.examples deleted
=====================================
@@ -1,3 +0,0 @@
-build/test
-src/test
-debian/libreadline-java-doc.README.test
=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ override_dh_auto_build:
dh_auto_build -- JAVAC=$(JAVA_HOME)/bin/javac JC_FLAGS="-source 1.8 -target 1.8 -h native" CC=gcc \
JAVAINCLUDE=$(JAVA_HOME)/include \
JAVANATINC=$(JAVA_HOME)/include \
- T_LIBS="JavaReadline JavaEditline" jar build-native apidoc
+ T_LIBS="JavaReadline JavaEditline" jar build-native
override_dh_auto_install:
# Skip auto-install - it causes a rebuild and we do not need it.
View it on GitLab: https://salsa.debian.org/java-team/libreadline-java/-/compare/196e9b715a464a1efe52c35a159330b163611886...e771b5d984f1ad3334eb22fb95e847ff80b2be8f
--
View it on GitLab: https://salsa.debian.org/java-team/libreadline-java/-/compare/196e9b715a464a1efe52c35a159330b163611886...e771b5d984f1ad3334eb22fb95e847ff80b2be8f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20210207/d34f65a9/attachment.html>
More information about the pkg-java-commits
mailing list