[SCM] breeze-icons packaging branch, kubuntu_xenial_archive, updated. ebbfabb89f1de4cb17075b9f914c85903bded31e

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/breeze-icons.git;a=commitdiff;h=ebbfabb

The following commit has been merged in the kubuntu_xenial_archive branch:
commit ebbfabb89f1de4cb17075b9f914c85903bded31e
Author: Philip Muškovac <yofel at gmx.net>
Date:   Wed Jan 6 09:12:00 2016 +0100

    Only use the epoch for the binary package
---
 debian/changelog | 7 +++++--
 debian/rules     | 5 +++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a063617..410cf0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,7 @@
-breeze-icons (4:5.17.0-0ubuntu1) UNRELEASED; urgency=medium
+breeze-icons (5.17.0-0ubuntu1) UNRELEASED; urgency=medium
 
   [ Jonathan Riddell ]
   * Initial package, split upstream from breeze
-  * Keep epoch so the binary package can still install
   * Remove oxygen-icon-theme depend, now inherits hicolor
 
   [ Scarlett Clark ]
@@ -10,4 +9,8 @@ breeze-icons (4:5.17.0-0ubuntu1) UNRELEASED; urgency=medium
   * New upstream release Xenial
   * Add dep to pkg-kde-tools. 
 
+  [ Philip Muškovac ]
+  * Keep epoch for the binary package for upgrades until we have a final
+    decision whether to rename or use an epoch
+
  -- Scarlett Clark <sgclark at kubuntu.org>  Mon, 14 Dec 2015 02:10:09 +0000
diff --git a/debian/rules b/debian/rules
index b57f3e9..a8ef7bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,8 @@
 #!/usr/bin/make -f
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+DEB_VERSION_UPSTREAM_REVISION := $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }' | sed -e 's/^[0-9]*://')
+
+override_dh_gencontrol:
+	dh_gencontrol -pbreeze-icon-theme -- -v4:$(DEB_VERSION_UPSTREAM_REVISION)

-- 
breeze-icons packaging



More information about the pkg-kde-commits mailing list