File: rules

package info (click to toggle)
gpx 2.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,416 kB
  • sloc: ansic: 10,210; sh: 4,148; python: 434; makefile: 118
file content (17 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

GPX_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | cut -f1 -d-)

%:
	dh $@

%.1: %.pod
	pod2man --center "User Commands" --release=gpx $< > $@

override_dh_installman: debian/gpx.1 debian/s3gdump.1
	dh_installman

override_dh_auto_install:
	dh_auto_install
	rm -f debian/gpx/usr/bin/machines