X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=6761a419fa4ef0887ee3b3a125df07700ec28313;hb=b4d6a315bab631c560b3a993282c4e182650e728;hp=c1bdbe83c621572be85b2e2e85dc81b79f7a07b1;hpb=4b277e613887f5103cd2ab64262fe29ad1bf7540;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index c1bdbe83..6761a419 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Checks Debian packages from Incoming +""" Checks Debian packages from Incoming """ # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 James Troup # This program is free software; you can redistribute it and/or modify @@ -37,7 +37,7 @@ from daklib import utils from daklib.dak_exceptions import * from daklib.regexes import re_valid_version, re_valid_pkg_name, re_changelog_versions, \ re_strip_revision, re_strip_srcver, re_spacestrip, \ - re_isanum, re_noepoch, re_norevision, re_taint_free, \ + re_isanum, re_no_epoch, re_no_revision, re_taint_free, \ re_isadeb, re_extract_src_version, re_issource from types import *