We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d7eae commit 0e4eb1dCopy full SHA for 0e4eb1d
debian/control
@@ -18,7 +18,7 @@ Standards-Version: 4.3.0
18
Section: libs
19
Homepage: https://github.com/mongodb/mongo-c-driver
20
Vcs-Git: https://github.com/mongodb/mongo-c-driver.git
21
-Vcs-Browser: https://github.com/mongodb/mongo-c-driver/tree/master
+Vcs-Browser: https://github.com/mongodb/mongo-c-driver/tree/r1.14
22
23
Package: libmongoc-dev
24
Section: libdevel
debian/gbp.conf
@@ -23,6 +23,6 @@ prebuild = bash -c "
rm -rf \$zlib_rm_files"
25
upstream-tree = BRANCH
26
-upstream-branch = master
+upstream-branch = r1.14
27
upstream-tag = %(version)s
28
-debian-branch = master
+debian-branch = r1.14
0 commit comments