Author: apo Date: 2017-07-15 11:46:13 +0000 (Sat, 15 Jul 2017) New Revision: 15976
Added: packages/trunk/pathogen/debian/patches/reproducible-build.patch Removed: packages/trunk/pathogen/debian/menu Modified: packages/trunk/pathogen/debian/changelog packages/trunk/pathogen/debian/compat packages/trunk/pathogen/debian/control packages/trunk/pathogen/debian/copyright packages/trunk/pathogen/debian/patches/series packages/trunk/pathogen/debian/rules Log: Release pathogen 1.1.1-5 Modified: packages/trunk/pathogen/debian/changelog =================================================================== --- packages/trunk/pathogen/debian/changelog 2017-07-12 18:45:34 UTC (rev 15975) +++ packages/trunk/pathogen/debian/changelog 2017-07-15 11:46:13 UTC (rev 15976) @@ -1,3 +1,13 @@ +pathogen (1.1.1-5) unstable; urgency=medium + + * Team upload. + * Add reproducible-build.patch and make the build reproducible. + Thanks to Reiner Herrmann for the report and patch. (Closes: #845991) + * Switch to compat level 10. + * Declare compliance with Debian Policy 4.0.0. + + -- Markus Koschany <[email protected]> Sat, 15 Jul 2017 13:35:02 +0200 + pathogen (1.1.1-4) unstable; urgency=medium * Team upload. Modified: packages/trunk/pathogen/debian/compat =================================================================== --- packages/trunk/pathogen/debian/compat 2017-07-12 18:45:34 UTC (rev 15975) +++ packages/trunk/pathogen/debian/compat 2017-07-15 11:46:13 UTC (rev 15976) @@ -1 +1 @@ -9 +10 Modified: packages/trunk/pathogen/debian/control =================================================================== --- packages/trunk/pathogen/debian/control 2017-07-12 18:45:34 UTC (rev 15975) +++ packages/trunk/pathogen/debian/control 2017-07-15 11:46:13 UTC (rev 15976) @@ -5,11 +5,11 @@ Uploaders: Barry deFreese <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl1.2-dev -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/pathogen/ Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/pathogen/ Homepage: http://jet.ro/games/prototypes/pathogen-warrior/ Modified: packages/trunk/pathogen/debian/copyright =================================================================== --- packages/trunk/pathogen/debian/copyright 2017-07-12 18:45:34 UTC (rev 15975) +++ packages/trunk/pathogen/debian/copyright 2017-07-15 11:46:13 UTC (rev 15976) @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Jetro Lauha <[email protected]> Source: http://iki.fi/jetro/ @@ -9,7 +9,7 @@ Files: debian/* Copyright: 2004-2007, Gürkan Sengün <[email protected]> 2008, Barry deFreese <[email protected]> - 2016, Markus Koschany <[email protected]> + 2016-2017, Markus Koschany <[email protected]> License: GPL-2+ License: GPL-2+ Deleted: packages/trunk/pathogen/debian/menu =================================================================== --- packages/trunk/pathogen/debian/menu 2017-07-12 18:45:34 UTC (rev 15975) +++ packages/trunk/pathogen/debian/menu 2017-07-15 11:46:13 UTC (rev 15976) @@ -1,2 +0,0 @@ -?package(pathogen):needs="X11" section="Games/Puzzles"\ - title="Pathogen Warrior" command="/usr/games/pathogen" Added: packages/trunk/pathogen/debian/patches/reproducible-build.patch =================================================================== --- packages/trunk/pathogen/debian/patches/reproducible-build.patch (rev 0) +++ packages/trunk/pathogen/debian/patches/reproducible-build.patch 2017-07-15 11:46:13 UTC (rev 15976) @@ -0,0 +1,14 @@ +Author: Reiner Herrmann <[email protected]> +Description: Sort source files to link objects in deterministic order + +--- a/Makefile ++++ b/Makefile +@@ -6,7 +6,7 @@ + # $Id: Makefile,v 1.2 2004/07/12 16:05:50 tonic Exp $ + # $Revision: 1.2 $ + +-sources := $(wildcard src/*.cpp) ++sources := $(sort $(wildcard src/*.cpp)) + objects := $(sources:%.cpp=%.o) + + all: pathogen Modified: packages/trunk/pathogen/debian/patches/series =================================================================== --- packages/trunk/pathogen/debian/patches/series 2017-07-12 18:45:34 UTC (rev 15975) +++ packages/trunk/pathogen/debian/patches/series 2017-07-15 11:46:13 UTC (rev 15976) @@ -3,3 +3,4 @@ 03_errormsg_cpp.diff 04-ftbfs-as-needed.patch hardening.patch +reproducible-build.patch Modified: packages/trunk/pathogen/debian/rules =================================================================== --- packages/trunk/pathogen/debian/rules 2017-07-12 18:45:34 UTC (rev 15975) +++ packages/trunk/pathogen/debian/rules 2017-07-15 11:46:13 UTC (rev 15976) @@ -2,7 +2,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --no-parallel override_dh_auto_install: $(MAKE) install DESTDIR=$(CURDIR)/debian/pathogen _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

