This commit is contained in:
16
newVersion
16
newVersion
@@ -32,19 +32,3 @@ 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 <<EOF
|
||||
Package: wiringpi
|
||||
Version: `cat VERSION`
|
||||
Section: libraries
|
||||
Priority: optional
|
||||
Architecture: armhf
|
||||
Depends: libc6
|
||||
Maintainer: Grazer Computer Club - GC2 <wiringpi@gc2.at>
|
||||
Uploaders: Grazer Computer Club - GC2 <wiringpi@gc2.at>
|
||||
Description: The wiringPi libraries, headers and gpio command
|
||||
Libraries to allow GPIO access on a Raspberry Pi from C and C++
|
||||
and BASIC programs as well as from the command-line
|
||||
Homepage: https://github.com/WiringPi/WiringPi/
|
||||
Bugs: https://github.com/WiringPi/WiringPi/
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user