From 80becf8aa6000a0ce18d68c7adef778d8018f3ed Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Nov 2016 12:52:54 +0000 Subject: [PATCH] rules: Drop seddery for libgmp3c2 C++ ABI transition. c1372c51e9a4 (was from CVS) "better treatment of dependencies" says * seddery libgmp3 dependencies to libgmp3 | libgmp3c2 since we are C and not C++ and care nothing for C++ ABI transitions. That was in 2007. We do not need this any more. Current libgmp is libgmp10. Signed-off-by: Ian Jackson --- debian/changelog | 3 +++ debian/rules | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 243259f..d6260fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,9 @@ chiark-utils (4.5.0~iwj5) unstable; urgency=medium * Fix tiny typo in long description. Closes:#819746. (Luke Faraone.) * Fix build repro by using gzip -n. Closes:#777300. (Chris Lamb.) + debian/rules file tidying: + * Drop seddery for libgmp3c2 C++ ABI transition. + -- chiark-utils (4.5.0~iwj4) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 7e69159..32f3129 100755 --- a/debian/rules +++ b/debian/rules @@ -138,12 +138,6 @@ binary-arch: checkroot build binary-prep a="$$a -d$$d $$f"; \ done; set -x; \ dpkg-shlibdeps -Tdebian/sv-chiark-utils-bin $$a - perl -i~ -pe ' '\ - -e' next unless m/^shlibs:/; '\ - -e' s/$$/,/; s/=/=, /; '\ - -e' s/, libgmp3(?:c2)?,/, libgmp3 | libgmp3c2,/; '\ - -e' s/=, /=/; s/,$$//; '\ - debian/sv-*[!~] set -e; for p in $(packages_arch); \ do debian/rules binary-one p=$$p; done -- 2.30.2