Control: retitle -1 trixie-pu: package torsocks/2.5.0-1+deb13u1 Hi,
> IMHO it should be enough to fix this in the next trixie point release > and included so with other bugfixes for 13.4. okay than do it via pu. regards, hefee PS: Updated version number in debdiff to match proposed update to Trixie.
diff -Nru torsocks-2.5.0/debian/changelog torsocks-2.5.0/debian/changelog --- torsocks-2.5.0/debian/changelog 2025-04-09 19:27:01.000000000 +0200 +++ torsocks-2.5.0/debian/changelog 2026-01-29 17:55:23.000000000 +0100 @@ -1,3 +1,12 @@ +torsocks (2.5.0-1+deb13u1) trixie; urgency=medium + + * Trigger ldconfig trigger (Closes: #1125775). + * Use correct environment variable (Closes: #1126559). + * add libtorsocks.lintian-overrides to document the need of ldconfig trigger + and the customized ld.so search path. + + -- Sandro Knauß <[email protected]> Thu, 29 Jan 2026 17:55:23 +0100 + torsocks (2.5.0-1) unstable; urgency=medium * New upstream release. diff -Nru torsocks-2.5.0/debian/gbp.conf torsocks-2.5.0/debian/gbp.conf --- torsocks-2.5.0/debian/gbp.conf 2025-04-09 19:27:01.000000000 +0200 +++ torsocks-2.5.0/debian/gbp.conf 2026-01-29 17:50:31.000000000 +0100 @@ -1,4 +1,4 @@ [DEFAULT] pristine-tar = True -debian-branch = master +debian-branch = debian/trixie upstream-branch = upstream diff -Nru torsocks-2.5.0/debian/libtorsocks.install torsocks-2.5.0/debian/libtorsocks.install --- torsocks-2.5.0/debian/libtorsocks.install 2025-04-09 19:27:01.000000000 +0200 +++ torsocks-2.5.0/debian/libtorsocks.install 2026-01-29 17:45:59.000000000 +0100 @@ -1,2 +1,2 @@ -etc/ld.so.conf.d/torsocks-${DEB_HOST_GNU_TYPE}.conf +etc/ld.so.conf.d/torsocks-${DEB_HOST_MULTIARCH}.conf usr/lib/${DEB_HOST_MULTIARCH}/torsocks/ diff -Nru torsocks-2.5.0/debian/libtorsocks.lintian-overrides torsocks-2.5.0/debian/libtorsocks.lintian-overrides --- torsocks-2.5.0/debian/libtorsocks.lintian-overrides 1970-01-01 01:00:00.000000000 +0100 +++ torsocks-2.5.0/debian/libtorsocks.lintian-overrides 2026-01-29 17:55:23.000000000 +0100 @@ -0,0 +1,4 @@ +# The library itself isn't placed in a public path but we need ld.so feature to find the correct library to use torsocks in multiarch environment (#902792) +package-modifies-ld.so-search-path [etc/ld.so.conf.d/*] +#We need ldconfig trigger (#1125775) +package-has-unnecessary-activation-of-ldconfig-trigger diff -Nru torsocks-2.5.0/debian/rules torsocks-2.5.0/debian/rules --- torsocks-2.5.0/debian/rules 2025-04-09 19:27:01.000000000 +0200 +++ torsocks-2.5.0/debian/rules 2026-01-29 17:48:02.000000000 +0100 @@ -15,6 +15,4 @@ execute_after_dh_auto_install: mkdir -p $(DESTDIR)/etc/ld.so.conf.d - echo "/usr/lib/$(DEB_HOST_GNU_TYPE)/torsocks" > $(DESTDIR)/etc/ld.so.conf.d/torsocks-$(DEB_HOST_GNU_TYPE).conf - -override_dh_makeshlibs: + echo "/usr/lib/$(DEB_HOST_MULTIARCH)/torsocks" > $(DESTDIR)/etc/ld.so.conf.d/torsocks-$(DEB_HOST_MULTIARCH).conf
signature.asc
Description: This is a digitally signed message part.

