[Pkg-owncloud-commits] [owncloud-client] 05/06: adding libowncloudsync-dev package
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Feb 13 00:41:12 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 37b5c959ca0cb30c1e81e5b62880dcc20164cd17
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Wed Feb 12 17:17:28 2014 +0100
adding libowncloudsync-dev package
---
debian/control | 15 +++++++++++++++
debian/libowncloudsync-dev.install | 5 +++++
debian/libowncloudsync0.install | 1 +
3 files changed, 21 insertions(+)
diff --git a/debian/control b/debian/control
index eb713ab..002ae93 100644
--- a/debian/control
+++ b/debian/control
@@ -78,6 +78,19 @@ Description: ownCloudSync folder synchronization - libraries
This library is based on CSync, but adds functions that are missing in
CSync and more specific to graphical clients.
+Package: libowncloudsync-dev
+Architecture: any
+Depends: libowncloudsync0 (= ${binary:Version}), ${misc:Depends}
+Section: libdevel
+Description: development files for owncloudsync
+ 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 contains the library development files.
+
Package: owncloud-client-l10n
Architecture: all
Depends: ${misc:Depends}
@@ -116,3 +129,5 @@ 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.
+
+
diff --git a/debian/libowncloudsync-dev.install b/debian/libowncloudsync-dev.install
new file mode 100644
index 0000000..9e6b864
--- /dev/null
+++ b/debian/libowncloudsync-dev.install
@@ -0,0 +1,5 @@
+usr/lib/*/libowncloudsync.so
+usr/lib/*/libocsync.so
+usr/lib/*/libhttpbf.a
+usr/include/httpbf.h
+usr/include/owncloudsync/
diff --git a/debian/libowncloudsync0.install b/debian/libowncloudsync0.install
index 07e42d6..49a344f 100644
--- a/debian/libowncloudsync0.install
+++ b/debian/libowncloudsync0.install
@@ -1 +1,2 @@
usr/lib/*/libowncloudsync.so.*
+usr/lib/*/libocsync.so.*
--
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