~ubuntu-branches/ubuntu/vivid/cdk/vivid

« back to all changes in this revision

Viewing changes to debian/patches/ant19.patch

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-06-30 21:02:33 UTC
  • Revision ID: package-import@ubuntu.com-20130630210233-77racr1d8sx6qpe0
Tags: 1:1.2.10-4
* Team upload.
* Patch build.xml for ant 1.9; fix FTBFS (Closes: #712349)
* Bump Standards-Version to 3.9.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: allow building with ant 1.9
 
2
Author: tony mancill <tmancill@debian.org>
 
3
 
 
4
---
 
5
Origin: other
 
6
Bug-Debian: http://bugs.debian.org/712349
 
7
 
 
8
--- cdk-1.4.9.orig/build.xml
 
9
+++ cdk-1.4.9/build.xml
 
10
@@ -168,6 +168,7 @@
 
11
               <or>
 
12
               <contains string="${ant.version}" substring="1.7.1"/>
 
13
               <contains string="${ant.version}" substring="1.8"/>
 
14
+              <contains string="${ant.version}" substring="1.9"/>
 
15
               </or>
 
16
             </condition>
 
17