[Pkg-octave-commit] [SCM] Debian packaging for octave-pkg-dev branch, master, updated. debian/1.0.1-9-gb9ec2c1

Rafael Laboissiere rafael at laboissiere.net
Thu Mar 22 19:47:58 UTC 2012


The following commit has been merged in the master branch:
commit b9ec2c10511c4b4abdc3c13869373553f0f9b57c
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Thu Mar 22 20:47:37 2012 +0100

    Also check license in Fortran source files
    
    Git-Dch: Ignore

diff --git a/make-octave-forge-debpkg.in b/make-octave-forge-debpkg.in
index 5336a02..fe4c060 100755
--- a/make-octave-forge-debpkg.in
+++ b/make-octave-forge-debpkg.in
@@ -215,7 +215,7 @@ print FID "3.0 (quilt)";
 close FID;
 
 ### Create the debian/copyright file.
-system ("licensecheck -r --copyright -c '\\.m|\\.cc|\\.c|\\.h' . "
+system ("licensecheck -r --copyright -c '\\.m|\\.cc|\\.c|\\.h|\\.f' . "
          . "| /usr/lib/cdbs/licensecheck2dep5 > debian/copyright");
 
 my $year = qx {date +%Y};

-- 
Debian packaging for octave-pkg-dev



More information about the Pkg-octave-commit mailing list