Release for Ubuntu 22.04 environment

This commit is contained in:
Kevin Kim 2023-09-20 16:03:33 +09:00
parent 653e4badeb
commit 4bb978ef16
4 changed files with 22 additions and 1 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
barrier (2.3.3+hamonikr1) kumkang; urgency=medium
[Kevin Kim]
* Release for Ubuntu 22.04 environment
- Update debian/rules
- Add install file
-- HamoniKR <pkg@hamonikr.org> Wed, 20 Sep 2023 16:01:54 +0900
barrier (2.3.3) UNRELEASED; urgency=medium
[ Aaron Bieber ]

2
debian/compat vendored
View File

@ -1 +1 @@
9
10

1
debian/install vendored Normal file
View File

@ -0,0 +1 @@
debian/barrier/usr/* usr

11
debian/rules vendored
View File

@ -3,3 +3,14 @@
%:
dh $@ --buildsystem=cmake --builddirectory=build -Pbuild/debian --parallel
override_dh_auto_test:
override_dh_usrlocal:
override_dh_auto_configure:
git submodule update --init --recursive
dh_auto_configure
override_dh_clean:
dh_clean
rm -rf debian/barrier