Changeset 964
- Timestamp:
- 09/05/08 15:13:06 (3 months ago)
- Location:
- trunk/tcosconfig
- Files:
-
- 3 modified
-
Makefile (modified) (1 diff)
-
TcosChrootBuilder.py (modified) (2 diffs)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tcosconfig/Makefile
r872 r964 121 121 # nothing to patch 122 122 123 patch_intrepid: patch_version 124 # nothing to patch 125 123 126 patch_max: patch_version 124 127 # nothing to patch -
trunk/tcosconfig/TcosChrootBuilder.py
r872 r964 48 48 DISTRO_VERSIONS={ 49 49 "debian":["unstable", "testing", "etch"] , 50 "ubuntu":["dapper", "edgy", "feisty", "gutsy", "hardy" ]50 "ubuntu":["dapper", "edgy", "feisty", "gutsy", "hardy", "intrepid"] 51 51 } 52 52 … … 61 61 "feisty":"2.6.20-16-generic" , 62 62 "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" 64 65 } 65 66 -
trunk/tcosconfig/debian/changelog
r957 r964 3 3 * TcosGui.py: 4 4 - 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 7 9 8 10 tcosconfig (0.3.2) unstable; urgency=low
