From 1a93aa112141d90eebb59be6fb590c37b3d86acc Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 25 Mar 2015 19:52:42 +0100 Subject: [PATCH] MT#12319 debian: fix build --- debian/klish.examples | 1 - debian/rules | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/klish.examples b/debian/klish.examples index dcd783f..1b82c8c 100644 --- a/debian/klish.examples +++ b/debian/klish.examples @@ -1,4 +1,3 @@ clish.xsd xml-examples -examples/explugin contrib/debian/clish diff --git a/debian/rules b/debian/rules index ac52eb7..bcc353d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ SRCTOP = `pwd` DESTDIR = $(SRCTOP)/debian/tmp -INST_OWN = -o root -g root +INST_OWN = -o root -g root MAKE_DIR = install -p -d $(INST_OWN) -m 755 INST_FILE = install -c $(INST_OWN) -m 644 INST_PROG = install -c $(INST_OWN) -m 755 -s @@ -14,9 +14,6 @@ INST_SCRIPT = install -c $(INST_OWN) -m 755 %: dh $@ --with autoreconf -override_dh_autoreconf: - ./autogen.sh - override_dh_auto_configure: ./configure --prefix=/usr --libdir=/usr/lib/clish \ --includedir=/usr/include/clish --with-lua