1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
sushi (1.4.0+git20160822+dfsg-4) unstable; urgency=medium
* Revert following change introduced in 1.4.0+git20160822+dfsg-3, it
it not suitable during the freeze:
Fix package-uses-deprecated-debhelper-compat-version lintian warning
switching to debhelper 9.
-- Devid Antonio Filoni <d.filoni@ubuntu.com> Mon, 20 Mar 2017 23:20:23 +0100
sushi (1.4.0+git20160822+dfsg-3) unstable; urgency=medium
* Fix FTBFS with bash as /bin/sh (Closes: #857772)
Thanks to Chris Lamb for fixing this.
* Fix package-uses-deprecated-debhelper-compat-version lintian warning
switching to debhelper 9.
* Fix empty-binary-package lintian warning
Thanks to Adrian Vondendriesch for fixing this.
* debian/control: both tekka and nigiri are now sushi deps (Closes: #836195)
* Fix spelling-error-in-description-synopsis lintian warning.
* Fix nigiri crashes:
- debian/patches/nigiri-00-fix-gobject-import.diff: fix GObject ImportError
- debian/patches/nigiri-01-fix-urwid-indexerror.diff: fix urwid
'IndexError: No widget at position 1' error
- debian/patches/nigiri-02-none-has-no-auto_scroll.diff: fix AttributeError
* debian/control: remove DM-Upload-Allowed field.
-- Devid Antonio Filoni <d.filoni@ubuntu.com> Sat, 18 Mar 2017 16:08:30 +0100
sushi (1.4.0+git20160822+dfsg-1) unstable; urgency=medium
* New upstream git tarball (Closes: #811889)
- debian/control: require libglib2.0-dev >= 2.40 in Build-Depends field
* debian/rules: provide get-orig-source target.
* debian/rules: fix build with dpkg-buildpackage -A (Closes: #806659)
* debian/rules: pass LDFLAGS to waf, fixes hardening-no-relro lintian warn.
* debian/rules: fix hardening-no-bindnow lintian info.
* Fix a crash on maki start:
- debian/patches/maki-revert-3bb2b23.diff: revert upstream maki
commit 3bb2b23 and re-enable gupnp support as gupnp deadlock was fixed
time ago, see: https://bugzilla.gnome.org/show_bug.cgi?id=667494
- debian/control: add libgupnp-igd-1.0-dev to Build-Depends field
* debian/control: update Homepage field.
* debian/copyright: update file.
* Bump Standards-Version to 3.9.8.
-- Devid Antonio Filoni <d.filoni@ubuntu.com> Mon, 22 Aug 2016 21:36:52 +0200
sushi (1.4.0+dfsg-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Port from python-support to dh-python (Closes: #786204)
-- Andrey Rahmatullin <wrar@debian.org> Thu, 03 Sep 2015 22:43:23 +0500
sushi (1.4.0+dfsg-1) unstable; urgency=low
* New upstream release (Closes: #655964, #638661, #640420, #652783).
* Remove 01_deprecated-gnutls-2.12.diff patch, not needed anymore.
* Update debian/copyright file.
* Fix source-contains-waf-binary lintian error (Closes: #654507).
* Update debian/README.source file.
* debian/rules: remove generated waflib/*.pyc in override_dh_auto_clean
target.
* debian/rules: remove package-contains-empty-directory lintian info
workaround, not needed anymore.
* debian/control: adjust Build-Depends field according to upstream.
* Rename sushi-plugins package to chirashi and add sushi meta-package and
maki-plugins package. Thanks to Michael Kuhn
for this.
* debian/control: update Homepage field.
* Bump Standards-Version to 3.9.3.
[ Luca Falavigna ]
* Enable DM upload.
-- Devid Antonio Filoni <d.filoni@ubuntu.com> Sat, 09 Jun 2012 15:38:26 +0200
sushi (1.3.0+dfsg-2) unstable; urgency=low
* Add 01_deprecated-gnutls-2.12.diff patch to replace deprecated
gnutls_certificate_verify_peers with gnutls_certificate_verify_peers2
function (Closes: #624081).
* Fix package-contains-empty-directory lintian info.
* Bump Standards-Version to 3.9.2.
-- Devid Antonio Filoni <d.filoni@ubuntu.com> Mon, 25 Apr 2011 17:25:49 +0200
sushi (1.3.0+dfsg-1) unstable; urgency=low
* Initial release (Closes: #575571).
-- Devid Antonio Filoni <d.filoni@ubuntu.com> Fri, 11 Mar 2011 19:04:36 +0100
|