We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From
debbuild-macros/macros.debpkg
Lines 8 to 9 in ac1004e
first line its %{buildroot}/%{1}/DEBIAN second line it's %{buildroot}/%{1}%{2}/DEBIAN/symbols
%{buildroot}/%{1}/DEBIAN
%{buildroot}/%{1}%{2}/DEBIAN/symbols
Extra %{2}
%{2}
Results in error when the package follows yum naming scheme, i.e. librsync instead of librsync1.
librsync
librsync1
The text was updated successfully, but these errors were encountered:
Update macros.debpkg
f715128
An attempt to fix issue debbuild#3
No branches or pull requests
From
debbuild-macros/macros.debpkg
Lines 8 to 9 in ac1004e
first line its
%{buildroot}/%{1}/DEBIAN
second line it's
%{buildroot}/%{1}%{2}/DEBIAN/symbols
Extra
%{2}
Results in error when the package follows yum naming scheme, i.e.
librsync
instead oflibrsync1
.The text was updated successfully, but these errors were encountered: