wok-next annotate zonecheck/stuff/patches/70_zc-locale_472300-fix.patch @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents
children
rev   line source
al@21055 1 #! /bin/sh /usr/share/dpatch/dpatch-run
al@21055 2 ## 70_zc-locale_472300-fix.dpatch by Sebastien Delafond <seb@debian.org>
al@21055 3 ##
al@21055 4 ## All lines beginning with `## DP:' are a description of the patch.
al@21055 5 ## DP: Rename locale to zc-locale to avoid conflict with liblocale-ruby.
al@21055 6
al@21055 7 @DPATCH@
al@21055 8 Index: zonecheck-3.0.0/zc/zc.rb
al@21055 9 ===================================================================
al@21055 10 --- zonecheck-3.0.0.orig/zc/zc.rb 2010-06-24 11:19:54.000000000 +0200
al@21055 11 +++ zonecheck-3.0.0/zc/zc.rb 2010-06-24 11:21:16.000000000 +0200
al@21055 12 @@ -192,7 +192,7 @@
al@21055 13
al@21055 14
al@21055 15 # ZoneCheck component
al@21055 16 -require 'locale'
al@21055 17 +require 'zc-locale'
al@21055 18 require 'msgcat'
al@21055 19 require 'console'
al@21055 20 require 'zonecheck'