From: Pavel Charvat Date: Fri, 7 Feb 2014 08:54:31 +0000 (+0100) Subject: LibUCW: debian/mk can postprocess debian/control with a custom script. X-Git-Tag: v6.0~66 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=91392e1a8e574b2613e540b3d66408c9cbab2d18;p=libucw.git LibUCW: debian/mk can postprocess debian/control with a custom script. --- diff --git a/debian/mk b/debian/mk index 210fd05e..9f8718b6 100755 --- a/debian/mk +++ b/debian/mk @@ -1,6 +1,6 @@ #!/bin/bash # A script for building of LibUCW packages -# (c) 2013 Pavel Charvat +# (c) 2013--2014 Pavel Charvat set -e . debian/pkg-lib @@ -13,6 +13,7 @@ Options: --cleanup Cleanup temporary files when finished --version= Custom version number of resulting packages (default: autodetect from git-describe) --abi-version= Custom version number of the LibUCW's ABI (default: defined in ucw/default.cfg) +--gen-script=