[SCM] oxygen-icons5 packaging branch, master, updated. a57a7c4b7b3ae4eacefc9c6be987b89681134d58

Philip Muškovac yofel-guest at moszumanska.debian.org
Wed Jan 6 08:19:41 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/oxygen-icons5.git;a=commitdiff;h=f2757e6

The following commit has been merged in the master branch:
commit f2757e68a883e173ba3fecf3af4ec55af16e00c2
Author: Philip Muškovac <yofel at gmx.net>
Date:   Tue Jan 5 22:16:14 2016 +0100

    Only add the epoch to the binary
---
 debian/changelog | 5 +++--
 debian/rules     | 5 +++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 873973e..39c67e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-oxygen-icons5 (5:5.17.0-0ubuntu1) UNRELEASED; urgency=medium
+oxygen-icons5 (5.17.0-0ubuntu1) UNRELEASED; urgency=medium
 
   * New upstream release, for kf5
   * Port watch file to new download location 
   * Build-depend on extra-cmake-modules, qtbase5-dev
-  * Bump epoch to 5 to handle the frameworks version
+  * Add an epoch of 5 to oxygen-icon-theme to allow upgrades from the previous
+    version
 
  -- Philip Muškovac <yofel at kubuntu.org>  Tue, 05 Jan 2016 20:56:26 +0100
 
diff --git a/debian/rules b/debian/rules
index 623115a..05543b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,14 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
+DEB_VERSION_UPSTREAM_REVISION := $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }' | sed -e 's/^[0-9]*://')
+
 override_dh_auto_install:
 	$(overridden_command) --destdir=debian/tmp
 
+override_dh_gencontrol:
+	dh_gencontrol -poxygen-icon-theme -- -v5:${DEB_VERSION_UPSTREAM_REVISION}
+
 override_dh_install:
 	$(overridden_command)
 	find $(CURDIR)/debian/oxygen-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty

-- 
oxygen-icons5 packaging



More information about the pkg-kde-commits mailing list