hunk ./debian/changelog 5 - -- Clifford Beshers Mon, 08 Sep 2008 23:14:03 -0700 + -- Clifford Beshers Tue, 30 Sep 2008 23:00:48 -0700 hunk ./debian/control 14 - haskell-cabal-doc (>= 1.4), - haskell-cabal-doc (<< 1.5), + libghc6-cabal-doc (>= 1.4), + libghc6-cabal-doc (<< 1.5), hunk ./debian/control 18 - haskell-http-doc (>= 3000), - haskell-http-doc (<< 3002), + libghc6-http-doc (>= 3000), + libghc6-http-doc (<< 3002), hunk ./debian/control 22 - haskell-array-doc (>= 0.1), - haskell-array-doc (<< 0.2), + libghc6-array-doc (>= 0.1), + libghc6-array-doc (<< 0.2), hunk ./debian/control 27 - haskell-base-doc (>= 3), - haskell-base-doc (<< 4), - haskell-base-doc (<< 2.0) | haskell-base-doc (>= 3.0), + libghc6-base-doc (>= 3), + libghc6-base-doc (<< 4), + libghc6-base-doc (<< 2.0) | libghc6-base-doc (>= 3.0), hunk ./debian/control 31 - haskell-bytestring-doc (>= 0.9), + libghc6-bytestring-doc (>= 0.9), hunk ./debian/control 34 - haskell-containers-doc (>= 0.1), - haskell-containers-doc (<< 0.2), + libghc6-containers-doc (>= 0.1), + libghc6-containers-doc (<< 0.2), hunk ./debian/control 38 - haskell-directory-doc (>= 1), - haskell-directory-doc (<< 1.1), + libghc6-directory-doc (>= 1), + libghc6-directory-doc (<< 1.1), hunk ./debian/control 41 - haskell-filepath-doc (>= 1.0), + libghc6-filepath-doc (>= 1.0), hunk ./debian/control 48 - haskell-old-time-doc (>= 1), - haskell-old-time-doc (<< 1.1), + libghc6-old-time-doc (>= 1), + libghc6-old-time-doc (<< 1.1), hunk ./debian/control 52 - haskell-pretty-doc (>= 1), - haskell-pretty-doc (<< 1.1), + libghc6-pretty-doc (>= 1), + libghc6-pretty-doc (<< 1.1), hunk ./debian/control 56 - haskell-process-doc (>= 1), - haskell-process-doc (<< 1.1), + libghc6-process-doc (>= 1), + libghc6-process-doc (<< 1.1), hunk ./debian/control 60 - haskell-random-doc (>= 1), - haskell-random-doc (<< 1.1), + libghc6-random-doc (>= 1), + libghc6-random-doc (<< 1.1), hunk ./debian/control 64 - haskell-unix-doc (>= 2.2), - haskell-unix-doc (<< 2.4), + libghc6-unix-doc (>= 2.2), + libghc6-unix-doc (<< 2.4), hunk ./debian/control 67 - haskell-zlib-doc (>= 0.4) + libghc6-zlib-doc (>= 0.4) hunk ./debian/haskell-cabal-install-doc.postinst 1 -#! /bin/sh -# Generic doc postinst script for Haskell cabal libraries v9 by Ian Lynagh. -# -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see /usr/doc/packaging-manual/ -# -# quoting from the policy: -# Any necessary prompting should almost always be confined to the -# post-installation script, and should be protected with a conditional -# so that unnecessary prompting doesn't happen if a package's -# installation fails and the `postinst' is called with `abort-upgrade', -# `abort-remove' or `abort-deconfigure'. - -case "$1" in - configure|abort-upgrade|abort-remove|abort-deconfigure) - cd /usr/share/doc/ghc6-doc/libraries - /usr/lib/ghc6-doc/gen_contents_index - ;; - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 rmfile ./debian/haskell-cabal-install-doc.postinst hunk ./debian/haskell-cabal-install-doc.postrm 1 -#! /bin/sh -# Generic doc postrm script for Haskell cabal libraries v9 by Ian Lynagh. - -set -e - -DIR=/usr/share/doc/ghc6-doc/libraries -GEN=/usr/lib/ghc6-doc/gen_contents_index - -case "$1" in - *) - [ -d $DIR ] && [ -e $GEN ] && cd $DIR && $GEN - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - rmfile ./debian/haskell-cabal-install-doc.postrm hunk ./debian/rules 5 -#binary-fixup/haskell-cabal-install-doc:: -# echo "Some informative text" > debian/haskell-cabal-install-doc/usr/share/doc/haskell-cabal-install-doc/AnExtraDocFile +#binary-fixup/libghc6-cabal-install-doc:: +# echo "Some informative text" > debian/libghc6-cabal-install-doc/usr/share/doc/libghc6-cabal-install-doc/AnExtraDocFile hunk ./debian/control 17 - libghc6-http-prof (<< 3002), hunk ./debian/control 18 - libghc6-http-doc (<< 3002), - libghc6-array-prof (>= 0.1), - libghc6-array-prof (<< 0.2), - libghc6-array-doc (>= 0.1), - libghc6-array-doc (<< 0.2), - libghc6-base-prof (>= 3), - libghc6-base-prof (<< 4), - libghc6-base-prof (<< 2.0) | libghc6-base-prof (>= 3.0), - libghc6-base-doc (>= 3), - libghc6-base-doc (<< 4), - libghc6-base-doc (<< 2.0) | libghc6-base-doc (>= 3.0), - libghc6-bytestring-prof (>= 0.9), - libghc6-bytestring-doc (>= 0.9), - libghc6-containers-prof (>= 0.1), - libghc6-containers-prof (<< 0.2), - libghc6-containers-doc (>= 0.1), - libghc6-containers-doc (<< 0.2), - libghc6-directory-prof (>= 1), - libghc6-directory-prof (<< 1.1), - libghc6-directory-doc (>= 1), - libghc6-directory-doc (<< 1.1), - libghc6-filepath-prof (>= 1.0), - libghc6-filepath-doc (>= 1.0), hunk ./debian/control 22 - libghc6-old-time-prof (>= 1), - libghc6-old-time-prof (<< 1.1), - libghc6-old-time-doc (>= 1), - libghc6-old-time-doc (<< 1.1), - libghc6-pretty-prof (>= 1), - libghc6-pretty-prof (<< 1.1), - libghc6-pretty-doc (>= 1), - libghc6-pretty-doc (<< 1.1), - libghc6-process-prof (>= 1), - libghc6-process-prof (<< 1.1), - libghc6-process-doc (>= 1), - libghc6-process-doc (<< 1.1), - libghc6-random-prof (>= 1), - libghc6-random-prof (<< 1.1), - libghc6-random-doc (>= 1), - libghc6-random-doc (<< 1.1), - libghc6-unix-prof (>= 2.2), - libghc6-unix-prof (<< 2.4), - libghc6-unix-doc (>= 2.2), - libghc6-unix-doc (<< 2.4),