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
|
event-dance (0.2.0-6) unstable; urgency=medium
* debian/patches/rename-bool-variable.patch:
- Fix FTBFS with gcc 15 (Closes: #1096595).
-- Alberto Garcia <berto@igalia.com> Wed, 19 Feb 2025 10:42:45 +0100
event-dance (0.2.0-5) unstable; urgency=medium
* debian/control:
- Replace gobject-introspection-bin with gobject-introspection
(Closes: #1094615)
- Update Standards-Version to 4.7.0.
- Add 'Provides: gir1.2-evd-0.2-dev' to libevd-0.2-dev.
* debian/copyright:
- Update copyright years.
- Include full text of the GFDL-1.1.
* Override 'no-symbols-control-file' lintian warning and remove override
for 'package-name-doesnt-match-sonames'.
-- Alberto Garcia <berto@igalia.com> Thu, 30 Jan 2025 09:40:51 +0100
event-dance (0.2.0-4) unstable; urgency=medium
* debian/control:
- Remove unused build dependency on libgcrypt20-dev
(Closes: #1071858).
-- Alberto Garcia <berto@igalia.com> Tue, 28 May 2024 15:45:14 +0200
event-dance (0.2.0-3) unstable; urgency=medium
* debian/patches/fix-dbus-bridge-include.patch:
- Fix FTBFS with -Werror=implicit-function-declaration
* debian/control:
- Replace pkg-config recommendation with pkgconf.
- Replace gobject-introspection with gobject-introspection-bin.
-- Alberto Garcia <berto@igalia.com> Wed, 28 Feb 2024 12:00:20 +0100
event-dance (0.2.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062540
-- Michael Hudson-Doyle <mwhudson@debian.org> Wed, 28 Feb 2024 03:44:45 +0000
event-dance (0.2.0-2) unstable; urgency=medium
* debian/patches/remove-uuid-from-gir.patch:
- Fix FTBFS (Closes: #1061039).
* Set debhelper compatibility level to 13.
- Don't run dh with '--with autoreconf --parallel'
- Remove build dependency on dh-autoreconf.
- Add libevd-0.2.la to debian/not-installed.
* Add debian/upstream/metadata file.
* Simplifly debian/watch.
* debian/control:
- Add Rules-Requires-Root: no.
- Add Vcs-Browser and Vcs-Git.
- Update Standards-Version to 4.6.2.
- Remove minimum version of all dependencies, they're all pretty old.
* debian/copyright:
- Update copyright years.
* debian/rules:
- Use '--with gir' instead of overriding dh_installdeb.
- Build with -DGLIB_DISABLE_DEPRECATION_WARNINGS.
- Enable all hardening flags.
- Stop overriding dh_update_autotools_config and dh_clean, we don't
need to run gtkdocize manually anymore.
-- Alberto Garcia <berto@igalia.com> Wed, 17 Jan 2024 15:25:27 +0100
event-dance (0.2.0-1) unstable; urgency=medium
* New upstream release.
- Rename all packages from *0.1* to *0.2*.
* Replace libevd-0.1-0.symbols with libevd-0.2-0.shlibs.
* Remove libevd-0.1-0.lintian-overrides and libevd-0.2-0.postinst.
* debian/watch:
- Use GitHub to watch for new releases, upstream has stopped releasing
tarballs.
* typelibdir.patch:
- Delete this patch, it's already in this release.
* gtypeinit.patch:
- Refresh.
* Run gtkdocize before autoreconf:
- debian/rules:
+ Override dh_update_autotools_config to run gtkdocize.
+ Remove gtk-doc.make m4/gtk-doc.m4 on dh_clean.
- debian/control:
+ Add build dependency on gtk-doc-tools.
* debian/copyright:
- Use HTTPS for the format URL.
- Change Source URL.
- Update copyright years.
- Add license paragraph for doc/reference/*.xml.
* debian/control:
- Update Standards-Version to 4.1.3 (no changes).
-- Alberto Garcia <berto@igalia.com> Tue, 27 Feb 2018 14:23:55 +0200
event-dance (0.1.28-5) unstable; urgency=medium
* debian/control:
- Replace build dependency on libgcrypt11-dev with libgcrypt20-dev
(Closes: #864100).
- Update Homepage URL.
- Update Standards-Version to 3.9.5 (no changes).
* debian/copyright:
- Update copyright years.
-- Alberto Garcia <berto@igalia.com> Tue, 06 Jun 2017 11:44:29 +0300
event-dance (0.1.28-4) unstable; urgency=medium
* fix-duplicate-header.patch:
- Don't install evd.h twice, this can cause a race condition.
-- Alberto Garcia <berto@igalia.com> Tue, 23 Sep 2014 16:24:28 +0300
event-dance (0.1.28-3) unstable; urgency=medium
* Make all packages multi-arch compliant, now that gobject-introspection
supports it:
- debian/gir1.2-evd-0.1.install: update path of typelib files.
- debian/control: build depend on gobject-introspection >= 1.41.4 and
add Multi-Arch: same field to gir1.2-evd-0.1 and libevd-0.1-dev.
-- Alberto Garcia <berto@igalia.com> Tue, 23 Sep 2014 11:00:48 +0300
event-dance (0.1.28-2) unstable; urgency=medium
* debian/control:
- Add explicit build dependency on libgcrypt11-dev (Closes: #745941).
- Switch from gnutls26 to gnutls28.
- Update Standards-Version to 3.9.5.
* debian/rules: enable parallel builds.
* debian/copyright: update copyright years.
-- Alberto Garcia <berto@igalia.com> Mon, 05 May 2014 20:08:42 +0300
event-dance (0.1.28-1) unstable; urgency=low
* New upstream release.
* Update my e-mail address in debian/*.
* typelibdir.patch: fix installation of the .typelib file.
* gtypeinit.patch: don't disable g_type_init() else we break
compatibility with older glib versions.
* libevd-0.1-0.symbols: sync with the symbols from this release.
-- Alberto Garcia <berto@igalia.com> Sun, 10 Nov 2013 12:45:16 +0200
event-dance (0.1.24-2) unstable; urgency=low
* Upload to unstable.
* debian/control: remove obsolete DM-Upload-Allowed flag.
* debian/control: update Standards-Version to 3.9.4.
* Add libevd-0.1-0.symbols and remove the obsolete .shlibs file.
-- Alberto Garcia <agarcia@igalia.com> Tue, 07 May 2013 10:27:04 +0300
event-dance (0.1.24-1) experimental; urgency=low
* New upstream release.
* Drop all patches, they are already included in this release.
* libevd-0.1-0.lintian-overrides: ignore the
hardening-no-fortify-functions warning, Event Dance is already
compiled with hardening options.
-- Alberto Garcia <agarcia@igalia.com> Thu, 11 Oct 2012 11:10:09 +0300
event-dance (0.1.20-2) unstable; urgency=low
* fix-require-js.patch: removes buggy require.js integration in
browser-side JS libraries (Closes: #673390).
* debian/control: change section of gir1.2-evd-0.1 to introspection.
-- Alberto Garcia <agarcia@igalia.com> Mon, 21 May 2012 13:16:16 +0200
event-dance (0.1.20-1) unstable; urgency=low
* New upstream release.
* debian/libevd-0.1-0.shlibs: new API, bump shlibs to 0.1.20.
* debian/copyright: rewrite using the machine-readable format.
* debian/control: update Standards-Version to 3.9.3.
* debian/control: set architecture to linux-any, since EventDance uses
Linux-specific system calls.
* debian/control: libevd-0.1-dev no longer depends on uuid-dev.
* Install .js files in /usr/share, they're architecture independent:
- jslibdir.patch: change installation path in Makefile.am.
- debian/libevd-0.1-0.install: update accordingly.
- debian/libevd-0.1-0.postinst: restart FileTea after upgrading.
* Multi-arch support:
- typelibdir.patch: make .typelib files go to /usr/lib, since they
cannot follow the multi-arch directory scheme.
- debian/compat: set compatibility level to 9.
- debian/control: build depend on debhelper >= 9.
- debian/control: Add Multi-Arch and Pre-Depends fields to
libevd-0.1-0.
- debian/libevd-0.1-{0,dev}.install: replace usr/lib/ with usr/lib/*/.
* debian/control: build depend on dh-autoreconf.
* debian/rules: run dh --with autoreconf.
* debian/rules: run dh_girepository after dh_installdeb to make sure
that the shlibs file is installed before generating the dependencies.
* fix-format-security-error.patch: fix compilation error.
-- Alberto Garcia <agarcia@igalia.com> Thu, 22 Mar 2012 17:35:43 +0200
event-dance (0.1.18-1) unstable; urgency=low
* Initial release (Closes: #641444).
-- Alberto Garcia <agarcia@igalia.com> Thu, 03 Nov 2011 10:50:00 +0200
|