From 21bfc2f5f8fdfed031357eda5b5a539745118407 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 12 Feb 2012 15:33:38 +0000 Subject: Make changes as per JCristau's advice. --- debian/rules | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/debian/rules b/debian/rules index bb10f0f..efbfd8a 100755 --- a/debian/rules +++ b/debian/rules @@ -81,7 +81,7 @@ install: build dh_installdirs # Add here commands to install the package into debian/tmp - $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp install + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp $(RM) .libs/*.la # Build architecture-independent files here. @@ -103,14 +103,8 @@ binary-arch: build install dh_strip -p libconfig++9 --dbg-package=libconfig++-dbg dh_compress dh_fixperms -# dh_perl -# dh_python - - @for f in $(LIBS); do \ - echo "makeshlibs -p$$f" ; \ - dh_makeshlibs -p$$f ; \ - done - + dh_makeshlibs -p libconfig9 + dh_makeshlibs -p libconfig++9 dh_installdeb dh_shlibdeps dh_gencontrol -- cgit v1.2.3