Control: tags 795104 + patch
Control: tags 795104 + pending

Here's the diff - uploading to DELAYED/7. Let me know if I should change
or cancel it.

Cheers,

-- 
Iain Lane                                  [ [email protected] ]
Debian Developer                                   [ [email protected] ]
Ubuntu Developer                                   [ [email protected] ]
diff -Nru mediawiki2latex-7.20/debian/changelog mediawiki2latex-7.20/debian/changelog
--- mediawiki2latex-7.20/debian/changelog	2015-05-09 12:52:55.000000000 +0100
+++ mediawiki2latex-7.20/debian/changelog	2015-08-10 17:40:44.000000000 +0100
@@ -1,3 +1,11 @@
+mediawiki2latex (7.20-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Avoid using runhaskell (ghci), to work around bug on powerpc causing FTBFS
+    (see Debian bug #789458) (Closes: #795104)
+
+ -- Iain Lane <[email protected]>  Mon, 10 Aug 2015 17:40:44 +0100
+
 mediawiki2latex (7.20-1) unstable; urgency=medium
 
   * upgraded to the last upstream version
diff -Nru mediawiki2latex-7.20/debian/rules mediawiki2latex-7.20/debian/rules
--- mediawiki2latex-7.20/debian/rules	2013-08-16 12:08:11.000000000 +0100
+++ mediawiki2latex-7.20/debian/rules	2015-08-10 17:11:17.000000000 +0100
@@ -1,3 +1,14 @@
 #!/usr/bin/make -f
+
+# remove these when we have ghc 7.10; see Debian #789458
+override_dh_auto_configure:
+	ghc $(CURDIR)/Setup.lhs
+	$(CURDIR)/Setup configure
+
+override_dh_auto_build:
+	$(CURDIR)/Setup build
+	ln $(CURDIR)/dist/build/mediawiki2latex/mediawiki2latex .
+	$(MAKE) docs
+
 %:
 	dh $@

Attachment: signature.asc
Description: Digital signature

Reply via email to