debian/control: drop the dependency on dpkg-dev
authorAntonio Ospite <ao2@ao2.it>
Sat, 3 Mar 2018 14:48:03 +0000 (15:48 +0100)
committerAntonio Ospite <ao2@ao2.it>
Sat, 3 Mar 2018 14:48:03 +0000 (15:48 +0100)
commit463b2555739b0c20f7808b336b4f79f59834e078
tree8fea097c99c2a0cb8943e25a497d4506929b7aa6
parent8e632c9124b21e30df30a6adabece4e8436c1d09
debian/control: drop the dependency on dpkg-dev

dpkg-dev is an essential package and it's not necessary to depend on it
unless a versioned dependency is used.

Removing the dependency fixes the following lintian error:

E: libam7xxx source: depends-on-build-essential-package-without-using-version dpkg-dev [build-depends: dpkg-dev]
N:
N:    The package declares a depends on a build essential package without
N:    using a versioned depends. Packages do not have to build-depend on any
N:    package included in build-essential. It is the responsibility of anyone
N:    building packages to have all build-essential packages installed. The
N:    only reason for an explicit dependency on a package included in
N:    build-essential is if a particular version of that package is required,
N:    in which case the dependency should include the version.
N:
N:    Refer to Debian Policy Manual section 4.2 (Package relationships) for
N:    details.
N:
N:    Severity: important, Certainty: certain
N:
N:    Check: fields, Type: binary, udeb, source
N:
debian/control