[Koha-bugs] [Bug 18907] Warning "dpkg-source: warning: relation < is deprecated: use < < or <="

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 6 20:48:58 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18907

--- Comment #1 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 64863
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64863&action=edit
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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list