Browse Source

V3

pull/188/head
mstroh76 8 months ago
parent
commit
ec538c595d
3 changed files with 5 additions and 5 deletions
  1. +3
    -3
      debian-template/wiringPi/DEBIAN/control
  2. +1
    -1
      debian-template/wiringPi/DEBIAN/postinst
  3. +1
    -1
      version.h

+ 3
- 3
debian-template/wiringPi/DEBIAN/control View File

@@ -8,6 +8,6 @@ Maintainer: Grazer Computer Club - GC2 <wiringpi@gc2.at>
Uploaders: Grazer Computer Club - GC2 <wiringpi@gc2.at> Uploaders: Grazer Computer Club - GC2 <wiringpi@gc2.at>
Description: The wiringPi libraries, headers and gpio command Description: The wiringPi libraries, headers and gpio command
Libraries to allow GPIO access on a Raspberry Pi from C and C++ 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/
programs as well as from the command-line
Homepage: https://github.com/WiringPi/WiringPi
Bugs: https://github.com/WiringPi/WiringPi/issues

+ 1
- 1
debian-template/wiringPi/DEBIAN/postinst View File

@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
set -e set -e
/bin/chown root.root /usr/bin/gpio
/bin/chown root:root /usr/bin/gpio
/bin/chmod 4755 /usr/bin/gpio /bin/chmod 4755 /usr/bin/gpio
/sbin/ldconfig /sbin/ldconfig

+ 1
- 1
version.h View File

@@ -1,3 +1,3 @@
#define VERSION "3.0" #define VERSION "3.0"
#define VERSION_MAJOR 3 #define VERSION_MAJOR 3
#define VERSION_MINOR 0
#define VERSION_MINOR 0

Loading…
Cancel
Save