[openjdk-8] 04/04: Set the QUILT_PATCHES variable

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Apr 8 20:59:07 UTC 2014


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

ebourg-guest pushed a commit to branch master
in repository openjdk-8.

commit fd1ec6f7532996595e5c9fd535e5b2b417cd8a89
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Apr 8 22:51:41 2014 +0200

    Set the QUILT_PATCHES variable
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index a4f964e..ac50b1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -856,13 +856,13 @@ stamps/patch: stamps/unpack
 	done ;
 	
 	# Apply the patches
-	quilt push -a
+	QUILT_PATCHES=debian/patches quilt push -a
 	
 	touch $@
 
 unpatch:
 	# Revert the patches
-	-quilt pop -a
+	-QUILT_PATCHES=debian/patches quilt pop -a
 	
 	rm -f stamps/apply-patches.stamp
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git



More information about the pkg-java-commits mailing list