[med-svn] [Git][med-team/hmmer][master] 2 commits: improving cleaning

Steffen Möller gitlab at salsa.debian.org
Tue Sep 24 13:41:35 BST 2019



Steffen Möller pushed to branch master at Debian Med / hmmer


Commits:
f6cb85f0 by Steffen Moeller at 2019-09-24T12:23:48Z
improving cleaning

- - - - -
0ba82141 by Steffen Moeller at 2019-09-24T12:39:32Z
Added LTO

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -14,6 +14,12 @@ hmmer (3.2.1+dfsg-2) UNRELEASED; urgency=medium
      system to check requirements before to try to build. Unsupported architectures
      will fail gracefully with an explicite message.
 
+  [ Steffen Moeller ]
+  * Cleaning autogenerated Makefiles
+  * Added ref to conda
+  * Standards-Version: 4.4.0
+  * Introducing Link-Time-Optimization
+
  -- Andrius Merkys <andrius.merkys at gmail.com>  Wed, 13 Mar 2019 11:06:20 -0400
 
 hmmer (3.2.1+dfsg-1) unstable; urgency=medium


=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Section: science
 Priority: optional
 Build-Depends: debhelper (>= 11~),
                libdivsufsort-dev
-Standards-Version: 4.2.0
+Standards-Version: 4.4.0
 Vcs-Browser: https://salsa.debian.org/med-team/hmmer
 Vcs-Git: https://salsa.debian.org/med-team/hmmer.git
 Homepage: http://hmmer.org/


=====================================
debian/rules
=====================================
@@ -7,6 +7,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 include /usr/share/dpkg/default.mk
 
+ifeq (,$(filter nolto,$(DEB_BUILD_OPTIONS)))
+export LDFLAGS=-flto
+export CFLAGS=-flto
+endif
+
 sampledir:=$(CURDIR)/debian/$(DEB_SOURCE)-examples/usr/share/doc/$(DEB_SOURCE)/examples
 
 %:
@@ -40,6 +45,8 @@ override_dh_auto_clean:
 	rm -f testsuite/esltmp*
 	rm -f easel/testsuite/esltmp*
 	rm -f tutorial/MADE1.hmm.h3?
+	rm -f config.log config.status
+	find . -name Makefile -delete
 
 override_dh_compress:
 	dh_compress -Xtutorial/



View it on GitLab: https://salsa.debian.org/med-team/hmmer/compare/834b1321eca763044de23fc29aec16fde5de4262...0ba82141eebb3e1505fb54d5d72ee59f07454052

-- 
View it on GitLab: https://salsa.debian.org/med-team/hmmer/compare/834b1321eca763044de23fc29aec16fde5de4262...0ba82141eebb3e1505fb54d5d72ee59f07454052
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/20190924/d982da96/attachment-0001.html>


More information about the debian-med-commit mailing list