libfprint/debian/gbp-post-import-hook.sh
Ward from fusion-voyager-3 9d44753b9c initial commit
2024-03-17 16:34:25 +03:00

9 lines
136 B
Bash
Executable File

#!/bin/sh
set -e
dch -v"$GBP_DEBIAN_VERSION" "New upstream release"
git add debian/changelog
debcommit
debian/update-udev-triggers.sh