Control: tags -1 + patch

[Niels Thykier]
> The package nis is using a debhelper compat level of 3 or less
> according to lintian.  These compat levels have been deprecated for
> the past ~10 years and debhelper will remove support for them in the near
> future (as declared in [1]).

I believe the attached patch will solve this issue.
-- 
Happy hacking
Petter Reinholdtsen
diff -u nis-3.17/debian/control nis-3.17/debian/control
--- nis-3.17/debian/control
+++ nis-3.17/debian/control
@@ -4,13 +4,13 @@
 Maintainer: Mark Brown <broo...@debian.org>
 Uploaders: Miquel van Smoorenburg <miqu...@cistron.nl>
 Standards-Version: 3.9.5
-Build-Depends: dh-autoreconf, libgdbm-dev, gcc (>= 2.95), gettext, po-debconf, libslp-dev, libdbus-glib-1-dev, network-manager-dev, file
+Build-Depends: debhelper (>= 9), dh-autoreconf, libgdbm-dev, gcc (>= 2.95), gettext, po-debconf, libslp-dev, libdbus-glib-1-dev, network-manager-dev, file
 Vcs-Bzr: http://bzr.debian.org/bzr/pkg-nis/nis/debian/
 
 Package: nis
 Architecture: any
 Pre-Depends: debconf (>= 0.5.00) | debconf-2.0
-Depends: ${shlibs:Depends}, netbase, make, portmap, lsb-base (>= 3.0-6),
+Depends: ${misc:Depends}, ${shlibs:Depends}, netbase, make, portmap, lsb-base (>= 3.0-6),
  hostname (>= 2.98)
 Conflicts: netstd (<=1.26)
 Suggests: nscd
--- nis-3.17.orig/debian/compat
+++ nis-3.17/debian/compat
@@ -0,0 +1,1 @@
+9

Reply via email to