This is an automated email from the git hooks/post-receive script. jordi pushed a commit to branch master in repository mame.
commit ddc858e4aff8daf74e015ef8a079418d3ac5be99 Author: Jordi Mallach <[email protected]> Date: Sat Apr 30 00:29:42 2016 +0200 Drop date_timestamp.patch, fixed upstream. --- debian/changelog | 1 + debian/patches/date_timestamp.patch | 14 -------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3f661fa..4f678da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ mame (0.173-1) UNRELEASED; urgency=medium [ Jordi Mallach ] * New upstream release. + * Drop date_timestamp.patch, fixed upstream. * Add an additional source lintian override. * Bump Standards-Version to 3.9.8. * Define QT_HOME to /usr/lib/<triplet>/qt5/ and drop qt5_build.patch. diff --git a/debian/patches/date_timestamp.patch b/debian/patches/date_timestamp.patch deleted file mode 100644 index 04d6fda..0000000 --- a/debian/patches/date_timestamp.patch +++ /dev/null @@ -1,14 +0,0 @@ -Author: Jordi Mallach <[email protected]> -Description: Remove date of build to ensure binary reproducibility. -Forwarded: no - -Index: mame-0.171/src/version.cpp -=================================================================== ---- mame-0.171.orig/src/version.cpp -+++ mame-0.171/src/version.cpp -@@ -13,4 +13,4 @@ - extern const char bare_build_version[]; - extern const char build_version[]; - const char bare_build_version[] = BARE_BUILD_VERSION; --const char build_version[] = BARE_BUILD_VERSION " (" __DATE__")"; -+const char build_version[] = BARE_BUILD_VERSION; diff --git a/debian/patches/series b/debian/patches/series index d854efc..e69de29 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +0,0 @@ -date_timestamp.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

