From 91392e1a8e574b2613e540b3d66408c9cbab2d18 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Fri, 7 Feb 2014 09:54:31 +0100 Subject: [PATCH] LibUCW: debian/mk can postprocess debian/control with a custom script. --- debian/mk | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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=