diff options
author | Fathi Boudra <fabo@debian.org> | 2011-12-27 18:27:50 +0200 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2011-12-27 18:27:50 +0200 |
commit | 0f57c88cf750807f043f4351c791d44a551e811b (patch) | |
tree | ec8dfdb1b3189dee4e401813caea8600b289be79 /debian | |
parent | bc7cabc3600d5b617ec0be3404371364977f7829 (diff) | |
download | qt4-x11-0f57c88cf750807f043f4351c791d44a551e811b.tar.gz |
use ts-all target. The ts target has been removed.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | 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 |