#960 Add missing `libname` and `version` in bundling section.
Merged 3 years ago by churchyard. Opened 3 years ago by vondruch.
vondruch/packaging-committee bundled-libname-version  into  master

@@ -909,7 +909,7 @@ 

  

  * Use the xref:Versioning.adoc[Versioning Guidelines] to determine an appropriate version for the library, if possible. If the library has been forked from an upstream, use the upstream version that was most recently merged in or rebased onto, or the version the original library carried at the time of the fork.

  

- Then at an appropriate place in your spec, add `+Provides: bundled(<libname>) = <version>+` where and are the name and version you determined above. If it was not possible to determine a version, use `+Provides: bundled(<libname>)+` instead.

+ Then at an appropriate place in your spec, add `+Provides: bundled(<libname>) = <version>+` where `+<libname>+` and `+<version>+` are the name and version you determined above. If it was not possible to determine a version, use `+Provides: bundled(<libname>)+` instead.

  

  In addition to indicating bundling in this manner, packages whose upstreams have no mechanism to build against system libraries must be contacted publicly about a path to supporting system libraries. If upstream refuses, this must be recorded in the spec file, either in comments placed adjacent to the Provides: above, or in an additional file checked into the SCM and referenced by a comment placed adjacent to the `+Provides:+` above.

  

This is outfall from the Wiki conversion.

This is a nobrainer, but I wait for somebody with the browser extension to verify the output an merge.

Yup, can confirm that the changes do what they're supposed to do.

Pull-Request has been merged by churchyard

3 years ago
Metadata