remove debug

This commit is contained in:
Sylvestre Ledru 2022-05-30 09:11:02 +02:00
parent 001e029990
commit 1341e59355

2
debian/orig-tar.sh vendored
View File

@ -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")