Your message dated Sun, 20 Dec 2015 00:50:07 +0000
with message-id <[email protected]>
and subject line Bug#808300: fixed in sogo 2.2.17a-1.1
has caused the Debian Bug report #808300,
regarding sogo-openchange: Please remove dependency on openchange
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 [email protected]
immediately.)
--
808300: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808300
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]>
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
Source: sogo
Source-Version: 2.2.17a-1.1
We believe that the bug you reported is fixed in the latest version of
sogo, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jelmer Vernooij <[email protected]> (supplier of updated sogo 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 18 Dec 2015 13:04:34 +0000
Source: sogo
Binary: sogo sogo-common sogo-dbg
Architecture: source all amd64
Version: 2.2.17a-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jeroen Dekkers <[email protected]>
Changed-By: Jelmer Vernooij <[email protected]>
Description:
sogo - Scalable groupware server
sogo-common - Scalable groupware server - common files
sogo-dbg - Scalable groupware server - debugging symbols
Closes: 808300
Changes:
sogo (2.2.17a-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Remove sogo-openchange, as OpenChange is being removed from the
archive. Closes: #808300
Checksums-Sha1:
c74fdda855e9f5d4691d8563ca6c70b2e5520109 2113 sogo_2.2.17a-1.1.dsc
bdb8aefc9e1665536f6b04b8d1dbe93fba1eeea6 18172 sogo_2.2.17a-1.1.debian.tar.xz
65d0d6ccfa857731694ff1ef945f8b91dc67c5ef 1741802
sogo-common_2.2.17a-1.1_all.deb
1ed6fa0237b5136cc9330770d843c9151c9f58c0 3291686 sogo-dbg_2.2.17a-1.1_amd64.deb
b26d4342b1a391104f69ee01d41706dfdc551620 1981680 sogo_2.2.17a-1.1_amd64.deb
Checksums-Sha256:
bd4dcaca1168b1588f722b2e75d5ba2eb07fb9b4343a01fc2f5aa1178596bbe3 2113
sogo_2.2.17a-1.1.dsc
8b3cb8a007c28c138ab9106363533611f0d01abbbc62d3bbfc9f2dca3887b4b3 18172
sogo_2.2.17a-1.1.debian.tar.xz
bdcc4c983373db72e17a07261dbbef92de519f5056c9e0df681eac864a0715e5 1741802
sogo-common_2.2.17a-1.1_all.deb
1e294ec8b8a8a44813e650d581e465b6188bfed00fbaa5b6ab36154e55cfe59e 3291686
sogo-dbg_2.2.17a-1.1_amd64.deb
2c676856103421994de73f8bd986b009d535c37c621009d341e9120381a1aa3c 1981680
sogo_2.2.17a-1.1_amd64.deb
Files:
1ccfdd16a2ff1f9c56b86c69bba4a920 2113 mail optional sogo_2.2.17a-1.1.dsc
429881e708bc0f044302a5b81a60acc7 18172 mail optional
sogo_2.2.17a-1.1.debian.tar.xz
a24381d16fb0840cb69cc293b3e17e9d 1741802 mail optional
sogo-common_2.2.17a-1.1_all.deb
804712eb18d1211702fdbc9bd6a50038 3291686 debug extra
sogo-dbg_2.2.17a-1.1_amd64.deb
9c46186d040047577b9688391b6227c6 1981680 mail optional
sogo_2.2.17a-1.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJWdfl4AAoJEACAbyvXKaRXnAQP+gOzKJMenwY0phIrnTrd83+0
cdgIEEHqNOj34SJQwIdZiMQ/dU5yOQgC5HEpJXx2IgXx9pjl5QPkfhLBLbFcaMMu
ynSNxL30Q4pi2LwpAKPSFDw3/SiP1MzECtMVg6EmcPERk4tE6k7gLwbbheAvO0ZL
syrbIJk/BnxkFeAEArHK+b4IzLtGH1kOOJi4zMc74feT2aLgddVUsUXhlrM5CHPL
aWPJWikWUT0xR2heS7kkw7cfg25Tr1KMYz4csnHqhjngmWC6xzsWE2DL40ZhR0yk
XFFLFW4qLZMf9HRObK1nryh4vukFbE9ywHBa3UhhYFlAxKrddGPvqz1bLjnLY0OC
T2QetgC7qn6bcvEo0NYjp+QDxTdjI74J9+K512EXbJukDNq5EPCrdWiw32wOyNnd
+EtNlg4TnViIASzrzKcyVf+zBZEe9B0y6xPfowjZistQmCdbj2NHGVK7wIg1/ovT
OY1VekhqGly+z3IYt3tjwTSZCccZHXYaUJT3uufQPhj/M/V3ymHvC0Vnz5THgiWw
tmAPPntKkZb4KVUoUWf1NvQ8pjCvB9MRupsiW2v/znujT1nk0c2BqwlLt4gl3RJN
cTgl8KG+UR25clZsF3k+LZ7+iE+/gezgOXmkhPkq4udIkimMdnao8mS0z4IBSyWC
lp+hgorE3keTQbTMQ3+k
=dp99
-----END PGP SIGNATURE-----
--- End Message ---