Skip to content

Commit 5a94fdb

Browse files
committed
debian: fix fuzz in debian patch
The 0007-i18n-use-dummy-localizations-to-avoid-dependencies patch has some lines "fuzzy" when applied, and that makes fail at least one test (Tests / Package debian-sid-64 / build-deb). This patch fixes it.
1 parent c2e5074 commit 5a94fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/debian-sid/patches/0007-i18n-use-dummy-localizations-to-avoid-dependencies.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ index 352e9a65d3..12885f7149 100644
9797
func simplifyLocale(loc string) string {
9898
// de_DE.UTF-8, de_DE@euro all need to get simplified
9999
loc = strings.Split(loc, "@")[0]
100-
@@ -106,30 +41,20 @@ func localeFromEnv() string {
100+
@@ -106,32 +41,22 @@ func localeFromEnv() string {
101101
return loc
102102
}
103103

0 commit comments

Comments
 (0)