]> wagnertech.de Git - projects.git/blobdiff - doc/mbuild.8
posaune
[projects.git] / doc / mbuild.8
index 6b0e67f0f50adcd201c2de9a37e529017e245368..3209b7b6e6f3265f12c451555c385cdb0eba2c54 100644 (file)
@@ -17,6 +17,10 @@ script. It determins the verion number from the git/subversion status. A
 .B PAKET.changelog
 file is needed. Per 
 default this script also performs compile and pack step.
+
+If a
+.B PAKET.build
+file is present in the debian directory, it is called with a -prepare parameter.
 .TP
 compile
 To perform the compile step a
@@ -28,7 +32,9 @@ directory.
 pack
 To perform the pack step a
 .B PAKET.cp
-script is needed in the debian directory. If pre/post installation scripts
+script and a
+.B PAKET.control
+file are needed in the debian directory. If pre/post installation scripts
 are needed, these files must be also placed in the
 .B debian 
 directory.
@@ -51,6 +57,9 @@ cp ../build/my_artefact $1/usr/bin/
 .TP
 PAKET.preinst PAKET.postint PAKET.prerm PAKET.postrm
 Optional pre/post installation scripts
+.TP
+PAKET.control
+Debian control file
 .PP
 These files are expected in a
 .B debian