/[pkg-kolab]/kolab-webclient/trunk/debian/rules
ViewVC logotype

Diff of /kolab-webclient/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1114 by mparent-guest, Sun Jan 11 21:11:25 2009 UTC revision 1115 by mparent-guest, Sun Jan 11 21:22:39 2009 UTC
# Line 4  Line 4 
4  # Uncomment this to turn on verbose mode.  # Uncomment this to turn on verbose mode.
5  #export DH_VERBOSE=1  #export DH_VERBOSE=1
6    
7  configure: configure-stamp  build:
 configure-stamp:  
         dh_testdir  
         # Add here commands to configure the package.  
   
         touch configure-stamp  
   
   
 build: build-stamp  
   
 build-stamp: configure-stamp  
         dh_testdir  
   
         # Add here commands to compile the package.  
         $(MAKE)  
         #docbook-to-man debian/kolab-webclient.sgml > kolab-webclient.1  
   
         touch $@  
8    
9  clean:  clean:
10          dh_testdir          dh_testdir
11          dh_testroot          dh_testroot
         rm -f build-stamp configure-stamp  
   
         # Add here commands to clean up after the build process.  
         $(MAKE) clean  
12    
13          dh_clean          dh_clean
14    
# Line 39  install: build Line 18  install: build
18          dh_prep          dh_prep
19          dh_installdirs          dh_installdirs
20    
         # Add here commands to install the package into debian/kolab-webclient.  
         $(MAKE) DESTDIR=$(CURDIR)/debian/kolab-webclient install  
   
   
21  # Build architecture-independent files here.  # Build architecture-independent files here.
22  binary-indep: install  binary-indep: install
 # We have nothing to do by default.  
   
 # Build architecture-dependent files here.  
 binary-arch: install  
23          dh_testdir          dh_testdir
24          dh_testroot          dh_testroot
25          dh_installchangelogs          dh_installchangelogs
26          dh_installdocs          dh_installdocs
27          dh_installexamples          dh_installexamples
28  #       dh_install  #       dh_install
 #       dh_installmenu  
 #       dh_installdebconf  
 #       dh_installlogrotate  
 #       dh_installemacsen  
 #       dh_installpam  
 #       dh_installmime  
 #       dh_python  
 #       dh_installinit  
 #       dh_installcron  
 #       dh_installinfo  
         dh_installman  
29          dh_link          dh_link
30          dh_strip          dh_strip
31          dh_compress          dh_compress
32          dh_fixperms          dh_fixperms
 #       dh_perl  
 #       dh_makeshlibs  
33          dh_installdeb          dh_installdeb
         dh_shlibdeps  
34          dh_gencontrol          dh_gencontrol
35          dh_md5sums          dh_md5sums
36          dh_builddeb          dh_builddeb
37    
38    # Build architecture-dependent files here.
39    # This is an architecture-independent packages, we have nothing to do
40    binary-arch: install
41    
42  binary: binary-indep binary-arch  binary: binary-indep binary-arch
43  .PHONY: build clean binary-indep binary-arch binary install configure  .PHONY: build clean binary-indep binary-arch binary install

Legend:
Removed from v.1114  
changed lines
  Added in v.1115

  ViewVC Help
Powered by ViewVC 1.1.5