You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pavucontrol-qt-packaging/debian/rules

28 lines
453 B

#!/usr/bin/make -f
#DH_VERBOSE = 1
10 years ago
TS := $(CURDIR)/pcmanfm/translations/
TS_BAK := $(CURDIR)/debian/bak/pcmanfm/translations/
MKDIR := mkdir -p
CP := cp
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@
10 years ago
override_dh_auto_configure:
$(MKDIR) $(TS_BAK)
$(CP) $(TS)/*.ts $(TS_BAK)
dh_auto_configure
override_dh_auto_clean:
dh_auto_clean
-$(CP) $(TS_BAK)/*.ts $(TS)
override_dh_strip:
dh_strip --dbg-package=pcmanfm-qt-dbg