Codebase list abseil / 41e42ce
Remove constraints unnecessary since stretch. * Build-Depends: Drop versioned constraint on cmake. * libabsl-dev: Drop versioned constraint on cmake in Recommends. Changes-By: deb-scrub-obsolete Debian Janitor 3 years ago
2 changed file(s) with 11 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 abseil (0~20200923.3-4) UNRELEASED; urgency=medium
1
2 * Remove constraints unnecessary since stretch:
3 + Build-Depends: Drop versioned constraint on cmake.
4 + libabsl-dev: Drop versioned constraint on cmake in Recommends.
5
6 -- Debian Janitor <janitor@jelmer.uk> Mon, 15 Mar 2021 00:35:55 -0000
7
08 abseil (0~20200923.3-3) unstable; urgency=medium
19
210 * Fix "ftbfs with -march=x86-64-v3" by correcting the relevant unit
1515 Priority: optional
1616 Maintainer: Benjamin Barenblat <bbaren@debian.org>
1717 Build-Depends:
18 cmake (>= 3.5),
18 cmake,
1919 debhelper-compat (= 12),
20 googletest (>= 1.10.0.20200926) [amd64 ppc64el],
20 googletest (>= 1.10.0.20200926) [amd64 ppc64el]
2121 Rules-Requires-Root: no
2222 Standards-Version: 4.5.1
2323 Section: libs
3838 Depends:
3939 libabsl20200923 (= ${binary:Version}),
4040 ${misc:Depends},
41 Recommends: cmake (>= 2.6), g++ (>= 4.7)
41 Recommends: cmake, g++ (>= 4.7)
4242 Description: ${source:Synopsis} (development files)
4343 ${source:Extended-Description}
4444 .