[med-svn] [Git][med-team/unifrac-tools][master] 2 commits: Add patch to enable debug flags

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Thu Jan 5 16:54:41 GMT 2023



Nilesh Patra pushed to branch master at Debian Med / unifrac-tools


Commits:
422c202e by Nilesh Patra at 2023-01-05T22:20:41+05:30
Add patch to enable debug flags

- - - - -
f20c605c by Nilesh Patra at 2023-01-05T22:20:41+05:30
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/enable-debug-flag.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,7 @@
-unifrac-tools (1.2-1) UNRELEASED; urgency=medium
+unifrac-tools (1.2-1) unstable; urgency=medium
 
   [ Andreas Tille ]
+  * Team Upload.
   * Fix Homepage
     Closes: #1026296
   * New upstream version
@@ -10,8 +11,9 @@ unifrac-tools (1.2-1) UNRELEASED; urgency=medium
 
   [ Nilesh Patra ]
   * Do not pass -noshlib to ldflags
+  * Add patch to enable debug flags
 
- -- Nilesh Patra <nilesh at debian.org>  Tue, 03 Jan 2023 21:03:08 +0530
+ -- Nilesh Patra <nilesh at debian.org>  Thu, 05 Jan 2023 22:09:46 +0530
 
 unifrac-tools (1.1.3-2) unstable; urgency=medium
 


=====================================
debian/patches/enable-debug-flag.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Add debug flag to cppflags
+Author: Nilesh Patra <nilesh at debian.org>
+Last-Update: 2023-01-05
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -86,7 +86,7 @@
+ BLASLIB=-llapacke -lblas
+ 
+ 
+-CPPFLAGS += -Wall  -std=c++14 -pedantic -I. $(OPT) -fPIC -L$(PREFIX)/lib
++CPPFLAGS += -g -Wall -std=c++14 -pedantic -I. $(OPT) -fPIC -L$(PREFIX)/lib
+ 
+ all: api main install
+ 


=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ python3.patch
 soname.patch
 baseline.patch
 enable_linking_to_shared_hdf5_lib.patch
+enable-debug-flag.patch



View it on GitLab: https://salsa.debian.org/med-team/unifrac-tools/-/compare/5ff6dcb98426e24e3a3071fef6f9a8cd4e785cec...f20c605c7382b8108498eaea3f89b16669186f28

-- 
View it on GitLab: https://salsa.debian.org/med-team/unifrac-tools/-/compare/5ff6dcb98426e24e3a3071fef6f9a8cd4e785cec...f20c605c7382b8108498eaea3f89b16669186f28
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/20230105/a0786620/attachment-0001.htm>


More information about the debian-med-commit mailing list