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
Adding some to my big pile of packaging debt. When this is built for Deb9 or Deb10, there are two issues:
Fix:
diff --git a/debian/rules b/debian/rules index 0861b87..5fee04c 100755 --- a/debian/rules +++ b/debian/rules @@ -9,10 +9,13 @@ binary: binary-arch binary-indep binary-arch binary-indep: install install: build +override_dh_strip: + dh_strip --no-ddebs + override_dh_auto_build: dh_auto_build - pod2man --section=1 -c '' --release= arplothdf5.pod arplothdf5.1 - pod2man --section=1 -c '' --release= arget.pod arget.1 + pod2man --section=1 -c '' --release=\"\" arplothdf5.pod arplothdf5.1 + pod2man --section=1 -c '' --release=\"\" arget.pod arget.1 override_dh_auto_test: for pyver in `pyversions -r`; do \
The text was updated successfully, but these errors were encountered:
aderbenev
No branches or pull requests
Adding some to my big pile of packaging debt. When this is built for Deb9 or Deb10, there are two issues:
Fix:
The text was updated successfully, but these errors were encountered: