[lordsawar] 04/06: Drop reproducible-build.patch. Fixed upstream.

Markus Koschany apo at moszumanska.debian.org
Mon Oct 3 15:26:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository lordsawar.

commit 3b620e76f3cde900d92ca61ce1a17447b7400b16
Author: Markus Koschany <apo at debian.org>
Date:   Mon Oct 3 16:18:01 2016 +0200

    Drop reproducible-build.patch. Fixed upstream.
---
 debian/patches/reproducible-build.patch | 28 ----------------------------
 debian/patches/series                   |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
deleted file mode 100644
index 289be0a..0000000
--- a/debian/patches/reproducible-build.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Reiner Herrmann <reiner at reiner-h.de>
-Date: Sat, 1 Oct 2016 16:35:12 +0200
-Subject: reproducible-build
-
-Make tarball reproducible
- - sort file order
- - clamp mtime at $SOURCE_DATE_EPOCH
- - set owner/group to root
- - fix permissions
-
-Forwarded: https://savannah.nongnu.org/bugs/index.php?49241
----
- create-lw-file | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/create-lw-file b/create-lw-file
-index 061a480..0fabd1f 100755
---- a/create-lw-file
-+++ b/create-lw-file
-@@ -13,7 +13,7 @@ if [ "x$tmpdir" != "x" ]; then
-   for f in $files; do
-           tmpfiles="$tmpfiles `basename $f`"
-   done
--  tar -cvf $tarball $tmpfiles
-+  tar -cvf $tarball $tmpfiles --sort=name --clamp-mtime --mtime="@${SOURCE_DATE_EPOCH:-$(date +%s)}" --mode=go=rX,u+rw,a-s --owner=root --group=root --numeric-owner
-   cd $origdir
-   cp -f $tmpdir/$tarball $1
-   rm -f $tmpdir/*
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 55077d0..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-reproducible-build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lordsawar.git



More information about the Pkg-games-commits mailing list