[med-svn] [Git][med-team/seqan-raptor][master] d/rules: set -DRAPTOR_STRIP_BINARY=OFF to prevent binary striping
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Wed Jul 19 13:41:58 BST 2023
Michael R. Crusoe pushed to branch master at Debian Med / seqan-raptor
Commits:
91a27edf by Michael R. Crusoe at 2023-07-19T14:16:37+02:00
d/rules: set -DRAPTOR_STRIP_BINARY=OFF to prevent binary striping
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+seqan-raptor (3.0.0+ds-3) unstable; urgency=medium
+
+ * d/rules: set -DRAPTOR_STRIP_BINARY=OFF to prevent binary striping
+
+ -- Michael R. Crusoe <crusoe at debian.org> Wed, 19 Jul 2023 14:16:30 +0200
+
seqan-raptor (3.0.0+ds-2) unstable; urgency=medium
* d/patches/debian_seqan3: set patch to vendored seqan3 libraries.
=====================================
debian/rules
=====================================
@@ -11,7 +11,7 @@ include /usr/share/dpkg/buildflags.mk
dh $@
override_dh_auto_configure-arch:
- dh_auto_configure -- -DRAPTOR_NATIVE_BUILD=OFF -DRAPTOR_SUBMODULES_DIR=$(CURDIR)/lib
+ dh_auto_configure -- -DRAPTOR_NATIVE_BUILD=OFF -DRAPTOR_SUBMODULES_DIR=$(CURDIR)/lib -DRAPTOR_STRIP_BINARY=OFF
override_dh_auto_build-arch:
dh_auto_build --arch
View it on GitLab: https://salsa.debian.org/med-team/seqan-raptor/-/commit/91a27edfb9707946b0da6f11144e00ae52081d4a
--
View it on GitLab: https://salsa.debian.org/med-team/seqan-raptor/-/commit/91a27edfb9707946b0da6f11144e00ae52081d4a
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/20230719/a15a0155/attachment-0001.htm>
More information about the debian-med-commit
mailing list