diff '--color=auto' -ruN a/debian/rules b/debian/rules --- a/debian/rules 2024-08-27 00:55:44.974455211 +0300 +++ b/debian/rules 2024-08-27 00:57:59.629632715 +0300 @@ -4,20 +4,14 @@ export DEB_CPPFLAGS_MAINT_APPEND = -DSSHD_SERVICE=\"ssh.service\" export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -# Not in Ubuntu main yet https://launchpad.net/bugs/1892456 -ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes) -DISTRIBUTOR_LOGO := /usr/share/pixmaps/ubuntu-logo-text.png -DISTRIBUTOR_LOGO_DARK := /usr/share/pixmaps/ubuntu-logo-text-dark.png -MALCONTENT := -Dmalcontent=false -else -DISTRIBUTOR_LOGO := /usr/share/icons/vendor/scalable/emblems/emblem-vendor.svg -DISTRIBUTOR_LOGO_DARK := /usr/share/icons/vendor/scalable/emblems/emblem-vendor.svg +DISTRIBUTOR_LOGO := /usr/share/pixmaps/pika-logo-text.svg +DISTRIBUTOR_LOGO_DARK := /usr/share/pixmaps/pika-logo-text-dark.svg + ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa powerpc ppc64 x32)) MALCONTENT := -Dmalcontent=true else MALCONTENT := -Dmalcontent=false endif -endif %: dh $@