[med-svn] [Git][med-team/scrappie][master] 5 commits: Fix watch file
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Oct 1 16:05:13 BST 2021
Andreas Tille pushed to branch master at Debian Med / scrappie
Commits:
82d82790 by Andreas Tille at 2021-10-01T16:46:19+02:00
Fix watch file
- - - - -
1544fd99 by Andreas Tille at 2021-10-01T16:46:33+02:00
routine-update: Standards-Version: 4.6.0
- - - - -
3354bd4b by Andreas Tille at 2021-10-01T16:58:33+02:00
routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
8864c68b by Andreas Tille at 2021-10-01T16:58:34+02:00
routine-update: Remove trailing whitespace in debian/changelog
- - - - -
d6affa40 by Andreas Tille at 2021-10-01T17:04:13+02:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+scrappie (1.4.2-8) unstable; urgency=medium
+
+ * Team upload.
+ * Fix watch file
+ * Standards-Version: 4.6.0 (routine-update)
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
+ update)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Fri, 01 Oct 2021 16:58:40 +0200
+
scrappie (1.4.2-7) unstable; urgency=medium
* Skip one assertion test on ppc64el
@@ -7,7 +18,7 @@ scrappie (1.4.2-7) unstable; urgency=medium
scrappie (1.4.2-6) unstable; urgency=medium
* Allow build-time test to fail on ppc64el
- * Add Restriction on allow-stderr
+ * Add Restriction on allow-stderr
-- Nilesh Patra <nilesh at debian.org> Sat, 03 Apr 2021 15:12:19 +0530
=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
libopenblas-dev,
cmake,
libsimde-dev
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
Homepage: https://github.com/nanoporetech/scrappie
Vcs-Browser: https://salsa.debian.org/med-team/scrappie
Vcs-Git: https://salsa.debian.org/med-team/scrappie.git
=====================================
debian/rules
=====================================
@@ -54,6 +54,7 @@ else
endif
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifeq (amd64,$(DEB_HOST_ARCH))
for SIMD in avx2 avx sse4.1 ssse3 sse3 sse2 ; do \
dh_auto_test --builddirectory build_$${SIMD} ; \
@@ -69,6 +70,7 @@ else ifeq (ppc64el,$(DEB_HOST_ARCH))
else
dh_auto_test
endif
+endif
override_dh_auto_install:
ifeq (amd64,$(DEB_HOST_ARCH))
=====================================
debian/watch
=====================================
@@ -1,4 +1,3 @@
version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%scrappie-$1.tar.gz%" \
- https://github.com/nanoporetech/scrappie/tags \
- (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
+ https://github.com/nanoporetech/scrappie/tags (?:.*?/)release-(\d[\d.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/med-team/scrappie/-/compare/753b92395373b80736762c11880a2b80b10d2a77...d6affa40358d4be0cdbe952c4616dc6da14fecda
--
View it on GitLab: https://salsa.debian.org/med-team/scrappie/-/compare/753b92395373b80736762c11880a2b80b10d2a77...d6affa40358d4be0cdbe952c4616dc6da14fecda
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/20211001/9b8566eb/attachment-0001.htm>
More information about the debian-med-commit
mailing list