{"base_revision":"git-v1:b3a15245a7ea86b49e44f19ee0c902fadd6505e3","content":"diff --git a/debian/changelog b/debian/changelog\nindex f3d764c..21f14dc 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,13 @@\n+mpclib3 (1.3.1-4) UNRELEASED; urgency=low\n+\n+  * Remove field Section on binary package libmpc3 that duplicates source.\n+  * Rely on pre-initialized dpkg-architecture variables.\n+  * Trim trailing whitespace.\n+  * Use secure URI in Homepage field.\n+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 04 May 2026 05:50:51 +0000\n+\n mpclib3 (1.3.1-3) unstable; urgency=medium\n \n   * Bump standards version.\n@@ -190,4 +200,3 @@ mpclib (0.5-1) unstable; urgency=low\n   * Initial release (Closes: #502279).\n \n  -- Laurent Fousse <laurent@komite.net>  Tue, 14 Oct 2008 16:21:17 +0200\n-\ndiff --git a/debian/control b/debian/control\nindex 1b4f977..ad30953 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -5,9 +5,9 @@ Uploaders: Matthias Klose <doko@debian.org>\n Build-Depends: debhelper-compat (= 13),\n   libmpfr-dev (>= 4.1.1),\n   libgmp-dev,\n-Standards-Version: 4.7.3\n+Standards-Version: 4.7.4\n Section: libs\n-Homepage: http://www.multiprecision.org/mpc/\n+Homepage: https://www.multiprecision.org/mpc/\n Vcs-Browser: https://salsa.debian.org/toolchain-team/mpclib\n Vcs-Git: https://salsa.debian.org/toolchain-team/mpclib.git\n \n@@ -32,7 +32,6 @@ Description: multiple precision complex floating-point library development packa\n  It builds upon the GNU MP and the MPFR libraries.\n \n Package: libmpc3\n-Section: libs\n Architecture: any\n Multi-Arch: same\n Pre-Depends: ${misc:Pre-Depends}\ndiff --git a/debian/rules b/debian/rules\nindex e7ec74a..15192a5 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -12,17 +12,15 @@\n \n # These are used for cross-compiling and for saving the configure script\n # from having to guess our platform (since we know it already)\n-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)\n-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)\n-DEB_HOST_MULTIARCH  ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)\n+include /usr/share/dpkg/architecture.mk\n ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))\n CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)\n else\n CROSS= --build $(DEB_BUILD_GNU_TYPE)\n endif\n \n-CPPFLAGS\t:= $(shell dpkg-buildflags --get CPPFLAGS) \n-CFLAGS\t\t:= $(shell dpkg-buildflags --get CFLAGS) \n+CPPFLAGS\t:= $(shell dpkg-buildflags --get CPPFLAGS)\n+CFLAGS\t\t:= $(shell dpkg-buildflags --get CFLAGS)\n LDFLAGS\t\t:= $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs\n \n COMMA = ,\n@@ -64,15 +62,15 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))\n \tGMP_CHECK_RANDOMIZE=1 $(MAKE) check\n endif\n \n-clean: \n+clean:\n \tdh_testdir\n \tdh_testroot\n-\trm -f configure-stamp build-stamp \n+\trm -f configure-stamp build-stamp\n \n \t[ ! -f Makefile ] || $(MAKE) distclean\n \n \tdh_autoreconf_clean\n-\tdh_clean \n+\tdh_clean\n \n install: build\n \tdh_testdir\n@@ -110,4 +108,4 @@ binary-arch: build install\n \tdh_builddeb\n \n binary: binary-indep binary-arch\n-.PHONY: build clean binary-indep binary-arch binary install \n+.PHONY: build clean binary-indep binary-arch binary install\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:0e8c5ea9a3a1f25e59f08134960baf8a3b0ed5cb"}