summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-05 19:39:38 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-06 15:38:51 +0100
commit08b7893fc9ce813587108a7172f9143e87c07c9a (patch)
tree80829bd6e268c79fd04c684128a85a3efc2fbffb /dgit
parent053ea1caf44b35a0eac2b3862337b24c04549394 (diff)
Dgit.pm: Move $suite_re from dgit
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 0 insertions, 1 deletions
diff --git a/dgit b/dgit
index 491cb23..6febb07 100755
--- a/dgit
+++ b/dgit
@@ -104,7 +104,6 @@ our %forceopts = map { $_=>0 }
our %format_ok = map { $_=>1 } ("1.0","3.0 (native)","3.0 (quilt)");
-our $suite_re = '[-+.0-9a-z]+';
our $cleanmode_re = qr{(?: dpkg-source (?: -d )? (?: ,no-check | ,all-check )?
| (?: git | git-ff ) (?: ,always )?
| check (?: ,ignores )?