summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
D021 by Natanael Olaizmichael1-10/+8 2011-01-02driver for EFN LED modules by Tilman Glötznermichael9-21/+469 2010-11-28commented, corrected and beautified both timer and timer group codemzuther11-197/+511 2010-11-27finished commenting the timer codemzuther2-46/+138 2010-11-20started commenting the timer codemzuther5-52/+170 2010-11-19Added brightness support for GLCD2USBharbaum5-28/+8014