[Pkg-ceph-commits] [ceph] 17/17: Fix multiarch paths for librgw
James Downing Page
jamespage at moszumanska.debian.org
Thu Mar 31 10:53:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
jamespage pushed a commit to branch ubuntu-xenial
in repository ceph.
commit a31364180adf4b51ff13d86d3ea3dfb4f6371b8d
Author: James Page <james.page at ubuntu.com>
Date: Thu Mar 31 11:50:26 2016 +0100
Fix multiarch paths for librgw
---
debian/librgw-dev.install | 6 +++---
debian/librgw2.install | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/librgw-dev.install b/debian/librgw-dev.install
index a10b2d9..cea921a 100644
--- a/debian/librgw-dev.install
+++ b/debian/librgw-dev.install
@@ -1,5 +1,5 @@
usr/include/rados/librgw.h
usr/include/rados/rgw_file.h
-usr/lib/librgw.a
-usr/lib/librgw.la
-usr/lib/librgw.so
+usr/lib/*/librgw.a
+usr/lib/*/librgw.la
+usr/lib/*/librgw.so
diff --git a/debian/librgw2.install b/debian/librgw2.install
index b86fb89..267c561 100644
--- a/debian/librgw2.install
+++ b/debian/librgw2.install
@@ -1 +1 @@
-usr/lib/librgw.so.*
+usr/lib/*/librgw.so.*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git
More information about the Pkg-ceph-commits
mailing list