[Pkg-samba-maint] r1460 - in trunk/openchange: . debian

ctrlsoft-guest at alioth.debian.org ctrlsoft-guest at alioth.debian.org
Fri Jun 15 16:58:18 UTC 2007


Author: ctrlsoft-guest
Date: 2007-06-15 16:58:17 +0000 (Fri, 15 Jun 2007)
New Revision: 1460

Added:
   trunk/openchange/debian/
   trunk/openchange/debian/changelog
   trunk/openchange/debian/compat
   trunk/openchange/debian/control
   trunk/openchange/debian/copyright
   trunk/openchange/debian/libmapi-dev.files
   trunk/openchange/debian/libmapi.files
   trunk/openchange/debian/openchangeclient.files
   trunk/openchange/debian/rules
Log:
Add initial version of openchange package.

Added: trunk/openchange/debian/changelog
===================================================================
--- trunk/openchange/debian/changelog	                        (rev 0)
+++ trunk/openchange/debian/changelog	2007-06-15 16:58:17 UTC (rev 1460)
@@ -0,0 +1,11 @@
+openchange (0.4-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Jelmer Vernooij <jelmer at samba.org>  Thu, 31 May 2007 16:16:54 +0200
+
+openchange (0.2-1) experimental; urgency=low
+
+  * Initial release. (Closes: #420291)
+
+ -- Jelmer Vernooij <jelmer at samba.org>  Mon, 23 Apr 2007 01:56:38 +0200

Added: trunk/openchange/debian/compat
===================================================================
--- trunk/openchange/debian/compat	                        (rev 0)
+++ trunk/openchange/debian/compat	2007-06-15 16:58:17 UTC (rev 1460)
@@ -0,0 +1 @@
+5

Added: trunk/openchange/debian/control
===================================================================
--- trunk/openchange/debian/control	                        (rev 0)
+++ trunk/openchange/debian/control	2007-06-15 16:58:17 UTC (rev 1460)
@@ -0,0 +1,35 @@
+Source: openchange
+Section: net
+Priority: optional
+Maintainer: Jelmer Vernooij <jelmer at samba.org>
+Build-Depends: debhelper (>> 5.0.0)
+Standards-Version: 3.7.2
+XS-Vcs-Bzr: http://people.samba.org/bzr/jelmer/openchange/debian
+
+Package: libmapi0
+Architecture: any
+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. 
+ .
+ Homepage: www.openchange.org
+
+Package: libmapi-dev
+Architecture: any
+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.
+ .
+ Homepage: www.openchange.org
+
+Package: openchangeclient
+Architecture: any
+Description: Command-line client for the MAPI (Exchange/Outlook) protocol
+ Simple command-line client that allows fetching mail from and sending 
+ mail using a MAPI server. 
+ .
+ Homepage: www.openchange.org

Added: trunk/openchange/debian/copyright
===================================================================
--- trunk/openchange/debian/copyright	                        (rev 0)
+++ trunk/openchange/debian/copyright	2007-06-15 16:58:17 UTC (rev 1460)
@@ -0,0 +1,20 @@
+This package was debianized by Jelmer Vernooij jelmer at samba.org on
+Mon Apr 23 01:59:06 CEST 2007
+
+It was downloaded from www.openchange.org
+
+   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 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

Added: trunk/openchange/debian/libmapi-dev.files
===================================================================
--- trunk/openchange/debian/libmapi-dev.files	                        (rev 0)
+++ trunk/openchange/debian/libmapi-dev.files	2007-06-15 16:58:17 UTC (rev 1460)
@@ -0,0 +1,16 @@
+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_object.h
+usr/include/libmapi/mapi_profile.h
+usr/include/libmapi/mapidefs.h
+usr/include/libmapi/mapicode.h
+usr/include/libmapi/property.h
+usr/include/gen_ndr/exchange.h
+

Added: trunk/openchange/debian/libmapi.files
===================================================================
--- trunk/openchange/debian/libmapi.files	                        (rev 0)
+++ trunk/openchange/debian/libmapi.files	2007-06-15 16:58:17 UTC (rev 1460)
@@ -0,0 +1,5 @@
+usr/lib/libmapi.so
+usr/share/js/oc_profiles.js
+usr/share/setup/oc_profiles_basedn.ldif
+usr/share/setup/oc_profiles_init.ldif
+usr/share/setup/oc_profiles_schema.ldif

Added: trunk/openchange/debian/openchangeclient.files
===================================================================
--- trunk/openchange/debian/openchangeclient.files	                        (rev 0)
+++ trunk/openchange/debian/openchangeclient.files	2007-06-15 16:58:17 UTC (rev 1460)
@@ -0,0 +1,2 @@
+usr/bin/openchangeclient
+usr/bin/mapiprofile

Added: trunk/openchange/debian/rules
===================================================================
--- trunk/openchange/debian/rules	                        (rev 0)
+++ trunk/openchange/debian/rules	2007-06-15 16:58:17 UTC (rev 1460)
@@ -0,0 +1,63 @@
+#!/usr/bin/make -f
+# By Jelmer Vernooij <jelmer at samba.org>
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	./configure --with-fhs \
+		--prefix=/usr \
+		--mandir=/usr/share/man \
+	touch $@
+
+build: build-stamp
+build-stamp: configure
+	dh_testdir
+	$(MAKE) all
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+	$(RM) debian/tmp
+	-$(MAKE) clean
+	$(RM) build-stamp configure-stamp
+
+binary-indep: build install
+	dh_installdocs -i
+	dh_installchangelogs -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdebconf -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+install: build
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	dh_testdir
+	dh_testroot
+	dh_install --sourcedir=debian/tmp --list-missing
+
+binary-arch: build install
+	dh_installdocs -a 
+	dh_installchangelogs -a
+	dh_strip -a
+	dh_perl -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_makeshlibs -a
+	dh_installinit -a 
+	dh_installdebconf -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-arch binary-indep 
+
+.PHONY: configure build install binary binary-arch binary-indep clean




More information about the Pkg-samba-maint mailing list