[Pkg-owncloud-commits] [owncloud-client] 02/03: Added packages for file synchronization

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Aug 16 12:08:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 07f0d637f6912ef5c483f1b1c26021b9fcb50249
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Sat Aug 16 14:00:15 2014 +0200

    Added packages for file synchronization
---
 debian/control | 37 ++++++++++++++++++++++++++++++++++++-
 debian/rules   |  5 ++++-
 2 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 9796582..f9f1082 100644
--- a/debian/control
+++ b/debian/control
@@ -18,10 +18,13 @@ Build-Depends: cmake,
                qtdeclarative5-dev,
                qttools5-dev,
                qttools5-dev-tools
-Build-Depends-Indep: texlive-fonts-recommended,
+Build-Depends-Indep: dh-python,
+                     python3-all,
+                     texlive-fonts-recommended,
                      texlive-latex-extra,
                      texlive-latex-recommended,
                      xsltproc
+X-Python3-Version: >= 3.0
 Vcs-Git: git://anonscm.debian.org/pkg-owncloud/owncloud-client.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-owncloud/owncloud-client.git
 Standards-Version: 3.9.5
@@ -34,6 +37,7 @@ Depends: libowncloudsync0 (= ${binary:Version}),
          owncloud-client-l10n,
          ${misc:Depends},
          ${shlibs:Depends}
+Recommends: owncloud-client-nautilus
 Description: folder synchronization with an ownCloud server - GUI
  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
@@ -117,3 +121,34 @@ Description: folder synchronization with an ownCloud server - cmd client
  .
  This package provides the command line client specialising in
  synchronizing with cloud storage provided by ownCloud.
+
+Package: nautilus-owncloud
+Architecture: all
+Depends: owncloud-client (= ${binary:Version}),
+         owncloud-client-filemanager-data,
+         python-nautilus,
+         ${misc:Depends},
+         ${python3:Depends}
+Suggests: nautilus-script-manager
+Enhances: nautilus
+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
+ 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.
+ .
+ Nautilus Dropbox is an extension that integrates the ownCloud web service with
+ your GNOME Desktop.
+
+Package: owncloud-client-filemanager-data
+Architecture: all
+Depends: ${misc:Depends}
+Description: folder synchronization with an ownCloud server - shared data
+ 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 the shared data for filemanager.
diff --git a/debian/rules b/debian/rules
index 3d60f61..1cc867a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
 
 %:
-	dh $@ --parallel --with sphinxdoc --with pkgkde_symbolshelper
+	dh $@ --parallel --with sphinxdoc --with pkgkde_symbolshelper --with python3
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
@@ -36,6 +36,9 @@ override_dh_install:
 		-Xusr/share/man/man1/owncloudcmd.1 \
 		-Xusr/share/man/man1/owncloud.1
 
+override_dh_python3:
+	dh_python3 -p owncloud-client-nautilus usr/share/nautilus-python/extensions
+
 override_dh_sphinxdoc-arch:
 
 build: build-indep

-- 
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