|
Revision 810, 508 bytes
(checked in by root, 3 years ago)
|
move everything to trunk
|
| Line | |
|---|
| 1 |
Build instructions |
|---|
| 2 |
================== |
|---|
| 3 |
|
|---|
| 4 |
1- get the source |
|---|
| 5 |
|
|---|
| 6 |
# cvs co alternc |
|---|
| 7 |
|
|---|
| 8 |
2- get the dependencies |
|---|
| 9 |
|
|---|
| 10 |
You probably need at least dpkg-dev, dehelper and optionally fakeroot, to |
|---|
| 11 |
build the package as non-root. |
|---|
| 12 |
|
|---|
| 13 |
3- build the package |
|---|
| 14 |
|
|---|
| 15 |
Should be as simple as calling dpkg-buildpackage now. The package will |
|---|
| 16 |
be in ../alternc_<version>_<arch>.deb |
|---|
| 17 |
|
|---|
| 18 |
You can verify the validity of the package using: |
|---|
| 19 |
|
|---|
| 20 |
lintian -i ../*.deb |
|---|
| 21 |
|
|---|
| 22 |
Warning: this will print out a lot of messages, since the package is |
|---|
| 23 |
really not clean right now. |
|---|