]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/all/do-build-deb
2 # ---------------------------------------------------------------------------
7 echo "-=-=-=- Hello from $HOSTNAME -=-=-=-"
13 tar xjf wxPython
-src-$VERSION.
tar.bz2
14 rm wxPython
-src-$VERSION.
tar.bz2
16 mv wxPython
-src-$VERSION wxwidgets
$VER2-$VERSION
17 cd wxwidgets
$VER2-$VERSION
19 CLVERSION
=`dpkg-parsechangelog | sed -n 's/Version: //p' | sed 's/-.*//'`
20 if [ $CLVERSION != $VERSION ]; then
21 dch
--newversion $VERSION-0 "automated build"
24 debian
/rules debian
/control
25 dpkg
-buildpackage -rfakeroot -us -uc
28 rm -r wxwidgets
$VER2-$VERSION
30 echo "-=-=-=- Goodbye! -=-=-=-"