Your message dated Fri, 3 Apr 2026 22:32:36 +0100
with message-id <[email protected]>
and subject line Re: Bug#1131135: trixie-pu: package
owncloud-client/5.3.2.15463+dfsg-1+deb13u1
has caused the Debian Bug report #1131135,
regarding trixie-pu: package owncloud-client/5.3.2.15463+dfsg-1+deb13u1
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.)
--
1131135: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1131135
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:owncloud-client
User: [email protected]
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
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
Control: tag -1 = trixie wontfix
Control: tag 1130743 trixie-ignore
On Fri, Apr 03, 2026 at 10:58:27PM +0200, Pierre-Elliott Bécue wrote:
> Jonathan Wiltshire <[email protected]> wrote on 28/03/2026 at 18:24:37+0200:
>
> > Control: tag -1 moreinfo
> >
> > Hi,
> >
> > On Tue, Mar 17, 2026 at 11:44:30PM +0100, Pierre-Elliott Bécue wrote:
> >> 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.
> >
> > hurd is not a supported architecture in trixie; or are you saying this also
> > affects i386?
>
> No, you're right, it's only for the hurd-i386 arch.
>
> Would you rather avoid this stable upload? I wanted to do it because the
> bug is reported against the stable version, and I admit that the
> variable I used were not the appropriate ones.
I would prefer to leave this one.
Thanks,
--
Jonathan Wiltshire [email protected]
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
ed25519/0x196418AAEB74C8A1: CA619D65A72A7BADFC96D280196418AAEB74C8A1
--- End Message ---