[SCM] qbs packaging branch, master, updated. debian/1.8.1+dfsg-3-4-ge43bcc8

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Sep 11 14:31:33 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qbs.git;a=commitdiff;h=e43bcc8

The following commit has been merged in the master branch:
commit e43bcc8c76325f4ba44461b4781422a65730a184
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Sep 11 17:31:26 2017 +0300

    Install upstream changelog.
---
 debian/changelog | 1 +
 debian/rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c01e2b6..a0729b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qbs (1.9.0+dfsg-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Drop install_missing_header.diff, it was coming from upstream.
   * Refresh and rebase other patches.
+  * Install upstream changelog.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 11 Sep 2017 16:36:28 +0300
 
diff --git a/debian/rules b/debian/rules
index 07dd472..6629886 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/dpkg/pkg-info.mk
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 TMP_HOME_DIR = $(CURDIR)/debian/home
 
@@ -59,5 +61,8 @@ override_dh_install:
 	rm -fv debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libqbsqtprofilesetup.so.1
 	dh_install --fail-missing
 
+override_dh_installchangelogs:
+	dh_installchangelogs changelogs/changes-${DEB_VERSION_UPSTREAM}.md
+
 override_dh_strip:
 	dh_strip --dbgsym-migration='qbs-dbg (<< 1.4.5+dfsg-1~)'

-- 
qbs packaging



More information about the pkg-kde-commits mailing list