[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.11.4-34-g747b746

Modestas Vainius modax at alioth.debian.org
Sun Apr 24 11:50:04 UTC 2011


The following commit has been merged in the master branch:
commit 747b7466d1df9fc822596aa50ad15862cbf3eaf1
Author: Modestas Vainius <modax at debian.org>
Date:   Sun Apr 24 14:49:59 2011 +0300

    Fix dh examples in README.Debian to be dh compat=8 compatible.
---
 debian/README.Debian |    4 ++--
 debian/changelog     |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 348ea13..9c671e8 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -90,7 +90,7 @@ build-stamp: builddir/Makefile
 #!/usr/bin/make -f
 
 %:
-	dh --with kde $@
+	dh $@ --with kde $@
 ------------------------------
 
 * A more complicated KDE package using dh. Additional -DSOME_FLAG is passed to
@@ -103,5 +103,5 @@ override_dh_auto_configure:
 	dh_auto_configure --buildsystem=kde -- -DSOME_FLAG=some_value
 
 %:
-	dh --with quilt,kde $@
+	dh $@ --with quilt,kde
 ------------------------------
diff --git a/debian/changelog b/debian/changelog
index 6b4bfad..c145589 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ pkg-kde-tools (0.12.0~pre13) UNRELEASED; urgency=low
     detect regressions and might ease testing and development process.
   * qt-kde-team/2/library-packages.mk: libpkgs_gen_strict_local_shlibs no
     longer depends on the presence of the respective DEBIAN/*/shlibs.
+  * Fix dh examples in README.Debian to be dh compat=8 compatible.
 
  -- Modestas Vainius <modax at debian.org>  Thu, 07 Apr 2011 01:15:38 +0300
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list