~ salmonella-environment-setup (master) 5fab9c940c06066b548862be76e377b1b1ea151d


commit 5fab9c940c06066b548862be76e377b1b1ea151d
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Tue Mar 11 20:09:15 2014 -0300
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Tue Mar 11 20:09:15 2014 -0300

    Use libmarkdown2-dev instead of installing discount from sources

diff --git a/debian-wheezy.sh b/debian-wheezy.sh
index a1c4c16..8fdb77c 100755
--- a/debian-wheezy.sh
+++ b/debian-wheezy.sh
@@ -100,6 +100,7 @@ sudo apt-get install \
     libfuse-dev \
     units \
     postgresql-server-dev-all \
+    libmarkdown2-dev \
 
 ##
 ## Things that are not packaged for Debian
@@ -109,17 +110,6 @@ tmpdir=`mktemp -d`
 echo "### Using $tmpdir as temporary directory"
 
 
-## discount
-
-cd $tmpdir
-wget http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.5a.tar.bz2
-tar xjvf discount-2.1.5a.tar.bz2
-cd discount-2.1.5a
-./configure.sh --shared --prefix=/usr/local
-make
-sudo make install
-
-
 ### epeg
 
 cd $tmpdir
Trap