Version in base suite: 5.2.4-2 Base version: pdns-recursor_5.2.4-2 Target version: pdns-recursor_5.2.4-2+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/p/pdns-recursor/pdns-recursor_5.2.4-2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/p/pdns-recursor/pdns-recursor_5.2.4-2+deb13u1.dsc changelog | 10 ++++++++++ gbp.conf | 4 ++-- rules | 4 +--- 3 files changed, 13 insertions(+), 5 deletions(-) diff -Nru pdns-recursor-5.2.4/debian/changelog pdns-recursor-5.2.4/debian/changelog --- pdns-recursor-5.2.4/debian/changelog 2025-07-25 01:03:18.000000000 +0000 +++ pdns-recursor-5.2.4/debian/changelog 2025-09-07 11:22:57.000000000 +0000 @@ -1,3 +1,13 @@ +pdns-recursor (5.2.4-2+deb13u1) trixie; urgency=medium + + * d/gbp.conf: update for trixie branch + * d/rules: fix DEB_VERSION/DEB_VENDOR being empty. + Thanks to Steve Mokris (Closes: #1113814) + * d/rules: stop setting CARGO_REGISTRY, fixes Static-Built-Using + Thanks to Fabian Gruenbichler. + + -- Chris Hofstaedtler Sun, 07 Sep 2025 13:22:57 +0200 + pdns-recursor (5.2.4-2) unstable; urgency=medium * Upload to unstable. diff -Nru pdns-recursor-5.2.4/debian/gbp.conf pdns-recursor-5.2.4/debian/gbp.conf --- pdns-recursor-5.2.4/debian/gbp.conf 2025-07-21 21:52:45.000000000 +0000 +++ pdns-recursor-5.2.4/debian/gbp.conf 2025-09-07 11:22:57.000000000 +0000 @@ -1,4 +1,4 @@ [DEFAULT] pristine-tar = True -debian-branch = debian/latest -upstream-branch = upstream/latest +debian-branch = debian/trixie +upstream-branch = upstream/trixie diff -Nru pdns-recursor-5.2.4/debian/rules pdns-recursor-5.2.4/debian/rules --- pdns-recursor-5.2.4/debian/rules 2025-07-21 21:52:45.000000000 +0000 +++ pdns-recursor-5.2.4/debian/rules 2025-09-07 11:22:57.000000000 +0000 @@ -4,15 +4,13 @@ # Note: blhc (build log hardening check) will find these false positives: CPPFLAGS 2 missing, LDFLAGS 1 missing export DEB_BUILD_MAINT_OPTIONS = hardening=+all -include /usr/share/dpkg/architecture.mk -include /usr/share/dpkg/buildflags.mk +include /usr/share/dpkg/default.mk include /usr/share/rustc/architecture.mk export CFLAGS CXXFLAGS CPPFLAGS LDFLAGS export DEB_HOST_RUST_TYPE DEB_HOST_GNU_TYPE export CARGO=/usr/share/cargo/bin/cargo export CARGO_HOME=$(CURDIR)/debian/cargo_home -export CARGO_REGISTRY=$(CURDIR)/debian/cargo_registry export DEB_CARGO_CRATE=$(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM) # for pdns makefile