diff options
author | Benjamin Barenblat <bbaren@google.com> | 2020-05-12 18:20:27 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2020-05-18 15:05:59 -0400 |
commit | e05aa44e16cc9c47c8285b920415ac0f4763657a (patch) | |
tree | 56af9c85a801d93d1beb720bfee1928db672490f /debian/README.Debian | |
parent | c51510d1d87ebce8615ae1752fd5aca912f6cf4c (diff) | |
download | abseil-e05aa44e16cc9c47c8285b920415ac0f4763657a.tar.gz abseil-e05aa44e16cc9c47c8285b920415ac0f4763657a.tar.bz2 abseil-e05aa44e16cc9c47c8285b920415ac0f4763657a.zip |
Start packaging Abseil
Create basic packaging for Abseil. There’s still work to be done –
there are no autopkgtests, and this package doesn’t install Abseil’s
CMake integration. However, you can install the binary packages and
build programs that link the libraries.
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 00000000..7c0dd3c0 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,9 @@ +Abseil for Debian +----------------- + +libabsl-dev installs a number of files to 'internal' directories. In general, +your project should not directly include any files from these directories; they +may change without warning. If you think you need something from one of those +files, please report a bug with reportbug(1). + + -- Benjamin Barenblat <bbaren@debian.org> Thu, 07 May 2020 11:35:28 -0400 |