Changeset 963

Show
Ignore:
Timestamp:
09/05/08 15:11:04 (3 months ago)
Author:
mariodebian
Message:

initramfs-tools-tcos (0.89.6)

  • common.mk Makefile:
    • Add Ubuntu intrepid target and kernel version (2.6.27-2-generic)
  • bin/tcos-buildchroot
    • Add intrepid in if sentences
Location:
trunk/initramfs-tools-tcos
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/initramfs-tools-tcos/Makefile

    r928 r963  
    254254        # nothing to patch 
    255255 
     256patch_intrepid: patch_amd64 
     257        # nothing to patch 
     258 
    256259patch_etch: patch_amd64 
    257260        # PATCHING INITRAMFS_TOOLS_TCOS in Debian etch 
  • trunk/initramfs-tools-tcos/bin/tcos-buildchroot

    r955 r963  
    7474      TCOS_PACKAGES="acpid ${TCOS_PACKAGES}" 
    7575      # need kernel modules unionfs and squashfs in linux-ubuntu-modules from distros grather than gutsy 
    76       if [ ${TCOS_DISTRO} = "gutsy" -o ${TCOS_DISTRO} = "hardy" ];then 
     76      if [ ${TCOS_DISTRO} = "gutsy" -o ${TCOS_DISTRO} = "hardy" -o ${TCOS_DISTRO} = "intrepid" ];then 
    7777        TCOS_PACKAGES="linux-ubuntu-modules-${TCOS_KERNEL} ${TCOS_PACKAGES}" 
    7878      fi 
     
    8484    fi 
    8585 
    86     if [ ${TCOS_DISTRO} = "testing" -o ${TCOS_DISTRO} = "lenny" -o ${TCOS_DISTRO} = "unstable" -o ${TCOS_DISTRO} = "hardy" ];then 
     86    if [ ${TCOS_DISTRO} = "testing" -o ${TCOS_DISTRO} = "lenny" -o ${TCOS_DISTRO} = "unstable" -o ${TCOS_DISTRO} = "hardy" -o ${TCOS_DISTRO} = "intrepid" ];then 
    8787      TCOS_PACKAGES="${TCOS_PACKAGES} xauth" 
    8888    fi 
  • trunk/initramfs-tools-tcos/common.mk

    r943 r963  
    3535KERNEL_hardy="2.6.24-19-generic" 
    3636USPLASH_hardy=0.4.1 
     37 
     38KERNEL_intrepid="2.6.27-2-generic" 
     39USPLASH_intrepid=0.4.1 
    3740################################## 
    3841 
  • trunk/initramfs-tools-tcos/debian/changelog

    r958 r963  
    1212  * xmlrpc/sh/rtp-controller.sh, hooks-addons/21pulseaudio: 
    1313    - Revert creation of /etc/asound.conf in 21pulseaudio because breaks tmixer 
    14  
    15  -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 05 Sep 2008 12:38:28 +0200 
     14  * common.mk Makefile: 
     15    - Add Ubuntu intrepid target and kernel version (2.6.27-2-generic) 
     16  * bin/tcos-buildchroot 
     17    - Add intrepid in if sentences 
     18 
     19 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 05 Sep 2008 15:10:58 +0200 
    1620 
    1721initramfs-tools-tcos (0.89.5) unstable; urgency=low