From: Michael Hanke Date: Fri, 17 Feb 2012 07:44:26 +0000 (+0100) Subject: Tiny fixes to backport-dsc X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8e70f6895d37c8adec971ba0026cc89676e73c12;p=neurodebian.git Tiny fixes to backport-dsc --- diff --git a/tools/backport-dsc b/tools/backport-dsc index fe94763..5140a92 100755 --- a/tools/backport-dsc +++ b/tools/backport-dsc @@ -5,7 +5,7 @@ set -e set -u # version of this script -backports_dsc_version=0.1 +backports_dsc_version=0.2 ############ # Defaults # @@ -43,7 +43,7 @@ print_version() cat << EOT backport-dsc $backports_dsc_version -Copyright (C) 2010 Michael Hanke +Copyright (C) 2010-2012 Michael Hanke Licensed under GNU Public License version 2 or later. This is free software; see the source for copying conditions. There is NO @@ -91,7 +91,7 @@ Usage: backport-dsc [OPTIONS] Options: -d , --target-distribution - Arbitrary distribution name (e.g. lenny-backports). This will be the target + Arbitrary distribution name (e.g. squeeze-backports). This will be the target distribution used for the backport changelog entry. The distribution name also serves as an identifier to search for backport patches in the source package. @@ -175,11 +175,11 @@ backport-dsc reads configuration from two files: system-wide from be sourced by backport-dsc. The following variables (each shown with an example setting) can be used to pre-configure backport-dsc: -bp_distribution="lenny-backports" +bp_distribution="squeeze-backports" Backport target distribution (see --backport-distribution) bp_version_prefix="~" - Version suffix (see --version-prefix) + Version prefix (see --version-prefix) bp_version_suffix="bpo60" Version suffix (see --version-suffix)