+ Bump library SONAME to 5.
+ Bump debhelper compat to v13.
+ Bump Standards-Version to 4.5.0.
+ + Add Arun Kumar Pariyar to the uploaders list.
* debian/copyright: Update license information (new LGPL-3+).
+ * debian/rules: Update to ensure proper build.
- -- Boyuan Yang <byang@debian.org> Tue, 05 May 2020 09:55:04 -0400
+ -- Boyuan Yang <byang@debian.org> Tue, 19 May 2020 03:33:35 +0800
dtkcore (2.1.1-1) unstable; urgency=medium
Uploaders:
Boyuan Yang <byang@debian.org>,
Yanhao Mo <yanhaocs@gmail.com>,
+ Arun Kumar Pariyar <openarungeek@gmail.com>,
Build-Depends:
debhelper-compat (= 13),
libgsettings-qt-dev,
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
-
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+include /usr/share/dpkg/architecture.mk
ifneq (,$(wildcard .git/config))
CONFIG_VERSION=
endif
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) VERSION=$(CONFIG_VERSION)
-
override_dh_makeshlibs:
dh_makeshlibs -V