Changeset 1037
- Timestamp:
- 11/04/08 16:05:18 (2 months ago)
- Location:
- trunk/initramfs-tools-tcos
- Files:
-
- 3 modified
-
bin/tcos-buildchroot (modified) (2 diffs)
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/initramfs-tools-tcos/bin/tcos-buildchroot
r1035 r1037 68 68 if [ ! $MIRROR2 ]; then MIRROR2=$UBUNTU_DEF_MIRROR2 ; fi 69 69 MIRROR_EXTRAS="universe restricted multiverse" 70 DISTRO_PACKAGES="xserver-xorg xutils libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa mtools libnss-db xterm wget dosfstools"70 DISTRO_PACKAGES="xserver-xorg xutils xfonts-base xfonts-100dpi libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa mtools libnss-db xterm wget dosfstools" 71 71 DISTRO_PACKAGES="${DISTRO_PACKAGES} debootstrap eject debconf grub syslinux squashfs-tools mknbi" 72 72 DISTRO_PACKAGES="${DISTRO_PACKAGES} dhcp3-client python python-dbus alsa-base libkrb53 console-common console-data " … … 82 82 else 83 83 if [ ! $MIRROR ]; then MIRROR=$DEBIAN_DEF_MIRROR ; fi 84 DISTRO_PACKAGES="xserver-xorg xutils libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa mtools libnss-db xterm wget dosfstools "84 DISTRO_PACKAGES="xserver-xorg xutils xfonts-base xfonts-100dpi libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa mtools libnss-db xterm wget dosfstools " 85 85 DISTRO_PACKAGES="${DISTRO_PACKAGES} debootstrap libltdl3 eject debconf grub syslinux squashfs-tools mknbi " 86 86 DISTRO_PACKAGES="${DISTRO_PACKAGES} dhcp3-client python python-dbus alsa-base libkrb53 acpid console-tools openbsd-inetd" -
trunk/initramfs-tools-tcos/debian/changelog
r1036 r1037 3 3 * hooks-addons/50xorg: 4 4 - Priorice /usr/share/fonts instead or old /usr/lib/X11 (fix for etch) 5 6 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Tue, 04 Nov 2008 15:59:30 +0100 5 * debian/control bin/tcos-buildchroot 6 - Add xfonts-base xfonts-100dpi as Depends on initramfs-tools-tcos and tcos-buildchroot 7 8 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Tue, 04 Nov 2008 16:06:09 +0100 7 9 8 10 initramfs-tools-tcos (0.89.16) unstable; urgency=low -
trunk/initramfs-tools-tcos/debian/control
r1035 r1037 15 15 console-setup | console-data, libnss-db, iftop, strace, twm, debootstrap, mbr, 16 16 libltdl3, tinylogin, debconf, grub, syslinux, squashfs-tools, pciutils, 17 mknbi, dropbear, ltspfs-client | ltspfsd, genisoimage | mkisofs , 17 mknbi, dropbear, ltspfs-client | ltspfsd, genisoimage | mkisofs, 18 xfonts-base, xfonts-100dpi, 18 19 ${misc:Depends}, ${shlibs:Depends} 19 20 Conflicts: tcosmonitor (<< 0.1.23.2)
