36 lines
783 B
Plaintext
Raw Normal View History

2014-09-02 14:22:25 +08:00
#!/usr/bin/make -f
2014-09-02 14:27:35 +08:00
#DH_VERBOSE = 1
export USE_QT5=1
2014-09-02 14:50:07 +08:00
2014-09-21 01:35:12 +02:00
TS := $(CURDIR)/pcmanfm/translations
TS_BAK := $(CURDIR)/debian/bak/pcmanfm/translations
2014-09-02 14:50:07 +08:00
2014-09-02 14:27:35 +08:00
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
2014-09-02 14:22:25 +08:00
%:
2014-09-21 01:35:12 +02:00
dh ${@} --buildsystem cmake --parallel
2014-09-02 14:22:25 +08:00
2014-09-02 14:50:07 +08:00
override_dh_auto_configure:
2014-09-02 15:00:25 +08:00
mkdir -p $(TS_BAK)
2014-09-02 14:50:07 +08:00
dh_auto_configure
override_dh_install:
dh_install --exclude=pcmanfm-qt.1 --fail-missing --list-missing
2014-09-02 14:50:07 +08:00
2014-09-02 14:59:37 +08:00
override_dh_auto_install:
dh_auto_install
find $(CURDIR)/debian/tmp -type d -empty -delete
2014-09-09 18:25:04 +08:00
override_dh_install:
dh_install --fail-missing --exclude=pcmanfm-qt.1
override_dh_clean:
$(RM) -r debian/libfm-qt5-dbg
$(RM) -r debian/pcmanfm-qt-dbg
dh_clean
2014-09-02 14:27:35 +08:00
override_dh_strip:
2014-09-21 01:35:12 +02:00
dh_strip -ppcmanfm-qt5 --dbg-package=pcmanfm-qt5-dbg
dh_strip -plibfm-qt5-1 --dbg-package=libfm-qt5-dbg