Add new changelog entry
authorBoyuan Yang <byang@debian.org>
Tue, 5 May 2020 13:55:03 +0000 (09:55 -0400)
committerBoyuan Yang <byang@debian.org>
Tue, 5 May 2020 13:55:23 +0000 (09:55 -0400)
debian/changelog
debian/control
debian/rules

index 0e2d5ee3c9d1057993b314e17f6b9df7005de06c..746624388e1e5043474cd83e6ed992f34fc3697a 100644 (file)
@@ -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 <byang@debian.org>  Tue, 05 May 2020 09:55:04 -0400
+
 dtkcore (2.1.1-1) unstable; urgency=medium
 
   * Upload to unstable.
index 0463399d7a4ff3f159715107c89f0956cc197047..4e74c7d0c8944eba0567fb6c0714d136960480a5 100644 (file)
@@ -6,7 +6,7 @@ Uploaders:
  Boyuan Yang <byang@debian.org>,
  Yanhao Mo <yanhaocs@gmail.com>,
 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
index 53a4e71a661d4b8006a8c67184139bb73f5cec4c..4dc878b2dd66a1950a68235b6ba86f47a42c9c11 100755 (executable)
@@ -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