diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-03-18 00:07:38 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-03-18 00:07:38 +0000 |
commit | 448edb68e01100ddada7e73b3fdf9c46e59778ff (patch) | |
tree | eef431c3f033cad2ac72d09bf758f4e8785a13ba /vtdaemon/debian/README.source | |
parent | 3b1c58cab29c7c34ed3049037165749e79a1ccb8 (diff) | |
download | illumos-packaging-448edb68e01100ddada7e73b3fdf9c46e59778ff.tar.gz |
vtdaemon
Diffstat (limited to 'vtdaemon/debian/README.source')
-rw-r--r-- | vtdaemon/debian/README.source | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vtdaemon/debian/README.source b/vtdaemon/debian/README.source new file mode 100644 index 0000000..9988910 --- /dev/null +++ b/vtdaemon/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 + |