r38450 - in /packages/cminpack/trunk/debian: control copyright docs rules

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Thu Apr 28 07:06:50 UTC 2011


Author: malat-guest
Date: Thu Apr 28 07:06:44 2011
New Revision: 38450

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38450
Log:
final cleanups

Modified:
    packages/cminpack/trunk/debian/control
    packages/cminpack/trunk/debian/copyright
    packages/cminpack/trunk/debian/docs
    packages/cminpack/trunk/debian/rules

Modified: packages/cminpack/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/cminpack/trunk/debian/control?rev=38450&op=diff
==============================================================================
--- packages/cminpack/trunk/debian/control (original)
+++ packages/cminpack/trunk/debian/control Thu Apr 28 07:06:44 2011
@@ -14,7 +14,7 @@
 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 @@
  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 @@
  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.

Modified: packages/cminpack/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/cminpack/trunk/debian/copyright?rev=38450&op=diff
==============================================================================
--- packages/cminpack/trunk/debian/copyright (original)
+++ packages/cminpack/trunk/debian/copyright Thu Apr 28 07:06:44 2011
@@ -57,3 +57,7 @@
  (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

Modified: packages/cminpack/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/cminpack/trunk/debian/docs?rev=38450&op=diff
==============================================================================
--- packages/cminpack/trunk/debian/docs (original)
+++ packages/cminpack/trunk/debian/docs Thu Apr 28 07:06:44 2011
@@ -1,6 +1,1 @@
-CMakeLists.txt
-CopyrightMINPACK.txt
 readmeC.txt
-readmeC.txt
-readme.txt
-readme.txt

Modified: packages/cminpack/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/cminpack/trunk/debian/rules?rev=38450&op=diff
==============================================================================
--- packages/cminpack/trunk/debian/rules (original)
+++ packages/cminpack/trunk/debian/rules Thu Apr 28 07:06:44 2011
@@ -1,21 +1,9 @@
 #!/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 $@ 




More information about the debian-science-commits mailing list