From 4f5fd09f393e1676682f039f2e3fef65e108c131 Mon Sep 17 00:00:00 2001 From: codehelp Date: Wed, 14 Apr 2010 19:59:24 +0000 Subject: [PATCH] add some final changes from trunk git-svn-id: http://emdebian.org/svn/current@7094 563faec7-e20c-0410-992a-a66f704d0ccd --- debian/changelog | 5 ++++- examples/lenny.conf | 2 +- examples/sid.conf | 2 +- examples/squeeze.conf | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 410be5c..90059cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,11 @@ emdebian-rootfs (2.0.9) unstable; urgency=low * Allow empty keyring values. * Fix separation of debootstrap vs aptsources and remove reliance on the section label matching the lists name. + * Add check-deps.sh and device-table.pl helper scripts. + * Leave device_table.txt uncompressed for use with device-table.pl + * Actually need to specify apt once Recommends: are switched off. - -- Neil Williams Mon, 05 Apr 2010 20:38:52 +0100 + -- Neil Williams Wed, 14 Apr 2010 20:35:20 +0100 emdebian-rootfs (2.0.8) unstable; urgency=low diff --git a/examples/lenny.conf b/examples/lenny.conf index 07bb95d..85b945b 100644 --- a/examples/lenny.conf +++ b/examples/lenny.conf @@ -18,7 +18,7 @@ debootstrap=Debian aptsources=Debian [Debian] -packages= +packages=apt source=http://ftp.uk.debian.org/debian keyring=debian-archive-keyring suite=lenny diff --git a/examples/sid.conf b/examples/sid.conf index 3a89843..f2b9472 100644 --- a/examples/sid.conf +++ b/examples/sid.conf @@ -18,7 +18,7 @@ debootstrap=Debian aptsources=Debian [Debian] -packages= +packages=apt source=http://ftp.uk.debian.org/debian keyring=debian-archive-keyring suite=sid diff --git a/examples/squeeze.conf b/examples/squeeze.conf index 007bf03..af6af92 100644 --- a/examples/squeeze.conf +++ b/examples/squeeze.conf @@ -18,7 +18,7 @@ debootstrap=Debian aptsources=Debian [Debian] -packages= +packages=apt source=http://ftp.uk.debian.org/debian keyring=debian-archive-keyring suite=squeeze