[Pkg-xfce-commits] r7739 - goodies/trunk/thunar-vcs-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Mon May 27 07:33:50 UTC 2013
Author: corsac
Date: 2013-05-27 19:33:50 +0000 (Mon, 27 May 2013)
New Revision: 7739
Modified:
goodies/trunk/thunar-vcs-plugin/debian/changelog
goodies/trunk/thunar-vcs-plugin/debian/rules
Log:
update paths for multiarch.
Modified: goodies/trunk/thunar-vcs-plugin/debian/changelog
===================================================================
--- goodies/trunk/thunar-vcs-plugin/debian/changelog 2013-05-27 19:33:13 UTC (rev 7738)
+++ goodies/trunk/thunar-vcs-plugin/debian/changelog 2013-05-27 19:33:50 UTC (rev 7739)
@@ -7,6 +7,7 @@
* debian/rules:
- use debhelper/dpkg hardening support.
- enable all hardening flags.
+ - update paths for multiarch.
* debian/compat bumped to 9.
* debian/control:
- update debhelper build-dep to 9.
Modified: goodies/trunk/thunar-vcs-plugin/debian/rules
===================================================================
--- goodies/trunk/thunar-vcs-plugin/debian/rules 2013-05-27 19:33:13 UTC (rev 7738)
+++ goodies/trunk/thunar-vcs-plugin/debian/rules 2013-05-27 19:33:50 UTC (rev 7739)
@@ -8,10 +8,10 @@
dh_auto_configure
override_dh_makeshlibs:
- dh_makeshlibs -n -X /usr/lib/thunarx-2/
+ dh_makeshlibs -n -X /usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-2/
override_dh_install:
- rm -rf debian/thunar-vcs-plugin/usr/lib/thunarx-2/*.la
+ rm -rf debian/thunar-vcs-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-2/*.la
dh_install --fail-missing
%:
More information about the Pkg-xfce-commits
mailing list