libfprint/debian/gbp-post-import-hook.sh

9 lines
136 B
Bash
Raw Permalink Normal View History

2024-03-17 14:34:25 +01:00
#!/bin/sh
set -e
dch -v"$GBP_DEBIAN_VERSION" "New upstream release"
git add debian/changelog
debcommit
debian/update-udev-triggers.sh