From 85d11a4910c5a8f558d6fc7cbe2cdf37bedd85c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20H=C3=B6xter?= Date: Mon, 29 Jun 2020 09:51:54 +0200 Subject: [PATCH] Declare in debian/control "Rules-Requires-Root: no" to build without root permission. --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9548822..c130d61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ fuse-exfat (1.3.0-2) unstable; urgency=medium * Remove kfreebsd dependency on fuse4bsd - the package was dropped from the archive some time ago. * Update debian/copyright for the year 2020. + * Declare in debian/control "Rules-Requires-Root: no" to build + without root permission. -- Sven Hoexter Fri, 26 Jun 2020 19:26:47 +0200 diff --git a/debian/control b/debian/control index d2862a5..7606d74 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: otherosfs Priority: optional Maintainer: Sven Hoexter Build-Depends: debhelper-compat (= 13), libfuse-dev, pkg-config +Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: https://github.com/relan/exfat Vcs-Git: https://git.sven.stormbind.net/fuse-exfat.git -- 2.39.2