[Pkg-octave-commit] [octave-interval] 01/01: d/rules: In the clean rule, remove built files from src/

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Mon Apr 25 07:14:36 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-interval.

commit 780504cae934c8bae0e85693d81354bbcba1fda8
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Mon Apr 25 03:53:29 2016 -0300

    d/rules: In the clean rule, remove built files from src/
    
    This is necessary in order to make the package build idempotent.
    
    Also, update the list of exclusions for Git.
---
 .gitignore   | 2 ++
 debian/rules | 1 +
 2 files changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 453e476..4bf5b2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,5 @@
 /debian/*.debhelper.log
 /debian/*.substvars
 /debian/.debhelper/
+/src/*.o
+/src/*.oct
diff --git a/debian/rules b/debian/rules
index 022f5e8..fef2a33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,3 +52,4 @@ remove-dirs:
 clean::
 	( cd doc ; \
 	  rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr manual.html image/*.m.png )
+	rm -rf src/*.o src/*.oct

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



More information about the Pkg-octave-commit mailing list