[libgtkdatabox] 02/05: Fix build issue with multi-arch
Andreas Tille
tille at debian.org
Sun Jan 19 15:52:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libgtkdatabox.
commit edeafd9b1766e9b673e2b9bf08d61e9f67faa746
Author: Andreas Tille <tille at debian.org>
Date: Sun Jan 19 15:37:50 2014 +0100
Fix build issue with multi-arch
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 56b531f..d311a8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ libgtkdatabox (1:0.9.2.0-4) UNRELEASED; urgency=low
* Drop d-devlibdeps call which is redundant because automatically
called in d-shlibmove
* cme fix dpkg-control
+ * debian/rules: Regard multi-arch builds
+ Closes: #735795
-- Andreas Tille <tille at debian.org> Sun, 19 Jan 2014 15:08:32 +0100
diff --git a/debian/rules b/debian/rules
index a030f4f..5331924 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ override_dh_install:
# Same here for the other binary packages to avoid renaming
dh_install -p$(gladepkg) usr/share/glade/catalogs/gtkdatabox.xml
dh_install -p$(gladepkg) usr/lib/glade/modules/libgladedatabox.*
- dh_install -p$(libglade) usr/lib/libglade/2.0/libdatabox.*
+ dh_install -p$(libglade) usr/lib/*/libglade/2.0/libdatabox.*
# Call d-shlibmove to comply with library packaging guide
d-shlibmove --commit \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libgtkdatabox.git
More information about the debian-science-commits
mailing list