Hi release team! Though not RC, this upload will fix two bugs, one of them important because it basically defeats the purpose of the claws-mail-doc package [0] and makes Claws Mail open the online version of the manuals instead. Also, the existing German language translation is added to the package. Changes are trivial (patch attached), so I hope this can be accepted. thanks in advance, [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599784 -- Ricardo Mones http://people.debian.org/~mones «You will experience a strong urge to do good; but it will pass.»
Index: changelog
===================================================================
--- changelog (revision 406)
+++ changelog (working copy)
@@ -1,3 +1,12 @@
+claws-mail (3.7.6-3) unstable; urgency=low
+
+ * debian/rules
+ - Install English manual in the expected subdirectory and make
+ the binary aware of the actual manual dir (Closes: #599784)
+ - Add German manual provided by upstream (Closes: #599785)
+
+ -- Ricardo Mones <mones@debian.org> Tue, 12 Oct 2010 18:27:58 +0200
+
claws-mail (3.7.6-2) unstable; urgency=low
* debian/control
Index: rules
===================================================================
--- rules (revision 406)
+++ rules (working copy)
@@ -45,6 +45,7 @@
--enable-ldap \
--enable-spamassassin-plugin=yes \
--disable-dillo-viewer-plugin \
+ --with-manualdir=\$${prefix}/share/doc/claws-mail \
--with-config-dir=.claws-mail
build: build-stamp
@@ -84,13 +85,15 @@
# claws-mail-doc
chmod +x $(CURDIR)/debian/inst-manual.sh
$(CURDIR)/debian/inst-manual.sh $(CURDIR)/manual/dist \
- $(CURDIR)/debian/claws-mail-doc/usr/share/doc/claws-mail
+ $(CURDIR)/debian/claws-mail-doc/usr/share/doc/claws-mail/en
$(CURDIR)/debian/inst-manual.sh $(CURDIR)/manual/fr/dist \
$(CURDIR)/debian/claws-mail-doc/usr/share/doc/claws-mail/fr
$(CURDIR)/debian/inst-manual.sh $(CURDIR)/manual/pl/dist \
$(CURDIR)/debian/claws-mail-doc/usr/share/doc/claws-mail/pl
$(CURDIR)/debian/inst-manual.sh $(CURDIR)/manual/es/dist \
$(CURDIR)/debian/claws-mail-doc/usr/share/doc/claws-mail/es
+ $(CURDIR)/debian/inst-manual.sh $(CURDIR)/manual/de/dist \
+ $(CURDIR)/debian/claws-mail-doc/usr/share/doc/claws-mail/de
# claws-mail-spamassassin
mkdir -m 755 -p \
$(CURDIR)/debian/claws-mail-spamassassin/usr/lib/claws-mail/plugins
Attachment:
signature.asc
Description: PGP signature