@@ -1,2 +1,2 @@
-# Ubuntu 12.04 LTS
-sudo apt-get install python python-support python-magic python-ply python-pycurl python-pysqlite2 python-pkg-resources python-dev coreutils sed git-core cvs subversion mercurial quilt gawk texinfo automake autoconf autopoint libtool curl texi2html diffstat openjade groff mtd-utils build-essential make gcc g++ binutils bison flex bc ncurses-dev unzip lzma gtk-doc-tools docbook-utils libxml2-utils xmlto help2man libglib2.0-dev lzop gperf python-svn
+# Ubuntu 12.04
+sudo apt-get install python-support python-magic python-pycurl python-pkg-resources python-dev coreutils sed git-core cvs subversion mercurial quilt gawk texinfo automake autoconf autopoint libtool curl texi2html diffstat openjade groff mtd-utils build-essential make gcc g++ binutils bison flex bc ncurses-dev unzip lzma gtk-doc-tools docbook-utils libxml2-utils xmlto help2man libglib2.0-dev lzop gperf python-svn
new file mode 100644
@@ -0,0 +1,2 @@
+# Ubuntu 13.04
+sudo apt-get install python-support python-magic python-pycurl python-pkg-resources python-dev coreutils sed git-core cvs subversion mercurial quilt gawk texinfo automake autoconf autopoint libtool curl texi2html diffstat openjade groff mtd-utils build-essential make gcc g++ binutils bison flex bc ncurses-dev unzip lzma gtk-doc-tools docbook-utils libxml2-utils xmlto help2man libglib2.0-dev lzop gperf python-svn
new file mode 100644
@@ -0,0 +1,2 @@
+# Ubuntu 13.10
+sudo apt-get install python-support python-magic python-pycurl python-pkg-resources python-dev coreutils sed git-core cvs subversion mercurial quilt gawk texinfo automake autoconf autopoint libtool curl texi2html diffstat openjade groff mtd-utils build-essential make gcc g++ binutils bison flex bc ncurses-dev unzip lzma gtk-doc-tools docbook-utils libxml2-utils xmlto help2man libglib2.0-dev lzop gperf python-svn
From: Kim Højgaard-Hansen <kiho@prevas.dk> --- setup/ubuntu_12.04 | 4 ++-- setup/ubuntu_13.04 | 2 ++ setup/ubuntu_13.10 | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 setup/ubuntu_13.04 create mode 100644 setup/ubuntu_13.10