|
|
@ -7,8 +7,8 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Name: debhelper
|
|
|
|
Name: debhelper
|
|
|
|
Version: 11.4
|
|
|
|
Version: 12.6.1
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Helper programs for debian/rules
|
|
|
|
Summary: Helper programs for debian/rules
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
@ -56,6 +56,7 @@ BuildRequires: perl(Test::Harness)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
# Optional tests:
|
|
|
|
# Optional tests:
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
|
|
|
|
BuildRequires: perl-autodie
|
|
|
|
|
|
|
|
|
|
|
|
Requires: binutils
|
|
|
|
Requires: binutils
|
|
|
|
Requires: dh-autoreconf >= 17
|
|
|
|
Requires: dh-autoreconf >= 17
|
|
|
@ -109,7 +110,7 @@ cc -dumpmachine
|
|
|
|
|
|
|
|
|
|
|
|
# Use debhelper to install (man-pages of) debhelper...
|
|
|
|
# Use debhelper to install (man-pages of) debhelper...
|
|
|
|
|
|
|
|
|
|
|
|
./run dh_installman -P %{buildroot} --verbose
|
|
|
|
./run dh_installman -P %{buildroot} --verbose -p debhelper
|
|
|
|
|
|
|
|
|
|
|
|
# Add man-pages to a .lang file:
|
|
|
|
# Add man-pages to a .lang file:
|
|
|
|
# We cannot use "find_lang --with-man" because it only handle
|
|
|
|
# We cannot use "find_lang --with-man" because it only handle
|
|
|
@ -142,6 +143,9 @@ make test
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Oct 08 2019 Sérgio Basto <sergio@serjux.com> - 12.6.1-1
|
|
|
|
|
|
|
|
- Update to 12.6.1
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 11.4-5
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 11.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|