[Pkg-samba-maint] r1933 - trunk/openchange/debian

ctrlsoft-guest at alioth.debian.org ctrlsoft-guest at alioth.debian.org
Wed Jun 11 10:53:01 UTC 2008


Author: ctrlsoft-guest
Date: 2008-06-11 10:53:01 +0000 (Wed, 11 Jun 2008)
New Revision: 1933

Added:
   trunk/openchange/debian/libmapiproxy-dev.install
   trunk/openchange/debian/libmapiproxy0.install
Modified:
   trunk/openchange/debian/changelog
   trunk/openchange/debian/control
   trunk/openchange/debian/copyright
   trunk/openchange/debian/openchangeproxy.install
   trunk/openchange/debian/openchangeserver.install
   trunk/openchange/debian/rules
Log:
Package new snapshot, fix copyright file.

Modified: trunk/openchange/debian/changelog
===================================================================
--- trunk/openchange/debian/changelog	2008-06-11 00:32:41 UTC (rev 1932)
+++ trunk/openchange/debian/changelog	2008-06-11 10:53:01 UTC (rev 1933)
@@ -1,4 +1,4 @@
-openchange (1.0~svn600-1) experimental; urgency=low
+openchange (1.0~svn605-1) experimental; urgency=low
 
   * Initial release. (Closes: #420291)
 

Modified: trunk/openchange/debian/control
===================================================================
--- trunk/openchange/debian/control	2008-06-11 00:32:41 UTC (rev 1932)
+++ trunk/openchange/debian/control	2008-06-11 10:53:01 UTC (rev 1933)
@@ -84,3 +84,19 @@
  Library that allows remote administration of MAPI (Exchange/Outlook) servers. 
  .
  This package contains the development files.
+
+Package: libmapiproxy0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Description: Proxy library for the MAPI (Exchange/Outlook) protocol
+ Library that allows proxying of the MAPI (Exchange/Outlook) protocol. 
+
+Package: libmapiproxy-dev
+Section: libdevel
+Architecture: any
+Depends: libc6-dev, pkg-config (>= 0.14.0), libmapiproxy0 (= ${binary:Version})
+Description: Development files for the MAPI proxy library
+ Library that allows proxying of the MAPI (Exchange/Outlook) protocol.
+ .
+ This package contains the development files.

Modified: trunk/openchange/debian/copyright
===================================================================
--- trunk/openchange/debian/copyright	2008-06-11 00:32:41 UTC (rev 1932)
+++ trunk/openchange/debian/copyright	2008-06-11 10:53:01 UTC (rev 1933)
@@ -3,9 +3,11 @@
 
 It was downloaded from www.openchange.org
 
-Copyright Julien Kerihuel <jkerihuel at openchange.org> and 
+Copyright (C) 2005-2008 Julien Kerihuel <jkerihuel at openchange.org> and 
 the OpenChange team.
 
+License:
+
 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

Added: trunk/openchange/debian/libmapiproxy-dev.install
===================================================================
--- trunk/openchange/debian/libmapiproxy-dev.install	                        (rev 0)
+++ trunk/openchange/debian/libmapiproxy-dev.install	2008-06-11 10:53:01 UTC (rev 1933)
@@ -0,0 +1,2 @@
+usr/include/libmapiproxy.h
+usr/lib/libmapiproxy.so

Added: trunk/openchange/debian/libmapiproxy0.install
===================================================================
--- trunk/openchange/debian/libmapiproxy0.install	                        (rev 0)
+++ trunk/openchange/debian/libmapiproxy0.install	2008-06-11 10:53:01 UTC (rev 1933)
@@ -0,0 +1 @@
+usr/lib/libmapiproxy.so.*

Modified: trunk/openchange/debian/openchangeproxy.install
===================================================================
--- trunk/openchange/debian/openchangeproxy.install	2008-06-11 00:32:41 UTC (rev 1932)
+++ trunk/openchange/debian/openchangeproxy.install	2008-06-11 10:53:01 UTC (rev 1933)
@@ -1,3 +1,2 @@
-usr/lib/libmapiproxy.so
-usr/include/libmapiproxy.h
-usr/modules/dcerpc_mapiproxy/*.so
+usr/lib/samba/dcerpc_server/dcesrv_mapiproxy.so
+usr/lib/openchange/dcerpc_mapiproxy/*.so

Modified: trunk/openchange/debian/openchangeserver.install
===================================================================
--- trunk/openchange/debian/openchangeserver.install	2008-06-11 00:32:41 UTC (rev 1932)
+++ trunk/openchange/debian/openchangeserver.install	2008-06-11 10:53:01 UTC (rev 1933)
@@ -1,3 +1,3 @@
-usr/modules/dcerpc_server/*.so
+usr/lib/samba/dcerpc_server/dcesrv_exchange.so
 usr/share/setup/*
 usr/share/js/*

Modified: trunk/openchange/debian/rules
===================================================================
--- trunk/openchange/debian/rules	2008-06-11 00:32:41 UTC (rev 1932)
+++ trunk/openchange/debian/rules	2008-06-11 10:53:01 UTC (rev 1933)
@@ -7,6 +7,7 @@
 	./configure --with-fhs \
 		--prefix=/usr \
 		--mandir=/usr/share/man \
+		--with-modulesdir=/usr/lib/openchange
 	touch $@
 
 build: build-stamp
@@ -41,10 +42,15 @@
 	$(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 
+	mkdir -p $(CURDIR)/debian/tmp/usr/lib/samba/dcerpc_server
+	mv $(CURDIR)/debian/tmp/usr/modules/dcerpc_server/* \
+	   $(CURDIR)/debian/tmp/usr/lib/samba/dcerpc_server
+	rm -rf $(CURDIR)/debian/tmp/usr/modules
 	dh_testdir
 	dh_testroot
 	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 -plibmapiproxy0 usr/lib/libmapiproxy.so.0.8 usr/lib/libmapiproxy.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/usr/torture/openchange.so




More information about the Pkg-samba-maint mailing list