[Pkg-octave-commit] [SCM] octave-pkg-dev branch, master, updated. cd29d6da256c359b7b31b3c5ad819a04ce3b4922

Thomas Weber thomas.weber.mail at gmail.com
Wed Jul 15 21:32:37 UTC 2009


The following commit has been merged in the master branch:
commit cd29d6da256c359b7b31b3c5ad819a04ce3b4922
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Wed Jul 15 23:32:10 2009 +0200

    Don't install doc/* by default

diff --git a/debian/changelog b/debian/changelog
index f2b9b4c..674dd17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+octave-pkg-dev (0.7.1) experimental; urgency=low
+
+  * octave-pkg.mk.in: 
+    + (install-docs) Don't install the content of doc/ automatically anymore
+      with dh_installdocs; we have debian/package.docs for that. Reason: 
+      there's quite of stuff under doc/ that shouldn't end up in the package
+      (like .texi files)
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com>  Wed, 15 Jul 2009 22:53:58 +0200
+
 octave-pkg-dev (0.7.0) experimental; urgency=low
 
   [ Rafael Laboissiere ]
diff --git a/octave-pkg.mk.in b/octave-pkg.mk.in
index 96ddd93..b9e3229 100644
--- a/octave-pkg.mk.in
+++ b/octave-pkg.mk.in
@@ -76,7 +76,7 @@ clean-files::
 .PHONY: install-docs
 install-docs:
 	if [ -d doc ] ; then				\
-		dh_installdocs -p$(package) doc/*;	\
+		dh_installdocs -p$(package);		\
 		rm -rf $(debpkg)/$(mpath)/*/doc ;	\
 	fi
 

-- 
octave-pkg-dev



More information about the Pkg-octave-commit mailing list