Skip to content

Commit

Permalink
Import Debian changes 3.31.1~20110601-1
Browse files Browse the repository at this point in the history
dieharder (3.31.1~20110601-1) unstable; urgency=low

  * New upstream test release with improved endianness checks
  • Loading branch information
eddelbuettel committed Oct 3, 2019
2 parents 79a26ba + 2084ae1 commit 64fe2cd
Show file tree
Hide file tree
Showing 21 changed files with 8,222 additions and 189 deletions.
6 changes: 1 addition & 5 deletions Makefile
Expand Up @@ -42,10 +42,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
compile config.guess config.sub depcomp install-sh ltmain.sh \
missing mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Expand Down Expand Up @@ -288,7 +285,6 @@ WLOGIN = ganesh.phy.duke.edu
WDIR = General
ABS = $(PROJECT).abs
PHP = $(PROJECT).php
ENDIAN = @ENDIAN@

#========================================================================
# RPM/tarball target objects. We need rules for all of these.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -59,7 +59,7 @@ PHP = $(PROJECT).php
#========================================================================
VERSION=@VERSION@
RELEASE=@RELEASE@
ENDIAN=@ENDIAN@
LITTLE_ENDIAN=@LITTLE_ENDIAN@

#========================================================================
# RPM/tarball target objects. We need rules for all of these.
Expand Down
6 changes: 1 addition & 5 deletions Makefile.in
Expand Up @@ -42,10 +42,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
compile config.guess config.sub depcomp install-sh ltmain.sh \
missing mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Expand Down Expand Up @@ -288,7 +285,6 @@ WLOGIN = ganesh.phy.duke.edu
WDIR = General
ABS = $(PROJECT).abs
PHP = $(PROJECT).php
ENDIAN = @ENDIAN@

#========================================================================
# RPM/tarball target objects. We need rules for all of these.
Expand Down

0 comments on commit 64fe2cd

Please sign in to comment.