diff --git a/buildubu.sh b/buildubu.sh new file mode 100755 index 00000000..8bdc4b3e --- /dev/null +++ b/buildubu.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +rm -rf ../conky-1.3.0* ../conky_* +make distclean +sh autogen.sh +./configure +make dist +cp -f conky-1.3.0.tar.gz ../conky_1.3.0.orig.tar.gz +cd .. +tar xvzf conky_1.3.0.orig.tar.gz +cd conky-1.3.0 +#dh_make -s +cp -r ../conky/debian . +rm -rf debian/CVS +debuild +#dpkg-buildpackage -rfakeroot -S -k diff --git a/debian/changelog b/debian/changelog index f49d3bf6..5da218a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -conky (1.3.0-0ubuntu1) breezy; urgency=low +conky (1.3.0-0ubuntu1) hoary; urgency=low * Initial Release. * This is my first Debian Package, hopefully it works.