1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 05:29:11 +00:00
conky/buildubu.sh
Brenden Matthews 1b89febedb fixing some debian stuff
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@413 7f574dfc-610e-0410-a909-a81674777703
2005-11-17 00:28:32 +00:00

17 lines
316 B
Bash
Executable File

#!/bin/sh
rm -rf ../conky-1.3.4* ../conky_*
make distclean
sh autogen.sh
./configure
make dist
cp -f conky-1.3.4.tar.gz ../conky_1.3.3.orig.tar.gz
cd ..
tar xvzf conky_1.3.4.orig.tar.gz
cd conky-1.3.4
#dh_make -s
cp -r ../conky/debian .
rm -rf debian/CVS
debuild
#dpkg-buildpackage -rfakeroot -S -k<private key id>