blob: 7b8cd82ac5c814f204da5f9c46de8813b5cc2771 (
plain)
1
2
3
4
5
6
7
8
|
# -*- coding: utf-8 -*-
# utility functions for git-buildpackge and friends
# (C) 2006 Guido Guenther <agx@sigxcpu.org>
# When trying to parse a version-number from a dsc or changes file, these are
# the valid characters.
debian_version_chars='a-zA-Z\d.~+'
|