automatic version update by autodist [release 13.23-1mamba;Thu Jan 02 2025]
This commit is contained in:
parent
1daa0867e8
commit
851ba5286c
@ -1,3 +1,4 @@
|
|||||||
# debhelper
|
# debhelper
|
||||||
|
|
||||||
Auxiliary programs for debian/rules.
|
Auxiliary programs for debian/rules.
|
||||||
|
|
||||||
|
@ -1,17 +1,15 @@
|
|||||||
Name: debhelper
|
Name: debhelper
|
||||||
Version: 13.16
|
Version: 13.23
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Auxiliary programs for debian/rules
|
Summary: Auxiliary programs for debian/rules
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://http.debian.net/debian/pool/main/d/debhelper/debhelper_%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libperl
|
|
||||||
BuildRequires: perl-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: dpkg
|
BuildRequires: dpkg
|
||||||
BuildRequires: po4a
|
BuildRequires: po4a
|
||||||
@ -20,17 +18,17 @@ Requires: dpkg
|
|||||||
%description
|
%description
|
||||||
Auxiliary programs for debian/rules.
|
Auxiliary programs for debian/rules.
|
||||||
|
|
||||||
#% debug_package
|
%define debug_package %{nil}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make -C debhelper
|
%make -C work
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C debhelper
|
%makeinstall -C work
|
||||||
|
|
||||||
#%find_lang %{name} || touch %{name}.lang
|
#%find_lang %{name} || touch %{name}.lang
|
||||||
|
|
||||||
@ -49,6 +47,9 @@ Auxiliary programs for debian/rules.
|
|||||||
%{_datadir}/debhelper/autoscripts/*
|
%{_datadir}/debhelper/autoscripts/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jun 23 2024 Automatic Build System <autodist@openmamba.org> 13.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user