From: Bdale Garbee Date: Fri, 29 Jun 2012 13:55:02 +0000 (-0600) Subject: hack X-Git-Tag: debian/1.1.9~5 X-Git-Url: https://git.gag.com/?p=debian%2Fipip;a=commitdiff_plain;h=eea8271188150d5fbaa1ac5e58a0512efee2b80f hack --- 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