diff --git a/makepkg b/makepkg index 3773abb6baf2614659a0b5746ff52c25622a56de..693c4290ca1e59f701f757673718a447dc9088c5 100755 --- a/makepkg +++ b/makepkg @@ -1,9 +1,10 @@ +#!/bin/bash # https://www.debian.org/doc/vcs # https://wiki.debian.org/PackagingWithGit pkg=pass-otp version=1.2.0 -packaging_version=2 +packaging_version=3 pushd "$pkg-$version" mkdir debian dch --create -v "$version-$packaging_version" --package "$pkg" @@ -26,6 +27,7 @@ Description: Pass extension for managing one-time-password (OTP) tokens. Section: admin EOF +# TODO Figure out how to actually set BASHCOMPDIR, below doesn't work. cat > debian/rules << EOF #!/usr/bin/make -f