remove temporary enablement of universe from teh armel subarchitectures

ubuntu/precise
Oliver Grawert 16 years ago
parent 2f352abf2d
commit 470472f998

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (0.93) UNRELEASED; urgency=low
* remove temporary enablement of universe from the armel subarchitectures
-- Oliver Grawert <ogra@ubuntu.com> Tue, 25 Aug 2009 18:38:07 +0200
livecd-rootfs (0.92) karmic; urgency=low livecd-rootfs (0.92) karmic; urgency=low
* change armel+imx51 back to the proper metapackage name * change armel+imx51 back to the proper metapackage name

@ -330,12 +330,10 @@ link_in_boot = $link_in_boot
imx51) imx51)
LIST="$LIST linux-imx51" LIST="$LIST linux-imx51"
# temporarily enable universe until kernel is in main # temporarily enable universe until kernel is in main
COMP="main restricted universe"
;; ;;
dove) dove)
LIST="$LIST linux-dove" LIST="$LIST linux-dove"
# temporarily enable universe until kernel is in main # temporarily enable universe until kernel is in main
COMP="main restricted universe"
;; ;;
esac;; esac;;
*) echo "Unknown architecture: no kernel."; exit 1;; *) echo "Unknown architecture: no kernel."; exit 1;;

Loading…
Cancel
Save