Skip to content

Commit

Permalink
Fix denpendency to Python as >= 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliu committed May 3, 2012
1 parent 10c76f3 commit c06b06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEBIAN/builddeb.sh
Expand Up @@ -17,7 +17,7 @@ gzip --best debian/usr/share/man/man1/macs14.1
gzip --best -c DEBIAN/changelog > debian/usr/share/doc/macs/changelog.gz
echo "MACS Debian maintainer and upstream author are identical.\nTherefore see also normal changelog file for Debian changes." > debian/usr/share/doc/macs/changelog.Debian
gzip --best debian/usr/share/doc/macs/changelog.Debian
python2.6 setup.py install --prefix=debian/usr/ --install-layout=deb
python setup.py install --prefix=debian/usr/ --install-layout=deb
#for f in `ls debian/usr/bin/*.py`;do mv ${f} ${f/.py/};done
for f in `find debian/usr/lib/ -name '*.pyc'`;do rm -f ${f};done
fakeroot dpkg-deb --build debian
Expand Down

0 comments on commit c06b06c

Please sign in to comment.