hunk ./changelog 1 +haskell-regex-compat (3) unstable; urgency=low + + * Change architecture of doc file to any. + + -- David Fox Sat, 20 Sep 2008 09:42:37 -0700 + addfile ./docarch.diff hunk ./docarch.diff 1 +--- x/debian/control~ 2008-09-20 09:29:57.000000000 -0700 ++++ x/debian/control 2008-09-20 09:41:46.000000000 -0700 +@@ -6,8 +6,8 @@ + dpatch, ghc6 (>= 6.8.2), ghc6-prof, haskell-devscripts (>= 0.6.6), + libghc6-regex-base-dev (>= 0.93), libghc6-regex-base-prof (>= 0.93), + libghc6-regex-posix-dev (>= 0.93), libghc6-regex-posix-prof (>= 0.93) +-Build-Depends-Indep: haddock, ghc6-doc, haskell-regex-base-doc, +- haskell-regex-posix-doc ++Build-Depends-Indep: haddock, ghc6-doc, libghc6-regex-base-doc, ++ libghc6-regex-posix-doc + Standards-Version: 3.7.3 + Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-regex-compat + Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-regex-compat +@@ -18,7 +18,7 @@ + Architecture: any + Section: libdevel + Depends: ${haskell:Depends}, ${misc:Depends}, libghc6-regex-base-dev, libghc6-regex-posix-dev +-Suggests: haskell-regex-compat-doc (= ${source:Version}) ++Suggests: libghc6-regex-compat-doc (= ${source:Version}) + Description: GHC 6 library provinding old Text.Regex inferface + A library providing the old Text.Regex interface to the POSIX regular + expression backend. +@@ -29,7 +29,7 @@ + Architecture: any + Section: libdevel + Depends: libghc6-regex-compat-dev (= ${binary:Version}), ${haskell:Depends}, ${misc:Depends}, libghc6-regex-base-prof, libghc6-regex-posix-prof +-Suggests: haskell-regex-compat-doc (= ${source:Version}) ++Suggests: libghc6-regex-compat-doc (= ${source:Version}) + Description: GHC 6 profiling library provinding old Text.Regex inferface + A library providing the old Text.Regex interface to the POSIX regular + expression backend. +@@ -37,11 +37,11 @@ + This package contains additional profiling libraries which can be + used with ghc6-prof. + +-Package: haskell-regex-compat-doc +-Architecture: all ++Package: libghc6-regex-compat-doc ++Architecture: any + Section: doc + Depends: ${misc:Depends} +-Recommends: doc-base, ghc6-doc, haskell-regex-base-doc, haskell-regex-posix-doc ++Recommends: doc-base, ghc6-doc, libghc6-regex-base-doc, libghc6-regex-posix-doc + Description: API documentation for regex-compat Haskell library + A library containing a POSIX regular expression backend conforming to + the interface API of regex-base. hunk ./series 2 +docarch.diff