diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-11-14 06:08:45 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-11-14 06:08:45 +0100 |
commit | c040d0b5e811399359c62fde1d5916b240053bda (patch) | |
tree | a525f07f179d0214e8450d0dc3e8fb1a919b3f1c /debian | |
parent | 1fc825bf7be1e9842a0560261d684264c565589e (diff) |
debian/README.ubuntu-dev:
- add some documentation how to build the package
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.ubuntu-dev | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/README.ubuntu-dev b/debian/README.ubuntu-dev new file mode 100644 index 000000000..9da152556 --- /dev/null +++ b/debian/README.ubuntu-dev @@ -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 |