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
|
||||
Version: 13.11.5
|
||||
Version: 13.11.6
|
||||
Release: 1mamba
|
||||
Summary: Auxiliary programs for debian/rules
|
||||
Group: Development/Tools
|
||||
@ -23,14 +23,14 @@ Auxiliary programs for debian/rules.
|
||||
#% debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
%make
|
||||
%make -C work
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%makeinstall -C work
|
||||
|
||||
#%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
@ -49,6 +49,9 @@ Auxiliary programs for debian/rules.
|
||||
%{_datadir}/debhelper/autoscripts/*
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user