Andreas Tille pushed to branch master at Debian Med / python-nanomath
Commits: de2ed5db by Andreas Tille at 2020-04-25T08:00:41+02:00 Cleanup d/rules, add PYBUILD_NAME - - - - - 6a74e88d by Andreas Tille at 2020-06-11T21:55:45+02:00 License is MIT - - - - - 2 changed files: - debian/copyright - debian/rules Changes: ===================================== debian/copyright ===================================== @@ -5,22 +5,27 @@ https://github.com/wdecoster/nanomath/issues/15 Files: * Copyright: 2016-2020 Wouter De Coster <[email protected]> -License: GPL-3+ +License: MIT Files: debian/* Copyright: 2020 Andreas Tille <[email protected]> -License: GPL-3+ +License: MIT -License: GPL-3+ - This program 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 3 of the License, or - (at your option) any later version. +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: . - pauvre 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. + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. . - On Debian systems you can find the full text of the GNU General Public - License version 3 at /usr/share/common-licenses/GPL-3. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. ===================================== debian/rules ===================================== @@ -1,27 +1,8 @@ #!/usr/bin/make -f # DH_VERBOSE := 1 -export LC_ALL=C.UTF-8 -include /usr/share/dpkg/default.mk -# this provides: -# DEB_SOURCE: the source package name -# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision) -# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision -# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch -# DEB_VERSION_UPSTREAM: the package's upstream version -# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog -# SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as -# specified by <https://reproducible-builds.org/specs/source-date-epoch/> - -# for hardening you might like to uncomment this: -# export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export PYBUILD_NAME=nanomath %: dh $@ --with python3 --buildsystem=pybuild - -### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected -#override_dh_auto_test: -#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) -# do_stuff_for_testing -#endif View it on GitLab: https://salsa.debian.org/med-team/python-nanomath/-/compare/ee8c9afbc4c884df7a5da89f93a461722438f568...6a74e88d742e295ddc47b8270a271113da124dec -- View it on GitLab: https://salsa.debian.org/med-team/python-nanomath/-/compare/ee8c9afbc4c884df7a5da89f93a461722438f568...6a74e88d742e295ddc47b8270a271113da124dec You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
