Your message dated Tue, 07 Feb 2012 09:32:36 +0000
with message-id <[email protected]>
and subject line Bug#658236: fixed in cups 1.5.2-1
has caused the Debian Bug report #658236,
regarding cups: unbuildable on hurd-i386: missing libusb-1.0
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.)
--
658236: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658236
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cups
Version: 1.5.0-16
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd
Hi,
since cups 1.5.0-14, the libusb library is the new one, 1.0, which is
not available on Hurd; this makes the cups source unbuildable.
Attached there is a patch to exclude the libusb-1.0-0-dev b-d on hurd,
and disable the libusb detection in configure.
Thanks,
--
Pino
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@
libijs-dev, libjpeg-dev, libldap2-dev,
libkrb5-dev,
libpam0g-dev, libpaper-dev, libpng12-dev, libpoppler-dev (>= 0.12.2-2),
- libslp-dev, libtiff4-dev, libtool, libusb-1.0-0-dev,
+ libslp-dev, libtiff4-dev, libtool, libusb-1.0-0-dev [!hurd-any],
patch, pkg-config, po4a (>= 0.31~), po-debconf, poppler-utils,
sharutils, zlib1g-dev
Homepage: http://www.cups.org
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,12 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-DEB_CONFIGURE_EXTRA_FLAGS := --with-optim=$(DEB_OPTFLAGS) --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --mandir=/usr/share/man --with-docdir=/usr/share/cups/doc-root --localedir=/usr/share/cups/locale --enable-slp --enable-libpaper --enable-ssl --enable-gnutls --disable-openssl --enable-threads --enable-static --enable-debug --enable-libusb --enable-dbus --with-dbusdir=/etc/dbus-1 --enable-gssapi --enable-avahi --with-pdftops=/usr/bin/gs --disable-launchd --with-cups-group=lp --with-system-groups=lpadmin --with-printcap=/var/run/cups/printcap --with-log-file-perm=0640 CFLAGS="$(CFLAGS)" --with-local_protocols='CUPS dnssd' --with-remote_protocols='CUPS dnssd'
+DEB_CONFIGURE_EXTRA_FLAGS := --with-optim=$(DEB_OPTFLAGS) --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --mandir=/usr/share/man --with-docdir=/usr/share/cups/doc-root --localedir=/usr/share/cups/locale --enable-slp --enable-libpaper --enable-ssl --enable-gnutls --disable-openssl --enable-threads --enable-static --enable-debug --enable-dbus --with-dbusdir=/etc/dbus-1 --enable-gssapi --enable-avahi --with-pdftops=/usr/bin/gs --disable-launchd --with-cups-group=lp --with-system-groups=lpadmin --with-printcap=/var/run/cups/printcap --with-log-file-perm=0640 CFLAGS="$(CFLAGS)" --with-local_protocols='CUPS dnssd' --with-remote_protocols='CUPS dnssd'
+ifeq ($(DEB_HOST_ARCH_OS),hurd)
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-libusb
+else
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-libusb
+endif
DEB_MAKE_INSTALL_TARGET := install BUILDROOT=$(DEB_DESTDIR)
DEB_INSTALL_CHANGELOGS_ALL := CHANGES.txt
--- End Message ---
--- Begin Message ---
Source: cups
Source-Version: 1.5.2-1
We believe that the bug you reported is fixed in the latest version of
cups, which is due to be installed in the Debian FTP archive:
cups-bsd_1.5.2-1_amd64.deb
to main/c/cups/cups-bsd_1.5.2-1_amd64.deb
cups-client_1.5.2-1_amd64.deb
to main/c/cups/cups-client_1.5.2-1_amd64.deb
cups-common_1.5.2-1_all.deb
to main/c/cups/cups-common_1.5.2-1_all.deb
cups-dbg_1.5.2-1_amd64.deb
to main/c/cups/cups-dbg_1.5.2-1_amd64.deb
cups-ppdc_1.5.2-1_amd64.deb
to main/c/cups/cups-ppdc_1.5.2-1_amd64.deb
cups_1.5.2-1.debian.tar.gz
to main/c/cups/cups_1.5.2-1.debian.tar.gz
cups_1.5.2-1.dsc
to main/c/cups/cups_1.5.2-1.dsc
cups_1.5.2-1_amd64.deb
to main/c/cups/cups_1.5.2-1_amd64.deb
cups_1.5.2.orig.tar.bz2
to main/c/cups/cups_1.5.2.orig.tar.bz2
cupsddk_1.5.2-1_all.deb
to main/c/cups/cupsddk_1.5.2-1_all.deb
libcups2-dev_1.5.2-1_amd64.deb
to main/c/cups/libcups2-dev_1.5.2-1_amd64.deb
libcups2_1.5.2-1_amd64.deb
to main/c/cups/libcups2_1.5.2-1_amd64.deb
libcupscgi1-dev_1.5.2-1_amd64.deb
to main/c/cups/libcupscgi1-dev_1.5.2-1_amd64.deb
libcupscgi1_1.5.2-1_amd64.deb
to main/c/cups/libcupscgi1_1.5.2-1_amd64.deb
libcupsdriver1-dev_1.5.2-1_amd64.deb
to main/c/cups/libcupsdriver1-dev_1.5.2-1_amd64.deb
libcupsdriver1_1.5.2-1_amd64.deb
to main/c/cups/libcupsdriver1_1.5.2-1_amd64.deb
libcupsimage2-dev_1.5.2-1_amd64.deb
to main/c/cups/libcupsimage2-dev_1.5.2-1_amd64.deb
libcupsimage2_1.5.2-1_amd64.deb
to main/c/cups/libcupsimage2_1.5.2-1_amd64.deb
libcupsmime1-dev_1.5.2-1_amd64.deb
to main/c/cups/libcupsmime1-dev_1.5.2-1_amd64.deb
libcupsmime1_1.5.2-1_amd64.deb
to main/c/cups/libcupsmime1_1.5.2-1_amd64.deb
libcupsppdc1-dev_1.5.2-1_amd64.deb
to main/c/cups/libcupsppdc1-dev_1.5.2-1_amd64.deb
libcupsppdc1_1.5.2-1_amd64.deb
to main/c/cups/libcupsppdc1_1.5.2-1_amd64.deb
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.
Martin Pitt <[email protected]> (supplier of updated cups 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: SHA256
Format: 1.8
Date: Tue, 07 Feb 2012 09:29:59 +0100
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 libcupsdriver1 libcupsmime1
libcupsppdc1 cups cups-client libcups2-dev libcupsimage2-dev libcupscgi1-dev
libcupsdriver1-dev libcupsmime1-dev libcupsppdc1-dev cups-bsd cups-common
cups-ppdc cups-dbg cupsddk
Architecture: source all amd64
Version: 1.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian CUPS Maintainers <[email protected]>
Changed-By: Martin Pitt <[email protected]>
Description:
cups - Common UNIX Printing System(tm) - server
cups-bsd - Common UNIX Printing System(tm) - BSD commands
cups-client - Common UNIX Printing System(tm) - client programs (SysV)
cups-common - Common UNIX Printing System(tm) - common files
cups-dbg - Common UNIX Printing System(tm) - debugging symbols
cups-ppdc - Common UNIX Printing System(tm) - PPD manipulation utilities
cupsddk - Common UNIX Printing System (transitional package)
libcups2 - Common UNIX Printing System(tm) - Core library
libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
libcupscgi1 - Common UNIX Printing System(tm) - CGI library
libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI
libra
libcupsdriver1 - Common UNIX Printing System(tm) - Driver library
libcupsdriver1-dev - Common UNIX Printing System(tm) - Development files
driver librar
libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS
image li
libcupsmime1 - Common UNIX Printing System(tm) - MIME library
libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME
library
libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD
library
Closes: 658236 658237
Changes:
cups (1.5.2-1) unstable; urgency=low
.
[ Till Kamppeter ]
* New upstream release
* debian/patches/00svn_gif_overflow.patch,
debian/patches/cups-driverd-recognize-cached-drv-generated-ppds.patch,
debian/patches/dont-send-malformed-dbus-messages.patch,
debian/patches/execute-commandtops-commands.patch,
debian/patches/usb-backend-gracefully-fail-on-more-cases-of-bad-device-id.patch,
debian/patches/usb-backend-skip-set-configuration-set-interface.patch:
Removed, included upstream.
* debian/patches/ipp-patch-r8950+.patch,
debian/patches/ipp-backend-fails-to-trigger-authentication-prompts.patch,
debian/patches/ipp-backend-missing-document-type.patch,
debian/patches/ipp-backend-http-1.0-fallback-fix.patch: Replaced patch
for downgrading to the IPP backend to the version of CUPS 1.4.x by patches
for the current backend (LP: #879625, LP: #881843, CUPS STR #3985,
CUPS STR #3986, CUPS STR #3988, thanks to Robert Bradley, robert dot
bradley1 at gmail dot com, for the patches).
* debian/patches/drop_unnecessary_dependencies.patch: Updated patch to
add "-lm" to the linker command line, libcups uses the "fmod()" function
now.
* debian/patches/cups-avahi.patch,
debian/patches/usb-backend-libusb-1.0.patch,
debian/patches/printer-filtering.patch:
Manually regenerated to adapt to upstream changes.
* debian/patches/pidfile.patch,
debian/patches/rootbackends-worldreadable.patch,
debian/patches/colord-support.patch,
debian/patches/airprint-support.patch,
debian/patches/no-conffile-timestamp.patch,
debian/patches/read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch,
debian/patches/do-not-broadcast-with-hostnames.patch,
debian/patches/do-not-suppress-inputslot-setting-with-empty-ap-d-inputslot.patch,
debian/patches/confdirperms.patch,
debian/patches/show-compile-command-lines.patch,
debian/patches/log-debug-history-nearly-unlimited.patch,
debian/patches/dnssd-reg-array-linear-search.patch:
Refreshed using quilt.
* debian/patches/fix-supply-level-computation-for-percent-supply-unit.patch,
debian/patches/fix-supply-levels-for-enumerated-prtmarkersupplieslevel.patch,
debian/patches/fix-status-reports-when-supply-levels-grow.patch:
The printer supply levels reported via SNMP, according to the printer MIB
were not correctly interpreted (LP: #925086, CUPS STR #4016, thanks to
Peter Hurley, peter at hurleysoftware dot com, for the patches).
*
debian/patches/add-status-reports-for-full-waste-trays-and-cleaner-unit-eol.patch:
Added status reports for waste tray status and cleaner unit end-of-life
(LP: #925086, CUPS STR #4017, thanks to Peter Hurley, peter at
hurleysoftware dot com, for the patch).
* debian/patches/match-marker-colorants-which-use-non-standard-string.patch:
Try harder to match supply colorant values (LP: #925086, CUPS STR #4019,
thanks to Peter Hurley, peter at hurleysoftware dot com, for the patch).
* debian/patches/truncate-marker-supply-names-at-comma.patch: Commas in
marker supply names misinterpreted as additional markers (LP: #926457,
CUPS STR #4020, thanks to Peter Hurley, peter at hurleysoftware dot com,
for the patch).
* debian/cups.postinst, debian/cups.prerm: Updated symlinks for alias names
of debconf-selectable CUPS backends.
.
[ Martin-Éric Racine ]
* Removed myself from Uploaders.
.
[ Martin Pitt ]
* debian/control: Drop now obsolete poppler-dev build dependency, thanks
Pino Toscano. (Closes: #658237)
* Drop do-not-emit-ps-level-3-with-poppler.patch, filter is now built by
the cups-filters package.
* debian/control, debian/rules: libusb-1.0 is not available on hurd. Drop
build dependency on hurd and build with --disable-libusb there. Thanks
Pino Toscano for the patch. (Closes: #658236)
Checksums-Sha1:
6272440b12a994b2e8ec69c1e4c55a61e45f576c 3399 cups_1.5.2-1.dsc
56fdb4f58e676607845321c0296c1e90e416883f 9595665 cups_1.5.2.orig.tar.bz2
3210eaf43677fc9fcce414b1742ba66af43d8a59 315147 cups_1.5.2-1.debian.tar.gz
80f9ce2cc33cfa25b84a23893ac8303907765056 899492 cups-common_1.5.2-1_all.deb
f3f4171e5e6cc7729bd590da1aecbea4a9d02264 85098 cupsddk_1.5.2-1_all.deb
90ab987ff81007d66ce22d3d45a08d934c868644 252054 libcups2_1.5.2-1_amd64.deb
6c3506055371a02aeea0d3aaed5a253860d44d5f 135556 libcupsimage2_1.5.2-1_amd64.deb
7f4d29d11f5bc22d94c45d77f8620978cf6205d1 113558 libcupscgi1_1.5.2-1_amd64.deb
cddbc37dcc5a2f9fedfe4e21b554e2ae1c5f4474 102870
libcupsdriver1_1.5.2-1_amd64.deb
abe110d8f81499967edf3887dc6423033f44a8aa 96900 libcupsmime1_1.5.2-1_amd64.deb
1f7a52ac8116fd342a457921d0581fdd7a2be5b0 137062 libcupsppdc1_1.5.2-1_amd64.deb
1a19eebd7bde2352491f04168c5b17e997ee9ce7 1355194 cups_1.5.2-1_amd64.deb
04ab3e625bab8d91d616ebf7ccb4148a780589de 176606 cups-client_1.5.2-1_amd64.deb
dda3e6561057c3b0756bf5658df0840cd6193746 325042 libcups2-dev_1.5.2-1_amd64.deb
9b0e71fd3931a3dc50fa57c10edc35a7f307947a 65464
libcupsimage2-dev_1.5.2-1_amd64.deb
3bea9390bd9b91063be3f5ef36cf60865a994e94 119562
libcupscgi1-dev_1.5.2-1_amd64.deb
388600b647916e46d05587540634eafecce1d21b 105818
libcupsdriver1-dev_1.5.2-1_amd64.deb
a3bb61dfa8168404d996208a08fe02a137280d0c 97496
libcupsmime1-dev_1.5.2-1_amd64.deb
f4231077677b11f7325e4ad22b706edb76d47862 154598
libcupsppdc1-dev_1.5.2-1_amd64.deb
6d4e65e144befd9326d25f22900c2bda164b4e1a 45226 cups-bsd_1.5.2-1_amd64.deb
e21e1a93aba286fbf5f6866f2063345886b88249 114470 cups-ppdc_1.5.2-1_amd64.deb
90f27d3ea06ddbfa62a67fc5383c40413e4c6b3b 1631998 cups-dbg_1.5.2-1_amd64.deb
Checksums-Sha256:
0b5242c6262afeea5c980bd88b15d48ef8ec0bfc0e25ebfc202958eada79311e 3399
cups_1.5.2-1.dsc
b150aa108c631f4f07e92cb13c01263a67170e5ac8383c5548ef8f8473a187fb 9595665
cups_1.5.2.orig.tar.bz2
186cbe57532ecc8dfd0c528309e9002fd5acab40a93c00347de66226487c1005 315147
cups_1.5.2-1.debian.tar.gz
748f958ee671eb861dfcba48b74c359e0104e840c475f2c1a929cfcd7114d562 899492
cups-common_1.5.2-1_all.deb
9ed4c912b098b8209b2322ed764350cfe6e336892ea850eb8db4941d426669f5 85098
cupsddk_1.5.2-1_all.deb
dc00b347fc80f063d9952f2e2c66596a088ab908a603afca374ffce7c38e86a1 252054
libcups2_1.5.2-1_amd64.deb
1a5a44341e198d1293c5b8e2530d27afcbf62203e5f028d7e7b98635f11f5ccf 135556
libcupsimage2_1.5.2-1_amd64.deb
d5c0eeb96259ea8b5f6c7b036f1add5460d6ca31c29ef4560f5b77571fab0905 113558
libcupscgi1_1.5.2-1_amd64.deb
1e3f8373b43ffac0114c784038881d3b358b2152b22d64f17f31915ab7c9705c 102870
libcupsdriver1_1.5.2-1_amd64.deb
6b76a5bbb57d4db82769d04012f1d648156b28b080b7ac09412da4ccc8cbcb1f 96900
libcupsmime1_1.5.2-1_amd64.deb
aa027eeeec89c2555488bdd1f9f50d7000963a6210c8603361eb597f858b530a 137062
libcupsppdc1_1.5.2-1_amd64.deb
4bca4e4acda4376fff9fe4f05fd32a849b17c5516eb22182fc227e47b4a5ebae 1355194
cups_1.5.2-1_amd64.deb
7205c0f5baa6b7b07d26af9c71c1c95d4779b1d81ee0a91556206518116125a5 176606
cups-client_1.5.2-1_amd64.deb
30c56bf6bd572aa79922d5ce30223eda0a3bb7d148bea42af927f6180db8d287 325042
libcups2-dev_1.5.2-1_amd64.deb
791c1541ed0531af9b5c89f3c9e41fc04f951c2697d15d66d85128cd37e085af 65464
libcupsimage2-dev_1.5.2-1_amd64.deb
2d55e10ca3c0802b827447fcfd21f2f89b44283306f222bafb7c1bc5b129c010 119562
libcupscgi1-dev_1.5.2-1_amd64.deb
b3f46eecc1a62faba01e3742074b7dbc782b34fb508b72c3b7c89b4e4c8193d0 105818
libcupsdriver1-dev_1.5.2-1_amd64.deb
b3b37ff00f3e903ff9b4281b5d58bb33d678fcb03e1fc4d833ae5f012a81fa0a 97496
libcupsmime1-dev_1.5.2-1_amd64.deb
3cc3301fb6dc2b54b4de376eab13427908d21e88fb88e4faec32e799e948d442 154598
libcupsppdc1-dev_1.5.2-1_amd64.deb
5e1b9d14d85d85a04121a14f34647be6ab4babcf797779f59709465140ee5cb7 45226
cups-bsd_1.5.2-1_amd64.deb
a141d2d8964593dba992d2ab5d08a2e91fca8121f12a20ff630710e736347598 114470
cups-ppdc_1.5.2-1_amd64.deb
79b494015c3db2a56428ad86cc69308db14bebb5474294ec16e0de5e2aeaa215 1631998
cups-dbg_1.5.2-1_amd64.deb
Files:
08541245b7004feee29a67b62120d87b 3399 net optional cups_1.5.2-1.dsc
9471d2a7c920cfbb17133c32d2e6866f 9595665 net optional cups_1.5.2.orig.tar.bz2
0c569f51717df94d15f78b2f5a1953d7 315147 net optional cups_1.5.2-1.debian.tar.gz
57aef9177321f788857d13389542e46f 899492 net optional
cups-common_1.5.2-1_all.deb
dc92230f3fb016cbf0cc5e88fdbef883 85098 oldlibs extra cupsddk_1.5.2-1_all.deb
354d20fe3610a9d4d9242506a3cbb903 252054 libs optional
libcups2_1.5.2-1_amd64.deb
fad7ca10ad04700852a92c184e895c51 135556 libs optional
libcupsimage2_1.5.2-1_amd64.deb
e35918812de939032e2b2b7b71dbeb7d 113558 libs optional
libcupscgi1_1.5.2-1_amd64.deb
593f6908eb282b4049569db3e098f10b 102870 libs optional
libcupsdriver1_1.5.2-1_amd64.deb
0af8b7b539ef9b4ce0ee99a5cd4a5b87 96900 libs optional
libcupsmime1_1.5.2-1_amd64.deb
800a71ea43e4b1b86dc8d6d3b8b6a6f7 137062 libs optional
libcupsppdc1_1.5.2-1_amd64.deb
3793dc125b5a82304b1aa06a9d59ce5e 1355194 net optional cups_1.5.2-1_amd64.deb
7c64a377e8184315e626c095d7d4c925 176606 net optional
cups-client_1.5.2-1_amd64.deb
9e0a92fb8396806a8b653dfb9c652de0 325042 libdevel optional
libcups2-dev_1.5.2-1_amd64.deb
7a5d787208c08fccb6cf6c96ea10ac5f 65464 libdevel optional
libcupsimage2-dev_1.5.2-1_amd64.deb
e1ad3c4c85ec94f30d587b50ee49df7f 119562 libdevel optional
libcupscgi1-dev_1.5.2-1_amd64.deb
bf9d495c73d7609377a0a25e34458577 105818 libdevel optional
libcupsdriver1-dev_1.5.2-1_amd64.deb
70d0b453e6eae4a397bcdf3b4d2399af 97496 libdevel optional
libcupsmime1-dev_1.5.2-1_amd64.deb
9e4db608029bb58663eef2879654d1be 154598 libdevel optional
libcupsppdc1-dev_1.5.2-1_amd64.deb
74cf1092e738c1f8789c02d579ccca02 45226 net extra cups-bsd_1.5.2-1_amd64.deb
0521a67b47c5a5c37ad1769414f486f5 114470 utils optional
cups-ppdc_1.5.2-1_amd64.deb
679cc262e5d5aadf5107410fae2fc31e 1631998 debug extra cups-dbg_1.5.2-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJPMOgUAAoJEPmIJawmtHuf+fsQAIK/KwHjC9obGFLjVD5dzrfX
ly2aa37vgKie35+cBJKSq2Dr5OmR0r240/u7xTR4TKLWEgyceD+dgiAR2HbmNVJH
IJtMljKcehk9L+MX+VrgeguKAUjRbx7m5OMNvH3L0vRX9qt2XpetqdDx+3XMWzm+
HBeH6FO/dx22OteG3H4OsiR8hZphMaxfAe5ygUt/vpbRc1mAzJjX59CaUMpIcrcx
FjOE56uThMEDIT5AalbAI/WhK+JrabuSRxEEpXSPd/b538DUwPPg+pq95CAUKVAK
UyZWCGqPJ7fkrKnNgBkMsI1jr8tYrAGzRweRfU15Jlx/cQbiJhGt+OU03vswC0rF
XGp83ecdAo1nbwcgpT8r/XtrFPMI+6Gyjd+o6xhEJ+AXjm/gFFUvqH66n/wp9M0M
XZejcmjQnQhpExUXu1UYH7LenhFSxoM/mbg3CDCF2wc4U3/JxFH3WzFn8+eeypZV
ePUtLLl3zNn4yGaqvFqxTEKwHJl3l/ax9y0nVYR4X9hL2gkCACkqcHWS1j+Z6cnU
Ax3LLDvfYoD1LBHeBIshsdCLkAUN0w9eNW6N33oSogb2P7XMx9DrWWITMQDgkrzc
R5EmQ+rMfq0FwFS93jP71VTJToStA9F7lK+7i0djHyjatdVm4VR8sJJJ+/V8cYjF
r6xF+1Fwzz9X6HcSv6ZO
=2OJ5
-----END PGP SIGNATURE-----
--- End Message ---