AOSC-Archive / autobuild3

AOSC OS package maintenance toolkit (version 3)
https://aosc.io
GNU General Public License v2.0
24 stars 17 forks source link

version relationship notations still won't work #52

Closed MingcongBai closed 8 years ago

MingcongBai commented 8 years ago

Test case's defines file.

PKGNAME=foo
PKGSEC=misc
PKGDEP="util-linux"
PKGDES="ddd"

PKGVER=0

PKGCONFL="libjpeg-turbo<=1.3"

What was actually returned (as error).

dpkg-deb: error: parsing file '/build/test/abdist/DEBIAN/control' near line 9 package 'foo':
 'Conflicts' field, invalid package name 'libjpeg-turbo<=1.3': character '<' not allowed (only letters, digits and characters '-+._')