[Pkg-owncloud-commits] [owncloud-client] 86/89: Removed applied patch: 0003-Add-man-page-for-owncloudcmd.patch
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:41 UTC 2013
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 0fd715d2e071b6e2fb3492aaa1670c77078e9c33
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Fri Dec 13 15:42:31 2013 +0100
Removed applied patch: 0003-Add-man-page-for-owncloudcmd.patch
---
.../0003-Add-man-page-for-owncloudcmd.patch | 100 ---------------------
debian/patches/series | 1 -
2 files changed, 101 deletions(-)
diff --git a/debian/patches/0003-Add-man-page-for-owncloudcmd.patch b/debian/patches/0003-Add-man-page-for-owncloudcmd.patch
deleted file mode 100644
index 2223ccb..0000000
--- a/debian/patches/0003-Add-man-page-for-owncloudcmd.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-Description: Add man page for owncloudcmd
- Fixes #1234
-Author: Daniel Molkentin <danimo at owncloud.com>
-Origin: upstream, https://github.com/owncloud/mirall/commit/72b0f4e573832827f3a6f684c6f7068aec835f48
-Reviewed-by: Sandro Knauß <bugs at sandroknauss.de>
-Last-Update: 2013-12-09
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: owncloud-client/doc/conf.py.in
-===================================================================
---- owncloud-client.orig/doc/conf.py.in 2013-12-09 03:37:56.836608469 +0100
-+++ owncloud-client/doc/conf.py.in 2013-12-09 03:37:56.829608497 +0100
-@@ -215,6 +215,8 @@
- man_pages = [
- ('owncloud.1', 'owncloud', u'File synchronisation desktop utility.',
- [u'The ownCloud developers'], 1),
-+ ('owncloudcmd.1', 'owncloudcmd', u'Command line ownCloud client tool.',
-+ [u'The ownCloud developers'], 1),
- ]
-
- # If true, show URL addresses after external links.
-Index: owncloud-client/doc/owncloud.1.rst
-===================================================================
---- owncloud-client.orig/doc/owncloud.1.rst 2013-12-09 03:37:56.836608469 +0100
-+++ owncloud-client/doc/owncloud.1.rst 2013-12-09 03:37:56.830608493 +0100
-@@ -1,7 +1,8 @@
-+:orphan:
-+
- owncloud(1)
- -----------
-
--
- SYNOPSIS
- ========
- *owncloud* [`OPTIONS`...]
-@@ -28,10 +29,10 @@
- BUGS
- ====
-
--Please report bugs at https://github.com/owncloud/core/issues.
-+Please report bugs at https://github.com/owncloud/mirall/issues.
-
-
- SEE ALSO
- ========
-- `csync(1)`
-+:manpage:`owncloudcmd(1)`
-
-Index: owncloud-client/doc/owncloudcmd.1.rst
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ owncloud-client/doc/owncloudcmd.1.rst 2013-12-09 03:37:56.831608489 +0100
-@@ -0,0 +1,34 @@
-+:orphan:
-+
-+owncloudcmd(1)
-+--------------
-+
-+SYNOPSIS
-+========
-+*owncloudcmd* [`OPTIONS`...] sourcedir owncloudurl
-+
-+DESCRIPTION
-+===========
-+owncloudcmd is the command line tool for the ownCloud file synchronisation
-+desktop utility, based on mirall.
-+
-+Contrary to the :manpage:`owncloud(1)` GUI client, `owncloudcmd` will only
-+perform a single sync run and then exit. It thus replaces the `ocsync` binary
-+used for the same purpose in earlier releases.
-+
-+A sync run will sync a single local directory with a WebDAV share on a
-+remote ownCloud server.
-+
-+OPTIONS
-+=======
-+``--confdir`` `PATH`
-+ The configuration dir where `csync.conf` is located
-+
-+BUGS
-+====
-+Please report bugs at https://github.com/owncloud/mirall/issues.
-+
-+SEE ALSO
-+========
-+:manpage:`owncloud(1)`
-+
-Index: owncloud-client/src/owncloudcmd/owncloudcmd.cpp
-===================================================================
---- owncloud-client.orig/src/owncloudcmd/owncloudcmd.cpp 2013-12-09 03:37:56.836608469 +0100
-+++ owncloud-client/src/owncloudcmd/owncloudcmd.cpp 2013-12-09 03:37:56.831608489 +0100
-@@ -62,7 +62,7 @@
- {
- std::cout << "owncloudcmd - command line ownCloud client tool." << std::endl;
- std::cout << "" << std::endl;
-- std::cout << "Call owncloudcmd sourcedir owncloudurl" << std::endl;
-+ std::cout << "Usage: owncloudcmd <sourcedir> <owncloudurl>" << std::endl;
- std::cout << "" << std::endl;
- std::cout << "Options:" << std::endl;
- std::cout << " --confdir = configdir: Read config from there." << std::endl;
diff --git a/debian/patches/series b/debian/patches/series
index 033d715..1599ec1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
disable-updatecheck.patch
create-manpage.patch
-0003-Add-man-page-for-owncloudcmd.patch
--
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