Bug 18907: Build has deprecating message
authorMark Tompsett <mtompset@hotmail.com>
Thu, 6 Jul 2017 15:42:43 +0000 (15:42 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 14 Dec 2017 12:04:17 +0000 (12:04 +0000)
commitd8a16dd89a2853837e87eec1b1ec0d419ede1b55
tree08ed1dd87cfa937aa8bf126bf9a1c079628f15c1
parentb90824527b47e78e56e2f602199481325beeec15
Bug 18907: Build has deprecating message

Following the instructions at:
https://wiki.koha-community.org/wiki/Building_Debian_Packages_-_The_Easy_Way
Receiving the following message in the build:
dpkg-source: warning: relation < is deprecated: use << or <=

This patch tweaks the list-deps.
git diff origin/master -- debian/list-deps shows just the one line
changed from < to << as per the messages suggestion and eythian's
suggestion on IRC:
http://irc.koha-community.org/koha/2017-07-06#i_1950698

The control file can be regenerated from the command-line:
./debian/update-control
However, it will be attached separately.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
debian/list-deps