Skip to content

Commit ee16abf

Browse files
author
benschermel
committedMay 24, 2022
update deb changelog and references
1 parent a9511e7 commit ee16abf

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed
 

‎pkg/deb/deb-buildsource.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ pkg_name=keydb-$majorv:$version$distname
2323

2424
# create build tree
2525
cd ../../../
26-
tar -czvf keydb_$version.orig.tar.gz --force-local keydb-internal
27-
cd keydb-internal/pkg/deb/
26+
tar -czvf keydb_$version.orig.tar.gz --force-local KeyDB
27+
cd KeyDB/pkg/deb/
2828
mkdir -p $pkg_name/tmp
2929
if [[ "$codename" == "xenial" ]] || [[ "$codename" == "stretch" ]]; then
3030
cp -r debian_dh9 $pkg_name/tmp/debian

‎pkg/deb/debian/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Build-Depends:
2626
libzstd-dev <!nocheck>
2727
Standards-Version: 4.2.1
2828
Homepage: https://docs.keydb.dev/
29-
Vcs-Git: https://github.com/EQ-Alpha/KeyDB.git
30-
Vcs-Browser: https://github.com/EQ-Alpha/KeyDB
29+
Vcs-Git: https://github.com/Snapchat/KeyDB.git
30+
Vcs-Browser: https://github.com/Snapchat/KeyDB
3131

3232
Package: keydb
3333
Architecture: all

‎pkg/deb/debian_dh9/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Build-Depends:
2525
libzstd-dev <!nocheck>
2626
Standards-Version: 4.2.1
2727
Homepage: https://docs.keydb.dev/
28-
Vcs-Git: https://github.com/EQ-Alpha/KeyDB.git
29-
Vcs-Browser: https://github.com/EQ-Alpha/KeyDB
28+
Vcs-Git: https://github.com/Snapchat/KeyDB.git
29+
Vcs-Browser: https://github.com/Snapchat/KeyDB
3030

3131
Package: keydb
3232
Architecture: all

‎pkg/deb/master_changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
keydb (6:6.3.1-1distribution_placeholder) codename_placeholder; urgency=medium
2+
3+
* This point release contains fixes to bugs related to expires, active-rep, and rdb saving
4+
* Issues fixed: #419, #422, #428
5+
* PRs: #426, #429, #431, #433
6+
7+
-- Ben Schermel <ben@eqalpha.com> Mon, 23 May 2022 20:00:37 +0000
8+
19
keydb (6:6.3.0-1distribution_placeholder) codename_placeholder; urgency=medium
210

311
* This release open sources KeyDB Enterprise features into the open source project along with PSYNC for active replication

0 commit comments

Comments
 (0)
Please sign in to comment.