summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/tdenetworkmanager/debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-11-10 17:29:56 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-11-10 17:29:56 +0100
commit9b3636a76e33273c325c9a515ee779aee1a5088b (patch)
tree9189aeb1ea295e9e4dc79d74324c515ca94e8b2d /ubuntu/maverick/applications/tdenetworkmanager/debian
parent8da6636e6d89f37f830d6e7a8dd1f55ad21b1206 (diff)
downloadtde-packaging-9b3636a76e33273c325c9a515ee779aee1a5088b.tar.gz
tde-packaging-9b3636a76e33273c325c9a515ee779aee1a5088b.zip
DEB: Remove the translation templates update during building.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick/applications/tdenetworkmanager/debian')
-rw-r--r--ubuntu/maverick/applications/tdenetworkmanager/debian/cdbs/kde.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/ubuntu/maverick/applications/tdenetworkmanager/debian/cdbs/kde.mk b/ubuntu/maverick/applications/tdenetworkmanager/debian/cdbs/kde.mk
index 4a098a312..f5d237249 100644
--- a/ubuntu/maverick/applications/tdenetworkmanager/debian/cdbs/kde.mk
+++ b/ubuntu/maverick/applications/tdenetworkmanager/debian/cdbs/kde.mk
@@ -73,20 +73,12 @@ debian/stamp-kde-apidox:
# $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
touch $@
-common-install-prehook-impl::
- mkdir -p po
- -XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages
- -for file in po/*pot; do \
- sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \
- done
-
common-install-arch common-install-indep:: common-install-kde-apidox
common-install-kde-apidox::
# $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
clean::
rm -f debian/stamp-kde-apidox
- rm -rf po/*.pot
# This is a convenience target for calling manually. It's not part of
# the build process.