[med-svn] [Git][med-team/minimap2][master] New binary comes with improved d/copyright
Steffen Möller
gitlab at salsa.debian.org
Sun Mar 22 00:14:43 GMT 2020
Steffen Möller pushed to branch master at Debian Med / minimap2
Commits:
bed51e20 by Steffen Moeller at 2020-03-22T01:08:03+01:00
New binary comes with improved d/copyright
- - - - -
3 changed files:
- debian/changelog
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,14 @@
-minimap2 (2.17+dfsg-5) unstable; urgency=medium
+minimap2 (2.17+dfsg-6) unstable; urgency=medium
+
+ * Team upload
+ * Stripping again, but manually invoking ranlib
+ * In reaction to the FTPmaster's rejection notice
+ - added copyright referenced in .tex
+ - added current copyright holder (Dana Farber Institute)
+
+ -- Steffen Moeller <moeller at debian.org> Sun, 22 Mar 2020 00:52:34 +0100
+
+minimap2 (2.17+dfsg-5) UNRELEASED; urgency=medium
* Team upload
* Not stripping the .a file with Debian
@@ -6,14 +16,14 @@ minimap2 (2.17+dfsg-5) unstable; urgency=medium
-- Steffen Moeller <moeller at debian.org> Sun, 15 Mar 2020 01:24:40 +0100
-minimap2 (2.17+dfsg-4) unstable; urgency=medium
+minimap2 (2.17+dfsg-4) UNRELEASED; urgency=medium
* Team upload
* Added include files
-- Steffen Moeller <moeller at debian.org> Sat, 14 Mar 2020 23:46:18 +0100
-minimap2 (2.17+dfsg-3) unstable; urgency=medium
+minimap2 (2.17+dfsg-3) UNRELEASED; urgency=medium
* Team upload
* Created -dev package
=====================================
debian/copyright
=====================================
@@ -5,7 +5,14 @@ Source: https://github.com/lh3/minimap2
Files-Excluded: */natbib.*
Files: *
-Copyright: © 2017-2018 Broad Institute <hengli at broadinstitute.org>
+Copyright: © 2018- Dana-Farber Cancer Institute
+ 2017-2018 Broad Institute <hengli at broadinstitute.org>
+License: MIT
+
+Files: tex/bioinfo.cls
+Copyright: © 2018- Dana-Farber Cancer Institute
+ © 2017-2018 Broad Institute <hengli at broadinstitute.org>
+ © 2000 Part of code borrowed from Peter Wilson and Donald Arseneau
License: MIT
Files: misc.c
@@ -41,6 +48,7 @@ License: MIT
Files: debian/*
Copyright: © 2018 Andreas Tille <tille at debian.org>
+ 2020 Steffen Moeller <moeller at debian.org>
License: MIT
License: MIT
=====================================
debian/rules
=====================================
@@ -6,6 +6,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/dpkg/architecture.mk
export DEB_CFLAGS_MAINT_APPEND += -fopenmp-simd -O3 -DSIMDE_ENABLE_OPENMP
+RANLIB ?= ranlib
+
%:
dh $@
@@ -37,7 +39,8 @@ override_dh_compress:
# No idea why, but the stipping ruined the index of the .a file as spotted by nanopolish
# as its reverse dependency
override_dh_strip:
- dh_strip -Xlibminimap2.a
+ dh_strip
+ $(RANLIB) $(CURDIR)/debian/libminimap2-dev/usr/lib/libminimap2.a
override_dh_auto_clean:
dh_auto_clean
View it on GitLab: https://salsa.debian.org/med-team/minimap2/-/commit/bed51e20f2b105e714de458d6559e72478e55d25
--
View it on GitLab: https://salsa.debian.org/med-team/minimap2/-/commit/bed51e20f2b105e714de458d6559e72478e55d25
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/20200322/c12aeab5/attachment-0001.html>
More information about the debian-med-commit
mailing list