ODROID: fix to build Debian package without running 'build' script

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2019-07-16 05:57:26 -04:00
committed by Joshua Yang
parent 96513481f2
commit 2be588e1c2
3 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
odroid-wiringpi (2.44-1.1) stable; urgency=medium
* Non-maintainer upload.
* Fix to build package without running extra 'build'
-- Dongjin Kim <tobetter@gmail.com> Tue, 16 Jul 2019 05:55:29 -0400
odroid-wiringpi (2.44-1) odroid-unstable; urgency=low
* Initial version with real Debian source package build for ODROID boards.

0
debian/rules vendored Normal file → Executable file
View File

View File

@@ -37,7 +37,7 @@ DYNAMIC=libwiringPiDev.so.$(VERSION)
#DEBUG = -g -O0
DEBUG = -O2
CC = gcc
INCLUDE = -I.
INCLUDE = -I. -I../wiringPi
DEFS = -D_GNU_SOURCE
CFLAGS = $(DEBUG) $(DEFS) -Wformat=2 -Wall -Winline $(INCLUDE) -pipe -fPIC