From 6738d3e8e9b8ab276469d46591ab66ed900331d7 Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Fri, 17 Apr 2020 16:54:46 +0900 Subject: [PATCH] newVersion: Remove unused codes Signed-off-by: Deokgyu Yang Change-Id: I50da462320edefe4cf552718d0a457b91142f50b --- newVersion | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/newVersion b/newVersion index 638406c..f0352dd 100644 --- a/newVersion +++ b/newVersion @@ -31,17 +31,3 @@ vMin=`cut -d. -f2 VERSION` echo "#define VERSION \"`cat VERSION`\"" > version.h echo "#define VERSION_MAJOR $vMaj" >> 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