diff options
author | Benjamin Barenblat <bbaren@google.com> | 2020-11-06 16:45:10 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2020-11-06 16:45:10 -0500 |
commit | 65e4e6308f0bc46f79012b12df96ab85f5d41700 (patch) | |
tree | d249759f11505568a927114d9f7f406f65d1bd1b | |
parent | f64a528d49d800f3ed838d760f463d5b8a90834f (diff) |
Start packaging new release
Bump shared library micro level to indicate an API- and ABI-compatible
release.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/gbp.conf | 2 | ||||
-rw-r--r-- | debian/patches/configure.diff | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f4078ac2..48e05312 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +abseil (0~20200923.2-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Benjamin Barenblat <bbaren@debian.org> Fri, 06 Nov 2020 10:39:11 -0500 + abseil (0~20200923.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/gbp.conf b/debian/gbp.conf index de10d709..22576c83 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -13,4 +13,4 @@ # the License. [DEFAULT] -upstream-tag = 20200923.1 +upstream-tag = 20200923.2 diff --git a/debian/patches/configure.diff b/debian/patches/configure.diff index 2bdfc027..5c47b152 100644 --- a/debian/patches/configure.diff +++ b/debian/patches/configure.diff @@ -28,7 +28,7 @@ Configure Abseil for Debian. endif() + + set_property(TARGET ${_NAME} PROPERTY SOVERSION 20200923) -+ set_property(TARGET ${_NAME} PROPERTY VERSION "20200923.0.0") ++ set_property(TARGET ${_NAME} PROPERTY VERSION "20200923.0.1") else() # Generating header-only library add_library(${_NAME} INTERFACE) |