You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
518 B
Diff
15 lines
518 B
Diff
Description: Debian specific fix to make build reproducible.
|
|
Author: Roger Light <roger@atchoo.org>
|
|
Forwarded: not-needed
|
|
--- a/config.mk
|
|
+++ b/config.mk
|
|
@@ -84,7 +84,7 @@
|
|
# Also bump lib/mosquitto.h, CMakeLists.txt,
|
|
# installer/mosquitto.nsi, installer/mosquitto-cygwin.nsi
|
|
VERSION=1.4.8
|
|
-TIMESTAMP:=$(shell date "+%F %T%z")
|
|
+TIMESTAMP:=$(shell dpkg-parsechangelog -l../debian/changelog | grep Date | sed -e 's/Date: //')
|
|
|
|
# Client library SO version. Bump if incompatible API/ABI changes are made.
|
|
SOVERSION=1
|