Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
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) <aelmahmo...@users.sourceforge.net>  
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) <d...@duckcorp.org>
+Date: Thu Nov 15 11:16:28 2018 +0900
+
 --- a/grecs/tests/testsuite
 +++ b/grecs/tests/testsuite
 @@ -5152,14 +5152,14 @@

Attachment: signature.asc
Description: PGP signature

Reply via email to