1 This is a quilt style package build with a quirky build directory
2 hack. Look at /usr/share/doc/quilt/README.source for details on
3 using quilt patch management with Debian packages.
5 The working directory is in debian/build/. That is created by the
6 "builddir" target and is used for all processing. Call "builddir"
7 directly if you want to start with an unpatched copy of the
8 source code in debian/build/. For example:
13 The "patch" target will invoke the "builddir" target and apply
14 the patches listed in debian/patches/series to the source files
15 in debian/build/. For example:
20 debian/build/debian/ is a symlink to the top debian/ directory.
22 The "clean" target will delete debian/build/. The "unpatch" target
23 is available, but not used by the "clean" target.