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 |
65 |
Depends: libmysqlclient10 (>= 3.23.49-8), libstdc++5 (>= 3.2.1-0pre3), gcc-3.2-base (>= 3.2.$ |
Depends: libmysqlclient10 (>= 3.23.49-8), libstdc++5 (>= 3.2.1-0pre3), |
66 |
|
gcc-3.2-base (>= 3.2.1-0pre3), libgcc1 (>= 3.2.1-0pre3) |
67 |
Maintainer: Sebastian Utz <seut@netfrag.org> |
Maintainer: Sebastian Utz <seut@netfrag.org> |
68 |
Description: Bacula - The Network Backup Solution |
Description: Bacula - The Network Backup Solution |
69 |
Bacula is a set of computer programs that permit you (or the system administrator) to |
Bacula is a set of computer programs that permit you (or the system administrator) to |
138 |
# |
# |
139 |
cd bacula/ (where debian/DEBIAN etc. is under the tree) |
cd bacula/ (where debian/DEBIAN etc. is under the tree) |
140 |
dpkg-deb --build debian |
dpkg-deb --build debian |
141 |
mv debian.deb bacula_<version>.deb |
mv debian.deb bacula_1.29-1.deb |
142 |
|
|
143 |
|
|
144 |
<hr/> |
<hr/> |