On 31.08.2013 19:52, Marius Gedminas wrote:
> You could avoid that error by doing
>
> override_dh_auto_install:
> dh_auto_install
> rm -f $(TMP)/usr/share/info/dir
>
> i.e. pass -f to rm so it won't fail when the file doesn't exist.
It works, however is not clear to me why the file is
On Sat, Aug 31, 2013 at 10:35:05AM +0200, Andrea Cerisara wrote:
> I'm following this guide here
> http://developer.ubuntu.com/packaging/html/packaging-new-software.html,
> but I get an error when trying to build the package in a clean system
> using pbuilder. Some info:
>
> 1. To fix a lintian wa
Hello,
I'm following this guide here
http://developer.ubuntu.com/packaging/html/packaging-new-software.html,
but I get an error when trying to build the package in a clean system
using pbuilder. Some info:
1. To fix a lintian warning I modified debian/rules in the following way
(the goal is to ge