From: Sven Hoexter Date: Sat, 4 Jul 2020 18:40:04 +0000 (+0200) Subject: Add Rules-Requires-Root: no to debian/control. X-Git-Tag: debian/1.3.0-2~1 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=commitdiff_plain;h=3228e3376db0c2de7989d36aa639981a0d29cb51 Add Rules-Requires-Root: no to debian/control. --- diff --git a/debian/changelog b/debian/changelog index 115d1d9..fdc36af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ exfat-utils (1.3.0-2) UNRELEASED; urgency=medium * Conflict with the exfatprogs package. * Update package description to emphasize the difference between exfat-utils and exfatprogs as independent implementations. + * Add Rules-Requires-Root: no to debian/control. -- Sven Hoexter Sat, 04 Jul 2020 20:20:50 +0200 diff --git a/debian/control b/debian/control index 1629e62..0d73029 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Sven Hoexter Build-Depends: debhelper-compat (= 13), pkg-config Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: https://github.com/relan/exfat Vcs-Git: https://git.sven.stormbind.net/exfat-utils.git Vcs-Browser: https://git.sven.stormbind.net/?p=sven/exfat-utils.git