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 3881018..b78a8f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ shotwell (0.30.7-1) UNRELEASED; urgency=medium      - New debian/patches/0115-fix_meson_build.patch to fix FTBFS.      - debian/control: Add cmake to Build-Depends.    * Declare compliance with Debian Policy 4.4.1 (No changes needed). +  * debian/control: +    - Add Rules-Requires-Root: binary-targets.   -- Jörg Frings-Fürst <debian@jff.email>  Thu, 03 Oct 2019 15:23:03 +0200 diff --git a/debian/control b/debian/control index 9fd1a4c..745f9ae 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Build-Depends:   ninja-build,   valac (>= 0.46.0)  Standards-Version: 4.4.1 +Rules-Requires-Root: binary-targets  Homepage: https://wiki.gnome.org/Apps/Shotwell  Vcs-Git: git://jff.email/opt/git/shotwell.git  Vcs-Browser: https://jff.email/cgit/shotwell.git | 
