[med-svn] [Git][med-team/rna-star][master] let dh_auto_build pass cross tools to make
Sascha Steinbiss
gitlab at salsa.debian.org
Wed Jul 17 22:28:05 BST 2019
Sascha Steinbiss pushed to branch master at Debian Med / rna-star
Commits:
ee4f0cfe by Sascha Steinbiss at 2019-07-17T21:27:27Z
let dh_auto_build pass cross tools to make
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+rna-star (2.7.1a+dfsg-2) unstable; urgency=medium
+
+ [ Helmut Grohne ]
+ * Fix FTCBFS: Let dh_auto_build pass cross tools to make.
+ Closes: #932066
+
+ -- Sascha Steinbiss <satta at debian.org> Wed, 17 Jul 2019 23:19:13 +0200
+
rna-star (2.7.1a+dfsg-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
dh $@
override_dh_auto_build:
- cd source && $(MAKE) CCFLAGS_common_add="-flto $(CCFLAGS)" CCFLAGS="$(CCFLAGS)" LDFLAGS_add="$(LDFLAGS)"
+ dh_auto_build --sourcedirectory=source -- CCFLAGS_common_add="-flto $(CCFLAGS)" CCFLAGS="$(CCFLAGS)" LDFLAGS_add="$(LDFLAGS)"
override_dh_auto_clean:
cd source && $(MAKE) clean
View it on GitLab: https://salsa.debian.org/med-team/rna-star/commit/ee4f0cfe3029a1d343e828b26f3cd201d87674c7
--
View it on GitLab: https://salsa.debian.org/med-team/rna-star/commit/ee4f0cfe3029a1d343e828b26f3cd201d87674c7
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/20190717/e88fb1c8/attachment.html>
More information about the debian-med-commit
mailing list