From 31d2b8de995663d8bda2918919e065800c507f65 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 28 Feb 2023 16:40:44 +0100 Subject: Stop building -doc package Since we have started excluding the upstream PDFs in the DFSG repack, there is nothing to ship in the -doc package. --- debian/control | 26 -------------------------- debian/copyright | 10 ++++++---- debian/liblbfgsb-doc.doc-base | 7 ------- debian/liblbfgsb-doc.install | 1 - debian/rules | 2 +- 5 files changed, 7 insertions(+), 39 deletions(-) delete mode 100644 debian/liblbfgsb-doc.doc-base delete mode 100644 debian/liblbfgsb-doc.install diff --git a/debian/control b/debian/control index b54d482..3aa6027 100644 --- a/debian/control +++ b/debian/control @@ -60,32 +60,6 @@ Description: Limited-memory quasi-Newton bound-constrained optimization (static optimization (2011), to appear in ACM Transactions on Mathematical Software. -Package: liblbfgsb-doc -Section: doc -Architecture: all -Multi-Arch: foreign -Depends: ${misc:Depends} -Description: Limited-memory quasi-Newton bound-constrained optimization (documentation) - Fortran library implementing limited-memory quasi-Newton - bound-constrained optimization as described in [1,2,3]. - . - This package contains the documentation describing the library and - algorithm. - . - [1] R. H. Byrd, P. Lu and J. Nocedal. A Limited Memory Algorithm for - Bound Constrained Optimization, (1995), SIAM Journal on Scientific - and Statistical Computing , 16, 5, pp. 1190-1208. - . - [2] C. Zhu, R. H. Byrd and J. Nocedal. L-BFGS-B: Algorithm 778: - L-BFGS-B, FORTRAN routines for large scale bound constrained - optimization (1997), ACM Transactions on Mathematical Software, Vol - 23, Num. 4, pp. 550 - 560. - . - [3] J.L. Morales and J. Nocedal. L-BFGS-B: Remark on Algorithm 778: - L-BFGS-B, FORTRAN routines for large scale bound constrained - optimization (2011), to appear in ACM Transactions on Mathematical - Software. - Package: liblbfgsb-examples Section: libs Architecture: any diff --git a/debian/copyright b/debian/copyright index 9baab05..aadb3a6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,11 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: L-BFGS-B -Files-Excluded: x.* ._* OUTPUTS/._* ../._Lbfgsb.3.0 linpack.f blas.f -Source: http://users.iems.northwestern.edu/~nocedal/lbfgsb.html - The pristine upstream source contains prebuilt binaries and various metadata - files, as well as unused copied of LINPACK and BLAS. These are removed. +Files-Excluded: x.* ._* OUTPUTS/._* ../._Lbfgsb.3.0 linpack.f blas.f *.pdf +Source: https://users.iems.northwestern.edu/~nocedal/lbfgsb.html + The upstream source contains prebuilt binaries and various metadata + files, as well as unused copies of LINPACK and BLAS. These are + removed. It also contains PDFs, to which it seems unclear whether the + license is intended to apply. These are therefore also removed. Files: * Copyright: 2011 Ciyou Zhu, Richard Byrd, Jorge Nocedal, Jose Luis Morales diff --git a/debian/liblbfgsb-doc.doc-base b/debian/liblbfgsb-doc.doc-base deleted file mode 100644 index 34a46a8..0000000 --- a/debian/liblbfgsb-doc.doc-base +++ /dev/null @@ -1,7 +0,0 @@ -Document: liblbfgsb-doc -Title: L-BFGS-B manual -Abstract: This manual describes the algorithm behind, and the implementation of L-BFGS-B. -Section: Science/Mathematics - -Format: PDF -Files: /usr/share/doc/liblbfgsb/*.pdf diff --git a/debian/liblbfgsb-doc.install b/debian/liblbfgsb-doc.install deleted file mode 100644 index e92aec8..0000000 --- a/debian/liblbfgsb-doc.install +++ /dev/null @@ -1 +0,0 @@ -*.pdf usr/share/doc/liblbfgsb/ \ No newline at end of file diff --git a/debian/rules b/debian/rules index a706e04..48c4f4c 100755 --- a/debian/rules +++ b/debian/rules @@ -49,4 +49,4 @@ execute_before_dh_auto_clean: rm -rf build override_dh_compress: - dh_compress -X.pdf -X.f -X.f90 -Xoutput_ + dh_compress -X.f -X.f90 -Xoutput_ -- cgit v1.2.3