Hi "VĂ­ctor,

I am about to upload a NMU to fix the FTBFS with ghc6 6.6.
The NMU is quite simple (diff attached).

Greetings Arjan
diff -u haskell-hsql-1.6/debian/changelog haskell-hsql-1.6/debian/changelog
--- haskell-hsql-1.6/debian/changelog
+++ haskell-hsql-1.6/debian/changelog
@@ -1,3 +1,11 @@
+haskell-hsql (1.6-8.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: call ghc-pkg with --force to ignore missing
+    directories. (Closes: 393635)
+
+ -- Arjan Oosting <[EMAIL PROTECTED]>  Tue, 24 Oct 2006 23:39:37 +0200
+
 haskell-hsql (1.6-8.1) unstable; urgency=low
 
   * Non-maintainer upload, to fix Failure To Build From Source, applying patch
diff -u haskell-hsql-1.6/debian/rules haskell-hsql-1.6/debian/rules
--- haskell-hsql-1.6/debian/rules
+++ haskell-hsql-1.6/debian/rules
@@ -60,7 +60,7 @@
 # Register HSQL
 	sed 's,/usr/lib/haskell-packages/ghc6/lib/hsql-$(version)/ghc-[0-9.]*,$(CURDIR)/HSQL/dist/build,g' < HSQL/.installed-pkg-config > debian/tmp-installed-pkg
 	echo '[]' > debian/tmp-package-conf
-	ghc-pkg -f debian/tmp-package-conf register debian/tmp-installed-pkg
+	ghc-pkg --force -f debian/tmp-package-conf register debian/tmp-installed-pkg
 
 # Now, build the other modules.
 	for MOD in $(MODULES); do bash debian/buildmod.sh $$MOD; done

Reply via email to