[libcmis] 05/40: Imported Debian patch 0.2.3-1

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:52:01 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 3df084515b447bc3e05f189043cf7d791d4de8c6
Merge: f7e96a2 0124025
Author: Rene Engelhard <rene at debian.org>
Date:   Tue Jun 26 13:38:24 2012 +0200

    Imported Debian patch 0.2.3-1

 ChangeLog                                   |  71 +++++
 Makefile.am                                 |  22 +-
 Makefile.in                                 | 107 +++++--
 NEWS                                        |  10 +
 configure                                   | 148 +++++++--
 configure.ac                                |  34 +-
 debian/changelog                            |   7 +
 debian/control                              |   2 +-
 debian/libcmis-dev.install                  |   2 +-
 debian/patches/fix-docbook-to-man-call.diff |  22 ++
 debian/patches/series                       |   1 +
 debian/rules                                |   1 +
 doc/Makefile.am                             |   4 -
 doc/Makefile.in                             | 461 ----------------------------
 doc/cmis-client.1                           | 207 -------------
 libcmis.pc.in                               |   1 +
 src/libcmis/Makefile.am                     |   2 +-
 src/libcmis/Makefile.in                     |   2 +-
 src/libcmis/atom-document.cxx               |  73 ++++-
 src/libcmis/atom-object.cxx                 |   7 +-
 src/libcmis/atom-session.cxx                |  69 +++--
 src/libcmis/atom-session.hxx                |   8 +-
 src/libcmis/atom-utils.cxx                  |   3 +-
 23 files changed, 486 insertions(+), 778 deletions(-)

diff --cc debian/changelog
index bb0b2e7,0000000..160839d
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,11 -1,0 +1,18 @@@
++libcmis (0.2.3-1) experimental; urgency=low
++
++  * New upstream release
++  * add depends on libcurl4-gnutls-dev, libxml2-dev to libcmis-dev
++
++ -- Rene Engelhard <rene at debian.org>  Tue, 26 Jun 2012 13:38:24 +0200
++
 +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/control
index 36a8000,0000000..542c4a6
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, 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-2 (= ${binary:Version}), ${misc:Depends}
++Depends: libcmis-0.2-2 (= ${binary:Version}), ${misc:Depends}, libcurl4-gnutls-dev, libxml2-dev
 +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-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-dev.install
index 33c14b5,0000000..e5d128f
mode 100644,000000..100644
--- a/debian/libcmis-dev.install
+++ b/debian/libcmis-dev.install
@@@ -1,4 -1,0 +1,4 @@@
 +debian/tmp/usr/include/*
 +debian/tmp/usr/lib/lib*.a
 +debian/tmp/usr/lib/lib*.so
- debian/tmp/usr/lib/pkgconfig/*
++libcmis*pc usr/lib/pkgconfig
diff --cc debian/patches/fix-docbook-to-man-call.diff
index 0000000,0000000..20ca865
new file mode 100644
--- /dev/null
+++ b/debian/patches/fix-docbook-to-man-call.diff
@@@ -1,0 -1,0 +1,22 @@@
++--- libcmis-0.2.3.orig/Makefile.am
+++++ libcmis-0.2.3/Makefile.am
++@@ -10,7 +10,7 @@ pkgconfigdir = $(libdir)/pkgconfig
++ 
++ if WITH_LIBCMIS_MAN
++ cmis-client.1: doc/cmis-client.xml
++-	$(DOCBOOK2X) $<
+++	$(DOCBOOK2X) $< > $@
++ 
++ install-data-am: cmis-client.1
++ 	mkdir -p $(DESTDIR)$(mandir)/man1/
++--- libcmis-0.2.3.orig/Makefile.in
+++++ libcmis-0.2.3/Makefile.in
++@@ -848,7 +848,7 @@ libcmis- at LIBCMIS_API_VERSION@.pc: libcmi
++ 		@cp -f $< $@
++ 
++ @WITH_LIBCMIS_MAN_TRUE at cmis-client.1: doc/cmis-client.xml
++- at WITH_LIBCMIS_MAN_TRUE@	$(DOCBOOK2X) $<
+++ at WITH_LIBCMIS_MAN_TRUE@	$(DOCBOOK2X) $< > $@
++ 
++ @WITH_LIBCMIS_MAN_TRUE at install-data-am: cmis-client.1
++ @WITH_LIBCMIS_MAN_TRUE@	mkdir -p $(DESTDIR)$(mandir)/man1/
diff --cc debian/patches/series
index 730788f,0000000..fb9cd4d
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,1 -1,0 +1,2 @@@
 +fix-run-tests-sh.diff
++fix-docbook-to-man-call.diff
diff --cc debian/rules
index 9660732,0000000..55608c7
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,20 -1,0 +1,21 @@@
 +#!/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
++	rm -f cmis-client.1
 +	dh_clean
 +
 +override_dh_auto_test:
 +

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