[Pkg-haskell-commits] r945 - in /packages/haskell-uulib/trunk/debian: changelog patches/00list patches/01_update-cabal-file.dpatch rules

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sun Jan 13 06:20:22 UTC 2008


Author: arjan
Date: Sun Jan 13 06:20:22 2008
New Revision: 945

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=945
Log:
 r2416 at nebula:  arjan | 2008-01-13 07:17:23 +0100
 * Update for GHC 6.8.3:
   - Added debian/patches/01_update-cabal-file.dpatch: Adds
     ExistentialQuantification to thel list of needed extensions.
     (Closes: #460384)
 * debian/rules:
   - Remove build-stamp on clean
 

Added:
    packages/haskell-uulib/trunk/debian/patches/01_update-cabal-file.dpatch   (with props)
Modified:
    packages/haskell-uulib/trunk/debian/changelog
    packages/haskell-uulib/trunk/debian/patches/00list
    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=945&op=diff
==============================================================================
--- packages/haskell-uulib/trunk/debian/changelog (original)
+++ packages/haskell-uulib/trunk/debian/changelog Sun Jan 13 06:20:22 2008
@@ -1,3 +1,14 @@
+haskell-uulib (0.9.3~snapshot20071230-2~pre1) unstable; urgency=low
+
+  * Update for GHC 6.8.3:
+    - Added debian/patches/01_update-cabal-file.dpatch: Adds
+      ExistentialQuantification to thel list of needed extensions.
+      (Closes: #460384)
+  * debian/rules:
+    - Remove build-stamp on clean
+  
+ -- Arjan Oosting <arjan at debian.org>  Sun, 13 Jan 2008 06:57:26 +0100
+
 haskell-uulib (0.9.3~snapshot20071230-1) unstable; urgency=low
 
   * New upstream snapshot release:

Modified: packages/haskell-uulib/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-uulib/trunk/debian/patches/00list?rev=945&op=diff
==============================================================================
--- packages/haskell-uulib/trunk/debian/patches/00list (original)
+++ packages/haskell-uulib/trunk/debian/patches/00list Sun Jan 13 06:20:22 2008
@@ -1,0 +1,1 @@
+01_update-cabal-file

Added: packages/haskell-uulib/trunk/debian/patches/01_update-cabal-file.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-uulib/trunk/debian/patches/01_update-cabal-file.dpatch?rev=945&op=file
==============================================================================
--- packages/haskell-uulib/trunk/debian/patches/01_update-cabal-file.dpatch (added)
+++ packages/haskell-uulib/trunk/debian/patches/01_update-cabal-file.dpatch Sun Jan 13 06:20:22 2008
@@ -1,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_update-cabal-file.dpatch by Arjan Oosting <arjan at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad haskell-uulib~/uulib.cabal.in haskell-uulib/uulib.cabal.in
+--- haskell-uulib~/uulib.cabal.in	2008-01-13 07:09:05.000000000 +0100
++++ haskell-uulib/uulib.cabal.in	2008-01-13 07:11:43.000000000 +0100
+@@ -17,5 +17,5 @@
+                  UU.Pretty.Basic UU.Parsing.Machine    
+                  UU.DData.IntMap  
+                  UU.DData.IntSet        
+-Extensions:  RankNTypes FunctionalDependencies TypeSynonymInstances UndecidableInstances FlexibleInstances MultiParamTypeClasses FlexibleContexts CPP
++Extensions:  RankNTypes FunctionalDependencies TypeSynonymInstances UndecidableInstances FlexibleInstances MultiParamTypeClasses FlexibleContexts CPP ExistentialQuantification
+ Hs-Source-Dirs: src

Propchange: packages/haskell-uulib/trunk/debian/patches/01_update-cabal-file.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/haskell-uulib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-uulib/trunk/debian/rules?rev=945&op=diff
==============================================================================
--- packages/haskell-uulib/trunk/debian/rules (original)
+++ packages/haskell-uulib/trunk/debian/rules Sun Jan 13 06:20:22 2008
@@ -28,6 +28,7 @@
 clean-patched:
 	dh_testdir
 	dh_testroot
+	rm -f build-stamp
 	if [ -x setup ] && [ -e .setup-config ]; then ./setup clean ; fi
 	rm -rf setup Setup.hi Setup.ho Setup.o .*config* dist html
 	rm -f config.log config.status Makefile uulib.cabal




More information about the Pkg-haskell-commits mailing list