genwebgallery

changeset 21:3ce5429cd219

removed unneeded stuff in debian/rules
author meillo@marmaro.de
date Sat, 10 May 2008 21:48:21 +0200
parents 332ea19d9aaf
children cb1f0dda49e7
files debian/rules
diffstat 1 files changed, 2 insertions(+), 14 deletions(-) [+]
line diff
     1.1 --- a/debian/rules	Sat May 10 21:47:45 2008 +0200
     1.2 +++ b/debian/rules	Sat May 10 21:48:21 2008 +0200
     1.3 @@ -15,12 +15,11 @@
     1.4  clean:
     1.5  	dh_testdir
     1.6  	dh_testroot
     1.7 -	dh_clean 
     1.8 +	dh_clean
     1.9  
    1.10  install:
    1.11  	dh_testdir
    1.12  	dh_testroot
    1.13 -	dh_clean -k 
    1.14  	dh_installdirs
    1.15  
    1.16  	# Add here commands to install the package into debian/genwebgallery.
    1.17 @@ -33,21 +32,10 @@
    1.18  	dh_testroot
    1.19  	dh_installchangelogs ChangeLog
    1.20  	dh_installdocs
    1.21 -# dh_installexamples
    1.22 -#	dh_install
    1.23 -#	dh_installmenu
    1.24 -#	dh_installdebconf	
    1.25 -#	dh_installmime
    1.26 -#	dh_installinit
    1.27  	dh_installman
    1.28 -# dh_link
    1.29 -# dh_strip
    1.30  	dh_compress
    1.31  	dh_fixperms
    1.32 -#	dh_perl
    1.33 -#	dh_makeshlibs
    1.34  	dh_installdeb
    1.35 -# dh_shlibdeps
    1.36  	dh_gencontrol
    1.37  	dh_md5sums
    1.38  	dh_builddeb
    1.39 @@ -55,6 +43,6 @@
    1.40  # Build architecture-dependent files here.
    1.41  binary-arch:
    1.42  
    1.43 -binary: binary-indep
    1.44 +binary: binary-indep binary-arch
    1.45  
    1.46  .PHONY: build clean binary-indep binary-arch binary install configure