Your message dated Thu, 14 Mar 2019 08:59:23 +0000
with message-id <[email protected]>
and subject line unblock dico
has caused the Debian Bug report #924530,
regarding unblock: dico/2.7-2
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.)
--
924530: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924530
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package dico
Fixes #915584: dicoweb: fails to install with python 3.7
debdiff attached
unblock dico/2.7-2
--
أحمد المحمودي (Ahmed El-Mahmoudy)
Digital design engineer
GPG KeyIDs: 4096R/A7EF5671 2048R/EDDDA1B7
GPG Fingerprints:
6E2E E4BB 72E2 F417 D066 6ABF 7B30 B496 A7EF 5761
8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A1B7
diff --git a/debian/changelog b/debian/changelog
index c48212c..e202277 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+dico (2.7-2) unstable; urgency=medium
+
+ * Fix typo in dicodconfig.8 (Closes: #916748)
+ * Add Pre-Depends: python3-dicoclient to dicoweb as a workaround to prevent
+ dicoweb unpacked before python3 is configured (Closes: #915584)
+ * Update standards version to 4.3.0
+ * Add patch description
+
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]>
Tue, 12 Mar 2019 05:00:34 +0100
+
dico (2.7-1) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 84e4787..557996c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 11),
libpcre3-dev,
libpam0g-dev,
wordnet-dev
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
Homepage: http://puszcza.gnu.org.ua/software/dico/
Vcs-Git: https://salsa.debian.org/debian/dico.git
Vcs-Browser: https://salsa.debian.org/debian/dico
@@ -179,12 +179,12 @@ Package: dicoweb
Architecture: all
Section: web
Depends: libapache2-mod-passenger | libapache2-mod-wsgi,
- python3-dicoclient,
python3-django (>= 1.4.5),
python3-memcache,
python3-wikitrans,
${misc:Depends},
${python3:Depends}
+Pre-Depends: python3-dicoclient
Recommends: memcached
Description: RFC 2229 compliant modular dictionary server (web interface)
GNU Dico is an implementation of the DICT protocol as defined in RFC 2229.
diff --git a/debian/dicodconfig.8 b/debian/dicodconfig.8
index a694289..66f450b 100644
--- a/debian/dicodconfig.8
+++ b/debian/dicodconfig.8
@@ -36,7 +36,7 @@ may then be included from the
configuration file
.I /etc/dicod.conf
with an
-``#include /var/lib/dictd/dictorg-db.list''
+``#include /var/lib/dicod/dictorg-db.list''
line.
See
.BR info dico
diff --git a/debian/patches/test_env_conflict.diff
b/debian/patches/test_env_conflict.diff
index 82b84bb..30c36b6 100644
--- a/debian/patches/test_env_conflict.diff
+++ b/debian/patches/test_env_conflict.diff
@@ -1,3 +1,8 @@
+Description: work around test failure due to $V variable being set for make
+ calls by debhelper >=11.5.2
+Author: Marc Dequènes (Duck) <[email protected]>
+Date: Thu Nov 15 11:16:28 2018 +0900
+
--- a/grecs/tests/testsuite
+++ b/grecs/tests/testsuite
@@ -5152,14 +5152,14 @@
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---