From c04dba03ad69888ac91f7e62c4b7c4d37877fdaf Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 20 Apr 2020 12:05:54 +0100 Subject: [PATCH] Improve needlessly-antagonistic comment and clarify the detail. --- cargo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo.pm b/cargo.pm index 013785e..107e9ee 100644 --- a/cargo.pm +++ b/cargo.pm @@ -157,7 +157,7 @@ sub install { doit("cp", "--parents", "-at", $target, @sources); doit("rm", "-rf", "$target/target"); doit("cp", $this->get_sourcepath("debian/cargo-checksum.json"), "$target/.cargo-checksum.json"); - # work around some stupid ftpmaster rule about files with old dates. + # prevent an ftpmaster auto-reject regarding files with old dates. doit("touch", "-d@" . $ENV{SOURCE_DATE_EPOCH}, "$target/Cargo.toml"); } foreach my $pkg (@{$this->{featurepkg}}) { -- 2.39.5