From: Boyuan Yang Date: Tue, 5 May 2020 13:55:03 +0000 (-0400) Subject: Add new changelog entry X-Git-Tag: archive/raspbian/5.7.12-2+rpi1^2~82 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=311ddfd96888d6ebfac214b42d514310ef071b3c;p=dtkcore.git Add new changelog entry --- diff --git a/debian/changelog b/debian/changelog index 0e2d5ee..7466243 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +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 Tue, 05 May 2020 09:55:04 -0400 + dtkcore (2.1.1-1) unstable; urgency=medium * Upload to unstable. diff --git a/debian/control b/debian/control index 0463399..4e74c7d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Boyuan Yang , Yanhao Mo , Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), libgsettings-qt-dev, pkg-config, pkg-kde-tools, @@ -14,7 +14,7 @@ Build-Depends: 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 diff --git a/debian/rules b/debian/rules index 53a4e71..4dc878b 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ # 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 @@ -15,33 +15,11 @@ include /usr/share/dpkg/default.mk 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