diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 17:14:01 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 17:14:01 -0700 |
commit | 6fb07dce51e1fe6da7fa64d403db4b352827e7d6 (patch) | |
tree | a1ef52e4f925217b615b5a7e87a43855a8d2a0bc /debian/control | |
parent | 09f8aefcb091dc6ed17ea217dfa9a3ba4744224b (diff) |
Update standards version to 4.1.4
* Update standards version to 4.1.4.
- Use https URLs for Vcs-* fields in debian/control.
- Use https URL for debian/copyright Format field.
- Change Priority: extra to optional since extra has been retired.
Also refresh debian/copyright.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 226a64e..82d0cdd 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: wallet Section: net -Priority: extra +Priority: optional Maintainer: Russ Allbery <rra@debian.org> Bugs: mailto:rra@debian.org Build-Depends: @@ -31,10 +31,10 @@ Build-Depends: libwebauth-perl, perl, sqlite3, -Standards-Version: 3.9.6 -Homepage: http://www.eyrie.org/~eagle/software/wallet/ -Vcs-Git: git://git.eyrie.org/kerberos/wallet.git -b debian/master -Vcs-Browser: http://git.eyrie.org/?p=kerberos/wallet.git +Standards-Version: 4.1.4 +Homepage: https://www.eyrie.org/~eagle/software/wallet/ +Vcs-Git: https://git.eyrie.org/git/kerberos/wallet.git -b debian/master +Vcs-Browser: https://git.eyrie.org/?p=kerberos/wallet.git Package: keytab-backend Architecture: all |