[med-svn] [Git][med-team/seqan-needle][master] 3 commits: Fix arch: all build
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sat Nov 9 15:37:25 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / seqan-needle
Commits:
99b255db by Michael R. Crusoe at 2024-11-09T16:14:18+01:00
Fix arch: all build
- - - - -
9a7475bc by Michael R. Crusoe at 2024-11-09T16:15:41+01:00
d/control: Restrict to 64-bit little-endian systems.
- - - - -
3a0656bb by Michael R. Crusoe at 2024-11-09T16:30:06+01:00
release 1.0.3~rc.2+ds-2
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+seqan-needle (1.0.3~rc.2+ds-2) unstable; urgency=medium
+
+ * Fix arch: all build
+ * d/control: Restrict to 64-bit little-endian systems.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Sat, 09 Nov 2024 16:29:51 +0100
+
seqan-needle (1.0.3~rc.2+ds-1) unstable; urgency=medium
* d/watch: rewrite RC versions to Debian style
=====================================
debian/control
=====================================
@@ -4,6 +4,8 @@ Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe at debian.org>
Build-Depends: debhelper-compat (= 13),
+ architecture-is-64-bit,
+ architecture-is-little-endian,
cmake,
libseqan3-dev (>= 3.2.0+ds-5),
libgtest-dev,
=====================================
debian/rules
=====================================
@@ -11,9 +11,11 @@ include /usr/share/dpkg/buildflags.mk
%:
dh $@
-override_dh_auto_configure:
- rm -Rf lib/seqan3
- dh_auto_configure -- -DSEQAN3_NO_LEMON=OFF -DCPM_USE_LOCAL_PACKAGES=On
+override_dh_auto_configure-indep:
+ echo I: No configuration needed for the docs
+
+override_dh_auto_configure-arch:
+ dh_auto_configure --arch -- -DSEQAN3_NO_LEMON=OFF -DCPM_USE_LOCAL_PACKAGES=On
execute_after_dh_auto_build-arch:
obj-*/bin/needle --export-help man > debian/needle.1
@@ -31,4 +33,4 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
endif
override_dh_auto_test-indep:
- echo "Do Nothing"
+ echo I: Not running tests for the docs
View it on GitLab: https://salsa.debian.org/med-team/seqan-needle/-/compare/379f00c529411760efe0b3fdaef46335d2c4c7e4...3a0656bb10dfbcdf3b6229a9a98047d9cd6fe5d0
--
View it on GitLab: https://salsa.debian.org/med-team/seqan-needle/-/compare/379f00c529411760efe0b3fdaef46335d2c4c7e4...3a0656bb10dfbcdf3b6229a9a98047d9cd6fe5d0
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/20241109/7c8b8b03/attachment-0001.htm>
More information about the debian-med-commit
mailing list