Debian: Support libjson-simple-java 3 for bullseye

Patch adapted from Gilles Filippini
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960589
This commit is contained in:
zzz
2020-08-01 14:12:54 +00:00
parent 097f178e2a
commit f8b04e398e
4 changed files with 208 additions and 0 deletions

View File

@@ -2618,6 +2618,13 @@
<arg value="-p1" />
</exec>
<echo />
<echo message="Checking debian/patches/0003-json-simple-3.patch" />
<exec executable="patch" failonerror="true" input="debian/patches/0003-json-simple-3.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" />