Skip to content
Snippets Groups Projects
Commit 91c41147 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

minor changes to makepkg.

parent b2b49756
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment