diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-10-19 13:13:19 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-10-19 13:13:19 +0200 |
commit | 55e7751b65b25160280a57125237150eec560b56 (patch) | |
tree | 853eaeb97f6c1fb67e07f3c856bf39a62275a913 | |
parent | ba4c9870fe6c42b6cdd6e6c3cb2ecd1fc4a6392f (diff) |
new d/control: Remove redundant Rules-Requires-Root field
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4e13cc72..4b467199 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ libunistring (1.4.1-1) UNRELEASED; urgency=medium - Remove superfluous file pattern. - Refresh to make lcr happy. + Add debian/lrc.config + * debian/control: + - Remove redundant Rules-Requires-Root field. -- Jörg Frings-Fürst <debian@jff.email> Sat, 18 Oct 2025 18:49:01 +0200 diff --git a/debian/control b/debian/control index 127b1633..2f8b034a 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Build-Depends: debhelper-compat (= 13) Standards-Version: 4.7.2 Section: libs -Rules-Requires-Root: no Homepage: https://www.gnu.org/software/libunistring/ Vcs-Git: https://git.jff.email/cgit/libunistring.git Vcs-Browser: https://git.jff.email/cgit/libunistring.git |