diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-09-28 18:00:16 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-09-28 18:00:16 +0400 |
commit | 3c6733b47d24cb47f20cd6d60740c85e7245981a (patch) | |
tree | 88082c007f471861ac4d524c83ef174fa77a1cda /nametoaddr/debian/README.source | |
parent | 20790656efb5213943ca352e9981ea98a4cc8df0 (diff) | |
download | illumos-packaging-3c6733b47d24cb47f20cd6d60740c85e7245981a.tar.gz |
straddr.so, see /etc/netconfig
Diffstat (limited to 'nametoaddr/debian/README.source')
-rw-r--r-- | nametoaddr/debian/README.source | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nametoaddr/debian/README.source b/nametoaddr/debian/README.source new file mode 100644 index 0000000..9988910 --- /dev/null +++ b/nametoaddr/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 + |