[Pkg-octave-commit] [octave-pkg-dev] 01/01: make-octave-forge-debpkg.in: Add final newline in debian/source/format

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Wed Mar 23 08:54:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-pkg-dev.

commit 2935c7fcf9813e78039e6183239a28c209c98aab
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Wed Mar 23 05:54:03 2016 -0300

    make-octave-forge-debpkg.in: Add final newline in debian/source/format
---
 make-octave-forge-debpkg.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-octave-forge-debpkg.in b/make-octave-forge-debpkg.in
index 3362564..a787442 100755
--- a/make-octave-forge-debpkg.in
+++ b/make-octave-forge-debpkg.in
@@ -208,7 +208,7 @@ close FID;
 ### Create the debian/source/format file.
 -d "debian/source" or mkdir "debian/source";
 open (FID, "> debian/source/format");
-print FID "3.0 (quilt)";
+print FID "3.0 (quilt)\n";
 close FID;
 
 ### Create the debian/copyright file.

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-pkg-dev.git



More information about the Pkg-octave-commit mailing list