Prepare new experimental build.
authorBoyuan Yang <byang@debian.org>
Mon, 18 May 2020 19:34:14 +0000 (03:34 +0800)
committerBoyuan Yang <byang@debian.org>
Mon, 18 May 2020 19:45:41 +0000 (03:45 +0800)
debian/changelog
debian/control
debian/rules

index 746624388e1e5043474cd83e6ed992f34fc3697a..6df20631b932eaa84e27c0f82ff307858879a030 100644 (file)
@@ -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 <byang@debian.org>  Tue, 05 May 2020 09:55:04 -0400
+ -- Boyuan Yang <byang@debian.org>  Tue, 19 May 2020 03:33:35 +0800
 
 dtkcore (2.1.1-1) unstable; urgency=medium
 
index cc9a63fcd478c6b4b64072007037e57d7b972dbb..44656de1a39fb4b9d2c8784cb53f24b7998d4135 100644 (file)
@@ -5,6 +5,7 @@ Maintainer: Debian Deepin Packaging Team <pkg-deepin-devel@lists.alioth.debian.o
 Uploaders:
  Boyuan Yang <byang@debian.org>,
  Yanhao Mo <yanhaocs@gmail.com>,
+ Arun Kumar Pariyar <openarungeek@gmail.com>,
 Build-Depends:
  debhelper-compat (= 13),
  libgsettings-qt-dev,
index ea6bc6914fec65754f02d74f1af0fab857ae564f..4eb3c6315be5b412079fb91afe3d5d042773558c 100755 (executable)
@@ -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