@@ -1,7 +1,7 | |||||
1 | #!/bin/sh |
|
1 | #!/bin/sh | |
2 | cd $DEBBUILDPATH/deb_lppserial |
|
2 | cd $DEBBUILDPATH/deb_lppserial | |
3 |
rm -R lppserial- |
|
3 | rm -R lppserial-2.0 | |
4 |
cp -R lppserial- |
|
4 | cp -R lppserial-2.0.orig lppserial-2.0 | |
5 |
diff -rupN lppserial- |
|
5 | diff -rupN lppserial-2.0 $HGREPOPATH/lppserial > lppserial_2.0.diff | |
6 |
cd lppserial- |
|
6 | cd lppserial-2.0 | |
7 |
patch -p5 < ../lppserial_ |
|
7 | patch -p5 < ../lppserial_2.0.diff |
@@ -1,4 +1,4 | |||||
1 |
cd $DEBBUILDPATH/deb_lppserial/lppserial- |
|
1 | cd $DEBBUILDPATH/deb_lppserial/lppserial-2.0 | |
2 | mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/lucid/amd64/ |
|
2 | mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/lucid/amd64/ | |
3 | mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/lucid/i386/ |
|
3 | mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/lucid/i386/ | |
4 | mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/natty/amd64/ |
|
4 | mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/natty/amd64/ |
General Comments 0
You need to be logged in to leave comments.
Login now