Skip to content

Commit fa35446

Browse files
committed
overlay-debs: Initial version with sample
This modified hello-world package should fail to build during make check. Signed-off-by: Loïc Minier <[email protected]>
1 parent 3620f12 commit fa35446

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dsc_url: "https://snapshot.debian.org/archive/debian/20250416T143525Z/pool/main/h/hello/hello_2.10-5.dsc"
2+
dsc_sha256sum: "319f8c377eb48597798b699f72ab853f3439a991583ddd51bf94b415373ffdfe"
3+
debdiff_file: "hello_2.10-5qcom1.debdiff"
4+
suite: "trixie"

0 commit comments

Comments
 (0)