File: rules

package info (click to toggle)
rman 3.2-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,132 kB
  • ctags: 1,796
  • sloc: ansic: 3,607; perl: 451; sh: 334; makefile: 74
file content (16 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_test:
	./debian/autotest/autotest

override_dh_auto_install:
	# Add here commands to install the package into debian/rman.
	$(MAKE) -e install \
		DESTDIR=`pwd`/debian/rman \
		BINDIR=`pwd`/debian/rman/usr/bin \
		MANDIR=`pwd`/debian/rman/usr/share/man/man1 

override_dh_installchangelogs:
	dh_installchangelogs CHANGES