[SCM] mate-file-manager Debian package branch, master, updated. fefffa99c610ae578476781c9283a1adbb2b0539
Mike Gabriel
sunweaver at moszumanska.debian.org
Sun Feb 9 17:21:14 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/caja.git;a=commitdiff;h=2306f56
The following commit has been merged in the master branch:
commit 2306f56a2df0171734530c8c5a162f6aa5702186
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Feb 9 18:20:17 2014 +0100
debian/rules et al: make libcaja-extensions1-dev multi-arch compliant
---
debian/caja-common.install | 1 +
debian/libcaja-extension-dev.install | 3 +--
debian/rules | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/caja-common.install b/debian/caja-common.install
index 0ae52f2..b0033fe 100644
--- a/debian/caja-common.install
+++ b/debian/caja-common.install
@@ -4,3 +4,4 @@ usr/share/icons/
usr/share/locale/
usr/share/mime/
usr/share/pixmaps/
+usr/share/gtk-doc/
\ No newline at end of file
diff --git a/debian/libcaja-extension-dev.install b/debian/libcaja-extension-dev.install
index 3173706..69240e5 100644
--- a/debian/libcaja-extension-dev.install
+++ b/debian/libcaja-extension-dev.install
@@ -1,4 +1,3 @@
-usr/include/
+usr/include/*/*
usr/lib/*/*.so
usr/lib/*/pkgconfig/
-usr/share/gtk-doc/
diff --git a/debian/rules b/debian/rules
index b0b11cf..8524004 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ override_dh_install:
override_dh_auto_configure:
dh_auto_configure -- \
--libexecdir=/usr/lib/caja \
+ --includedir=/usr/include/$(dpkg-architecture -qDEB_BUILD_MULTIARCH) \
--disable-update-mimedb \
--disable-static \
--localstatedir=/var \
--
mate-file-manager Debian package
More information about the pkg-mate-commits
mailing list