Package: sogo-openchange
Severity: normal

Dear Maintainer,

OpenChange is slated for removal from the archive (#804335). Please
remove the dependency of SOGo on OpenChange. I have attached a patch
that does this and removes the sogo-openchange binary package.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-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
Init: systemd (via /run/systemd/system)
commit 73d4cadb935df3c99e6e8af4403465c046dec4cb
Author: Jelmer Vernooij <jel...@debian.org>
Date:   Fri Dec 18 13:04:49 2015 +0000

    Remove sogo-openchange, as OpenChange is being removed from the archive.

diff --git a/debian/changelog b/debian/changelog
index e9e1e1f..0f989a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sogo (2.2.14-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove sogo-openchange, as OpenChange is being removed from the
+    archive.
+
+ -- Jelmer Vernooij <jel...@debian.org>  Fri, 18 Dec 2015 13:04:34 +0000
+
 sogo (2.2.14-1) experimental; urgency=medium
 
   * [e1c02cf9] New upstream release
diff --git a/debian/control b/debian/control
index ab0874a..1e646dd 100644
--- a/debian/control
+++ b/debian/control
@@ -8,14 +8,10 @@ Build-Depends: debhelper (>= 9),
  libgnutls28-dev,
  liblasso3-dev,
  libldap2-dev,
- libmapi-dev (>= 1:2.2),
- libmapiproxy-dev (>= 1:2.2),
- libmapistore-dev (>= 1:2.2),
  libmemcached-dev,
  libsbjson-dev,
  libsope-dev (>= 2.2.14),
- libxml2-dev,
- python-samba
+ libxml2-dev
 Section: mail
 Standards-Version: 3.9.6
 Homepage: http://www.sogo.nu/
@@ -62,13 +58,3 @@ Description: Scalable groupware server - debugging symbols
  the SOPE application server with focus on scalability.
  .
  This package contains the debugging symbols for SOGo.
-
-Package: sogo-openchange
-Architecture: any
-Depends: sogo (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: Scalable groupware server - OpenChange backend
- SOGo is a groupware server built around OpenGroupware.org (OGo) and
- the SOPE application server with focus on scalability.
- .
- This package contains the plugin for using SOGo as a backend to
- OpenChange.
diff --git a/debian/rules b/debian/rules
index a11ea6e..0a93c9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,19 +9,16 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 override_dh_auto_clean:
 	[ ! -f config.make ] || $(MAKE) distclean
-	[ ! -f config.make ] ||	$(MAKE) -C OpenChange distclean
 	rm -f config.make
 
 override_dh_auto_build:
 	dh_auto_build -- OBJCFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" messages=yes
-	$(MAKE) -C OpenChange OBJCFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" messages=yes
 
 override_dh_auto_configure:
 	./configure --with-ssl=gnutls --enable-saml2 --prefix=/usr/System
 
 override_dh_auto_install:
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp GNUSTEP_INSTALLATION_DOMAIN=SYSTEM OBJCFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" messages=yes install
-	$(MAKE) -C OpenChange DESTDIR=$(CURDIR)/debian/tmp GNUSTEP_INSTALLATION_DOMAIN=SYSTEM OBJCFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" messages=yes install
 	mkdir -p debian/tmp/etc/default debian/tmp/etc/cron.d debian/tmp/etc/logrotate.d debian/tmp/usr/share/doc/sogo debian/tmp/usr/lib/tmpfiles.d
 	cp Scripts/sogo-default debian/tmp/etc/default/sogo
 	cp Scripts/sogo.cron debian/tmp/etc/cron.d/sogo
@@ -52,9 +49,6 @@ override_dh_auto_install:
 	mkdir -p debian/tmp/usr/share/GNUstep/Libraries/Resources
 	mv debian/tmp/usr/lib/GNUstep/Libraries/Resources/NGCards debian/tmp/usr/share/GNUstep/Libraries/Resources
 	rmdir debian/tmp/usr/lib/GNUstep/Libraries/Resources debian/tmp/usr/lib/GNUstep/Libraries
-	rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/mapistore_backends/libMAPIStoreSOGo.so.1
-	rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/mapistore_backends/libMAPIStoreSOGo.so
-	mv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/mapistore_backends/libMAPIStoreSOGo.so.1.0.0 debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/mapistore_backends/SOGo.so
 
 override_dh_install:
 	dh_install --list-missing --fail-missing

Reply via email to