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

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sat Jan 19 22:17:55 UTC 2008


Author: arjan
Date: Sat Jan 19 22:17:55 2008
New Revision: 1000

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1000
Log:
 r2507 at nebula:  arjan | 2008-01-19 20:41:09 +0100
 * debian/rules:
   - Don't call ./configure during build and don't remove the Cabal file
     on clean.
 

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=1000&op=diff
==============================================================================
--- packages/haskell-uulib/trunk/debian/changelog (original)
+++ packages/haskell-uulib/trunk/debian/changelog Sat Jan 19 22:17:55 2008
@@ -5,7 +5,10 @@
     releases. (Closes: #456480)
   * debian/patches/01_update-cabal-file.dpatch: Removed. The cabal file is
     fixed upstream for the new Cabal version.
-
+  * debian/rules:
+    - Don't call ./configure during build and don't remove the Cabal file
+      on clean.
+  
  -- Arjan Oosting <arjan at debian.org>  Sat, 19 Jan 2008 17:41:13 +0100
 
 haskell-uulib (0.9.3~snapshot20071230-3) 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=1000&op=diff
==============================================================================
--- packages/haskell-uulib/trunk/debian/rules (original)
+++ packages/haskell-uulib/trunk/debian/rules Sat Jan 19 22:17:55 2008
@@ -16,8 +16,8 @@
 
 setup: patch-stamp
 	dh_testdir
-	chmod a+x configure
-	./configure --prefix=/usr
+#	chmod a+x configure
+#	./configure --prefix=/usr
 	ghc --make Setup -o setup -package Cabal 
 
 build: build-stamp
@@ -31,7 +31,8 @@
 	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
+	rm -f config.log config.status 
+# 	rm -f Makefile uulib.cabal
 	dh_clean 
 
 install: install-arch install-indep




More information about the Pkg-haskell-commits mailing list