Skip to content

Commit 0e4eb1d

Browse files
committed
(Debian packaging) update for new branch name
1 parent 71d7eae commit 0e4eb1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Standards-Version: 4.3.0
1818
Section: libs
1919
Homepage: https://github.com/mongodb/mongo-c-driver
2020
Vcs-Git: https://github.com/mongodb/mongo-c-driver.git
21-
Vcs-Browser: https://github.com/mongodb/mongo-c-driver/tree/master
21+
Vcs-Browser: https://github.com/mongodb/mongo-c-driver/tree/r1.14
2222

2323
Package: libmongoc-dev
2424
Section: libdevel

debian/gbp.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ prebuild = bash -c "
2323
rm -rf \$zlib_rm_files"
2424

2525
upstream-tree = BRANCH
26-
upstream-branch = master
26+
upstream-branch = r1.14
2727
upstream-tag = %(version)s
28-
debian-branch = master
28+
debian-branch = r1.14

0 commit comments

Comments
 (0)