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 b66807b commit bfb0ca4Copy full SHA for bfb0ca4
debian/control
@@ -18,7 +18,7 @@ Standards-Version: 4.4.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.15
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.15
27
upstream-tag = %(version)s
28
-debian-branch = master
+debian-branch = r1.15
0 commit comments