diff options
author | Benjamin Barenblat <bbaren@google.com> | 2021-02-04 12:11:24 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2021-02-04 13:15:13 -0500 |
commit | d0311c8c3562b778465182c7a8078120492abf89 (patch) | |
tree | 29d519135eac45e6993c2196634d7519b2be1003 | |
parent | 718f4ebfc4be4a35091cb2d29f341ddd58bdaa02 (diff) | |
download | abseil-d0311c8c3562b778465182c7a8078120492abf89.tar.gz abseil-d0311c8c3562b778465182c7a8078120492abf89.tar.bz2 abseil-d0311c8c3562b778465182c7a8078120492abf89.zip |
Start packaging new release
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/gbp.conf | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fbf84fc7..63e67f3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +abseil (0~20200923.3-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Benjamin Barenblat <bbaren@debian.org> Thu, 04 Feb 2021 12:08:46 -0500 + abseil (0~20200923.2-3) unstable; urgency=medium * Fix some issues in unit tests. diff --git a/debian/gbp.conf b/debian/gbp.conf index 22576c83..c24fe094 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -13,4 +13,4 @@ # the License. [DEFAULT] -upstream-tag = 20200923.2 +upstream-tag = 20200923.3 |