diff options
author | Benjamin Barenblat <bbaren@google.com> | 2021-04-21 10:24:22 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2021-06-01 14:28:46 -0400 |
commit | 5f27305121bcfe04b0944ed8fa5c9ea922459838 (patch) | |
tree | 160e8e22969947569e6b6575324bb17313459887 /debian/control | |
parent | efe2a6652ccc021b87dbc9118cf8010d98e468c2 (diff) | |
download | abseil-5f27305121bcfe04b0944ed8fa5c9ea922459838.tar.gz abseil-5f27305121bcfe04b0944ed8fa5c9ea922459838.tar.bz2 abseil-5f27305121bcfe04b0944ed8fa5c9ea922459838.zip |
Update install source for pkg-config files
Abseil 20210324.1 respects multiarch when installing pkg-config files
now, so we don’t need to install them from usr/lib/pkgconfig. This
means we don’t need debhelper 13 (see
9c4d4dbaa118a180f6d0e681dfe89efd22ae1cf4), so go back to
debhelper-compat 12.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 723d00c8..6573b8af 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Priority: optional Maintainer: Benjamin Barenblat <bbaren@debian.org> Build-Depends: cmake (>= 3.5), - debhelper-compat (= 13), + debhelper-compat (= 12), googletest (>= 1.10.0.20200926) [amd64 arm64 ppc64el], Rules-Requires-Root: no Standards-Version: 4.5.1 |