debian/rules
changeset 9 d047bf140716
parent 6 f52b40333287
equal deleted inserted replaced
8:127a8c6d6e72 9:d047bf140716
    33 build-stamp: configure-stamp 
    33 build-stamp: configure-stamp 
    34 	dh_testdir
    34 	dh_testdir
    35 
    35 
    36 	# Add here commands to compile the package.
    36 	# Add here commands to compile the package.
    37 	$(MAKE)
    37 	$(MAKE)
    38 	#docbook-to-man debian/nagios-plugin-exim.sgml > nagios-plugin-exim.1
    38 	#docbook-to-man debian/nagios-plugins-exim.sgml > nagios-plugins-exim.1
    39 
    39 
    40 	touch $@
    40 	touch $@
    41 
    41 
    42 clean:
    42 clean:
    43 	dh_testdir
    43 	dh_testdir
    53 	dh_testdir
    53 	dh_testdir
    54 	dh_testroot
    54 	dh_testroot
    55 	dh_clean -k 
    55 	dh_clean -k 
    56 	dh_installdirs
    56 	dh_installdirs
    57 
    57 
    58 	# Add here commands to install the package into debian/nagios-plugin-exim.
    58 	# Add here commands to install the package into debian/nagios-plugins-exim.
    59 	$(MAKE) DESTDIR=$(CURDIR)/debian/nagios-plugin-exim install
    59 	$(MAKE) DESTDIR=$(CURDIR)/debian/nagios-plugins-exim install
    60 
    60 
    61 
    61 
    62 # Build architecture-independent files here.
    62 # Build architecture-independent files here.
    63 binary-indep: build install
    63 binary-indep: build install
    64 # We have nothing to do by default.
    64 # We have nothing to do by default.