https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18907 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64863|0 |1 is obsolete| | Attachment #64864|0 |1 is obsolete| | --- Comment #4 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 68807 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68807&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. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> -- You are receiving this mail because: You are watching all bug changes.