[Pkg-octave-commit] [SCM] octave-nnet branch, master, updated. 21aeb57c9c71d8a1dfed41365c9fba55eb1ed56c

Rafael Laboissiere rafael at debian.org
Sun May 24 13:32:56 UTC 2009


The following commit has been merged in the master branch:
commit e778a3af7030ecc3827c7d879cc4fba2d8912632
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun May 24 15:31:29 2009 +0200

    Remove unneeded LaTeX sources of the documentation

diff --git a/debian/changelog b/debian/changelog
index 5dfd60d..2ecdd7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ octave-nnet (0.1.10-1) UNRELEASED; urgency=low
     + Use separate License stanzas for instructing about the location of
       the different licenses used in the package
   * debian/patches/pdfsources.diff: Add description
+  * debian/rules: Remove unneeded LaTeX sources of the documentation,
+    which get installed in /usr/share/doc
 
  -- Rafael Laboissiere <rafael at debian.org>  Mon, 18 May 2009 01:21:24 +0200
 
diff --git a/debian/rules b/debian/rules
index 038c30c..375597d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,9 @@
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+pkg = octave-nnet
+
+install/$(pkg)::
+	( cd debian/$(pkg)/usr/share/doc/$(pkg) ;	\
+	  [ -d latex ] && rm -rf latex )

-- 
octave-nnet



More information about the Pkg-octave-commit mailing list