diff options
Diffstat (limited to 'beadm/debian/README.source')
-rw-r--r-- | beadm/debian/README.source | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/beadm/debian/README.source b/beadm/debian/README.source new file mode 100644 index 0000000..9988910 --- /dev/null +++ b/beadm/debian/README.source @@ -0,0 +1,10 @@ +Real sources are in the package illumos-source-X.Y, +where X and Y are numbers. Exact values of X and Y +are set in Build-Depends field of debian/control as +well as in the version string in debian/changelog, +in a form of X.Y-1. + +To add a patch you need first to unpack files from +illumos-source-X.Y using ./debian/rules unpack +and, desirably, ./debian/rules patch + |