Prepare new upload.
authorBoyuan Yang <byang@debian.org>
Wed, 10 Jun 2020 14:01:17 +0000 (10:01 -0400)
committerBoyuan Yang <byang@debian.org>
Wed, 10 Jun 2020 14:01:17 +0000 (10:01 -0400)
debian/changelog
debian/control
debian/rules

index 6df20631b932eaa84e27c0f82ff307858879a030..75b9f703ed49027e4746f00b3e6d6ea3e3c8b727 100644 (file)
@@ -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 <byang@debian.org>  Wed, 10 Jun 2020 10:00:53 -0400
+
 dtkcore (5.2.0-1~exp1) experimental; urgency=medium
 
   * New upstream release 5.2.0.
index 44656de1a39fb4b9d2c8784cb53f24b7998d4135..97f5a5efc3cf1314f7fffb3f411f065b1bc30317 100644 (file)
@@ -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.
  .
index 4eb3c6315be5b412079fb91afe3d5d042773558c..0ecdfb192242efce5c8d01e0768566ad16450f34 100755 (executable)
@@ -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