Codebase list csvjdbc / f189ad0
Removed the -java-doc package Emmanuel Bourg 1 year, 10 months ago
6 changed file(s) with 3 addition(s) and 35 deletion(s). Raw diff Collapse all Expand all
33 * New upstream release
44 * Standards-Version updated to 4.6.1
55 * Switch to debhelper level 13
6 * Removed the -java-doc package
67
78 -- Emmanuel Bourg <ebourg@apache.org> Wed, 08 Jun 2022 14:01:52 +0200
89
77 Build-Depends:
88 debhelper-compat (= 13),
99 default-jdk,
10 default-jdk-doc,
1110 junit4,
1211 libjavacc-maven-plugin-java,
13 libmaven-javadoc-plugin-java,
1412 maven-debian-helper
1513 Standards-Version: 4.6.1
1614 Vcs-Git: https://salsa.debian.org/java-team/csvjdbc.git
2018 Package: libcsvjdbc-java
2119 Architecture: all
2220 Depends: ${misc:Depends}, ${maven:Depends}
23 Suggests: ${maven:OptionalDepends}, libcsvjdbc-java-doc
21 Suggests: ${maven:OptionalDepends}
2422 Description: read-only JDBC driver that uses CSV or DBF files as database tables
2523 CsvJdbc is a read-only JDBC driver that uses Comma Separated Value (CSV) files
2624 or DBF files as database tables. It is ideal for writing data import programs
3028 accessed as though it were a database containing tables. However, as there is
3129 no real database management system behind the scenes, not all JDBC
3230 functionality is available.
33
34 Package: libcsvjdbc-java-doc
35 Architecture: all
36 Section: doc
37 Depends: ${misc:Depends}
38 Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
39 Suggests: libcsvjdbc-java
40 Description: Documentation for csvjdbc
41 CsvJdbc is a read-only JDBC driver that uses Comma Separated Value (CSV) files
42 or DBF files as database tables. It is ideal for writing data import programs
43 or analyzing log files.
44 .
45 The driver enables a directory or a ZIP file containing CSV or DBF files to be
46 accessed as though it were a database containing tables. However, as there is
47 no real database management system behind the scenes, not all JDBC
48 functionality is available.
49 .
50 This package contains the API documentation of libcsvjdbc-java.
+0
-10
debian/libcsvjdbc-java-doc.doc-base.api less more
0 Document: libcsvjdbc-java
1 Title: API Javadoc for CsvJdbc
2 Author: CsvJdbc developers
3 Abstract: This is the API Javadoc provided for the
4 libcsvjdbc-java library.
5 Section: Programming
6
7 Format: HTML
8 Index: /usr/share/doc/libcsvjdbc-java/api/index.html
9 Files: /usr/share/doc/libcsvjdbc-java/api/*
+0
-2
debian/libcsvjdbc-java-doc.install less more
0 target/apidocs/* usr/share/doc/libcsvjdbc-java/api
1
+0
-2
debian/libcsvjdbc-java-doc.lintian-overrides less more
0 # Upstream provides no changelog
1 libcsvjdbc-java-doc: no-upstream-changelog
00
11 org.apache.maven.plugins maven-gpg-plugin * * * *
2 org.apache.maven.plugins maven-javadoc-plugin * * * *
23 org.apache.maven.plugins maven-release-plugin * * * *
34 org.apache.maven.plugins maven-source-plugin * * * *
45 org.apache.maven.wagon wagon-ssh * * * *