From 5e12d8503ac40ea938e0f30d82a6e19093021dd2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 28 Aug 2021 20:43:26 +0200 Subject: .travis.yml: Use Ayatana Indicators project's dev-scripts repo. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf1aa18..51db47f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ addons: before_install: # let's use the MATE project's docker build script... - - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build + - curl -Ls -o docker-build https://github.com/AyatanaIndicators/ayatana-dev-scripts/raw/main/travis/docker-build - chmod +x docker-build install: -- cgit v1.2.3 From 55d51dbb9c01c63704d2fbfca33e33b6eeec09bd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 29 Aug 2021 01:28:44 +0200 Subject: debian/rules: Enable unit tests. --- debian/rules | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/rules b/debian/rules index b077472..fcbfa68 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,18 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 +DEB_CMAKE_EXTRA_FLAGS = \ + -DCMAKE_INSTALL_LOCALSTATEDIR="/var" \ + -DENABLE_TESTS=ON \ + -DENABLE_COVERAGE=OFF \ + $(NULL) + %: dh $@ --parallel +override_dh_auto_configure: + dh_auto_configure -- $(DEB_CMAKE_EXTRA_FLAGS) + override_dh_makeshlibs: dh_makeshlibs -Xlibqmenumodel-qml.so -- cgit v1.2.3 From dec144af7b57a9535d2d6eeb1e3ac7f1ff718ea4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 29 Aug 2021 01:29:17 +0200 Subject: debian/{control,compat}: Bump to level 10. --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 8d5c398..5f62e6a 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Marius Gripsgard Uploaders: Mike Gabriel -Build-Depends: debhelper (>= 9.0.0), +Build-Depends: debhelper (>= 10), cmake (>= 2.8.9), cmake-extras, libglib2.0-dev, -- cgit v1.2.3