@@ -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-1.0 | |
4 |
cp -R lppserial- |
|
4 | cp -R lppserial-1.0.orig lppserial-1.0 | |
5 |
diff -rupN lppserial- |
|
5 | diff -rupN lppserial-1.0 $HGREPOPATH/lppserial > lppserial_1.0.diff | |
6 |
cd lppserial- |
|
6 | cd lppserial-1.0 | |
7 |
patch -p5 < ../lppserial_ |
|
7 | patch -p5 < ../lppserial_1.0.diff |
@@ -3,3 +3,9 lppserial (1.0) unstable; urgency=low | |||||
3 | * Initial Release. |
|
3 | * Initial Release. | |
4 |
|
4 | |||
5 | -- Alexis Jeandet <alexis.jeandet@lpp.polytechnique.fr> Fri, 07 Oct 2011 07:04:50 +0200 |
|
5 | -- Alexis Jeandet <alexis.jeandet@lpp.polytechnique.fr> Fri, 07 Oct 2011 07:04:50 +0200 | |
|
6 | ||||
|
7 | lppserial (2.0) stable; urgency=low | |||
|
8 | ||||
|
9 | * Added RTS and CTS control. | |||
|
10 | ||||
|
11 | -- Alexis Jeandet <alexis.jeandet@lpp.polytechnique.fr> Fri, 23 Mar 2012 11:04:50 +0200 |
General Comments 0
You need to be logged in to leave comments.
Login now