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
|
7kaa (2.15.6+ds-2) unstable; urgency=medium
* Team Upload
* Fix FTBFS with gettext 0.23.x (Closes: #1092221)
* Update Miriam email address
-- Alexandre Detiste <tchet@debian.org> Fri, 10 Jan 2025 15:20:10 +0100
7kaa (2.15.6+ds-1) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints.
+ 7kaa-data: Add Multi-Arch: foreign.
Changes-By: apply-multiarch-hints
* Use secure URI in Homepage field.
Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
* Set upstream metadata fields: Bug-Database.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-bug-tracking
[ P. J. McDermott ]
* Simplify patch to use system libuuid:
+ Instead of replacing every use of the guuid_t type and Misc::uuid_*()
functions (a large invasive change that has to be refreshed with every
new upstream release), convert them into a thin layer wrapping around
libuuid.
+ Use libuuid compile and link flags in debian/rules.
+ Change repacksuffix in debian/watch to "+ds", since "+dfsg"
confusingly implies something non-free was removed when actually only
free code (copied from e2fsprogs) is removed. This follows convention
in Debian: <https://wiki.debian.org/Glossary#ds>.
* Add myself to Uploaders.
Thanks to Bertrand and everyone else for all your work so far!
* Update Git URI in debian/watch:
Upstream has moved (back) to SourceForge for future releases, so get
uscan ready to find them.
* Update URIs in debian/copyright and debian/upstream/metadata.
* New upstream version 2.15.6+ds:
+ Includes previously missing font files for the ISO 8859-3 character
set, used in the Esperanto locale (Closes: #1023221).
* Update build dependency on libsdl2-dev (>= 2.24.0) according to README.
+ In particular, SDL has inverted horizontal mouse wheel scrolling on
X11 in versions (<< 2.0.18) (fixed in SDL commit 515b7e93) and on
Wayland in versions (<< 2.0.20) (fixed in SDL commit 3e1b3bc3).
* debian/copyright: Update copyrights, add missing files, and realign.
* Standards-Version: 4.6.2, no changes needed.
* Rules-Requires-Root: no.
* Normalize punctuation and capitalization in Description fields.
* Build and install the game manual document into 7kaa-data if <!nodoc>.
* Clean po/*.gmo and po/stamp-po after build.
Fixes building a source package after a successful binary package build
(Closes: #1043868).
* Add debian/.gitignore.
* Add debian/README.source:
Document the Git commit message style, GitLab merge instructions, and
git-buildpackage workflow (including package-specific commands) to help
myself and other future maintainers.
* Add debian/salsa-ci.yml.
* Override false positive lintian tags about scenario config files.
* Cherry pick patch from upstream:
+ debian/patches/game_file_patching.patch: Fixes original scenarios
crashing when clicking on your market.
-- P. J. McDermott <pj@pehjota.net> Fri, 22 Dec 2023 12:04:00 -0500
7kaa (2.15.5+dfsg-1) unstable; urgency=medium
* debian/watch: use mode=git since github changed the link to releases.
* New upstream version 2.15.5.
* Refresh debian/patches.
* Add a build-dep on autoconf-archive in order to use
AX_CXX_COMPILE_STDCXX.
* Standards-version: 4.6.1, no changes needed.
-- Bertrand Marc <bmarc@debian.org> Sat, 15 Oct 2022 16:56:16 +0200
7kaa (2.15.4p1+dfsg-1) unstable; urgency=medium
* New upstream version 2.15.4p1.
* Bump debhelper-compat to 13.
* Install missing translations
* Adjust debian/*.install to the new default dh_missing
* Add debian/not-installed to avoid installing COPYING.
* Update years in debian/copyright.
* Add Repository and Repository-browse in debian/upstream/metadata.
-- Bertrand Marc <bmarc@debian.org> Sat, 19 Sep 2020 15:12:17 +0200
7kaa (2.15.3+dfsg-1) unstable; urgency=medium
[ Jelmer Vernooij ]
* Trim trailing whitespace.
* Bump debhelper from old 9 to 12:
+ Drop unnecessary dependency on dh-autoconf.
+ Drop unnecessary dh arguments: --parallel.
* Set upstream metadata fields: Bug-Submit.
* Rely on pre-initialized dpkg-architecture variables.
[ Bertrand Marc ]
* New upstream version 2.15.3+dfsg.
* Remove debian/patchees/fix_buffer_overflow.patch, included upstream.
* Drop build-dependency on autotools-dev, not necessary with
debhelper-compat 12.
* Standards-version: 4.5.0, no changes needed.
* debian/copyright: update years and add Jelmer Vernooij.
* debian/rules: drop dbgsym-migration, not necessary anymore.
-- Bertrand Marc <bmarc@debian.org> Sat, 07 Mar 2020 09:33:20 +0100
7kaa (2.15.2+dfsg-2) unstable; urgency=medium
* Update debian/patches/fix_buffer_overflow based on upstream fix.
* Update years in debian/copyright.
-- Bertrand Marc <bmarc@debian.org> Sat, 31 Aug 2019 15:14:47 +0200
7kaa (2.15.2+dfsg-1) unstable; urgency=medium
* New upstream version 2.15.2:
+ Added German, Portuguese, and Spanish translations (Closes: #641974).
* Standards-version: 4.4.0, no changes needed.
* Add a new patch to fix buffer overflow.
-- Bertrand Marc <bmarc@debian.org> Sat, 17 Aug 2019 18:05:14 +0200
7kaa (2.15.1+dfsg-1) unstable; urgency=medium
* New upstream version 2.15.1+dfsg.
* Remove debian/patches/abs_dir, not necessary anymore.
* Refresh use_system_libuuid.patch.
* Standards-version: 4.3.0, no changes needed.
* debian/control:
+ Make 7kaa depend on the data from the same version.
+ Make 7kaa suggest 7kaa-music (in case it would be packaged in non-free).
* Allow 7kaa to be built on any architecture (Closes: #726450).
-- Bertrand Marc <bmarc@debian.org> Tue, 01 Jan 2019 18:48:59 +0100
7kaa (2.15.0+dfsg-1) unstable; urgency=medium
* Update debian/watch to version 4, add a rule deal with pre and rc versions
and the repacksuffix option.
* Remove custom compression settings in debian/source/options.
* Update Vcs-* in debian/control: the package was moved to salsa.
* New upstream version 2.15.0+dfsg.
* Update build-dependency on libsdl2-dev (>= 2.0.8) according to README.
* Update years in debian/copyright.
* Standards-version: 4.2.1, no changes needed.
* Refresh patches.
-- Bertrand Marc <bmarc@debian.org> Sun, 18 Nov 2018 18:32:40 +0100
7kaa (2.14.7+dfsg-1) unstable; urgency=medium
* debian/rules:
+ remove override_dh_builddeb, xz is the default compression.
+ enable all hardening build flags, including bindnow.
* debian/copyright:
+ update the exclude list according to upstream changes.
+ update years and Format: url.
* New upstream version 2.14.7+dfsg.
* Refresh patches.
* Build-depend on libcurl4-gnutls-dev.
* Standards-Version: 4.0.0.
-- Bertrand Marc <bmarc@debian.org> Wed, 26 Jul 2017 15:28:45 +0200
7kaa (2.14.6+dfsg-1) unstable; urgency=medium
* Use my @debian.org address in the uploaders field and in debian/copyright.
* Moved the package to Git.
* Remove the fix_format_security patch, included upstream.
* Migrate from a manual "-dbg" package to an automatic generated debug symbol
package:
+ debian/control: remove 7kaa-dbg and remove it from 7kaa Suggests.
+ debian/rules: use --dbgsym-migration in override_dh_strip.
* Use system libuiid:
+ Add a patch to replace every occurrence of guuid and misc.uuid.
+ Exclude src/common/misc_uuid.cpp,include/misc_uuid.h and COPYING.uuid in
debian/copyright.
+ Build-depends on uuid-dev.
+ Add dversionmangle to debian/watch.
* Update years and license text in debian/copyright.
* New upstream version 2.14.6.
* Remove debian/7kaa.menu, deprecated.
* Standards-version 3.9.8.
-- Bertrand Marc <bmarc@debian.org> Tue, 20 Sep 2016 08:21:57 +0200
7kaa (2.14.5-1) unstable; urgency=medium
* Update debian/watch.
* New upstream release.
* debian/control: update build dependencies according to README.
+ use libsdl2-dev instead of libsdl1.2-dev.
+ use libenet-dev instead of libsdl-net1.2-dev.
* Refresh the only patch.
* Add a patch picked upstream to fix build with -Werror=format-security.
* Update debian/copyright.
* Standards-version 3.9.6: no changes needed.
* debian/rules: pass dpkg-buildflags to configure.
-- Bertrand Marc <beberking@gmail.com> Wed, 29 Jul 2015 18:23:06 +0200
7kaa (2.14.4-1) unstable; urgency=low
* New upstream release.
* Add myself to uploaders.
* Remove quilt build-dep as package is format 3.0 (quilt).
* Add build-arch and build-indep targets in rules.
* Manually add relro to LDLFAGS in rules for now.
* Create data packages since data is in single tarball now.
* Fix watch file.
* Bump Standards Version to 3.9.4.
[ Markus Koschany ]
* Bump compat level to 9 and require debhelper >= 9.
* 7kaa.desktop: Add keywords.
* 7kaa.menu: Use an absolute icon path.
* debian/control:
- Remove dh-buildinfo from build-dep, not needed.
- Add dh-autoreconf to Build-Depends.
- Remove superfluous ${shlibs:Depends} substvar from 7kaa-dbg.
* debian/rules:
- Simplify debian/rules by using dh sequencer.
- Build with --parallel and --autoreconf.
- Use xz compression.
* Update debian/copyright top copyright format 1.0.
-- Barry deFreese <bdefreese@debian.org> Sun, 16 Jun 2013 10:33:37 -0400
7kaa (2.14.3-1) unstable; urgency=low
[ Bertrand Marc ]
* Initial release (Closes: #591302).
* Use dh_autotools-dev to update and restore config.*.
[ Miriam Ruiz ]
* New upstream release
-- Miriam Ruiz <little_miry@yahoo.es> Tue, 22 Mar 2011 22:29:38 +0100
|