Skip to content

Commit

Permalink
Add the manpage to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
davesteele committed Nov 11, 2017
1 parent af3f277 commit e631244
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/clean
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
shoogle.egg-info/
.eggs/

debian/shoogle.1
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Maintainer: David Steele <steele@debian.org>
Build-Depends: debhelper (>=9),
dh-python,
python3-setuptools,
python3-all
python3-all,
pandoc,
Standards-Version: 4.1.1
Homepage: https://pypi.python.org/pypi/shoogle/
X-Python3-Version: >= 3.0
Expand Down
5 changes: 5 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ VER ?= $(shell (dpkg-parsechangelog -l$(PKD)/changelog | grep Version | sed 's/V
%:
dh $@ --with python3 --buildsystem=pybuild


override_dh_auto_build:
dh_auto_build -O--buildsystem=pybuild
pandoc debian/shoogle.1.md -s -t man -o debian/shoogle.1

.PHONY get-orig-source:
get-orig-source: $(info I: $(PKG)_$(VER))
@echo "# Downloading..."
Expand Down
1 change: 1 addition & 0 deletions debian/shoogle.manpages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
debian/shoogle.1

0 comments on commit e631244

Please sign in to comment.