[SCM] Amarok packaging branch, master, updated. debian/2.5.0-3

Modestas Vainius modax at alioth.debian.org
Sat May 26 16:44:41 UTC 2012


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

The following commit has been merged in the master branch:
commit de6de7731d6752a403fe17a1cff3d2ad71aca7f6
Author: Modestas Vainius <modax at debian.org>
Date:   Sat May 26 00:53:39 2012 +0300

    Compress all deb packages with xz, not just amarok-dbg.
---
 debian/changelog |    1 +
 debian/rules     |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5082291..e847d5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ amarok (2.5.0-3~pre1) UNRELEASED; urgency=low
 
   * Depend on libmysql-pic 5.5.23+dfsg so we can drop libssl-dev from
     Build-Depends.
+  * Compress all deb packages with xz, not just amarok-dbg.
 
  -- Modestas Vainius <modax at debian.org>  Sat, 26 May 2012 00:42:14 +0300
 
diff --git a/debian/rules b/debian/rules
index 8f112d1..c19090b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,8 +19,7 @@ override_dh_makeshlibs:
 	dh_makeshlibs "-Xusr/lib/kde4/*"
 
 override_dh_builddeb:
-	dh_builddeb -pamarok-dbg -- -Zxz
-	dh_builddeb --remaining-packages
+	dh_builddeb -- -Zxz
 
 %:
 	dh $@ --with kde --parallel --dbg-package=amarok-dbg

-- 
Amarok packaging



More information about the pkg-kde-commits mailing list