tags 625198 + pending thanks Dear maintainer,
I've prepared an NMU for drift (versioned as 2.2.3-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. Konstantinos
diff -u drift-2.2.3/debian/changelog drift-2.2.3/debian/changelog --- drift-2.2.3/debian/changelog +++ drift-2.2.3/debian/changelog @@ -1,3 +1,12 @@ +drift (2.2.3-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Patch by Hideki Ymane and Colin Watson, fixes FTBFS, as there is no ghc6 + package anymore, changed ghc6 references to ghc, incl. build-deps. + (Closes: #625198) + + -- Konstantinos Margaritis <[email protected]> Tue, 31 Jan 2012 18:00:21 +0000 + drift (2.2.3-2) unstable; urgency=low * Added README.Debian which explains how to rebuild DrIFT in case you diff -u drift-2.2.3/debian/rules drift-2.2.3/debian/rules --- drift-2.2.3/debian/rules +++ drift-2.2.3/debian/rules @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/dpatch.mk -DEB_CONFIGURE_EXTRA_FLAGS := --with-hc=ghc6 +DEB_CONFIGURE_EXTRA_FLAGS := --with-hc=ghc ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) DEB_CONFIGURE_EXTRA_FLAGS := $(DEB_CONFIGURE_EXTRA_FLAGS) --with-hcflags="-O0" diff -u drift-2.2.3/debian/control drift-2.2.3/debian/control --- drift-2.2.3/debian/control +++ drift-2.2.3/debian/control @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Arjan Oosting <[email protected]> -Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5.0.0), dpatch, ghc6, texlive-latex-base | tetex-bin, tex-common (>= 0.23), texinfo, texi2html +Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5.0.0), dpatch, ghc, texlive-latex-base | tetex-bin, tex-common (>= 0.23), texinfo, texi2html Standards-Version: 3.7.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/drift/trunk Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/drift/trunk @@ -12,7 +12,7 @@ Architecture: any Section: devel Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: ghc6 +Recommends: ghc Suggests: doc-base Description: type sensitive preprocessor for Haskell DrIFT automates instance derivation for classes that aren't supported

