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 | |
parent | efe2a6652ccc021b87dbc9118cf8010d98e468c2 (diff) |
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')
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/libabsl-dev.install | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/debian/libabsl-dev.install b/debian/libabsl-dev.install index 42e5174a..9e2cb20e 100644 --- a/debian/libabsl-dev.install +++ b/debian/libabsl-dev.install @@ -16,4 +16,4 @@ usr/include/absl usr/lib/*/*.a usr/lib/*/*.so usr/lib/*/cmake -usr/lib/pkgconfig/*.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig +usr/lib/*/pkgconfig/*.pc |