From ac8da4a8f04d8d8b7a51aac82e5017c08c7a8eb8 Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Mon, 16 Aug 2010 16:29:41 +0200 Subject: [PATCH] remove dead outdated code from debian/rules -isp is default behaviour of dpkg-gencontrol since 1.13.16 (18 Feb 2006) The code for generating debian/shlibs.local is not used, remove it. dpkg-shlibdeps already searches in debian/libwraster3/usr/lib/ by default. --- debian/rules | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/rules b/debian/rules index b7c5842c..76edb74c 100755 --- a/debian/rules +++ b/debian/rules @@ -141,9 +141,7 @@ clean: dh_testroot $(RM) -r $(WMAKER_BD) $(RM) *-stamp \ - debian/*.files \ - debian/shlibs.local \ - debian/conffiles + debian/*.files dh_clean libtool binary-indep: build @@ -200,8 +198,8 @@ binary-arch: build cd debian && find -name \*.la -exec chmod a-X {} \; dh_installdeb -a dh_makeshlibs -p$(LIBWRASTER) -V '$(LIBWRASTER) $(libwraster_deps)' - dh_shlibdeps -u-L$(LIBWRASTER_TMP)/DEBIAN/shlibs - dh_gencontrol -a -u-isp + dh_shlibdeps + dh_gencontrol -a dh_md5sums -a find debian -type d -empty -print0 | xargs -0r rm -rf $(RMDIR) $(DEBTMPDIR)/$(INCLUDEDIR) @@ -325,9 +323,6 @@ debian/libwings-dev.files: build find usr -name get-wutil-flags -o -name get-wings-flags \ ) | sed -e 's:$(DEBTMPDIR)/*::'> $@ -debian/shlibs.local: - echo 'libwraster $(patsubst libwraster%,%, $(LIBWRASTER)) $(LIBWRASTER) $(libwraster_deps)' > $@ - configure: configure.ac $(TOPSRCDIR)/autogen.sh