Create manpage for pcmanfm-qt

ubuntu/disco
ChangZhuo Chen (陳昌倬) 10 years ago committed by Andrew Lee (李健秋)
parent 39c016af94
commit a05e6b5b74

3
debian/control vendored

@ -10,7 +10,8 @@ Build-Depends:
libfm-dev (>= 1.2.0),
libx11-dev,
libglib2.0-dev,
libmenu-cache-dev
libmenu-cache-dev,
help2man
Standards-Version: 3.9.5
Homepage: https://github.com/lxde/pcmanfm-qt
Vcs-Git: git://github.com/lxde/pcmanfm-qt.git

4
debian/rules vendored

@ -24,5 +24,9 @@ override_dh_auto_install:
dh_auto_install
find $(CURDIR)/debian/tmp -type d -empty -delete
override_dh_installman:
help2man --version-string=$(shell dpkg-parsechangelog -SVersion|cut -d- -f 1) $(CURDIR)/debian/tmp/usr/bin/pcmanfm-qt > $(CURDIR)/debian/pcmanfm-qt.manpages
dh_installman
override_dh_strip:
dh_strip --dbg-package=pcmanfm-qt-dbg

Loading…
Cancel
Save