I'm trying to build the debian package on my ubuntu feisty laptop. here's the command line output. Can anyone tell me what I'm doing wrong or what's missing?
*******/codeblocks_src/trunk$ dpkg-buildpackage -rsudo
dpkg-buildpackage: source package is codeblocks
dpkg-buildpackage: source version is 1.0svn
dpkg-buildpackage: source changed by Yiannis Mandravellos <mandrav@codeblocks.org>
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 1.0svn
sudo debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Entering directory `/home/damien/source/codeblocks_src/trunk'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/home/damien/source/codeblocks_src/trunk'
make: [clean] Error 2 (ignored)
cp -f /usr/share/misc/config.sub config.sub
cp -f /usr/share/misc/config.guess config.guess
dh_clean
dpkg-source -b trunk
dpkg-source: warning: source directory `./trunk' is not <sourcepackage>-<upstreamversion> `codeblocks-1.0svn'
dpkg-source: building codeblocks in codeblocks_1.0svn.tar.gz
dpkg-source: building codeblocks in codeblocks_1.0svn.dsc
debian/rules build
make: *** No rule to make target `configure', needed by `config.status'. Stop.