aboutsummaryrefslogtreecommitdiffstats
path: root/debian/get-vcs-snapshot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian/get-vcs-snapshot.sh')
-rw-r--r--debian/get-vcs-snapshot.sh2
1 files changed, 1 insertions, 1 deletions
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
;;