automatic version update by autodist [release 13.11.6-1mamba;Sat Sep 09 2023]
This commit is contained in:
parent
bb6e303041
commit
8a30d27499
@ -1,5 +1,5 @@
|
|||||||
Name: debhelper
|
Name: debhelper
|
||||||
Version: 13.11.5
|
Version: 13.11.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Auxiliary programs for debian/rules
|
Summary: Auxiliary programs for debian/rules
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -23,14 +23,14 @@ Auxiliary programs for debian/rules.
|
|||||||
#% debug_package
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make
|
%make -C work
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C work
|
||||||
|
|
||||||
#%find_lang %{name} || touch %{name}.lang
|
#%find_lang %{name} || touch %{name}.lang
|
||||||
|
|
||||||
@ -49,6 +49,9 @@ Auxiliary programs for debian/rules.
|
|||||||
%{_datadir}/debhelper/autoscripts/*
|
%{_datadir}/debhelper/autoscripts/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 09 2023 Automatic Build System <autodist@mambasoft.it> 13.11.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Aug 15 2023 Automatic Build System <autodist@mambasoft.it> 13.11.5-1mamba
|
* Tue Aug 15 2023 Automatic Build System <autodist@mambasoft.it> 13.11.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user