diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-10-27 21:18:11 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-10-27 21:18:11 +0400 |
commit | f3ab386b62ac92e08ab16354b90066f2c2ca5506 (patch) | |
tree | f965ceb1472af78e2054de095c1e3f0f0930f106 /libproc/debian | |
parent | 334efa47000eed9a20c3d1fc40985502d98873c5 (diff) | |
download | illumos-packaging-f3ab386b62ac92e08ab16354b90066f2c2ca5506.tar.gz |
Add debian/README.source
Diffstat (limited to 'libproc/debian')
-rw-r--r-- | libproc/debian/README.source | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libproc/debian/README.source b/libproc/debian/README.source new file mode 100644 index 0000000..9988910 --- /dev/null +++ b/libproc/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 + |