[Pkg-haskell-commits] r869 - in /packages/haskell-uulib/trunk/debian: changelog rules

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sun Dec 30 19:30:11 UTC 2007


Author: arjan
Date: Sun Dec 30 19:30:10 2007
New Revision: 869

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=869
Log:
 r2264 at nebula:  arjan | 2007-12-30 20:23:03 +0100
   - Make ./configure executable before running it.

Modified:
    packages/haskell-uulib/trunk/debian/changelog
    packages/haskell-uulib/trunk/debian/rules

Modified: packages/haskell-uulib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-uulib/trunk/debian/changelog?rev=869&op=diff
==============================================================================
--- packages/haskell-uulib/trunk/debian/changelog (original)
+++ packages/haskell-uulib/trunk/debian/changelog Sun Dec 30 19:30:10 2007
@@ -1,4 +1,4 @@
-haskell-uulib (0.9.3~snapshot20071230-1~pre1) unstable; urgency=low
+haskell-uulib (0.9.3~snapshot20071230-1) unstable; urgency=low
 
   * New upstream snapshot release:
       - Many functions, like delete and insertMany, were returning invalid
@@ -28,8 +28,9 @@
       ./setup haddock
     - Replace the call to debian/mk-haskell-depends with a call to
       dh_haskell_depends.
+    - Make ./configure executable before running it.
   
- -- Arjan Oosting <arjan at debian.org>  Sun, 30 Dec 2007 20:07:08 +0100
+ -- Arjan Oosting <arjan at debian.org>  Sun, 30 Dec 2007 20:12:01 +0100
 
 haskell-uulib (0.9.3~snapshot20070528-1) unstable; urgency=low
 

Modified: packages/haskell-uulib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-uulib/trunk/debian/rules?rev=869&op=diff
==============================================================================
--- packages/haskell-uulib/trunk/debian/rules (original)
+++ packages/haskell-uulib/trunk/debian/rules Sun Dec 30 19:30:10 2007
@@ -14,13 +14,9 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
-INCLUDE_DIRS=""
-HADDOCK_INTERFACES="/usr/share/doc/haskell-uulib-doc/html/uulib.haddock"
-HADDOCK_HTML="/usr/share/doc/haskell-uulib-doc/html"
-
-
 setup: patch-stamp
 	dh_testdir
+	chmod a+x configure
 	./configure --prefix=/usr
 	ghc --make Setup -o setup -package Cabal 
 




More information about the Pkg-haskell-commits mailing list