[libcmis] 01/40: Imported Debian patch 0.1.0-1

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:51:59 UTC 2016


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

rene pushed a commit to branch master
in repository libcmis.

commit 4ed37479c7537e5fb434acdb4d69eaeca9a7aaf1
Author: Rene Engelhard <rene at debian.org>
Date:   Sat Dec 24 14:23:23 2011 +0000

    Imported Debian patch 0.1.0-1
---
 debian/changelog             |  5 +++++
 debian/cmis-client.install   |  1 +
 debian/compat                |  1 +
 debian/control               | 35 +++++++++++++++++++++++++++++++++++
 debian/copyright             | 36 ++++++++++++++++++++++++++++++++++++
 debian/docs                  |  2 ++
 debian/libcmis-0.2-0.install |  1 +
 debian/libcmis-dev.dirs      |  2 ++
 debian/libcmis-dev.install   |  4 ++++
 debian/rules                 | 20 ++++++++++++++++++++
 debian/source/format         |  1 +
 11 files changed, 108 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5a055fd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libcmis (0.1.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Rene Engelhard <rene at debian.org>  Sat, 24 Dec 2011 14:23:23 +0000
diff --git a/debian/cmis-client.install b/debian/cmis-client.install
new file mode 100644
index 0000000..a3e6717
--- /dev/null
+++ b/debian/cmis-client.install
@@ -0,0 +1 @@
+debian/tmp/usr/bin/cmis-client
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1b727e8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: libcmis
+Priority: optional
+Maintainer: Rene Engelhard <rene at debian.org>
+Build-Depends: debhelper (>= 8.0.0), autotools-dev, libxml2-dev, libboost-dev, libboost-program-options-dev, libcurl4-gnutls-dev, libcppunit-dev
+Standards-Version: 3.9.2
+Section: libs
+
+Package: libcmis-dev
+Section: libdevel
+Architecture: any
+Depends: libcmis-0.2-0 (= ${binary:Version}), ${misc:Depends}
+Description: CMIS protocol client library -- development
+ LibCMIS is a C++ client library for the CMIS interface. This allows
+ C++ applications to connect to any CMIS-enabled repositories.
+ .
+ This package contains the development files (headers, ...) for libcmis.
+
+Package: libcmis-0.2-0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: CMIS protocol client library
+ LibCMIS is a C++ client library for the CMIS interface. This allows C++
+ applications to connect to any CMIS-enabled repositories.
+
+Package: cmis-client
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: client for the CMIS protocol
+ LibCMIS is a C++ client library for the CMIS interface. This allows C++
+ applications to connect to any CMIS-enabled repositories.
+ .
+ This package contains the cmis-client standalone application.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..99d45e4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: libcmis
+Source: http://dev-www.libreoffice.org/src
+
+Files: *
+Copyright: * Copyright (C) 2011 SUSE <cbosdonnat at suse.com>
+License: MPL | GPL2+ | LGPL2+
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License or as specified alternatively below. You may obtain a copy of
+ * the License at http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * Major Contributor(s):
+ * Copyright (C) 2011 SUSE <cbosdonnat at suse.com>
+ *
+ *
+ * All Rights Reserved.
+ *
+ * For minor contributions see the git repository.
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPLv2+"), or
+ * the GNU Lesser General Public License Version 2 or later (the "LGPLv2+"),
+ * in which case the provisions of the GPLv2+ or the LGPLv2+ are applicable
+ * instead of those above.
+ */
+ .
+ On Debian systems you can find the full  text of the  GPL in
+ /usr/share/common-licenses/GPL and of the LGPL in
+ /usr/share/common-licenses/LGPL.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..50bd824
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+NEWS
+README
diff --git a/debian/libcmis-0.2-0.install b/debian/libcmis-0.2-0.install
new file mode 100644
index 0000000..04c5ead
--- /dev/null
+++ b/debian/libcmis-0.2-0.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libcmis*.so.*
diff --git a/debian/libcmis-dev.dirs b/debian/libcmis-dev.dirs
new file mode 100644
index 0000000..4418816
--- /dev/null
+++ b/debian/libcmis-dev.dirs
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
diff --git a/debian/libcmis-dev.install b/debian/libcmis-dev.install
new file mode 100644
index 0000000..33c14b5
--- /dev/null
+++ b/debian/libcmis-dev.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/pkgconfig/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9660732
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 
+
+override_dh_clean:
+	rm -f libcmis-0.2.pc
+	dh_clean
+
+override_dh_auto_test:
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libcmis.git



More information about the Pkg-openoffice-commits mailing list