Switch to experimental branch
This commit is contained in:
parent
1dcc31f8d7
commit
fcb8f45f70
|
|
@ -1,3 +1,9 @@
|
||||||
|
ostree (2018.5-2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Switch to experimental branch
|
||||||
|
|
||||||
|
-- Simon McVittie <smcv@debian.org> Fri, 08 Jun 2018 09:10:21 +0100
|
||||||
|
|
||||||
ostree (2018.5-1) unstable; urgency=medium
|
ostree (2018.5-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,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
|
Vcs-Git: https://salsa.debian.org/debian/ostree.git -b debian/experimental
|
||||||
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/master
|
debian-branch = debian/experimental
|
||||||
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