Set git branch back to debian/master

This commit is contained in:
Simon McVittie 2018-06-21 22:50:50 +01:00
parent a3efe907cd
commit 2932f407c9
3 changed files with 2 additions and 3 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,5 @@
ostree (2018.5+42+gecdebeb2-1) UNRELEASED; urgency=medium ostree (2018.5+42+gecdebeb2-1) UNRELEASED; urgency=medium
* Switch to experimental branch
* New upstream git snapshot with support for peer-to-peer software * New upstream git snapshot with support for peer-to-peer software
collections, required by Flatpak's peer-to-peer app sharing feature collections, required by Flatpak's peer-to-peer app sharing feature
- d/copyright: Update - d/copyright: Update

2
debian/control vendored
View File

@ -48,7 +48,7 @@ Build-Depends-Indep:
Rules-Requires-Root: no Rules-Requires-Root: no
Standards-Version: 4.1.4 Standards-Version: 4.1.4
Homepage: https://github.com/ostreedev/ostree/ Homepage: https://github.com/ostreedev/ostree/
Vcs-Git: https://salsa.debian.org/debian/ostree.git -b debian/experimental Vcs-Git: https://salsa.debian.org/debian/ostree.git
Vcs-Browser: https://salsa.debian.org/debian/ostree Vcs-Browser: https://salsa.debian.org/debian/ostree
Package: gir1.2-ostree-1.0 Package: gir1.2-ostree-1.0

2
debian/gbp.conf vendored
View File

@ -1,7 +1,7 @@
[DEFAULT] [DEFAULT]
pristine-tar = True pristine-tar = True
compression = xz compression = xz
debian-branch = debian/experimental debian-branch = debian/master
upstream-branch = upstream/latest upstream-branch = upstream/latest
patch-numbers = False patch-numbers = False
upstream-vcs-tag = v%(version)s upstream-vcs-tag = v%(version)s