Skip to content
Snippets Groups Projects
Commit 627fbb96 authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Removed the -java-doc package (Closes: #1088125)

parent 2f0226fd
No related branches found
No related tags found
No related merge requests found
libpgjava (42.7.3-2) UNRELEASED; urgency=medium
* Team upload.
* Removed the -java-doc package (Closes: #1088125)
-- Emmanuel Bourg <ebourg@apache.org> Mon, 09 Dec 2024 13:53:50 +0100
libpgjava (42.7.3-1) unstable; urgency=medium libpgjava (42.7.3-1) unstable; urgency=medium
* New upstream version 42.7.3. * New upstream version 42.7.3.
......
...@@ -12,14 +12,12 @@ Build-Depends: ...@@ -12,14 +12,12 @@ Build-Depends:
libbuild-helper-maven-plugin-java, libbuild-helper-maven-plugin-java,
libcomment-preprocessor-java, libcomment-preprocessor-java,
libmaven-bundle-plugin-java, libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libmaven-shade-plugin-java, libmaven-shade-plugin-java,
libproperties-maven-plugin-java, libproperties-maven-plugin-java,
libscram-java (>= 2.1), libscram-java (>= 2.1),
maven-debian-helper maven-debian-helper
Build-Depends-Indep: Build-Depends-Indep:
default-jdk, default-jdk,
default-jdk-doc,
libxerces2-java libxerces2-java
Standards-Version: 4.5.0 Standards-Version: 4.5.0
Rules-Requires-Root: no Rules-Requires-Root: no
...@@ -40,18 +38,3 @@ Description: Java database (JDBC) driver for PostgreSQL ...@@ -40,18 +38,3 @@ Description: Java database (JDBC) driver for PostgreSQL
database (8.4 or later) using standard, database independent Java code. database (8.4 or later) using standard, database independent Java code.
It is an open source JDBC driver written in Pure Java (Type 4), and It is an open source JDBC driver written in Pure Java (Type 4), and
communicates in the PostgreSQL native network protocol. communicates in the PostgreSQL native network protocol.
Package: libpostgresql-jdbc-java-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Provides: libpg-java-doc
Description: Java database (JDBC) driver for PostgreSQL (documentation)
PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
database (8.4 or later) using standard, database independent Java code.
It is an open source JDBC driver written in Pure Java (Type 4), and
communicates in the PostgreSQL native network protocol.
.
This package contains the documentation.
target/site/apidocs/* usr/share/doc/libpostgresql-jdbc-java/api
#!/usr/bin/make -f #!/usr/bin/make -f
# force doc build to be in English
export LC_ALL=C.UTF-8
%: %:
dh $@ dh $@
override_dh_auto_build: override_dh_auto_build:
dh_auto_build -- package dh_auto_build -- package
dh_auto_build -- javadoc:javadoc
# defang package-contains-ancient-file # defang package-contains-ancient-file
touch README.md touch README.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment