Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
libgetopt-java


Commits:
53e938ca by Emmanuel Bourg at 2021-02-07T22:37:21+01:00
Removed the -java-doc package (Closes: #981962)

- - - - -


4 changed files:

- debian/changelog
- debian/control
- − debian/libgetopt-java-doc.javadoc
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libgetopt-java (1.0.14+dfsg-6) unstable; urgency=medium
+
+  * Team upload.
+  * Removed the -java-doc package (Closes: #981962)
+
+ -- Emmanuel Bourg <ebo...@apache.org>  Sun, 07 Feb 2021 22:37:01 +0100
+
 libgetopt-java (1.0.14+dfsg-5) unstable; urgency=medium
 
   * Switch to debhelper-compat = 13.


=====================================
debian/control
=====================================
@@ -7,7 +7,6 @@ Uploaders:
 Build-Depends:
  debhelper-compat (= 13),
  default-jdk,
- default-jdk-doc,
  javahelper (>= 0.33~),
  maven-repo-helper (>= 1.6~)
 Standards-Version: 4.5.1
@@ -21,26 +20,8 @@ Depends:
  ${misc:Depends}
 Recommends:
  ${java:Recommends}
-Suggests:
- libgetopt-java-doc
 Description: GNU getopt - Java port
  The GNU Java getopt classes support short and long argument parsing
  in a manner 100% compatible with the version of GNU getopt in glibc
  2.0.6 with a mostly compatible programmer's interface as well. Note that
  this is a port, not a new implementation.
-
-Package: libgetopt-java-doc
-Architecture: all
-Section: doc
-Depends:
- ${java:Depends},
- ${misc:Depends}
-Recommends:
- ${java:Recommends}
-Description: GNU getopt - Java port (doc)
- The GNU Java getopt classes support short and long argument parsing
- in a manner 100% compatible with the version of GNU getopt in glibc
- 2.0.6 with a mostly compatible programmer's interface as well. Note that
- this is a port, not a new implementation.
- .
- This package contains the Java Programming API docs.


=====================================
debian/libgetopt-java-doc.javadoc deleted
=====================================
@@ -1 +0,0 @@
-api


=====================================
debian/rules
=====================================
@@ -20,7 +20,6 @@ override_dh_auto_build:
        ${JAVAC} -target 1.8 -source 1.8 -d classes -classpath ${CLASSPATH} 
gnu/getopt/*.java
        cp $(CURDIR)/gnu/getopt/*.properties $(CURDIR)/classes/gnu/getopt
        cd $(CURDIR)/classes; ${JAR} cvf ../gnu-getopt.jar gnu
-       javadoc -link /usr/share/doc/default-jdk-doc/api -d api/ 
gnu/getopt/Getopt.java gnu/getopt/LongOpt.java
 
 override_dh_installexamples:
        dh_installexamples GetoptDemo.java



View it on GitLab: 
https://salsa.debian.org/java-team/libgetopt-java/-/commit/53e938ca00a656f33a3d64db67e4af2862570d0b

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libgetopt-java/-/commit/53e938ca00a656f33a3d64db67e4af2862570d0b
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to