[dh-r] 04/43: Explicit files to remove instead of wildcards
Gordon Ball
chronitis-guest at moszumanska.debian.org
Thu Sep 15 13:45:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository dh-r.
commit c44499fca0abd00bffa72b513c7e72aed6c67b9a
Author: Gordon Ball <gordon at chronitis.net>
Date: Thu Sep 1 16:52:25 2016 +0200
Explicit files to remove instead of wildcards
---
dh/R.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dh/R.pm b/dh/R.pm
index 8f7c45d..ef4cbdc 100644
--- a/dh/R.pm
+++ b/dh/R.pm
@@ -148,7 +148,7 @@ sub install {
$this->doit_in_sourcedir(@instargs);
- my @toremove = ("R.css", "COPYING*", "LICENSE*");
+ my @toremove = ("R.css", "COPYING", "COPYING.txt", "LICENSE", "LICENSE.txt");
foreach my $rmf (@toremove) {
$this->doit_in_sourcedir("rm", "-vf", "$destdir/$libdir/$rpackage/$rmf");
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dh-r.git
More information about the debian-science-commits
mailing list