[josql] 11/16: Drop libjosql-java-doc binary package to avoid a FTBFS with Java 9.
Markus Koschany
apo at moszumanska.debian.org
Sun Dec 17 17:50:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository josql.
commit 19947b9733409a39e7193531d410eea90d67b36d
Author: Markus Koschany <apo at debian.org>
Date: Sun Dec 17 18:07:26 2017 +0100
Drop libjosql-java-doc binary package to avoid a FTBFS with Java 9.
The package is only used by very few people.
Closes: #875587
Thanks: Chris West for the report.
---
debian/control | 19 -------------------
debian/rules | 2 +-
2 files changed, 1 insertion(+), 20 deletions(-)
diff --git a/debian/control b/debian/control
index a5a7382..2103e82 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends:
ant,
debhelper (>= 10),
openjdk-9-jdk,
- default-jdk-doc,
javacc,
libgentlyweb-utils-java,
maven-repo-helper (>= 1.5)
@@ -21,27 +20,9 @@ Package: libjosql-java
Architecture: all
Depends:
${misc:Depends}
-Suggests:
- libjosql-java-doc
Description: library to apply SQL-like syntax to Java objects
JoSQL (SQL for Java Objects) provides the ability for a developer to apply
a SQL statement to a collection of Java Objects. JoSQL provides the ability
to search, order and group ANY Java objects and should be applied when you
want to perform SQL-like queries on a collection of Java Objects.
-Package: libjosql-java-doc
-Architecture: all
-Section: doc
-Depends:
- ${misc:Depends}
-Recommends:
- default-jdk-doc
-Suggests:
- libjosql-java
-Description: Documentation - library to apply SQL-like syntax to Java objects
- JoSQL (SQL for Java Objects) provides the ability for a developer to apply
- a SQL statement to a collection of Java Objects. JoSQL provides the ability
- to search, order and group ANY Java objects and should be applied when you
- want to perform SQL-like queries on a collection of Java Objects.
- .
- This package contains the API documentation of libjosql-java.
diff --git a/debian/rules b/debian/rules
index dd40621..26ebd71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_auto_build:
-rm src/org/josql/parser/ParseException.java
-rm src/org/josql/parser/Token.java
-rm src/org/josql/parser/JavaCharStream.java
- ant javacc createJar javadoc
+ ant javacc createJar
get-orig-source:
uscan --download-version $(VERSION) --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/josql.git
More information about the pkg-java-commits
mailing list