automatic version update by autodist [release 13.23-1mamba;Thu Jan 02 2025]

This commit is contained in:
Automatic Build System 2025-01-02 23:33:02 +01:00
parent 1daa0867e8
commit 851ba5286c
2 changed files with 9 additions and 7 deletions

View File

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

View File

@ -1,17 +1,15 @@
Name: debhelper
Version: 13.16
Version: 13.23
Release: 1mamba
Summary: Auxiliary programs for debian/rules
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://packages.debian.org/sid/debhelper
URL: https://wiki.debian.org/Debhelper
Source: http://http.debian.net/debian/pool/main/d/debhelper/debhelper_%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: dpkg
BuildRequires: po4a
@ -20,17 +18,17 @@ Requires: dpkg
%description
Auxiliary programs for debian/rules.
#% debug_package
%define debug_package %{nil}
%prep
%setup -q -c
%build
%make -C debhelper
%make -C work
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C debhelper
%makeinstall -C work
#%find_lang %{name} || touch %{name}.lang
@ -49,6 +47,9 @@ Auxiliary programs for debian/rules.
%{_datadir}/debhelper/autoscripts/*
%changelog
* Thu Jan 02 2025 Automatic Build System <autodist@openmamba.org> 13.23-1mamba
- automatic version update by autodist
* Sun Jun 23 2024 Automatic Build System <autodist@openmamba.org> 13.16-1mamba
- automatic version update by autodist