From 70dcd40a48b34179ec7a6cdf5d2ade5e7f2038f5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:47:04 +0200 Subject: Adding debian version 43.2-6. Signed-off-by: Daniel Baumann --- debian/rules | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..939d03e --- /dev/null +++ b/debian/rules @@ -0,0 +1,39 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs + +%: + dh $@ + +# malcontent it not in Ubuntu main yet & is only built on some arches +ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) +PARENTAL_CONTROL := -Dparental_controls=disabled +else +ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mipsel mips64el ppc64el s390x hppa hurd-i386 ppc64 riscv64)) +PARENTAL_CONTROL := -Dparental_controls=enabled +else +PARENTAL_CONTROL := -Dparental_controls=disabled +endif +endif + +override_dh_auto_configure: + dh_auto_configure -- \ + -Dauto_features=enabled \ + $(PARENTAL_CONTROL) + +# Skip language chooser on Ubuntu since it doesn't work there +ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) +execute_after_dh_install: + dh_install debian/vendor.conf /usr/share/gnome-initial-setup/ +endif + +# Depend on the appropriate package for the Welcome logo +# And don't add malcontent Recommends in Ubuntu +override_dh_gencontrol: +ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) + dh_gencontrol -- -Vlogo:Depends='gnome-control-center-data' +else + dh_gencontrol -- -Vlogo:Depends='desktop-base' \ + -Vmalcontent:Recommends='malcontent [amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el s390x hppa powerpc powerpcspe ppc64]' +endif -- cgit v1.2.3