[Pkg-owncloud-maintainers] Bug#1131135: trixie-pu: package owncloud-client/5.3.2.15463+dfsg-1+deb13u1
Pierre-Elliott Bécue
peb at debian.org
Tue Mar 17 22:44:30 GMT 2026
Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: owncloud-client at packages.debian.org
Control: affects -1 + src:owncloud-client
User: release.debian.org at packages.debian.org
Usertags: pu
Hello,
I'm offering to upload owncloud-client version
5.3.2.15463+dfsg-1+deb13u1 to fix bug #1130743
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1130743).
Essentially, the package seems broken on i386 hurd arch because it tries
to go in i686 dir instead of i386 dir at build time.
The fix is replacing a variable by another in d/rules.
This bug has been hanging around for a long time, see
https://bugs.debian.org/950365, too.
[ Impact ]
Accepting this upload would probably fix
https://buildd.debian.org/status/fetch.php?pkg=owncloud-client&arch=hurd-i386&ver=5.3.2.15463%2Bdfsg-1&stamp=1745835323&raw=0
[ Risks ]
Changes are trivial
[ Checklist ]
[x] *all* changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in (old)stable
[x] the issue is verified as fixed in unstable
[ Changes ]
s/DEB_HOST_GNU_TYPE/DEB_HOST_MULTIARCH/g in debian/rules.
Thanks for your work! <3
-------------- next part --------------
diff -Nru owncloud-client-5.3.2.15463+dfsg/debian/changelog owncloud-client-5.3.2.15463+dfsg/debian/changelog
--- owncloud-client-5.3.2.15463+dfsg/debian/changelog 2025-03-22 01:18:31.000000000 +0100
+++ owncloud-client-5.3.2.15463+dfsg/debian/changelog 2026-03-17 23:10:17.000000000 +0100
@@ -1,3 +1,9 @@
+owncloud-client (5.3.2.15463+dfsg-1+deb13u1) trixie; urgency=medium
+
+ * d/rules: s/DEB_HOST_GNU_TYPE/DEB_HOST_MULTIARCH/g (Closes: #1130743)
+
+ -- Pierre-Elliott B?cue <peb at debian.org> Tue, 17 Mar 2026 23:10:17 +0100
+
owncloud-client (5.3.2.15463+dfsg-1) unstable; urgency=medium
* New upstream release 5.3.2.15463+dfsg
diff -Nru owncloud-client-5.3.2.15463+dfsg/debian/rules owncloud-client-5.3.2.15463+dfsg/debian/rules
--- owncloud-client-5.3.2.15463+dfsg/debian/rules 2024-03-10 12:58:54.000000000 +0100
+++ owncloud-client-5.3.2.15463+dfsg/debian/rules 2026-03-17 23:10:15.000000000 +0100
@@ -9,15 +9,15 @@
dh $@
override_dh_auto_configure:
- dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DUNIT_TESTING=ON -DDEBIAN_VERSION=$(DEB_VERSION) -DPLUGIN_INSTALL_DIR=/usr/lib/$(DEB_HOST_GNU_TYPE)/qt6/plugins -DAPPLICATION_VENDOR=Debian -DAPPLICATION_DOMAIN=packages.debian.org/owncloud-client -DWITH_AUTO_UPDATER=OFF
+ dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DUNIT_TESTING=ON -DDEBIAN_VERSION=$(DEB_VERSION) -DPLUGIN_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)/qt6/plugins -DAPPLICATION_VENDOR=Debian -DAPPLICATION_DOMAIN=packages.debian.org/owncloud-client -DWITH_AUTO_UPDATER=OFF
override_dh_auto_test-arch:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
- mkdir -p obj-$(DEB_HOST_GNU_TYPE)/config
- - LC_ALL=C.UTF-8 XDG_CONFIG_HOME=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/config xvfb-run -a \
+ mkdir -p obj-$(DEB_HOST_MULTIARCH)/config
+ - LC_ALL=C.UTF-8 XDG_CONFIG_HOME=$(CURDIR)/obj-$(DEB_HOST_MULTIARCH)/config xvfb-run -a \
-s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \
-- dh_auto_test --no-parallel
- rm -r obj-$(DEB_HOST_GNU_TYPE)/config
+ rm -r obj-$(DEB_HOST_MULTIARCH)/config
else
@echo "** tests disabled"
endif
More information about the Pkg-owncloud-maintainers
mailing list