Okay, so I'm trying to follow the log of the packaging tutorial from Kubuntu Tutorials Day. I am up to the final step of running debuild, but get the following error:
the contents of /debian/control are:
Anyone got any idea what I'm doing wrong here?
Note: I have intentionally mangled XSBC-Original-Maintainer: R <m@g> line
Code:
marshallbanana@MPU:~/kraft-0.20/debian$ debuild fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || /usr/bin/make distclean dh_clean dpkg-source -b kraft-0.20 dpkg-source: warning: unknown information field 'Homepage' in input data in general section of control info file dpkg-source: building kraft using existing kraft_0.20.orig.tar.gz dpkg-source: failure: unable to create `kraft_0.20.orig.tar.gz.tmp-nest': File exists debuild: fatal error at line 1247: dpkg-source -b kraft-0.20 failed
Source: kraft
Section: kde
Priority: optional
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
XSBC-Original-Maintainer: R <m@g>
Build-Depends: debhelper (>= 5.0.0), kdelibs4-dev, libqt3-mt-dev, docbook2x
Standards-Version: 3.7.3
Homepage: http://kraft.sourceforge.net
Package: kraft
Architecture: any
Depends: ${shlibsepends}
Description: krafty app
Section: kde
Priority: optional
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
XSBC-Original-Maintainer: R <m@g>
Build-Depends: debhelper (>= 5.0.0), kdelibs4-dev, libqt3-mt-dev, docbook2x
Standards-Version: 3.7.3
Homepage: http://kraft.sourceforge.net
Package: kraft
Architecture: any
Depends: ${shlibsepends}
Description: krafty app
Note: I have intentionally mangled XSBC-Original-Maintainer: R <m@g> line
Comment