[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#926438: stretch-pu: package gocode/20150303-3+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

the recent PU of auto-complete-el caused a regression in
gocode-auto-complete-el, which fails to install due to some emacs lisp
dependency ordering problem.
The easiest workaround is to ensure auto-complete-el is configured first
by promoting it to Pre-Depends.
I also tried to backport the supposed fix from 20150303-5, but that
didn't fix the install error.
With the move to elpa (and new upstream releases of both packages) this
bug is not relevant for testing/sid.
The package is already uploaded.

Andreas
diff -Nru gocode-20150303/debian/changelog gocode-20150303/debian/changelog
--- gocode-20150303/debian/changelog	2015-07-28 09:18:12.000000000 +0200
+++ gocode-20150303/debian/changelog	2019-04-05 10:36:56.000000000 +0200
@@ -1,3 +1,11 @@
+gocode (20150303-3+deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * gocode-auto-complete-el: Promote auto-complete-el to Pre-Depends.
+    (Closes: #911590)
+
+ -- Andreas Beckmann <anbe@debian.org>  Fri, 05 Apr 2019 10:36:56 +0200
+
 gocode (20150303-3) unstable; urgency=medium
 
   * Remove dh_auto_build override (Closes: #793829)
diff -Nru gocode-20150303/debian/control gocode-20150303/debian/control
--- gocode-20150303/debian/control	2015-07-28 09:18:26.000000000 +0200
+++ gocode-20150303/debian/control	2019-04-05 10:36:56.000000000 +0200
@@ -29,7 +29,8 @@
 Package: gocode-auto-complete-el
 Section: editors
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, gocode, auto-complete-el,
+Pre-Depends: auto-complete-el,
+Depends: ${shlibs:Depends}, ${misc:Depends}, gocode,
 Enhances: gocode
 Description: gocode integration for Emacs
  This package provides gocode integration with Emacs, based on

Reply to: