From f9801d04629a44e6a6b258adc0511f10cd658dab Mon Sep 17 00:00:00 2001
From: Miguel Landaeta <nomadium@debian.org>
Date: Sun, 29 Oct 2017 15:42:18 +0000
Subject: [PATCH] Add Rules-Requires-Root: no

---
 debian/changelog | 3 ++-
 debian/control   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c5ed60a..869dbfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ jnr-netdb (1.1.6-2) UNRELEASED; urgency=medium
   * Wrap and sort dependencies lists.
   * Bump DH compat level to 10.
   * Bump Standards-Version to 4.1.1. No changes were required.
+  * Add Rules-Requires-Root: no.
 
- -- Miguel Landaeta <nomadium@debian.org>  Sun, 29 Oct 2017 15:40:11 +0000
+ -- Miguel Landaeta <nomadium@debian.org>  Sun, 29 Oct 2017 15:41:36 +0000
 
 jnr-netdb (1.1.6-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 81836e3..2ff8de8 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Standards-Version: 4.1.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jnr-netdb.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jnr-netdb.git
 Homepage: https://github.com/jnr/jnr-netdb
+Rules-Requires-Root: no
 
 Package: libjnr-netdb-java
 Architecture: all
-- 
GitLab