diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5728b2c..fdd02b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ psocksxx (1.1.1-2) UNRELEASED; urgency=medium * New debian/0115-doxygen_path.patch to remove full path from documentation. * New debian/0120-privicy.patch to remove external links from documentation. * Add some missing DEP-3 headers. + * debian/control: + - Add Rules-Requires-Root: no. -- Jörg Frings-Fürst <debian@jff.email> Sun, 22 Aug 2021 11:27:06 +0200 diff --git a/debian/control b/debian/control index db4d9f3..b27adbf 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: Build-Depends-Indep: doxygen Standards-Version: 4.6.0.1 +Rules-Requires-Root: no Homepage: https://nukedzn.github.io/psocksxx Vcs-Git: git://jff.email/opt/git/psocksxx.git Vcs-Browser: https://jff.email/cgit/psocksxx.git/ |