[SCM] Amarok packaging branch, master, updated. debian/2.8.0-4-13-g1f9bf17

Pino Toscano pino at moszumanska.debian.org
Mon Jun 27 07:17:24 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/amarok.git;a=commitdiff;h=1f9bf17

The following commit has been merged in the master branch:
commit 1f9bf17b44a896c1a574f3979d264e1781b73637
Author: Pino Toscano <pino at debian.org>
Date:   Mon Jun 27 09:16:53 2016 +0200

    rules: remove manual dh_builddeb invocation
    
    the default compression is XZ already in stable
---
 debian/changelog | 2 ++
 debian/rules     | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2281037..1d92052 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ amarok (2.8.0-5) UNRELEASED; urgency=medium
   * Fix a typo in amarokcollectionscanner.1.
   * Remove manual dh_makeshlibs invocation in rules, since what it does is
     already done by the kde dh addon.
+  * Remove manual dh_builddeb invocation in rules, since the default
+    compression is XZ already in stable.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 24 Jan 2016 16:19:34 +0100
 
diff --git a/debian/rules b/debian/rules
index 8423d45..d8d5ebb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,6 @@ override_dh_install:
 override_dh_strip:
 	dh_strip --dbgsym-migration='amarok-dbg (<< 2.8.0-5~)'
 
-override_dh_builddeb:
-	dh_builddeb -- -Zxz
-
 %:
 	dh $@ --with kde --parallel
 

-- 
Amarok packaging



More information about the pkg-kde-commits mailing list