Skip to content

Commit bfb0ca4

Browse files
committed
(Debian packaging) update for new branch name
1 parent b66807b commit bfb0ca4

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.4.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.15
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.15
2727
upstream-tag = %(version)s
28-
debian-branch = master
28+
debian-branch = r1.15

0 commit comments

Comments
 (0)