Your message dated Wed, 17 May 2023 18:01:50 +0200
with message-id <[email protected]>
and subject line Re: libwmf: please fix cross-test on i386
has caused the Debian Bug report #1004961,
regarding libwmf: please fix cross-test on i386
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1004961: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004961
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libwmf
Version: 0.2.12-5
Tags:patch
Hello, calling pkg-config on "debian/tests/build" breaks cross-autopkgtesting.
The following patch should properly fix the issue
diff -Nru libwmf-0.2.12/debian/changelog libwmf-0.2.12/debian/changelog
--- libwmf-0.2.12/debian/changelog 2022-01-25 09:16:35.000000000 +0100
+++ libwmf-0.2.12/debian/changelog 2022-02-04 12:07:59.000000000 +0100
@@ -1,3 +1,9 @@
+libwmf (0.2.12-5.1) unstable; urgency=medium
+
+ * Fix build on cross-autopkgtest-env (Closes: #-1)
+
+ -- Gianfranco Costamagna <[email protected]> Fri, 04 Feb 2022
12:07:59 +0100
+
libwmf (0.2.12-5) unstable; urgency=medium
* Upload to unstable
diff -Nru libwmf-0.2.12/debian/tests/build libwmf-0.2.12/debian/tests/build
--- libwmf-0.2.12/debian/tests/build 2022-01-25 09:16:35.000000000 +0100
+++ libwmf-0.2.12/debian/tests/build 2022-02-04 12:07:57.000000000 +0100
@@ -35,6 +35,6 @@
}
EOF
-${CROSS_COMPILE}gcc -o wmf-api wmf-api.c $(pkg-config --cflags --libs libwmf)
+${CROSS_COMPILE}gcc -o wmf-api wmf-api.c $("${CROSS_COMPILE}pkg-config"
--cflags --libs libwmf)
test -x wmf-api
echo "everything seems OK"
--- End Message ---
--- Begin Message ---
control: tags -1 patch pending
Hello, this debdiff will be uploaded in unstable once the current one migrates.
diff -Nru libwmf-0.2.12/debian/changelog libwmf-0.2.12/debian/changelog
--- libwmf-0.2.12/debian/changelog 2023-05-06 18:19:26.000000000 +0200
+++ libwmf-0.2.12/debian/changelog 2023-05-17 17:54:58.000000000 +0200
@@ -1,3 +1,10 @@
+libwmf (0.2.12-5.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix build on cross-autpkgtest-env (Closes: #1004961)
+
+ -- Gianfranco Costamagna <[email protected]> Wed, 17 May 2023
17:54:58 +0200
+
libwmf (0.2.12-5.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru libwmf-0.2.12/debian/tests/build libwmf-0.2.12/debian/tests/build
--- libwmf-0.2.12/debian/tests/build 2022-01-25 09:16:35.000000000 +0100
+++ libwmf-0.2.12/debian/tests/build 2023-05-17 17:54:58.000000000 +0200
@@ -35,6 +35,6 @@
}
EOF
-${CROSS_COMPILE}gcc -o wmf-api wmf-api.c $(pkg-config --cflags --libs libwmf)
+${CROSS_COMPILE}gcc -o wmf-api wmf-api.c $("${CROSS_COMPILE}pkg-config"
--cflags --libs libwmf)
test -x wmf-api
echo "everything seems OK"
On Fri, 4 Feb 2022 12:21:09 +0100 Gianfranco Costamagna
<[email protected]> wrote:
Source: libwmf
Version: 0.2.12-5
Tags:patch
Hello, calling pkg-config on "debian/tests/build" breaks cross-autopkgtesting.
The following patch should properly fix the issue
diff -Nru libwmf-0.2.12/debian/changelog libwmf-0.2.12/debian/changelog
--- libwmf-0.2.12/debian/changelog 2022-01-25 09:16:35.000000000 +0100
+++ libwmf-0.2.12/debian/changelog 2022-02-04 12:07:59.000000000 +0100
@@ -1,3 +1,9 @@
+libwmf (0.2.12-5.1) unstable; urgency=medium
+
+ * Fix build on cross-autopkgtest-env (Closes: #-1)
+
+ -- Gianfranco Costamagna <[email protected]> Fri, 04 Feb 2022
12:07:59 +0100
+
libwmf (0.2.12-5) unstable; urgency=medium
* Upload to unstable
diff -Nru libwmf-0.2.12/debian/tests/build libwmf-0.2.12/debian/tests/build
--- libwmf-0.2.12/debian/tests/build 2022-01-25 09:16:35.000000000 +0100
+++ libwmf-0.2.12/debian/tests/build 2022-02-04 12:07:57.000000000 +0100
@@ -35,6 +35,6 @@
}
EOF
-${CROSS_COMPILE}gcc -o wmf-api wmf-api.c $(pkg-config --cflags --libs libwmf)
+${CROSS_COMPILE}gcc -o wmf-api wmf-api.c $("${CROSS_COMPILE}pkg-config"
--cflags --libs libwmf)
test -x wmf-api
echo "everything seems OK"
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---