|
| 1 | +diff -Nru hello-2.10/debian/changelog hello-2.10/debian/changelog |
| 2 | +--- hello-2.10/debian/changelog 2025-04-16 09:50:00.000000000 +0000 |
| 3 | ++++ hello-2.10/debian/changelog 2025-05-28 14:07:07.000000000 +0000 |
| 4 | +@@ -1,3 +1,9 @@ |
| 5 | ++hello (2.10-5qcom1) trixie; urgency=medium |
| 6 | ++ |
| 7 | ++ * Change output to test package overlays :-) |
| 8 | ++ |
| 9 | ++ -- Loïc Minier < [email protected]> Wed, 28 May 2025 14:07:07 +0000 |
| 10 | ++ |
| 11 | + hello (2.10-5) unstable; urgency=medium |
| 12 | + |
| 13 | + * Add autopkgtest dependency on make. Closes: #1103293. |
| 14 | +diff -Nru hello-2.10/debian/patches/qualcomm-changes.patch hello-2.10/debian/patches/qualcomm-changes.patch |
| 15 | +--- hello-2.10/debian/patches/qualcomm-changes.patch 1970-01-01 00:00:00.000000000 +0000 |
| 16 | ++++ hello-2.10/debian/patches/qualcomm-changes.patch 2025-05-28 14:07:07.000000000 +0000 |
| 17 | +@@ -0,0 +1,18 @@ |
| 18 | ++Description: Change output to say Qualcomm |
| 19 | ++Author: Loïc Minier < [email protected]> |
| 20 | ++ |
| 21 | ++--- |
| 22 | ++Origin: vendor |
| 23 | ++Last-Update: 2025-05-28 |
| 24 | ++ |
| 25 | ++--- hello-2.10.orig/src/hello.c |
| 26 | +++++ hello-2.10/src/hello.c |
| 27 | ++@@ -57,7 +57,7 @@ main (int argc, char *argv[]) |
| 28 | ++ #endif |
| 29 | ++ |
| 30 | ++ /* Having initialized gettext, get the default message. */ |
| 31 | ++- greeting_msg = _("Hello, world!"); |
| 32 | +++ greeting_msg = _("Hello, Qualcomm world!"); |
| 33 | ++ |
| 34 | ++ /* Even exiting has subtleties. On exit, if any writes failed, change |
| 35 | ++ the exit status. The /dev/full device on GNU/Linux can be used for |
| 36 | +diff -Nru hello-2.10/debian/patches/series hello-2.10/debian/patches/series |
| 37 | +--- hello-2.10/debian/patches/series 2025-04-16 08:00:00.000000000 +0000 |
| 38 | ++++ hello-2.10/debian/patches/series 2025-05-28 14:07:07.000000000 +0000 |
| 39 | +@@ -1 +1,2 @@ |
| 40 | + reproducible.patch |
| 41 | ++qualcomm-changes.patch |
0 commit comments