From f8df5fba754b9b3a82708c5866610b45b1fbe8d9 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Fri, 5 Jan 2024 20:13:51 +0000 Subject: [PATCH] No need to build as Release. --- debian/changelog | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 18a8e7a..2e4d531 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ picom-conf (0.17.0-0ubuntu1) noble; urgency=medium * Removed no-manual-page Lintian override. * Added help2man automatic manpage generation. * Fixed an invalid documentation link in debian/upstream/metadata. + * Stopped specifying release build mode. -- Aaron Rainbolt Fri, 05 Jan 2024 17:28:28 +0000 diff --git a/debian/rules b/debian/rules index 486ea9a..fbcbb99 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,6 @@ %: dh $@ -override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release - override_dh_installman: help2man -N -n "configure the Picom compositor" "./debian/picom-conf/usr/bin/picom-conf -platform offscreen" > debian/picom-conf.1 dh_installman