[iml] 03/03: Update debian/copyright and delete an unused file.
Tobias Hansen
thansen at moszumanska.debian.org
Thu Apr 30 22:14:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository iml.
commit 177fe2d42ce65ea4ba75a699460ec948218edf49
Author: Tobias Hansen <tobias.han at gmx.de>
Date: Wed Apr 29 19:14:29 2015 +0200
Update debian/copyright and delete an unused file.
---
debian/changelog | 6 ++++--
debian/control.in | 45 ---------------------------------------------
debian/copyright | 33 ---------------------------------
3 files changed, 4 insertions(+), 80 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e98e53d..fe6422e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
-iml (1.0.4-1) UNRELEASED; urgency=medium
+iml (1.0.4-1) unstable; urgency=medium
* New upstream release.
* Delete patches (makefile.patch, mpz_init_ui_typo.patch),
they were applied upstream.
* Bump Standards-Version to 3.9.6.
+ * Update debian/copyright: license is GPL2+
+ * Delete unused file debian/control.in.
- -- Tobias Hansen <thansen at debian.org> Wed, 29 Apr 2015 18:49:30 +0200
+ -- Tobias Hansen <thansen at debian.org> Wed, 29 Apr 2015 19:13:11 +0200
iml (1.0.3-5) unstable; urgency=low
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 05efe01..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,45 +0,0 @@
-Source: iml
-Section: math
-Priority: optional
-Maintainer: Tim Abbott <tabbott at mit.edu>
-Homepage: http://www.cs.uwaterloo.ca/~z4chen/iml.html
-Build-Depends: @cdbs@, libgmp3-dev, libgsl0-dev, libatlas-base-dev
-Standards-Version: 3.8.0
-
-Package: libiml0
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Integer Matrix Library, runtime files
- IML is a library for exact, dense linear algebra over the integers.
- IML contains algorithms for nonsingular rational system solving,
- computing the right nullspace of an integer matrix, and certified
- linear system solving.
- .
- In addition, IML provides some low level routines for a variety of
- mod p matrix operations: computing the row-echelon form, determinant,
- rank profile, and inverse of a mod p matrix. These mod p routines
- are not general purpose; they require that p satisfy some
- preconditions based on the dimension of the input matrix (usually p
- should be prime and should be no more than about 20 bits long).
- .
- This package contains runtime files for IML.
-
-Package: libiml-dev
-Section: libdevel
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libiml0
-Description: Integer Matrix Library, development files
- IML is a library for exact, dense linear algebra over the integers.
- IML contains algorithms for nonsingular rational system solving,
- computing the right nullspace of an integer matrix, and certified
- linear system solving.
- .
- In addition, IML provides some low level routines for a variety of
- mod p matrix operations: computing the row-echelon form, determinant,
- rank profile, and inverse of a mod p matrix. These mod p routines
- are not general purpose; they require that p satisfy some
- preconditions based on the dimension of the input matrix (usually p
- should be prime and should be no more than about 20 bits long).
- .
- This package contains development files for IML.
diff --git a/debian/copyright b/debian/copyright
index ebdf598..5194e0d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,10 +7,6 @@ Source: https://cs.uwaterloo.ca/~astorjoh/iml.html
Files: *
Copyright: (C) 2004-2007 Zhuliang Chen, Arne Storjohann, and Cory Fletcher
-License: BSD-3-clause
-
-Files: repl/realloc.c
-Copyright: Copyright (C) 1997 Free Software Foundation, Inc.
License: GPL-2+
Files: debian/*
@@ -18,35 +14,6 @@ Copyright: (C) 2008, Tim Abbott <tabbott at mit.edu>
2013 Tobias Hansen <thansen at debian.org>
License: GPL-2+
-License: BSD-3-clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- .
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions, and the following disclaimer in
- the documentation and/or other materials provided with the distri-
- bution.
- 3. The name of the University, the IML group, or the names of its
- contributors may not be used to endorse or promote products deri-
- ved from this software without specific written permission.
- .
- -- Disclaimer:
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY
- OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPE-
- CIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
- OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEO-
- RY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (IN-
- CLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/iml.git
More information about the debian-science-commits
mailing list