Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/rules

    r0 r2566  
    1515     dh_testdir 
    1616     # Add here commands to configure the package. 
    17       
     17 
    1818     touch configure-stamp 
    1919 
     
    2222build-stamp: configure-stamp 
    2323     dh_testdir 
    24       
     24 
    2525     # Add here commands to compile the package. 
    2626     $(MAKE) config 
     
    3131     dh_testroot 
    3232     rm -f build-stamp configure-stamp 
    33       
     33 
    3434     # Add here commands to clean up after the build process. 
    3535     -$(MAKE) clean 
    36       
     36 
    3737     dh_clean 
    3838 
     
    4242     dh_clean -k 
    4343     dh_installdirs 
    44       
     44 
    4545     # Add here commands to install the package into debian/dotclear. 
    4646     cp -af $(CURDIR)/_dist/dotclear $(CURDIR)/debian/dotclear/usr/share/ 
    4747     mkdir -p $(CURDIR)/debian/dotclear/etc/dotclear 
    4848     mv $(DEST)/inc/config.php.in $(CURDIR)/debian/dotclear/etc/dotclear/config.php 
    49       
     49 
    5050     # Clearbricks is in libclearbricks 
    5151     rm -rf $(CURDIR)/debian/dotclear/usr/share/dotclear/inc/clearbricks 
    52       
     52 
    5353     # Language packs 
    5454     mkdir -p $(CURDIR)/debian/dotclear-l10n-ja/usr/share/dotclear/locales 
    5555     cp -af $(CURDIR)/locales/ja $(CURDIR)/debian/dotclear-l10n-ja/usr/share/dotclear/locales/ 
    5656     find $(CURDIR)/debian/dotclear-l10n-ja/usr/share/dotclear/locales/ -type d -name '.svn' | xargs rm -rf 
    57       
     57 
    5858# Build architecture-independent files here. 
    5959binary-indep: build install 
Note: See TracChangeset for help on using the changeset viewer.

Sites map