bareos2015: bareos-14.2 bfebba4f

Author Committer Branch Timestamp Parent
joergs mvwieringen bareos-14.2 2014-11-03 14:21 bareos-14.2 9490eac9 Pending
Changeset add configure option dynamic-debian-package-list

When building packages for Debian,
the resulting packages are defined in the file debian/control.
This file must exist at the beginning of the build process.
As Bareos is build for different plattforms, the resulting packages differ.
Therefore configure can overwrite debian/control
so that is matches the configured options.
However, the Debian project does not allow this file to be changed.
Therefore we make this feature optional.
The configure default is to keep the static debian/control file.
When configure is used with the option
--enable-dynamic-debian-package-list
debian/control will be overwritten with the template debian/control.in.
mod - autoconf/configure.in Diff File
mod - debian/Makefile Diff File
rm - debian/control Diff File
add - debian/control Diff File
rm - debian/control.dummy Diff File
mod - debian/control.in Diff File
mod - debian/rules Diff File