diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 17:15:18 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 17:15:18 -0700 |
commit | 2b1c865fd5d20d576c10f4876118ef457b113b89 (patch) | |
tree | 8f963f260e0fef08e2a59b541de2919f273bd3a0 | |
parent | 6fb07dce51e1fe6da7fa64d403db4b352827e7d6 (diff) |
Set Rules-Requires-Root: no
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e93a206..1962ddf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ wallet (1.4-1) UNRELEASED; urgency=medium - 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. + * Set Rules-Requires-Root: no. * Add upstream-vcs-tag pattern to debian/gbp.conf. * Refresh upstream signing key. diff --git a/debian/control b/debian/control index 82d0cdd..84b3c8a 100644 --- a/debian/control +++ b/debian/control @@ -31,6 +31,7 @@ Build-Depends: libwebauth-perl, perl, sqlite3, +Rules-Requires-Root: no 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 |