Version in base suite: 2.5.0-1 Base version: torsocks_2.5.0-1 Target version: torsocks_2.5.0-1+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/t/torsocks/torsocks_2.5.0-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/t/torsocks/torsocks_2.5.0-1+deb13u1.dsc changelog | 9 +++++++++ gbp.conf | 2 +- libtorsocks.install | 2 +- libtorsocks.lintian-overrides | 4 ++++ rules | 4 +--- 5 files changed, 16 insertions(+), 5 deletions(-) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpmz3ocon3/torsocks_2.5.0-1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpmz3ocon3/torsocks_2.5.0-1+deb13u1.dsc: no acceptable signature found diff -Nru torsocks-2.5.0/debian/changelog torsocks-2.5.0/debian/changelog --- torsocks-2.5.0/debian/changelog 2025-04-09 17:27:01.000000000 +0000 +++ torsocks-2.5.0/debian/changelog 2026-01-29 16:55:23.000000000 +0000 @@ -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ß 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 17:27:01.000000000 +0000 +++ torsocks-2.5.0/debian/gbp.conf 2026-01-29 16:55:23.000000000 +0000 @@ -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 17:27:01.000000000 +0000 +++ torsocks-2.5.0/debian/libtorsocks.install 2026-01-29 16:55:23.000000000 +0000 @@ -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 00:00:00.000000000 +0000 +++ torsocks-2.5.0/debian/libtorsocks.lintian-overrides 2026-01-29 16:55:23.000000000 +0000 @@ -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 17:27:01.000000000 +0000 +++ torsocks-2.5.0/debian/rules 2026-01-29 16:55:23.000000000 +0000 @@ -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