File: README.Debian-source

package info (click to toggle)
spamoracle 1.4-12
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 256 kB
  • ctags: 245
  • sloc: ml: 1,198; makefile: 145; sh: 74
file content (17 lines) | stat: -rw-r--r-- 704 bytes parent folder | download
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