[med-svn] [Git][med-team/fastlink][master] 8 commits: routine-update: Standards-Version: 4.5.0
Andreas Tille
gitlab at salsa.debian.org
Fri Oct 30 08:55:13 GMT 2020
Andreas Tille pushed to branch master at Debian Med / fastlink
Commits:
be42dd58 by Andreas Tille at 2020-10-30T09:29:32+01:00
routine-update: Standards-Version: 4.5.0
- - - - -
41e87bba by Andreas Tille at 2020-10-30T09:29:32+01:00
routine-update: debhelper-compat 13
- - - - -
374fdd54 by Andreas Tille at 2020-10-30T09:30:25+01:00
routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
977d33ba by Andreas Tille at 2020-10-30T09:30:26+01:00
routine-update: Remove trailing whitespace in debian/changelog
- - - - -
929ee822 by Andreas Tille at 2020-10-30T09:30:26+01:00
routine-update: Add salsa-ci file
- - - - -
fe235d13 by Andreas Tille at 2020-10-30T09:30:26+01:00
routine-update: Rules-Requires-Root: no
- - - - -
80c792b8 by Andreas Tille at 2020-10-30T09:30:31+01:00
Refer to specific version of license GPL-2+.
Changes-By: lintian-brush
Fixes: lintian: copyright-refers-to-symlink-license
See-also: https://lintian.debian.org/tags/copyright-refers-to-symlink-license.html
Fixes: lintian: copyright-refers-to-versionless-license-file
See-also: https://lintian.debian.org/tags/copyright-refers-to-versionless-license-file.html
- - - - -
01e17b90 by Andreas Tille at 2020-10-30T09:45:20+01:00
Use -fcommon option to tolerate "multiple definition of"
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- + debian/salsa-ci.yml
Changes:
=====================================
debian/changelog
=====================================
@@ -3,6 +3,16 @@ fastlink (4.1P-fix100+dfsg-3) UNRELEASED; urgency=medium
* Add fake watch file
* debian/get-orig-source: Do not create new tarball if there is no new
patchlevel
+ * Standards-Version: 4.5.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
+ update)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Refer to specific version of license GPL-2+.
+ * Use -fcommon option to tolerate "multiple definition of"
+ Closes: #957194
-- Andreas Tille <tille at debian.org> Fri, 30 Oct 2020 09:13:00 +0100
@@ -191,7 +201,7 @@ fastlink (4.1P-fix81-1) unstable; urgency=low
fastlink (4.1P-2) unstable; urgency=low
- * Adopted by new maintainer; closes: #92804
+ * Adopted by new maintainer; closes: #92804
* Removed several unnecessary files in debian subdirectory.
* Updated to latest standards version and added Build-Depends (changed
control, copyright, dirs, docs, and rules);
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,11 +4,12 @@ Uploaders: Andreas Tille <tille at debian.org>,
Charles Plessy <plessy at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~)
-Standards-Version: 4.1.4
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/fastlink
Vcs-Git: https://salsa.debian.org/med-team/fastlink.git
Homepage: https://www.ncbi.nlm.nih.gov/CBBResearch/Schaffer/fastlink.html
+Rules-Requires-Root: no
Package: fastlink
Architecture: any
=====================================
debian/copyright
=====================================
@@ -39,4 +39,4 @@ License: GPL-2+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
.
On Debian systems, the complete text of the GNU General Public
- License can be found in `/usr/share/common-licenses/GPL'.
+ License can be found in `/usr/share/common-licenses/GPL-2'.
=====================================
debian/rules
=====================================
@@ -1,6 +1,9 @@
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+# FIXME: This is discouraged ... but works for the moment to solve bug #957194
+# https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common#The_-fcommon_workaround_.28discouraged.29
+export DEB_CFLAGS_MAINT_APPEND=-fcommon
%:
dh $@ --sourcedirectory=4.1P/src
@@ -12,7 +15,9 @@ override_dh_auto_build:
dh_auto_build -- CFLAGS="$(CFLAGS)" DEBIANLDFLAGS="$(LDFLAGS)"
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
echo "There is no test suite provided but automatism is grabbing check.c for the check which fails."
+endif
get-orig-source:
sh debian/get-orig-source
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
View it on GitLab: https://salsa.debian.org/med-team/fastlink/-/compare/b761377e3cf941c15cee122a2d50cd7715e2bc65...01e17b9006c68e5b1920e0aa1526707002ef1adf
--
View it on GitLab: https://salsa.debian.org/med-team/fastlink/-/compare/b761377e3cf941c15cee122a2d50cd7715e2bc65...01e17b9006c68e5b1920e0aa1526707002ef1adf
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/20201030/628c2516/attachment-0001.html>
More information about the debian-med-commit
mailing list