[med-svn] [Git][med-team/toppred][master] 3 commits: Explicitly pass paths to configure instead of looking up tools

Andreas Tille gitlab at salsa.debian.org
Sat Dec 8 06:41:05 GMT 2018


Andreas Tille pushed to branch master at Debian Med / toppred


Commits:
904c5244 by Andreas Tille at 2018-12-08T06:36:28Z
Explicitly pass paths to configure instead of looking up tools

- - - - -
05f3d21e by Andreas Tille at 2018-12-08T06:37:13Z
Standards-Version: 4.2.1

- - - - -
15e44507 by Andreas Tille at 2018-12-08T06:40:12Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+toppred (1.10-7) unstable; urgency=medium
+
+  [ Andreas Henriksson ]
+  * Explicitly pass paths to configure instead of looking up tools
+    - fixes reproducible builds on merged-usr vs non-merged systems
+
+  [ Andreas Tille ]
+  * Standards-Version: 4.2.1
+
+ -- Andreas Tille <tille at debian.org>  Sat, 08 Dec 2018 07:37:13 +0100
+
 toppred (1.10-6) unstable; urgency=medium
 
   * d/rules: do not parse d/changelog


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 11~),
                gnuplot,
                libgd-dev
-Standards-Version: 4.1.5
+Standards-Version: 4.2.1
 Vcs-Browser: https://salsa.debian.org/med-team/toppred
 Vcs-Git: https://salsa.debian.org/med-team/toppred.git
 Homepage: https://github.com/bioinfo-center-pasteur-fr/toppred


=====================================
debian/rules
=====================================
@@ -11,6 +11,12 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		GREP=/bin/grep \
+		EGREP="/bin/grep -E" \
+		MKDIR_P="/bin/mkdir -p"
+
 override_dh_installexamples:
 	make -C test clean
 	dh_installexamples



View it on GitLab: https://salsa.debian.org/med-team/toppred/compare/674bc1329cd652ec22d353ddcc57f354b9b3ea80...15e44507e9c12bcff6899fcb7bcf574af856557a

-- 
View it on GitLab: https://salsa.debian.org/med-team/toppred/compare/674bc1329cd652ec22d353ddcc57f354b9b3ea80...15e44507e9c12bcff6899fcb7bcf574af856557a
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/20181208/79083dad/attachment-0001.html>


More information about the debian-med-commit mailing list