[Pkg-octave-commit] [SCM] octave-symband branch, master, updated. d57f106f37b8af091d50741d9e0fb18e8296e567

Rafael Laboissiere rafael at debian.org
Sun May 24 18:38:55 UTC 2009


The following commit has been merged in the master branch:
commit e10246b9f8b823caba3081fcb15bedaa5e66929d
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun May 24 20:37:25 2009 +0200

    Remove uneeded LaTeX documentation source files

diff --git a/debian/rules b/debian/rules
index 038c30c..f490291 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,10 @@
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+pkg = octave-symband
+wrongdocs = SymBandDoc.tex Makefile
+
+install/$(pkg)::
+	( cd debian/$(pkg)/usr/share/doc/$(pkg) ;			\
+	  for f in $(wrongdocs) ; do [ -f $$f ] && rm $$f ; done )

-- 
octave-symband



More information about the Pkg-octave-commit mailing list