From 90fb4b94358b3ad2f0d32b637c75d98431c3ba71 Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Thu, 19 Mar 2020 18:27:13 +0900 Subject: [PATCH] WiringPi: Remove unused codes from newVersion script Signed-off-by: Deokgyu Yang Change-Id: Id85bd9d589c4b7e176f594cce6505e72e4765027 --- newVersion | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/newVersion b/newVersion index 064c9b0..33e3bea 100644 --- a/newVersion +++ b/newVersion @@ -32,17 +32,3 @@ 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 - -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