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 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432
|
wmcoincoin (2.6.5.git+42.b85f761c7010-1) unstable; urgency=medium
* New upstream version 2.6.5.git+42.b85f761c7010
* d/gbp.conf
- default: enable `pristine-tar`
* d/patches
- delete upstreamed patches
- add patch to fix platypus linker failures
- add patch to fix pre-ANSI function declarations (Closes: #1098101)
* d/control
- bump Standards-Version to 4.7.2
-- Jeremy Sowden <azazel@debian.org> Sun, 16 Mar 2025 15:15:06 +0000
wmcoincoin (2.6.5.git+23.411d4a3-3) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Archive, Repository, Repository-Browse.
[ Jeremy Sowden ]
* d/u/metadata
- correct archive
* d/control
- update pkg-config build-dep to pkgconf
- update Doug's and my e-mail addresses
- bump Standards-Version to 4.7.0
* d/patches
- add patch to fix GCC-14 ftbfs (Closes: #1075641)
* d/p/replace-imlib2-config-with-pkg-config.patch
- refresh patch
-- Jeremy Sowden <azazel@debian.org> Sat, 06 Jul 2024 11:34:40 +0100
wmcoincoin (2.6.5.git+23.411d4a3-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Drop wmccc (closes: #967807).
-- Bastian Germann <bage@debian.org> Mon, 13 Nov 2023 12:28:38 +0100
wmcoincoin (2.6.5.git+23.411d4a3-2) unstable; urgency=medium
* d/control
- Bump Standards-Version to 4.6.1.
* d/.gitnore
- Ignore packaging artefacts.
* d/patches
- Add patch to use pkg-config for imlib2 (closes: #1018020).
- Add DEP-3 metadata to XOpenDisplay seg-fault patch and rename it.
-- Jeremy Sowden <jeremy@azazel.net> Thu, 25 Aug 2022 21:40:55 +0100
wmcoincoin (2.6.5.git+23.411d4a3-1) unstable; urgency=medium
* New upstream release (git snapshot).
[ Doug Torrance ]
* debian/control
- Reformat using wrap-and-sort.
- Update Maintainer email address to use tracker.d.o.
- Add libcurl-dev to Build-Depends.
- Bump Standards-Version to 4.6.0.
- Add Rules-Requires-Root field (no).
* debian/copyright
- Update Source URL to GitHub repository.
* debian/dirs
- Make /usr/libexec/wmcoincoin.
* debian/manpages
- Sort entries.
* debian/menu
- Remove deprecated Debian menu file.
* debian/patches/national-encoding.patch
- New patch; convert options file from ISO-8859-1 to UTF-8 encoding.
Fixes national-encoding lintian warning.
* debian/rules
- Convert override_dh_install target to execute_after_dh_install.
- Install binaries in /usr/libexec for FHS compliance.
- Rewrite get-orig-source target.
* debian/salsa-ci.yml
- Add Salsa pipeline configuration file.
* debian/upstream/metadata
- Add DEP-12 upstream metadata file.
* debian/watch
- Bump to v4 format.
- Use special strings for regular expressions.
- Use simplified SourceForge redirector.
- Add comment explaining that the SourceForge page is out of date and
to use the get-orig-source target in d/rules instead.
* debian/wmcoincoin.sh
- Update to use /usr/libexec for binary path.
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation lines.
* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
* Avoid explicitly specifying -Wl,--as-needed linker flag.
-- Doug Torrance <dtorrance@piedmont.edu> Thu, 30 Sep 2021 12:52:22 -0400
wmcoincoin (2.6.4-git-2) unstable; urgency=medium
[ Doug Torrance ]
* Update Vcs-* after migration to Salsa.
* Update Format in d/copyright to https.
* Switch Priority from extra to optional.
[ Jeremy Sowden ]
* Added patch to prevent seg-fault in wmcoincoin_player (closes: #716463).
* Bumped compat to 12 and replaced d/compat with b-d on debhelper-compat.
* Removed explicit request for dh_autoreconf.
* Removed build-deps on dh-autoreconf and autotools-dev.
* Updated uploaders.
* Enable hardening.
* Bumped Standards-Version to 4.4.0.
-- Jeremy Sowden <jeremy@azazel.net> Sun, 28 Jul 2019 12:51:42 +0100
wmcoincoin (2.6.4-git-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Update Vcs-* fields.
- Set Debian Window Maker Team as Maintainer; move myself to
Uploaders with updated email address.
- Tidy up using wrap-and-sort.
* debian/copyright
- Update email address.
* debian/install
- Sort lines alphabetically.
-- Doug Torrance <dtorrance@piedmont.edu> Fri, 28 Aug 2015 13:23:43 -0400
wmcoincoin (2.6.2+20150325-1) unstable; urgency=medium
* New upstream release (git snapshot).
- Remove timestamp macro; builds should now be reproducible.
-- Doug Torrance <dtorrance@monmouthcollege.edu> Wed, 25 Mar 2015 20:52:04 -0500
wmcoincoin (2.6.2+20141120-1) unstable; urgency=medium
* New upstream release (git snapshot).
* debian/patches
- Remove directory; patches applied upstream.
* debian/rules
- Append "-Wl, --as-needed" to LDFLAGS; avoids "useless dependency"
warnings from dpkg-shlibdeps.
-- Doug Torrance <dtorrance@monmouthcollege.edu> Sun, 23 Nov 2014 18:33:40 -0600
wmcoincoin (2.6.2+20140602-1) unstable; urgency=medium
* New upstream release (git snapshot).
* New maintainer (Closes: #765837).
* debian/compat
- Bump to 9.
* debian/clean
- New file; clean files generated by autotools.
* debian/control
- Bump versioned dependency on debhelper to >=9.
- Bump Standards-Version to 3.9.6.
- Add Homepage, Vcs-* fields.
- Add dh-autoreconf and libxmu-dev to Build-Depends.
- Remove libice-dev, libsm-dev, and libxft2-dev from Build-Depends.
- Add ${misc:Depends} to Depends.
* debian/copyright
- Update machine-readable format v1.0.
* debian/menu
- Update section.
* debian/patches
- (autotools_fixes.patch) Various autotools fixes.
- (fix_x11_include.patch) Fix FTBFS on amd64. Thanks to Andreas Moog
<andreas.moog@warperbbs.de> (Closes: #735755).
- (format-security.patch) Fix -Werror=format-security compiler errors.
- (fix_spelling.patch) Fix spelling-error-in-binary Lintian warnings.
- (implicit-function-declaration.patch, incompatible_pointer_type.patch,
int-to-pointer-cast.patch, maybe-uninitialized.patch, parentheses.patch,
pointer-to-int-cast.patch, sign-compare.patch,
sizeof-pointer-memaccess.patch, type-limits.patch,
unused-but-set-parameter.patch, unused-but-set-variable.patch,
unused-parameter.patch, unused-result.patch, unused-variable.patch) Fix
compiler warnings.
- (incompatible_struct_type.patch) Reorder #includes to get compatible types
of struct re_pattern_buffer. Thanks to Michael Tautschnig <mt@debian.org>
(Closes: #702439).
* debian/rules
- Add get-orig-source target.
- Update to use dh.
- Add override_dh_install target; move and delete various files.
* debian/source/format
- New file; use 3.0 (quilt).
* debian/watch
- New file; obtained from sepwatch.
-- Doug Torrance <dtorrance@monmouthcollege.edu> Sat, 25 Oct 2014 00:05:20 -0500
wmcoincoin (2.5.1e-1) unstable; urgency=low
* New upstream release
-- Josselin Mouette <joss@debian.org> Mon, 2 Oct 2006 10:41:51 +0200
wmcoincoin (2.5.1d-3) unstable; urgency=low
* debian/rules: Remove bashisms (Closes: #379632).
* Standards version is 3.7.2.
-- Josselin Mouette <joss@debian.org> Wed, 26 Jul 2006 17:29:38 +0200
wmcoincoin (2.5.1d-2) unstable; urgency=low
* Remove the build-dependency on xlibs-static-dev, use libxinerama-dev
instead.
* Add missing build-dependency on libxft-dev.
-- Josselin Mouette <joss@debian.org> Sun, 19 Feb 2006 11:23:32 +0100
wmcoincoin (2.5.1d-1) unstable; urgency=low
* New upstream release to fix the annoying "poufpouf" bug.
-- Josselin Mouette <joss@debian.org> Sat, 15 Oct 2005 17:33:27 +0200
wmcoincoin (2.5.1c-1) unstable; urgency=low
* New upstream release.
-- Josselin Mouette <joss@debian.org> Mon, 3 Oct 2005 22:47:19 +0200
wmcoincoin (2.5.1b-1) unstable; urgency=low
* New upstream release.
-- Josselin Mouette <joss@debian.org> Tue, 27 Sep 2005 00:33:24 +0200
wmcoincoin (2.5.1a-1) unstable; urgency=low
* New upstream release.
* Standards-version is 3.6.2.
* debian/menu: Correctly quote all strings.
-- Josselin Mouette <joss@debian.org> Mon, 26 Sep 2005 22:11:06 +0200
wmcoincoin (2.5.0g-1) unstable; urgency=low
* New upstream release.
* debian/rules: Pass --as-needed to ld to deflate dependencies.
-- Josselin Mouette <joss@debian.org> Tue, 14 Jun 2005 23:41:37 +0200
wmcoincoin (2.5.0f-1) unstable; urgency=low
* New upstream release.
-- Josselin Mouette <joss@debian.org> Wed, 23 Feb 2005 22:24:06 +0100
wmcoincoin (2.5.0c-2) unstable; urgency=medium
* debian/control: Build-depend on libxt-dev (Closes: #266271).
-- Josselin Mouette <joss@debian.org> Tue, 17 Aug 2004 13:39:26 +0200
wmcoincoin (2.5.0c-1) unstable; urgency=low
* New upstream release.
* debian/wmcoincoin.sh: Launch the binary with $0=wmcoincoin.
-- Josselin Mouette <joss@debian.org> Mon, 17 May 2004 11:38:03 +0200
wmcoincoin (2.5.0b-1) unstable; urgency=low
* New upstream release.
* Require libxft2-dev and libgtk2.0-dev.
* Split out X libs build-dependencies.
* Move out scripts and player to /usr/lib.
-- Josselin Mouette <joss@debian.org> Tue, 4 May 2004 14:56:03 +0200
wmcoincoin (2.4.6b-1) unstable; urgency=low
* New upstream release.
* Build-depend on libimlib2-dev.
* Standards-version is 3.6.1.
* Use debian/compat.
* Provide manpages for wmcoincoin_player and wmcoincoin-totoz-get.
* Remove wmcoincoin-kde.
-- Josselin Mouette <joss@debian.org> Sat, 6 Sep 2003 15:01:40 +0200
wmcoincoin (2.4.5b-1) unstable; urgency=low
* New upstream release.
-- Josselin Mouette <joss@debian.org> Mon, 7 Jul 2003 14:30:50 +0200
wmcoincoin (2.4.5a-1) unstable; urgency=low
* New upstream release.
* Remove configure patch.
-- Josselin Mouette <joss@debian.org> Mon, 23 Jun 2003 19:14:15 +0200
wmcoincoin (2.4.4c-2) unstable; urgency=low
* debian/control: Update description.
* Standards-version is 3.5.10.
* As #178596 is over, build again with -O2 on s390.
* Use original icon again.
* Cleanup in debian/rules.
* configure: Remove the 'remove -g' code. Don't touch configure.ac as it
breaks the whole (fragile) build system.
* config.h.in, debian/rules: Use the package version as VERSION.
-- Josselin Mouette <joss@debian.org> Tue, 17 Jun 2003 16:22:47 +0200
wmcoincoin (2.4.4c-1) unstable; urgency=low
* New upstream release (necessary to post on linuxfr.org regarding
the new referer check).
-- Josselin Mouette <joss@debian.org> Thu, 13 Mar 2003 14:25:28 +0100
wmcoincoin (2.4.4b-1) unstable; urgency=low
* New upstream release.
-- Josselin Mouette <joss@debian.org> Tue, 11 Mar 2003 13:13:03 +0100
wmcoincoin (2.4.4a-1) unstable; urgency=low
* New upstream release.
-- Josselin Mouette <joss@debian.org> Mon, 10 Mar 2003 11:31:54 +0100
wmcoincoin (2.4.3c-2) unstable; urgency=low
* Use -O1 on s390 to avoid build failure.
-- Josselin Mouette <joss@debian.org> Thu, 30 Jan 2003 13:30:26 +0100
wmcoincoin (2.4.3c-1) unstable; urgency=low
* New upstream release.
-- Josselin Mouette <joss@debian.org> Wed, 22 Jan 2003 13:48:22 +0100
wmcoincoin (2.4.2b-1) unstable; urgency=low
* New upstream release.
-- Josselin Mouette <joss@debian.org> Mon, 6 Jan 2003 14:20:27 +0100
wmcoincoin (2.4.2a-2) unstable; urgency=low
* Make icon conform to menu specifications and move it to
/usr/share/icons.
* Typo in debian/copyright.
-- Josselin Mouette <joss@debian.org> Tue, 3 Dec 2002 14:51:42 +0100
wmcoincoin (2.4.2a-1) unstable; urgency=low
* New upstream release
* Standards version is 3.5.8.
* Use debhelper mode 4 and dh_install.
-- Josselin Mouette <joss@debian.org> Sat, 30 Nov 2002 12:39:46 +0100
wmcoincoin (2.4.1a-1) unstable; urgency=low
* New upstream release.
* The package should now follow the policy version 3.5.7.
* WMCoinCoin should be stable and secure enough now, and DaCode is in
the archive, let's upload to Debian (Closes: #150551).
* Removed build-dep on automake.
-- Josselin Mouette <joss@debian.org> Wed, 16 Oct 2002 22:35:12 +0200
wmcoincoin (2.4.0limule-2) unstable; urgency=low
* debian/control: Improve description.
* Use autotools-dev instead of providing config.*
* debian/copyright: Make upstream URL point to SF.
* debian/control: Add upstream URLs.
-- Josselin Mouette <joss@debian.org> Wed, 16 Oct 2002 20:49:19 +0200
wmcoincoin (2.4.0limule-1) unstable; urgency=low
* New upstream release.
-- Josselin Mouette <joss@debian.org> Sat, 5 Oct 2002 23:24:25 +0200
wmcoincoin (2.4.0c-1) unstable; urgency=low
* New upstream release.
-- Josselin Mouette <joss@debian.org> Mon, 9 Sep 2002 12:24:40 +0200
wmcoincoin (2.4.0a-1) unstable; urgency=low
* New upstream release.
* Removed unuseful README.Debian.
-- Josselin Mouette <joss@debian.org> Sat, 7 Sep 2002 21:42:20 +0200
wmcoincoin (2.3.8.2dtc-1) unstable; urgency=low
* New upstream release (CVS snapshot).
-- Josselin Mouette <joss@debian.org> Thu, 5 Sep 2002 09:54:46 +0200
wmcoincoin (2.3.8+kikoo-1) unstable; urgency=low
* New upstream release.
* Build-depend on libgtk1.2-dev (for wmccc) and automake-1.6.
* Makefile.am: Remove duplicate intl in SUBDIRS.
-- Josselin Mouette <joss@debian.org> Tue, 3 Sep 2002 14:07:23 +0200
wmcoincoin (2.3.8b-2) unstable; urgency=low
* debian/rules: Make a symlink from /usr/share/doc/wmcoincoin/examples
to /usr/share/wmcoincoin.
-- Josselin Mouette <joss@debian.org> Mon, 24 Jun 2002 13:04:29 +0200
wmcoincoin (2.3.8b-1) unstable; urgency=low
* Initial release.
-- Josselin Mouette <joss@debian.org> Thu, 20 Jun 2002 15:02:55 +0200
|