[Pkg-octave-commit] [SCM] octave-communications branch, master, updated. 7bf41716574c87c551c1f9ef7f3556248d72a5a4

Thomas Weber thomas.weber.mail at gmail.com
Sun Dec 27 23:46:03 UTC 2009


The following commit has been merged in the master branch:
commit 7bf41716574c87c551c1f9ef7f3556248d72a5a4
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Sun Dec 27 22:09:38 2009 +0100

    Install documentation via octave-communications-common.docs

diff --git a/debian/changelog b/debian/changelog
index 3f55884..2830491 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ octave-communications (1.0.9-3) UNRELEASED; urgency=low
     octave3.0
   * debian/rules: Drop code for changing permissions of files (applied
     upstream)
+  * debian/control: Fix typo
+  * Install PDF documentation via octave-communications-common.docs and remove
+    the code for deleting unnecessary files from debian/rules.
 
  -- Rafael Laboissiere <rafael at debian.org>  Sun, 07 Jun 2009 21:07:42 +0200
 
diff --git a/debian/octave-communications-common.docs b/debian/octave-communications-common.docs
new file mode 100644
index 0000000..5add8d8
--- /dev/null
+++ b/debian/octave-communications-common.docs
@@ -0,0 +1 @@
+doc/comms.pdf
diff --git a/debian/rules b/debian/rules
index 84d85e5..9786de3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,3 @@ install/octave-$(pkg)::
 	# package
 	mkdir -p $(indepshr)
 	mv $(archshr)/octave $(indepshr)
-	# Remove unneeded doc sources
-	( cd $(archshr)/doc/octave-$(pkg) ;		\
-	  for e in txi texi ; do  			\
-		[ -f comms.$$e ] && rm comms.$$e ;	\
-	  done )

-- 
octave-communications



More information about the Pkg-octave-commit mailing list