hunk ./debian/changelog 5 - -- Clifford Beshers Mon, 22 Sep 2008 22:00:56 -0700 + -- Clifford Beshers Tue, 23 Sep 2008 07:47:24 -0700 hunk ./debian/control 12 - libghc6-base-prof (>= 3), - haskell-base-doc (>= 3), + libghc6-base-prof, + libghc6-base-doc, hunk ./debian/control 15 - haskell-containers-doc, + libghc6-containers-doc, hunk ./debian/control 49 -Package: haskell-uniplate-doc -Architecture: all +Package: libghc6-uniplate-doc +Architecture: any hunk ./debian/haskell-uniplate-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-uniplate-doc.postinst hunk ./debian/haskell-uniplate-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-uniplate-doc.postrm hunk ./debian/rules 5 -#binary-fixup/haskell-uniplate-doc:: -# echo "Some informative text" > debian/haskell-uniplate-doc/usr/share/doc/haskell-uniplate-doc/AnExtraDocFile +#binary-fixup/libghc6-uniplate-doc:: +# echo "Some informative text" > debian/libghc6-uniplate-doc/usr/share/doc/libghc6-uniplate-doc/AnExtraDocFile