[Pkg-owncloud-commits] [SCM] owncloud-client.git branch, master, updated. upstream/1.1.3-17-g9f779ba

Sandro Knauß bugs at sandroknauss.de
Thu Dec 20 20:43:10 UTC 2012


The following commit has been merged in the master branch:
commit 9f779bafd87216346bcab6817194efe4f797bfe6
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Thu Dec 20 21:24:58 2012 +0100

    MultiArch added

diff --git a/debian/control b/debian/control
index b42d988..c960412 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,17 @@ Homepage: http://owncloud.org/dev/sync-clients/linux-build/
 
 Package: owncloud-client
 Architecture: any 
+Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}, oxygen-icon-theme, libocsync-plugin-owncloud (>= 0.60.3)
+Pre-Depends: ${misc:Pre-Depends}
 Description: GUI app to sync a folder to ownCloud
  GUI to sync your local folders with an ownCloud server.
 
 Package: owncloud-client-doc
 Architecture: all 
+Multi-Arch: foreign
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Section: doc
 Description: GUI app to sync a folder to ownCloud (documentation)
  GUI to sync your local folders with an ownCloud server.
diff --git a/debian/owncloud-client.install b/debian/owncloud-client.install
index 64663a3..627bc8a 100644
--- a/debian/owncloud-client.install
+++ b/debian/owncloud-client.install
@@ -1,6 +1,6 @@
-usr/lib/libowncloudsync.so
+usr/lib/*/libowncloudsync.so
 etc/
-usr/bin/owncloud
+usr/bin/*/owncloud
 usr/share/mirall/i18n/
 usr/share/icons/*/*/apps/owncloud.png
 debian/extrafiles/owncloud-client.desktop usr/share/applications/

-- 
owncloud-client.git



More information about the Pkg-owncloud-commits mailing list