+dtkcore (5.2.0-1~exp1) experimental; urgency=medium
+
+ * New upstream release 5.2.0.
+ * debian/control:
+ + Bump library SONAME to 5.
+ + Bump debhelper compat to v13.
+ + Bump Standards-Version to 4.5.0.
+ * debian/copyright: Update license information (new LGPL-3+).
+
+ -- Boyuan Yang <byang@debian.org> Tue, 05 May 2020 09:55:04 -0400
+
dtkcore (2.1.1-1) unstable; urgency=medium
* Upload to unstable.
Boyuan Yang <byang@debian.org>,
Yanhao Mo <yanhaocs@gmail.com>,
Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
libgsettings-qt-dev,
pkg-config,
pkg-kde-tools,
qtbase5-private-dev,
qttools5-dev-tools,
Rules-Requires-Root: no
-Standards-Version: 4.4.0
+Standards-Version: 4.5.0
Homepage: https://github.com/linuxdeepin/dtkcore
Vcs-Git: https://salsa.debian.org/pkg-deepin-team/dtkcore.git
Vcs-Browser: https://salsa.debian.org/pkg-deepin-team/dtkcore
# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND =
export QT_SELECT := 5
# Retrieve version info
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.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 $@
override_dh_makeshlibs:
dh_makeshlibs -V
-override_dh_missing:
- # remove known useless test file
- rm -f debian/tmp/usr/tests/tests/tests
- dh_missing --fail-missing
-
override_dh_installchangelogs:
dh_installchangelogs -k CHANGELOG.md