[pkg-nagios-changes] [Git][nagios-team/pkg-monitoring-plugins][master] Apply path by Andreas Henriksson to fix usrmerge issue.
Bas Couwenberg
gitlab at salsa.debian.org
Sun Dec 2 08:24:00 GMT 2018
Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / pkg-monitoring-plugins
Commits:
c70710fc by Bas Couwenberg at 2018-12-02T08:23:52Z
Apply path by Andreas Henriksson to fix usrmerge issue.
Pass PATH_TO_APTGET=/usr/bin/apt-get to configure
- fixes reproducible build on merged-usr vs non-merged systems.
(closes: #914092)
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,13 @@
monitoring-plugins (2.2-5) UNRELEASED; urgency=medium
+ [ Bas Couwenberg ]
* Bump Standards-Version to 4.2.1, no changes.
+
+ [ Andreas Henriksson ]
+ * Pass PATH_TO_APTGET=/usr/bin/apt-get to configure
+ - fixes reproducible build on merged-usr vs non-merged systems.
+ (closes: #914092)
+
*
-- Jan Wagner <waja at cyconet.org> Sun, 13 May 2018 19:18:00 +0200
=====================================
debian/rules
=====================================
@@ -82,6 +82,7 @@ config.status: configure
# Add here commands to configure the package.
# Append 'All warnings', 'Immediate binding' and dpkg-buildflags flags
CFLAGS="$$(DEB_CFLAGS_MAINT_APPEND='-Wall -Wl,-z,now' dpkg-buildflags --get CFLAGS)" \
+ PATH_TO_APTGET=/usr/bin/apt-get \
PGINCLUDE="-I`pg_config --includedir`" PGLIBS="-lpq -lcrypt" \
./configure \
--disable-maintainer-mode \
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-monitoring-plugins/commit/c70710fc698cb4a0177156396faa2c7593361eb9
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-monitoring-plugins/commit/c70710fc698cb4a0177156396faa2c7593361eb9
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/pkg-nagios-changes/attachments/20181202/6ade3595/attachment.html>
More information about the pkg-nagios-changes
mailing list