diff options
author | Timo Weingärtner <timo@tiwe.de> | 2024-10-24 11:36:17 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2024-10-24 11:36:17 +0200 |
commit | 0c22c2cc7f7ac32d9b263a704193200945e6a978 (patch) | |
tree | 579647a7105240380b1fb857d5dddbe805447d5a /debian | |
parent | 4900aa2ec6e21c540d01a29d8e21d24b533a3b76 (diff) | |
download | openssh-known-hosts-0c22c2cc7f7ac32d9b263a704193200945e6a978.tar.gz |
update upstream urls
Diffstat (limited to 'debian')
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
4 files changed, 5 insertions, 6 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7f8f011..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/control b/debian/control index b7458c9..705ed66 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: extra Maintainer: Timo Weingärtner <timo@tiwe.de> Build-Depends: debhelper (>= 7), pandoc Standards-Version: 3.9.6 -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 +Homepage: https://git.tiwe.de/openssh-known-hosts.git +Vcs-Git: https://git.tiwe.de/openssh-known-hosts.git -b debian +Vcs-Browser: https://git.tiwe.de/openssh-known-hosts.git/log/?h=debian Package: openssh-known-hosts Architecture: all diff --git a/debian/copyright b/debian/copyright index 5ee462b..3a78e29 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: openssh-known-hosts Upstream-Contact: Timo Weingärtner <timo@tiwe.de> -Source: https://github.com/tiwe-de/openssh-known-hosts +Source: https://git.tiwe.de/openssh-known-hosts.git Files: * Copyright: 2009-2013, Timo Weingärtner diff --git a/debian/watch b/debian/watch index c44afe8..9da6be4 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/tiwe-de/openssh-known-hosts/tags .*/(\d[\d\.]*)\.tar\.gz +https://git.tiwe.de/openssh-known-hosts.git/refs/tags/ .*/snapshot/openssh-known-hosts-([^/]+).tar.gz |