diff options
author | Simon McVittie <smcv@debian.org> | 2020-10-08 10:56:09 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2020-10-08 10:56:09 +0100 |
commit | a9c355b1ad4e0028aab2f17aef48b7ec493358db (patch) | |
tree | 703d7dc1100f4bbbbd55843908e82484278a030f | |
parent | d/upstream/metadata: Add (diff) | |
download | zenity-a9c355b1ad4e0028aab2f17aef48b7ec493358db.tar.gz zenity-a9c355b1ad4e0028aab2f17aef48b7ec493358db.tar.bz2 zenity-a9c355b1ad4e0028aab2f17aef48b7ec493358db.zip |
Set Rules-Requires-Root to no
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/control.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 813d5221..c52434d0 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: debhelper-compat (= 12), libgtk-3-dev (>= 3.0.0), libnotify-dev (>= 0.6.1), libwebkit2gtk-4.0-dev (>= 2.8.1) [linux-any] +Rules-Requires-Root: no Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/gnome-team/zenity Vcs-Git: https://salsa.debian.org/gnome-team/zenity.git diff --git a/debian/control.in b/debian/control.in index 096eb1f4..ae4aef88 100644 --- a/debian/control.in +++ b/debian/control.in @@ -12,6 +12,7 @@ Build-Depends: debhelper-compat (= 12), libgtk-3-dev (>= 3.0.0), libnotify-dev (>= 0.6.1), libwebkit2gtk-4.0-dev (>= 2.8.1) [linux-any] +Rules-Requires-Root: no Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/gnome-team/zenity Vcs-Git: https://salsa.debian.org/gnome-team/zenity.git |