debian/0000755000000000000000000000000012265546406007200 5ustar debian/control0000644000000000000000000000640212265546171010604 0ustar Source: libdogleg Section: science Priority: optional Build-Depends: debhelper (>= 9), dh-exec, libsuitesparse-dev | libsuitesparse-metis-dev Maintainer: Debian Science Maintainers Uploaders: Dima Kogan Standards-Version: 3.9.4 Homepage: https://github.com/dkogan/libdogleg Vcs-Git: git://anonscm.debian.org/debian-science/packages/libdogleg.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libdogleg.git Package: libdogleg2 Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs: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. Package: libdogleg-doc Section: doc Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Replaces: libdogleg-dev (<< 0.08-3) Breaks: libdogleg-dev (<< 0.08-3) 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}), 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 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. . Development files Package: libdogleg2-dbg Section: debug Priority: extra Architecture: any Multi-Arch: same Depends: ${misc:Depends}, libdogleg2 (= ${binary:Version}) 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. . Debug symbols debian/libdogleg-doc.docs0000644000000000000000000000001712265545453012544 0ustar libdogleg.html debian/watch0000644000000000000000000000013612265545453010232 0ustar version = 3 https://github.com/dkogan/libdogleg/tags .*/libdogleg/archive/v(\d[\d\.]+).tar.gz debian/rules0000755000000000000000000000042712265545453010264 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ override_dh_auto_build: dh_auto_build pod2html --title=libdogleg README.pod > libdogleg.html override_dh_strip: dh_strip --dbg-package=libdogleg2-dbg override_dh_auto_clean: dh_auto_clean rm -f libdogleg.html pod2htm*.tmp debian/copyright0000644000000000000000000000133412265545453011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/dkogan/libdogleg Upstream-Contact: Dima Kogan, Upstream-Name: libdogleg Files: * Copyright: 2011,2012 Oblong Industries License: LGPL Files: debian/* Copyright: 2012 Dima Kogan License: LGPL License: LGPL This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of the Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-3'. debian/gbp.conf0000644000000000000000000000011612265545453010616 0ustar [DEFAULT] upstream-tag =v%(version)s pristine-tar = True debian-branch=debian debian/libdogleg-doc.doc-base0000644000000000000000000000040612265545453013273 0ustar Document: libdogleg Title: libdogleg Manual Author: Dima Kogan Abstract: Description and API reference for libdogleg Section: Science/Mathematics Format: HTML Index: /usr/share/doc/libdogleg-doc/libdogleg.html Files: /usr/share/doc/libdogleg-doc/libdogleg.html debian/libdogleg-doc.examples0000644000000000000000000000001112265545453013424 0ustar sample.c debian/libdogleg-doc.manpages0000644000000000000000000000001412265545453013404 0ustar libdogleg.3 debian/source/0000755000000000000000000000000012265545453010501 5ustar debian/source/format0000644000000000000000000000001412265545453011707 0ustar 3.0 (quilt) debian/libdogleg-dev.install0000755000000000000000000000016512265545453013302 0ustar #!/usr/bin/dh-exec dogleg.h /usr/include lib*.a usr/lib/${DEB_HOST_MULTIARCH} lib*.so usr/lib/${DEB_HOST_MULTIARCH} debian/compat0000644000000000000000000000000212265545453010377 0ustar 9 debian/changelog0000644000000000000000000000102212265545453011046 0ustar libdogleg (0.08-3) unstable; urgency=low * Moved all docs, examples to libdogleg-doc (Closes: #735205) -- Dima Kogan Mon, 13 Jan 2014 14:38:58 -0800 libdogleg (0.08-2) unstable; urgency=low * libdogleg is now Priority: optional * libdogleg is now Multi-arch:same -- Dima Kogan Sun, 12 Jan 2014 23:18:46 -0800 libdogleg (0.08-1) unstable; urgency=low * Initial Debian release (Closes: #692088) -- Dima Kogan Mon, 12 Nov 2012 00:25:29 -0800 debian/libdogleg2.install0000755000000000000000000000007412265545453012607 0ustar #!/usr/bin/dh-exec lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}