summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Package/V1.pm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Dpkg/Source/Package/V1.pm')
-rw-r--r--scripts/Dpkg/Source/Package/V1.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Source/Package/V1.pm b/scripts/Dpkg/Source/Package/V1.pm
index a29be1d9e..0e02cc389 100644
--- a/scripts/Dpkg/Source/Package/V1.pm
+++ b/scripts/Dpkg/Source/Package/V1.pm
@@ -405,7 +405,7 @@ sub do_build {
}
$self->add_file($tarname) if $tarname;
- # XXX: Reenable once a stable dpkg supports extracting upstream signatures
+ # XXX: Re-enable once a stable dpkg supports extracting upstream signatures
# for source 1.0 format, either in 1.17.x or 1.18.x.
#$self->add_file($tarsign) if $tarsign and -e $tarsign;