[pkg-java] r19157 - trunk/jarjar/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Oct 5 08:15:55 UTC 2016
Author: ebourg-guest
Date: 2016-10-05 08:15:55 +0000 (Wed, 05 Oct 2016)
New Revision: 19157
Removed:
trunk/jarjar/debian/libjarjar-java-doc.doc-base
trunk/jarjar/debian/libjarjar-java-doc.install
Modified:
trunk/jarjar/debian/changelog
trunk/jarjar/debian/control
trunk/jarjar/debian/rules
Log:
Removed the -java-doc package
Modified: trunk/jarjar/debian/changelog
===================================================================
--- trunk/jarjar/debian/changelog 2016-10-05 08:12:37 UTC (rev 19156)
+++ trunk/jarjar/debian/changelog 2016-10-05 08:15:55 UTC (rev 19157)
@@ -4,6 +4,7 @@
* Include the SignatureRemapper class (new in ASM 5.1) in the final jar
* Build with the DH sequencer instead of CDBS
* Added a Built-Using field with the asm version used
+ * Removed the -java-doc package
-- Emmanuel Bourg <ebourg at apache.org> Wed, 05 Oct 2016 09:12:17 +0200
Modified: trunk/jarjar/debian/control
===================================================================
--- trunk/jarjar/debian/control 2016-10-05 08:12:37 UTC (rev 19156)
+++ trunk/jarjar/debian/control 2016-10-05 08:15:55 UTC (rev 19157)
@@ -23,19 +23,3 @@
- You can avoid problems where your library depends on a specific
version of a library, which may conflict with the dependencies of
another library.
-
-Package: libjarjar-java-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: libjarjar-java
-Description: repackage third-party jars - documentation
- Utility that makes it easy to repackage Java libraries and embed them
- into your own distribution. This is useful for two reasons:
- .
- - You can easily ship a single jar file with no external dependencies.
- - You can avoid problems where your library depends on a specific
- version of a library, which may conflict with the dependencies of
- another library.
- .
- This package includes the documentation.
Deleted: trunk/jarjar/debian/libjarjar-java-doc.doc-base
===================================================================
--- trunk/jarjar/debian/libjarjar-java-doc.doc-base 2016-10-05 08:12:37 UTC (rev 19156)
+++ trunk/jarjar/debian/libjarjar-java-doc.doc-base 2016-10-05 08:15:55 UTC (rev 19157)
@@ -1,10 +0,0 @@
-Document: jarjar-doc
-Title: Programmer API for jarjar (repackage third-party jars)
-Author: Chris Nokleberg
-Abstract: This is the programmer API of jarjar, a library for repackaging
- third-party jars.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libjarjar-java-doc/api/index.html
-Files: /usr/share/doc/libjarjar-java-doc/api/*.html
Deleted: trunk/jarjar/debian/libjarjar-java-doc.install
===================================================================
--- trunk/jarjar/debian/libjarjar-java-doc.install 2016-10-05 08:12:37 UTC (rev 19156)
+++ trunk/jarjar/debian/libjarjar-java-doc.install 2016-10-05 08:15:55 UTC (rev 19157)
@@ -1 +0,0 @@
-dist/javadoc/* /usr/share/doc/libjarjar-java-doc/api
Modified: trunk/jarjar/debian/rules
===================================================================
--- trunk/jarjar/debian/rules 2016-10-05 08:12:37 UTC (rev 19156)
+++ trunk/jarjar/debian/rules 2016-10-05 08:15:55 UTC (rev 19157)
@@ -8,9 +8,6 @@
%:
dh $@ --with maven-repo-helper
-override_dh_auto_build:
- dh_auto_build -- jar javadoc
-
override_dh_gencontrol:
dh_gencontrol -- -Vasm:Version=${ASM_VERSION}
More information about the pkg-java-commits
mailing list