I have succesfully uploaded my app to launchpad:However it fails to build on both i386 and amd64. Here is the link: https://launchpad.net/~mkamenjak/+archive/ubuntu/bugappppa/+packages
Here is the build log from launchpad: https://launchpadlibrarian.net/190190054/buildlog_ubuntu-utopic-amd64.bugapp_1-2ubuntu2_FAILEDTOBUILD.txt.gz
Here are the contents of my debian/control file:
Source: bugapp
Section: web
Priority: optional
Maintainer: Mario Kamenjak <mkamenjak77@gmail.com>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Homepage: <insert the upstream URL, if relevant>
Package: bugapp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A webapp for bug.hr
<insert long description, indented with spaces>
Here are the contents of my debian/rules file:
#!/usr/bin/make -f
%:
dh $@
Why does it not build and how exactly do I fix this?
Note: I never packaged anything before.No experience in either .deb or .rpm packaging whatsoever.