Antonio Valentino pushed to branch master at Debian GIS Project / usgs
Commits: f0c50de2 by Antonio Valentino at 2023-07-08T17:02:44+00:00 New 0002-Fix-license-in-the-setup-script.patch - - - - - 2 changed files: - + debian/patches/0002-Fix-license-in-the-setup-script.patch - debian/patches/series Changes: ===================================== debian/patches/0002-Fix-license-in-the-setup-script.patch ===================================== @@ -0,0 +1,22 @@ +From: Antonio Valentino <[email protected]> +Date: Sat, 8 Jul 2023 16:54:19 +0000 +Subject: Fix license in the setup script + +Forwarded: https://github.com/kapadia/usgs/pull/72 +--- + setup.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/setup.py b/setup.py +index c839d12..2fc430b 100644 +--- a/setup.py ++++ b/setup.py +@@ -19,7 +19,7 @@ setup(name='usgs', + author=u"Amit Kapadia", + author_email='[email protected]', + url='https://github.com/kapadia/usgs', +- license='MIT', ++ license='ISC', + packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), + include_package_data=True, + package_data={'usgs': ['data/datasets.json']}, ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 0001-Fix-privacy-breach.patch +0002-Fix-license-in-the-setup-script.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/usgs/-/commit/f0c50de2049bcc721f3332e07c7645175ca4881a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/usgs/-/commit/f0c50de2049bcc721f3332e07c7645175ca4881a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
