debian/rules
changeset 1 b36b9eee9c41
parent 0 4bc43250587a
equal deleted inserted replaced
0:4bc43250587a 1:b36b9eee9c41
    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/ha-config.sgml > ha-config.1
    38 	#docbook-to-man debian/ha-sync.sgml > ha-sync.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/ha-config.
    58 	# Add here commands to install the package into debian/ha-sync.
    59 	$(MAKE) DESTDIR=$(CURDIR)/debian/ha-config install
    59 	$(MAKE) DESTDIR=$(CURDIR)/debian/ha-sync 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.