From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zimbra13.linbit.com (zimbra.linbit.com [212.69.161.123]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail09.linbit.com (LINBIT Mail Daemon) with ESMTPS id EFEE5100EC11 for ; Mon, 11 May 2015 11:22:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra13.linbit.com (Postfix) with ESMTP id E5A5F305694 for ; Mon, 11 May 2015 11:22:07 +0200 (CEST) Received: from zimbra13.linbit.com ([127.0.0.1]) by localhost (zimbra13.linbit.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Wx0Cq8xh7uDo for ; Mon, 11 May 2015 11:22:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra13.linbit.com (Postfix) with ESMTP id C887430DF1D for ; Mon, 11 May 2015 11:22:07 +0200 (CEST) Received: from zimbra13.linbit.com ([127.0.0.1]) by localhost (zimbra13.linbit.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id oPH3vFDvfr6u for ; Mon, 11 May 2015 11:22:07 +0200 (CEST) Received: from localhost (chello213047144126.1.15.vie.surfer.at [213.47.144.126]) by zimbra13.linbit.com (Postfix) with ESMTPSA id 9E933305694 for ; Mon, 11 May 2015 11:22:07 +0200 (CEST) Date: Mon, 11 May 2015 11:22:06 +0200 From: Roland Kammerer To: drbd-dev@lists.linbit.com Message-ID: <20150511092206.GX1968@rck.sh> References: <1945028087.159.1431334443252.JavaMail.open-xchange@ronja.mits.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1945028087.159.1431334443252.JavaMail.open-xchange@ronja.mits.lan> Subject: Re: [Drbd-dev] drbdmanage lintian warnings List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, May 11, 2015 at 10:54:03AM +0200, Dietmar Maurer wrote: > I compile my own debian package on jessie, but get many lintian warnings about > man pages: > > # lintian drbdmanage_0.34-1_amd64.deb > warning: the authors of lintian do not recommend running it with root > privileges! > W: drbdmanage: manpage-has-bad-whatis-entry > usr/share/man/man8/dm-add-resource.8.gz > W: drbdmanage: manpage-section-mismatch > usr/share/man/man8/dm-add-resource.8.gz:2 8 != ADD-RESOURCE > W: drbdmanage: manpage-has-bad-whatis-entry > usr/share/man/man8/dm-add-volume.8.gz > W: drbdmanage: manpage-section-mismatch usr/share/man/man8/dm-add-volume.8.gz:2 > 8 != ADD-VOLUME > W: drbdmanage: manpage-has-bad-whatis-entry usr/share/man/man8/dm-assign.8.gz > W: drbdmanage: manpage-has-bad-whatis-entry > usr/share/man/man8/dm-assignments.8.gz > W: drbdmanage: manpage-has-bad-whatis-entry usr/share/man/man8/dm-attach.8.gz > ... > > Can someone reproduce that? Yes. The man-pages are autogenerated (see setup.py) and the process is not perfect. Patches welcome. ;-) Regards, rck