Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Feb 7, 2014
1 parent 664a063 commit f14d596
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 28 deletions.
7 changes: 3 additions & 4 deletions JSON/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
include ../i-nex.mk

make: make-binary
make-binary:
@echo -e '\033[1;32mCompile i-nex-edid\033[0m'
$(CC) -o i-nex-edid i-nex-edid.c $(CFLAGS) $(additional_confflags)
Expand All @@ -15,6 +15,7 @@ make-binary:
@echo -e '\033[1;32mCompile i-nex-uname\033[0m'
$(CC) -o i-nex-uname i-nex-uname.c $(additional_confflags)

install: install-bin
install-bin:

mkdir -p $(DESTDIR)$(bindir)
Expand All @@ -36,6 +37,4 @@ clean:
$(RM_COM) $(RMFILE_OPT) i-nex-usage
$(RM_COM) $(RMFILE_OPT) i-nex-cpusage
$(RM_COM) $(RMFILE_OPT) i-nex-glinfo
$(RM_COM) $(RMFILE_OPT) i-nex-uname

install: make-binary install-bin
$(RM_COM) $(RMFILE_OPT) i-nex-uname
9 changes: 0 additions & 9 deletions debian/i-nex.install

This file was deleted.

23 changes: 11 additions & 12 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
#!/usr/bin/make -f
%:
dh $@
LSB_CS = $(shell lsb_release -cs)

ifeq ($(LSB_CS),lucid)
COMPRESSION = -- -z9 -Zgzip
else
COMPRESSION = -- -z9 -Zxz
endif

override_dh_pysupport:
dh_python2
override_dh_builddeb:
dh_builddeb -- -z9 -Zxz
override_dh_installman:
dh_installman manpages/check_kernel.1 -p i-nex
dh_installman manpages/i-nex-lspci.1 -p i-nex
dh_installman manpages/i-nex.1 -p i-nex
dh_installman manpages/i-nex.gambas.1 -p i-nex
dh_installman manpages/i-nex-edid.1 -p i-nex
dh_installman manpages/i-nex-cpuid.1 -p i-nex
dh_installman manpages/i-nex-usage.1 -p i-nex
dh_installman manpages/i-nex-cpusage.1 -p i-nex
dh_builddeb $(COMPRESSION)
%:
dh $@
3 changes: 0 additions & 3 deletions debian/source/options

This file was deleted.

0 comments on commit f14d596

Please sign in to comment.