[Pkg-owncloud-commits] [SCM] owncloud-client.git branch, master, updated. upstream/1.1.4-31-g705f6c5
Sandro Knauß
bugs at sandroknauss.de
Sat Feb 2 23:30:14 UTC 2013
The following commit has been merged in the master branch:
commit 79f7a540e15d356727c73d5d88115b6ebe38fb39
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Sun Feb 3 00:25:35 2013 +0100
splitting mirall package -> mirall, mirall-i18n
splitting owncloud-client package -> owncloud-client, libowncloudsync
diff --git a/debian/control b/debian/control
index bd105b1..b420460 100644
--- a/debian/control
+++ b/debian/control
@@ -13,13 +13,14 @@ Homepage: http://owncloud.org/dev/sync-clients/linux-build/
Package: owncloud-client
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, mirall (= ${binary:Version}), libocsync-plugin-owncloud
+Depends: ${misc:Depends}, ${shlibs:Depends}, oxygen-icon-theme,
+ libowncloudcync (= ${binary:Version}), mirall-i18n, libocsync-plugin-owncloud
Description: GUI app to sync a folder to ownCloud
GUI to sync your local folders with an ownCloud server.
Package: mirall
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, oxygen-icon-theme, libocsync0 (>= 0.70.3)
+Depends: ${misc:Depends}, ${shlibs:Depends}, oxygen-icon-theme, libocsync0 (>= 0.70.3), mirall-i18n
Description: GUI to synchronize your folders.
The ultimate goals of Mirall are:
.
@@ -33,7 +34,7 @@ Package: mirall-doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Section: doc
-Description: GUI to synchronize your folders (documentation)
+Description: Documentation package for mirall
The ultimate goals of Mirall are:
.
* Network location aware: should not try to sync against your NAS if you are
@@ -43,3 +44,21 @@ Description: GUI to synchronize your folders (documentation)
File synchronisation desktop utility.
.
These are the Documenation files.
+
+Package: libowncloudcync
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, libocsync0 (>= 0.70.3)
+Section: libs
+Description: Syncing lib for ownCloud Client
+ This lib syncs your folders with an ownCloud Server.
+ .
+ It is used by owencloud-client and owncloud-client-kde so far.
+
+Package: mirall-i18n
+Architecture: all
+Depends: ${misc:Depends}
+Section: localization
+Description: Localization for mirall
+ Mirall is a GUI to sync your folders via csync with for
+ example an ownCloud Server.
+
diff --git a/debian/libowncloudcync.install b/debian/libowncloudcync.install
new file mode 100644
index 0000000..0214f03
--- /dev/null
+++ b/debian/libowncloudcync.install
@@ -0,0 +1 @@
+usr/lib/libowncloudsync.so
diff --git a/debian/mirall-i18n.install b/debian/mirall-i18n.install
new file mode 100644
index 0000000..65ef084
--- /dev/null
+++ b/debian/mirall-i18n.install
@@ -0,0 +1,2 @@
+etc/owncloud
+usr/share/mirall/i18n
diff --git a/debian/mirall.install b/debian/mirall.install
index 2321a21..3f20a74 100644
--- a/debian/mirall.install
+++ b/debian/mirall.install
@@ -1,5 +1,3 @@
usr/lib/libmirallsync.so
-etc/owncloud
usr/bin/mirall
-usr/share/mirall/i18n
usr/share/icons/*/*/apps/mirall.png
diff --git a/debian/owncloud-client.install b/debian/owncloud-client.install
index 184d089..66f25ee 100644
--- a/debian/owncloud-client.install
+++ b/debian/owncloud-client.install
@@ -1,4 +1,3 @@
-usr/lib/libowncloudsync.so
usr/bin/owncloud
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