[Pkg-octave-commit] [SCM] octave-nnet branch, master, updated. 52bda440e2713bf32ad7fdb24f98732243ae68e6
Thomas Weber
thomas.weber.mail at gmail.com
Thu Dec 31 09:31:07 UTC 2009
The following commit has been merged in the master branch:
commit a2fd79d23a03b6e8282807147ea9ea14bbdf71a2
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date: Wed Dec 30 00:49:31 2009 +0100
Use debian/octave-nnet.docs for installation of documents
diff --git a/debian/changelog b/debian/changelog
index 209fff8..4b10290 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,11 @@ octave-nnet (0.1.10-2) UNRELEASED; urgency=low
package is built against octave3.2
[ Thomas Weber ]
+ * Use debian/octave-nnet.docs for installation of documents and drop the
+ respective code from debian/rules
* New patch: workaround_octave_bug, necessary for testing subset()
- -- Rafael Laboissiere <rafael at debian.org> Sun, 07 Jun 2009 21:06:54 +0200
+ -- Thomas Weber <thomas.weber.mail at gmail.com> Tue, 08 Dec 2009 23:13:59 +0100
octave-nnet (0.1.10-1) unstable; urgency=low
diff --git a/debian/octave-nnet.docs b/debian/octave-nnet.docs
new file mode 100644
index 0000000..eef978a
--- /dev/null
+++ b/debian/octave-nnet.docs
@@ -0,0 +1 @@
+doc/pdf/neuralNetworkPackageForOctaveUsersGuide.pdf
diff --git a/debian/rules b/debian/rules
index 375597d..2a920cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,3 @@ 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