[med-svn] [Git][med-team/qtltools][master] 2 commits: Remove debian/patches/Spelling_error.patch, applied upstream

Dylan Aïssi gitlab at salsa.debian.org
Fri Sep 11 09:46:05 BST 2020



Dylan Aïssi pushed to branch master at Debian Med / qtltools


Commits:
5e514e3c by Dylan Aïssi at 2020-09-11T10:43:30+02:00
Remove debian/patches/Spelling_error.patch, applied upstream

- - - - -
67bb0ca9 by Dylan Aïssi at 2020-09-11T10:45:42+02:00
Remove debian/patches/reproducible_build.patch, applied upstream

- - - - -


3 changed files:

- − debian/patches/Spelling_error.patch
- − debian/patches/reproducible_build.patch
- debian/patches/series


Changes:

=====================================
debian/patches/Spelling_error.patch deleted
=====================================
@@ -1,16 +0,0 @@
-Author: Dylan Aïssi
-Description: Fix spelling error.
-Last-Update: 2019-09-30
-Forwarded: https://github.com/qtltools/qtltools/pull/3
-
---- a/src/mode_fdensity/fdensity_main.cpp
-+++ b/src/mode_fdensity/fdensity_main.cpp
-@@ -49,7 +49,7 @@
- 	//---------------------
- 	// 3. PRINT HELP/HEADER
- 	//---------------------
--	vrb.ctitle("ANNOTATION DENSITY ARROUND QTLs");
-+	vrb.ctitle("ANNOTATION DENSITY AROUND QTLs");
- 	if (D.options.count("help")) {
- 		cout << D.option_descriptions << endl;
- 		exit(EXIT_SUCCESS);


=====================================
debian/patches/reproducible_build.patch deleted
=====================================
@@ -1,18 +0,0 @@
-Author: Reiner Herrmann <reiner at reiner-h.de>
-Description: Sort source files for deterministic linking order
-Bug-Debian: https://bugs.debian.org/848280
-Forwarded: TODO
-
---- a/Makefile
-+++ b/Makefile
-@@ -23,8 +23,8 @@
- BFILE=bin/QTLtools
- HFILE=$(shell find src -name *.h)
- TFILE=$(shell find lib -name *.h)
--CFILE=$(shell find src -name *.cpp)
--OFILE=$(shell for file in `find src -name *.cpp`; do echo obj/$$(basename $$file .cpp).o; done)
-+CFILE=$(shell find src -name *.cpp | LC_ALL=C sort)
-+OFILE=$(shell for file in `find src -name *.cpp | LC_ALL=C sort`; do echo obj/$$(basename $$file .cpp).o; done)
- VPATH=$(shell for file in `find src -name *.cpp`; do echo $$(dirname $$file); done)
- 
- #DEFAULT VERSION (SET UP THE VARIABLES IN THE BEGINING OF THE MAKEFILE)


=====================================
debian/patches/series
=====================================
@@ -1,3 +1 @@
 Makefile_config.patch
-Spelling_error.patch
-reproducible_build.patch



View it on GitLab: https://salsa.debian.org/med-team/qtltools/-/compare/bf75ad7a011683e7a3a0914acc583065d28bedd6...67bb0ca999188342ed5f44c2a2ec6cf7c6d8fa07

-- 
View it on GitLab: https://salsa.debian.org/med-team/qtltools/-/compare/bf75ad7a011683e7a3a0914acc583065d28bedd6...67bb0ca999188342ed5f44c2a2ec6cf7c6d8fa07
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/20200911/6507d87c/attachment-0001.html>


More information about the debian-med-commit mailing list