tags 429604 +patch stop Hi,
please find a patch attached that add -dbg package support to evolution-exchange. Thanks. -- Jason Thomas Network Operations Manager Link Innovations - 02 9634 0400 http://www.linkinnovations.com/
diff -Naur evolution-exchange-2.10.2.dfsg.orig/debian/control evolution-exchange-2.10.2.dfsg/debian/control --- evolution-exchange-2.10.2.dfsg.orig/debian/control 2007-06-19 23:32:07.000000000 +0000 +++ evolution-exchange-2.10.2.dfsg/debian/control 2007-06-19 23:04:30.000000000 +0000 @@ -40,3 +40,11 @@ Description: Exchange plugin for the Evolution groupware suite The Ximian Connector adds support for Microsoft Exchange 2000 and 2003 to the Evolution groupware suite. + +Package: evolution-exchange-dbg +Priority: extra +Architecture: any +Depends: evolution-exchange (= ${binary:Version}), + ${misc:Depends} +Description: Exchange plugin for Evolution with debugging symbols + This package contains unstripped binaries used for debugging. diff -Naur evolution-exchange-2.10.2.dfsg.orig/debian/evolution-exchange.install evolution-exchange-2.10.2.dfsg/debian/evolution-exchange.install --- evolution-exchange-2.10.2.dfsg.orig/debian/evolution-exchange.install 1970-01-01 00:00:00.000000000 +0000 +++ evolution-exchange-2.10.2.dfsg/debian/evolution-exchange.install 2007-06-19 23:08:35.000000000 +0000 @@ -0,0 +1,9 @@ +debian/tmp/etc/gconf/schemas +debian/tmp/usr/bin +debian/tmp/usr/lib/evolution +debian/tmp/usr/lib/bonobo +debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.urls +debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.so +debian/tmp/usr/share/evolution-exchange +debian/tmp/usr/share/gtk-doc +debian/tmp/usr/share/locale diff -Naur evolution-exchange-2.10.2.dfsg.orig/debian/evolution-exchange.manpages evolution-exchange-2.10.2.dfsg/debian/evolution-exchange.manpages --- evolution-exchange-2.10.2.dfsg.orig/debian/evolution-exchange.manpages 1970-01-01 00:00:00.000000000 +0000 +++ evolution-exchange-2.10.2.dfsg/debian/evolution-exchange.manpages 2007-06-19 06:33:51.000000000 +0000 @@ -0,0 +1 @@ +debian/exchange-connector-setup-2.10 diff -Naur evolution-exchange-2.10.2.dfsg.orig/debian/manpages evolution-exchange-2.10.2.dfsg/debian/manpages --- evolution-exchange-2.10.2.dfsg.orig/debian/manpages 2007-06-19 23:32:07.000000000 +0000 +++ evolution-exchange-2.10.2.dfsg/debian/manpages 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -debian/exchange-connector-setup-2.10 diff -Naur evolution-exchange-2.10.2.dfsg.orig/debian/rules evolution-exchange-2.10.2.dfsg/debian/rules --- evolution-exchange-2.10.2.dfsg.orig/debian/rules 2007-06-19 23:32:07.000000000 +0000 +++ evolution-exchange-2.10.2.dfsg/debian/rules 2007-06-19 23:33:13.000000000 +0000 @@ -1,10 +1,7 @@ #!/usr/bin/make -f + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/gnome.mk CFLAGS += -fPIC - -binary-install/evolution-exchange:: - rm debian/evolution-exchange/usr/lib/evolution-data-server-1.2/camel-providers-10/libcamelexchange.a - rm debian/evolution-exchange/usr/lib/evolution-data-server-1.2/camel-providers-10/libcamelexchange.la