diff options
author | Timo Weingärtner <timo@tiwe.de> | 2014-07-05 00:57:55 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2014-07-05 00:58:40 +0200 |
commit | 2b06a1b91770974b13320700a0cda9ff7fd04f84 (patch) | |
tree | 60e81216544bb7ce9bd2dc8ba48d3b870fc1b910 /debian | |
parent | 4bc329ddecb7b28c217a46b309ec74f67e6d3e69 (diff) | |
download | openssh-known-hosts-2b06a1b91770974b13320700a0cda9ff7fd04f84.tar.gz |
release 0.6.1-3~bpo70+1debian/0.6.1-3_bpo70+1debian-bpo-wheezy
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/gbp.conf | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9477f7c..47fc48a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openssh-known-hosts (0.6.1-3~bpo70+1) wheezy-backports; urgency=medium + + * Rebuild for wheezy-backports. + + -- Timo Weingärtner <timo@tiwe.de> Sat, 05 Jul 2014 00:22:09 +0200 + openssh-known-hosts (0.6.1-3) unstable; urgency=medium * postrm: only act on purge, don't fail when empty diff --git a/debian/control b/debian/control index c2b3ef3..c4ec91f 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Timo Weingärtner <timo@tiwe.de> Build-Depends: debhelper (>= 7), pandoc Standards-Version: 3.9.5 Homepage: https://github.com/tiwe-de/openssh-known-hosts -Vcs-Git: git://github.com/tiwe-de/openssh-known-hosts.git -b debian -Vcs-Browser: https://github.com/tiwe-de/openssh-known-hosts/tree/debian +Vcs-Git: git://github.com/tiwe-de/openssh-known-hosts.git -b debian-bpo-wheezy +Vcs-Browser: https://github.com/tiwe-de/openssh-known-hosts/tree/debian-bpo-wheezy Package: openssh-known-hosts Architecture: all diff --git a/debian/gbp.conf b/debian/gbp.conf index 2dac163..2d3c532 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,5 +1,5 @@ [DEFAULT] upstream-branch = master -debian-branch = debian +debian-branch = debian-bpo-wheezy upstream-tag = %(version)s pristine-tar = true |