Changeset 7318


Ignore:
Timestamp:
02/05/11 04:07:34 (2 years ago)
Author:
alanbach-guest
Message:
  • Updated debian/rules file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkg/raul/main/gnome-themes/trunk/debian/rules

    r6093 r7318  
    1313 
    1414DEB_DH_MAKESHLIBS_ARGS_ALL := -n 
     15 
     16configure: configure-stamp 
     17configure-stamp: 
     18        dh_testdir 
     19        touch configure-stamp 
     20 
     21build: build-stamp 
     22 
     23build-stamp: configure-stamp  
     24        dh_testdir 
     25        touch $@ 
     26 
     27clean:: 
     28        dh_testdir 
     29        dh_testroot 
     30        rm -f build-stamp configure-stamp 
     31 
     32        dh_clean  
     33 
     34install: build 
     35        dh_testdir 
     36        dh_testroot 
     37        dh_clean -k  
     38        dh_installdirs 
     39 
     40binary-arch: binary-indep 
     41 
     42# Build architecture-independent files here. 
     43binary-indep: build install 
     44        dh_testdir 
     45        dh_testroot 
     46        dh_strip 
     47        dh_compress 
     48        dh_fixperms 
     49        dh_shlibdeps 
     50        dh_gencontrol -isp 
     51        dh_md5sums 
     52        dh_builddeb 
     53 
     54binary: binary-indep 
     55.PHONY: build clean binary-indep binary install configure 
     56 
Note: See TracChangeset for help on using the changeset viewer.