#! /bin/sh /usr/share/dpatch/dpatch-run ## add_classpath_to_manifest.dpatch by Florian Weimer <fweimer@bfk.de> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: add Class-Path entry to the manifest, so packages using ## DP: httpunit don't have to worry about httpunit's internal dependencies.
#! /bin/sh /usr/share/dpatch/dpatch-run ## fix_set_encoding.dpatch by Miguel Landaeta <miguel@miguel.cc> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: method setCharEncoding from Tidy class was removed from API. ## DP: now the methods setInputEncoding and setOutputEncoding must be used.
#! /bin/sh /usr/share/dpatch/dpatch-run ## use_system_jars.dpatch by Miguel Landaeta <miguel@miguel.cc> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Configure build to use jar installed on system.