diff --git a/devscripts.changes b/devscripts.changes index dafec7f..65d8edf 100644 --- a/devscripts.changes +++ b/devscripts.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 2 11:42:50 UTC 2022 - Michal Hrusecky + +- Add missing uscan dependencies perl-{File-HomeDir,IPC-Run,Moo} + ------------------------------------------------------------------- Mon Nov 23 17:53:12 UTC 2020 - Martin Liška diff --git a/devscripts.spec b/devscripts.spec index 3a12d69..56e0ed8 100644 --- a/devscripts.spec +++ b/devscripts.spec @@ -1,7 +1,7 @@ # # spec file for package devscripts # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: devscripts Version: 2.19.5 Release: 0 Summary: Scripts to make the life of a Debian Package maintainer easier -License: GPL-2.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later AND GPL-3.0-only AND Artistic-2.0 AND (GPL-1.0-or-later OR Artistic-1.0) AND SUSE-Public-Domain AND ISC +License: (Artistic-1.0 OR GPL-1.0-or-later) AND Artistic-2.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-or-later AND GPL-3.0-only AND SUSE-Public-Domain AND ISC Group: Development/Tools/Building URL: https://salsa.debian.org/debian/devscripts Source: https://salsa.debian.org/debian/devscripts/-/archive/v%{version}/devscripts-v%{version}.tar.bz2 @@ -47,6 +47,9 @@ BuildRequires: zlib-devel Requires: checkbashisms >= %{version} Requires: dpkg Requires: html2text +Requires: perl-File-HomeDir +Requires: perl-IPC-Run +Requires: perl-Moo # provides same %_bindir/hardening-check binary Conflicts: hardening-check Provides: deb:%{_bindir}/debchange