Create manpage for pcmanfm-qt
This commit is contained in:
parent
39c016af94
commit
a05e6b5b74
3
debian/control
vendored
3
debian/control
vendored
@ -10,7 +10,8 @@ Build-Depends:
|
|||||||
libfm-dev (>= 1.2.0),
|
libfm-dev (>= 1.2.0),
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
libglib2.0-dev,
|
libglib2.0-dev,
|
||||||
libmenu-cache-dev
|
libmenu-cache-dev,
|
||||||
|
help2man
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: https://github.com/lxde/pcmanfm-qt
|
Homepage: https://github.com/lxde/pcmanfm-qt
|
||||||
Vcs-Git: git://github.com/lxde/pcmanfm-qt.git
|
Vcs-Git: git://github.com/lxde/pcmanfm-qt.git
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -24,5 +24,9 @@ override_dh_auto_install:
|
|||||||
dh_auto_install
|
dh_auto_install
|
||||||
find $(CURDIR)/debian/tmp -type d -empty -delete
|
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:
|
override_dh_strip:
|
||||||
dh_strip --dbg-package=pcmanfm-qt-dbg
|
dh_strip --dbg-package=pcmanfm-qt-dbg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user