Author: evgeni Date: 2011-06-23 10:52:19 +0000 (Thu, 23 Jun 2011) New Revision: 12470
Added: packages/tags/netrek-client-cow/3.3.0-3/ packages/tags/netrek-client-cow/3.3.0-3/debian/changelog packages/tags/netrek-client-cow/3.3.0-3/debian/rules Removed: packages/tags/netrek-client-cow/3.3.0-3/debian/changelog packages/tags/netrek-client-cow/3.3.0-3/debian/rules Log: [svn-buildpackage] Tagging netrek-client-cow 3.3.0-3 Deleted: packages/tags/netrek-client-cow/3.3.0-3/debian/changelog =================================================================== --- packages/trunk/netrek-client-cow/debian/changelog 2011-06-18 22:00:31 UTC (rev 12468) +++ packages/tags/netrek-client-cow/3.3.0-3/debian/changelog 2011-06-23 10:52:19 UTC (rev 12470) @@ -1,89 +0,0 @@ -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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Tue, 23 Dec 2008 11:29:24 -0500 - -netrek-client-cow (3.2.8-1) unstable; urgency=low - - * Initial release (Closes: #500630). - - -- Barry deFreese <[email protected]> Fri, 26 Sep 2008 21:44:49 -0400 - Copied: packages/tags/netrek-client-cow/3.3.0-3/debian/changelog (from rev 12469, packages/trunk/netrek-client-cow/debian/changelog) =================================================================== --- packages/tags/netrek-client-cow/3.3.0-3/debian/changelog (rev 0) +++ packages/tags/netrek-client-cow/3.3.0-3/debian/changelog 2011-06-23 10:52:19 UTC (rev 12470) @@ -0,0 +1,96 @@ +netrek-client-cow (3.3.0-3) unstable; urgency=low + + * Team upload. + * Force --with-gmp, fixes FTBFS on ia64 and sparc. + + -- Evgeni Golov <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Tue, 23 Dec 2008 11:29:24 -0500 + +netrek-client-cow (3.2.8-1) unstable; urgency=low + + * Initial release (Closes: #500630). + + -- Barry deFreese <[email protected]> Fri, 26 Sep 2008 21:44:49 -0400 + Deleted: packages/tags/netrek-client-cow/3.3.0-3/debian/rules =================================================================== --- packages/trunk/netrek-client-cow/debian/rules 2011-06-18 22:00:31 UTC (rev 12468) +++ packages/tags/netrek-client-cow/3.3.0-3/debian/rules 2011-06-23 10:52:19 UTC (rev 12470) @@ -1,37 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -CFLAGS:= $(shell dpkg-buildflags --get CFLAGS) -CPPFLAGS:= $(shell dpkg-buildflags --get CPPFLAGS) -LDFLAGS:= $(shell dpkg-buildflags --get LDFLAGS) - -ifneq (,$(filter werror,$(DEB_BUILD_OPTIONS))) -EXTRACFLAGS+= -Werror -endif - -LDFLAGS+= -Wl,-z,defs -Wl,--as-needed - -include /usr/share/hardening-includes/hardening.make -ifeq (,$(filter nohardening,$(DEB_BUILD_OPTIONS))) -EXTRACFLAGS+= $(HARDENING_CFLAGS) -LDFLAGS+= $(HARDENING_LDFLAGS) -endif - -export CPPFLAGS CFLAGS EXTRACFLAGS LDFLAGS - -override_dh_auto_configure: - dh_auto_configure -- \ - --bindir=\$${prefix}/games \ - --datadir=\$${prefix}/share/games - -override_dh_auto_test: - -override_dh_auto_install: - dh_auto_install -- prefix=/usr - chmod -x $(CURDIR)/debian/netrek-client-cow/usr/share/games/netrek-client-cow/key.cow.linux - -%: - dh $@ --with autotools_dev Copied: packages/tags/netrek-client-cow/3.3.0-3/debian/rules (from rev 12469, packages/trunk/netrek-client-cow/debian/rules) =================================================================== --- packages/tags/netrek-client-cow/3.3.0-3/debian/rules (rev 0) +++ packages/tags/netrek-client-cow/3.3.0-3/debian/rules 2011-06-23 10:52:19 UTC (rev 12470) @@ -0,0 +1,38 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS:= $(shell dpkg-buildflags --get CFLAGS) +CPPFLAGS:= $(shell dpkg-buildflags --get CPPFLAGS) +LDFLAGS:= $(shell dpkg-buildflags --get LDFLAGS) + +ifneq (,$(filter werror,$(DEB_BUILD_OPTIONS))) +EXTRACFLAGS+= -Werror +endif + +LDFLAGS+= -Wl,-z,defs -Wl,--as-needed + +include /usr/share/hardening-includes/hardening.make +ifeq (,$(filter nohardening,$(DEB_BUILD_OPTIONS))) +EXTRACFLAGS+= $(HARDENING_CFLAGS) +LDFLAGS+= $(HARDENING_LDFLAGS) +endif + +export CPPFLAGS CFLAGS EXTRACFLAGS LDFLAGS + +override_dh_auto_configure: + dh_auto_configure -- \ + --bindir=\$${prefix}/games \ + --datadir=\$${prefix}/share/games \ + --with-gmp + +override_dh_auto_test: + +override_dh_auto_install: + dh_auto_install -- prefix=/usr + chmod -x $(CURDIR)/debian/netrek-client-cow/usr/share/games/netrek-client-cow/key.cow.linux + +%: + dh $@ --with autotools_dev _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

