[med-svn] [Git][med-team/vmatch][master] fix check for SOURCE_DATE_EPOCH
Sascha Steinbiss
gitlab at salsa.debian.org
Wed Jan 22 06:00:31 GMT 2020
Sascha Steinbiss pushed to branch master at Debian Med / vmatch
Commits:
388341af by Sascha Steinbiss at 2020-01-22T06:29:39+01:00
fix check for SOURCE_DATE_EPOCH
- - - - -
2 changed files:
- debian/changelog
- debian/patches/reproducible-build.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+vmatch (2.3.1+dfsg-3) unstable; urgency=medium
+
+ * Fix check for SOURCE_DATE_EPOCH.
+
+ -- Sascha Steinbiss <satta at debian.org> Wed, 22 Jan 2020 06:28:24 +0100
+
vmatch (2.3.1+dfsg-2) unstable; urgency=medium
* Source upload to allow for testing migration.
=====================================
debian/patches/reproducible-build.patch
=====================================
@@ -15,7 +15,7 @@ Last-Update: 2020-01-20
-echo "#define ${PROGRAM}CFLAGS \"$*\""
+echo "#define ${PROGRAM}CFLAGS \"(reproducible build)\""
+
-+if [ -e "${SOURCE_DATE_EPOCH}" ]
++if [ -n "${SOURCE_DATE_EPOCH}" ]
+then
+ HOSTNAME="(reproducible build)"
+else
View it on GitLab: https://salsa.debian.org/med-team/vmatch/commit/388341af6815aed215951c1600594cc60e00ca48
--
View it on GitLab: https://salsa.debian.org/med-team/vmatch/commit/388341af6815aed215951c1600594cc60e00ca48
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200122/9c0d3f42/attachment-0001.html>
More information about the debian-med-commit
mailing list