File: rules

package info (click to toggle)
patchutils 0.4.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,976 kB
  • sloc: ansic: 20,804; sh: 11,956; xml: 2,831; perl: 419; makefile: 300; python: 23
file content (18 lines) | stat: -rwxr-xr-x 360 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
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_install:
	dh_install
	# ATM bash-completion itself also ship this
	$(RM) -r $(CURDIR)/debian/patchutils/usr/share/bash-completion/

override_dh_auto_test:
	dh_auto_test --no-parallel

%:
	dh $@

.PHONY: override_dh_install override_dh_auto_test