[Pkg-octave-commit] [octave-parallel] 01/03: Fix list of files to remove

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Thu May 5 03:17:46 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-parallel.

commit 62426aa3377e02c96fc63ab5a751716706f65769
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Wed May 4 16:05:12 2016 -0300

    Fix list of files to remove
    
    Gbp-Dch: Ignore
---
 debian/rules | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 83f01b5..18c8db0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@ include /usr/share/cdbs/1/class/octave-pkg.mk
 clean::
 	rm -f src/Makefile			\
 		src/config.h			\
-		config.log			\
-		config.status			\
+		src/config.log			\
+		src/config.status		\
 		inst/__netcellfun_guardfun__.m	\
 		inst/__pserver_exit__.m		\
 		inst/install_vars.m		\
@@ -15,4 +15,6 @@ clean::
 		inst/netcellfun.m		\
 		inst/rfeval.m			\
 		inst/scloseall.m		\
-		inst/server.m
+		inst/server.m			\
+		doc/parallel.texi		\
+		doc/parallel.info

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



More information about the Pkg-octave-commit mailing list