<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="Ubuntu">Hello,<br>
<br>
I'm following this guide here
<a class="moz-txt-link-freetext" href="http://developer.ubuntu.com/packaging/html/packaging-new-software.html">http://developer.ubuntu.com/packaging/html/packaging-new-software.html</a>,
but I get an error when trying to build the package in a clean
system using pbuilder. Some info:<br>
<br>
1. To fix a lintian warning I modified debian/rules in the
following way (the goal is to get rid of dir.gz included in
/usr/share/info):<br>
<br>
PACKAGE = $(shell dh_listpackages)<br>
TMP = $(CURDIR)/debian/$(PACKAGE)<br>
<br>
%:<br>
dh $@ --with autotools-dev<br>
<br>
override_dh_auto_install:<br>
dh_auto_install<br>
rm $(TMP)/usr/share/info/dir<br>
<br>
2. bzr builddeb -- -us -uc and bzr builddeb -S work correctly:<br>
<br>
dpkg-deb: building package `hello' in
`../hello_2.7-0ubuntu1_amd64.deb'.<br>
dpkg-genchanges >../hello_2.7-0ubuntu1_amd64.changes<br>
dpkg-genchanges: including full source code in upload<br>
dpkg-source --after-build hello-2.7<br>
dpkg-buildpackage: full upload (original source is included)<br>
Now running lintian...<br>
Finished running lintian.<br>
Cleaning build dir: /home/acerisara/Projects/build-area/hello-2.7<br>
<br>
but when I try to compile the package using pbuilder-dist raring
build hello_2.7-0ubuntu1.dsc I get the following error:<br>
<br>
make[4]: Leaving directory `/tmp/buildd/hello-2.7'<br>
make[3]: Leaving directory `/tmp/buildd/hello-2.7'<br>
make[2]: Leaving directory `/tmp/buildd/hello-2.7'<br>
rm /tmp/buildd/hello-2.7/debian/hello/usr/share/info/dir<br>
rm: cannot remove
'/tmp/buildd/hello-2.7/debian/hello/usr/share/info/dir': No such
file or directory<br>
make[1]: *** [override_dh_auto_install] Error 1<br>
make[1]: Leaving directory `/tmp/buildd/hello-2.7'<br>
make: *** [binary] Error 2<br>
dpkg-buildpackage: error: fakeroot debian/rules binary gave error
exit status 2<br>
E: Failed autobuilding of package<br>
I: unmounting dev/pts filesystem<br>
I: unmounting proc filesystem<br>
I: cleaning the build env <br>
I: removing directory /var/cache/pbuilder/build//8046 and its
subdirectories<br>
<br>
Any idea?<br>
<br>
Thanks,<br>
Andrea.<br>
<br>
</font>
</body>
</html>