summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-26 12:48:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-26 12:49:06 +0200
commit9eef22356e07bfa11008bfef3654cf490cb39f66 (patch)
tree5f663e8de8f519e1519a8b104952cf982ccbefcb
parentee6a0fb333d49381296c8493bdbd16be05b9d933 (diff)
downloadtde-packaging-9eef22356e07bfa11008bfef3654cf490cb39f66.tar.gz
tde-packaging-9eef22356e07bfa11008bfef3654cf490cb39f66.zip
DEB tde-style-baghira: Add the omitted include for the CMake cdbs class.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 15334416b88a06dee3e19fec7a932cb0c6e60ced)
-rwxr-xr-xdebian/_base/applications/tde-style-baghira/debian/rules1
-rwxr-xr-xubuntu/_base/applications/tde-style-baghira/debian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/_base/applications/tde-style-baghira/debian/rules b/debian/_base/applications/tde-style-baghira/debian/rules
index a37376c4a..18aa16b96 100755
--- a/debian/_base/applications/tde-style-baghira/debian/rules
+++ b/debian/_base/applications/tde-style-baghira/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/cmake.mk
include debian/cdbs/debian-tde.mk
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
diff --git a/ubuntu/_base/applications/tde-style-baghira/debian/rules b/ubuntu/_base/applications/tde-style-baghira/debian/rules
index a37376c4a..18aa16b96 100755
--- a/ubuntu/_base/applications/tde-style-baghira/debian/rules
+++ b/ubuntu/_base/applications/tde-style-baghira/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/cmake.mk
include debian/cdbs/debian-tde.mk
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \