Changeset 964

Show
Ignore:
Timestamp:
09/05/08 15:13:06 (3 months ago)
Author:
mariodebian
Message:
Location:
trunk/tcosconfig
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/tcosconfig/Makefile

    r872 r964  
    121121        # nothing to patch 
    122122 
     123patch_intrepid: patch_version 
     124        # nothing to patch 
     125 
    123126patch_max: patch_version 
    124127        # nothing to patch 
  • trunk/tcosconfig/TcosChrootBuilder.py

    r872 r964  
    4848DISTRO_VERSIONS={ 
    4949"debian":["unstable", "testing", "etch"]  , 
    50 "ubuntu":["dapper", "edgy", "feisty", "gutsy", "hardy"] 
     50"ubuntu":["dapper", "edgy", "feisty", "gutsy", "hardy", "intrepid"] 
    5151} 
    5252 
     
    6161"feisty":"2.6.20-16-generic"  , 
    6262"gutsy":"2.6.22-14-generic"  , 
    63 "hardy":"2.6.24-16-generic" 
     63"hardy":"2.6.24-16-generic" , 
     64"intrepid":"2.6.27-2-generic" 
    6465} 
    6566 
  • trunk/tcosconfig/debian/changelog

    r957 r964  
    33  * TcosGui.py: 
    44    - set_name() on aboutdialog 
    5  
    6  -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 05 Sep 2008 11:18:00 +0200 
     5  * TcosChrootBuilder.py Makefile 
     6    - Add Ubuntu intrepid to chroot builder and patch Makefile 
     7 
     8 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 05 Sep 2008 15:12:57 +0200 
    79 
    810tcosconfig (0.3.2) unstable; urgency=low