Your message dated Sun, 15 Jun 2014 19:47:06 +0000
with message-id <e1wwgoq-0001ln...@franck.debian.org>
and subject line Bug#749276: fixed in openchange 1:1.0-3+deb7u1
has caused the Debian Bug report #749276,
regarding wheezy-pu: package openchange/1:1.0-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
749276: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749276
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian....@packages.debian.org
Usertags: pu
As discussed previously, I'd like to upload a change to the openchange
package in stable that removes the openchangeserver and openchangeproxy
binary packages.
These binary packages are no longer installable after the removal of the
'samba4' server binary package. (bug 744711)
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/debian/changelog b/debian/changelog
index c29f7c3..46b9bb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openchange (1:1.0-3+deb7u1) wheezy; urgency=medium
+
+ * Stop building openchangeserver and openchangeproxy packages.
+
+ -- Jelmer Vernooij <jel...@debian.org> Sat, 26 Apr 2014 18:45:28 +0200
+
openchange (1:1.0-3) unstable; urgency=medium
* Add 04_ndr_noalign: Fix handling of non-small emails. Closes: #692727
diff --git a/debian/control b/debian/control
index d17628e..b3158f8 100644
--- a/debian/control
+++ b/debian/control
@@ -135,40 +135,6 @@ 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.
-Package: openchangeserver
-Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: samba4 (>= 4.0.0~),
- ${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends}
-Description: Experimental MAPI (Exchange/Outlook) server
- This is a plugin for Samba 4 that adds server-side support for the MAPI
- protocol that is used by Microsoft Outlook and Exchange.
- .
- This package is alpha software.
-
-Package: openchangeserver-dev
-Architecture: any
-Depends: openchangeserver (= ${binary:Version}),
- samba4-dev (>= 4.0.0~),
- ${misc:Depends}
-Description: Experimental MAPI (Exchange/Outlook) server - development files
- This is a plugin for Samba 4 that adds server-side support for the MAPI
- protocol that is used by Microsoft Outlook and Exchange.
- .
- This package contains the development files.
-
-Package: openchangeproxy
-Architecture: any
-Depends: samba4 (>= 4.0.0~),
- ${misc:Depends},
- ${shlibs:Depends}
-Description: Experimental MAPI (Exchange/Outlook) proxy
- This is a plugin for Samba 4 that provides a proxy for the MAPI protocol.
- .
- This package is alpha software.
-
Package: libmapiadmin0
Architecture: any
Section: libs
@@ -189,45 +155,3 @@ Description: Development files for the MAPI administration client library
Library that allows remote administration of MAPI (Exchange/Outlook) servers.
.
This package contains the development files.
-
-Package: libmapiproxy0
-Architecture: any
-Section: libs
-Pre-Depends: ${misc:Pre-Depends}
-Multi-Arch: same
-Depends: ${misc:Depends},
- ${shlibs:Depends}
-Description: Proxy library for the MAPI (Exchange/Outlook) protocol
- This is a library that allows proxying of the MAPI (Exchange/Outlook)
- protocol.
-
-Package: libmapiproxy-dev
-Section: libdevel
-Architecture: any
-Depends: libc6-dev,
- libmapiproxy0 (= ${binary:Version}),
- ${misc:Depends}
-Description: Development files for the MAPI proxy library
- Library that allows proxying of the MAPI (Exchange/Outlook) protocol.
- .
- This package contains the development files.
-
-Package: libmapistore0
-Section: libs
-Pre-Depends: ${misc:Pre-Depends}
-Multi-Arch: same
-Architecture: any
-Depends: ${misc:Depends},
- ${shlibs:Depends}
-Description: Storage library for MAPI objects
- Library that can store arbitrary MAPI objects.
-
-Package: libmapistore-dev
-Section: libdevel
-Depends: libmapistore0 (= ${binary:Version}),
- ${misc:Depends}
-Architecture: any
-Description: Storage library for MAPI objects - development files
- Library that can store arbitrary MAPI objects.
- .
- This package contains the development files.
diff --git a/debian/libmapiproxy-dev.install b/debian/libmapiproxy-dev.install
deleted file mode 100644
index 7610529..0000000
--- a/debian/libmapiproxy-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/include/libmapiproxy.h
-usr/lib/*/libmapiproxy.so
-usr/lib/*/pkgconfig/libmapiproxy.pc
diff --git a/debian/libmapiproxy0.install b/debian/libmapiproxy0.install
deleted file mode 100644
index 0069aeb..0000000
--- a/debian/libmapiproxy0.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libmapiproxy.so.*
diff --git a/debian/libmapistore-dev.install b/debian/libmapistore-dev.install
deleted file mode 100644
index f3fa55f..0000000
--- a/debian/libmapistore-dev.install
+++ /dev/null
@@ -1,5 +0,0 @@
-usr/include/mapistore/mapistore.h
-usr/include/mapistore/mapistore_errors.h
-usr/include/mapistore/mapistore_nameid.h
-usr/lib/*/libmapistore.so
-usr/lib/*/pkgconfig/libmapistore.pc
diff --git a/debian/libmapistore0.install b/debian/libmapistore0.install
deleted file mode 100644
index b17953b..0000000
--- a/debian/libmapistore0.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/libmapistore.so.*
-usr/share/openchange/setup/mapistore/mapistore_namedprops.ldif
diff --git a/debian/openchangeproxy.install b/debian/openchangeproxy.install
deleted file mode 100644
index 005f040..0000000
--- a/debian/openchangeproxy.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/openchange/dcerpc_mapiproxy/*.so
-usr/lib/*/samba/dcerpc_server/dcesrv_mapiproxy.so
diff --git a/debian/openchangeserver-dev.install b/debian/openchangeserver-dev.install
deleted file mode 100644
index e9434d4..0000000
--- a/debian/openchangeserver-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/include/libmapiserver.h
-usr/lib/*/libmapiserver.so
-usr/lib/*/pkgconfig/libmapiserver.pc
diff --git a/debian/openchangeserver.docs b/debian/openchangeserver.docs
deleted file mode 100644
index 8c71356..0000000
--- a/debian/openchangeserver.docs
+++ /dev/null
@@ -1 +0,0 @@
-doc/howto.txt
diff --git a/debian/openchangeserver.install b/debian/openchangeserver.install
deleted file mode 100644
index e657b4e..0000000
--- a/debian/openchangeserver.install
+++ /dev/null
@@ -1,16 +0,0 @@
-usr/lib/*/libmapiserver.so.*
-usr/lib/*/openchange/dcerpc_mapiproxy_server
-usr/lib/python*/dist-packages/openchange
-usr/share/openchange/setup/AD/oc_provision_configuration.ldif
-usr/share/openchange/setup/AD/oc_provision_schema.ldif
-usr/share/openchange/setup/AD/oc_provision_schema_attributes.ldif
-usr/share/openchange/setup/AD/oc_provision_schema_auxiliary_class.ldif
-usr/share/openchange/setup/AD/oc_provision_schema_container.ldif
-usr/share/openchange/setup/AD/oc_provision_schema_modify.ldif
-usr/share/openchange/setup/AD/oc_provision_schema_objectCategory.ldif
-usr/share/openchange/setup/AD/oc_provision_schema_possSuperior.ldif
-usr/share/openchange/setup/AD/oc_provision_schema_sub_CfgProtocol.ldif
-usr/share/openchange/setup/AD/oc_provision_schema_sub_mailGateway.ldif
-usr/share/openchange/setup/AD/oc_provision_schema_subcontainer.ldif
-usr/share/openchange/setup/AD/prefixMap.txt
-usr/share/openchange/setup/AD/provision_schema_basedn_modify.ldif
diff --git a/debian/openchangeserver.lintian b/debian/openchangeserver.lintian
deleted file mode 100644
index d8b3cb9..0000000
--- a/debian/openchangeserver.lintian
+++ /dev/null
@@ -1 +0,0 @@
-openchangeserver: package-name-doesnt-match-sonames libmapiserver0
diff --git a/debian/rules b/debian/rules
index 34f23cb..ac76080 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,10 +44,9 @@ override_dh_auto_install:
rm -rf $(DESTDIR)/usr/share/openchange/mapitest
rm -f $(DESTDIR)/usr/bin/check_fasttransfer
rm -f $(DESTDIR)/usr/bin/test_asyncnotif
- install -m 0644 -D debian/openchangeserver.lintian debian/openchangeserver/usr/share/lintian/overrides/openchangeserver
override_dh_install:
- dh_install --sourcedir=debian/tmp --list-missing --fail-missing
+ dh_install --sourcedir=debian/tmp --list-missing
get-orig-source:
./debian/build-orig.sh
--- End Message ---
--- Begin Message ---
Source: openchange
Source-Version: 1:1.0-3+deb7u1
We believe that the bug you reported is fixed in the latest version of
openchange, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 749...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jelmer Vernooij <jel...@debian.org> (supplier of updated openchange package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 26 Apr 2014 18:45:28 +0200
Source: openchange
Binary: libmapi0 libmapi-dev libmapipp-dev libmapipp0 libocpf0 libocpf-dev
openchangeclient libmapiadmin0 libmapiadmin-dev
Architecture: source amd64
Version: 1:1.0-3+deb7u1
Distribution: wheezy
Urgency: medium
Maintainer: Debian Samba Maintainers <pkg-samba-ma...@lists.alioth.debian.org>
Changed-By: Jelmer Vernooij <jel...@debian.org>
Description:
libmapi-dev - Development files for the MAPI client library
libmapi0 - Client library for the MAPI protocol
libmapiadmin-dev - Development files for the MAPI administration client library
libmapiadmin0 - Administration client library for the MAPI (Exchange/Outlook)
pro
libmapipp-dev - Development files for the C++ MAPI client library
libmapipp0 - Library files for the C++ MAPI client library
libocpf-dev - Development files for the OCPF library
libocpf0 - Scripting library for the MAPI protocol
openchangeclient - Command-line client for the MAPI (Exchange/Outlook) protocol
Closes: 749276
Changes:
openchange (1:1.0-3+deb7u1) wheezy; urgency=medium
.
* Stop building openchangeserver and openchangeproxy packages.
Closes: #749276
Checksums-Sha1:
5c500695eef62118050bc67e62a430920c2b57d3 2907 openchange_1.0-3+deb7u1.dsc
ad0d4f63eae3b832dd6d5a38b5f985d99f6999b6 9162
openchange_1.0-3+deb7u1.debian.tar.gz
a807f043a1257638e695490ec33b060a9a513540 541288 libmapi0_1.0-3+deb7u1_amd64.deb
cf76d9020bd86267ec10d5066b7196af77ee9d54 229794
libmapi-dev_1.0-3+deb7u1_amd64.deb
90a5016aaadf30bc20664d614dcf61c9c2448ce3 32412
libmapipp-dev_1.0-3+deb7u1_amd64.deb
1c6879994cbf3379ceb08358714f4772e41e54d4 64246
libmapipp0_1.0-3+deb7u1_amd64.deb
51ea27066a7dfc56f5eb022c902e5b5c0227107b 60416 libocpf0_1.0-3+deb7u1_amd64.deb
e8e2ef4b998e21a773c0962b04b945a2057c5881 24612
libocpf-dev_1.0-3+deb7u1_amd64.deb
2f2e81918972504115d181ae0d29d8d90a1fc16e 211952
openchangeclient_1.0-3+deb7u1_amd64.deb
f507baf356cd05faea82b1f327d29c5118d0f4f4 32376
libmapiadmin0_1.0-3+deb7u1_amd64.deb
bcc3acd6f6ea1967f7cc261c61563fbb25e941b9 24810
libmapiadmin-dev_1.0-3+deb7u1_amd64.deb
Checksums-Sha256:
1660133d069ceacc4f3c9bb58bf798d7acc0cafe96e4ccf90b2752e195d7bf5f 2907
openchange_1.0-3+deb7u1.dsc
7768e3b473b6f3fe0dcb5878270c2f2f0f90785d068613d1f97992af29e9631d 9162
openchange_1.0-3+deb7u1.debian.tar.gz
8ffcddad639f70dde27011d40d492fa0d455d5e476b35159dd7f21826a6bff64 541288
libmapi0_1.0-3+deb7u1_amd64.deb
07805a4045aa08d4ea5f5a92cd24a8120686321d53c3889355817f2bf6ab1fde 229794
libmapi-dev_1.0-3+deb7u1_amd64.deb
7ea55636c0a6f8794aa93c40bf3be5e16892eff3067088d7169b7db29cbc9318 32412
libmapipp-dev_1.0-3+deb7u1_amd64.deb
a53fc7cae855f07e97b1f01a2605225e57e1b8bf8b59d307a5f83f6677a2d9fe 64246
libmapipp0_1.0-3+deb7u1_amd64.deb
7c030abf49606e384e6a22d451cb21db97f1e052a579d7aa7071313325b17504 60416
libocpf0_1.0-3+deb7u1_amd64.deb
081fcf3202c40ca2e4c6fa51c6799a52c02a70e7dbe240a7fda82b50f9a43123 24612
libocpf-dev_1.0-3+deb7u1_amd64.deb
ad2a845410a0a5eddf8fd29efd60676293894539054c454f180081a5fad8877d 211952
openchangeclient_1.0-3+deb7u1_amd64.deb
267ee6c384e5b865465c5756d113ec7f13c760a3d011553994a50e7a8ddb6aa0 32376
libmapiadmin0_1.0-3+deb7u1_amd64.deb
850934372216b56b9675e9deac24a83a2acbc77d7ff3d2540e114b0f45c859d5 24810
libmapiadmin-dev_1.0-3+deb7u1_amd64.deb
Files:
f9cea0dc43d3e3400bda1c6cd5b5fbfe 2907 net optional openchange_1.0-3+deb7u1.dsc
b96aa8308d6d10f885c7fb4b41c5259c 9162 net optional
openchange_1.0-3+deb7u1.debian.tar.gz
57be2a5e96008269eba35b9d57121925 541288 libs optional
libmapi0_1.0-3+deb7u1_amd64.deb
32aa60a4bf6cd7d5d3f5f0122a82e2df 229794 libdevel optional
libmapi-dev_1.0-3+deb7u1_amd64.deb
cbe2b943b14a270eb3671e45c62d456f 32412 libdevel optional
libmapipp-dev_1.0-3+deb7u1_amd64.deb
682b0b1d7342eecf9b416074ea3baf34 64246 libs optional
libmapipp0_1.0-3+deb7u1_amd64.deb
bfc44ee6511c02a9a544d55c807d4f30 60416 libs optional
libocpf0_1.0-3+deb7u1_amd64.deb
dc1b9bf0af2b781ef5a2e577ac35e9c3 24612 libdevel optional
libocpf-dev_1.0-3+deb7u1_amd64.deb
c0e237ab9d6fd144efbaaba493721448 211952 net optional
openchangeclient_1.0-3+deb7u1_amd64.deb
c196dc829488d958284490192d1fc7b7 32376 libs optional
libmapiadmin0_1.0-3+deb7u1_amd64.deb
07b55f38453dfc257d0d7b7597568545 24810 libdevel optional
libmapiadmin-dev_1.0-3+deb7u1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJTnGulAAoJEACAbyvXKaRX3XcP/0N2ipv4TYxPObNH/xc0GqFY
qUfh8+uzvdr3Z3u2CFeTIO5u0yNrmojo4HGrigfkyEJdYAs8iN6iqif6Lyo39ozb
7d4Uzdiy4puxgTHAyQ3lcxxJ+bd0hZ0lfGAV3rYF7G6LpFQoG1q89W/A4/uy8Ry6
2GBChqNgam1re9cdf9js8gP0tgVrWO7Zrj9wG71xdwKpOyBeRFdfkne1ud6JssBL
jXotxThMCbJdYdyn9xftp2vppCnytfIvkEt8flru2wme6vpb6/otBEn1e2VmfrKM
qcgTYcIBWs7C3PIoCZ4TeeeDIEBJYbAYtkM2Xyqp/3mM6R/9K3I1zXjZMrF8I4/Q
CBmL/0o8pLLUoDLsl+0hYvah0d2NoyQrQi9aPRzDqAu9HBUHz3itHFH24jiQTemg
tsb2XVfCC0L2hlQ9EOSgkZSRByqEw5qPMv4WXuqRGWbRw8C8ETGpnHFFgpQp+1C+
/azZ6TwOJVWp9catj7zIWc4aAVCynUXDZV2Rn3A4NBNUieTEk/1wOgUIgCkZBeTo
qO7DRgPf6CWIlOZNO5bxhkYaRjWojfM0lEFTGlu6YaCu4t1HNYHQIS2A4Z0FAV0+
BkiqDwAugSqdetUXqsBm5okX61aY6Ix/7OLOKEbNMLzMf+VDaYlfhQCybUbmG2pW
nPOTC0FY8E0obSXiPLEM
=8A1j
-----END PGP SIGNATURE-----
--- End Message ---