Remove unnecessary make rule
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 14 Sep 2002 10:27:21 +0000 (10:27 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 14 Sep 2002 10:27:21 +0000 (10:27 +0000)
debian/changelog
debian/rules

index 2a486cb..d73a44a 100644 (file)
@@ -2,7 +2,7 @@ yaz (1.9.1-1) unstable; urgency=low
 
   * New upstream version
 
- -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 10 Sep 2002 10:24:22 +0100
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 14 Sep 2002 11:12:31 +0100
 
 yaz (1.9-1) unstable; urgency=low
 
index f5232c2..9ba9281 100755 (executable)
@@ -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