equal
  deleted
  inserted
  replaced
  
    
    
    31   | 
    31   | 
    32 build-stamp: configure-stamp   | 
    32 build-stamp: configure-stamp   | 
    33 	dh_testdir  | 
    33 	dh_testdir  | 
    34   | 
    34   | 
    35 	# Add here commands to compile the package.  | 
    35 	# Add here commands to compile the package.  | 
    36 	$(MAKE)  | 
    36 	$(MAKE) prefix=/usr exim=exim4  | 
    37 	#docbook-to-man debian/exigrey.sgml > exigrey.1  | 
    37 	#docbook-to-man debian/exigrey.sgml > exigrey.1  | 
    38   | 
    38   | 
    39 	touch $@  | 
    39 	touch $@  | 
    40   | 
    40   | 
    41 clean:  | 
    41 clean:  | 
    55 	dh_installdirs  | 
    55 	dh_installdirs  | 
    56   | 
    56   | 
    57 	# Add here commands to install the package into debian/exigrey.  | 
    57 	# Add here commands to install the package into debian/exigrey.  | 
    58 	$(MAKE) \  | 
    58 	$(MAKE) \  | 
    59 		prefix=/usr \  | 
    59 		prefix=/usr \  | 
    60 		eximconfdir=/etc/exim4 \  | 
    60 		exim=exim4 \  | 
    61 		DESTDIR=$(CURDIR)/debian/exigrey \  | 
    61 		DESTDIR=$(CURDIR)/debian/exigrey \  | 
    62 	    install  | 
    62 	    install  | 
    63   | 
    63   | 
    64   | 
    64   | 
    65 # Build architecture-independent files here.  | 
    65 # Build architecture-independent files here.  |