Source: debmake Version: 4.4.0-4 User: [email protected] Usertags: syntaxwarning
Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/d/debmake.html Setting up debmake (4.4.0-4) ... /usr/lib/python3/dist-packages/debmake/checkdep5.py:586: SyntaxWarning: invalid escape sequence '\s' re_ascii = re.compile("[\s!-~]") /usr/lib/python3/dist-packages/debmake/control.py:144: SyntaxWarning: invalid escape sequence '\.' if re.search("\.git$", vcsvcs): /usr/lib/python3/dist-packages/debmake/control.py:146: SyntaxWarning: invalid escape sequence '\.' elif re.search("\.hg$", vcsvcs): /usr/lib/python3/dist-packages/debmake/control.py:164: SyntaxWarning: invalid escape sequence '\.' if re.search("\.git$", vcsbrowser): /usr/lib/python3/dist-packages/debmake/control.py:166: SyntaxWarning: invalid escape sequence '\.' elif re.search("\.hg$", vcsbrowser): /usr/lib/python3/dist-packages/debmake/sanity.py:124: SyntaxWarning: invalid escape sequence '\(' pkgver = re.match("([^ \t]+)[ \t]+\(([^()]+)-([^-()]+)\)", line)

