From 9a27ae8fd89efd15f4454a0460967fa7839ade4a Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Fri, 17 Apr 2020 16:53:35 +0900 Subject: [PATCH] Revert "wiringPi: newVersion: Fix for adding minor-fixed version" This reverts commit 07cc4620e0ccc1cce8732f7a418be73445784624. Change-Id: I9023d16ddfe808fccb74b58981933091e6917c1f --- newVersion | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/newVersion b/newVersion index 33e3bea..638406c 100644 --- a/newVersion +++ b/newVersion @@ -28,7 +28,20 @@ echo Updating to version: `cat VERSION` rm -f version.h vMaj=`cut -d. -f1 VERSION` vMin=`cut -d. -f2 VERSION` -vMinFix=$(cut -d. -f3 VERSION) echo "#define VERSION \"`cat VERSION`\"" > version.h echo "#define VERSION_MAJOR $vMaj" >> version.h -echo "#define VERSION_MINOR \"$vMin.$vMinFix\"" >> version.h +echo "#define VERSION_MINOR \"$vMin\"" >> version.h + +rm -f debian-template/wiringPi/DEBIAN/control +cat > debian-template/wiringPi/DEBIAN/control < +Description: The wiringPi libraries, headers and gpio command + Libraries to allow GPIO access on a ODROID from C and C++ + and BASIC programs as well as from the command-line +EOF