From eea8271188150d5fbaa1ac5e58a0512efee2b80f Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 29 Jun 2012 07:55:02 -0600 Subject: [PATCH] hack --- Makefile | 3 +-- debian/rules | 9 +-------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 714d21b..41d084d 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,7 @@ OPTIONS = CC = gcc RM = rm -f -CFLAGS += -DLINUX -DUSE_TERMIOS -g -O2 -Wall $(OPTIONS) -# LDFLAGS = +CFLAGS = -DLINUX -DUSE_TERMIOS -g -O2 -Wall $(OPTIONS) OBJS = config.o ip.o main.o route.o run.o slip.o tun.o diff --git a/debian/rules b/debian/rules index f88c186..12d1bcc 100755 --- a/debian/rules +++ b/debian/rules @@ -2,14 +2,7 @@ # rules file for the ipip package, requires debhelper / dh # copyright 1998,2012 by Bdale Garbee, GPLv2 or later -# export DH_VERBOSE=1 +export DH_VERBOSE=1 %: dh $@ - -# cp ipip debian/ipip/usr/sbin -# cp debian/ipip.config debian/ipip/etc/ipip/config -# cp debian/ipip.routes debian/ipip/etc/ipip/routes - -# dh_installexamples samples/* -# dh_installman ipip.1 -- 2.30.2