17 lines
357 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
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
%:
dh ${@} --buildsystem cmake --parallel --with quilt
2014-09-02 14:22:25 +08:00
2014-09-02 14:50:07 +08:00
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:27:35 +08:00
override_dh_strip:
dh_strip -ppcmanfm-qt --dbg-package=pcmanfm-qt-dbg
dh_strip -plibfm-qt5-2 --dbg-package=libfm-qt5-dbg