[SCM] KDE SDK module packaging branch, master, updated. debian/4.8.4-2-7-gaa0078b

Pino Toscano pino at alioth.debian.org
Sun Dec 30 14:38:19 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdesdk.git;a=commitdiff;h=aa0078b

The following commit has been merged in the master branch:
commit aa0078be5e3e6dfad4f103da5ae9bfaf8fe68fc1
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 30 15:37:33 2012 +0100

    pass --language=C to dh_installman (#696959)
    
    this avoids the dh_installman autodetection of the language, which causes bogus results due to the script names
    (all the man pages in kdesdk-scripts are in English, anyway)
---
 debian/changelog |    3 +++
 debian/rules     |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c142126..a2708c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ kdesdk (4:4.8.4-3) UNRELEASED; urgency=low
     - kcachegrind-converters: sort the list of scripts.
     - kdesdk-strigi-plugins: add xliff files.
   * Make kdesdk-dolphin-plugins enhance dolphin.
+  * Pass --language=C to dh_installman to avoid its autodetection of the
+    language, which causes bogus results due to the script names (all the
+    man pages in kdesdk-scripts are in English, anyway). (Closes: #696959)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 23 Jun 2012 01:36:55 +0200
 
diff --git a/debian/rules b/debian/rules
index a8272dc..7518bc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,9 @@ ifeq ($(DEB_HOST_ARCH_ENDIAN),little)
 	dh_install --autodest -pokteta usr/share/kde4/config/okteta-structures.knsrc
 endif
 
+override_dh_installman:
+	$(overridden_command) --language=C
+
 override_dh_makeshlibs:
 	$(overridden_command) -- -c0
 

-- 
KDE SDK module packaging



More information about the pkg-kde-commits mailing list