[Pkg-owncloud-commits] [owncloud-client] 05/12: Add nemo-plugin and create data pacakge.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Feb 17 09:42:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch experimental
in repository owncloud-client.
commit 40a84ff0182969a76d5dd48cc48fa30ba73b2396
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Wed Feb 10 23:53:33 2016 +0100
Add nemo-plugin and create data pacakge.
Every plugin needs the images we need to package it in a single package
---
debian/control | 38 ++++++++++++++++++++++++++++++++++++++
debian/nemo-owncloud.install | 1 +
2 files changed, 39 insertions(+)
diff --git a/debian/control b/debian/control
index 6784028..32063b5 100644
--- a/debian/control
+++ b/debian/control
@@ -94,6 +94,21 @@ Description: development files for owncloudsync
.
This package contains the library development files.
+Package: owncloud-client-data
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: nautilus-owncloud (<< 2.1.1~rc2)
+Breaks: nautilus-owncloud (<< 2.1.1~rc2)
+Section: XXXXX
+Description: ownCloudSync folder synchronization - localization
+ The ownCloudSync system lets you always have your latest files wherever
+ you are. Just specify one or more folders on the local machine to and a server
+ to synchronize to. You can configure more computers to synchronize to the same
+ server and any change to the files on one computer will silently and reliably
+ flow across to every other.
+ .
+ This package provides stata that is shared beween different packages.
+
Package: owncloud-client-l10n
Architecture: all
Depends: ${misc:Depends}
@@ -128,6 +143,7 @@ Package: dolphin-owncloud
Architecture: any
Section: kde
Depends: libowncloudsync0 (= ${binary:Version}),
+ owncloud-client-data,
${misc:Depends},
${shlibs:Depends}
Enhances: dolphin
@@ -146,11 +162,14 @@ Architecture: all
Section: gnome
Depends: owncloud-client (>= ${source:Version}),
owncloud-client (<< ${source:Version}.1~),
+ owncloud-client-data,
python-nautilus,
${misc:Depends},
${python3:Depends}
Suggests: nautilus-script-manager
Enhances: nautilus
+Replaces: nautilus-owncloud (<< 2.1.1~rc2)
+Breaks: nautilus-owncloud (<< 2.1.1~rc2)
Description: ownCloud integration for Nautilus
The ownCloudSync system lets you always have your latest files wherever
you are. Just specify one or more folders on the local machine to and a server
@@ -160,3 +179,22 @@ Description: ownCloud integration for Nautilus
.
Nautilus ownCloud is an extension that integrates the ownCloud web service with
your GNOME Desktop.
+
+Package: nemo-owncloud
+Architecture: all
+Section: cinnamon
+Depends: owncloud-client (>= ${source:Version}),
+ owncloud-client (<< ${source:Version}.1~),
+ owncloud-client-data,
+ ${misc:Depends},
+ ${python3:Depends}
+Enhances: nemo
+Description: ownCloud integration for Nemo
+ The ownCloudSync system lets you always have your latest files wherever
+ you are. Just specify one or more folders on the local machine to and a server
+ to synchronize to. You can configure more computers to synchronize to the same
+ server and any change to the files on one computer will silently and reliably
+ flow across to every other.
+ .
+ Nemo ownCloud is an extension that integrates the ownCloud web service with
+ your Cinnamon Desktop.
diff --git a/debian/nemo-owncloud.install b/debian/nemo-owncloud.install
new file mode 100644
index 0000000..c4aeb2a
--- /dev/null
+++ b/debian/nemo-owncloud.install
@@ -0,0 +1 @@
+usr/share/nemo-python/extensions/syncstate.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list