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
|
freetennis (0.4.8-10) unstable; urgency=medium
* Team upload
* Build-depend on ocaml (for graphics library)
-- Stéphane Glondu <glondu@debian.org> Wed, 14 Oct 2015 10:02:11 +0200
freetennis (0.4.8-9) unstable; urgency=low
[ Stéphane Glondu ]
* debian/control: update Vcs-* to point to git repository
[ Mehdi Dogguy ]
* Bump Standards-Version to 3.9.2, no changes needed.
-- Mehdi Dogguy <mehdi@debian.org> Tue, 03 Jan 2012 17:16:18 +0100
freetennis (0.4.8-8) unstable; urgency=low
* Use dh-ocaml to compute dependencies automatically
* Bump standards to 3.8.4
* Update e-mail address and drop DMUA
* Use 3.0 (quilt) format
-- Mehdi Dogguy <mehdi@debian.org> Tue, 22 Jun 2010 16:08:01 +0200
freetennis (0.4.8-7) unstable; urgency=low
* Using .install files instead of copying by hand.
-- Mehdi Dogguy <dogguy@pps.jussieu.fr> Tue, 23 Jun 2009 18:16:01 +0200
freetennis (0.4.8-6) unstable; urgency=low
* Using make -j doesn't cause the package to FTBFS anymore, Closes: #483792.
* Fix FTBFS: Add graphics.cmxa when compiling, Closes: #534043.
* Drop 02_Makefile.dpatch and use debian/Makefile instead (Same content
but easier to modify).
* Bump standards version to 3.8.2, no changes needed.
* Update packaging:
- Switch packaging to git
- Use « dh --with quilt » and bump compat to 7
- Use quilt instead of dpatch
- Add dh-ocaml as a build-dependency
- Drop custom flag for non-native binaries and needed dependencies.
- Drop useless build-dependency: libcamlimages-ocaml-dev
- Fix copyright-refers-to-symlink-license
- Move freetennis manpage and menu to correct sections
* Fix menu-icon-too-big (reduced its size to 32×32)
-- Mehdi Dogguy <dogguy@pps.jussieu.fr> Tue, 23 Jun 2009 11:08:47 +0200
freetennis (0.4.8-5) unstable; urgency=low
[ Mehdi Dogguy ]
* Using -custom flag for bytecode binary, Closes: #471594.
- Removing ocaml-base-nox dependency.
- Not stripping bytecode executable because it's custom.
* Updating manpage to have all freetennis options.
* Enhance Makefile (more generic)
* Setting Maintainer field to d-o-m, and myself as uploader.
[ Samuel Mimram ]
* Removed useless build-dep on libgdk-pixbuf2.
-- Mehdi Dogguy <dogguy@pps.jussieu.fr> Thu, 08 May 2008 13:31:00 +0200
freetennis (0.4.8-4) unstable; urgency=low
* debian/freetennis.8: Man page corrections. Closes: #433519. Patch by
Andy Matteson <xt.knight@gmail.com>, thanks.
* debian/freetennis.desktop: Added .desktop file. Closes: #435435. Patch
by William Lima <wlima.amadeus@gmail.com>, thanks.
* Fixed debian-rules-ignores-make-clean-error.
* Fixed package-section-games-but-contains-no-game.
-- Bart Martens <bartm@debian.org> Sat, 01 Mar 2008 10:24:27 +0100
freetennis (0.4.8-3) unstable; urgency=low
* debian/control, debian/rules: Added missing dependency for architectures
using the bytecode version of the program. Closes: #408149.
* debian/control: Replaced ${Source-Version} by ${source:Version}.
* debian/copyright: Updated for year 2007.
-- Bart Martens <bartm@knars.be> Sat, 27 Jan 2007 07:37:58 +0100
freetennis (0.4.8-2) unstable; urgency=low
* freetennis.ml, debian/*: Added separate binary package freetennis-common
for architecture independent files.
* Makefile, debian/rules, debian/control: Use ocamlopt or ocamlc. Fixes
FTBFS. Closes: #377499.
* debian/rules: No longer installing CHANGES.txt.
-- Bart Martens <bartm@knars.be> Sat, 22 Jul 2006 19:30:22 +0200
freetennis (0.4.8-1) unstable; urgency=low
* Initial release. Closes: #373957.
-- Bart Martens <bartm@knars.be> Fri, 16 Jun 2006 23:12:04 +0200
|