Bug 18907: Build has deprecating message
authorMark Tompsett <mtompset@hotmail.com>
Thu, 6 Jul 2017 15:42:43 +0000 (15:42 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 21 Dec 2017 08:16:13 +0000 (09:16 +0100)
commit33a1eca2a59cab71a55d093f851ee5ea4d9179f9
tree24259e823298af986b5c77a7a0869ae9e367c199
parent41b14a29e73ac0e0fe8d6517425a78f048cc6984
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>
(cherry picked from commit d8a16dd89a2853837e87eec1b1ec0d419ede1b55)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
debian/list-deps