[SCM] KTorrent Debian packaging. branch, master, updated. debian/4.1.3-1

Modestas Vainius modax at alioth.debian.org
Mon Dec 5 23:21:56 UTC 2011


The following commit has been merged in the master branch:
commit 437193dfd6d5ecfcef5083be1ac6d5fc88cea37e
Author: Modestas Vainius <modax at debian.org>
Date:   Tue Dec 6 01:12:26 2011 +0200

    Reorder dh options in compat=8 compatible way.
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a0bea3e..890372e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ktorrent (4.1.3-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump debhelper compat level to 9 and require debhelper 8.9.0 in order to
     gain transparent support for dpkg-buildflags in dh/dh_auto_*.
+  * Reorder dh options in compat=8 compatible way.
 
  -- Modestas Vainius <modax at debian.org>  Tue, 06 Dec 2011 00:24:42 +0200
 
diff --git a/debian/rules b/debian/rules
index d5dd67e..7e40d2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,6 @@ override_dh_auto_configure:
 	dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON \
 	                           -DWITH_SYSTEM_GEOIP:BOOL=ON
 %:
-	dh --parallel --dbg-package=ktorrent-dbg --with kde $@
+	dh $@ --parallel --dbg-package=ktorrent-dbg --with kde
 
 .PHONY: override_dh_auto_test

-- 
KTorrent Debian packaging.



More information about the pkg-kde-commits mailing list