Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libpostgresql-jdbc-java
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Java Maintainers
libpostgresql-jdbc-java
Commits
627fbb96
Commit
627fbb96
authored
6 months ago
by
Emmanuel Bourg
Browse files
Options
Downloads
Patches
Plain Diff
Removed the -java-doc package (Closes: #1088125)
parent
2f0226fd
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+0
-17
0 additions, 17 deletions
debian/control
debian/libpostgresql-jdbc-java-doc.install
+0
-1
0 additions, 1 deletion
debian/libpostgresql-jdbc-java-doc.install
debian/rules
+0
-4
0 additions, 4 deletions
debian/rules
with
7 additions
and
22 deletions
debian/changelog
+
7
−
0
View file @
627fbb96
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
* New upstream version 42.7.3.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
0
−
17
View file @
627fbb96
...
...
@@ -12,14 +12,12 @@ Build-Depends:
libbuild-helper-maven-plugin-java,
libcomment-preprocessor-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libmaven-shade-plugin-java,
libproperties-maven-plugin-java,
libscram-java (>= 2.1),
maven-debian-helper
Build-Depends-Indep:
default-jdk,
default-jdk-doc,
libxerces2-java
Standards-Version: 4.5.0
Rules-Requires-Root: no
...
...
@@ -40,18 +38,3 @@ Description: Java database (JDBC) driver for 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.
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.
This diff is collapsed.
Click to expand it.
debian/libpostgresql-jdbc-java-doc.install
deleted
100644 → 0
+
0
−
1
View file @
2f0226fd
target
/
site
/
apidocs
/*
usr
/
share
/
doc
/
libpostgresql
-
jdbc
-
java
/
api
This diff is collapsed.
Click to expand it.
debian/rules
+
0
−
4
View file @
627fbb96
#!/usr/bin/make -f
# force doc build to be in English
export LC_ALL=C.UTF-8
%:
dh $@
override_dh_auto_build:
dh_auto_build -- package
dh_auto_build -- javadoc:javadoc
# defang package-contains-ancient-file
touch README.md
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment