Set git branch back to debian/master
This commit is contained in:
parent
a3efe907cd
commit
2932f407c9
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue