aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-02-12 15:33:38 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-02-12 15:33:38 +0000
commit21bfc2f5f8fdfed031357eda5b5a539745118407 (patch)
treebc9dfe8dda0858e48e547901390be8c697088feb
parent4f1bfa86dbee822680cec81c46354fc9f452bd30 (diff)
downloadlibconfig-21bfc2f5f8fdfed031357eda5b5a539745118407.tar.gz
Make changes as per JCristau's advice.
-rwxr-xr-xdebian/rules12
1 files 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