[r-cran-aer] 02/03: Do not warn about manually documented files
    Andreas Tille 
    tille at debian.org
       
    Sun Nov 12 13:12:24 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-aer.
commit 71e05284cd9da8fcb3664e17c3c513ce64c33200
Author: Andreas Tille <tille at debian.org>
Date:   Sun Nov 12 14:10:13 2017 +0100
    Do not warn about manually documented files
---
 debian/create_README.source | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/create_README.source b/debian/create_README.source
index 0dc96c2..fa6b22d 100755
--- a/debian/create_README.source
+++ b/debian/create_README.source
@@ -7,7 +7,9 @@ EOT
 
 for rda in ../data/*.rda ; do
   if [ ! -e ../man/$(basename $rda .rda).Rd ] ; then
-     >&2 echo "Verify documentation for $rda manually"
+     if ! basename $rda | grep -q "^CPSSW" ; then
+        >&2 echo "Verify documentation for $rda manually"
+     fi
   else
      echo "Files: data/$(basename $rda)"
      echo "Documented: man/$(basename $rda .rda).Rd"
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-aer.git
    
    
More information about the debian-science-commits
mailing list