[libdogleg] 01/03: Moved all docs, examples to libdogleg-doc

Dima Kogan dima at secretsauce.net
Mon Jan 13 23:13:45 UTC 2014


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

dkogan-guest pushed a commit to annotated tag debian/0.08-3
in repository libdogleg.

commit e9d8317739e643e6326cac14efdab1c7bc68484e
Author: Dima Kogan <dima at secretsauce.net>
Date:   Mon Jan 13 14:32:08 2014 -0800

    Moved all docs, examples to libdogleg-doc
    
    This was done because libdogleg-dev (package that contained these previously) is
    now multi-arch:same. Since some of the documentation is generated by other
    tools, there were minor differences due mostly to different versions of those
    tools. Since those files were no longer identical, the package couldn't be
    multi-arch:same. The new package (libdogleg-doc) is arch:all, so this ceases to
    be a problem.
---
 debian/control                                       | 20 +++++++++++++++++++-
 ...libdogleg-dev.doc-base => libdogleg-doc.doc-base} |  4 ++--
 debian/{libdogleg-dev.docs => libdogleg-doc.docs}    |  0
 ...libdogleg-dev.examples => libdogleg-doc.examples} |  0
 ...libdogleg-dev.manpages => libdogleg-doc.manpages} |  0
 5 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index c121922..7e985c6 100644
--- a/debian/control
+++ b/debian/control
@@ -25,12 +25,30 @@ Description: Powell's dog-leg nonlinear least squares solver for sparse matrices
  This library works with sparse matrices, which makes it suitable for
  efficiently solving very large problems.
 
+Package: libdogleg-doc
+Section: doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Powell's dog-leg nonlinear least squares solver for sparse matrices
+ Solves unconstrained nonlinear least squares problems using Powell's dog-leg
+ method. The user specifies a callback C function that returns the value and
+ gradients of the model function at a particular operating point. This library
+ takes a series of dog-leg steps to find a local minimum of the residual
+ surface.
+ .
+ This library works with sparse matrices, which makes it suitable for
+ efficiently solving very large problems.
+ .
+ This package contains the documentation
 
 Package: libdogleg-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, libdogleg2 (= ${binary:Version}), libsuitesparse-dev | libsuitesparse-metis-dev
+Depends: ${misc:Depends}, libdogleg2 (= ${binary:Version}),
+         libdogleg-doc,
+         libsuitesparse-dev | libsuitesparse-metis-dev
 Description: Powell's dog-leg nonlinear least squares solver for sparse matrices
  Solves unconstrained nonlinear least squares problems using Powell's dog-leg
  method. The user specifies a callback C function that returns the value and
diff --git a/debian/libdogleg-dev.doc-base b/debian/libdogleg-doc.doc-base
similarity index 61%
rename from debian/libdogleg-dev.doc-base
rename to debian/libdogleg-doc.doc-base
index 1f2b874..259a14e 100644
--- a/debian/libdogleg-dev.doc-base
+++ b/debian/libdogleg-doc.doc-base
@@ -5,5 +5,5 @@ Abstract: Description and API reference for libdogleg
 Section: Science/Mathematics
 
 Format: HTML
-Index: /usr/share/doc/libdogleg-dev/libdogleg.html
-Files: /usr/share/doc/libdogleg-dev/libdogleg.html
+Index: /usr/share/doc/libdogleg-doc/libdogleg.html
+Files: /usr/share/doc/libdogleg-doc/libdogleg.html
diff --git a/debian/libdogleg-dev.docs b/debian/libdogleg-doc.docs
similarity index 100%
rename from debian/libdogleg-dev.docs
rename to debian/libdogleg-doc.docs
diff --git a/debian/libdogleg-dev.examples b/debian/libdogleg-doc.examples
similarity index 100%
rename from debian/libdogleg-dev.examples
rename to debian/libdogleg-doc.examples
diff --git a/debian/libdogleg-dev.manpages b/debian/libdogleg-doc.manpages
similarity index 100%
rename from debian/libdogleg-dev.manpages
rename to debian/libdogleg-doc.manpages

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libdogleg.git



More information about the debian-science-commits mailing list