[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: archivemount (updated package, 3rd try)



On Fri, May 27, 2011 at 06:07:55PM +0300, Nanakos Chrysostomos wrote:

Hi,

> The package is lintian clean (Lintian v2.5.0~rc3) but it not reports

(post pbuilder build, lintian 2.5.0 but that shouldn't make a big
 difference for those warnings)
$ lintian -iIv archivemount_0.6.1-2_i386.changes 
N: Processing source package archivemount (version 0.6.1-2) ...
W: archivemount source: format-3.0-but-debian-changes-patch
[...]
N: Processing binary package archivemount (version 0.6.1-2) ...
W: archivemount: possible-unindented-list-in-extended-description


The first one is the config.sub replacement. What about using something
like the following for your configure target:
set -e; if ! [ -f config/config.sub.backup ]; then \
    mv config/config.sub config/config.sub.backup; \
    ln -s /usr/share/misc/config.sub config/config.sub; \
fi

And kind of the reverse for the clean target.

Sven
-- 
And I don't know much, but I do know this:
With a golden heart comes a rebel fist.
     [ Streetlight Manifesto - Here's To Life ]


Reply to: