--- haskell-time-1.1.2.4.orig/config.status +++ haskell-time-1.1.2.4/config.status @@ -0,0 +1,688 @@ +#! /bin/sh +# Generated by configure. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false +SHELL=${CONFIG_SHELL-/bin/sh} +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 + +# Save the log message, to keep $[0] and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by Haskell time package $as_me 1.1.2.3, which was +generated by GNU Autoconf 2.61. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +# Files that config.status was made for. +config_headers=" include/HsTimeConfig.h" + +ac_cs_usage="\ +\`$as_me' instantiates files from templates according to the +current configuration. + +Usage: $0 [OPTIONS] [FILE]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration headers: +$config_headers + +Report bugs to ." + +ac_cs_version="\ +Haskell time package config.status 1.1.2.3 +configured by configure, generated by GNU Autoconf 2.61, + with options \"'--with-compiler=ghc' '--prefix=/usr' '--libdir=/usr/lib/haskell-packages/ghc6/lib' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS='\" + +Copyright (C) 2006 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='/home/jojo/debian/pkg-haskell/packages/haskell-time-1.1.2.4' +srcdir='.' +# If no file are specified by the user, then we need to provide default +# value. By we need to know if files were specified by the user. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + echo "$ac_cs_version"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --header | --heade | --head | --hea ) + $ac_shift + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + { echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) { echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } ;; + + *) ac_config_targets="$ac_config_targets $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +if $ac_cs_recheck; then + echo "running CONFIG_SHELL=/bin/sh /bin/sh configure " '--with-compiler=ghc' '--prefix=/usr' '--libdir=/usr/lib/haskell-packages/ghc6/lib' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' $ac_configure_extra_args " --no-create --no-recursion" >&6 + CONFIG_SHELL=/bin/sh + export CONFIG_SHELL + exec /bin/sh "configure" '--with-compiler=ghc' '--prefix=/usr' '--libdir=/usr/lib/haskell-packages/ghc6/lib' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' $ac_configure_extra_args --no-create --no-recursion +fi + +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + echo "$ac_log" +} >&5 + + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "include/HsTimeConfig.h") CONFIG_HEADERS="$CONFIG_HEADERS include/HsTimeConfig.h" ;; + + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap '{ (exit 1); exit 1; }' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || +{ + echo "$me: cannot create a temporary directory in ." >&2 + { (exit 1); exit 1; } +} + + +for ac_tag in :H $CONFIG_HEADERS +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} + { (exit 1); exit 1; }; };; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { (exit 1); exit 1; }; };; + esac + ac_file_inputs="$ac_file_inputs $ac_f" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input="Generated from "`IFS=: + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + fi + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin";; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir="$ac_dir" + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + + :H) + # + # CONFIG_HEADER + # + # First, check the format of the line: + cat >"$tmp/defines.sed" <<\CEOF +/^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*$/b def +/^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def +b +:def +s/$/ / +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_NAME\)[ (].*,\1define\2 "Haskell time package" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_TARNAME\)[ (].*,\1define\2 "time" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_VERSION\)[ (].*,\1define\2 "1.1.2.3" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_STRING\)[ (].*,\1define\2 "Haskell time package 1.1.2.3" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_BUGREPORT\)[ (].*,\1define\2 "ashley@semantic.org" , +s,^\([ #]*\)[^ ]*\([ ]*STDC_HEADERS\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TYPES_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_STAT_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDLIB_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRING_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_MEMORY_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRINGS_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_INTTYPES_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDINT_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_TIME_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_GMTIME_R\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_LOCALTIME_R\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRUCT_TM_TM_ZONE\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_TM_ZONE\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*TIME_WITH_SYS_TIME\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TIME_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_DECL_ALTZONE\)[ (].*,\1define\2 0 , +s/ $// +s,^[ #]*u.*,/* & */, +CEOF + sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1" +ac_result="$tmp/out1" + if test x"$ac_file" != x-; then + echo "/* $configure_input */" >"$tmp/config.h" + cat "$ac_result" >>"$tmp/config.h" + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then + { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f $ac_file + mv "$tmp/config.h" $ac_file + fi + else + echo "/* $configure_input */" + cat "$ac_result" + fi + rm -f "$tmp/out12" + ;; + + + esac + +done # for ac_tag + + +{ (exit 0); exit 0; } --- haskell-time-1.1.2.4.orig/config.log +++ haskell-time-1.1.2.4/config.log @@ -0,0 +1,416 @@ +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by Haskell time package configure 1.1.2.3, which was +generated by GNU Autoconf 2.61. Invocation command line was + + $ configure --with-compiler=ghc --prefix=/usr --libdir=/usr/lib/haskell-packages/ghc6/lib + +## --------- ## +## Platform. ## +## --------- ## + +hostname = kirk +uname -m = x86_64 +uname -r = 2.6.32-trunk-amd64 +uname -s = Linux +uname -v = #1 SMP Sun Jan 10 22:40:40 UTC 2010 + +/usr/bin/uname -p = unknown +/bin/uname -X = unknown + +/bin/arch = unknown +/usr/bin/arch -k = unknown +/usr/convex/getsysinfo = unknown +/usr/bin/hostinfo = unknown +/bin/machine = unknown +/usr/bin/oslevel = unknown +/bin/universe = unknown + +PATH: /usr/local/sbin +PATH: /usr/local/bin +PATH: /usr/sbin +PATH: /usr/bin +PATH: /sbin +PATH: /bin + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:1748: checking for gcc +configure:1764: found /usr/bin/gcc +configure:1775: result: gcc +configure:2013: checking for C compiler version +configure:2020: gcc --version >&5 +gcc (Debian 4.4.3-2) 4.4.3 +Copyright (C) 2010 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +configure:2023: $? = 0 +configure:2030: gcc -v >&5 +Using built-in specs. +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.3-2' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 4.4.3 (Debian 4.4.3-2) +configure:2033: $? = 0 +configure:2040: gcc -V >&5 +gcc: '-V' option must have argument +configure:2043: $? = 1 +configure:2066: checking for C compiler default output file name +configure:2093: gcc -g -O2 conftest.c >&5 +configure:2096: $? = 0 +configure:2134: result: a.out +configure:2151: checking whether the C compiler works +configure:2161: ./a.out +configure:2164: $? = 0 +configure:2181: result: yes +configure:2188: checking whether we are cross compiling +configure:2190: result: no +configure:2193: checking for suffix of executables +configure:2200: gcc -o conftest -g -O2 conftest.c >&5 +configure:2203: $? = 0 +configure:2227: result: +configure:2233: checking for suffix of object files +configure:2259: gcc -c -g -O2 conftest.c >&5 +configure:2262: $? = 0 +configure:2285: result: o +configure:2289: checking whether we are using the GNU C compiler +configure:2318: gcc -c -g -O2 conftest.c >&5 +configure:2324: $? = 0 +configure:2341: result: yes +configure:2346: checking whether gcc accepts -g +configure:2376: gcc -c -g conftest.c >&5 +configure:2382: $? = 0 +configure:2481: result: yes +configure:2498: checking for gcc option to accept ISO C89 +configure:2572: gcc -c -g -O2 conftest.c >&5 +configure:2578: $? = 0 +configure:2601: result: none needed +configure:2629: checking how to run the C preprocessor +configure:2669: gcc -E conftest.c +configure:2675: $? = 0 +configure:2706: gcc -E conftest.c +conftest.c:8:28: error: ac_nonexistent.h: No such file or directory +configure:2712: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "Haskell time package" +| #define PACKAGE_TARNAME "time" +| #define PACKAGE_VERSION "1.1.2.3" +| #define PACKAGE_STRING "Haskell time package 1.1.2.3" +| #define PACKAGE_BUGREPORT "ashley@semantic.org" +| /* end confdefs.h. */ +| #include +configure:2745: result: gcc -E +configure:2774: gcc -E conftest.c +configure:2780: $? = 0 +configure:2811: gcc -E conftest.c +conftest.c:8:28: error: ac_nonexistent.h: No such file or directory +configure:2817: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "Haskell time package" +| #define PACKAGE_TARNAME "time" +| #define PACKAGE_VERSION "1.1.2.3" +| #define PACKAGE_STRING "Haskell time package 1.1.2.3" +| #define PACKAGE_BUGREPORT "ashley@semantic.org" +| /* end confdefs.h. */ +| #include +configure:2855: checking for grep that handles long lines and -e +configure:2929: result: /bin/grep +configure:2934: checking for egrep +configure:3012: result: /bin/grep -E +configure:3017: checking for ANSI C header files +configure:3047: gcc -c -g -O2 conftest.c >&5 +configure:3053: $? = 0 +configure:3152: gcc -o conftest -g -O2 conftest.c >&5 +configure:3155: $? = 0 +configure:3161: ./conftest +configure:3164: $? = 0 +configure:3181: result: yes +configure:3205: checking for sys/types.h +configure:3226: gcc -c -g -O2 conftest.c >&5 +configure:3232: $? = 0 +configure:3248: result: yes +configure:3205: checking for sys/stat.h +configure:3226: gcc -c -g -O2 conftest.c >&5 +configure:3232: $? = 0 +configure:3248: result: yes +configure:3205: checking for stdlib.h +configure:3226: gcc -c -g -O2 conftest.c >&5 +configure:3232: $? = 0 +configure:3248: result: yes +configure:3205: checking for string.h +configure:3226: gcc -c -g -O2 conftest.c >&5 +configure:3232: $? = 0 +configure:3248: result: yes +configure:3205: checking for memory.h +configure:3226: gcc -c -g -O2 conftest.c >&5 +configure:3232: $? = 0 +configure:3248: result: yes +configure:3205: checking for strings.h +configure:3226: gcc -c -g -O2 conftest.c >&5 +configure:3232: $? = 0 +configure:3248: result: yes +configure:3205: checking for inttypes.h +configure:3226: gcc -c -g -O2 conftest.c >&5 +configure:3232: $? = 0 +configure:3248: result: yes +configure:3205: checking for stdint.h +configure:3226: gcc -c -g -O2 conftest.c >&5 +configure:3232: $? = 0 +configure:3248: result: yes +configure:3205: checking for unistd.h +configure:3226: gcc -c -g -O2 conftest.c >&5 +configure:3232: $? = 0 +configure:3248: result: yes +configure:3275: checking time.h usability +configure:3292: gcc -c -g -O2 conftest.c >&5 +configure:3298: $? = 0 +configure:3312: result: yes +configure:3316: checking time.h presence +configure:3331: gcc -E conftest.c +configure:3337: $? = 0 +configure:3351: result: yes +configure:3384: checking for time.h +configure:3392: result: yes +configure:3410: checking for gmtime_r +configure:3466: gcc -o conftest -g -O2 conftest.c >&5 +configure:3472: $? = 0 +configure:3490: result: yes +configure:3410: checking for localtime_r +configure:3466: gcc -o conftest -g -O2 conftest.c >&5 +configure:3472: $? = 0 +configure:3490: result: yes +configure:3501: checking whether struct tm is in sys/time.h or time.h +configure:3531: gcc -c -g -O2 conftest.c >&5 +configure:3537: $? = 0 +configure:3552: result: time.h +configure:3562: checking for struct tm.tm_zone +configure:3593: gcc -c -g -O2 conftest.c >&5 +configure:3599: $? = 0 +configure:3659: result: yes +configure:3811: checking whether time.h and sys/time.h may both be included +configure:3841: gcc -c -g -O2 conftest.c >&5 +configure:3847: $? = 0 +configure:3862: result: yes +configure:3887: checking sys/time.h usability +configure:3904: gcc -c -g -O2 conftest.c >&5 +configure:3910: $? = 0 +configure:3924: result: yes +configure:3928: checking sys/time.h presence +configure:3943: gcc -E conftest.c +configure:3949: $? = 0 +configure:3963: result: yes +configure:3996: checking for sys/time.h +configure:4004: result: yes +configure:4017: checking whether altzone is declared +configure:4056: gcc -c -g -O2 conftest.c >&5 +conftest.c: In function 'main': +conftest.c:40: error: 'altzone' undeclared (first use in this function) +conftest.c:40: error: (Each undeclared identifier is reported only once +conftest.c:40: error: for each function it appears in.) +configure:4062: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| #define PACKAGE_NAME "Haskell time package" +| #define PACKAGE_TARNAME "time" +| #define PACKAGE_VERSION "1.1.2.3" +| #define PACKAGE_STRING "Haskell time package 1.1.2.3" +| #define PACKAGE_BUGREPORT "ashley@semantic.org" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_TIME_H 1 +| #define HAVE_GMTIME_R 1 +| #define HAVE_LOCALTIME_R 1 +| #define HAVE_STRUCT_TM_TM_ZONE 1 +| #define HAVE_TM_ZONE 1 +| #define TIME_WITH_SYS_TIME 1 +| #define HAVE_SYS_TIME_H 1 +| /* end confdefs.h. */ +| #if TIME_WITH_SYS_TIME +| # include +| # include +| #else +| # if HAVE_SYS_TIME_H +| # include +| # else +| # include +| # endif +| #endif +| +| int +| main () +| { +| #ifndef altzone +| (void) altzone; +| #endif +| +| ; +| return 0; +| } +configure:4077: result: no +configure:4197: creating ./config.status + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by Haskell time package config.status 1.1.2.3, which was +generated by GNU Autoconf 2.61. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on kirk + +config.status:515: creating include/HsTimeConfig.h +config.status:669: include/HsTimeConfig.h is unchanged + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_c_compiler_gnu=yes +ac_cv_env_CC_set= +ac_cv_env_CC_value= +ac_cv_env_CFLAGS_set=set +ac_cv_env_CFLAGS_value='-g -O2' +ac_cv_env_CPPFLAGS_set=set +ac_cv_env_CPPFLAGS_value= +ac_cv_env_CPP_set= +ac_cv_env_CPP_value= +ac_cv_env_LDFLAGS_set=set +ac_cv_env_LDFLAGS_value= +ac_cv_env_LIBS_set= +ac_cv_env_LIBS_value= +ac_cv_env_build_alias_set= +ac_cv_env_build_alias_value= +ac_cv_env_host_alias_set= +ac_cv_env_host_alias_value= +ac_cv_env_target_alias_set= +ac_cv_env_target_alias_value= +ac_cv_func_gmtime_r=yes +ac_cv_func_localtime_r=yes +ac_cv_have_decl_altzone=no +ac_cv_header_inttypes_h=yes +ac_cv_header_memory_h=yes +ac_cv_header_stdc=yes +ac_cv_header_stdint_h=yes +ac_cv_header_stdlib_h=yes +ac_cv_header_string_h=yes +ac_cv_header_strings_h=yes +ac_cv_header_sys_stat_h=yes +ac_cv_header_sys_time_h=yes +ac_cv_header_sys_types_h=yes +ac_cv_header_time=yes +ac_cv_header_time_h=yes +ac_cv_header_unistd_h=yes +ac_cv_member_struct_tm_tm_zone=yes +ac_cv_objext=o +ac_cv_path_EGREP='/bin/grep -E' +ac_cv_path_GREP=/bin/grep +ac_cv_prog_CPP='gcc -E' +ac_cv_prog_ac_ct_CC=gcc +ac_cv_prog_cc_c89= +ac_cv_prog_cc_g=yes +ac_cv_struct_tm=time.h + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +CC='gcc' +CFLAGS='-g -O2' +CPP='gcc -E' +CPPFLAGS='' +DEFS='-DHAVE_CONFIG_H' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +EGREP='/bin/grep -E' +EXEEXT='' +GREP='/bin/grep' +LDFLAGS='' +LIBOBJS='' +LIBS='' +LTLIBOBJS='' +OBJEXT='o' +PACKAGE_BUGREPORT='ashley@semantic.org' +PACKAGE_NAME='Haskell time package' +PACKAGE_STRING='Haskell time package 1.1.2.3' +PACKAGE_TARNAME='time' +PACKAGE_VERSION='1.1.2.3' +PATH_SEPARATOR=':' +SHELL='/bin/sh' +ac_ct_CC='gcc' +bindir='${exec_prefix}/bin' +build_alias='' +datadir='${datarootdir}' +datarootdir='${prefix}/share' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +dvidir='${docdir}' +exec_prefix='${prefix}' +host_alias='' +htmldir='${docdir}' +includedir='${prefix}/include' +infodir='${datarootdir}/info' +libdir='/usr/lib/haskell-packages/ghc6/lib' +libexecdir='${exec_prefix}/libexec' +localedir='${datarootdir}/locale' +localstatedir='${prefix}/var' +mandir='${datarootdir}/man' +oldincludedir='/usr/include' +pdfdir='${docdir}' +prefix='/usr' +program_transform_name='s,x,x,' +psdir='${docdir}' +sbindir='${exec_prefix}/sbin' +sharedstatedir='${prefix}/com' +sysconfdir='${prefix}/etc' +target_alias='' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +#define PACKAGE_NAME "Haskell time package" +#define PACKAGE_TARNAME "time" +#define PACKAGE_VERSION "1.1.2.3" +#define PACKAGE_STRING "Haskell time package 1.1.2.3" +#define PACKAGE_BUGREPORT "ashley@semantic.org" +#define STDC_HEADERS 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRING_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_UNISTD_H 1 +#define HAVE_TIME_H 1 +#define HAVE_GMTIME_R 1 +#define HAVE_LOCALTIME_R 1 +#define HAVE_STRUCT_TM_TM_ZONE 1 +#define HAVE_TM_ZONE 1 +#define TIME_WITH_SYS_TIME 1 +#define HAVE_SYS_TIME_H 1 +#define HAVE_DECL_ALTZONE 0 + +configure: exit 0 --- haskell-time-1.1.2.4.orig/time-1.1.2.4.conf +++ haskell-time-1.1.2.4/time-1.1.2.4.conf @@ -0,0 +1,41 @@ +name: time +version: 1.1.2.4 +id: time-1.1.2.4-c2925c5a7fc9a605b136aabd51ffe37d + +license: BSD3 +copyright: +maintainer: +stability: stable +homepage: http://semantic.org/TimeLib/ +package-url: +description: A time library +category: System +author: Ashley Yakeley +exposed: True +exposed-modules: Data.Time.Calendar Data.Time.Calendar.MonthDay + Data.Time.Calendar.OrdinalDate Data.Time.Calendar.WeekDate + Data.Time.Calendar.Julian Data.Time.Calendar.Easter Data.Time.Clock + Data.Time.Clock.POSIX Data.Time.Clock.TAI Data.Time.LocalTime + Data.Time.Format Data.Time +hidden-modules: Data.Time.Calendar.Private Data.Time.Calendar.Days + Data.Time.Calendar.Gregorian Data.Time.Calendar.JulianYearDay + Data.Time.Clock.Scale Data.Time.Clock.UTC Data.Time.Clock.CTimeval + Data.Time.Clock.UTCDiff Data.Time.LocalTime.TimeZone + Data.Time.LocalTime.TimeOfDay Data.Time.LocalTime.LocalTime + Data.Time.Format.Parse +import-dirs: /usr/lib/haskell-packages/ghc6/lib/time-1.1.2.4/ghc-6.12.1 +library-dirs: /usr/lib/haskell-packages/ghc6/lib/time-1.1.2.4/ghc-6.12.1 +hs-libraries: HStime-1.1.2.4 +extra-libraries: +extra-ghci-libraries: +include-dirs: /usr/lib/haskell-packages/ghc6/lib/time-1.1.2.4/ghc-6.12.1/include +includes: +depends: base-4.2.0.0-f87cc184652024ad761422b6a80d0306 + old-locale-1.0.0.2-ef43da9d308528e2994f68a00a6ea03f +hugs-options: +cc-options: +ld-options: +framework-dirs: +frameworks: +haddock-interfaces: /usr/lib/ghc-6.12.1/haddock/time-1.1.2.4/time.haddock +haddock-html: /usr/share/doc/libghc6-time-doc/html/ --- haskell-time-1.1.2.4.orig/debian/rules +++ haskell-time-1.1.2.4/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk --- haskell-time-1.1.2.4.orig/debian/watch +++ haskell-time-1.1.2.4/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|time-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/time \ + ([\d\.]*\d)/ --- haskell-time-1.1.2.4.orig/debian/control +++ haskell-time-1.1.2.4/debian/control @@ -0,0 +1,62 @@ +Source: haskell-time +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Joachim Breitner +Standards-Version: 3.8.4 +Build-Depends: + debhelper (>= 7), + haskell-devscripts (>= 0.7), + cdbs, + ghc6, + ghc6-prof, + ghc6-doc, +Homepage: http://semantic.org/TimeLib/ +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-time/ +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-time + + +Package: libghc6-time-dev +Section: haskell +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} + , libx11-dev + , libxt-dev + , libxinerama-dev +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: Haskell time library for GHC + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This library provides time and date related functionality. + +Package: libghc6-time-prof +Section: haskell +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Provides: ${haskell:Provides} +Description: Haskell time library for GHC; profiling libraries + This package provides a library for the Haskell programming language, + compiled for profiling. + See http://www.haskell.org/ for more information on Haskell. + . + This library provides time and date related functionality. + +Package: libghc6-time-doc +Section: doc +Architecture: all +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: Haskell time library for GHC; documentation + This package provides the documentation for a library for the Haskell + programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This library provides time and date related functionality. + --- haskell-time-1.1.2.4.orig/debian/copyright +++ haskell-time-1.1.2.4/debian/copyright @@ -0,0 +1,27 @@ + +This package was debianised by Ian Lynagh on Fri, +13 Oct 2006. Further packaging by Kari Pahula . +Licensed under GPLv2 or later. + +It was downloaded from +http://hackage.haskell.org/packages/archive/time/ + +----- + +Upstream Author: Ashley Yakeley + +Copyright (c) 2004-2007, Ashley Yakeley + +BSD licenced. The complete text of the BSD license can be found in +/usr/share/common-licenses/BSD on Debian systems. + +----- + +configure is + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. + --- haskell-time-1.1.2.4.orig/debian/compat +++ haskell-time-1.1.2.4/debian/compat @@ -0,0 +1 @@ +5 --- haskell-time-1.1.2.4.orig/debian/changelog +++ haskell-time-1.1.2.4/debian/changelog @@ -0,0 +1,117 @@ +haskell-time (1.1.2.4-2) unstable; urgency=low + + * Adopt by Debian Haskell Group + + -- Joachim Breitner Thu, 11 Feb 2010 21:47:34 +0100 + +haskell-time (1.1.2.4-1) unstable; urgency=low + + * New upstream release + + -- Kari Pahula Mon, 18 May 2009 15:14:17 +0300 + +haskell-time (1.1.2.3-3) unstable; urgency=low + + * Use hlibrary.mk from haskell-devscripts and remove the local copy. + + -- Kari Pahula Wed, 25 Feb 2009 15:14:07 +0200 + +haskell-time (1.1.2.3-2) unstable; urgency=low + + * Updated hlibrary.mk to put .haddock file to -dev. + + -- Kari Pahula Fri, 20 Feb 2009 09:52:52 +0200 + +haskell-time (1.1.2.3-1) unstable; urgency=low + + * New upstream release + * New maintainer. + * Switched over to use hlibrary.mk and haskell-devscripts. + + -- Kari Pahula Thu, 19 Feb 2009 10:27:57 +0200 + +haskell-time (1.1.2.0-2) unstable; urgency=low + + * Upgrade to "Generic Haskell cabal library packaging files v10": + * Versioned dependencies are now generated for the Cabal packages we + depend on. + * Use the new ${impl:ghc6:*_deps} variables in debian/control.in. + * Call canonicalise-comma-list on the depends and suggests fields in + control.in. This works around bugs in lintian, where it gets + confused and starts giving spurious warnings. + + -- Ian Lynagh (wibble) Thu, 28 Feb 2008 01:01:46 +0000 + +haskell-time (1.1.2.0-1) unstable; urgency=low + + * New upstream version. + * Upgrade to "Generic Haskell cabal library packaging files v9": + * Allows Setup to be in Setup.lhs instead of Setup.hs. + * Bump the required haskell-utils from 1.8 to 1.10. + * The control.in gives a standards-version of 3.7.3 (was 3.7.2). + * Move everything from the devel section to the libdevel section. + * Delete the LICENSE file (currently we assume it has that name, and + that it exists) after "Setup copy"ing the Cabal package. + * Remove some hacks that worked around older Cabal not letting us + tell it exactly where to put the documentation. + * Use --hyperlink-source when telling Cabal to haddock the library. + * Add hscolour to the build-depends. + + -- Ian Lynagh (wibble) Tue, 20 Nov 2007 00:01:23 +0000 + +haskell-time (1.1.1-2) unstable; urgency=low + + * Upgrade to "Generic Haskell cabal library packaging files v8": + * update-generated-files rule in debian/rules runs + update-debian-haskell-files. + * Build-dep on haddock >= 0.8-2 in order to get portable .haddock files. + * We tell Cabal's configure where to put the docs so that it doesn't + break when we move them around behind its back. + * Use canonicalise-comma-list around the build-deps in debian/control.in + to fix problems where we get an unparsable ", , " when a variable is + empty. + + -- Ian Lynagh (wibble) Mon, 04 Jun 2007 21:53:07 +0000 + +haskell-time (1.1.1-1) unstable; urgency=low + + * New upstream version. + * Fix Setup.hs (type signatures don't match our version of Cabal). + * Split off profiling and documentation into separate packages. + * debian/control.in now makes much more use of variables, including + magic Cabal variables. + * Use debhelper level 5 (was 4). + * Bump haskell-utils build-dep requirement to 1.8. + * Upgrade to "Generic Haskell cabal library debian/rules v0.7": + * Generate haddock docs. + * -doc package calls gen_contents_index from postinst and postrm. + * Use destdir rather than deprecated copy-prefix flag to Setup copy. + * Add -X.haddock to dh_compress call. + + -- Ian Lynagh (wibble) Thu, 10 May 2007 13:42:21 +0100 + +haskell-time (1.0-3) unstable; urgency=low + + * Upgrade to "Generic Haskell cabal library debian/rules v0.6". + Tell setup to use ghc6 rather than ghc, so that the postinst/prerm + scripts work when the ghc-pkg symlink doesn't exist or doesn't + point to ghc6's ghc-pkg. + + -- Ian Lynagh (wibble) Mon, 20 Nov 2006 20:50:42 +0000 + +haskell-time (1.0-2) unstable; urgency=low + + * Update control from control.in to include arm, mips and mipsel in the + architecture list. + * Upgrade to "Generic Haskell cabal library debian/rules v0.5". + Fixes build-failure on non-x86/amd64 due to object splitting + being unconditionally enabled. + + -- Ian Lynagh (wibble) Mon, 23 Oct 2006 12:32:51 +0100 + +haskell-time (1.0-1) unstable; urgency=low + + * Initial release (was part of ghc6 until version 6.6-1). + + -- Ian Lynagh (wibble) Fri, 13 Oct 2006 16:43:11 +0000 +