diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2016-01-18 00:25:53 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2016-01-18 00:30:33 +0000 |
commit | 55e47784648c3489faec7e1faaaa4bacb415c238 (patch) | |
tree | 78f42af3ad30f0f66ea33ee69dfa8f6f96c3759e | |
parent | 0057c3370e1bcdebfdfca89b89606b7f9360dd80 (diff) | |
download | dtv-scan-tables-55e47784648c3489faec7e1faaaa4bacb415c238.tar.gz |
Update get-vcs-snapshot.sh to reflect gbp changes
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/get-vcs-snapshot.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6724371..75ef19c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ dtv-scan-tables (0+git20150208.f2053b3-2) UNRELEASED; urgency=medium * d/control: various fixes found by libconfig-model-dpkg-perl + * d/get-vcs-snapshot.sh: Update to reflect gbp changes -- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 05 May 2015 23:40:47 +0100 diff --git a/debian/get-vcs-snapshot.sh b/debian/get-vcs-snapshot.sh index de39e9e..cdc5bfe 100644 --- a/debian/get-vcs-snapshot.sh +++ b/debian/get-vcs-snapshot.sh @@ -25,7 +25,7 @@ if [ -d .git ]; then read -p "Import '${TARBALL}' into Git (y/N)?" ANSWER case ${ANSWER} in [Yy] ) - git-import-orig --pristine-tar "${TARBALL}" + gbp import-orig --pristine-tar "${TARBALL}" dch -v "${VERSION_FULL}-1" "New Upstream Snapshot (commit ${GIT_SHA})" break ;; |