From: Boyuan Yang Date: Wed, 10 Jun 2020 14:01:17 +0000 (-0400) Subject: Prepare new upload. X-Git-Tag: archive/raspbian/5.7.12-2+rpi1^2~75 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6a0eb6689b7b189d73660e63a866d6a0ded54135;p=dtkcore.git Prepare new upload. --- diff --git a/debian/changelog b/debian/changelog index 6df2063..75b9f70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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 Wed, 10 Jun 2020 10:00:53 -0400 + dtkcore (5.2.0-1~exp1) experimental; urgency=medium * New upstream release 5.2.0. diff --git a/debian/control b/debian/control index 44656de..97f5a5e 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Depends: 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. . diff --git a/debian/rules b/debian/rules index 4eb3c63..0ecdfb1 100755 --- a/debian/rules +++ b/debian/rules @@ -8,15 +8,16 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all 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 @@ -36,8 +37,5 @@ endif 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