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