automatic update by autodist [release 12.10-1mamba;Wed Apr 29 2020]

This commit is contained in:
Automatic Build System 2024-01-05 21:42:23 +01:00
parent 99e5dce93d
commit 86a5bedb82
2 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,3 @@
# debhelper
Auxiliary programs for debian/rules.

View File

@ -1,5 +1,5 @@
Name: debhelper
Version: 10.9.2
Version: 12.10
Release: 1mamba
Summary: Auxiliary programs for debian/rules
Group: Development/Tools
@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Auxiliary programs for debian/rules.
%debug_package
#% debug_package
%prep
%setup -q -n %{name}
@ -31,12 +31,13 @@ Auxiliary programs for debian/rules.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name} || touch %{name}.lang
#%find_lang %{name} || touch %{name}.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%files
#-f %{name}.lang
%defattr(-,root,root)
%{_bindir}/dh
%{_bindir}/dh_*
@ -47,6 +48,9 @@ Auxiliary programs for debian/rules.
%{_datadir}/debhelper/autoscripts/*
%changelog
* Wed Apr 29 2020 Automatic Build System <autodist@mambasoft.it> 12.10-1mamba
- automatic update by autodist
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 10.9.2-1mamba
- automatic update by autodist