From ec538c595d289d6545af0a83d19d237d55f34ef8 Mon Sep 17 00:00:00 2001 From: mstroh76 Date: Tue, 27 Feb 2024 19:42:24 +0100 Subject: [PATCH] V3 --- debian-template/wiringPi/DEBIAN/control | 6 +++--- debian-template/wiringPi/DEBIAN/postinst | 2 +- version.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian-template/wiringPi/DEBIAN/control b/debian-template/wiringPi/DEBIAN/control index 953ca74..2d1ae2c 100644 --- a/debian-template/wiringPi/DEBIAN/control +++ b/debian-template/wiringPi/DEBIAN/control @@ -8,6 +8,6 @@ Maintainer: Grazer Computer Club - GC2 Uploaders: Grazer Computer Club - GC2 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 diff --git a/debian-template/wiringPi/DEBIAN/postinst b/debian-template/wiringPi/DEBIAN/postinst index 4997e98..600192f 100755 --- a/debian-template/wiringPi/DEBIAN/postinst +++ b/debian-template/wiringPi/DEBIAN/postinst @@ -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 diff --git a/version.h b/version.h index cedd4f7..5ea9974 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ #define VERSION "3.0" #define VERSION_MAJOR 3 -#define VERSION_MINOR 0 \ No newline at end of file +#define VERSION_MINOR 0