aboutsummaryrefslogtreecommitdiffhomepage
path: root/git_buildpackage/deb_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_buildpackage/deb_utils.py')
-rw-r--r--git_buildpackage/deb_utils.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/git_buildpackage/deb_utils.py b/git_buildpackage/deb_utils.py
new file mode 100644
index 00000000..173c3128
--- /dev/null
+++ b/git_buildpackage/deb_utils.py
@@ -0,0 +1,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.~+'
+