I need to create .deb for our software, in which there is a copy of Drupal. I have to pause the drip, so I can not use the stock drop from the distro. The result should be a file named Drupal 6-RS_6.16.D.DB, but because it is a subpack in my control file, it is my main package "Inheriting", so I package drupal6-rs_6.0.6 _all.deb (6.0.6 is the version of our own codebase).
I would like to be able to generate Drupal packages from within the same debian / * description, rather than a separate Debian / * subtree for Drupal alone.
Can this be done? I know that the version of the subpages with RPM can be overridden, but if I add version 6.16 to the debbian / control header of the subpack, then it (a) highlights for the other header entries separately, and (B) has no effect.
I should always look at the RTFM man dh_installchangelogs
One reason is that s
is sticking to it!
Yes, it seems that you can override the version of a binary package in a multi-binary source package.
Comments
Post a Comment