From ee16abf020e23ae9018434b596e33f425d23f5b4 Mon Sep 17 00:00:00 2001 From: benschermel Date: Tue, 24 May 2022 15:59:08 -0400 Subject: [PATCH] update deb changelog and references --- pkg/deb/deb-buildsource.sh | 4 ++-- pkg/deb/debian/control | 4 ++-- pkg/deb/debian_dh9/control | 4 ++-- pkg/deb/master_changelog | 8 ++++++++ 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/pkg/deb/deb-buildsource.sh b/pkg/deb/deb-buildsource.sh index 8d50035f1..39a2782e9 100755 --- a/pkg/deb/deb-buildsource.sh +++ b/pkg/deb/deb-buildsource.sh @@ -23,8 +23,8 @@ pkg_name=keydb-$majorv:$version$distname # create build tree cd ../../../ -tar -czvf keydb_$version.orig.tar.gz --force-local keydb-internal -cd keydb-internal/pkg/deb/ +tar -czvf keydb_$version.orig.tar.gz --force-local KeyDB +cd KeyDB/pkg/deb/ mkdir -p $pkg_name/tmp if [[ "$codename" == "xenial" ]] || [[ "$codename" == "stretch" ]]; then cp -r debian_dh9 $pkg_name/tmp/debian diff --git a/pkg/deb/debian/control b/pkg/deb/debian/control index 1091a4ba1..767f00cac 100644 --- a/pkg/deb/debian/control +++ b/pkg/deb/debian/control @@ -26,8 +26,8 @@ Build-Depends: libzstd-dev Standards-Version: 4.2.1 Homepage: https://docs.keydb.dev/ -Vcs-Git: https://github.com/EQ-Alpha/KeyDB.git -Vcs-Browser: https://github.com/EQ-Alpha/KeyDB +Vcs-Git: https://github.com/Snapchat/KeyDB.git +Vcs-Browser: https://github.com/Snapchat/KeyDB Package: keydb Architecture: all diff --git a/pkg/deb/debian_dh9/control b/pkg/deb/debian_dh9/control index 0feec1220..657ad2066 100644 --- a/pkg/deb/debian_dh9/control +++ b/pkg/deb/debian_dh9/control @@ -25,8 +25,8 @@ Build-Depends: libzstd-dev Standards-Version: 4.2.1 Homepage: https://docs.keydb.dev/ -Vcs-Git: https://github.com/EQ-Alpha/KeyDB.git -Vcs-Browser: https://github.com/EQ-Alpha/KeyDB +Vcs-Git: https://github.com/Snapchat/KeyDB.git +Vcs-Browser: https://github.com/Snapchat/KeyDB Package: keydb Architecture: all diff --git a/pkg/deb/master_changelog b/pkg/deb/master_changelog index d3bf48042..31990bf3b 100644 --- a/pkg/deb/master_changelog +++ b/pkg/deb/master_changelog @@ -1,3 +1,11 @@ +keydb (6:6.3.1-1distribution_placeholder) codename_placeholder; urgency=medium + + * This point release contains fixes to bugs related to expires, active-rep, and rdb saving + * Issues fixed: #419, #422, #428 + * PRs: #426, #429, #431, #433 + +-- Ben Schermel Mon, 23 May 2022 20:00:37 +0000 + keydb (6:6.3.0-1distribution_placeholder) codename_placeholder; urgency=medium * This release open sources KeyDB Enterprise features into the open source project along with PSYNC for active replication