[SCM] drumkv1/master: Dropped reproducible-build patch (no longer needed)
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Tue Jun 20 09:12:10 UTC 2017
The following commit has been merged in the master branch:
commit 2dc5da5517dfe97f08090eb7633a85f60d41055a
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Tue Jun 20 10:41:35 2017 +0200
Dropped reproducible-build patch (no longer needed)
diff --git a/debian/patches/reproducible_build.patch b/debian/patches/reproducible_build.patch
deleted file mode 100644
index 15cb581..0000000
--- a/debian/patches/reproducible_build.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: reproducible build-date
-Author: Chris Lamb
-Reviewed-by: IOhannes m zmölnig
-Last-Update: 2017-06-19
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- drumkv1.orig/configure.ac
-+++ drumkv1/configure.ac
-@@ -9,6 +9,9 @@
- AC_CACHE_VAL([ac_cv_build_date],
- [ac_cv_build_date=$(date +"%b %d %Y %H:%M %z")])
- ac_build_date="$ac_cv_build_date"
-+if test -n "$SOURCE_DATE_EPOCH"; then
-+ ac_build_date="`LC_ALL=C date --utc --date=@$SOURCE_DATE_EPOCH +'%b %d %Y %H:%M %z`"
-+fi
- AC_DEFINE_UNQUOTED(CONFIG_BUILD_DATE, ["$ac_build_date"], [Build date and time.])
-
- # Build version string.
diff --git a/debian/patches/series b/debian/patches/series
index 92ad9e7..fa74c69 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
0002-hardening_fix.patch
0004-fix_install_path.patch
-reproducible_build.patch
--
drumkv1 packaging
More information about the pkg-multimedia-commits
mailing list