Codebase list aegean / 743e834
work on reproducibility Sascha Steinbiss 8 years ago
4 changed file(s) with 23 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 aegean (0.14.1+dfsg2-2) unstable; urgency=low
1
2 * d/rules: build w/o parallelism, set LC_ALL
3 * patch Makefile to remove nondeterminism
4
5 -- Sascha Steinbiss <sascha@steinbiss.name> Sun, 29 Nov 2015 19:19:01 +0000
6
07 aegean (0.14.1+dfsg2-1) unstable; urgency=medium
18
29 * Exclude DataTables JS source, add Depends to new package
44 fix_m64_on_some_archs
55 adjust_datapath
66 follow_links
7 sort_source_files
0 Description: Sort_source_files
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -21,7 +21,7 @@
4 #----- Source, header, and object files -----#
5
6 # AEGeAn core class and module files
7 -AGN_SRCS=$(wildcard src/core/Agn*.c)
8 +AGN_SRCS=$(sort $(wildcard src/core/Agn*.c))
9 AGN_OBJS=$(patsubst src/core/%.c,obj/%.o,$(AGN_SRCS))
10 AGN_HDRS=$(patsubst src/core%.c,inc/core/%.h,$(AGN_SRCS))
11
55 VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*//')
66 OVERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[+].*//')
77 export DESTDIR=$(CURDIR)/debian/tmp
8 export LC_ALL=C.UTF-8
89
910 BITS:=$(shell dpkg-architecture | grep DEB_BUILD_ARCH_BITS | cut -f 2 -d'=')
1011 ifeq ($(BITS),64)
1415 endif
1516
1617 %:
17 dh $@ --parallel
18 dh $@
1819
1920 override_dh_auto_build:
20 dh_auto_build --parallel -- prefix=$(DESTDIR) 64bit=$(64BIT) errorcheck=no
21 dh_auto_build -- prefix=$(DESTDIR) 64bit=$(64BIT) errorcheck=no
2122
2223 override_dh_auto_test:
2324 #dh_auto_test -- useshared=yes 64bit=$(64BIT) testthreads=5