automatic update by autodist [release 12.10-1mamba;Wed Apr 29 2020]
This commit is contained in:
parent
99e5dce93d
commit
86a5bedb82
@ -1,4 +1,3 @@
|
|||||||
# debhelper
|
# debhelper
|
||||||
|
|
||||||
Auxiliary programs for debian/rules.
|
Auxiliary programs for debian/rules.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: debhelper
|
Name: debhelper
|
||||||
Version: 10.9.2
|
Version: 12.10
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Auxiliary programs for debian/rules
|
Summary: Auxiliary programs for debian/rules
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
Auxiliary programs for debian/rules.
|
Auxiliary programs for debian/rules.
|
||||||
|
|
||||||
%debug_package
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -n %{name}
|
||||||
@ -31,12 +31,13 @@ Auxiliary programs for debian/rules.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
#%find_lang %{name} || touch %{name}.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
|
#-f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/dh
|
%{_bindir}/dh
|
||||||
%{_bindir}/dh_*
|
%{_bindir}/dh_*
|
||||||
@ -47,6 +48,9 @@ Auxiliary programs for debian/rules.
|
|||||||
%{_datadir}/debhelper/autoscripts/*
|
%{_datadir}/debhelper/autoscripts/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 10.9.2-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user