Merged
Conversation
This avoids a bunch of warnings we're getting when building debian packages. The new way to specify compat level is as a build dependency not as a separate compat file. Prevent prevent generating some dbgsym, buildinfo and changes files. We don't upload them to the package repository anyway. Skip trying to write build and isntall man pages. We get a bunch of groff errors and our main docs are in html or on our site. `--with=systemd` is not needed with compat level 13, it's implied now, that is, it's always on. Remove `dh_shlibdeps` for libmozjs185. We don't install or depend SM 1.8.5 for a while now.
nickva
added a commit
to apache/couchdb
that referenced
this pull request
Mar 12, 2026
Testing couchdb-pkg new deb package build updates. Here we're using our main CI's last package building step but instead of main using this PR's branch: apache/couchdb-pkg#202
big-r81
approved these changes
Mar 12, 2026
Contributor
Author
|
I launched jenkins-* job with this branch: https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/jenkins-test-new-deb-build-rules/1/stages/
An example of build logs from ubuntu: Compare to before |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This avoids a bunch of warnings we're getting when building debian packages. The new way to specify compat level is as a build dependency not as a separate compat file.
Prevent prevent generating some dbgsym, buildinfo and changes files. We don't upload them to the package repository anyway.
Skip trying to write build and install man pages. We get a bunch of groff errors and our main docs are in html or on our site.
--with=systemdis not needed with compat level 13, it's implied now, that is, it's always on.Remove
dh_shlibdepsfor libmozjs185. We don't install or depend SM 1.8.5 for a while now.