forked from I2P_Developers/i2p.i2p
Debian: Fix patches for Jetty 9.3.28 (ticket #2098)
Add xenial patch to ant test target
This commit is contained in:
10
build.xml
10
build.xml
@@ -2592,16 +2592,26 @@
|
||||
</target>
|
||||
|
||||
<target name="debcheckpatch">
|
||||
<echo message="Checking debian/patches/0001-path-substitution.patch" />
|
||||
<exec executable="patch" failonerror="true" input="debian/patches/0001-path-substitution.patch" >
|
||||
<arg value="--dry-run" />
|
||||
<arg value="-F0" />
|
||||
<arg value="-p1" />
|
||||
</exec>
|
||||
<echo />
|
||||
<echo message="Checking debian/patches/0002-jetty-compatibility.patch" />
|
||||
<exec executable="patch" failonerror="true" input="debian/patches/0002-jetty-compatibility.patch" >
|
||||
<arg value="--dry-run" />
|
||||
<arg value="-F0" />
|
||||
<arg value="-p1" />
|
||||
</exec>
|
||||
<echo />
|
||||
<echo message="Checking debian-alt/xenial/patches/0002-jetty-old-api.patch" />
|
||||
<exec executable="patch" failonerror="true" input="debian-alt/xenial/patches/0002-jetty-old-api.patch" >
|
||||
<arg value="--dry-run" />
|
||||
<arg value="-F0" />
|
||||
<arg value="-p1" />
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user