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
|
netrek-client-cow (3.3.1-1) unstable; urgency=medium
* Team upload.
* Thanks to gregor herrmann for the last NMU.
* New upstream version 3.3.1. (Closes: #825869)
* wrap-and-sort -sab.
* Declare compliance with Debian Policy 3.9.8.
* Use canonical VCS-URI.
* Use compat level 9.
* Don't export the hardening flags. Just use the defaults.
* Drop dpkg-dev from Build-Depends.
* Drop hardening-includes build-dependency. (Closes: #836758)
* Drop all patches except gcc5.patch which was rebased.
Everything else was fixed upstream.
* Export DEB_CFLAGS_MAINT_APPEND=-std=gnu89.
* Remove chmod command in override for dh_auto_install.
* Update d/copyright for new release.
* Drop menu file due to CTTE decision. (Closes: #726845)
-- Markus Koschany <apo@debian.org> Fri, 16 Sep 2016 00:08:44 +0200
netrek-client-cow (3.3.0-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix "ftbfs with GCC-5": add patches provided by Thavatchai
Makphaibulchoke:
- add -std=gn89 to CFLAGS in debian/rules, a work around to instruct gcc-5
to use gnu-89 semantics for inline function declarations
- 006-gcc5.patch: add -P to CPPFLAGS when checking for GMP 2, a work
around for gcc-5 preprocessor started to emit line markers to properly
distinguish whether a macro token comes from a system header
(Closes: #778025)
-- gregor herrmann <gregoa@debian.org> Tue, 04 Aug 2015 16:54:47 +0200
netrek-client-cow (3.3.0-3) unstable; urgency=low
* Team upload.
* Force --with-gmp, fixes FTBFS on ia64 and sparc.
-- Evgeni Golov <evgeni@debian.org> Thu, 23 Jun 2011 12:42:15 +0200
netrek-client-cow (3.3.0-2) unstable; urgency=low
* Team upload.
[ Barry deFreese ]
* Some packaging changes suggested by upstream.
+ Update package description.
+ Update debian/netrek-client-cow.6.
* Bump Standards Version to 3.8.3. (No changes needed).
[ Peter Pentchev ]
* Add the 001-configure-gmp-version patch to fix the check for
libgmp versions larger than 1. Closes: #620528
* Convert to the 3.0 (quilt) source format:
- add the 002-make-reallyclean patch to really clean up after
the build.
- drop the build dependency on quilt
- drop the quilt invocations from the rules file
* Add the 003-typos patch to fix some typographical and grammatical
errors.
* Bump Standards-Version to 3.9.2 with no changes.
* Let the build system honor CPPFLAGS, CFLAGS and LDFLAGS
- export them in the rules file
- add the 004-honor-flags patch
* Minimize the rules file using debhelper override targets.
* Use dh --with autotools_dev to handle config.guess and config.sub.
* Bump the debhelper compatibility level to 8 with no changes.
* Depend on libgmp-dev instead of libgmp3-dev.
* Use dpkg-buildflags to obtain the default values for CPPFLAGS,
CFLAGS and LDFLAGS.
* Pass --as-needed to the linker to avoid unneeded dependencies.
* Convert the copyright file to the latest DEP 5 candidate format
and add my copyright notice.
* Build with -Werror if the "werror" build option is specified.
* Harden the build unless the "nohardening" build option is specified.
* Remove the 001_desktop_file patch that has not been applied ever
since Barry deFreese's fix in rev. 9851.
[ Evgeni Golov ]
* Fix some typos in the Description.
Closes: #624019
-- Peter Pentchev <roam@ringlet.net> Wed, 11 May 2011 14:13:39 +0300
netrek-client-cow (3.3.0-1) unstable; urgency=low
[ Barry deFreese ]
* New upstream release.
* Install upstream desktop file. (Closes: #522587).
* Add quilt patch system.
-- Barry deFreese <bdefreese@debian.org> Tue, 16 Jun 2009 15:27:20 -0400
netrek-client-cow (3.2.10-1) unstable; urgency=low
[ Barry deFreese ]
* Move maintainer to Debian Games Team. (It should have been anyway).
* New upstream release.
+ Fixes pointer coversions and other warnings. (Closes: #512463).
* Change make install call. Remove BINDIR, add prefix=/usr.
* Minor copyright syntax changes.
* Bump Standards Version to 3.8.1. (No changes needed).
-- Barry deFreese <bdefreese@debian.org> Wed, 18 Mar 2009 10:17:31 -0400
netrek-client-cow (3.2.9-1) unstable; urgency=low
* New upstream release.
+ Resolve license issue.
-- Barry deFreese <bdefreese@debian.org> Tue, 13 Jan 2009 14:30:56 -0500
netrek-client-cow (3.2.8.dak-1) unstable; urgency=low
[ Barry deFreese ]
* Move from section nonfree/x11 to proper games.
+ Should have never been in nonfree.
+ Repack orig.tar.gz to give new upstream version.
* Add VCS tags.
* Clean up long package description.
-- Barry deFreese <bdefreese@debian.org> Tue, 23 Dec 2008 11:29:24 -0500
netrek-client-cow (3.2.8-1) unstable; urgency=low
* Initial release (Closes: #500630).
-- Barry deFreese <bdefreese@debian.org> Fri, 26 Sep 2008 21:44:49 -0400
|