+ Set Replaces+Breaks with libdtkwidget-dev (<< 5.2.2.10-1).
* Add symbols file for libdtkcore5.
* debian/copyright: Update license information.
+ * debian/rules: Cleanup and ensure proper build.
- -- Arun Kumar Pariyar <openarungeek@gmail.com> Sat, 28 Nov 2020 20:31:50 +0545
+ -- Arun Kumar Pariyar <openarungeek@gmail.com> Sun, 20 Dec 2020 23:27:37 +0545
dtkcore (5.2.2.5-1~exp1) experimental; urgency=medium
# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND =
+
export QT_SELECT := 5
# Explicitly enable hardening
# Retrieve version info
include /usr/share/dpkg/default.mk
-ifneq (,$(wildcard .git/config))
- CONFIG_VERSION=
-else
-VERSION = $(DEB_VERSION_UPSTREAM)
-_PACK_VER = $(shell echo $(VERSION) | awk -F'[+_~-]' '{print $$1}')
-_BUILD_VER = $(shell echo $(VERSION) | awk -F'[+_~-]' '{print $$2}' | sed 's/[^0-9]//g')
-ifeq ($(_BUILD_VER),)
- CONFIG_VERSION = $(_PACK_VER)
-else
- CONFIG_VERSION = $(_PACK_VER).$(_BUILD_VER)
-endif
-endif
-
%:
dh $@ --with pkgkde_symbolshelper
override_dh_auto_configure:
- dh_auto_configure -- LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) VERSION=$(CONFIG_VERSION)
+ dh_auto_configure -- LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) VERSION=$(DEB_VERSION_UPSTREAM)
override_dh_installchangelogs:
dh_installchangelogs -k CHANGELOG.md