File: 0001-Provide-a-DFSG-compatible-alterenative.patch

package info (click to toggle)
php-faker 1.20.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,704 kB
  • sloc: php: 115,692; xml: 213; makefile: 49
file content (25 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Tue, 28 Dec 2021 18:31:19 -0400
Subject: Provide a DFSG compatible alterenative

---
 src/Faker/Provider/it_IT/Text.php | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 src/Faker/Provider/it_IT/Text.php

diff --git a/src/Faker/Provider/it_IT/Text.php b/src/Faker/Provider/it_IT/Text.php
new file mode 100644
index 0000000..d42b66a
--- /dev/null
+++ b/src/Faker/Provider/it_IT/Text.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace Faker\Provider\it_IT;
+
+class Text extends \Faker\Provider\Text
+{
+    protected static $baseText = <<<'EOT'
+Fake italian
+EOT;
+}