From: Adam Dickmeiss Date: Sat, 14 Sep 2002 10:27:21 +0000 (+0000) Subject: Remove unnecessary make rule X-Git-Tag: YAZ.1.9.1~38 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2723c5eb5d1153c1cd6106060d23e8dbc74ae192 Remove unnecessary make rule --- diff --git a/debian/changelog b/debian/changelog index 2a486cb..d73a44a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ yaz (1.9.1-1) unstable; urgency=low * New upstream version - -- Adam Dickmeiss Thu, 10 Sep 2002 10:24:22 +0100 + -- Adam Dickmeiss Thu, 14 Sep 2002 11:12:31 +0100 yaz (1.9-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index f5232c2..9ba9281 100755 --- a/debian/rules +++ b/debian/rules @@ -40,7 +40,6 @@ LOCAL_LINK=-ldebian/yaz-runtime/usr/lib:debian/yaz-ssl/usr/lib $(YAZSRCDIR)/configure: $(YAZSRCDIR)/configure.in cd $(YAZSRCDIR); sh buildconf.sh -configure: stamp-configure stamp-configure: $(YAZSRCDIR)/configure dh_testdir @@ -133,7 +132,6 @@ ifeq ($(YAZ_WITH_SSL),1) dh_shlibdeps -p yaz-ssl $(LOCAL_LINK) cat debian/postinst >> debian/yaz-ssl/DEBIAN/postinst endif - # Ugh Ugly hack cat debian/postinst >> debian/yaz-runtime/DEBIAN/postinst dh_gencontrol -p yaz-runtime