Apache/2.4.7 (Ubuntu) Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) safemode : OFF MySQL: ON | Perl: ON | cURL: OFF | WGet: ON > / usr / share / doc / dbconfig-common / examples / | server ip : 172.67.156.115 your ip : 172.69.214.17 H O M E |
Filename | /usr/share/doc/dbconfig-common/examples/buildpackages.sh |
Size | 522 |
Permission | rwxr-xr-x |
Owner | root : root |
Create time | 27-Apr-2025 10:12 |
Last modified | 17-Mar-2010 01:35 |
Last accessed | 07-Jul-2025 00:05 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
#!/bin/sh
packages="db-test-mysql-2.0 db-test-mysql-2.1 db-test-mysql-frontend-2.0 \
db-test-mysql-perl-2.0 db-test-pgsql-2.0 \
db-test-pgsql-migration-1.9 db-test-pgsql-migration-2.0 \
db-test-multidbtype-2.0 db-test-sqlite-2.0
db-test-multidbtype-2.0 db-test-sqlite3-2.0 "
echo -n "building packages:"
for f in $packages; do
echo -n " ($f)"
(
cd $f;
fakeroot debian/rules binary >/dev/null;
fakeroot debian/rules clean >/dev/null;
)
done
echo " done. have fun :)"
packages="db-test-mysql-2.0 db-test-mysql-2.1 db-test-mysql-frontend-2.0 \
db-test-mysql-perl-2.0 db-test-pgsql-2.0 \
db-test-pgsql-migration-1.9 db-test-pgsql-migration-2.0 \
db-test-multidbtype-2.0 db-test-sqlite-2.0
db-test-multidbtype-2.0 db-test-sqlite3-2.0 "
echo -n "building packages:"
for f in $packages; do
echo -n " ($f)"
(
cd $f;
fakeroot debian/rules binary >/dev/null;
fakeroot debian/rules clean >/dev/null;
)
done
echo " done. have fun :)"