[SCM] Qt 4 packaging branch, experimental, updated. debian/4.7.4-1-31-gbe474c3

Fathi Boudra fabo at alioth.debian.org
Tue Dec 27 16:43:30 UTC 2011


The following commit has been merged in the experimental branch:
commit 0f57c88cf750807f043f4351c791d44a551e811b
Author: Fathi Boudra <fabo at debian.org>
Date:   Tue Dec 27 18:27:50 2011 +0200

    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 517e096..379baee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ qt4-x11 (4:4.8.0-0multiarch1) UNRELEASED; urgency=low
   * Update debian/rules:
     - add DEB_HOST_MULTIARCH support for libdir/plugindir.
     - remove -qt-gif configure option - removed upstream.
+    - use ts-all target. The ts target has been removed.
 
   [ Pino Toscano ]
   * Use the hurd-g++ mkspec when building on Hurd:
diff --git a/debian/rules b/debian/rules
index 35d107b..6779ad5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -157,7 +157,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