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 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
|
tangerine (0.3.4-6.1) unstable; urgency=medium
* Non-maintainer upload.
[ Jeremy Bicha ]
* [fac3fc7] Disable banshee support since banshee is being removed from Debian
* [3003354] Remove Jose Carlos Garcia Sogo from Uploaders.
Thank you for your work with the initial packaging! (Closes: #862630)
* [d136ce8] Update Vcs fields for migration to https://salsa.debian.org/
* [dd1bb37] Add minimal debian/gbp.conf
[ Edmund Grimley Evans ]
* [9caab2e] Add tangerine-arm64.patch to fix build on arm64 (Closes: #856056)
[ Radovan Birdic ]
* [3be6658] Add tangerine-mips.patch to fix build on mips (Closes: #830969)
-- Jeremy Bicha <jbicha@debian.org> Sun, 18 Nov 2018 13:55:59 -0500
tangerine (0.3.4-6) unstable; urgency=low
* Brown paperbag release
* [14f72e6] Fix up broken dh_clideps call
-- Chow Loong Jin <hyperair@debian.org> Mon, 30 Dec 2013 09:02:33 +0800
tangerine (0.3.4-5) unstable; urgency=low
* [3656279] Ignore tangglue moduleref if not linux.
This fixes build failures on when inotify is not present (non-Linux
architectures)
-- Chow Loong Jin <hyperair@debian.org> Sun, 29 Dec 2013 22:05:14 +0800
tangerine (0.3.4-4) unstable; urgency=low
* [56b859b] Amend build-deps to use dbus#2.0
* [3e2274d] No-change bump of Standards-Version to 3.9.4
* [7ea4151] Update dbus-sharp patch for DBus#2.0
* [ce0543e] Bump dh level to 9 for buildflags
-- Chow Loong Jin <hyperair@debian.org> Sun, 22 Dec 2013 04:32:02 +0800
tangerine (0.3.4-3) unstable; urgency=low
* [acef333] Correct dh syntax
* [303cc6f] Update debian/rules for DH8-compatible "--with cli"
-- Jo Shields <directhex@apebox.org> Sat, 21 Jan 2012 17:25:09 +0000
tangerine (0.3.4-2) unstable; urgency=low
* [3bf5b64] Use debsrc 3.0 (quilt)
* [413dfeb] Drop README.source from quilt.
We're now using 3.0 (quilt) which is standard and doesn't require
documentation about patch systems
* [1a831b7] Drop debian/*.(dll|exe).config.
Use upstream .config files instead
* [072e39a] Update db4o patch to upstream version
* [a782af0] Add autoreconf
* [9836dec] Drop db4o version in build-dep.
Autofoo will now autodetect the version automagically.
-- Chow Loong Jin <hyperair@debian.org> Wed, 18 Jan 2012 13:06:21 +0800
tangerine (0.3.4-1) experimental; urgency=low
* [7ac387f] Update email in uploaders and copyright
* [7f84f00] Imported Upstream version 0.3.4
- Drop deprecated Encoding key from desktop file (Closes: #541033)
- Use full path for glue library dllmaps (Closes: #643810)
* [b548e45] Drop upstreamed patches
- CVE-2010-3381-insecure-library-loading
- kfreebsd_use_assemblyrefs_in_configure.ac.patch
* [00eadd8] Refresh dbus-sharp patch
* [b598734] Revert "Exclude the moduleref tangglue from dh_clideps"
libtangglue has been added to the relevant .config files upstream, so this
is no longer needed.
* [a2a81bc] Drop .la files
-- Chow Loong Jin <hyperair@debian.org> Mon, 09 Jan 2012 03:41:24 +0800
tangerine (0.3.3-4) experimental; urgency=low
* [4ea69a4] Exclude the moduleref tangglue from dh_clideps
inotify is not available on freebsd and, as this is all that tangglue
does, it is not built there. Tangerine contains alternate code path for
such systems, so the DllImported functions are not used when inotify is
not available. Thus it is safe to exclude this moduleref. (Closes: #639312)
-- Iain Lane <laney@debian.org> Fri, 26 Aug 2011 10:55:49 +0100
tangerine (0.3.3-3) experimental; urgency=low
[ Jo Shields ]
* [01da69f] Patch to build the File plugin against Db4o 8.0.
[ Iain Lane ]
* [4944fe9] Bump BD on db4o to 8.0 for new API.
Also require mono 2.10 and cli-common 0.8, to be safe.
-- Iain Lane <laney@debian.org> Thu, 25 Aug 2011 19:12:20 +0100
tangerine (0.3.3-2) unstable; urgency=low
[ Chow Loong Jin ]
* [de18290] Add libglib2.0-dev for AM_GLIB_GNU_GETTEXT macro
* [328ae95] Bump banshee build-dep version
* [9965c77] Port to DBus#
[ Iain Lane ]
* [9a5dfa3] Bump Banshee BD to version which has the dbus-sharp port
-- Chow Loong Jin <hyperair@ubuntu.com> Sun, 10 Jul 2011 11:10:33 +0100
tangerine (0.3.3-1) unstable; urgency=low
* [38a7c3a] New upstream release
+ Fixes for Mono 4.0
+ Fix Banshee plugin for Banshee rename
+ Fix category in desktop file
+ Miscellanous build system bug fixes
* [10dc0fb] Drop banshee-pcfile-rename patch (applied upstream)
* [027294c] Add dllmap for libsessionglue
-- Chow Loong Jin <hyperair@ubuntu.com> Mon, 04 Jul 2011 01:28:22 +0800
tangerine (0.3.2.2-7) unstable; urgency=low
* [71ad9b6] Rename banshee to banshee-1 in build system (Closes: #622043)
* [1f35637] d/README.source: Add, taken from quilt package
* [b129915] Standards-Version bump to 3.9.2, no changes required
-- Iain Lane <laney@ubuntu.com> Tue, 12 Apr 2011 17:25:02 +0100
tangerine (0.3.2.2-6) unstable; urgency=low
* [7c12c27] Remove duplicate patch entry from series
* [7c5366d] Fix security issue CVE-2010-3381 (insecure library
loading) (Closes: 598302) - thanks to Etienne Millon
<etienne.millon@gmail.com>
-- Iain Lane <laney@ubuntu.com> Mon, 25 Oct 2010 16:59:13 +0100
tangerine (0.3.2.2-5) unstable; urgency=low
* debian/tangerine.install,
debian/tangerine-properties.exe.config:
+ Add dllmaps for libgtk and libgobject (LP: #596461)
-- Chow Loong Jin <hyperair@ubuntu.com> Mon, 21 Jun 2010 17:25:56 +0800
tangerine (0.3.2.2-4) unstable; urgency=low
* debian/patches/kfreebsd_use_assemblyrefs_in_configure.ac.patch,
debian/rules,
debian/control:
+ Make sure configure check pulls in assembly refs on things like
NDesk.Glib on non-Linux platforms (Closes: #580009)
-- Jo Shields <directhex@apebox.org> Tue, 04 May 2010 12:45:35 +0100
tangerine (0.3.2.2-3) unstable; urgency=low
* debian/control, debian/rules: Drop beagle support as beagle is being
removed from Debian completely
* debian/source/format: Create with 1.0
-- Iain Lane <laney@ubuntu.com> Wed, 28 Apr 2010 18:02:19 +0100
tangerine (0.3.2.2-2) unstable; urgency=low
* debian/control:
+ No-change bump to Standards 3.8.4
+ Update build-deps to use -dev packages
-- Jo Shields <directhex@apebox.org> Fri, 29 Jan 2010 16:01:00 +0000
tangerine (0.3.2.2-1) unstable; urgency=low
* New upstream release
* debian/watch, debian/control:
+ Update to new homepage
* debian/control:
+ No-change bump to Standards 3.8.3
+ Add myself to Uploaders, and drop some inactive contributors' names
+ Update Vcs-* fields to reflect migration to git
+ Update build depends:
- Update order to reflect configure.ac order
- Drop libavahi1.0-cil, libmono-sqlite2.0-cil, cdbs
- Add banshee, libmono-zeroconf1.0-cil, libndesk-dbus-glib1.0-cil
- Use DH7
+ Add a debug package, tangerine-dbg
* debian/rules:
+ Rewrite to use DH7
+ Clean up get-orig-source rule
+ Add some custom configure flags
+ Add dh_{,cli}strip overrides to strip into tangerine-dbg
+ Remove /usr/share/doc/tangerine/sample.conf since it's handled by
dh_installexamples
* debian/compat:
+ Bump to 7
* debian/copyright:
+ Update and use DEP-5
* debian/tangerine*.1, debian/tangerine.manpages:
+ Added manpages for tangerine and tangerine-properties.
* debian/tangerine.examples:
+ Install sample.conf as a sample conf file for ~/.tangerine
* debian/patches:
+ Drop all patches, since they are either applied upstream or no
longer relevant.
* debian/*.dll.config:
+ Dropped, no longer needed
-- Chow Loong Jin <hyperair@ubuntu.com> Tue, 18 Aug 2009 21:38:02 +0800
tangerine (0.3.0+dfsg-5) unstable; urgency=low
* debian/control:
+ Removed unused libgnome2.0-cil and libgconf2.0-cil build-deps.
(Closes: #525459)
-- Mirco Bauer <meebey@debian.org> Sun, 26 Apr 2009 21:10:14 +0200
tangerine (0.3.0+dfsg-4) unstable; urgency=low
* Upload to unstable.
-- Mirco Bauer <meebey@debian.org> Fri, 06 Mar 2009 00:54:53 +0100
tangerine (0.3.0+dfsg-3) experimental; urgency=low
[ Jo Shields ]
* debian/control:
+ Specifically build-depend on mono-devel 2.0.1 or higher
+ No change bump to standards version 3.8.0
* debian/rules:
+ Override MCS variable to build with csc
[ David Paleino ]
* debian/watch added.
* debian/patches/:
+ 04_fix_music_dir_delimiter.patch added, uses "," instead of ";"
to specify multiple directories. Thanks to Jo Shields
(Closes: #494123)
+ 05_add_configurable_file_types.patch added, lets the user specify
a comma-separated list of extensions to serve via the "filetypes"
configuration line. Thanks to Jo Shields (Closes: #494124)
* Group Policy:
+ implemented get-orig-source target in debian/rules
[ Mirco Bauer ]
* debian/control:
+ Added Homepage, Vcs-Browser and Vcs-Svn fields.
+ Enhanced package description.
-- David Paleino <d.paleino@gmail.com> Fri, 12 Dec 2008 00:51:34 +0100
tangerine (0.3.0+dfsg-2) unstable; urgency=low
* Rebuild against liblog4net1.2-cil to get proper dependencies.
-- Sebastian Dröge <slomo@debian.org> Thu, 03 Apr 2008 20:32:57 +0200
tangerine (0.3.0+dfsg-1) unstable; urgency=low
* Initial release (Closes: #369115), packaging done by Jose
Carlos Garcia Sogo and me.
-- Sebastian Dröge <slomo@debian.org> Wed, 19 Mar 2008 23:10:58 +0100
|