1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
This package uses a build system called DBS (Doogie's Build System).
To extract the upstream source, run "debian/rules unpack". This will
extract the pristine source in DEB-build-tree/, and apply patches from
debian/patches/. After modifing the sources you can create new patch
using "debian/rules make-diff".
You can also create patch with the 'dbs-edit-patch' command. Before
calling it, please make sure to generate debian/vars file with
make -f debian/rules debian/vars
Most of debhelper config files like debian/*.dirs, debian/*.install,
debian/*.doc-base* are generated at build-time from the
debian/packages.d/$package.in.in files, which are in the following
format:
%# comment
%filename1%
contents of filename1
%filename2%
%# another comment
contents of filename2
At build-time the files will be installed as debian/$package.filename
|