[Pkg-octave-commit] [octave] 01/03: Install the PDF files of the octave-doc package in /usr/share/doc/octave

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Tue Feb 9 22:05:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave.

commit 130d44461f16821d353ff2c59c718fb4a8eefc2e
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Tue Feb 9 19:41:58 2016 -0200

    Install the PDF files of the octave-doc package in /usr/share/doc/octave
    
    This is now recommended by the Debian Policy, version 3.9.7 (section
    12.3).
    
    Gbp-Dch: Full
---
 debian/octave-doc.doc-base.lib    | 2 +-
 debian/octave-doc.doc-base.manual | 2 +-
 debian/octave-doc.doc-base.refs   | 2 +-
 debian/octave-doc.docs            | 5 -----
 debian/octave-doc.install         | 6 ++++++
 5 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/octave-doc.doc-base.lib b/debian/octave-doc.doc-base.lib
index 444ea24..2e341ce 100644
--- a/debian/octave-doc.doc-base.lib
+++ b/debian/octave-doc.doc-base.lib
@@ -8,4 +8,4 @@ Abstract: This document describes the Octave libraries. Octave is a
 Section: Science/Mathematics
 
 Format: PDF
-Files: /usr/share/doc/octave-doc/liboctave.pdf
+Files: /usr/share/doc/octave/liboctave.pdf
diff --git a/debian/octave-doc.doc-base.manual b/debian/octave-doc.doc-base.manual
index 300757e..e7a837e 100644
--- a/debian/octave-doc.doc-base.manual
+++ b/debian/octave-doc.doc-base.manual
@@ -8,4 +8,4 @@ Abstract: Octave is a (mostly Matlab (R) compatible) high-level
 Section: Science/Mathematics
 
 Format: PDF
-Files: /usr/share/doc/octave-doc/octave.pdf
+Files: /usr/share/doc/octave/octave.pdf
diff --git a/debian/octave-doc.doc-base.refs b/debian/octave-doc.doc-base.refs
index 77ff504..acf5e9d 100644
--- a/debian/octave-doc.doc-base.refs
+++ b/debian/octave-doc.doc-base.refs
@@ -8,4 +8,4 @@ Abstract: Octave is a (mostly Matlab (R) compatible) high-level
 Section: Science/Mathematics
 
 Format: PDF
-Files: /usr/share/doc/octave-doc/refcard-*.pdf
+Files: /usr/share/doc/octave/refcard-*.pdf
diff --git a/debian/octave-doc.docs b/debian/octave-doc.docs
deleted file mode 100644
index 49aca2c..0000000
--- a/debian/octave-doc.docs
+++ /dev/null
@@ -1,5 +0,0 @@
-doc/liboctave/liboctave.pdf
-doc/interpreter/octave.pdf
-doc/refcard/refcard-a4.pdf
-doc/refcard/refcard-legal.pdf
-doc/refcard/refcard-letter.pdf
diff --git a/debian/octave-doc.install b/debian/octave-doc.install
new file mode 100755
index 0000000..fa9f502
--- /dev/null
+++ b/debian/octave-doc.install
@@ -0,0 +1,6 @@
+#!/usr/bin/dh-exec
+doc/liboctave/liboctave.pdf	usr/share/doc/octave
+doc/interpreter/octave.pdf	usr/share/doc/octave
+doc/refcard/refcard-a4.pdf	usr/share/doc/octave
+doc/refcard/refcard-legal.pdf	usr/share/doc/octave
+doc/refcard/refcard-letter.pdf	usr/share/doc/octave

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list