[Pkg-haskell-commits] r877 - in /packages/haskell-http/trunk/debian: changelog control patches/00list rules

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sun Dec 30 20:29:52 UTC 2007


Author: arjan
Date: Sun Dec 30 20:29:52 2007
New Revision: 877

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=877
Log:
 r2284 at nebula:  arjan | 2007-12-30 21:24:09 +0100
 * New upstream release.
   - Bump Standards-Version to 3.7.3. No changes needed.
 * debian/patches/01-work-with-old-cabal:
   - Added. Adjust the .cabal file to work with the Cabal version shipped
     with ghc 6.6.1.

Modified:
    packages/haskell-http/trunk/debian/changelog
    packages/haskell-http/trunk/debian/control
    packages/haskell-http/trunk/debian/patches/00list
    packages/haskell-http/trunk/debian/rules

Modified: packages/haskell-http/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-http/trunk/debian/changelog?rev=877&op=diff
==============================================================================
--- packages/haskell-http/trunk/debian/changelog (original)
+++ packages/haskell-http/trunk/debian/changelog Sun Dec 30 20:29:52 2007
@@ -1,14 +1,18 @@
 haskell-http (30010004-1~pre1) unstable; urgency=low
 
-  * New upstream release
+  * New upstream release.
   * debian/control:
     - Rename Xs-Vcs-* fields to Vcs-* field.
     - Update build dependency on haskell-devscripts to (>= 0.5.20) which
       generates the haddock documentation now.
+    - Bump Standards-Version to 3.7.3. No changes needed.
   * debian/haskell-http-doc.docs: Removed as dh_haskell_install installs
     the generated API documentation now.
   * debian/mk-haskell-depends: Removed as haskell-devscripts now ships
     dh_haskell_depends
+  * debian/patches/01-work-with-old-cabal:
+    - Added. Adjust the .cabal file to work with the Cabal version shipped
+      with ghc 6.6.1.
   * debian/rules:
     - dh_haskell_install does not install empty directories anymore and
       removes empty directories from the GHC package configuration

Modified: packages/haskell-http/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-http/trunk/debian/control?rev=877&op=diff
==============================================================================
--- packages/haskell-http/trunk/debian/control (original)
+++ packages/haskell-http/trunk/debian/control Sun Dec 30 20:29:52 2007
@@ -9,7 +9,7 @@
  libhugs-network | hugs (<< 98.200609.21),
  libhugs-parsec  | hugs (<< 98.200609.21),
  libghc6-base-doc, libghc6-network-doc, libghc6-parsec-doc
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://www.haskell.org/http/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-http
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-http

Modified: packages/haskell-http/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-http/trunk/debian/patches/00list?rev=877&op=diff
==============================================================================
--- packages/haskell-http/trunk/debian/patches/00list (original)
+++ packages/haskell-http/trunk/debian/patches/00list Sun Dec 30 20:29:52 2007
@@ -1,1 +1,2 @@
 
+01-work-with-old-cabal

Modified: packages/haskell-http/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-http/trunk/debian/rules?rev=877&op=diff
==============================================================================
--- packages/haskell-http/trunk/debian/rules (original)
+++ packages/haskell-http/trunk/debian/rules Sun Dec 30 20:29:52 2007
@@ -13,11 +13,6 @@
 
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
-
-INCLUDE_DIRS=""
-HADDOCK_INTERFACES="/usr/share/doc/haskell-http-doc/html/HTTP.haddock"
-HADDOCK_HTML="/usr/share/doc/haskell-http-doc/html"
-
 
 setup: patch-stamp
 	dh_testdir




More information about the Pkg-haskell-commits mailing list