File: rules

package info (click to toggle)
git-remote-hg 1.0.4~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 400 kB
  • sloc: python: 2,328; sh: 2,231; ruby: 214; makefile: 69
file content (11 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

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

%:
	dh $@