X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=blobdiff_plain;f=make-jpkg;h=6ec655ae6df2827ceb33e9c66027b5db82a4a332;hp=6e53003436a718e94b6f174eb039e5439e942e09;hb=3507a234b95476fe4ed3e6d7be685e4ffb2df576;hpb=fef30c386ff6abdb961d8f494b4a423accd77f1e diff --git a/make-jpkg b/make-jpkg index 6e53003..6ec655a 100755 --- a/make-jpkg +++ b/make-jpkg @@ -85,6 +85,7 @@ The following options are recognized: --revision add debian revision --source build a source package instead of a binary deb package --with-system-certs integrate with the system's keystore + --distribution Define the distribution to use in the changelog --help display this help and exit --version output version information and exit @@ -124,6 +125,10 @@ while [[ $# -gt 0 && "x$1" == x--* ]]; do [ $# -le 1 ] && missing_argument "$1" shift maintainer_email="$1" + elif [[ "x$1" == x--distribution ]]; then + [ $# -le 1 ] && missing_argument "$1" + shift + distribution="$1" elif [[ "x$1" == x--revision ]]; then [ $# -le 1 ] && missing_argument "$1" shift