diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-05 18:18:24 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-05-05 18:18:24 +0200 |
commit | 5cc35469456476bb5f7d64fe4db6c7670c2ced1f (patch) | |
tree | 6d1182b55dfb436de3de4da636c2c74a8e919e3d /debian/README.source | |
parent | f0389b4925d23cb1e89419a8db588935d9e9dbfe (diff) | |
parent | fbf91977188a7b47edad7e632e9d53dbb29d3d2b (diff) |
* added debian/README.source
Diffstat (limited to 'debian/README.source')
-rw-r--r-- | debian/README.source | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 000000000..9da152556 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,6 @@ +Build this package with: +$ debian/rules arch-build +or +$ DEB_BUILD_PROG_OPTS="-S" debian/rules arch-build + +make sure you have the pre-build-depds in README.arch installed |