phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: skel/debian rules,1.3,1.4


From: Luca - De Whiskey's - De Vitis <address@hidden>
Subject: [Phpgroupware-cvs] CVS: skel/debian rules,1.3,1.4
Date: Sun, 30 Jun 2002 07:15:30 -0400

Update of /cvsroot/phpgroupware/skel/debian
In directory subversions:/tmp/cvs-serv8321/skel/debian

Modified Files:
        rules 
Log Message:
- Some fixes and new variables for the find options.
- Used the new variables in the install target.


Index: rules
===================================================================
RCS file: /cvsroot/phpgroupware/skel/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** rules       25 Jun 2002 13:47:28 -0000      1.3
--- rules       30 Jun 2002 11:15:27 -0000      1.4
***************
*** 8,12 ****
  
  # Uncomment this to turn on verbose mode. 
! #export DH_VERBOSE=1
  
  
--- 8,12 ----
  
  # Uncomment this to turn on verbose mode. 
! # export DH_VERBOSE=1
  
  
***************
*** 14,18 ****
  export DH_COMPAT=3
  
! APP = skell
  PACKAGE = debian/phpgroupware-$(APP)/usr/share/phpgroupware/$(APP)
  PACKAGEDOC = debian/phpgroupware-$(APP)/usr/share/doc/phpgroupware-$(APP)
--- 14,18 ----
  export DH_COMPAT=3
  
! APP = skel
  PACKAGE = debian/phpgroupware-$(APP)/usr/share/phpgroupware/$(APP)
  PACKAGEDOC = debian/phpgroupware-$(APP)/usr/share/doc/phpgroupware-$(APP)
***************
*** 21,28 ****
  CHANGELOG = -iname change\*
  INSTALL = -iname install
! FINDOPT = -type f -not \( -path \*CVS\* -or -name .cvsignore \)
! SPECIAL = -size 0 -or $(INSTALL) -or $(CHANGELOG) -or $(COPYRIGHT)
  STAMPS = -name configure-stamp -or -name build-stamp
! APPFILE = -not \( -path \*doc\* -or -path \. -or -name '*.pl' -or -name 
'*.py' -or $(STAMPS) \)
  
  configure: configure-stamp
--- 21,29 ----
  CHANGELOG = -iname change\*
  INSTALL = -iname install
! FINDOPT = -type f -not \( -path \*CVS\* -or -path \*debian\* -or -name 
.cvsignore \)
! SPECIAL = -size 0 -or $(INSTALL) -or $(CHANGELOG) -or $(COPYRIGHT) -or -name 
\*.sgml
  STAMPS = -name configure-stamp -or -name build-stamp
! APPFILES = -not \( -path \*doc\* -or -path \. -or $(STAMPS) \)
! DOCFILES = -not \( $(SPECIAL) \)
  
  configure: configure-stamp
***************
*** 50,62 ****
  
        # Install $(APP) files in $(PACKAGE)
!       find $(FINDOPT) $(APPFILE) \
!               -exec install -D --mode=644 \
!                       {} $(PACKAGE)/{} \; ;\
        
        # Install $(APP) doc files in $(PACKAGEDOC)
        cd doc ;\
!               find $(FINDOPT) -not \( $(SPECIAL) \) \
!                       -exec install -D --mode=644 \
!                               {} ../$(PACKAGEDOC)/{} \; ;\
        
  binary-indep: build install
--- 51,61 ----
  
        # Install $(APP) files in $(PACKAGE)
!       find $(FINDOPT) $(APPFILES) \
!               -exec install -D --mode=644 {} $(PACKAGE)/{} \; ;\
        
        # Install $(APP) doc files in $(PACKAGEDOC)
        cd doc ;\
!               find $(FINDOPT) $(DOCFILES) \
!                       -exec install -D --mode=644 {} ../$(PACKAGEDOC)/{} \; ;\
        
  binary-indep: build install




reply via email to

[Prev in Thread] Current Thread [Next in Thread]