[cminpack] 01/19: initial work on cminpack

Ole Streicher olebole-guest at moszumanska.debian.org
Tue May 13 10:34:51 UTC 2014


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

olebole-guest pushed a commit to branch debian
in repository cminpack.

commit a2537f05d1ad362da8e953add5d7c71b4def1814
Author: malat-guest <malat-guest at 7ca82aff-d165-4cda-a4f1-7f280d66a853>
Date:   Wed Apr 27 06:52:31 2011 +0000

    initial work on cminpack
    
    git-svn-id: svn://svn.debian.org/debian-science/packages/cminpack/trunk@38439 7ca82aff-d165-4cda-a4f1-7f280d66a853
---
 debian/README.Debian           |  6 ++++++
 debian/README.source           |  9 +++++++++
 debian/changelog               |  5 +++++
 debian/compat                  |  1 +
 debian/control                 | 40 ++++++++++++++++++++++++++++++++++++++++
 debian/copyright               | 37 +++++++++++++++++++++++++++++++++++++
 debian/docs                    |  6 ++++++
 debian/libcminpack-dev.install |  3 +++
 debian/libcminpack1.install    |  1 +
 debian/rules                   | 27 +++++++++++++++++++++++++++
 debian/source/format           |  1 +
 debian/watch                   |  2 ++
 12 files changed, 138 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..99f44c1
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+cminpack for Debian
+-------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Wed, 27 Apr 2011 08:31:36 +0200
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..c20c5bc
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+cminpack for Debian
+-------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d19d249
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+cminpack (1.1.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #624183)
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Wed, 27 Apr 2011 08:31:36 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..01183d0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: cminpack
+Section: libs
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~), cmake
+Standards-Version: 3.9.1
+Homepage: http://devernay.free.fr/hacks/cminpack/cminpack.html
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/cminpack/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/cminpack/trunk/
+
+Package: libcminpack-dev
+Section: libdevel
+Architecture: any
+Depends: libcminpack1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: software for solving nonlinear equations and nonlinear least squares problems
+ This is the C re-write of the original fortran minpack implementation.
+ .
+ Minpack includes software for solving nonlinear equations and nonlinear least
+ squares problems. Five algorithmic paths each include a core subroutine and an
+ easy-to-use driver. The algorithms proceed either from an analytic
+ specification of the Jacobian matrix or directly from the problem functions.
+ The paths include facilities for systems of equations with a banded Jacobian
+ matrix, for least squares problems with a large amount of data, and for
+ checking the consistency of the Jacobian matrix with the functions.
+
+Package: libcminpack1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: software for solving nonlinear equations and nonlinear least squares problems
+ This is the C re-write of the original fortran minpack implementation.
+ .
+ Minpack includes software for solving nonlinear equations and nonlinear least
+ squares problems. Five algorithmic paths each include a core subroutine and an
+ easy-to-use driver. The algorithms proceed either from an analytic
+ specification of the Jacobian matrix or directly from the problem functions.
+ The paths include facilities for systems of equations with a banded Jacobian
+ matrix, for least squares problems with a large amount of data, and for
+ checking the consistency of the Jacobian matrix with the functions.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2a4bee6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+This work was packaged for Debian by:
+
+    Mathieu Malaterre <mathieu.malaterre at gmail.com> on Wed, 27 Apr 2011 08:31:36 +0200
+
+It was downloaded from:
+
+    <url://example.com>
+
+Upstream Author(s):
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright:
+
+    <Copyright (C) YYYY Firstname Lastname>
+    <likewise for another author>
+
+License:
+
+    <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is:
+
+    Copyright (C) 2011 Mathieu Malaterre <mathieu.malaterre at gmail.com>
+
+# Please chose a license for your packaging work. If the program you package
+# uses a mainstream license, using the same license is the safest choice.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
+# If you just want it to be GPL version 3, leave the following lines in.
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..0c15acf
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,6 @@
+CMakeLists.txt
+CopyrightMINPACK.txt
+readmeC.txt
+readmeC.txt
+readme.txt
+readme.txt
diff --git a/debian/libcminpack-dev.install b/debian/libcminpack-dev.install
new file mode 100644
index 0000000..30c3738
--- /dev/null
+++ b/debian/libcminpack-dev.install
@@ -0,0 +1,3 @@
+usr/include/cminpack-1/*.h
+usr/lib/libcminpack.so
+usr/lib/pkgconfig/cminpack.pc
diff --git a/debian/libcminpack1.install b/debian/libcminpack1.install
new file mode 100644
index 0000000..9e0d12a
--- /dev/null
+++ b/debian/libcminpack1.install
@@ -0,0 +1 @@
+usr/lib/libcminpack.so.1.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2acddad
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets  by Bill Allombert 2001
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+
+%:
+	dh --parallel --with quilt --buildsystem=cmake $@ 
+
+override_dh_auto_configure:
+	dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING=Release -DUSE_FPIC:BOOL=ON -DSHARED_LIBS:BOOL=ON -DBUILD_EXAMPLES:BOOL=OFF
+
+get-orig-source:
+	uscan --verbose --force-download --repack --rename
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..64711e7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://devernay.free.fr/hacks/cminpack/cminpack.html cminpack-(.*)\.tar\.gz

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



More information about the debian-science-commits mailing list