From e2f9896adf4a03f8b6a5910528cc1c96f04d204e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 2 Jun 2012 16:36:51 +0100 Subject: [PATCH] lintian fixes --- debian/changelog | 8 ++++---- debian/control | 2 +- debian/copyright | 3 +-- debian/rules | 5 +++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index c5a926a..830ae1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,12 @@ userv (1.1.0~~iwj) unstable; urgency=low (Along with the change in 1.0.6, Closes: #630528.) * The new version will ensure a rebuild and therefore completely deal with the debiandoc-sgml missing documentation bug. (Closes: #413873.) + * Use lintian for dh_fixperms; this ensures that the permissions of + /etc/userv in the .deb are 755, not 2755. * Use `command -v' instead of `type' in maintainer scripts. * Do not ignore errors from commands in rules clean target. + * Fix FSF address in copyright file. + * Remove obsolete local variable section from debian/changelog. * Update Standards-Version. No changes required. -- Ian Jackson Sat, 02 Jun 2012 15:44:16 +0100 @@ -386,7 +390,3 @@ userv (0.55.1-1) experimental; urgency=low * Initial Debian release. -- Ian Jackson Mon, 22 Sep 1997 01:08:23 +0100 - -# Local variables: -# mode: debian-changelog -# End: diff --git a/debian/control b/debian/control index df5c5d6..0f19a35 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: userv Section: admin Priority: optional Maintainer: Ian Jackson -Build-Depends: debiandoc-sgml, texlive, texlive-latex-extra +Build-Depends: debiandoc-sgml, texlive, texlive-latex-extra, debhelper (>= 5) Standards-Version: 3.9.1 Package: userv diff --git a/debian/copyright b/debian/copyright index ee19dac..018cef8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -27,5 +27,4 @@ General Public License for more details. You should have received a copy of the GNU General Public License with your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with the Debian GNU/Linux userv source package as the file COPYING; if not, -email me at one of the addresses above or write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +see or email me. diff --git a/debian/rules b/debian/rules index 05edd5f..6b91ff9 100755 --- a/debian/rules +++ b/debian/rules @@ -55,8 +55,9 @@ binary-arch: checkroot build cp debian/lintian $t/usr/share/lintian/overrides/userv dpkg-shlibdeps daemon client dpkg-gencontrol -isp - chown -R root.root $t - chmod -R og=rX $t + dh_fixperms -Pdebian/tmp + chown root.root debian/tmp/usr/bin/userv + chmod 4755 debian/tmp/usr/bin/userv dpkg --build $t .. define checkdir -- 2.30.2