From 1341e593551af9fc78095f8a3bb2d4870145e60b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 30 May 2022 09:11:02 +0200 Subject: [PATCH] remove debug --- debian/orig-tar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index af23388d..e277ad08 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -41,7 +41,7 @@ reset_repo () PATH_DEBIAN="$(pwd)/$(dirname $0)/../" cd "$PATH_DEBIAN" -echo $PATH_DEBIAN + git stash && git pull && git stash apply || true MAJOR_VERSION=$(dpkg-parsechangelog | sed -rne "s,^Version: 1:([0-9]+).*,\1,p")