@@ -1,6 +1,5 | |||
|
1 | hg update | |
|
2 | cd $DEBBUILDPATH/tmp/debian_package_build_root/deb_lppserial/ | |
|
1 | cd $DEBBUILDPATH/deb_lppserial/ | |
|
3 | 2 | rm -R lppserial-1.0 |
|
4 | 3 | cp -R lppserial-1.0.orig lppserial-1.0 |
|
5 | 4 | diff lppserial-1.0 $HGREPOPATH/lppserial > lppserial_1.0.diff |
|
6 | 5 | patch -p0 lppserial-1.0 < lppserial_1.0.diff |
@@ -1,25 +1,25 | |||
|
1 |
cd $DEBBUILDPATH |
|
|
1 | cd cd $DEBBUILDPATH/deb_lppserial/lppserial-1.0 | |
|
2 | 2 | DEBSIGN_KEYID=E16A9ACD |
|
3 | 3 | debuild -S |
|
4 | 4 | pbuilder-lucid-amd64 update |
|
5 | 5 | rm /var/cache/pbuilder/result/* |
|
6 | 6 | pbuilder-lucid-amd64 build ../*.dsc |
|
7 | 7 | mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/lucid/amd64/ |
|
8 | 8 | mv /var/cache/pbuilder/result/* $UBUNTUREPOPATH/src/ |
|
9 | 9 | pbuilder-lucid-i386 update |
|
10 | 10 | pbuilder-lucid-i386 build ../*.dsc |
|
11 | 11 | mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/lucid/i386/ |
|
12 | 12 | pbuilder-maverick-i386 update |
|
13 | 13 | pbuilder-maverick-i386 build ../*.dsc |
|
14 | 14 | mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/maverick/i386/ |
|
15 | 15 | pbuilder-maverick-amd64 update |
|
16 | 16 | pbuilder-maverick-amd64 build ../*.dsc |
|
17 | 17 | mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/maverick/amd64/ |
|
18 | 18 | pbuilder-natty-i386 update |
|
19 | 19 | pbuilder-natty-i386 build ../*.dsc |
|
20 | 20 | mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/natty/i386/ |
|
21 | 21 | pbuilder-natty-amd64 update |
|
22 | 22 | pbuilder-natty-amd64 build ../*.dsc |
|
23 | 23 | mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/natty/amd64/ |
|
24 | 24 | cd $UBUNTUREPOPATH |
|
25 | 25 | sh update.sh No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now