Merge lp:~james-page/ubuntu/natty/tomcat6/fix-662588 into lp:ubuntu/natty/tomcat6

Proposed by James Page
Status: Merged
Merge reported by: Thierry Carrez
Merged at revision: not available
Proposed branch: lp:~james-page/ubuntu/natty/tomcat6/fix-662588
Merge into: lp:ubuntu/natty/tomcat6
Diff against target: 41 lines (+10/-2)
3 files modified
debian/changelog (+8/-0)
debian/control (+1/-1)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~james-page/ubuntu/natty/tomcat6/fix-662588
Reviewer Review Type Date Requested Status
Thierry Carrez (community) Approve
Review via email: mp+40327@code.launchpad.net

Description of the change

Amended debian/rules to utilise ant-nodeps.jar to support xslt/TraX processing.

To post a comment you must log in.
Revision history for this message
Thierry Carrez (ttx) wrote :

Looks good, uploading.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-10-20 15:15:33 +0000
+++ debian/changelog 2010-11-08 13:54:00 +0000
@@ -1,3 +1,11 @@
1tomcat6 (6.0.28-7ubuntu2) natty; urgency=low
2
3 * Build-depend on ant/ant-optional (1.8.1)
4 * Amended debian/rules, fix xslt processing in ant 1.8.1 to
5 fix FTBFS (LP: #662588)
6
7 -- James Page <james.page@canonical.com> Mon, 08 Nov 2010 13:19:04 +0000
8
1tomcat6 (6.0.28-7ubuntu1) natty; urgency=low9tomcat6 (6.0.28-7ubuntu1) natty; urgency=low
210
3 * Build-depend on ant1.7 / ant1.7-optional to fix FTBFS (LP: #662588)11 * Build-depend on ant1.7 / ant1.7-optional to fix FTBFS (LP: #662588)
412
=== modified file 'debian/control'
--- debian/control 2010-10-20 15:15:33 +0000
+++ debian/control 2010-11-08 13:54:00 +0000
@@ -6,7 +6,7 @@
6Uploaders: Torsten Werner <twerner@debian.org>,6Uploaders: Torsten Werner <twerner@debian.org>,
7 Ludovic Claude <ludovic.claude@laposte.net>, Michael Koch <konqueror@gmx.de>,7 Ludovic Claude <ludovic.claude@laposte.net>, Michael Koch <konqueror@gmx.de>,
8 Damien Raude-Morvan <drazzib@debian.org>, Niels Thykier <niels@thykier.net>8 Damien Raude-Morvan <drazzib@debian.org>, Niels Thykier <niels@thykier.net>
9Build-Depends: default-jdk, ant1.7-optional, debhelper (>= 7), po-debconf9Build-Depends: default-jdk, ant-optional, debhelper (>= 7), po-debconf
10Build-Depends-Indep: maven-repo-helper (>> 1.0.1), libecj-java10Build-Depends-Indep: maven-repo-helper (>> 1.0.1), libecj-java
11Standards-Version: 3.8.411Standards-Version: 3.8.4
12Homepage: http://tomcat.apache.org12Homepage: http://tomcat.apache.org
1313
=== modified file 'debian/rules'
--- debian/rules 2010-07-20 14:36:48 +0000
+++ debian/rules 2010-11-08 13:54:00 +0000
@@ -5,7 +5,7 @@
5BLDLIB := output/build/lib5BLDLIB := output/build/lib
6BLDBIN := output/build/bin6BLDBIN := output/build/bin
7DEB_JARS_BASE := /usr/share/java7DEB_JARS_BASE := /usr/share/java
8DEB_JARS := ant ant-launcher ant-trax8DEB_JARS := ant ant-launcher ant-trax ant-nodeps
9DEB_CLASSPATH = $(shell for jar in $(DEB_JARS); do \9DEB_CLASSPATH = $(shell for jar in $(DEB_JARS); do \
10 if [ -f "$$jar" ]; then echo -n "$${jar}:"; fi; \10 if [ -f "$$jar" ]; then echo -n "$${jar}:"; fi; \
11 if [ -f "$$jar".jar ]; then echo -n "$${jar}.jar:"; fi; \11 if [ -f "$$jar".jar ]; then echo -n "$${jar}.jar:"; fi; \

Subscribers

People subscribed via source and target branches

to all changes: