mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
4f76dbc18f
libfprint Debian release 1:1.90.7-3
9 lines
136 B
Bash
Executable File
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
|