[gcc-7] 317/354: * Set QUILT_PATCH_OPTS='-E' for applying patches.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:51:31 UTC 2017


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

infinity0 pushed a commit to branch master
in repository gcc-7.

commit c79b7931cea16ebac0fd611093a2e019d1ed020d
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Wed Oct 11 11:44:31 2017 +0000

      * Set QUILT_PATCH_OPTS='-E' for applying patches.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9744 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog   | 6 ++++++
 debian/rules.patch | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8b12bdc..bbfb5cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gcc-7 (7.2.0-10) UNRELEASED; urgency=medium
+
+  * Set QUILT_PATCH_OPTS='-E' for applying patches.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 11 Oct 2017 13:42:57 +0200
+
 gcc-7 (7.2.0-9) unstable; urgency=medium
 
   * Update to SVN 20171010 (r253580) from the gcc-7-branch.
diff --git a/debian/rules.patch b/debian/rules.patch
index 437990d..5566b18 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -327,7 +327,7 @@ endif
 # maybe only once per directory).
 $(patch_stamp): $(unpack_stamp) $(series_stamp)
 	sync
-	QUILT_PATCHES=$(patchdir) \
+	QUILT_PATCHES=$(patchdir) QUILT_PATCH_OPTS='-E' \
 	  quilt --quiltrc /dev/null push -a || test $$? = 2
 
 ifneq (,$(filter svn-updates, $(debian_patches)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git



More information about the Reproducible-commits mailing list