Ver a proveniência

V3

pull/188/head
mstroh76 há 8 meses
ascendente
cometimento
ec538c595d
3 ficheiros alterados com 5 adições e 5 eliminações
  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 Ver ficheiro

@@ -8,6 +8,6 @@ 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/
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 Ver ficheiro

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

+ 1
- 1
version.h Ver ficheiro

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

Carregando…
Cancelar
Guardar