From 7cb62847793adc9e1c26f7b810cb32e3233cbbb4 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 3 Mar 2018 15:35:37 +0100 Subject: [PATCH] debian/control: remove unnecessary greater-than versioned dependencies This fixes the following cme warnings: Warning in 'source Build-Depends:1' value 'dpkg-dev (>= 1.16.1~)': unnecessary greater-than versioned dependency: dpkg-dev (>= 1.16.1~). Debian has oldoldstable -> 1.16.18; oldstable-kfreebsd -> 1.17.25; oldstable -> 1.17.27; stable -> 1.18.24; unstable -> 1.19.0.4; testing -> 1.19.0.5; unstable -> 1.19.0.5; Warning in 'binary:"libam7xxx0.1" Recommends:2' value 'usb-modeswitch-data (>= 20111023-1)': unnecessary greater-than versioned dependency: usb-modeswitch-data (>= 20111023-1). Debian has oldoldstable -> 20120815-2; oldstable -> 20150115-1; oldstable-kfreebsd -> 20150115-1; jessie-backports -> 20170120-1~bpo8+1; stable -> 20170120-1; unstable -> 20170806-2; testing -> 20170806-2; --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 352e10b..7cdd628 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libam7xxx Section: libdevel Priority: optional Maintainer: Antonio Ospite -Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.16.1~), cmake, pkg-config, +Build-Depends: debhelper (>= 11), dpkg-dev, cmake, pkg-config, libusb-1.0-0-dev, libxcb1-dev, libavdevice-dev, libavformat-dev, libavcodec-dev, libswscale-dev, asciidoc, xmlto @@ -16,7 +16,7 @@ Package: libam7xxx0.1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: libam7xxx0.1-bin (= ${binary:Version}), usb-modeswitch, usb-modeswitch-data (>= 20111023-1) +Recommends: libam7xxx0.1-bin (= ${binary:Version}), usb-modeswitch, usb-modeswitch-data Description: library for accessing am7xxx based devices libam7xxx is an Open Source library to communicate via USB with projectors and Digital Picture Frames based on the Actions Micro AM7XXX family if ICs. -- 2.1.4