From 4257411f788d8d7caa3378ca16d3d61a434c8ac2 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 21 Sep 2014 03:56:37 +0200 Subject: [PATCH] we should not save translations in debian/bak. if there is a real problem with the translations this should be fixed upstream not saving the translations only affects the sources for local builds, which are not the best idea in any case. we don't need the save and restore for pbuilder and sbuild --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 0b16850..4b24b47 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f #DH_VERBOSE = 1 -export USE_QT5 = 1 +export USE_QT5=1 TS := $(CURDIR)/pcmanfm/translations TS_BAK := $(CURDIR)/debian/bak/pcmanfm/translations @@ -13,12 +13,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed override_dh_auto_configure: mkdir -p $(TS_BAK) - -cp $(TS)/*.ts $(TS_BAK) dh_auto_configure override_dh_auto_clean: dh_auto_clean - -cp $(TS_BAK)/*.ts $(TS) override_dh_auto_install: dh_auto_install