File: README.source

package info (click to toggle)
iptables 1.4.8-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,696 kB
  • ctags: 3,860
  • sloc: ansic: 30,115; sh: 10,372; makefile: 132
file content (23 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This is a quilt style package build with a quirky build directory
hack. Look at /usr/share/doc/quilt/README.source for details on
using quilt patch management with Debian packages.

The working directory is in debian/build/. That is created by the
"builddir" target and is used for the patch, unpatch, build and
install targets. Call "builddir" directly if you want to start with
an unpatched copy of the source code in debian/build/. For example:

  debian/rules builddir


The "patch" target will invoke the "builddir" target and apply
the patches listed in debian/patches/series to the source files
in debian/build/. For example:

  debian/rules patch


debian/build/debian/ is a symlink to the top debian/ directory.

The "clean" target will delete debian/build/. The "unpatch" target
is available, but not used by the "clean" target.