aboutsummaryrefslogtreecommitdiff
path: root/git_buildpackage/deb_utils.py
blob: 173c31287d3933383c2ee86542a7edf3fab596e3 (plain)
1
2
3
4
5
6
7
# 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.~+'