Include conky_no_x11.conf in the tarballs
[monky] / buildubu.sh
1 #!/bin/sh
2
3 rm -rf ../conky-1.3.4* ../conky_*
4 make distclean
5 sh autogen.sh
6 ./configure
7 make dist
8 cp -f conky-1.3.4.tar.gz ../conky_1.3.3.orig.tar.gz
9 cd ..
10 tar xvzf conky_1.3.4.orig.tar.gz
11 cd conky-1.3.4
12 #dh_make -s
13 cp -r ../conky/debian .
14 rm -rf debian/CVS
15 debuild
16 #dpkg-buildpackage -rfakeroot -S -k<private key id>