[med-svn] [Git][med-team/fsa][master] 8 commits: routine-update: Standards-Version: 4.5.0
Andreas Tille
gitlab at salsa.debian.org
Thu Nov 12 16:16:48 GMT 2020
Andreas Tille pushed to branch master at Debian Med / fsa
Commits:
301134e2 by Andreas Tille at 2020-11-12T16:56:09+01:00
routine-update: Standards-Version: 4.5.0
- - - - -
ea37d4b3 by Andreas Tille at 2020-11-12T16:56:10+01:00
routine-update: debhelper-compat 13
- - - - -
ff9dbec9 by Andreas Tille at 2020-11-12T16:56:19+01:00
routine-update: Secure URI in copyright format
- - - - -
37435805 by Andreas Tille at 2020-11-12T16:57:01+01:00
routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
5a4fb675 by Andreas Tille at 2020-11-12T16:57:01+01:00
routine-update: Add salsa-ci file
- - - - -
ffd50786 by Andreas Tille at 2020-11-12T16:57:02+01:00
routine-update: Rules-Requires-Root: no
- - - - -
ba4abbc5 by Andreas Tille at 2020-11-12T16:57:12+01:00
routine-update: watch file standard 4
- - - - -
90bcbf9a by Andreas Tille at 2020-11-12T17:10:00+01:00
routine-update: Ready to upload to unstable
- - - - -
7 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- + debian/salsa-ci.yml
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,17 @@
-fsa (1.15.9+dfsg-5) UNRELEASED; urgency=medium
+fsa (1.15.9+dfsg-5) unstable; urgency=medium
* Ignore test that times out on i386 on this architecture
Closes: #974557
-
- -- Andreas Tille <tille at debian.org> Thu, 12 Nov 2020 16:55:00 +0100
+ * Standards-Version: 4.5.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Secure URI in copyright format (routine-update)
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
+ update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Thu, 12 Nov 2020 16:57:16 +0100
fsa (1.15.9+dfsg-4) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -3,15 +3,16 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
mummer,
exonerate,
help2man
# htcondor is a bit complex to be configured and thus we delay this one: htcondor,
-Standards-Version: 4.1.5
+Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/fsa
Vcs-Git: https://salsa.debian.org/med-team/fsa.git
Homepage: http://fsa.sourceforge.net/
+Rules-Requires-Root: no
Package: fsa
Architecture: any
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: fsl
Upstream-Contact: mail to rbradley at mit.edu bounced with
Final-Recipient: rfc822; rbradley at mit.edu
=====================================
debian/rules
=====================================
@@ -20,8 +20,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# found automatically: --with-mummer=/usr/bin/mummer --with-exonerate=/usr/bin/exonerate
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
echo "Tests seem to miss some files:"
echo "make[4]: *** No rule to make target 'apps/isect_d.unmappable.bash', needed by 'apps/isect_d.unmappable.bash.log'. Stop."
+endif
override_dh_install:
dh_install
=====================================
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
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \
http://sf.net/fsa/fsa-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/med-team/fsa/-/compare/a471aa5640d2ad0c14cbaafd3f797cef45dc2fb3...90bcbf9a693e38f344adb053878129a5134549dc
--
View it on GitLab: https://salsa.debian.org/med-team/fsa/-/compare/a471aa5640d2ad0c14cbaafd3f797cef45dc2fb3...90bcbf9a693e38f344adb053878129a5134549dc
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/20201112/4b3541ec/attachment-0001.html>
More information about the debian-med-commit
mailing list