From: Antonio Ospite Date: Sat, 3 Mar 2018 14:35:37 +0000 (+0100) Subject: debian/control: remove unnecessary greater-than versioned dependencies X-Git-Tag: debian/0.1.7-1~3 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/7cb62847793adc9e1c26f7b810cb32e3233cbbb4?hp=0243e8d210ed1666901f25dea7d087def03f5e51 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; --- 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.