diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2014-01-04 16:37:47 +0400 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2014-01-04 16:37:58 +0400 |
commit | 932dd3870375bf43789b38aabf2fc669f71c0c5e (patch) | |
tree | 1d6cb3da1863d75dafad147d604f1ae5a182791c /debian | |
parent | 24ba2c1518a272206d39d4a67e798bf6a95c3cd2 (diff) | |
download | qt4-x11-932dd3870375bf43789b38aabf2fc669f71c0c5e.tar.gz |
Also remove Ubuntu-specific translations code.
Dropped in Ubuntu in version 4:4.8.4+dfsg-0ubuntu8.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 12 |
2 files changed, 2 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog index 023f320..1bce65f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ qt4-x11 (4:4.8.5+git192-g085f851+dfsg-3) UNRELEASED; urgency=medium [ Dmitry Shachnev ] * Remove Ubuntu-specific code to add armel to armv6_architectures. Ubuntu no longer supports armel. + * Also remove Ubuntu-specific translations code, dropped in Ubuntu + in version 4:4.8.4+dfsg-0ubuntu8. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 26 Dec 2013 21:17:33 +0400 diff --git a/debian/rules b/debian/rules index c161185..78d3ba2 100755 --- a/debian/rules +++ b/debian/rules @@ -252,10 +252,6 @@ override_dh_auto_clean: rm -f debian/shlibs.local rm -f debian/stamp-makefile-build-tools -ifeq ($(vendor),Ubuntu) - rm -rf po -endif - override_dh_auto_install: dh_auto_install -Smakefile -- INSTALL_ROOT=$(CURDIR)/debian/tmp/ @@ -357,14 +353,6 @@ override_dh_auto_install: -regex '.*\.\(app\|conf\|cpp\|h\|js\|php\|png\|pro\|xml\|xsl\)$$' \ -exec chmod a-x {} \; -ifeq ($(vendor),Ubuntu) - # Create .pot file - ln -s MessagesQt.sh debian/Messages.sh - mkdir po - cd debian; qtcopydir=.. podir=../po extract-messages.sh - rm -f debian/Message.sh -endif - override_dh_install: dh_install --fail-missing |