that does not require including quilt or a patch system would be to add -DYY_NO_INPUT to CFLAGS, though it looks like you will have to include something to deal with #472812 anyway (which is similarly easy to fix ~0UL should be changed to -1).
--- conntrack-0.9.6/debian/rules 2008-04-08 21:45:35.000000000 +0200 +++ conntrack-0.9.6-fix/debian/rules 2008-04-08 21:48:05.000000000 +0200 @@ -7,7 +7,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -g +CFLAGS = -g -DYY_NO_INPUT ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]