|
|
@ -6,11 +6,11 @@
|
|
|
|
%bcond_without tests
|
|
|
|
%bcond_without tests
|
|
|
|
|
|
|
|
|
|
|
|
Name: debhelper
|
|
|
|
Name: debhelper
|
|
|
|
Version: 13.11.4
|
|
|
|
Version: 13.11.6
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Helper programs for debian/rules
|
|
|
|
Summary: Helper programs for debian/rules
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
URL: https://tracker.debian.org/pkg/debhelper
|
|
|
|
URL: https://tracker.debian.org/pkg/debhelper
|
|
|
|
Source0: http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.xz
|
|
|
|
Source0: http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.xz
|
|
|
|
Patch2: no_layout_deb.patch
|
|
|
|
Patch2: no_layout_deb.patch
|
|
|
@ -123,8 +123,9 @@ dpkg-architecture -qDEB_HOST_GNU_TYPE
|
|
|
|
dpkg --print-architecture
|
|
|
|
dpkg --print-architecture
|
|
|
|
cc -dumpmachine
|
|
|
|
cc -dumpmachine
|
|
|
|
|
|
|
|
|
|
|
|
%setup -q -n %{name}
|
|
|
|
#%%setup -q -n %%{name}
|
|
|
|
%patch2 -p1 -b .no-debian-layout
|
|
|
|
%setup -q -n work
|
|
|
|
|
|
|
|
%patch -P2 -p1 -b .no-debian-layout
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%make_build build
|
|
|
|
%make_build build
|
|
|
@ -169,9 +170,21 @@ make test
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Aug 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 13.11.4-1
|
|
|
|
* Sat Sep 02 2023 Sérgio Basto <sergio@serjux.com> - 13.11.6-1
|
|
|
|
|
|
|
|
- Update debhelper to 13.11.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 13.11.5-1
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 14 2023 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 13.11.5-1
|
|
|
|
|
|
|
|
- Update to 13.11.5 (#2231971)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 13.11.4-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 25 2023 Sérgio Basto <sergio@serjux.com> - 13.11.4-2
|
|
|
|
|
|
|
|
- Migrate to SPDX license format
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 22 2023 Sérgio Basto <sergio@serjux.com> - 13.11.4-1
|
|
|
|
* Sun Jan 22 2023 Sérgio Basto <sergio@serjux.com> - 13.11.4-1
|
|
|
|
- Update debhelper to 13.11.4 (#2133214)
|
|
|
|
- Update debhelper to 13.11.4 (#2133214)
|
|
|
|
|
|
|
|
|
|
|
|