+dtkcore (5.2.1-1~exp1) experimental; urgency=medium
+
+ * new upstream release 5.2.1.
+ * debian/control: Let libdtkcore5-bin provides dtkcore-bin.
+
+ -- Boyuan Yang <byang@debian.org> Wed, 10 Jun 2020 10:00:53 -0400
+
dtkcore (5.2.0-1~exp1) experimental; urgency=medium
* New upstream release 5.2.0.
libdtkcore5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
+Provides: dtkcore-bin
Description: Deepin Tool Kit Core library (utilities)
DtkCore is a base devel library for Deepin Qt/C++ applications.
.
export DEB_LDFLAGS_MAINT_APPEND =
export QT_SELECT := 5
-# Retrieve version info
-include /usr/share/dpkg/default.mk
-
# Explicitly enable hardening
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
include /usr/share/dpkg/architecture.mk
+# Retrieve version info
+include /usr/share/dpkg/default.mk
+
+
ifneq (,$(wildcard .git/config))
CONFIG_VERSION=
else
override_dh_auto_configure:
dh_auto_configure -- LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) VERSION=$(CONFIG_VERSION)
-override_dh_makeshlibs:
- dh_makeshlibs -V
-
override_dh_installchangelogs:
dh_installchangelogs -k CHANGELOG.md