summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 22 insertions, 12 deletions
diff --git a/debian/control b/debian/control
index 5cc70b1..8a269ea 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,11 @@
-Source: libjdom2-java
+Source: libjdom2-intellij-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Emmanuel Bourg <ebourg@apache.org>
+Uploaders:
+ Andrej Shadura <andrewsh@debian.org>,
+ Emmanuel Bourg <ebourg@apache.org>,
+ Saif Abdul Cassim <saif.15@cse.mrt.ac.lk>
Build-Depends: ant, ant-optional, debhelper (>= 9), default-jdk
Build-Depends-Indep: javahelper,
junit4,
@@ -12,28 +15,32 @@ Build-Depends-Indep: javahelper,
libxerces2-java,
maven-repo-helper (>= 1.5)
Standards-Version: 3.9.5
-Vcs-Git: https://salsa.debian.org/java-team/libjdom2-java.git
-Vcs-Browser: https://salsa.debian.org/java-team/libjdom2-java
-Homepage: http://jdom.org
+Vcs-Git: https://salsa.debian.org/java-team/libjdom2-intellij-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libjdom2-intellij-java
+Homepage: https://github.com/JetBrains/intellij-deps-jdom
-Package: libjdom2-java
+Package: libjdom2-intellij-java
Architecture: all
Depends: libjaxen-java, ${misc:Depends}
-Suggests: libjdom2-java-doc
-Description: lightweight and fast library using XML
+Suggests: libjdom2-intellij-java-doc
+Description: lightweight and fast XML DOM library (IntelliJ version)
JDOM is, quite simply, a Java representation of an XML document. JDOM
provides a way to represent that document for easy and efficient
reading, manipulation, and writing. It has a straightforward API, is
lightweight and fast, and is optimized for the Java programmer. It's
an alternative to DOM and SAX, although it integrates well with both
DOM and SAX.
+ .
+ This is a patched versions of JDOM project which is used in IntelliJ
+ Platform. It is based on the JDOM 2.0.x branch and patched to restore
+ compatibility with JDOM 1.1.
-Package: libjdom2-java-doc
+Package: libjdom2-intellij-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
-Suggests: libjdom2-java
-Description: lightweight and fast library using XML - documentation
+Suggests: libjdom2-intellij-java
+Description: documentation for IntelliJ version of JDOM2 library
JDOM is, quite simply, a Java representation of an XML document. JDOM
provides a way to represent that document for easy and efficient
reading, manipulation, and writing. It has a straightforward API, is
@@ -41,4 +48,7 @@ Description: lightweight and fast library using XML - documentation
an alternative to DOM and SAX, although it integrates well with both
DOM and SAX.
.
- This package contains API documentation (Javadoc) of libjdom2-java.
+ This is a patched versions of JDOM project which is used in IntelliJ
+ Platform. It is based on the JDOM 2.0.x branch and patched to restore
+ .
+ This package contains API documentation (Javadoc) of libjdom2-intellij-java.