1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
debian/control.in
=================
To keep up to date the list of architectures supported by the OCaml native code
compiler (i.e. the only architectures where "spamoracle" should be built), this
package uses debian/control.in as an indirection wrt debian/control. However,
debian/control is not created from it as build-time, as this is bad(TM).
To create the debian/control from debian/control.in it is enough to do:
debian/rules debian/control
You should do that *before* creating the source package. And remember to NEVER
CHANGE debian/control BY HAND, RATHER CHANGE debian/control.in AND THEN RUN THE
COMMAND ABOVE.
-- Stefano Zacchiroli <zack@debian.org> Thu, 06 Mar 2008 16:03:56 +0100
|