-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhello_2.9-2+test1.debdiff
More file actions
51 lines (50 loc) · 2.1 KB
/
Copy pathhello_2.9-2+test1.debdiff
File metadata and controls
51 lines (50 loc) · 2.1 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
diff -Nru hello-2.9/debian/changelog hello-2.9/debian/changelog
--- hello-2.9/debian/changelog 2014-11-06 11:04:53.000000000 +0000
+++ hello-2.9/debian/changelog 2018-01-04 19:03:00.000000000 +0000
@@ -1,3 +1,9 @@
+hello (2.9-2+test1) sid-demo; urgency=medium
+
+ * Add test to hello-world message.
+
+ -- Peter Michael Green <plugwash@debian.org> Thu, 04 Jan 2018 19:03:00 +0000
+
hello (2.9-2) unstable; urgency=low
* Apply patch from Reuben Thomas to fix i18n of default message.
diff -Nru hello-2.9/debian/patches/series hello-2.9/debian/patches/series
--- hello-2.9/debian/patches/series 2014-11-06 11:00:00.000000000 +0000
+++ hello-2.9/debian/patches/series 2018-01-04 19:03:00.000000000 +0000
@@ -1,2 +1,3 @@
01-fix-i18n-of-default-message
99-config-guess-config-sub
+test.patch
diff -Nru hello-2.9/debian/patches/test.patch hello-2.9/debian/patches/test.patch
--- hello-2.9/debian/patches/test.patch 1970-01-01 01:00:00.000000000 +0100
+++ hello-2.9/debian/patches/test.patch 2018-01-04 19:03:00.000000000 +0000
@@ -0,0 +1,27 @@
+Description: Add test to hello-world message.
+Author: Peter Michael Green <plugwash@raspbian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: 2018-01-04
+
+--- hello-2.9.orig/src/hello.c
++++ hello-2.9/src/hello.c
+@@ -64,7 +64,7 @@ main (int argc, char *argv[])
+ #endif
+
+ /* Having initialized gettext, get the default message. */
+- greeting_msg = _("Hello, world!");
++ greeting_msg = _("Hello, test world!");
+
+ /* Even exiting has subtleties. On exit, if any writes failed, change
+ the exit status. The /dev/full device on GNU/Linux can be used for