File: rules

package info (click to toggle)
librg-utils-perl 1.0.43-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,636 kB
  • sloc: perl: 9,665; sh: 625; makefile: 37
file content (18 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download | duplicates (3)
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
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

include /usr/share/dpkg/default.mk

%:
	dh $@

override_dh_auto_install:
	$(MAKE) DESTDIR=$(CURDIR)/debian/$(DEB_SOURCE) install

override_dh_auto_clean:
	dh_auto_clean
	if [ -f Makefile ] ; then make distclean ; fi