[DRE-commits] [ruby-mizuho] 10/15: Add patch to enable natively packaged mode.

Felix Geyer fgeyer at alioth.debian.org
Sat Oct 26 10:29:34 UTC 2013


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

fgeyer pushed a commit to branch master
in repository ruby-mizuho.

commit b353cd19001f2a4ca09e6e2f8d37b43909a91b3d
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sat Oct 26 12:00:00 2013 +0200

    Add patch to enable natively packaged mode.
---
 debian/patches/natively_packaged.patch |   15 +++++++++++++++
 debian/patches/series                  |    1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/natively_packaged.patch b/debian/patches/natively_packaged.patch
new file mode 100644
index 0000000..6f498cb
--- /dev/null
+++ b/debian/patches/natively_packaged.patch
@@ -0,0 +1,15 @@
+Description: Enable natively packaged mode.
+Author: Felix Geyer <fgeyer at debian.org>
+Forwarded: not-needed
+
+--- ruby-mizuho-0.9.19.orig/lib/mizuho.rb
++++ ruby-mizuho-0.9.19/lib/mizuho.rb
+@@ -20,7 +20,7 @@
+ 
+ module Mizuho
+ 	VERSION_STRING    = "0.9.19"
+-	NATIVELY_PACKAGED = false
++	NATIVELY_PACKAGED = true
+ 
+ 	if NATIVELY_PACKAGED
+ 		TEMPLATES_DIR    = "/usr/share/mizuho/templates"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7056601
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+natively_packaged.patch

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



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