[med-svn] [plink1.9] 04/05: Remove 01.Fix_Makefile.patch applied upstream

Dylan Aïssi bob.dybian-guest at moszumanska.debian.org
Thu Nov 30 22:09:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

bob.dybian-guest pushed a commit to branch master
in repository plink1.9.

commit d4ebbc0ef58fdd7c7c208279a962eaea5a05b538
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Thu Nov 30 22:57:49 2017 +0100

    Remove 01.Fix_Makefile.patch applied upstream
---
 debian/changelog                     |  1 +
 debian/patches/01.Fix_Makefile.patch | 17 -----------------
 debian/patches/series                |  1 -
 3 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0954e93..67550f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 plink1.9 (1.90~b5-171114-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Remove 01.Fix_Makefile.patch applied upstream.
 
  -- Dylan Aïssi <bob.dybian at gmail.com>  Thu, 30 Nov 2017 22:53:23 +0100
 
diff --git a/debian/patches/01.Fix_Makefile.patch b/debian/patches/01.Fix_Makefile.patch
deleted file mode 100644
index 88e6701..0000000
--- a/debian/patches/01.Fix_Makefile.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Author: Dylan Aïssi <bob.dybian at gmail.com>
-Description: Take into account the user-provided CPPFLAGS compiler flags.
-Last-Update: 2017-09-12
-Forwarded: TODO
-
---- a/Makefile
-+++ b/Makefile
-@@ -96,7 +96,7 @@
- # includes a C++ header and exposed functions will need to be declared with
- # extern "C".
- %.o: %.c
--	$(CXX) -c $(CFLAGS) $< -o $@
-+	$(CXX) -c $(CPPFLAGS) $(CFLAGS) $< -o $@
- 
- %.o: %.cc
--	$(CXX) -x c++ -c $(CXXFLAGS) $< -o $@
-+	$(CXX) -x c++ -c $(CPPFLAGS) $(CXXFLAGS) $< -o $@
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 72bf62b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01.Fix_Makefile.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/plink1.9.git



More information about the debian-med-commit mailing list