From: Boyuan Yang Date: Mon, 18 May 2020 19:34:14 +0000 (+0800) Subject: Prepare new experimental build. X-Git-Tag: archive/raspbian/5.7.12-2+rpi1^2~79 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f8f03a5fc589777c049de7a5394e04d459497181;p=dtkcore.git Prepare new experimental build. --- diff --git a/debian/changelog b/debian/changelog index 7466243..6df2063 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,9 +5,11 @@ dtkcore (5.2.0-1~exp1) experimental; urgency=medium + 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 Tue, 05 May 2020 09:55:04 -0400 + -- Boyuan Yang Tue, 19 May 2020 03:33:35 +0800 dtkcore (2.1.1-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index cc9a63f..44656de 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Debian Deepin Packaging Team , Yanhao Mo , + Arun Kumar Pariyar , Build-Depends: debhelper-compat (= 13), libgsettings-qt-dev, diff --git a/debian/rules b/debian/rules index ea6bc69..4eb3c63 100755 --- a/debian/rules +++ b/debian/rules @@ -15,8 +15,7 @@ include /usr/share/dpkg/default.mk 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= @@ -32,12 +31,11 @@ endif 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