diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2016-05-06 22:17:17 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2016-05-06 22:17:17 +0200 |
commit | a2021b042a4f3d9b81d55eb1eed6d9fd6c217d67 (patch) | |
tree | 045a07ccff1ed4d2ada62a8f6a71ef255ce00a91 | |
parent | 826ec19e03e2e192c275cfd3ee5689fb079ae557 (diff) | |
download | zsh-a2021b042a4f3d9b81d55eb1eed6d9fd6c217d67.tar.gz zsh-a2021b042a4f3d9b81d55eb1eed6d9fd6c217d67.zip |
Use "debian-stretch" as debian branch until a new upstream release is out
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/gbp.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 499822847..d2d77f8d8 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Uploaders: Michael Prokop <mika@debian.org>, Richard Hartmann <richih@debian.org> Standards-Version: 3.9.8 Homepage: http://www.zsh.org/ -Vcs-Git: https://anonscm.debian.org/git/collab-maint/zsh.git -b debian +Vcs-Git: https://anonscm.debian.org/git/collab-maint/zsh.git -b debian-stretch Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/zsh.git Package: zsh-common diff --git a/debian/gbp.conf b/debian/gbp.conf index 5d7f7dd66..505de96f8 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -2,7 +2,7 @@ [DEFAULT] upstream-branch = upstream -debian-branch = debian +debian-branch = debian-stretch upstream-tag = zsh-%(version)s debian-tag = debian/%(version)s |