This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository bedtools.
commit 830f9834413d4e1bdbe377f67e1a7a9455705abb Author: Andreas Tille <[email protected]> Date: Fri Aug 12 15:02:12 2016 +0200 Enable reproducible builds --- debian/changelog | 7 +++++++ debian/patches/reproducible_build.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index e406705..68d1b1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +bedtools (2.26.0+dfsg-2) UNRELEASED; urgency=medium + + * Enable reproducible builds + Closes: #834110 + + -- Andreas Tille <[email protected]> Fri, 12 Aug 2016 15:01:00 +0200 + bedtools (2.26.0+dfsg-1) unstable; urgency=medium [ Charles Plessy ] diff --git a/debian/patches/reproducible_build.patch b/debian/patches/reproducible_build.patch new file mode 100644 index 0000000..afcac80 --- /dev/null +++ b/debian/patches/reproducible_build.patch @@ -0,0 +1,16 @@ +Author: Chris Lamb <[email protected]> +Last-Update: Fri, 12 Aug 2016 00:22:02 +0100 +Bug-Debian: https://bugs.debian.org/834110 +Description: Enable reproducible builds + +--- a/Makefile ++++ b/Makefile +@@ -99,7 +99,7 @@ UTIL_SUBDIRS = $(SRC_DIR)/utils/FileReco + $(SRC_DIR)/utils/ToolBase \ + $(SRC_DIR)/utils/driver + +-BUILT_OBJECTS = $(OBJ_DIR)/*.o ++BUILT_OBJECTS = $(sort $(OBJ_DIR)/*.o) + + + INCLUDES = -I$(SRC_DIR)/utils/bedFile \ diff --git a/debian/patches/series b/debian/patches/series index 78ea556..e0b66fe 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ gzstream.h.patch fix_test_script.patch remove_barski_binding_site.png.patch +reproducible_build.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bedtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
