[libcmis] 03/40: Imported Debian patch 0.2.2-1

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:52:00 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 f7e96a286c9267e9fd9185957f46e19fe6d2f80a
Merge: 4ed3747 5981c80
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Jun 4 19:42:40 2012 +0200

    Imported Debian patch 0.2.2-1

 COPYING.LGPL                                       |  203 +-
 ChangeLog                                          |  553 ++
 Makefile.am                                        |    6 +-
 Makefile.in                                        |   26 +-
 NEWS                                               |   31 +
 aclocal.m4                                         |    1 -
 configure                                          | 7205 +++++++++++---------
 configure.ac                                       |   78 +-
 debian/changelog                                   |    6 +
 debian/cmis-client.install                         |    1 +
 debian/control                                     |    6 +-
 ...libcmis-0.2-0.install => libcmis-0.2-2.install} |    0
 debian/patches/fix-run-tests-sh.diff               |    8 +
 debian/patches/series                              |    1 +
 doc/Makefile.am                                    |    4 +
 doc/Makefile.in                                    |  461 ++
 doc/cmis-client.1                                  |  207 +
 doc/cmis-client.xml                                |  354 +
 libcmis.pc.in                                      |    2 +-
 ltmain.sh                                          | 3976 +++++++----
 m4/libcurl.m4                                      |  251 -
 m4/libtool.m4                                      | 2012 +++---
 m4/ltoptions.m4                                    |   13 +-
 m4/ltversion.m4                                    |   12 +-
 m4/lt~obsolete.m4                                  |   12 +-
 src/Makefile.am                                    |   10 +-
 src/Makefile.in                                    |   53 +-
 src/cmis-client.cxx                                |  581 +-
 src/libcmis/Makefile.am                            |   51 +-
 src/libcmis/Makefile.in                            |  367 +-
 .../{session-factory.cxx => allowable-actions.cxx} |   57 +-
 src/libcmis/allowable-actions.hxx                  |  101 +
 src/libcmis/atom-allowable-actions.cxx             |  237 +
 .../{atom-utils.hxx => atom-allowable-actions.hxx} |   35 +-
 src/libcmis/atom-document.cxx                      |  230 +-
 src/libcmis/atom-document.hxx                      |   27 +-
 src/libcmis/atom-folder.cxx                        |  295 +-
 src/libcmis/atom-folder.hxx                        |   27 +-
 src/libcmis/atom-object-type.cxx                   |  375 +
 src/libcmis/atom-object-type.hxx                   |  111 +
 src/libcmis/atom-object.cxx                        |  466 +-
 src/libcmis/atom-object.hxx                        |   82 +-
 src/libcmis/atom-session.cxx                       |  709 +-
 src/libcmis/atom-session.hxx                       |  123 +-
 src/libcmis/atom-utils.cxx                         |  260 +-
 src/libcmis/atom-utils.hxx                         |   48 +-
 src/libcmis/atom-workspace.cxx                     |  234 +
 src/libcmis/atom-workspace.hxx                     |   95 +
 src/libcmis/document.hxx                           |   53 +-
 src/libcmis/{cmis-object.hxx => exception.hxx}     |   28 +-
 src/libcmis/folder.hxx                             |   30 +-
 src/libcmis/makefile.mk                            |   45 +
 src/libcmis/object-type.hxx                        |   85 +
 src/libcmis/object.hxx                             |  100 +
 src/libcmis/property-type.cxx                      |  177 +
 src/libcmis/property-type.hxx                      |  112 +
 src/libcmis/property.cxx                           |  144 +
 src/libcmis/property.hxx                           |   82 +
 src/libcmis/session-factory.cxx                    |   58 +-
 src/libcmis/session-factory.hxx                    |   24 +-
 src/libcmis/session.hxx                            |   41 +-
 src/libcmis/test-atom.cxx                          |  574 +-
 src/libcmis/test-decoder.cxx                       |  209 +
 .../{session-factory.cxx => test-helpers.cxx}      |   55 +-
 src/libcmis/{folder.hxx => test-helpers.hxx}       |   26 +-
 src/libcmis/test-xmlutils.cxx                      |  467 ++
 src/libcmis/xml-utils.cxx                          |  150 +
 src/libcmis/{atom-utils.hxx => xml-utils.hxx}      |   35 +-
 src/libcmis/{folder.hxx => xmlserializable.hxx}    |   21 +-
 69 files changed, 15865 insertions(+), 6654 deletions(-)

diff --cc debian/changelog
index 5a055fd,0000000..bb0b2e7
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,11 @@@
++libcmis (0.2.2-1) experimental; urgency=low
++
++  * New upstream release
++
++ -- Rene Engelhard <rene at debian.org>  Mon, 04 Jun 2012 19:42:40 +0200
++
 +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 --cc debian/cmis-client.install
index a3e6717,0000000..899fd30
mode 100644,000000..100644
--- a/debian/cmis-client.install
+++ b/debian/cmis-client.install
@@@ -1,1 -1,0 +1,2 @@@
 +debian/tmp/usr/bin/cmis-client
++debian/tmp/usr/share/man/man1/cmis-client.1
diff --cc debian/control
index 1b727e8,0000000..36a8000
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,35 -1,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
++Build-Depends: debhelper (>= 8.0.0), autotools-dev, libxml2-dev, libboost-dev, libboost-program-options-dev, libcurl4-gnutls-dev, libcppunit-dev, docbook-to-man, libboost-date-time-dev
 +Standards-Version: 3.9.2
 +Section: libs
 +
 +Package: libcmis-dev
 +Section: libdevel
 +Architecture: any
- Depends: libcmis-0.2-0 (= ${binary:Version}), ${misc:Depends}
++Depends: libcmis-0.2-2 (= ${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
++Package: libcmis-0.2-2
 +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 --cc debian/libcmis-0.2-2.install
index 04c5ead,0000000..04c5ead
mode 100644,000000..100644
--- a/debian/libcmis-0.2-2.install
+++ b/debian/libcmis-0.2-2.install
diff --cc debian/patches/fix-run-tests-sh.diff
index 0000000,0000000..f16e133
new file mode 100644
--- /dev/null
+++ b/debian/patches/fix-run-tests-sh.diff
@@@ -1,0 -1,0 +1,8 @@@
++--- a/run-test.sh-old	2012-06-04 19:33:31.458848242 +0200
+++++ b/run-test.sh	2012-06-04 19:33:37.942880390 +0200
++@@ -1,4 +1,4 @@
++-#!/usr/bin/env sh
+++#!/usr/bin/env bash
++ 
++ LIBCMIS_DIR=$PWD/`dirname $0`
++ 
diff --cc debian/patches/series
index 0000000,0000000..730788f
new file mode 100644
--- /dev/null
+++ b/debian/patches/series
@@@ -1,0 -1,0 +1,1 @@@
++fix-run-tests-sh.diff

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