| 32 |
cd ../depkgs1 |
cd ../depkgs1 |
| 33 |
make |
make |
| 34 |
|
|
| 35 |
cd ../bacula-<version> |
cd ../bacula-1.29 |
| 36 |
|
|
| 37 |
# configure bacula |
# configure bacula |
| 38 |
./configure \ |
./configure \ |
| 58 |
example: |
example: |
| 59 |
========== snip ======== |
========== snip ======== |
| 60 |
Package: bacula |
Package: bacula |
| 61 |
Version: 1.29-4 |
Version: 1.29-1 |
| 62 |
Section: net |
Section: net |
| 63 |
Priority: optional |
Priority: optional |
| 64 |
Architecture: all |
Architecture: all |
| 87 |
nano changelog |
nano changelog |
| 88 |
example: |
example: |
| 89 |
========== snip ======== |
========== snip ======== |
| 90 |
bacula (1.29-3) |
bacula (1.29-1) |
| 91 |
|
|
| 92 |
* create bacula debian package |
* create bacula debian package |
| 93 |
|
|
| 137 |
# |
# |
| 138 |
cd bacula/ (where debian/DEBIAN etc. is under the tree) |
cd bacula/ (where debian/DEBIAN etc. is under the tree) |
| 139 |
dpkg-deb --build debian |
dpkg-deb --build debian |
| 140 |
mv debian.deb bacula_<version>.deb |
mv debian.deb bacula_1.29-1.deb |
| 141 |
|
|
| 142 |
|
|
| 143 |
<hr/> |
<hr/> |