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
snapshots to upstream tarball releasesJonathan McCrohan3-2/+4 2013-07-01Bump Standards-Version to 3.9.4Jonathan McCrohan2-1/+8 2013-05-20Version bumpKevin Lange2-1/+6 2013-05-20Rename animation.h to animation.cKevin Lange2-1/+1 This fixes a meta-bug with github showing nyancat as being Objective C. 2013-03-26Remove legacy toaruos compatibilityKevin Lange1-24/+2 2013-03-14Release 1.1+git20130307.43097eb-1debian/1.1+git20130307.43097eb-1Jonathan McCrohan1-2/+2 2013-03-14Update changelog regarding 1.1+git20130307.43097eb-1Jonathan McCrohan1-0/+11 2013-03-07Ah, right, yes.Kevin Lange1-2/+3 2013-03-07Hm, or not.Kevin Lange1-2/+0 2013-03-07Reset alarm before setting to 2secsKevin Lange1-0/+2 2013-03-07Set alarm for extended options.Kevin Lange1-2/+2 Instead of clearing the alarm, set it to two seconds; Previously, this could, potentially, not finish at all on some telnet clients, which is definitely bad. This is a reasonable workaround.