diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 80c639b..622cb46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ gnome-pie (0.7.2-2) UNRELEASED; urgency=medium - debian/control: + Bump minimum debhelper-compat version to = 13. * Declare compliance with Debian Policy 4.5.0 (No changes needed). + * debian/control: + - Add Rules-Requires-Root: no. -- Jörg Frings-Fürst <debian@jff.email> Sun, 05 Jan 2020 11:45:22 +0100 diff --git a/debian/control b/debian/control index 91e6116..9defce0 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: libxtst-dev, valac (>= 0.24) Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: https://gnome-pie.simonschneegans.de/ Vcs-Git: git://jff.email/opt/git/gnome-pie.git Vcs-Browser: https://jff.email/cgit/gnome-pie.git |