[Pkg-samba-maint] r1863 - trunk/openchange/debian
ctrlsoft-guest at alioth.debian.org
ctrlsoft-guest at alioth.debian.org
Sun May 11 20:54:46 UTC 2008
Author: ctrlsoft-guest
Date: 2008-05-11 20:54:46 +0000 (Sun, 11 May 2008)
New Revision: 1863
Added:
trunk/openchange/debian/libocpf-dev.install
trunk/openchange/debian/libocpf0.install
Modified:
trunk/openchange/debian/changelog
trunk/openchange/debian/control
trunk/openchange/debian/copyright
trunk/openchange/debian/libmapi-dev.install
trunk/openchange/debian/libmapiadmin-dev.install
trunk/openchange/debian/openchangeclient.install
trunk/openchange/debian/rules
Log:
Update for newer snapshot.
Modified: trunk/openchange/debian/changelog
===================================================================
--- trunk/openchange/debian/changelog 2008-05-11 19:56:46 UTC (rev 1862)
+++ trunk/openchange/debian/changelog 2008-05-11 20:54:46 UTC (rev 1863)
@@ -1,4 +1,4 @@
-openchange (0.7~svn337-1) experimental; urgency=low
+openchange (1.0~svn495-1) experimental; urgency=low
* Initial release. (Closes: #420291)
Modified: trunk/openchange/debian/control
===================================================================
--- trunk/openchange/debian/control 2008-05-11 19:56:46 UTC (rev 1862)
+++ trunk/openchange/debian/control 2008-05-11 20:54:46 UTC (rev 1863)
@@ -27,6 +27,25 @@
.
This package contains the development files.
+Package: libocpf0
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Client library for the MAPI (Exchange/Outlook) protocol
+ Library for using the MAPI (Exchange/Outlook) protocol. Currently
+ implemented features include sending and receiving mail and
+ enumerating the address book.
+
+Package: libocpf-dev
+Section: libdevel
+Architecture: any
+Depends: libc6-dev, pkg-config (>= 0.14.0), libocpf0 (= ${binary:Version})
+Description: Development files for the MAPI client library
+ Library for using the MAPI (Exchange/Outlook) protocol. Currently
+ implemented features include sending and receiving mail and
+ enumerating the address book.
+ .
+ This package contains the development files.
+
Package: openchangeclient
Architecture: any
Depends: ${shlibs:Depends}
@@ -44,12 +63,13 @@
Package: libmapiadmin0
Architecture: any
-Section: libdevel
+Section: libs
Depends: ${shlibs:Depends}
Description: Administration client library for the MAPI (Exchange/Outlook) protocol
Library that allows remote administration of MAPI (Exchange/Outlook) servers.
Package: libmapiadmin-dev
+Section: libdevel
Architecture: any
Depends: libc6-dev, pkg-config (>= 0.14.0), libmapiadmin0 (= ${binary:Version})
Description: Development files for the MAPI administration client library
Modified: trunk/openchange/debian/copyright
===================================================================
--- trunk/openchange/debian/copyright 2008-05-11 19:56:46 UTC (rev 1862)
+++ trunk/openchange/debian/copyright 2008-05-11 20:54:46 UTC (rev 1863)
@@ -3,21 +3,22 @@
It was downloaded from www.openchange.org
- Copyright Julien Kerihuel <jkerihuel at openchange.org> and
- the OpenChange team.
+Copyright Julien Kerihuel <jkerihuel at openchange.org> and
+the OpenChange team.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 dated June, 1991.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 3 of the License, or
+(at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
Modified: trunk/openchange/debian/libmapi-dev.install
===================================================================
--- trunk/openchange/debian/libmapi-dev.install 2008-05-11 19:56:46 UTC (rev 1862)
+++ trunk/openchange/debian/libmapi-dev.install 2008-05-11 20:54:46 UTC (rev 1863)
@@ -1,20 +1,6 @@
usr/lib/libmapi.so
usr/lib/pkgconfig/libmapi.pc
-usr/include/libmapi/dlinklist.h
-usr/include/libmapi/libmapi.h
-usr/include/libmapi/proto.h
-usr/include/libmapi/nspi.h
-usr/include/libmapi/emsmdb.h
-usr/include/libmapi/mapi_ctx.h
-usr/include/libmapi/mapi_provider.h
-usr/include/libmapi/mapi_handles.h
-usr/include/libmapi/mapi_notification.h
-usr/include/libmapi/mapi_object.h
-usr/include/libmapi/mapi_profile.h
-usr/include/libmapi/mapidefs.h
-usr/include/libmapi/mapicode.h
+usr/include/libmapi/*.h
+usr/include/libmapi/socket/*.h
usr/include/gen_ndr/exchange.h
-usr/include/libmapi/socket/netif.h
-usr/include/libmapi/mapi_nameid.h
-usr/include/libmapi/version.h
usr/share/man/man3/*.3
Modified: trunk/openchange/debian/libmapiadmin-dev.install
===================================================================
--- trunk/openchange/debian/libmapiadmin-dev.install 2008-05-11 19:56:46 UTC (rev 1862)
+++ trunk/openchange/debian/libmapiadmin-dev.install 2008-05-11 20:54:46 UTC (rev 1863)
@@ -1,2 +1,3 @@
usr/lib/libmapiadmin.so
usr/lib/pkgconfig/libmapiadmin.pc
+usr/include/libmapiadmin/*.h
Added: trunk/openchange/debian/libocpf-dev.install
===================================================================
--- trunk/openchange/debian/libocpf-dev.install (rev 0)
+++ trunk/openchange/debian/libocpf-dev.install 2008-05-11 20:54:46 UTC (rev 1863)
@@ -0,0 +1,3 @@
+usr/lib/libocpf.so
+usr/lib/pkgconfig/libocpf.pc
+usr/include/libocpf/*.h
Added: trunk/openchange/debian/libocpf0.install
===================================================================
--- trunk/openchange/debian/libocpf0.install (rev 0)
+++ trunk/openchange/debian/libocpf0.install 2008-05-11 20:54:46 UTC (rev 1863)
@@ -0,0 +1 @@
+usr/lib/libocpf.so.*
Modified: trunk/openchange/debian/openchangeclient.install
===================================================================
--- trunk/openchange/debian/openchangeclient.install 2008-05-11 19:56:46 UTC (rev 1862)
+++ trunk/openchange/debian/openchangeclient.install 2008-05-11 20:54:46 UTC (rev 1863)
@@ -10,3 +10,4 @@
usr/share/man/man1/openchangeclient.1
usr/share/man/man1/openchangepfadmin.1
usr/share/man/man1/mapiprofile.1
+usr/lib/nagios/plugins/check_exchange
Modified: trunk/openchange/debian/rules
===================================================================
--- trunk/openchange/debian/rules 2008-05-11 19:56:46 UTC (rev 1862)
+++ trunk/openchange/debian/rules 2008-05-11 20:54:46 UTC (rev 1863)
@@ -36,13 +36,18 @@
install: build
dh_installdirs
+ mkdir -p $(CURDIR)/debian/tmp/usr/modules/dcerpc_server
+ mkdir -p $(CURDIR)/debian/tmp/usr/lib/nagios/plugins
$(MAKE) install installman DESTDIR=$(CURDIR)/debian/tmp
+ mv $(CURDIR)/debian/tmp/usr/lib/nagios/check_exchange \
+ $(CURDIR)/debian/tmp/usr/lib/nagios/plugins/check_exchange
dh_testdir
dh_testroot
- dh_link -plibmapi0 usr/lib/libmapi.so.0.7 usr/lib/libmapi.so.0
- dh_link -plibmapiadmin0 usr/lib/libmapiadmin.so.0.7 usr/lib/libmapiadmin.so.0
+ dh_link -plibmapi0 usr/lib/libmapi.so.0.8 usr/lib/libmapi.so.0
+ dh_link -plibmapiadmin0 usr/lib/libmapiadmin.so.0.8 usr/lib/libmapiadmin.so.0
+ dh_link -plibocpf0 usr/lib/libocpf.so.0.8 usr/lib/libocpf.so.0
# Don't install the testsuite for now
- rm -f $(CURDIR)/debian/tmp/openchange.so
+ rm -f $(CURDIR)/debian/tmp/usr/torture/openchange.so
dh_install --sourcedir=debian/tmp --list-missing --fail-missing
binary-arch: build install
More information about the Pkg-samba-maint
mailing list