File: rules

package info (click to toggle)
git-remote-hg 1.0.5~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: sh: 2,422; python: 2,416; ruby: 138; makefile: 75
file content (18 lines) | stat: -rwxr-xr-x 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

ifeq (,$(filter terse,$(DEB_BUILD_OPTIONS)))
export TEST_OPTS = --verbose
endif

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- prefix=/usr install-doc

execute_before_dh_installman:
	help2man \
		--no-discard-stderr \
		--no-info \
		-n "Helper commands for git-mercurial bidirectional interaction" \
		./git-hg-helper > debian/git-hg-helper.1