File: rules

package info (click to toggle)
ocsinventory-agent 2%3A2.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,416 kB
  • sloc: perl: 26,492; xml: 773; objc: 528; sh: 386; ansic: 333; makefile: 12
file content (21 lines) | stat: -rwxr-xr-x 462 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_auto_clean:
	debconf-updatepo
	dh_auto_clean

override_dh_auto_install:
	dh_auto_install
	$(RM) -v $(TMP)/usr/share/man/man3/Ocsinventory::Agent::Common.3pm
	$(RM) -v $(TMP)/usr/share/perl5/Ocsinventory/Agent/Backend/OS/HPUX/README