From 4bb978ef16c93e0d7981b14192fe96f37ffaff8b Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Wed, 20 Sep 2023 16:03:33 +0900 Subject: [PATCH] Release for Ubuntu 22.04 environment --- debian/changelog | 9 +++++++++ debian/compat | 2 +- debian/install | 1 + debian/rules | 11 +++++++++++ 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 debian/install diff --git a/debian/changelog b/debian/changelog index 32a49b92..4c87af68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 20 Sep 2023 16:01:54 +0900 + barrier (2.3.3) UNRELEASED; urgency=medium [ Aaron Bieber ] diff --git a/debian/compat b/debian/compat index ec635144..f599e28b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/install b/debian/install new file mode 100644 index 00000000..745da76f --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +debian/barrier/usr/* usr \ No newline at end of file diff --git a/debian/rules b/debian/rules index 64ddd45f..6e647002 100755 --- a/debian/rules +++ b/debian/rules @@ -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