debian/rules
changeset 15 f7fef7b2e619
parent 14 2338ef973523
equal deleted inserted replaced
14:2338ef973523 15:f7fef7b2e619
    27 	# Add here commands to configure the package.
    27 	# Add here commands to configure the package.
    28 
    28 
    29 	touch configure-stamp
    29 	touch configure-stamp
    30 
    30 
    31 
    31 
    32 build: build-stamp
    32 build: build-arch build-indep
       
    33 build-arch: build-stamp
       
    34 build-indep: build-stamp
    33 
    35 
    34 build-stamp: configure-stamp 
    36 build-stamp: configure-stamp 
    35 	dh_testdir
    37 	dh_testdir
    36 
    38 
    37 	# Add here commands to compile the package.
    39 	# Add here commands to compile the package.
    44 	dh_testdir
    46 	dh_testdir
    45 	dh_testroot
    47 	dh_testroot
    46 	rm -f build-stamp configure-stamp
    48 	rm -f build-stamp configure-stamp
    47 
    49 
    48 	# Add here commands to clean up after the build process.
    50 	# Add here commands to clean up after the build process.
    49 	-$(MAKE) clean
    51 	$(MAKE) clean
    50 
    52 
    51 	dh_clean 
    53 	dh_clean 
    52 
    54 
    53 install: build
    55 install: build
    54 	dh_testdir
    56 	dh_testdir
    59 	# Add here commands to install the package into debian/send-config.
    61 	# Add here commands to install the package into debian/send-config.
    60 	$(MAKE) install DESTDIR=$(CURDIR)/debian/$p
    62 	$(MAKE) install DESTDIR=$(CURDIR)/debian/$p
    61 
    63 
    62 
    64 
    63 # Build architecture-independent files here.
    65 # Build architecture-independent files here.
    64 binary-indep: build install
    66 binary-indep: install
    65 # We have nothing to do by default.
       
    66 
       
    67 # Build architecture-dependent files here.
       
    68 binary-arch: build install
       
    69 	dh_testdir
    67 	dh_testdir
    70 	dh_testroot
    68 	dh_testroot
    71 #	dh_installchangelogs 
    69 	dh_installchangelogs
    72 #	dh_installdocs
    70 	dh_installdocs
    73 #	dh_installexamples
    71 	dh_installexamples
    74 #	dh_install
    72 #	dh_install
    75 #	dh_installmenu
    73 #	dh_installmenu
    76 #	dh_installdebconf	
    74 #	dh_installdebconf
    77 #	dh_installlogrotate
    75 #	dh_installlogrotate
    78 #	dh_installemacsen
    76 #	dh_installemacsen
    79 #	dh_installpam
    77 #	dh_installpam
    80 #	dh_installmime
    78 #	dh_installmime
    81 #	dh_installinit
    79 #	dh_installinit
    82 #	dh_installcron
    80 #	dh_installcron
    83 #	dh_installinfo
    81 #	dh_installinfo
    84 #	dh_installman
    82 #	dh_installwm
    85 #	dh_link
    83 #	dh_installudev
    86 	dh_strip
    84 #	dh_lintian
       
    85 #	dh_undocumented
       
    86 	dh_installman
       
    87 	dh_link
    87 	dh_compress
    88 	dh_compress
    88 	dh_fixperms
    89 	dh_fixperms
    89 #	dh_perl
    90 #	dh_perl
    90 #	dh_python
    91 #	dh_python
    91 #	dh_makeshlibs
       
    92 	dh_installdeb
    92 	dh_installdeb
    93 	dh_shlibdeps
       
    94 	dh_gencontrol
    93 	dh_gencontrol
    95 	dh_md5sums
    94 	dh_md5sums
    96 	dh_builddeb
    95 	dh_builddeb
    97 
    96 
    98 binary: binary-indep binary-arch
    97 binary: binary-indep binary-arch