Codebase list libjdom2-intellij-java / 102b625
Removed the -java-doc package (Closes: #1011551) Emmanuel Bourg 1 year, 10 months ago
6 changed file(s) with 7 addition(s) and 45 deletion(s). Raw diff Collapse all Expand all
0 libjdom2-intellij-java (2.0.6+git20180529-3) UNRELEASED; urgency=medium
1
2 * Removed the -java-doc package (Closes: #1011551)
3
4 -- Emmanuel Bourg <ebourg@apache.org> Tue, 31 May 2022 18:02:04 +0200
5
06 libjdom2-intellij-java (2.0.6+git20180529-2) unstable; urgency=medium
17
28 * Team upload.
1010 gradle-debian-helper,
1111 default-jdk
1212 Build-Depends-Indep:
13 default-jdk-doc,
1413 junit4,
1514 libisorelax-java,
1615 libjaxen-java,
2928 Depends:
3029 libjaxen-java,
3130 ${misc:Depends}
32 Suggests:
33 libjdom2-intellij-java-doc
3431 Description: lightweight and fast XML DOM library (IntelliJ version)
3532 JDOM is, quite simply, a Java representation of an XML document. JDOM
3633 provides a way to represent that document for easy and efficient
4239 This is a patched versions of JDOM project which is used in IntelliJ
4340 Platform. It is based on the JDOM 2.0.x branch and patched to restore
4441 compatibility with JDOM 1.1.
45
46 Package: libjdom2-intellij-java-doc
47 Architecture: all
48 Multi-arch: foreign
49 Section: doc
50 Depends:
51 libjs-jquery,
52 libjs-jquery-ui,
53 ${misc:Depends}
54 Suggests:
55 libjdom2-intellij-java
56 Description: documentation for IntelliJ version of JDOM2 library
57 JDOM is, quite simply, a Java representation of an XML document. JDOM
58 provides a way to represent that document for easy and efficient
59 reading, manipulation, and writing. It has a straightforward API, is
60 lightweight and fast, and is optimized for the Java programmer. It's
61 an alternative to DOM and SAX, although it integrates well with both
62 DOM and SAX.
63 .
64 This is a patched versions of JDOM project which is used in IntelliJ
65 Platform. It is based on the JDOM 2.0.x branch and patched to restore
66 compatibility with JDOM 1.1.
67 .
68 This package contains API documentation (Javadoc) of libjdom2-intellij-java.
+0
-10
debian/libjdom2-intellij-java-doc.doc-base less more
0 Document: libjdom2-intellij-java
1 Title: Programmer API for jdom release 2.0
2 Author: http://www.jdom.org/
3 Abstract: Programmer API of the JDOM 2.0 release a
4 lightweight and fast XML library.
5 Section: Programming
6
7 Format: HTML
8 Index: /usr/share/doc/libjdom2-intellij-java/api/index.html
9 Files: /usr/share/doc/libjdom2-intellij-java/api/*
+0
-1
debian/libjdom2-intellij-java-doc.install less more
0 core/build/docs/javadoc/* /usr/share/doc/libjdom2-intellij-java/api/
+0
-6
debian/libjdom2-intellij-java-doc.links less more
0 /usr/share/javascript/jquery/jquery.min.js usr/share/doc/libjdom2-intellij-java/api/jquery/external/jquery/jquery.js
1 /usr/share/javascript/jquery/jquery.min.js usr/share/doc/libjdom2-intellij-java/api/jquery/jquery-3.3.1.js
2 /usr/share/javascript/jquery-ui/themes/base/jquery-ui.css usr/share/doc/libjdom2-intellij-java/api/jquery/jquery-ui.css
3 /usr/share/javascript/jquery-ui/jquery-ui.js usr/share/doc/libjdom2-intellij-java/api/jquery/jquery-ui.js
4 /usr/share/javascript/jquery-ui/themes/base/jquery-ui.min.css usr/share/doc/libjdom2-intellij-java/api/jquery/jquery-ui.min.css
5 /usr/share/javascript/jquery-ui/jquery-ui.min.js usr/share/doc/libjdom2-intellij-java/api/jquery/jquery-ui.min.js
1010 cp contrib/build.gradle contrib/build.gradle.orig
1111 echo "sourceCompatibility = '1.7'" >> contrib/build.gradle
1212 echo "targetCompatibility = '1.7'" >> contrib/build.gradle
13 dh_auto_build -- assemble javaDoc
13 dh_auto_build -- assemble