diff --git a/packaging/build_debian_source_package.sh b/packaging/build_ubuntu_source_package.sh similarity index 74% rename from packaging/build_debian_source_package.sh rename to packaging/build_ubuntu_source_package.sh index 69a13a8..55260af 100755 --- a/packaging/build_debian_source_package.sh +++ b/packaging/build_ubuntu_source_package.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $ build_debian_source_package.sh [series [package-version]] +# $ build_ubuntu_source_package.sh [series [package-version [source-version]]] # Generates a Debian source package suitable for upload to a Launchpad PPA. This # script only builds the package artifacts, it does NOT upload them. Use dput to # upload to a PPA after building. @@ -19,11 +19,16 @@ if [ -n "$(git status --porcelain)" ] ; then exit 1 fi -# Get the current version from the repo. Get the series and package version from -# the command line, otherwise assume "utopic" and version "1". -peru_version=$(