[cminpack] 04/19: final cleanups

Ole Streicher olebole-guest at moszumanska.debian.org
Tue May 13 10:34:52 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 db6589c38513d4eba81501e4ec8afa0ecb19d374
Author: malat-guest <malat-guest at 7ca82aff-d165-4cda-a4f1-7f280d66a853>
Date:   Thu Apr 28 07:06:44 2011 +0000

    final cleanups
    
    git-svn-id: svn://svn.debian.org/debian-science/packages/cminpack/trunk@38450 7ca82aff-d165-4cda-a4f1-7f280d66a853
---
 debian/control   |  8 ++++++--
 debian/copyright |  4 ++++
 debian/docs      |  5 -----
 debian/rules     | 12 ------------
 4 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index 71c9de1..42f23c6 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Package: libcminpack-dev
 Section: libdevel
 Architecture: any
 Depends: libcminpack1.0.90 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: software for solving nonlinear equations and nonlinear least squares problems
+Description: nonlinear equations and nonlinear least squares problems - development
  This is the C re-write of the original fortran minpack implementation.
  .
  Minpack includes software for solving nonlinear equations and nonlinear least
@@ -24,11 +24,13 @@ Description: software for solving nonlinear equations and nonlinear least square
  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.
+ .
+ This package provides the headers and static library.
 
 Package: libcminpack1.0.90
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: software for solving nonlinear equations and nonlinear least squares problems
+Description: nonlinear equations and nonlinear least squares problems - runtime
  This is the C re-write of the original fortran minpack implementation.
  .
  Minpack includes software for solving nonlinear equations and nonlinear least
@@ -38,3 +40,5 @@ Description: software for solving nonlinear equations and nonlinear least square
  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.
+ .
+ This package provides the shared library.
diff --git a/debian/copyright b/debian/copyright
index 928d54a..e033107 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -57,3 +57,7 @@ License: BSD
  (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
  EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
  POSSIBILITY OF SUCH LOSS OR DAMAGES.
+
+Files: debian/*
+Copyright: 2011; Mathieu Malaterre <mathieu.malaterre at gmail.com>
+License: BSD
diff --git a/debian/docs b/debian/docs
index 0c15acf..b4e992a 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,6 +1 @@
-CMakeLists.txt
-CopyrightMINPACK.txt
 readmeC.txt
-readmeC.txt
-readme.txt
-readme.txt
diff --git a/debian/rules b/debian/rules
index 2acddad..962a556 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +1,10 @@
 #!/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 $@ 
 

-- 
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