[SCM] qtbase packaging branch, experimental, updated. debian/5.4.0+dfsg-5-8-g28d4ef2
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Thu Feb 19 15:35:49 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=65249de
The following commit has been merged in the experimental branch:
commit 65249def67e587d108a055980b8c41d359911861
Author: Rohan Garg <rohan at kde.org>
Date: Thu Feb 19 16:18:57 2015 +0100
When building git packages, strip out the +git* keyword when installing changelogs
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 4215ccb..4b35cf1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
# Library package list for override_dh_makeshlibs, excludes -dev -dbg
pkgs_lib := $(filter-out %-dev %-dbg,$(filter lib%,$(shell dh_listpackages)))
# Upstream changelog
-upstream_changes := dist/changes-$(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | cut -f1 -d '-' | sed -e 's/+dfsg//')
+upstream_changes := dist/changes-$(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | cut -f1 -d '-' | sed -e 's/+dfsg//' | sed -e 's/+git.*//')
# Current debian version (e.g.: 4:4.5.2-1)
current_version := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
# Specific shlibs version (e.g.: 4:4.5.2)
--
qtbase packaging
More information about the pkg-kde-commits
mailing list