aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules30
1 files changed, 20 insertions, 10 deletions
diff --git a/debian/rules b/debian/rules
index 932a8d8..5874e98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+NULL =
+
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -24,47 +26,55 @@ override_dh_auto_configure:
-- \
$(DEB_CMAKE_EXTRA_FLAGS) \
-DENABLE_LOMIRI_FEATURES=ON \
- ..
+ -DENABLE_MKCAL=ON \
+ $(NULL)
dh_auto_configure --builddirectory=ayatana-variant \
--buildsystem=cmake \
-- \
$(DEB_CMAKE_EXTRA_FLAGS) \
-DENABLE_LOMIRI_FEATURES=OFF \
- ..
+ -DENABLE_MKCAL=OFF \
+ $(NULL)
override_dh_auto_build:
dh_auto_build --builddirectory=lomiri-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
dh_auto_build --builddirectory=ayatana-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
override_dh_auto_test:
dh_auto_test --no-parallel \
--builddirectory=lomiri-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
dh_auto_test --no-parallel \
--builddirectory=ayatana-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
override_dh_auto_install:
dh_auto_install --builddirectory=lomiri-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
dh_auto_install --builddirectory=ayatana-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
override_dh_auto_clean:
dh_auto_clean --builddirectory=lomiri-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
dh_auto_clean --builddirectory=ayatana-variant \
--buildsystem=cmake \
- ..
+ $(NULL)
override_dh_missing:
dh_missing --fail-missing
+
+override_dh_installchangelogs:
+ dh_installchangelogs NEWS
+
+get-orig-source:
+ uscan --noconf --force-download --rename --download-current-version --destdir=..