[Git][debian-gis-team/ruby-netcdf][master] 4 commits: Drop obeolete lintian-overrides
Youhei SASAKI (@uwabami)
gitlab at salsa.debian.org
Fri Apr 1 11:56:40 BST 2022
Youhei SASAKI pushed to branch master at Debian GIS Project / ruby-netcdf
Commits:
de36d00f by Youhei SASAKI at 2022-04-01T19:48:19+09:00
Drop obeolete lintian-overrides
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
- - - - -
86201910 by Youhei SASAKI at 2022-04-01T19:49:18+09:00
Rename patch
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
- - - - -
fef68010 by Youhei SASAKI at 2022-04-01T19:55:49+09:00
d/copyright: Update year, change lincense BSD-2-Clause follow upstream
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
- - - - -
08f0fd15 by Youhei SASAKI at 2022-04-01T19:56:21+09:00
Update d/changelog
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
- - - - -
5 changed files:
- debian/changelog
- debian/copyright
- debian/patches/0004-Use_clone_instead_of_dup.patch → debian/patches/0005-Use_clone_instead_of_dup.patch
- debian/patches/series
- − debian/ruby-netcdf.lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+ruby-netcdf (0.8.0-2) unstable; urgency=medium
+
+ * Drop obeolete lintian-overrides
+ * Rename patch
+ * d/copyright:
+ * Update year
+ * Change lincense: BSD-2-Clause, follow upstream changes
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org> Fri, 01 Apr 2022 19:55:53 +0900
+
ruby-netcdf (0.8.0-1) unstable; urgency=medium
[ Bas Couwenberg ]
=====================================
debian/copyright
=====================================
@@ -3,81 +3,31 @@ Upstream-Name: ruby-netcdf
Source: http://ruby.gfd-dennou.org/products/ruby-netcdf
Files: *
-Copyright: 2011-2011 Takeshi Horinouchi and GFD Dennou Club
-License: GPL-2+ or Ruby
+Copyright: 2011-2022 Takeshi Horinouchi and GFD Dennou Club
+License: BSD-2-Clause
Files: debian/*
-Copyright: 2003-2013 Youhei SASAKI <uwabami at gfd-dennou.org>
-License: GPL-2+ or Ruby
+Copyright: 2003-2022 Youhei SASAKI <uwabami at gfd-dennou.org>
+License: BSD-2-Clause
-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
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>
- .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-
-License: Ruby
- 1. You may make and give away verbatim copies of the source form of the
- software without restriction, provided that you duplicate all of the
- original copyright notices and associated disclaimers.
- .
- 2. You may modify your copy of the software in any way, provided that
- you do at least ONE of the following:
- .
- a) place your modifications in the Public Domain or otherwise
- make them Freely Available, such as by posting said
- modifications to Usenet or an equivalent medium, or by allowing
- the author to include your modifications in the software.
- .
- b) use the modified software only within your corporation or
- organization.
- .
- c) rename any non-standard executables so the names do not conflict
- with standard executables, which must also be provided.
- .
- d) make other distribution arrangements with the author.
- .
- 3. You may distribute the software in object code or executable
- form, provided that you do at least ONE of the following:
- .
- a) distribute the executables and library files of the software,
- together with instructions (in the manual page or equivalent)
- on where to get the original distribution.
- .
- b) accompany the distribution with the machine-readable source of
- the software.
- .
- c) give non-standard executables non-standard names, with
- instructions on where to get the original software distribution..
- .
- d) make other distribution arrangements with the author.
- .
- 4. You may modify and include the part of the software into any other
- software (possibly commercial). But some files in the distribution
- are not written by the author, so that they are not under this terms..
- .
- They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
- files under the ./missing directory. See each file for the copying
- condition.
- .
- 5. The scripts and library files supplied as input to or produced as
- output from the software do not automatically fall under the
- copyright of the software, but belong to whomever generated them,
- and may be sold commercially, and may be aggregated with this
- software.
- .
- 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE.
+License: BSD-2-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 distribution.
+ .
+ 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 HOLDERS OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ 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 THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
=====================================
debian/patches/0004-Use_clone_instead_of_dup.patch → debian/patches/0005-Use_clone_instead_of_dup.patch
=====================================
=====================================
debian/patches/series
=====================================
@@ -1,4 +1,4 @@
0002-Support-NetCDF-rc-release
0003-Add-patch-Replace-git-execution-from-gemspec.patch
0004-Fix-spelling-error-in-binary.patch
-0004-Use_clone_instead_of_dup.patch
+0005-Use_clone_instead_of_dup.patch
=====================================
debian/ruby-netcdf.lintian-overrides deleted
=====================================
@@ -1,4 +0,0 @@
-# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
-# Fortify Source functions: no, only unprotected functions found!
-hardening-no-fortify-functions *
-
View it on GitLab: https://salsa.debian.org/debian-gis-team/ruby-netcdf/-/compare/6fb12331c7e2a4fa2244962357f6f626759dea0c...08f0fd15c12978a1def48c7e580a6c6542db4ed4
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/ruby-netcdf/-/compare/6fb12331c7e2a4fa2244962357f6f626759dea0c...08f0fd15c12978a1def48c7e580a6c6542db4ed4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20220401/5ab5ab96/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list