[pkg-db-commits] [SCM] Berkeley DB Debian packaging branch, debian-sid, updated. debian/5.1.25-10-12-gd1c2ac9

Ondřej Surý ondrej at sury.org
Tue Jun 28 12:35:39 UTC 2011


The following commit has been merged in the debian-sid branch:
commit 91fe397cdfd1e64ef286ee2b1b42ef6f129ebc3c
Author: Ondřej Surý <ondrej at sury.org>
Date:   Tue Jun 28 11:31:46 2011 +0200

    Update db_signature to MultiArch

diff --git a/debian/rules b/debian/rules
index 8b37fe4..c6840e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -134,7 +134,7 @@ override_dh_auto_install:
 	cc -o$(CURDIR)/debian/db_signature \
 	   -I$(CURDIR)/debian/tmp/usr/include \
 	     $(CURDIR)/debian/db_signature.c \
-	     $(CURDIR)/debian/tmp/usr/lib/libdb.a
+	     $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libdb.a
 
 	$(CURDIR)/debian/db_signature > $(CURDIR)/debian/build_signature.txt
 

-- 
Berkeley DB Debian packaging



More information about the pkg-db-commits mailing list