14 lines
281 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
2014-09-02 14:22:25 +08:00
override_dh_install:
dh_install --exclude=pcmanfm-qt.1 --fail-missing
2014-09-02 14:50:07 +08:00
2014-09-02 14:27:35 +08:00
override_dh_strip:
2016-02-07 16:03:56 +08:00
dh_strip --ddeb-migration='pcmanfm-qt-dbg (<< 0.10.1-1~)'