Skip to content

Commit d6c6f3f

Browse files
committed
(Debian packaging) update for new branch name
1 parent 1f73168 commit d6c6f3f

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
@@ -19,7 +19,7 @@ Standards-Version: 4.4.1
1919
Section: libs
2020
Homepage: https://github.com/mongodb/mongo-c-driver
2121
Vcs-Git: https://github.com/mongodb/mongo-c-driver.git
22-
Vcs-Browser: https://github.com/mongodb/mongo-c-driver/tree/master
22+
Vcs-Browser: https://github.com/mongodb/mongo-c-driver/tree/r1.16
2323

2424
Package: libmongoc-dev
2525
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.16
2727
upstream-tag = %(version)s
28-
debian-branch = master
28+
debian-branch = r1.16

0 commit comments

Comments
 (0)