[Pkg-owncloud-commits] [owncloud-client] 01/01: For plugins depend also on the packages they are enhancing.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Feb 24 22:18:27 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 53a2e9b30966658a1dfc13bd3ff98a56f720eebe
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Wed Feb 24 23:17:46 2016 +0100
For plugins depend also on the packages they are enhancing.
---
debian/control | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 745a31b..54af993 100644
--- a/debian/control
+++ b/debian/control
@@ -127,10 +127,11 @@ Description: folder synchronization with an ownCloud server - cmd client
Package: dolphin-owncloud
Architecture: any
Section: kde
-Depends: libowncloudsync0 (= ${binary:Version}),
+Depends: dolphin (>= 4:15.12.1)
+ libowncloudsync0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
-Enhances: dolphin (>= 4:15.12.1)
+Enhances: dolphin
Description: ownCloud integration for Dolphin
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
@@ -144,7 +145,8 @@ Description: ownCloud integration for Dolphin
Package: nautilus-owncloud
Architecture: all
Section: gnome
-Depends: owncloud-client (>= ${source:Version}),
+Depends: nautilus,
+ owncloud-client (>= ${source:Version}),
owncloud-client (<< ${source:Version}.1~),
python-nautilus,
${misc:Depends},
--
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