[DRE-commits] [ruby-kakasi-ffi] 01/02: Support "make clean" target

zeha at debian.org zeha at debian.org
Mon Feb 29 17:24:34 UTC 2016


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

zeha pushed a commit to branch master
in repository ruby-kakasi-ffi.

commit 02cda10c348cbc6f87c302411449180ccbf8a65a
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Mon Feb 29 17:17:33 2016 +0000

    Support "make clean" target
    
    Closes: #762133
---
 debian/patches/series                   |  1 +
 debian/patches/support-make-clean.patch | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 9dd03c6..07ded21 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 test-no-bundle.patch
+support-make-clean.patch
diff --git a/debian/patches/support-make-clean.patch b/debian/patches/support-make-clean.patch
new file mode 100644
index 0000000..0ce66d5
--- /dev/null
+++ b/debian/patches/support-make-clean.patch
@@ -0,0 +1,12 @@
+Index: ruby-kakasi-ffi/ext/kakasi-config/extconf.rb
+===================================================================
+--- ruby-kakasi-ffi.orig/ext/kakasi-config/extconf.rb
++++ ruby-kakasi-ffi/ext/kakasi-config/extconf.rb
+@@ -78,6 +78,7 @@ end
+     f.print <<-'EOF'
+ all:
+ install:
++clean:
+     EOF
+   }
+ }

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



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