[DRE-commits] [ruby-setup] 03/07: add no_makeparams.patch (Closes: #724224)

Cédric Boutillier boutil at alioth.debian.org
Thu Oct 17 15:34:31 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-setup.

commit 2674c664669f2fd508cb9c0cae98ce55de069062
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Oct 17 17:08:31 2013 +0200

    add no_makeparams.patch (Closes: #724224)
---
 debian/patches/no_makeparams.patch |   16 ++++++++++++++++
 debian/patches/series              |    1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/no_makeparams.patch b/debian/patches/no_makeparams.patch
new file mode 100644
index 0000000..5426570
--- /dev/null
+++ b/debian/patches/no_makeparams.patch
@@ -0,0 +1,16 @@
+Description: do not include .makeparams in Makefile
+ This file is not present in the $(HOME) directory when building
+Author: Cédric Boutillier <boutil at debian.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724224
+Last-Update: 2013-10-17
+
+--- a/Makefile
++++ b/Makefile
+@@ -4,7 +4,6 @@
+ 
+ ident       = setup
+ version     = 3.4.1
+-include $(HOME)/.makeparams
+ 
+ default: update
+ 
diff --git a/debian/patches/series b/debian/patches/series
index c94c7e1..fba6c9a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-metaconfig.diff
+no_makeparams.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-setup.git



More information about the Pkg-ruby-extras-commits mailing list