summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-04-15 18:03:45 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-04-15 18:03:45 +0100
commit96ac307f0b9d186d589d221dabfb0e403169aa08 (patch)
tree0ab8249af8ef5b75b33a820f4cfe9d9d451ae8be /Debian
parentb839e9edc77dde4c40f2a8479e1b42223852daee (diff)
Provide $component_re
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Dgit.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Debian/Dgit.pm b/Debian/Dgit.pm
index 268439a..c39ff72 100644
--- a/Debian/Dgit.pm
+++ b/Debian/Dgit.pm
@@ -15,7 +15,7 @@ BEGIN {
@ISA = qw(Exporter);
@EXPORT = qw(debiantag server_branch server_ref
stat_exists git_for_each_ref
- $package_re $branchprefix);
+ $package_re $component_re $branchprefix);
%EXPORT_TAGS = ( policyflags => [qw(NOFFCHECK FRESHREPO)] );
@EXPORT_OK = @{ $EXPORT_TAGS{policyflags} };
}
@@ -23,6 +23,7 @@ BEGIN {
our @EXPORT_OK;
our $package_re = '[0-9a-z][-+.0-9a-z]*';
+our $component_re = '[0-9a-zA-Z][-+.0-9a-zA-Z]*';
our $branchprefix = 'dgit';
# policy hook exit status bits