diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-13 20:40:57 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-13 20:41:26 +0200 |
| commit | cd8ecab4250a3c9e028d9b5156c88f39787ceec1 (patch) | |
| tree | e7441df01c328551c4a2594664222da80f16d998 /debian/rules | |
| parent | f20ece9b34017267ef8b16e6c0f0bd5bd28ce163 (diff) | |
| download | libayatana-common-cd8ecab4250a3c9e028d9b5156c88f39787ceec1.tar.gz libayatana-common-cd8ecab4250a3c9e028d9b5156c88f39787ceec1.tar.bz2 libayatana-common-cd8ecab4250a3c9e028d9b5156c88f39787ceec1.zip | |
debian/: Sync in official Debian packaging.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index f23cfb5..6f43f32 100755 --- a/debian/rules +++ b/debian/rules @@ -6,17 +6,26 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk +DEB_CMAKE_EXTRA_FLAGS = \ + -DENABLE_TESTS=ON \ + -DENABLE_COVERAGE=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_LOMIRI_FEATURES=ON \ + $(NULL) + %: - dh $@ + dh $@ --with gir override_dh_auto_configure: dh_auto_configure -- \ - -DENABLE_TESTS=ON \ - -DCMAKE_INSTALL_DIR=/usr \ + $(DEB_CMAKE_EXTRA_FLAGS) $(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=.. |
