[med-svn] [Git][med-team/bio-eagle][master] 2 commits: Do nothing in dh_auto_configure and dh_auto_build for indep binaries
Andreas Tille
gitlab at salsa.debian.org
Sat Dec 5 21:39:51 GMT 2020
Andreas Tille pushed to branch master at Debian Med / bio-eagle
Commits:
6897b64a by Andreas Tille at 2020-12-05T22:31:15+01:00
Do nothing in dh_auto_configure and dh_auto_build for indep binaries
- - - - -
90d38d71 by Andreas Tille at 2020-12-05T22:36:28+01:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,14 +1,16 @@
-bio-eagle (2.4.1-3) UNRELEASED; urgency=medium
+bio-eagle (2.4.1-3) unstable; urgency=medium
[ Andreas Tille ]
* Team upload.
* Standards-Version: 4.5.1 (routine-update)
+ * Do nothing in dh_auto_configure and dh_auto_build for indep binaries
+ Closes: #976572
[ Michael R. Crusoe ]
* Add patch for compilation on systems without SSE.
Use of "rdtsc" assembly still makes it x86 specific.
- -- Andreas Tille <tille at debian.org> Sat, 05 Dec 2020 16:58:11 +0100
+ -- Andreas Tille <tille at debian.org> Sat, 05 Dec 2020 22:31:32 +0100
bio-eagle (2.4.1-2) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -5,5 +5,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --sourcedirectory=src
+override_dh_auto_configure-indep:
+override_dh_auto_build-indep:
+override_dh_auto_install-indep:
+ echo "I: Nothing to do for arch:indep binary"
+
override_dh_installchangelogs:
dh_installchangelogs debian/upstream.changelog
View it on GitLab: https://salsa.debian.org/med-team/bio-eagle/-/compare/bb3394a255475c84dc76e6babd76c269b1fbb79e...90d38d713c7e7be91827db9655a5c3ff538eb995
--
View it on GitLab: https://salsa.debian.org/med-team/bio-eagle/-/compare/bb3394a255475c84dc76e6babd76c269b1fbb79e...90d38d713c7e7be91827db9655a5c3ff538eb995
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/20201205/1a773d13/attachment-0001.html>
More information about the debian-med-commit
mailing list