Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Hi, the last stretch-pu update of gocode caused a regression on jessie->stretch updates. If I make the recently added Pre-Depends versioned to pull in the version from stretch first, everything seems to work again as expected. Andreas
diff -Nru gocode-20150303/debian/changelog gocode-20150303/debian/changelog --- gocode-20150303/debian/changelog 2019-04-05 10:36:56.000000000 +0200 +++ gocode-20150303/debian/changelog 2019-05-07 05:08:04.000000000 +0200 @@ -1,3 +1,11 @@ +gocode (20150303-3+deb9u2) stretch; urgency=medium + + * Non-maintainer upload. + * gocode-auto-complete-el: Make Pre-Depends: auto-complete-el versioned to + fix upgrades from jessie to stretch. + + -- Andreas Beckmann <a...@debian.org> Tue, 07 May 2019 05:08:04 +0200 + gocode (20150303-3+deb9u1) stretch; urgency=medium * Non-maintainer upload. diff -Nru gocode-20150303/debian/control gocode-20150303/debian/control --- gocode-20150303/debian/control 2019-04-05 10:36:56.000000000 +0200 +++ gocode-20150303/debian/control 2019-05-07 03:55:56.000000000 +0200 @@ -29,7 +29,7 @@ Package: gocode-auto-complete-el Section: editors Architecture: all -Pre-Depends: auto-complete-el, +Pre-Depends: auto-complete-el (>= 1.3.1-2+deb9u1), Depends: ${shlibs:Depends}, ${misc:Depends}, gocode, Enhances: gocode Description: gocode integration for Emacs