[med-svn] [Git][med-team/cutesv][master] Add license to d/copyright and remove copy in wrong place

Andreas Tille (@tille) gitlab at salsa.debian.org
Sat May 22 08:08:42 BST 2021



Andreas Tille pushed to branch master at Debian Med / cutesv


Commits:
48212cdc by Andreas Tille at 2021-05-22T09:08:06+02:00
Add license to d/copyright and remove copy in wrong place

- - - - -


2 changed files:

- debian/copyright
- debian/rules


Changes:

=====================================
debian/copyright
=====================================
@@ -3,9 +3,28 @@ Upstream-Name: cutesv
 Source: https://github.com/tjiangHIT/cuteSV/releases
 
 Files: *
-Copyright: 20xx-20yy <upstream>
-License: <license>
+Copyright: 2018 JiangTao
+License: MIT
 
 Files: debian/*
 Copyright: 2021 Andreas Tille <tille at debian.org>
-License: <license>
+License: MIT
+
+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:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ 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,31 +1,16 @@
 #!/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
 
 %:
-	dh $@
+	dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_install:
+	dh_install
+	find debian -name LICENSE -delete
 
 ### 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
-
-### If you **really** can not use uscan (even not with mode=git) use a debian/get-orig-script
-#get-orig-source:
-#	. debian/get-orig-source



View it on GitLab: https://salsa.debian.org/med-team/cutesv/-/commit/48212cdcdf4d4ebac69f8435f8e5e1c38dcf96b9

-- 
View it on GitLab: https://salsa.debian.org/med-team/cutesv/-/commit/48212cdcdf4d4ebac69f8435f8e5e1c38dcf96b9
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/debian-med-commit/attachments/20210522/c3985141/attachment-0001.htm>


More information about the debian-med-commit mailing list