[lordsawar] 01/07: Revert "add patch to make the package reproducible"

Markus Koschany apo at moszumanska.debian.org
Thu Jun 30 00:24:25 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 60249fbfa7e0c913ea76d8a029e5ace43d0598ab
Author: Markus Koschany <apo at debian.org>
Date:   Thu Jun 30 01:34:43 2016 +0200

    Revert "add patch to make the package reproducible"
    
    This reverts commit 8f6b8d0ae65660d017cb7d81e6d4d54ccd09c666.
---
 debian/changelog                  |  7 -------
 debian/patches/reproducible.patch | 15 ---------------
 debian/patches/series             |  1 -
 debian/rules                      |  1 -
 4 files changed, 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 834827e..cf0c1a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,3 @@
-lordsawar (0.3.0-3) UNRELEASED; urgency=medium
-
-  [ Alexandre Detiste ]
-  * Attempt at making the package reproducible.
-
- -- Markus Koschany <apo at debian.org>  Mon, 14 Mar 2016 12:12:06 +0100
-
 lordsawar (0.3.0-2) unstable; urgency=medium
 
   * Rebuild lordsawar against the latest version of libxml++2.6-2v5 and fix
diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch
deleted file mode 100644
index b19cb92..0000000
--- a/debian/patches/reproducible.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/create-lw-file
-+++ b/create-lw-file
-@@ -13,7 +13,11 @@
-   for f in $files; do
-           tmpfiles="$tmpfiles `basename $f`"
-   done
--  tar -cvf $tarball $tmpfiles
-+  chmod 0644 $tmpfiles
-+  if [ -n "$SOURCE_DATE_EPOCH" ]; then
-+          touch $tmpfiles --date="@$SOURCE_DATE_EPOCH"
-+  fi
-+  tar --owner=root --group=root --numeric-owner -cvf $tarball $tmpfiles
-   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 038ee28..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-reproducible.patch
diff --git a/debian/rules b/debian/rules
index 54932e6..07909b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-export SOURCE_DATE_EPOCH = $(shell date -d "$$(dpkg-parsechangelog -SDate)" +%s)
 
 %:
 	dh $@ --parallel --with autoreconf

-- 
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