Package: lintian
Version: 2.5.20-14-ga8c196b

Here is the report from lintian:

http://lintian.debian.org/tags/maintainer-script-should-not-use-adduser-system-without-home.html

In my package reconserver, I have the following:

        adduser --system \
           --home "${RECONSERVER_HOME}" \
           --shell /bin/false \
           --no-create-home \
           --ingroup "$RECONSERVER_GROUP" \
           --disabled-password \
           --disabled-login \
           --gecos "reConServer daemon" \
               "$RECONSERVER_USER" || exit 1



Therefore, I believe the lintian report is a false positive, maybe
because the adduser command is split over multiple lines

Here are the VCS links for my package:

Vcs-Git: git://git.debian.org/pkg-voip/reconserver.git
Vcs-Browser: http://git.debian.org/?p=pkg-voip/reconserver.git;a=summary


-- 
To UNSUBSCRIBE, email to debian-lint-maint-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52c127eb.4010...@pocock.com.au

Reply via email to