diff options
author | Timo Weingärtner <timo@tiwe.de> | 2024-06-17 13:28:31 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2024-06-17 13:56:44 +0200 |
commit | 23197987c2d4e610e6ff1f5e60e453ff871772c4 (patch) | |
tree | 9e57c061ecce81e0672ac65e43c7bda34a8b008e | |
parent | 55ddea494b0c7c316461ac9b7b4139af4b175b21 (diff) | |
download | libpam-pwdfile-23197987c2d4e610e6ff1f5e60e453ff871772c4.tar.gz |
update upstream URLs
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 432e77a..ae45a82 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: extra Maintainer: Timo Weingärtner <timo@tiwe.de> Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9), dh-exec (>=0.3), libpam0g-dev -Homepage: https://github.com/tiwe-de/libpam-pwdfile -Vcs-Browser: https://github.com/tiwe-de/libpam-pwdfile/tree/debian -Vcs-Git: git://github.com/tiwe-de/libpam-pwdfile.git -b debian +Homepage: https://git.tiwe.de/libpam-pwdfile.git +Vcs-Browser: https://git.tiwe.de/libpam-pwdfile.git/tree/?h=debian +Vcs-Git: https://git.tiwe.de/libpam-pwdfile.git -b debian Package: libpam-pwdfile Architecture: any diff --git a/debian/copyright b/debian/copyright index a238af4..abaf8f9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libpam-pwdfile -Source: https://github.com/tiwe-de/libpam-pwdfile +Source: https://git.tiwe.de/libpam-pwdfile.git Files: pam_pwdfile.c Copyright: diff --git a/debian/watch b/debian/watch index 84bf06d..3fb27ca 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/tiwe-de/libpam-pwdfile/tags .*/v(\d[\d\.]*)\.tar\.gz +https://git.tiwe.de/libpam-pwdfile.git/refs/tags/ .*/snapshot/libpam-pwdfile-([^/]+).tar.gz |