added a script to build debian/ubuntu .deb, assuming nothing breaks in between
authorJason Tan <jtan325@users.sourceforge.net>
Fri, 26 Aug 2005 02:26:54 +0000 (02:26 +0000)
committerJason Tan <jtan325@users.sourceforge.net>
Fri, 26 Aug 2005 02:26:54 +0000 (02:26 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@186 7f574dfc-610e-0410-a909-a81674777703

buildubu.sh [new file with mode: 0755]
debian/changelog

diff --git a/buildubu.sh b/buildubu.sh
new file mode 100755 (executable)
index 0000000..8bdc4b3
--- /dev/null
@@ -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<private key id>
index f49d3bf..5da218a 100644 (file)
@@ -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.