[Pkg-samba-maint] r2733 - trunk/openchange/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Thu Apr 30 18:06:45 UTC 2009
Author: jelmer
Date: 2009-04-30 18:06:45 +0000 (Thu, 30 Apr 2009)
New Revision: 2733
Modified:
trunk/openchange/debian/changelog
trunk/openchange/debian/control
trunk/openchange/debian/rules
Log:
Add libmapi++ package.
Modified: trunk/openchange/debian/changelog
===================================================================
--- trunk/openchange/debian/changelog 2009-04-29 20:00:43 UTC (rev 2732)
+++ trunk/openchange/debian/changelog 2009-04-30 18:06:45 UTC (rev 2733)
@@ -1,10 +1,11 @@
-openchange (1:0.8+svn1312-1) experimental; urgency=low
+openchange (1:0.8.2+svn1312-1) experimental; urgency=low
* New upstream snapshot.
* Build exchange2ical.
* Add missing dependency on libtevent-dev. (Closes: #524000)
+ * Add libmapi++ package.
- -- Jelmer Vernooij <jelmer at debian.org> Tue, 14 Apr 2009 17:59:42 +0200
+ -- Jelmer Vernooij <jelmer at debian.org> Tue, 14 Apr 2009 18:05:32 +0200
openchange (1:0.8-2) experimental; urgency=low
Modified: trunk/openchange/debian/control
===================================================================
--- trunk/openchange/debian/control 2009-04-29 20:00:43 UTC (rev 2732)
+++ trunk/openchange/debian/control 2009-04-30 18:06:45 UTC (rev 2733)
@@ -45,6 +45,29 @@
.
This package contains the development files.
+Package: libmapi++
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: C++ Client library for the MAPI protocol
+ This library provides a client-side implementation of the MAPI protocol
+ that is used by Microsoft Exchange and Outlook.
+ .
+ Currently implemented features include sending and receiving mail and
+ enumerating the address book.
+
+Package: libmapi++-dev
+Section: libdevel
+Architecture: any
+Depends: libc6-dev, libmapi++ (= ${binary:Version}), ${misc:Depends}
+Description: Development files for the C++ MAPI client library
+ This library provides a client-side implementation of the MAPI protocol
+ that is used by Microsoft Exchange and Outlook.
+ .
+ Currently implemented features include sending and receiving mail and
+ enumerating the address book.
+ .
+ This package contains the development files.
+
Package: libocpf0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Modified: trunk/openchange/debian/rules
===================================================================
--- trunk/openchange/debian/rules 2009-04-29 20:00:43 UTC (rev 2732)
+++ trunk/openchange/debian/rules 2009-04-30 18:06:45 UTC (rev 2733)
@@ -51,8 +51,6 @@
dh_testroot
# Don't install the testsuite for now
rm -f $(CURDIR)/debian/tmp/usr/torture/openchange.so
- # No libmapi++ package for now
- rm -rf $(CURDIR)/debian/tmp/usr/include/libmapi++
dh_install --sourcedir=debian/tmp --list-missing --fail-missing
get-orig-source:
More information about the Pkg-samba-maint
mailing list