debian/rules
changeset 7 500e57961167
parent 0 e5d5e829b0b4
child 12 51c89eeb7bc8
equal deleted inserted replaced
6:6fd249b336c3 7:500e57961167
    43 	dh_testdir
    43 	dh_testdir
    44 	dh_testroot
    44 	dh_testroot
    45 	rm -f build-stamp configure-stamp
    45 	rm -f build-stamp configure-stamp
    46 
    46 
    47 	# Add here commands to clean up after the build process.
    47 	# Add here commands to clean up after the build process.
    48 	-$(MAKE) clean
    48 	$(MAKE) clean
    49 
    49 
    50 	dh_clean 
    50 	dh_clean 
    51 
    51 
    52 install: build
    52 install: build
    53 	dh_testdir
    53 	dh_testdir
    54 	dh_testroot
    54 	dh_testroot
    55 	dh_clean -k 
    55 	dh_prep
    56 	dh_installdirs
    56 	dh_installdirs
    57 
    57 
    58 	# Add here commands to install the package into debian/schlittermann-apt-keys.
    58 	# Add here commands to install the package into debian/schlittermann-apt-keys.
    59 	$(MAKE) DESTDIR=$(CURDIR)/debian/schlittermann-apt-keys install
    59 	$(MAKE) DESTDIR=$(CURDIR)/debian/schlittermann-apt-keys 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.
       
    65 
       
    66 # Build architecture-dependent files here.
       
    67 binary-arch: build install
       
    68 	dh_testdir
    64 	dh_testdir
    69 	dh_testroot
    65 	dh_testroot
    70 	dh_installchangelogs 
    66 	dh_installchangelogs 
    71 	dh_installdocs
    67 	dh_installdocs
    72 	dh_installexamples
    68 	dh_installexamples
    92 	dh_shlibdeps
    88 	dh_shlibdeps
    93 	dh_gencontrol
    89 	dh_gencontrol
    94 	dh_md5sums
    90 	dh_md5sums
    95 	dh_builddeb
    91 	dh_builddeb
    96 
    92 
       
    93 # Build architecture-dependent files here.
       
    94 binary-arch: build install
       
    95 # We have nothing to do by default.
       
    96 
    97 binary: binary-indep binary-arch
    97 binary: binary-indep binary-arch
    98 .PHONY: build clean binary-indep binary-arch binary install configure
    98 .PHONY: build clean binary-indep binary-arch binary install configure