[SCM] Qt 4 packaging branch, experimental, updated. debian/4.7.3-1-18-gf8cadf4

Fathi Boudra fabo at alioth.debian.org
Mon Jun 13 07:13:16 UTC 2011


The following commit has been merged in the experimental branch:
commit 30e3c5a6d699ee53787ff1223076d050ce99c267
Author: Fathi Boudra <fabo at debian.org>
Date:   Mon Jun 13 09:18:20 2011 +0300

    use ts-all target. The ts target has been removed.
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bca35e0..4aeacfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qt4-x11 (4:4.8~alpha+tp-0r1) UNRELEASED; urgency=low
     - armv6_Add_support_for_ARMv7_atomic_operations.patch - stolen upstream.
   * Update debian/rules:
     - remove -qt-gif configure option - removed upstream.
+    - use ts-all target. The ts target has been removed.
 
  -- Fathi Boudra <fabo at debian.org>  Fri, 10 Jun 2011 09:21:12 +0300
 
diff --git a/debian/rules b/debian/rules
index 2886134..3ee383a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,7 +142,7 @@ override_dh_auto_build:
 	# Build documentations
 	dh_auto_build -Smakefile -- docs
 	# Build translations
-	dh_auto_build -Smakefile -- ts
+	dh_auto_build -Smakefile -- -C translations ts-all
 	# Workaround: It's a known qmake limitation.
 	# It can't generate install rules for files that don't exist yet like docs.
 	./config.status

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list