aboutsummaryrefslogtreecommitdiff
path: root/git_buildpackage/deb_utils.py
blob: d293c67c70204c8b9994546c4d22c58ef9b31fae (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.~+-'