diff --git a/po4a.changes b/po4a.changes index 5714bfa..a86da3c 100644 --- a/po4a.changes +++ b/po4a.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 10 00:41:40 UTC 2021 - Pau Garcia Quiles + +- debbuild does not understand patterns like man[1357] so desaggregating + into man1, man3, etc for Ubuntu and Debian packages + ------------------------------------------------------------------- Thu Jun 24 19:31:03 UTC 2021 - Pau Garcia Quiles diff --git a/po4a.spec b/po4a.spec index ede6a8d..c8b7fc0 100644 --- a/po4a.spec +++ b/po4a.spec @@ -130,7 +130,9 @@ rm -rf t/fmt-tex.t t/fmt/tex %attr(755,root,root) %{_bindir}/* %dir %{perl_vendorlib}/Locale/ %{perl_vendorlib}/Locale/Po4a -%{_mandir}/man[1357]/* +%{_mandir}/man1/* +%{_mandir}/man3/* +%{_mandir}/man7/* %files lang -f %{name}.lang %defattr(-,root,root)