File: rules

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

ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
override_dh_auto_test:
	./debian/autotest/autotest
endif

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