@@ -1,7 +1,7 | |||
|
1 | 1 | #!/bin/sh |
|
2 | 2 | cd $DEBBUILDPATH/deb_lppserial |
|
3 |
rm -R lppserial- |
|
|
4 |
cp -R lppserial- |
|
|
5 |
diff -rupN lppserial- |
|
|
6 |
cd lppserial- |
|
|
7 |
patch -p5 < ../lppserial_ |
|
|
3 | rm -R lppserial-1.0 | |
|
4 | cp -R lppserial-1.0.orig lppserial-1.0 | |
|
5 | diff -rupN lppserial-1.0 $HGREPOPATH/lppserial > lppserial_1.0.diff | |
|
6 | cd lppserial-1.0 | |
|
7 | patch -p5 < ../lppserial_1.0.diff |
@@ -1,5 +1,11 | |||
|
1 | 1 | lppserial (1.0) unstable; urgency=low |
|
2 | 2 | |
|
3 | 3 | * Initial Release. |
|
4 | 4 | |
|
5 | 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