Show
Ignore:
Timestamp:
03/29/06 21:04:22 (3 years ago)
Author:
benjamin
Message:

now using po-debconf and corrections on lintian override

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/debian/rules

    r1243 r1246  
    4040        install -m 0644 debian/lintian-override \ 
    4141            debian/alternc-mailman/usr/share/lintian/overrides/alternc-mailman 
    42         # Remove any remaining CVS dir ;) 
    43         find debian/alternc-mailman/ -depth -name "CVS" -exec rm -rf {} \; 
    44  
     42        # remove CVS / SVN entries :  
     43        find debian/alternc-mailman/ -depth \( -name CVS -o -name .svn \) -type d -exec rm -rf {} \; 
    4544binary-common: build install 
    4645        dh_testdir 
     
    4948        dh_installdocs 
    5049        dh_strip 
     50        dh_installdebconf 
    5151        dh_link 
    5252        dh_compress