[pkg-java] r12917 - in tags/antelope: . 3.5.1-2/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Mon Aug 16 16:58:13 UTC 2010


Author: drazzib
Date: 2010-08-16 16:58:12 +0000 (Mon, 16 Aug 2010)
New Revision: 12917

Added:
   tags/antelope/3.5.1-2/
   tags/antelope/3.5.1-2/debian/changelog
   tags/antelope/3.5.1-2/debian/control
   tags/antelope/3.5.1-2/debian/patches/
   tags/antelope/3.5.1-2/debian/rules
Removed:
   tags/antelope/3.5.1-2/debian/changelog
   tags/antelope/3.5.1-2/debian/control
   tags/antelope/3.5.1-2/debian/rules
Log:
[svn-buildpackage] Tagging antelope 3.5.1-2

Deleted: tags/antelope/3.5.1-2/debian/changelog
===================================================================
--- trunk/antelope/debian/changelog	2010-08-15 13:22:51 UTC (rev 12913)
+++ tags/antelope/3.5.1-2/debian/changelog	2010-08-16 16:58:12 UTC (rev 12917)
@@ -1,5 +0,0 @@
-antelope (3.5.1-1) unstable; urgency=low
-
-  * Initial release. (Closes: #589758)
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 05 Aug 2010 18:30:05 +0200

Copied: tags/antelope/3.5.1-2/debian/changelog (from rev 12916, trunk/antelope/debian/changelog)
===================================================================
--- tags/antelope/3.5.1-2/debian/changelog	                        (rev 0)
+++ tags/antelope/3.5.1-2/debian/changelog	2010-08-16 16:58:12 UTC (rev 12917)
@@ -0,0 +1,15 @@
+antelope (3.5.1-2) unstable; urgency=low
+
+  * Fix FTBFS during docs XSL transformation:
+    - d/rules: Use build.xml instead of build-tasks.xml (to use xsltproc).
+    - d/control: Drop B-D on ant-optional and xalan2-java, add B-D on xsltproc.
+    - d/patches/01_also_build_javadoc.diff: Build JAR and Javadoc.
+    - d/patches/02_xsltproc_opts.diff: Pass --nonet to xsltproc.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Mon, 16 Aug 2010 18:49:39 +0200
+
+antelope (3.5.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #589758)
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 05 Aug 2010 18:30:05 +0200

Deleted: tags/antelope/3.5.1-2/debian/control
===================================================================
--- trunk/antelope/debian/control	2010-08-15 13:22:51 UTC (rev 12913)
+++ tags/antelope/3.5.1-2/debian/control	2010-08-16 16:58:12 UTC (rev 12917)
@@ -1,36 +0,0 @@
-Source: antelope
-Section: java
-Priority: optional
-Maintainer: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-repo-helper,
- ant, ant-optional, docbook-xsl, libxalan2-java
-Standards-Version: 3.9.1
-Homepage: http://antelope.tigris.org/
-
-Package: libantelope-java
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: ant
-Description: graphical user interface for Ant
- Antelope is a graphical user interface for running Ant. 
- .
- It can run as a stand-alone GUI application and as a plugin to jedit.
- .
- Antelope Project also provides a set of additional tasks that provide
- functionality not found in the standard tasks distributed with Ant.
-
-Package: libantelope-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libantelope-java
-Description: graphical user interface for Ant - documentation
- Antelope is a graphical user interface for running Ant.
- .
- It can run as a stand-alone GUI application and as a plugin to jedit.
- .
- Antelope Project also provides a set of additional tasks that provide
- functionality not found in the standard tasks distributed with Ant.
- .
- This package contains API Javadoc for libantelope-java.
-

Copied: tags/antelope/3.5.1-2/debian/control (from rev 12916, trunk/antelope/debian/control)
===================================================================
--- tags/antelope/3.5.1-2/debian/control	                        (rev 0)
+++ tags/antelope/3.5.1-2/debian/control	2010-08-16 16:58:12 UTC (rev 12917)
@@ -0,0 +1,36 @@
+Source: antelope
+Section: java
+Priority: optional
+Maintainer: Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-repo-helper,
+ ant, docbook-xsl, xsltproc
+Standards-Version: 3.9.1
+Homepage: http://antelope.tigris.org/
+
+Package: libantelope-java
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: ant
+Description: graphical user interface for Ant
+ Antelope is a graphical user interface for running Ant. 
+ .
+ It can run as a stand-alone GUI application and as a plugin to jedit.
+ .
+ Antelope Project also provides a set of additional tasks that provide
+ functionality not found in the standard tasks distributed with Ant.
+
+Package: libantelope-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libantelope-java
+Description: graphical user interface for Ant - documentation
+ Antelope is a graphical user interface for running Ant.
+ .
+ It can run as a stand-alone GUI application and as a plugin to jedit.
+ .
+ Antelope Project also provides a set of additional tasks that provide
+ functionality not found in the standard tasks distributed with Ant.
+ .
+ This package contains API Javadoc for libantelope-java.
+

Deleted: tags/antelope/3.5.1-2/debian/rules
===================================================================
--- trunk/antelope/debian/rules	2010-08-15 13:22:51 UTC (rev 12913)
+++ tags/antelope/3.5.1-2/debian/rules	2010-08-16 16:58:12 UTC (rev 12917)
@@ -1,26 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-PACKAGE              := antelope
-VERSION              := 3.2.5
-
-JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_ANT_BUILDFILE    := build-tasks.xml
-DEB_ANT_BUILD_TARGET := jar javadoc docs-xalan
-DEB_JARS             := ant-trax xalan2
-
-clean::
-	mh_clean
-	-rm -rf prep
-
-binary-post-install/lib$(PACKAGE)-java::
-	mh_installpoms -plib$(PACKAGE)-java -e$(DEB_UPSTREAM_VERSION)
-	mh_installjar -plib$(PACKAGE)-java -e$(DEB_UPSTREAM_VERSION) -l debian/antelopetasks-pom.xml prep/AntelopeTasks_$(VERSION).jar
-
-binary-post-install/lib$(PACKAGE)-java-doc::
-	rm debian/lib$(PACKAGE)-java-doc/usr/share/doc/libantelope-java/manual/userguide.html
-
-get-orig-source::
-	uscan --force-download --repack --rename

Copied: tags/antelope/3.5.1-2/debian/rules (from rev 12916, trunk/antelope/debian/rules)
===================================================================
--- tags/antelope/3.5.1-2/debian/rules	                        (rev 0)
+++ tags/antelope/3.5.1-2/debian/rules	2010-08-16 16:58:12 UTC (rev 12917)
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+PACKAGE              := antelope
+VERSION              := 3.2.5
+
+JAVA_HOME            := /usr/lib/jvm/default-java
+DEB_ANT_BUILDFILE    := build.xml
+DEB_ANT_BUILD_TARGET := tasks transform-docs
+
+clean::
+	mh_clean
+	-rm -rf prep
+
+binary-post-install/lib$(PACKAGE)-java::
+	mh_installpoms -plib$(PACKAGE)-java -e$(DEB_UPSTREAM_VERSION)
+	mh_installjar -plib$(PACKAGE)-java -e$(DEB_UPSTREAM_VERSION) -l debian/antelopetasks-pom.xml prep/AntelopeTasks_$(VERSION).jar
+
+get-orig-source::
+	uscan --force-download --repack --rename




More information about the pkg-java-commits mailing list