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

ctrlsoft-guest at alioth.debian.org ctrlsoft-guest at alioth.debian.org
Tue Sep 30 20:57:53 UTC 2008


Author: ctrlsoft-guest
Date: 2008-09-30 20:57:53 +0000 (Tue, 30 Sep 2008)
New Revision: 2167

Modified:
   trunk/openchange/debian/build-orig.sh
   trunk/openchange/debian/changelog
   trunk/openchange/debian/libmapi-dev.install
   trunk/openchange/debian/libmapi0.install
   trunk/openchange/debian/openchangeclient.install
   trunk/openchange/debian/openchangeserver.install
   trunk/openchange/debian/rules
Log:
Package new upstream snapshot.


Modified: trunk/openchange/debian/build-orig.sh
===================================================================
--- trunk/openchange/debian/build-orig.sh	2008-09-30 20:53:28 UTC (rev 2166)
+++ trunk/openchange/debian/build-orig.sh	2008-09-30 20:57:53 UTC (rev 2167)
@@ -4,10 +4,16 @@
 openchange_repos=https://svn.openchange.org/openchange
 version=$( dpkg-parsechangelog -l`dirname $0`/changelog | sed -n 's/^Version: \(.*:\|\)//p' | sed 's/-[0-9.]\+$//' )
 
+if test -z "$BRANCH"; then
+	BRANCH="trunk"
+else
+	BRANCH="branches/$BRANCH"
+fi
+
 if echo $version | grep svn > /dev/null; then
 	# SVN Snapshot
 	revno=`echo $version | sed 's/^[0-9.]\+~svn//'`
-	svn export -r$revno $openchange_repos/trunk/ openchange-$version
+	svn export -r$revno $openchange_repos/$BRANCH openchange-$version
 
 	cd openchange-$version && ./autogen.sh && cd ..
 	tar cvz openchange-$version > openchange_$version.orig.tar.gz

Modified: trunk/openchange/debian/changelog
===================================================================
--- trunk/openchange/debian/changelog	2008-09-30 20:53:28 UTC (rev 2166)
+++ trunk/openchange/debian/changelog	2008-09-30 20:57:53 UTC (rev 2167)
@@ -1,3 +1,9 @@
+openchange (1.0~svn794-1) experimental; urgency=low
+
+  * New upstream snapshot.
+
+ -- Jelmer Vernooij <jelmer at samba.org>  Tue, 30 Sep 2008 18:01:25 +0200
+
 openchange (1.0~svn694-2) experimental; urgency=low
 
   * New upstream snapshot.

Modified: trunk/openchange/debian/libmapi-dev.install
===================================================================
--- trunk/openchange/debian/libmapi-dev.install	2008-09-30 20:53:28 UTC (rev 2166)
+++ trunk/openchange/debian/libmapi-dev.install	2008-09-30 20:57:53 UTC (rev 2167)
@@ -2,5 +2,5 @@
 usr/lib/pkgconfig/libmapi.pc
 usr/include/libmapi/*.h
 usr/include/libmapi/socket/*.h
-usr/include/gen_ndr/exchange.h
+usr/include/gen_ndr/*.h
 usr/share/man/man3/*.3

Modified: trunk/openchange/debian/libmapi0.install
===================================================================
--- trunk/openchange/debian/libmapi0.install	2008-09-30 20:53:28 UTC (rev 2166)
+++ trunk/openchange/debian/libmapi0.install	2008-09-30 20:57:53 UTC (rev 2167)
@@ -1,4 +1 @@
 usr/lib/libmapi.so.*
-usr/share/openchange/setup/oc_profiles_basedn.ldif
-usr/share/openchange/setup/oc_profiles_init.ldif
-usr/share/openchange/setup/oc_profiles_schema.ldif

Modified: trunk/openchange/debian/openchangeclient.install
===================================================================
--- trunk/openchange/debian/openchangeclient.install	2008-09-30 20:53:28 UTC (rev 2166)
+++ trunk/openchange/debian/openchangeclient.install	2008-09-30 20:57:53 UTC (rev 2167)
@@ -1,5 +1,6 @@
 usr/bin/openchangeclient
 usr/bin/mapiprofile
+usr/bin/exchange2ical
 usr/bin/exchange2mbox
 usr/bin/schemaIDGUID
 usr/bin/locale_codepage

Modified: trunk/openchange/debian/openchangeserver.install
===================================================================
--- trunk/openchange/debian/openchangeserver.install	2008-09-30 20:53:28 UTC (rev 2166)
+++ trunk/openchange/debian/openchangeserver.install	2008-09-30 20:57:53 UTC (rev 2167)
@@ -1,4 +0,0 @@
-usr/lib/samba/dcerpc_server/dcesrv_exchange.so
-usr/share/openchange/setup/oc_provision_schema.ldif
-usr/share/openchange/setup/oc_provision_schema_modify.ldif
-usr/share/openchange/setup/oc_provision_configuration.ldif

Modified: trunk/openchange/debian/rules
===================================================================
--- trunk/openchange/debian/rules	2008-09-30 20:53:28 UTC (rev 2166)
+++ trunk/openchange/debian/rules	2008-09-30 20:57:53 UTC (rev 2167)
@@ -51,8 +51,7 @@
 	# Don't install the testsuite for now
 	rm -f $(CURDIR)/debian/tmp/usr/torture/openchange.so
 	# JavaScript doesn't work, don't bother installing
-	rm -f $(CURDIR)/debian/tmp/usr/share/openchange/js/oc_profiles.js
-	rm -f $(CURDIR)/debian/tmp/usr/share/openchange/js/oc_provision.js
+	rm -rf $(CURDIR)/debian/tmp/usr/share/openchange/js
 	rm -f $(CURDIR)/debian/tmp/usr/share/openchange/setup/oc_provision
 	rm -f $(CURDIR)/debian/tmp/usr/share/openchange/setup/oc_profiles
 	dh_install --sourcedir=debian/tmp --list-missing --fail-missing




More information about the Pkg-samba-maint mailing list