I've uploaded the following NMU now:
diff -u haskell-src-exts-0.2/debian/rules haskell-src-exts-0.2/debian/rules
--- haskell-src-exts-0.2/debian/rules
+++ haskell-src-exts-0.2/debian/rules
@@ -12,6 +12,8 @@
version=0.2
+ghc6_version := $(shell ghc6 --numeric-version)
+
configure: configure-stamp
configure-stamp:
dh_testdir
@@ -28,7 +30,7 @@
dh_haskell_prep -plibghc6-src-exts-dev; \
dh_haskell_build -plibghc6-src-exts-dev;)
- sed
s,/usr/lib/haskell-packages/ghc6/lib/haskell-src-exts-$(version),`pwd`/src/haskell-src-exts/dist/build,g
< src/haskell-src-exts/.installed-pkg-config > debian/tmp-installed-pkg
+ sed
"s,/usr/lib/haskell-packages/ghc6/lib/haskell-src-exts-$(version)/ghc-$(ghc6_version),`pwd`/src/haskell-src-exts/dist/build,g"
< src/haskell-src-exts/.installed-pkg-config > debian/tmp-installed-pkg
echo '[]' > debian/tmp-package-conf
ghc-pkg -f debian/tmp-package-conf register debian/tmp-installed-pkg
diff -u haskell-src-exts-0.2/debian/changelog
haskell-src-exts-0.2/debian/changelog
--- haskell-src-exts-0.2/debian/changelog
+++ haskell-src-exts-0.2/debian/changelog
@@ -1,3 +1,14 @@
+haskell-src-exts (0.2-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control: add versioned libghc6-cabal-dev and ghc6 to the
+ Build-Depends to use Cabal version 1.1.1 or later which introduces a
+ new installation prefix for libraries. (Closes: #352690)
+ * src/trhsx/trhsx.cabal: added base and haskell98 to the Build-
+ Depends.
+
+ -- Arjan Oosting <[EMAIL PROTECTED]> Tue, 18 Apr 2006 23:13:12 +0200
+
haskell-src-exts (0.2-2) unstable; urgency=low
* Recompile against ghc 6.4.1.
diff -u haskell-src-exts-0.2/debian/control haskell-src-exts-0.2/debian/control
--- haskell-src-exts-0.2/debian/control
+++ haskell-src-exts-0.2/debian/control
@@ -2,7 +2,7 @@
Section: devel
Priority: optional
Maintainer: Florian Ragwitz <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), haskell-devscripts (>= 0.5.9), ghc6 (>=
6.4.1), happy
+Build-Depends: debhelper (>= 4.0.0), haskell-devscripts (>= 0.5.9),
libghc6-cabal-dev (>= 1.1.1), ghc6 (>= 6.4.1), happy
Standards-Version: 3.6.2
Package: libghc6-src-exts-dev
only in patch2:
unchanged:
--- haskell-src-exts-0.2.orig/src/trhsx/trhsx.cabal
+++ haskell-src-exts-0.2/src/trhsx/trhsx.cabal
@@ -3,7 +3,7 @@
License: PublicDomain
Author: Niklas Broberg
Maintainer: [EMAIL PROTECTED]
-Build-Depends: haskell-src-exts
+Build-Depends: base, haskell98, haskell-src-exts
Executable: trhsx
Main-Is: Hsx.hs
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]