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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
|
vagalume (0.8.6-3) unstable; urgency=medium
* debian/control:
- Remove build dependency on libdbus-glib-1-dev (Closes: #955961).
- Update Homepage url.
- Add Rules-Requires-Root: no.
- Add Vcs-Browser and Vcs-Gir fields.
- Update Standards-Version to 4.5.0.
* debian/rules:
- Disable the GDK and GLIB deprecation warnings.
* Set the debhelper compatibility level to 12:
- Get rid of debian/compat.
- Add build dependency on debhelper-compat and remove build dependency
on dh-autoreconf.
- No need to pass --with autoreconf anymore in debian/rules.
* debian/copyright:
- Update Format and Source URLs.
* debian/patches/runtime-uname.patch:
- Call uname on runtime in order to make the build reproducible.
* Add upstream metadata file.
-- Alberto Garcia <berto@igalia.com> Mon, 06 Apr 2020 11:52:48 +0200
vagalume (0.8.6-2) unstable; urgency=medium
* debian/control:
- Replace dependency on dbus-x11 with default-dbus-session-bus |
dbus-session-bus (Closes: #836147).
- Update Standards-Version to 3.9.8.
- Update description to explain that Last.fm no longer offers a radio
service.
* Drop debian/menu, Vagalume already provides a .desktop file. See
#741573.
* debian/copyright:
- Update my e-mail address.
* debian/watch:
- Remove URL of the upstream tarball. Vagalume is dead and no further
releases will be made.
* vagalume-service.patch:
- Rename vagalume.service to com.igalia.vagalume.service.
-- Alberto Garcia <berto@igalia.com> Thu, 01 Sep 2016 12:07:34 +0300
vagalume (0.8.6-1) unstable; urgency=low
* New upstream release.
* Drop all patches, they're already included in this release.
* Update my e-mail address in debian/control and debian/copyright.
* Build with autoreconf (Closes: #727997):
- debian/rules: run dh --with autoreconf.
- debian/control: add build dependency on dh-autoreconf.
* debian/rules: don't force GTK+ 3 build, it's the default version now.
* debian/copyright: update copyright years.
* debian/control:
- Remove obsolete DM-Upload-Allowed flag.
- Replace gstreamer 0.10 with gstreamer 1.0.
- Update Standards-Version to 3.9.4 (no changes).
- Depend on dbus-x11.
-- Alberto Garcia <berto@igalia.com> Mon, 28 Oct 2013 23:53:42 +0200
vagalume (0.8.5-4) unstable; urgency=low
* Enable hardening build flags:
- debian/compat: set compatibility level to 9.
- debian/control: build depend on debhelper >= 9.
- debian/rules: enable all hardening flags.
* debian/control: update Standards-Version to 3.9.3 (no changes).
* debian/copyright: update debian copyright format URL.
* lastfm-url-handler.patch: register Vagalume as handler for lastfm://
URLs.
- debian/gconf-defaults: drop this file, it's no longer needed.
* Add tags to all patches.
-- Alberto Garcia <agarcia@igalia.com> Fri, 29 Jun 2012 10:40:26 +0300
vagalume (0.8.5-3) unstable; urgency=low
* librefm-stream-mp3.patch: make Vagalume work with libre.fm again after
the recent changes in their service.
-- Alberto Garcia <agarcia@igalia.com> Tue, 27 Dec 2011 18:53:43 +0100
vagalume (0.8.5-2) unstable; urgency=low
* debian/control: depend on gstreamer0.10-plugins-good in all cases
(Closes: #649134).
* debian/control: downgrade gstreamer0.10-alsa dependency to
recommendation.
* debian/control: build using GTK+ 3 instead of GTK+ 2.
* debian/control: require debhelper >= 7.0.50~ and drop build dependency
on cdbs.
* debian/rules: rewrite using the debhelper sequencer instead of cdbs.
* debian/docs: list doc files previously in debian/rules.
* debian/copyright: rewrite using the machine-readable format.
* debian/watch: update regular expression.
* Patches:
- fix-make-check.patch: Prevent 'make check' from failing.
- desktop-file.patch: Add GenericName and X-GNOME-FullName entries to
the .desktop file.
-- Alberto Garcia <agarcia@igalia.com> Mon, 28 Nov 2011 13:12:26 +0100
vagalume (0.8.5-1) unstable; urgency=low
* New upstream release (Closes: #630308).
* debian/control: Update Standards-Version to 3.9.2.
* debian/control: add build dependency on libproxy-dev.
* debian/control: add DM-Upload-Allowed flag.
* debian/control: move Homepage field to source paragraph.
* debian/control: add dependencies on gstreamer0.10-gconf and
gstreamer0.10-alsa:
- gstreamer0.10-gconf is needed since recent versions of
gstreamer0.10-plugins-good don't include the gconf plugin.
- gstreamer0.10-alsa provides the ALSA mixer plugin and is an
alternative to the OSS plugin provided by gstreamer0.10-plugins-good
* debian/copyright: update copyright years and use 'Alberto Garcia' in
all cases.
-- Alberto Garcia <agarcia@igalia.com> Thu, 30 Jun 2011 23:03:20 +0300
vagalume (0.8.4-1) unstable; urgency=low
* New upstream release
* Updated watch file
* Drop all patches, since they are already included upstream
* Update Standards-Version to 3.9.1
-- Alberto Garcia <agarcia@igalia.com> Sun, 26 Dec 2010 17:39:33 +0100
vagalume (0.8.3-2) unstable; urgency=low
* Switch to dpkg-source 3.0 (quilt) format
* Cherry-picked patches from upstream:
- 01-fall-back-old-api.diff (602e3f5f1d34beebfa195b27e20f542c97ba7d11)
- 02-fix-dead-assignment.diff (6b437ffedb30ed4b9aeee859ca47ed31e9abd8e4)
- 03-spanish-translation.diff (c73fd9dcd0b764bd8d033ded1a183dff3fc315ac)
- 04-portuguese-translation.diff (15348608cbd4f7a09138f7ccf3227d4c4f56a8cc)
- 05-russian-translation.diff (a7ae8b4fa64adb47f266d5aab09cb2b5516e82b2)
- 06-copyright-year.diff (953bdc9e15ff84b4fdf133bb98578d64176d6db2)
-- Alberto Garcia <agarcia@igalia.com> Tue, 04 May 2010 13:43:35 +0100
vagalume (0.8.3-1) unstable; urgency=low
* New upstream release
* Switched to cdbs
* Added cdbs, intltool and libgstreamer-plugins-base0.10-dev to
Build-Depends
* Updated package description in control file
* Update Standards-Version to 3.8.4
* Updated copyright file to reflect the new project home page and the
copyright holder change
* Run autogen.sh from debian/rules with NOCONFIGURE=1
* Removed control files for Maemo
-- Alberto Garcia <agarcia@igalia.com> Sat, 06 Feb 2010 00:23:53 +0100
vagalume (0.7.1-2) unstable; urgency=low
* Use dh_icons to update icon cache (Closes: #527321).
* Depend on debhelper >= 7
* Update Standards-Version to 3.8.1
* Add ${misc:Depends} to Depends:
* Use dh_prep instead of dh_clean -k
* Update copyright file
-- Alberto Garcia <agarcia@igalia.com> Tue, 12 May 2009 11:00:36 +0200
vagalume (0.7.1-1) unstable; urgency=low
* New upstream release
-- Alberto Garcia <agarcia@igalia.com> Thu, 26 Feb 2009 14:59:59 +0100
vagalume (0.7-1) unstable; urgency=low
* New upstream release
-- Alberto Garcia <agarcia@igalia.com> Mon, 01 Sep 2008 16:08:46 +0200
vagalume (0.6-1) unstable; urgency=low
* New upstream release
-- Alberto Garcia <agarcia@igalia.com> Wed, 14 May 2008 21:47:55 +0200
vagalume (0.5.1-1) unstable; urgency=low
* Initial release (Closes: #464169)
-- Alberto Garcia <agarcia@igalia.com> Tue, 19 Feb 2008 02:11:31 +0100
|